]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Merge branch 'master' of git://git.denx.de/u-boot-video
[karo-tx-uboot.git] / CHANGELOG
1 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
2 Author: Stefan Roese <sr@denx.de>
3 Date:   Mon Jun 29 13:30:50 2009 +0200
4
5     UBI: Fix build problem noticed on Apollon (arm/testing repo)
6
7     This patch fixes a build problem noticed on Apollon by using
8     mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
9     So this brings the U-Boot UBI version more in sync with the Linux
10     version again.
11
12     Signed-off-by: Stefan Roese <sr@denx.de>
13
14 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
15 Author: Prafulla Wadaskar <prafulla@marvell.com>
16 Date:   Mon Jul 6 20:29:15 2009 +0530
17
18     sf: Macronix additional chips supported
19
20     new chips supported:-
21     MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
22     out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
23
24     Modified the Macronix flash support to use 2 bytes of device id instead of 1
25     This was required to support MX25L12855E
26
27     Signed-off-by: Piyush Shah <spiyush@marvell.com>
28     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
29     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30
31 commit dd54126715b89ed0c43322aa78b0dad306f043b6
32 Author: Mike Frysinger <vapier@gentoo.org>
33 Date:   Fri Jun 19 03:27:28 2009 -0400
34
35     sf: sst: add sst25vf###b ids
36
37     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38
39 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
40 Author: Mike Frysinger <vapier@gentoo.org>
41 Date:   Fri Jun 19 03:20:06 2009 -0400
42
43     sf: sst: fix sector size
44
45     Looks like when I was encoding the sector sizes, I forgot to divide by 8
46     (due to the stupid marketing driven process that declares all sizes in
47     useless megabits and not megabytes).
48
49     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
50
51 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
52 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53 Date:   Sun Jul 5 01:06:06 2009 +0200
54
55     nhk8815: fix MAKEALL
56
57     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58
59 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
60 Author: Magnus Lilja <lilja.magnus@gmail.com>
61 Date:   Sat Jul 4 10:31:24 2009 +0200
62
63     MX31: Add NAND SPL boot support to i.MX31 PDK board.
64
65     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
66
67 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
68 Author: Prafulla Wadaskar <prafulla@marvell.com>
69 Date:   Mon Jun 29 20:55:54 2009 +0530
70
71     arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
72
73     This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
74
75     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
76
77 commit 095a460b49022e64df76134300643606e3acb4e9
78 Author: Alessandro Rubini <rubini@unipv.it>
79 Date:   Mon Jun 29 10:52:37 2009 +0200
80
81     arm nomadik: use 1000 as HZ value and rewrite timer code
82
83     This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
84     timer code, which is now both correct and much smaller.  Unused
85     functions like udelay_masked() have been removed as no driver uses
86     them, even the ones that are not currently active for this board.
87     mtu.h is copied literally from the kernel sources.
88
89     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
90     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
91     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
92
93 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
94 Author: Alessandro Rubini <rubini@unipv.it>
95 Date:   Mon Jun 22 09:18:57 2009 +0200
96
97     arm nomadik: allow Nand and OneNand to coexists
98
99     The evaluation kit has both Nand and OneNand, both drivers are there
100     and the two configurations only select a different default for the
101     jffs partition. This adds the OneNand driver and cleans up storage.
102
103     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
104     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
105
106 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
107 Author: Alessandro Rubini <rubini@unipv.it>
108 Date:   Mon Jun 22 09:18:47 2009 +0200
109
110     arm nomadik: cleanup reset
111
112     There is only one public release of the Nomadik chip, so the ifdef
113     in reset code as well as a define in the config file are not needed
114
115     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
116     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
117
118 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
119 Author: Alessandro Rubini <rubini@unipv.it>
120 Date:   Mon Jun 22 09:18:37 2009 +0200
121
122     arm nomadik: rename board to nhk8815
123
124     This is an error in my side in the initial submission: nobody
125     calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
126
127     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
128     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
129
130 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
131 Author: Stefano Babic <sbabic@denx.de>
132 Date:   Wed Jul 1 20:40:41 2009 +0200
133
134     xscale: add support for the polaris board
135
136     The Polaris board is based on the TrizepsIV module of
137     Keith & Koep (http://www.keith-koep.com).
138
139     Signed-off-by: Stefano Babic <sbabic@denx.de>
140
141 commit 88bd97501314683b87f3f1edcf55b347c041b722
142 Author: Stefano Babic <sbabic@denx.de>
143 Date:   Wed Jul 1 04:33:56 2009 +0200
144
145     xscale: fix USB initialization for Trizepsiv module
146
147     Due to change in the usb_board_init() prototype, the USB for
148     the TrizepsIV was not correctly initialized.
149     Removed dummy print from usb_board_stop().
150
151     Signed-off-by: Stefano Babic <sbabic@denx.de>
152
153 commit 0b785ddd60120cfb74d18e58c56054238219f6db
154 Author: Prafulla Wadaskar <prafulla@marvell.com>
155 Date:   Wed Jul 1 20:34:51 2009 +0200
156
157     net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
158
159     This patch looks okay on u-boot-net.git/next branch
160     but when it was merged to u-boot.git/master the last line is missing
161
162     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
163     Acked-by: Ben Warren <biggerbadderben@gmail.com>
164
165 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
166 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
167 Date:   Tue Jun 30 21:03:37 2009 +0200
168
169     at91: Add esd gmbh MEESC board support
170
171     This patch adds support for esd gmbh MEESC board.
172     The MEESC is based on an Atmel AT91SAM9263 SoC.
173
174     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
175
176 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
178 Date:   Tue Jun 30 21:03:35 2009 +0200
179
180     ARM: Update mach-types
181
182     update against linux v2.6.30
183
184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
185
186 commit 45627fce18139a74e0755124d27376b520db156c
187 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
188 Date:   Tue Jun 30 23:03:33 2009 +0200
189
190     at91: Add CAN init function
191
192     To enable CAN init, CONFIG_CAN has to be defined in the board config file
193     and at91_can_hw_init() has to be called in the board specific code.
194
195     CAN is available on AT91SAM9263 and AT91CAP9 SoC.
196
197     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
198
199 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
200 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
201 Date:   Tue Jun 30 23:03:31 2009 +0200
202
203     arm: Kirkwood: Correct header define
204
205     Correct define typo (. -> ,)
206
207     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
208
209 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
210 Author: Magnus Lilja <lilja.magnus@gmail.com>
211 Date:   Wed Jul 1 01:07:55 2009 +0200
212
213     MX31: Add basic support for Freescale i.MX31 PDK board.
214
215     Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
216
217     This patch assumes that some other program performs the actual
218     NAND boot.
219
220     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
221     Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
222     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
223
224 commit 8d460a573e2a2ac4834636903865a0428ad0e629
225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
226 Date:   Tue Jun 23 00:12:01 2009 +0200
227
228     S3C24x0: extract interrupts from timer
229
230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
231
232 commit c8badbe500a752f42049e51042767ee62ea714e0
233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
234 Date:   Sun Jun 28 14:14:21 2009 +0200
235
236     dm355/pm9261: add missing CONFIG_NET_MULTI
237
238     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
239
240 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
242 Date:   Tue Jun 23 00:12:01 2009 +0200
243
244     arm920t/interrupts: Move conditional compilation to Makefile
245
246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
247
248 commit 06e758e75c79ce8761866bf8165c443584a20893
249 Author: Kim, Heung Jun <riverful@gmail.com>
250 Date:   Sat Jun 20 11:02:17 2009 +0200
251
252     move L2 cache enable/disable function to cache.c in the omap3 SoC directory
253
254     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
255     CC: Dirk Behme <dirk.behme@googlemail.com>
256     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
257
258 commit d583ef5147066d3609de21f3beebbab99a19bad4
259 Author: Thomas Lange <thomas@corelatus.se>
260 Date:   Sat Jun 20 11:02:17 2009 +0200
261
262     ARM DaVinci: EMIF settings
263
264     NAND module should not modify EMIF registers unrelated to CS2
265     that is used for NAND, i.e. do not modify EWAIT config register
266     or registers for other Chip Selects.
267
268     Without this patch, EMIF configurations made in board_init()
269     will be invalidated.
270
271     Signed-off-by: Thomas Lange <thomas@corelatus.se>
272
273 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
275 Date:   Sat Jun 20 11:02:17 2009 +0200
276
277     versatile: config coding style cleanup
278
279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
280     Cc: Peter Pearse <peter.pearse@arm.com>
281
282 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
283 Author: Prafulla Wadaskar <prafulla@marvell.com>
284 Date:   Sat Jun 20 11:01:53 2009 +0200
285
286     arm: Kirkwood: Basic SOCs support
287
288     Kirkwood family controllers are highly integrated SOCs
289     based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
290
291     SOC versions supported:-
292     1) 88F6281-A0       define CONFIG_KW88F6281_A0
293     2) 88F6192-A0       define CONFIG_KW88F6192_A0
294
295     Other supported features:-
296     1) get_random_hex() fucntion
297     2) PCI Express port initialization
298     3) NS16550 driver support
299
300     Contributors:
301     Yotam Admon <yotam@marvell.com>
302     Michael Blostein <michaelbl@marvell.com
303
304     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
305     Acked-by: Stefan Rose <sr@denx.de>
306     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
307
308 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
309 Author: Prafulla Wadaskar <prafulla@marvell.com>
310 Date:   Sat Jun 20 11:01:52 2009 +0200
311
312     arm: generic cache.h for ARM architectures
313
314     This patch is required for Kirkwood SoC support
315     may be used by other ARM architectures
316
317     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
318
319 commit 9c8c706c92e53433a871a563946c38075d76504d
320 Author: Matthias Ludwig <mludwig@ultratronik.de>
321 Date:   Sat Jun 20 11:01:50 2009 +0200
322
323     OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
324
325     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
326
327 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
328 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
329 Date:   Wed Jun 24 08:32:09 2009 +0200
330
331     at91sam9260/9263: add back up for the rst(reset controller).
332
333     On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
334     set to 0 after being set to 500 ms for the PHY reset.
335     Do backup the old reset length and restore it after the MACB initialisation.
336
337     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
338     Signed-off-by: Stelian Pop <stelian@popies.net>
339
340 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
341 Author: Kumar Gala <galak@kernel.crashing.org>
342 Date:   Fri Jul 3 12:45:44 2009 -0500
343
344     fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
345
346     sys_eeprom.c: In function 'do_mac':
347     sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
348     sys_eeprom.c: In function 'mac_read_from_eeprom':
349     sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
350
351     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
352
353 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
354 Author: Peter Tyser <ptyser@xes-inc.com>
355 Date:   Tue Jun 30 17:15:51 2009 -0500
356
357     83xx: Add support for fsl_dma driver
358
359     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
360     Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
361     Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
362     Acked-by: Kim Phillips <kim.phillips@freescale.com>
363     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
364
365 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
366 Author: Peter Tyser <ptyser@xes-inc.com>
367 Date:   Tue Jun 30 17:15:50 2009 -0500
368
369     83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
370
371     Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
372     CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
373     use
374
375     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
376     Acked-by: Kim Phillips <kim.phillips@freescale.com>
377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
378
379 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
380 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
381 Date:   Thu Jul 2 16:15:01 2009 +0530
382
383     8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
384
385     Defining the next two configs allows to switch the serial port from the
386     console using the setenv stdin and stdout
387       1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
388       2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
389
390     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
391     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
393
394 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
395 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
396 Date:   Thu Jul 2 16:14:40 2009 +0530
397
398     85xx: Adds GPIO registers to MPC85xx Memory Map.
399
400     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
401     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
402
403 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
404 Author: Peter Tyser <ptyser@xes-inc.com>
405 Date:   Tue Jun 30 17:26:01 2009 -0500
406
407     86xx: XPedite5170 board support
408
409     Initial support for Extreme Engineering Solutions XPedite5170 -
410     a MPC8640-based 3U VPX single board computer with a PMC/XMC
411     site.
412
413     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
415
416 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
417 Author: Timur Tabi <timur@freescale.com>
418 Date:   Wed Jul 1 16:51:59 2009 -0500
419
420     fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
421
422     The calculate for rank density in compute_ranksize() for DDR3 used all
423     integers for the expression, so the result was also a 32-bit integer, even
424     though the 'bsize' variable is a u64.  Fix the expression to calculate a
425     true 64-bit value.
426
427     Signed-off-by: Timur Tabi <timur@freescale.com>
428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
429
430 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
431 Author: Peter Tyser <ptyser@xes-inc.com>
432 Date:   Tue Jun 30 17:15:49 2009 -0500
433
434     fsl_dma: Make DMA transactions snoopable
435
436     Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
437     This allows dma transactions to be used for operations such as memory
438     copies without any additional cache control operations.
439
440     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
441     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
442
443 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
444 Author: Peter Tyser <ptyser@xes-inc.com>
445 Date:   Tue Jun 30 17:15:48 2009 -0500
446
447     fsl_dma: Break out common memory initialization function
448
449     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
450     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
451
452 commit 79f4333ceb059049b3ee560167d6cbaec493695f
453 Author: Peter Tyser <ptyser@xes-inc.com>
454 Date:   Tue Jun 30 17:15:47 2009 -0500
455
456     8xxx: Move dma_init() call to common code
457
458     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
459     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
460
461 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
462 Author: Peter Tyser <ptyser@xes-inc.com>
463 Date:   Tue Jun 30 17:15:46 2009 -0500
464
465     fsl_dma: Move dma function prototypes to common header file
466
467     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
468     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
469
470 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
471 Author: Peter Tyser <ptyser@xes-inc.com>
472 Date:   Tue Jun 30 17:15:45 2009 -0500
473
474     8xxx: Rename dma_xfer() to dmacpy()
475
476     Also update dmacpy()'s argument order to match memcpy's and use
477     phys_addr_t/phy_size_t for address/size arguments
478
479     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
480     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
481
482 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
483 Author: Peter Tyser <ptyser@xes-inc.com>
484 Date:   Tue Jun 30 17:15:44 2009 -0500
485
486     fsl_dma: Fix Channel Start bug in dma_check()
487
488     The Channel Start (CS) bit in the Mode Register (MR) should actually be
489     cleared as the comment in the code suggests.  Previously, CS was being
490     set, not cleared.
491
492     Assuming normal operation of the DMA engine, this change shouldn't have
493     any real affect.
494
495     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
497
498 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
499 Author: Peter Tyser <ptyser@xes-inc.com>
500 Date:   Tue Jun 30 17:15:43 2009 -0500
501
502     fsl_dma: Add support for arbitrarily large transfers
503
504     Support DMA transfers larger than the DMA controller's limit of
505     (2 ^ 26 - 1) bytes
506
507     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
508     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
509
510 commit a730393a362741c318b21771b8d7b2647e546c3e
511 Author: Peter Tyser <ptyser@xes-inc.com>
512 Date:   Tue Jun 30 17:15:42 2009 -0500
513
514     fsl_dma: Use proper I/O access functions
515
516     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
517     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
518
519 commit 9c06071a6077ba95e9d43226156e39567d5d064a
520 Author: Peter Tyser <ptyser@xes-inc.com>
521 Date:   Tue Jun 30 17:15:41 2009 -0500
522
523     fsl_dma: Add bitfield definitions for common registers
524
525     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
526     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
527
528 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
529 Author: Peter Tyser <ptyser@xes-inc.com>
530 Date:   Tue Jun 30 17:15:40 2009 -0500
531
532     8xxx: Break out DMA code to a common file
533
534     DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
535     previous CONFIG_DDR_ECC
536
537     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
538     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
539
540 commit 29c35182462feea09f322e51913759a53359a3e0
541 Author: Roy Zang <tie-fei.zang@freescale.com>
542 Date:   Tue Jun 30 13:56:23 2009 +0800
543
544     85xx: Add pci e1000 Ethernet support for P2020 board
545
546     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
548
549 commit 156984a3611c28093919d3e3c042f722b5548253
550 Author: Kumar Gala <galak@kernel.crashing.org>
551 Date:   Thu Jun 18 08:39:42 2009 -0500
552
553     8xxx: Fix PCI bus address setup for 36-bit configs
554
555     We want the outbound PCI memory map to end at the 4G boundary so we
556     can maximize the amount of space available for inbound mappings if
557     we have large amounts of memory.
558
559     This matches the device tree setup in the kernel for the 36-bit physical
560     configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
561
562     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
563
564 commit 480f61790565d77432b70b4016b73f2ae27d530f
565 Author: Kumar Gala <galak@kernel.crashing.org>
566 Date:   Thu Jun 18 08:23:01 2009 -0500
567
568     86xx: Add CPU_TYPE_ENTRY support
569
570     Unify with 83xx and 85xx and use CPU_TYPE_ENTRY.  We are going to use
571     this to convey the # of cores and DDR width in the near future so its
572     good to keep in sync.
573
574     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
575
576 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
577 Author: Peter Meerwald <pmeerw@pmeerw.net>
578 Date:   Mon Jun 29 15:48:33 2009 -0400
579
580     Blackfin: TWI/I2C: fix pure writes
581
582     If doing a pure write with register address and data (not a read/write
583     combo transfer), we don't set the initial transfer length properly which
584     ends up causing only the register address to be transferred.
585
586     While we're here, fix the i2c_write() parameter description of the buffer.
587
588     Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
589     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
590
591 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
592 Author: Prafulla Wadaskar <prafulla@marvell.com>
593 Date:   Sat May 30 01:13:33 2009 +0530
594
595     spi: Add Marvell Kirkwood SPI driver
596
597     This patch adds a SPI driver for the Marvell Kirkwood SoC's.
598
599     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
600
601 commit 6bde171a4c4116cee179167cb65335a28f99932d
602 Author: Minkyu Kang <mk7.kang@samsung.com>
603 Date:   Thu Jun 25 19:21:33 2009 +0900
604
605     s3c64xx: move the reset_cpu function
606
607     Because of the reset_cpu is soc specific, should be move to soc
608     And read reset value from SYS_ID register instead of hard code
609     this patch also supports s3c6410
610
611     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
612
613 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
614 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
615 Date:   Sun May 17 00:58:37 2009 +0200
616
617     integrator: merge integratorap and integratorcp
618
619     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
620     Acked-by: Peter Pearse <peter.pearse@arm.com>
621
622 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
623 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
624 Date:   Sun May 17 00:58:36 2009 +0200
625
626     integratorap/cp: use cfi driver
627
628     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
629     Acked-by: Peter Pearse <peter.pearse@arm.com>
630
631 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
632 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
633 Date:   Sun May 17 00:58:36 2009 +0200
634
635     integratorap/cp/versatile: remove non used functions
636
637     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
638     Acked-by: Peter Pearse <peter.pearse@arm.com>
639
640 commit f54851a6e3844b7e01581b5a9681f294118b7529
641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
642 Date:   Sun May 17 00:58:36 2009 +0200
643
644     integratorcp: split timer support
645
646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
647     Acked-by: Peter Pearse <peter.pearse@arm.com>
648
649 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
651 Date:   Sun May 17 00:58:36 2009 +0200
652
653     integratorap: split timer support
654
655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
656     Acked-by: Peter Pearse <peter.pearse@arm.com>
657
658 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
659 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
660 Date:   Sun May 17 00:58:36 2009 +0200
661
662     integratorap: split pci support
663
664     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
665     Acked-by: Peter Pearse <peter.pearse@arm.com>
666
667 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
668 Author: Ilya Yanok <yanok@emcraft.com>
669 Date:   Mon Jun 8 04:12:50 2009 +0400
670
671     arm: add support for CONFIG_GENERIC_MMC
672
673     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
674
675 commit 47d19da4d3f9ac4787abe9dee32406478424be52
676 Author: Ilya Yanok <yanok@emcraft.com>
677 Date:   Mon Jun 8 04:12:46 2009 +0400
678
679     serial_mx31: allow it to work with mx27 too and rename to serial_mxc
680
681     UART hardware on i.MX27 is the same as on the i.MX31 so we just
682     need to provide the driver with correct address of the registers.
683
684     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
685
686 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
687 Author: Ilya Yanok <yanok@emcraft.com>
688 Date:   Mon Jun 8 04:12:45 2009 +0400
689
690     mx27: basic cpu support
691
692     This patch adds generic code to support Freescale's i.MX27 SoCs.
693
694     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
695
696 commit dd2f6965a6c71f6f711ec98827880152e022c236
697 Author: Magnus Lilja <lilja.magnus@gmail.com>
698 Date:   Sat Jun 13 20:50:03 2009 +0200
699
700     i.MX31: Create a common device file.
701
702     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
703
704 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
706 Date:   Sat Jun 13 20:50:02 2009 +0200
707
708     ARM: Add macros.h to be used in assembler file.
709
710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
711
712 commit 40c642bc19b9fa2906e3172487a522fee456340b
713 Author: Magnus Lilja <lilja.magnus@gmail.com>
714 Date:   Sat Jun 13 20:50:01 2009 +0200
715
716     MX31: Add NAND SPL for i.MX31.
717
718     This patch adds the NAND SPL framework needed to boot i.MX31 boards
719     from NAND.
720
721     It has been tested on a i.MX31 PDK board with large page NAND. Small
722     page NANDs should work as well, but this has not been tested.
723
724     Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
725     whether this is compatible with a particular setup depends on how
726     the NAND device is programmed by the flash programmer (e.g. JTAG
727     debugger).
728
729     The patch is based on the work by Maxim Artamonov.
730
731     Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
732     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
733
734 commit df81238b3e27a791da996a9208402ac8f40b9862
735 Author: Magnus Lilja <lilja.magnus@gmail.com>
736 Date:   Sat Jun 13 20:50:00 2009 +0200
737
738     ARM1136: Introduce CONFIG_PRELOADER macro.
739
740     Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
741     in start.S. In preparation for adding support for NAND SPL
742     the macro CONFIG_PRELOADER is introducted and replaces the
743     CONFIG_ONENAND_IPL in start.S.
744
745     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
746
747 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
748 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
749 Date:   Sat Jun 13 12:50:04 2009 +0200
750
751     at91: unify nor boot support
752
753     the lowlevel init sequence is the same so unify it
754
755     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
756
757 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
758 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
759 Date:   Sat Jun 13 12:48:36 2009 +0200
760
761     at91sam9263ek: add nor flash support
762
763     this will allow you to store use it for the env and to boot directly U-Boot from
764
765     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
766
767 commit 329492329700812c6df275aa0fda09d609cd0fd4
768 Author: Ilko Iliev <iliev@ronetix.at>
769 Date:   Fri Jun 12 21:20:39 2009 +0200
770
771     at91: add support for the PM9261 board of Ronetix GmbH
772
773     The PM9261 board is based on the AT91SAM9261-EK board.
774
775     Here is the page on Ronetix website:
776     http://www.ronetix.at/starter_kit_9261.html
777
778     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
779     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
780
781 commit 01550a2b650fbabc03334f9eadcc6083601a2414
782 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
783 Date:   Fri Jun 12 21:20:38 2009 +0200
784
785     pm9263: use macro instead of hardcode value for the lowlevel_init
786
787     optimize a few the RAM init
788
789     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
791
792 commit 7a11c7f9747240dc770954d320569596c0fbcb50
793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
794 Date:   Fri Jun 12 21:20:37 2009 +0200
795
796     pm9263: lowlevel init update
797
798     move PSRAM init to pm9263.c
799     this will allow us after to make the nor lowlevel_init generic
800
801     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
802
803 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
804 Author: Mike Frysinger <vapier@gentoo.org>
805 Date:   Mon Jun 15 00:25:19 2009 -0400
806
807     Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
808
809     The way the ALL variable is used allows for config.mk's to add more
810     targets themselves without having to clutter up the top level Makefile.
811
812     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
813
814 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
815 Author: Mike Frysinger <vapier@gentoo.org>
816 Date:   Sun Jun 14 22:29:35 2009 -0400
817
818     Blackfin: fix SPI flash speed define name
819
820     The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
821     CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
822
823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
824
825 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
826 Author: Mike Frysinger <vapier@gentoo.org>
827 Date:   Sun Jun 14 22:26:31 2009 -0400
828
829     Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
830
831     Building the compression code in lib_generic/ with -O2 rather than -Os
832     gives a nice speed boost without too much code size increase.
833
834     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
835
836 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
837 Author: Mike Frysinger <vapier@gentoo.org>
838 Date:   Sun Jun 14 21:23:27 2009 -0400
839
840     Blackfin: bf548-ezkit: bump up monitor size
841
842     The latest version of U-Boot got a bit fatter in the BSS section which
843     caused overflows in the RAM region, so increase the monitor size.
844
845     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
846
847 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
848 Author: Vivi Li <vivi.li@analog.com>
849 Date:   Fri Jun 12 10:53:22 2009 +0000
850
851     Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
852
853     The SPI flash layer is much stricter about sector usage than the eeprom
854     layer we used to use, so update the env settings to better match the
855     sector alignment of the flashes we use.
856
857     Signed-off-by: Vivi Li <vivi.li@analog.com>
858     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
859
860 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
861 Author: Vivi Li <vivi.li@analog.com>
862 Date:   Fri Jun 12 10:33:23 2009 +0000
863
864     Blackfin: bump up default JTAG console timeout
865
866     The debug tools that interface with the other side of the JTAG console
867     got much slower when generalizing things, so bump up the default timeout
868     value on the U-Boot side to cope.  Hopefully at some point we can improve
869     the debug tools to speed things back up.
870
871     Signed-off-by: Vivi Li <vivi.li@analog.com>
872     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
873
874 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
875 Author: Mike Frysinger <vapier@gentoo.org>
876 Date:   Mon Jun 1 19:08:33 2009 -0400
877
878     Blackfin: add jtagconsole helper script
879
880     This script is similar to the netconsole script, but instead works with
881     the JTAG console device driver that exists on Blackfin parts.
882
883     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
884
885 commit 60f61e6d7655400bb785a2ef637581679941f6d1
886 Author: Remy Bohmer <linux@bohmer.net>
887 Date:   Sat May 2 21:49:18 2009 +0200
888
889     Convert DM9000 driver for CONFIG_NET_MULTI
890
891     All drivers need to be converted to CONFIG_NET_MULTI.
892     This patch converts the dm9000 driver.
893
894     Signed-off-by: Thomas Smits <ts.smits@gmail.com>
895     Signed-off-by: Remy Bohmer <linux@bohmer.net>
896     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
897
898 commit 9131589ada4dda0718604d0a425ca46e52775f6e
899 Author: Prafulla Wadaskar <prafulla@marvell.com>
900 Date:   Sun Jun 14 22:33:46 2009 +0530
901
902     net: Add Marvell Kirkwood gigabit ethernet driver
903
904     This patch adds a egiga driver for the Marvell Kirkwood SoC's.
905
906     Contributors:
907     Yotam Admon <yotam@marvell.com>
908     Michael Blostein <michaelbl@marvell.com
909
910     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
911     Acked-by: Stefan Rose <sr@denx.de>
912     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
913     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
914
915 commit 7835f4b94927ecb5affd99aad62592108db606ad
916 Author: s-paulraj@ti.com <s-paulraj@ti.com>
917 Date:   Tue May 12 11:45:34 2009 -0400
918
919     DaVinci Network Driver Updates
920
921     Different flavours of DaVinci SOC's have differences in their EMAC IP
922     This patch does the following
923     1) Updates base addresses for DM365
924     2) Updates MDIO frequencies for DM365 and DM646x
925     3) Update EMAC wrapper registers for DM365 and DM646x
926
927     Patch applies to u-boot-net git. the EMAC driver itself
928     will be updated shortly to add support for DM365 and DM646x
929
930     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
931     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
932
933 commit 44578bea14e49035331a8f0e000e935e0d830ff4
934 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
935 Date:   Tue May 26 08:29:29 2009 -0400
936
937     Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
938
939      From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
940     From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
941     Date: Wed, 20 May 2009 18:26:01 -0400
942     Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
943
944     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
945     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
946
947 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
948 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
949 Date:   Thu Jun 4 09:39:48 2009 +0200
950
951     A VLAN tagged DHCP request/discover is 4 bytes short
952
953     The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
954     If sending a VLAN tagged frame (when env variable vlan is set) this
955     should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
956
957     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
958     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
959
960 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
961 Author: Ben Warren <biggerbadderben@gmail.com>
962 Date:   Tue Apr 28 16:39:19 2009 -0700
963
964     Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
965
966     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
967
968 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
969 Author: Ben Warren <biggerbadderben@gmail.com>
970 Date:   Tue May 26 00:34:07 2009 -0700
971
972     Switched davinci_emac Ethernet driver to use newer API
973
974     Added CONFIG_NET_MULTI to all Davinci boards
975     Removed all calls to Davinci network driver from board code
976     Added cpu_eth_init() to cpu/arm926ejs/cpu.c
977
978     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
979
980 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
981 Author: Ben Warren <biggerbadderben@gmail.com>
982 Date:   Mon Apr 27 23:19:10 2009 -0700
983
984     Initial cleanup of Davinci Ethernet driver
985
986      Removed pointless #ifdefs
987      Moved functions around in file in preparation for switch to newer API
988
989     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
990
991 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
992 Author: Ben Warren <biggerbadderben@gmail.com>
993 Date:   Tue May 26 00:17:59 2009 -0700
994
995     Moved Davinci Ethernet driver to drivers/net
996
997     This driver has been renamed davinci_emac.c
998
999     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1000
1001 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
1002 Author: Prafulla Wadaskar <prafulla@marvell.com>
1003 Date:   Tue May 19 01:40:16 2009 +0530
1004
1005     Marvell MV88E61XX Switch Driver support
1006
1007     Chips supported:-
1008     1. 88E6161 6 port gbe swtich with 5 integrated PHYs
1009     2. 88E6165 6 port gbe swtich with 5 integrated PHYs
1010     2. 88E6132 3 port gbe swtich with 2 integrated PHYs
1011     Platform specific configuration supported for:-
1012     default or router port vlan configuration
1013     led_init configuration
1014     mdip/n polarity reversal configuration
1015
1016     Note: This driver is supported and tested against
1017     kirkwood egiga interface
1018
1019     Contributors:
1020     Yotam Admon <yotam@marvell.com>
1021     Michael Blostein <michaelbl@marvell.com
1022
1023     Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
1024     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1025     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1026
1027 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
1028 Author: Zach LeRoy <zleroy@xes-inc.com>
1029 Date:   Fri May 22 10:26:33 2009 -0500
1030
1031     tsec: Add support for BCM5482S PHY
1032
1033     Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
1034     Acked-by: Kumar Gala <galak@kernel.crashing.org>
1035     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1036
1037 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
1038 Author: Mike Frysinger <vapier@gentoo.org>
1039 Date:   Sun Jun 14 06:29:07 2009 -0400
1040
1041     Blackfin: unify u-boot linker scripts
1042
1043     All the Blackfin linker scripts were duplicated across the board dirs with
1044     no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
1045     unify all of them in the lib_blackfin/ dir and for the few boards that
1046     need to embedded the environment directly, add a LDS_BOARD_TEXT define for
1047     them to customize via their board config file.  This is much simpler than
1048     forcing them to duplicate the rest of the linker script.
1049
1050     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1051
1052 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
1053 Author: Mike Frysinger <vapier@gentoo.org>
1054 Date:   Fri May 29 17:02:37 2009 -0400
1055
1056     Blackfin: bf518f-ezbrd: enable SST SPI flash driver
1057
1058     The BF51xF parts have an internal SST SPI flash, so make sure the driver is
1059     enabled by default so we can access it.
1060
1061     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1062
1063 commit f348ab85f741dc98b2d202c04b5f430eace94925
1064 Author: Mike Frysinger <vapier@gentoo.org>
1065 Date:   Fri Apr 24 17:22:40 2009 -0400
1066
1067     Blackfin: convert specific pre/post config headers to common method
1068
1069     The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
1070     common Blackfin board defines.  The common method now is to use config.h,
1071     so convert blackfin-config-post.h to that.  Rename the still Blackfin
1072     specific blackfin-config-pre.h to config-pre.h so the naming conventions
1073     at least line up.
1074
1075     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1076
1077 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
1078 Author: Mike Frysinger <vapier@gentoo.org>
1079 Date:   Fri Apr 24 17:11:47 2009 -0400
1080
1081     Blackfin: enable LZMA for all ADI boards
1082
1083     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1084
1085 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
1086 Author: Mike Frysinger <vapier@gentoo.org>
1087 Date:   Mon Apr 13 05:52:45 2009 -0400
1088
1089     Blackfin: make default ADI env more flexible
1090
1091     Allow boards to easily override the root= and default bootcmd, allow
1092     people to tweak the file used in default bootcmds at runtime via one env
1093     var, and add a stock nandboot command.
1094
1095     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1096
1097 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
1098 Author: Hoan Hoang <hnhoan@i-syst.com>
1099 Date:   Sun Jan 18 22:44:17 2009 -0500
1100
1101     Blackfin: ibf-dsp561: new board port
1102
1103     Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
1104     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1105
1106 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
1107 Author: Mike Frysinger <vapier@gentoo.org>
1108 Date:   Sun Oct 12 23:28:33 2008 -0400
1109
1110     Blackfin: blackstamp: new board port
1111
1112     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1113
1114 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
1115 Author: Mike Frysinger <vapier@gentoo.org>
1116 Date:   Sun Oct 12 23:22:25 2008 -0400
1117
1118     Blackfin: bf537-srv1: new board port
1119
1120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1121
1122 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
1123 Author: Mike Frysinger <vapier@gentoo.org>
1124 Date:   Sun Oct 12 23:16:52 2008 -0400
1125
1126     Blackfin: bf537-minotaur: new board port
1127
1128     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1129
1130 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
1131 Author: Mike Frysinger <vapier@gentoo.org>
1132 Date:   Sun Oct 12 23:08:03 2008 -0400
1133
1134     Blackfin: bf537-pnav: new board port
1135
1136     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1137
1138 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
1139 Author: Mike Frysinger <vapier@gentoo.org>
1140 Date:   Sun Oct 12 21:55:45 2008 -0400
1141
1142     Blackfin: cm-bf527: new board port
1143
1144     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1145
1146 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
1147 Author: Mike Frysinger <vapier@gentoo.org>
1148 Date:   Sun Oct 12 21:54:07 2008 -0400
1149
1150     Blackfin: cm-bf548: new board port
1151
1152     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1153
1154 commit 9417d9a21384279308abe5b4dd8dfd418742484c
1155 Author: Mike Frysinger <vapier@gentoo.org>
1156 Date:   Sun Oct 12 21:49:28 2008 -0400
1157
1158     Blackfin: tcm-bf537: new board port
1159
1160     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1161
1162 commit e548321af00e869af7194896576beb9b68457ff7
1163 Author: Mike Frysinger <vapier@gentoo.org>
1164 Date:   Sun Oct 12 21:45:05 2008 -0400
1165
1166     Blackfin: cm-bf561: new board port
1167
1168     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1169
1170 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
1171 Author: Mike Frysinger <vapier@gentoo.org>
1172 Date:   Sun Oct 12 21:41:06 2008 -0400
1173
1174     Blackfin: cm-bf537e: new board port
1175
1176     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1177
1178 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
1179 Author: Mike Frysinger <vapier@gentoo.org>
1180 Date:   Sun Oct 12 21:36:22 2008 -0400
1181
1182     Blackfin: cm-bf533: new board port
1183
1184     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1185
1186 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
1187 Author: Mike Frysinger <vapier@gentoo.org>
1188 Date:   Thu Nov 27 16:50:32 2008 -0500
1189
1190     Blackfin: new spibootldr command
1191
1192     Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
1193     so add a new 'spibootldr' command to take advantage of it.
1194
1195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1196
1197 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
1198 Author: Mike Frysinger <vapier@gentoo.org>
1199 Date:   Mon Oct 6 04:42:33 2008 -0400
1200
1201     Blackfin: support embedding the environment into loader files (LDRs)
1202
1203     For the most part, the Blackfin processor boots files in the LDR format
1204     rather than binary/ELF files.  So we want to export the environment as a
1205     raw blob to the LDR utility so it can embed it at the right location.
1206
1207     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1208
1209 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
1210 Author: Mike Frysinger <vapier@gentoo.org>
1211 Date:   Sun Jun 14 11:03:48 2009 -0400
1212
1213     add %.c->%.i and %.c->%.s rules
1214
1215     The Linux kernel has some helper rules which allow you to quickly produce
1216     some of the intermediary files from C source.  Specifically, you can
1217     create .i files which is the preprocessed output and you can create .s
1218     files which is the assembler output.  This is useful when you are trying
1219     to track down header/macro expansion errors or inline assembly errors.
1220
1221     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1222     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1223
1224 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
1225 Author: Mike Frysinger <vapier@gentoo.org>
1226 Date:   Sat May 30 01:02:03 2009 -0400
1227
1228     make sure toplevel $(SUBDIRS) is always declared
1229
1230     The $(SUBDIRS) variable is only declared when U-Boot has been configured,
1231     but it gets used all the time.  In the non-configured case, it is used to
1232     generate a helpful error message, but it needs to be set properly for that
1233     to occur.
1234
1235     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1236
1237 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
1238 Author: Grzegorz Bernacki <gjb@semihalf.com>
1239 Date:   Fri Jun 12 11:33:55 2009 +0200
1240
1241     digsy mtc: Add description to GPIO initial configuration.
1242
1243     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1244
1245 commit 12304871bc7839145f2b4238923e9023616d7399
1246 Author: Grzegorz Bernacki <gjb@semihalf.com>
1247 Date:   Fri Jun 12 11:33:54 2009 +0200
1248
1249     digsy MTC: Add 'mtc' command.
1250
1251     New command allows to:
1252          o check FW version
1253          o set LED status
1254          o set digital output status
1255          o get digital input status
1256
1257     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1258
1259 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
1260 Author: Grzegorz Bernacki <gjb@semihalf.com>
1261 Date:   Fri Jun 12 11:33:53 2009 +0200
1262
1263     digsy MTC: Add SPI support.
1264
1265     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1266
1267 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
1268 Author: Grzegorz Bernacki <gjb@semihalf.com>
1269 Date:   Fri Jun 12 11:33:52 2009 +0200
1270
1271     mpc52xx: Add SPI driver.
1272
1273     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1274
1275 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
1276 Author: Mike Frysinger <vapier@gentoo.org>
1277 Date:   Sun Jun 14 09:33:00 2009 -0400
1278
1279     allow boards to customize compiler options on a per-file/dir basis
1280
1281     With our Blackfin boards, we like to build the compression routines with
1282     -O2 as our tests show a pretty good size/speed tradeoff.  For the rest of
1283     U-Boot though, we want to stick with the default -Os as that is mostly
1284     control code.  So in our case, we would add a line like so to the board
1285     specific config.mk file:
1286         CFLAGS_lib_generic += -O2
1287
1288     Now all files under lib_generic/ will have -O2 appended to their build.
1289
1290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1291     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1292
1293 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
1294 Author: Wolfgang Denk <wd@denx.de>
1295 Date:   Sun Jun 14 21:30:39 2009 +0200
1296
1297     Prepare v2009.06
1298
1299     Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
1300
1301     Signed-off-by: Wolfgang Denk <wd@denx.de>
1302
1303 commit c3147c1762f8caf99649051116a2411bdf887c10
1304 Author: Wolfgang Denk <wd@denx.de>
1305 Date:   Sun Jun 14 20:31:36 2009 +0200
1306
1307     Revert "SMC911x driver fixed for NFS boot"
1308
1309     This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
1310     which causes compile warnings ("large integer implicitly truncated
1311     to unsigned type") on all systems that use this driver. The warning
1312     results from passing long constants (TX_CFG, RX_CFG) into
1313     smc911x_set_mac_csr() which is declared to accept "unsigned
1314     character" arguments only.
1315
1316     Being close to a release, with nobody available to actually test the
1317     code or the suggested fixes, it seems better to revert the patch.
1318
1319 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
1320 Author: Peter Tyser <ptyser@xes-inc.com>
1321 Date:   Fri May 22 10:26:37 2009 -0500
1322
1323     xes: Update Freescale clock code to work with 86xx processors
1324
1325     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1326     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1327
1328 commit 25623937bb81cae788d767e6c59a11c96fc82866
1329 Author: Peter Tyser <ptyser@xes-inc.com>
1330 Date:   Fri May 22 10:26:36 2009 -0500
1331
1332     xes: Update Freescale DDR code to work with 86xx processors
1333
1334     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1335     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1336
1337 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
1338 Author: Peter Tyser <ptyser@xes-inc.com>
1339 Date:   Fri May 22 10:26:35 2009 -0500
1340
1341     xes: Update Freescale PCI code to work with 86xx processors
1342
1343     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1344     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1345
1346 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
1347 Author: Peter Tyser <ptyser@xes-inc.com>
1348 Date:   Fri May 22 10:26:32 2009 -0500
1349
1350     85xx: Add PORBMSR and PORDEVSR shift defines
1351
1352     Add defines similar to those already used for the the 86xx architecture.
1353     This will ease sharing of PCI code between the 85xx and 86xx
1354     architectures.
1355
1356     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1357     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1358
1359 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
1360 Author: Peter Tyser <ptyser@xes-inc.com>
1361 Date:   Thu May 21 12:10:00 2009 -0500
1362
1363     fsl/85xx, 86xx: Sync up DMA code
1364
1365     The following changes were made to sync up the DMA code between the 85xx
1366     and 86xx architectures which will make it easier to break out common
1367     8xxx DMA code:
1368
1369     85xx:
1370     - Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
1371       only have an affect when the SBPATMU bit is set.
1372     - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
1373       status register.  We may as well clear all 32 bits of the register...
1374
1375     86xx:
1376     - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
1377     - Add clearing of errors in the DMA status register when initializing
1378       the controller
1379     - Clear the channel start bit in the DMA mode register after a transfer
1380
1381     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1383
1384 commit b1f12650d332eadac1306a772cab6096abee6ddd
1385 Author: Peter Tyser <ptyser@xes-inc.com>
1386 Date:   Thu May 21 12:09:59 2009 -0500
1387
1388     fsl: Create common fsl_dma.h for 85xx and 86xx cpus
1389
1390     Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
1391     reduce a large amount of code duplication
1392
1393     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1395
1396 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
1397 Author: Haiying Wang <Haiying.Wang@freescale.com>
1398 Date:   Wed May 20 12:30:41 2009 -0400
1399
1400     85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
1401
1402     On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
1403     UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
1404     disable UEC6 and UEC8 by default.
1405
1406     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1407     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1408
1409 commit e8efef7c1b457442583a8b9d38d8a5b667661616
1410 Author: Haiying Wang <Haiying.Wang@freescale.com>
1411 Date:   Thu Jun 4 16:12:42 2009 -0400
1412
1413     drivers/qe: add sgmii support in for UEC driver
1414
1415     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1417
1418 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
1419 Author: Haiying Wang <Haiying.Wang@freescale.com>
1420 Date:   Thu Jun 4 16:12:41 2009 -0400
1421
1422     qe: Pass in uec_info struct through uec_initialize
1423
1424     The uec driver contains code to hard code configuration information for the uec
1425     ethernet controllers. This patch creates an array of uec_info structures, which
1426     are then parsed by the corresponding driver instance to determine configuration.
1427     It also creates function uec_standard_init() to initialize all UEC interfaces
1428     for 83xx and 85xx.
1429
1430     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1431     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1432
1433 commit 9a6110897fc9282ade598bbba70ad72b940436e3
1434 Author: Haiying Wang <Haiying.Wang@freescale.com>
1435 Date:   Thu Jun 4 16:12:40 2009 -0400
1436
1437     fsl: Update the number of ethxaddr in reading system eeprom
1438
1439     We support up to 8 mac addresses in system eeprom, so we define the macro
1440     MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
1441     according to mac_count.
1442
1443     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1444     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1445
1446 commit f82107f637f167a77803c0933f9b24741a91c711
1447 Author: Haiying Wang <Haiying.Wang@freescale.com>
1448 Date:   Wed May 20 12:30:37 2009 -0400
1449
1450     85xx: Add RMII support for MPC8569MDS
1451
1452     This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
1453     support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
1454     enalbe_mpc8569mds_qe_uec which is  more accurate.
1455
1456     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1457     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1458
1459 commit 750098d33bc362ac4263863e92da158cf011063f
1460 Author: Haiying Wang <Haiying.Wang@freescale.com>
1461 Date:   Wed May 20 12:30:36 2009 -0400
1462
1463     85xx: Add UEC3 and UEC4 support for MPC8569MDS
1464
1465     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1466     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1467
1468 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
1469 Author: Haiying Wang <Haiying.Wang@freescale.com>
1470 Date:   Wed May 20 12:30:35 2009 -0400
1471
1472     drivers/qe: Add more SNUM number for QE
1473
1474     Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
1475     1000 mode.
1476
1477     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1478     Acked-by: Timur Tabi <timur@freescale.com>
1479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1480
1481 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
1482 Author: Haiying Wang <Haiying.Wang@freescale.com>
1483 Date:   Thu May 21 15:34:14 2009 -0400
1484
1485     drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
1486
1487     Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
1488     define MAX_QE_RISC for QE based silicons.
1489
1490     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1491     Acked-by: Timur Tabi <timur@freescale.com>
1492     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1493
1494 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
1495 Author: Haiying Wang <Haiying.Wang@freescale.com>
1496 Date:   Wed May 20 12:30:29 2009 -0400
1497
1498     85xx: Add QE clk support
1499
1500     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1501     Acked-by: Timur Tabi <Timur@freescale.com>
1502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1503
1504 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
1505 Author: Kumar Gala <galak@kernel.crashing.org>
1506 Date:   Wed May 20 01:11:33 2009 -0500
1507
1508     85xx: Added MPC8535/E identifiers
1509
1510     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1511
1512 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
1513 Author: Kumar Gala <galak@kernel.crashing.org>
1514 Date:   Thu May 21 08:36:43 2009 -0500
1515
1516     85xx: Always attempt ethernet device tree fixup
1517
1518     Its reasonable that we may have ethernet devices but dont have drivers
1519     or support enabled for them in u-boot and want the device tree fixed up.
1520     Unconditionally calling the ethernet fixup is fine since if we dont have
1521     ethernet nodes that match (or aliases) we will not attempt to do
1522     anything.
1523
1524     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1525     Acked-by: Timur Tabi <timur@freescale.com>
1526
1527 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
1528 Author: Haiying Wang <Haiying.Wang@freescale.com>
1529 Date:   Thu May 21 15:32:13 2009 -0400
1530
1531     drivers/qe: Rename the camel-case identifiers in uec
1532
1533     Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
1534
1535     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
1536
1537 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
1538 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
1539 Date:   Fri Apr 3 15:36:13 2009 -0500
1540
1541     85xx: Add P2020DS support
1542
1543     The patch adds support for P2020DS reference platform.
1544     DDR3 interface uses hard-coded initialization rather than SPD
1545     for now and was tested at 667Mhz. Some PIXIS register
1546     definitions and associated code sections need to be fixed.
1547     TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
1548     tested under u-boot.
1549
1550     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
1551     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
1552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1553
1554 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
1555 Author: Stefan Roese <sr@denx.de>
1556 Date:   Tue Jun 9 16:57:47 2009 +0200
1557
1558     mpc512x: MPC5121ADS: Add NAND support
1559
1560     This patch adds NAND support to the MPC5121ADS board. Please
1561     note that the image size increased since NAND support didn't
1562     fit in the current image size (256k).
1563
1564     Signed-off-by: Stefan Roese <sr@denx.de>
1565     Signed-off-by: Wolfgang Denk <wd@denx.de>
1566     Cc: Wolfgang Denk <wd@denx.de>
1567
1568 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
1569 Author: Stefan Roese <sr@denx.de>
1570 Date:   Tue Jun 9 16:57:03 2009 +0200
1571
1572     nand/mpc512x: Add MPC512x NAND support (NFC)
1573
1574     This patch adds NAND Flash Controller driver for MPC5121 revision 2.
1575     All device features, except hardware ECC and power management, are
1576     supported.
1577
1578     This NFC driver replaces the one orignally posted by John Rigby:
1579
1580     "[PATCH] Freescale NFC NAND driver"
1581
1582     It's a port of the Linux driver version posted by Piotr Ziecik a few
1583     weeks ago. Using this driver has the following advantages (from my
1584     point of view):
1585
1586     - Compatibility with the Linux NAND driver (e.g. ECC usage)
1587     - Better code quality in general
1588     - Resulting U-Boot image is a bit smaller (approx. 3k)
1589     - Better to sync with newer Linux driver versions
1590
1591     The only disadvantage I can see, is that HW-ECC is not supported right
1592     now. But this could be added later (e.g. port from Linux driver after
1593     it's supported there). Using HW-ECC on the MCP5121 NFC has a general
1594     problem because of the ECC usage in the spare area. This collides with
1595     JFFS2 for example.
1596
1597     Signed-off-by: Stefan Roese <sr@denx.de>
1598     Cc: Piotr Ziecik <kosmo@semihalf.com>
1599     Cc: Wolfgang Denk <wd@denx.de>
1600     Cc: John Rigby <jcrigby@gmail.com>
1601     Cc: Scott Wood <scottwood@freescale.com>
1602
1603 commit e53b507cee5d976953134a565c72fd32c967d7dd
1604 Author: Stefan Roese <sr@denx.de>
1605 Date:   Tue Jun 9 11:50:40 2009 +0200
1606
1607     mpc512x: Add esd gmbh mecp5123 board support
1608
1609     MECP5123 is a MPC5121E based module by esd gmbh.
1610
1611     Signed-off-by: Stefan Roese <sr@denx.de>
1612     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1613
1614 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
1615 Author: Stefan Roese <sr@denx.de>
1616 Date:   Tue Jun 9 11:50:05 2009 +0200
1617
1618     mcp512x: Add macros for SCFR LPC divisor access
1619
1620     Thos macros will be used by the esd mecp5123 board.
1621
1622     Signed-off-by: Stefan Roese <sr@denx.de>
1623
1624 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
1625 Author: Stefan Roese <sr@denx.de>
1626 Date:   Mon Jun 8 09:38:07 2009 +0200
1627
1628     mpc512x: Fix problem with I2C access before relocation
1629
1630     This is needed for the upcoming esd MECP5123 board port which uses
1631     I2C EEPROM for environment storage.
1632
1633     Signed-off-by: Stefan Roese <sr@denx.de>
1634     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1635     Acked-by: Heiko Schocher<hs@denx.de>
1636
1637 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
1638 Author: Stefan Roese <sr@denx.de>
1639 Date:   Thu Jun 4 13:35:39 2009 +0200
1640
1641     74xx_7xx: CPCI750: Add CPCI adapter/target support
1642
1643     The CPCI750 can be built as CPCI host or adapter/target board. This patch
1644     adds support for runtime detection of those variants.
1645
1646     Signed-off-by: Stefan Roese <sr@denx.de>
1647     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1648
1649 commit ae7a2739d7a0704437376e229bb21940952c55be
1650 Author: Stefan Roese <sr@denx.de>
1651 Date:   Fri Jun 5 05:45:41 2009 +0200
1652
1653     74xx_7xx: CPCI750: Enable access to PCI function > 0
1654
1655     The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
1656     patch enables access to those functions.
1657
1658     Signed-off-by: Stefan Roese <sr@denx.de>
1659     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1660
1661 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
1662 Author: Stefan Roese <sr@denx.de>
1663 Date:   Thu Jun 4 13:35:37 2009 +0200
1664
1665     74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
1666
1667     Signed-off-by: Stefan Roese <sr@denx.de>
1668     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1669
1670 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
1671 Author: Stefan Roese <sr@denx.de>
1672 Date:   Thu Jun 4 13:35:36 2009 +0200
1673
1674     74xx_7xx: CPCI750: Add loadpci command
1675
1676     This command is used to load/boot an OS-image which is transferred from
1677     the CPCI host to the CPCI target/adapter.
1678
1679     Signed-off-by: Stefan Roese <sr@denx.de>
1680     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1681
1682 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
1683 Author: Stefan Roese <sr@denx.de>
1684 Date:   Thu Jun 4 13:35:35 2009 +0200
1685
1686     74xx_7xx: CPCI750: Add commandline editing/history
1687
1688     Signed-off-by: Stefan Roese <sr@denx.de>
1689     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1690
1691 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
1692 Author: Stefan Roese <sr@denx.de>
1693 Date:   Thu Jun 4 16:55:34 2009 +0200
1694
1695     UBI: Add compile-time check for correct malloc area configuration
1696
1697     UBI is quite memory greedy and requires at least approx. 512k of malloc
1698     area. This patch adds a compile-time check, so that boards will not
1699     build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
1700
1701     Signed-off-by: Stefan Roese <sr@denx.de>
1702
1703 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
1704 Author: Prafulla Wadaskar <prafulla@marvell.com>
1705 Date:   Mon Apr 6 21:24:43 2009 +0530
1706
1707     sf: new Macronix MX25xx SPI flash driver
1708
1709     Added macronix SF driver for MTD framework
1710     MX25L12805D is supported and tested
1711     TBD: sector erase implementation, other deivces support
1712
1713     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1714     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1715
1716 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
1717 Author: Todor I Mollov <tmollov@ucsd.edu>
1718 Date:   Sat Apr 4 07:14:44 2009 -0400
1719
1720     sf: atmel: implement power-of-two write/erase funcs
1721
1722     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
1723     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1724     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1725
1726 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
1727 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1728 Date:   Mon May 25 17:23:18 2009 +0530
1729
1730     mpc85xx: 8536ds: Add USB related CONFIGs
1731
1732     This patch adds CONFIGs for enabling USB in mpc8536ds and also
1733     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
1734     Copyright.
1735
1736     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1737     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1738
1739 commit 6823e9b01290977c4d9c90381459c01f66e12e79
1740 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1741 Date:   Mon May 25 17:23:17 2009 +0530
1742
1743     mpc83xx: 8315erdb: Add USB related CONFIGs
1744
1745     This patch adds CONFIGs for enabling USB in mpc8315erdb and also
1746     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
1747     Copyright.
1748
1749     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1750     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1751
1752 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
1753 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1754 Date:   Thu May 21 17:32:48 2009 +0530
1755
1756     mpc85xx: USB: Add support
1757
1758     The following patch adds 85xx-specific USB support and also
1759     revamps Copyright in immap_85xx.h
1760
1761     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1762     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1763
1764 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
1765 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1766 Date:   Mon May 25 17:23:16 2009 +0530
1767
1768     mpc83xx: USB: Reorganized its support
1769
1770     The following patch reorganizes/reworks the USB support for mpc83xx
1771     as under:-
1772
1773       * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
1774         cpu/mpx83xx/cpu_init.c
1775
1776       * Board specific usb_phy_type is read from the environment
1777
1778       * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
1779
1780       * Copyrights revamped in most of the following files
1781
1782     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1783     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1784
1785 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
1786 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1787 Date:   Thu May 21 17:32:27 2009 +0530
1788
1789     mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
1790
1791     The following patch moves 8xxx-specifc USB #defines from
1792     drivers/usb/host/ehci-fsl.h to include/usb.
1793
1794     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1795     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1796
1797 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
1798 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1799 Date:   Thu May 21 17:32:15 2009 +0530
1800
1801     mpc8xxx: USB: Removed reenablement of its interface
1802
1803     To prepare for the 85xx USB support, which requires interface enablement
1804     only once in (specified) order, no different than instructions for
1805     enabling the interface under 83xx.  It is unknown why the original author
1806     enabled the interface twice (checked for references in errata, etc).
1807
1808     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1809     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1810
1811 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
1812 Author: Peter Tyser <ptyser@xes-inc.com>
1813 Date:   Fri May 22 17:23:25 2009 -0500
1814
1815     83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
1816
1817     Use the standard lowercase "x" capitalization that other Freescale
1818     architectures use for CPU defines to prevent confusion and errors
1819
1820     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1821     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1822
1823 commit 0f898604945af4543c1525fc33b6bae621a3b805
1824 Author: Peter Tyser <ptyser@xes-inc.com>
1825 Date:   Fri May 22 17:23:24 2009 -0500
1826
1827     83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
1828
1829     Use the standard lowercase "xx" capitalization that other Freescale
1830     architectures use for CPU defines to prevent confusion and errors
1831
1832     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1833     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1834
1835 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
1836 Author: Stefan Roese <sr@denx.de>
1837 Date:   Tue Jun 2 16:53:16 2009 +0200
1838
1839     mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
1840
1841     This patch removes the duplicated code for baudrate generator configuration
1842     in the PSC serial_init() implementation by calling serial_setbrg() instead
1843     of duplicating the code.
1844
1845     Signed-off-by: Stefan Roese <sr@denx.de>
1846
1847 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
1848 Author: Stefan Roese <sr@denx.de>
1849 Date:   Tue Jun 2 16:53:15 2009 +0200
1850
1851     mpc512x: Fix PSC divisor calculation for baudrate setting
1852
1853     The wrong input frequency was used in serial_setbrg(). This patch fixes
1854     this by using ips_clk as input frequency for the PSC baudrate generator.
1855
1856     Signed-off-by: Stefan Roese <sr@denx.de>
1857
1858 commit 52568c3654b2b257016d52167805ae132faac14e
1859 Author: Wolfgang Denk <wd@denx.de>
1860 Date:   Sat May 16 10:47:46 2009 +0200
1861
1862     MPC512x: add support for ARIA board
1863
1864     ARIA is a MPC5121E based COM Express module by Dave/DENX.
1865
1866     Signed-off-by: Wolfgang Denk <wd@denx.de>
1867     Cc: John Rigby <jcrigby@gmail.com>
1868
1869 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
1870 Author: Wolfgang Denk <wd@denx.de>
1871 Date:   Sat May 16 10:47:45 2009 +0200
1872
1873     MPC512x: remove include/mpc512x.h
1874
1875     Move needed definitions (register descriptions etc.) from
1876     include/mpc512x.h  into  include/asm-ppc/immap_512x.h.
1877
1878     Instead of using a #define'd register offset, use a function that
1879     provides the PATA controller's base address.
1880
1881     All the rest of include/mpc512x.h are register offset definitions
1882     which can be eliminated by proper use of C structures.
1883
1884     There are only a few register offsets remaining that are needed in
1885     cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
1886     which is intended as a temporary workaround only. In a later patch
1887     this file will be removed, too, and then auto-generated from the
1888     respective C structs.
1889
1890     Signed-off-by: Wolfgang Denk <wd@denx.de>
1891     Cc: John Rigby <jcrigby@gmail.com>
1892
1893 commit a927e491b2a326c1e9c4313e3ce4042988422697
1894 Author: Wolfgang Denk <wd@denx.de>
1895 Date:   Sat May 16 10:47:44 2009 +0200
1896
1897     MPC512x FEC: get rid of duplicated struct ethernet_regs
1898
1899     Use existing struct fec512x instead.
1900
1901     Signed-off-by: Wolfgang Denk <wd@denx.de>
1902     Cc: John Rigby <jcrigby@gmail.com>
1903     Acked-by: Ben Warren <biggerbadderben@gmail.com>
1904
1905 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
1906 Author: Wolfgang Denk <wd@denx.de>
1907 Date:   Sat May 16 10:47:43 2009 +0200
1908
1909     MPC512x: use I/O accessors instead of pointer accesses
1910
1911     This commit changes the MPC512x code to use I/O accessor calls (i.e.
1912     out_*() and in_*()) instead of using deprecated pointer accesses.
1913
1914     Signed-off-by: Wolfgang Denk <wd@denx.de>
1915     Cc: John Rigby <jcrigby@gmail.com>
1916
1917 commit 19dc7e179268be148e550c36203208c662610d76
1918 Author: Wolfgang Denk <wd@denx.de>
1919 Date:   Sat May 16 10:47:42 2009 +0200
1920
1921     MPC512x: add more hardware description to immap_512x.h
1922
1923     - add GPIO module description
1924     - add Address Latch Timing Register description
1925     - add IO Control Memory Map
1926     - add FEC Memory Map
1927
1928     Also change board/freescale/mpc5121ads/mpc5121ads.c and
1929     cpu/mpc512x/iopin.c as needed.
1930
1931     Signed-off-by: Wolfgang Denk <wd@denx.de>
1932     Cc: John Rigby <jcrigby@gmail.com>
1933
1934 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
1935 Author: Wolfgang Denk <wd@denx.de>
1936 Date:   Sat May 16 10:47:41 2009 +0200
1937
1938     Rename ads5121 board into mpc5121ads
1939
1940     We rename the board so we use a consistent name in U-Boot and in
1941     Linux.  Also, we use this opportunity to move the board into the
1942     Freecale vendor directory.
1943
1944     Signed-off-by: Wolfgang Denk <wd@denx.de>
1945     Cc: John Rigby <jcrigby@gmail.com>
1946
1947 commit debf87415579c0f50aab9e0832976d4506babe0f
1948 Author: Wolfgang Denk <wd@denx.de>
1949 Date:   Sat May 16 10:47:40 2009 +0200
1950
1951     cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
1952
1953     Signed-off-by: Wolfgang Denk <wd@denx.de>
1954     Cc: John Rigby <jcrigby@gmail.com>
1955
1956 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
1957 Author: Wolfgang Denk <wd@denx.de>
1958 Date:   Sat May 16 10:47:39 2009 +0200
1959
1960     cpu/mpc512x/pci.c: minor coding style cleanup
1961
1962     Get rid of variable declaration in the middle of the code.
1963
1964     Signed-off-by: Wolfgang Denk <wd@denx.de>
1965     Cc: John Rigby <jcrigby@gmail.com>
1966
1967 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
1968 Author: Wolfgang Denk <wd@denx.de>
1969 Date:   Sat May 16 10:47:38 2009 +0200
1970
1971     mpc512x: Move common files to share them by several boards
1972
1973     We will soon see several new MPC521x based boards added.  This patch
1974     moves files that are not board specific to a common directory so they
1975     can be shared by all such ports.  It also splits off common IDE code
1976     into a new file, cpu/mpc512x/ide.c .
1977
1978     Signed-off-by: Wolfgang Denk <wd@denx.de>
1979     Cc: John Rigby <jcrigby@gmail.com>
1980
1981 commit 03e069dc0a765d506f78a68319acf33d432e035b
1982 Author: Wolfgang Denk <wd@denx.de>
1983 Date:   Sat May 16 10:47:37 2009 +0200
1984
1985     mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
1986
1987     Signed-off-by: Wolfgang Denk <wd@denx.de>
1988     Cc: John Rigby <jcrigby@gmail.com>
1989
1990 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
1991 Author: Wolfgang Denk <wd@denx.de>
1992 Date:   Sun May 24 17:06:54 2009 +0200
1993
1994     General help message cleanup
1995
1996     Many of the help messages were not really helpful; for example, many
1997     commands that take no arguments would not print a correct synopsis
1998     line, but "No additional help available." which is not exactly wrong,
1999     but not helpful either.
2000
2001     Commit ``Make "usage" messages more helpful.'' changed this
2002     partially. But it also became clear that lots of "Usage" and "Help"
2003     messages (fields "usage" and "help" in struct cmd_tbl_s respective)
2004     were actually redundant.
2005
2006     This patch cleans this up - for example:
2007
2008     Before:
2009         => help dtt
2010         dtt - Digital Thermometer and Thermostat
2011
2012         Usage:
2013         dtt         - Read temperature from digital thermometer and thermostat.
2014
2015     After:
2016         => help dtt
2017         dtt - Read temperature from Digital Thermometer and Thermostat
2018
2019         Usage:
2020         dtt
2021
2022     Signed-off-by: Wolfgang Denk <wd@denx.de>
2023
2024 commit 94796d8544d4248028141bad11c6a74b840e9d6e
2025 Author: Wolfgang Denk <wd@denx.de>
2026 Date:   Sun May 24 19:17:29 2009 +0200
2027
2028     Make "usage" messages more helpful.
2029
2030     In case of incorrect command invocations U-Boot used to print pretty
2031     useless "usage" messages, for example:
2032
2033         => nand markbad
2034         Usage:
2035         nand - NAND sub-system
2036
2037     In the result, the user would have to run the "help" command to get
2038     the (available) information about correct command usage. Change this,
2039     so that this information gets always printed.
2040
2041     Note that this changes the user interface of all commands, but
2042     hopefully to the better.
2043
2044     Signed-off-by: Wolfgang Denk <wd@denx.de>
2045
2046 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
2047 Author: Mike Frysinger <vapier@gentoo.org>
2048 Date:   Sun May 24 02:26:19 2009 -0400
2049
2050     nvedit: speed up printing of environment
2051
2052     The printing code would check the same environment byte multiple times and
2053     write to the console one byte at a time.  For some devices (such as the
2054     Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
2055     damned slow.  So create a small 16 byte buffer to fill up and send to puts
2056     as needed.  In the process, unify the different print functions, shrink
2057     the resulting code (source and compiled), and avoid excess env reads as
2058     those too can be somewhat expensive depending on the board.
2059
2060     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2061
2062 commit 3112030a430553768de5d30c05bedf8710784452
2063 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2064 Date:   Fri May 22 19:28:52 2009 +0200
2065
2066     config.mk: remove un-needed REMOTE_BUILD check
2067
2068     as $(obj) is empty when in tree build
2069
2070     %.s:        %.S
2071         $(CPP) $(AFLAGS) -o $@ $<
2072
2073     and
2074
2075     $(obj)%.s:  %.S
2076         $(CPP) $(AFLAGS) -o $@ $<
2077
2078     are the same
2079
2080     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2081     Acked-by: Mike Frysinger <vapier@gentoo.org>
2082
2083 commit 651351fe980b20217b014b9a888398f18d77951c
2084 Author: Tom Rix <Tom.Rix@windriver.com>
2085 Date:   Wed May 20 07:55:41 2009 -0500
2086
2087     FAT replace compare_sign with strncmp.
2088
2089     The static function compare_sign is only used to compare the fs_type string
2090     and does not do anything more than what strncmp does.
2091
2092     The addition of the trailing '\0' to fs_type, while legal, is not needed
2093     because the it is never printed out and strncmp does not depend on NULL
2094     terminated strings.
2095
2096     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2097
2098 commit ecb1dc892297d5d99876907328fed732feefeab2
2099 Author: Mike Frysinger <vapier@gentoo.org>
2100 Date:   Wed May 20 04:35:14 2009 -0400
2101
2102     Add support for Linux-like kallsysms
2103
2104     The kernel stores address<->symbol names in it so things can be decoded at
2105     runtime.  Do it in U-Boot, and we get nice symbol decoding when crashing.
2106
2107     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2108
2109 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
2110 Author: Wolfgang Denk <wd@denx.de>
2111 Date:   Sun May 17 16:01:54 2009 +0200
2112
2113     cmd_mtdparts.c: allow to omit definitions for default settings
2114
2115     There is actually no good reason to enforce that all board
2116     configuations must define default settings for "mtdids" and
2117     "mtdparts".  Actually this may be difficult to handle, especially on
2118     boards where different sizes of flash chips can be fit, so there is no
2119     real "default" partition map for all boards.
2120
2121     Lift this arbitrary limitation.
2122
2123     Signed-off-by: Wolfgang Denk <wd@denx.de>
2124
2125 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
2126 Author: Stefan Roese <sr@denx.de>
2127 Date:   Tue May 12 14:31:56 2009 +0200
2128
2129     cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
2130
2131     This patch removes all references to the direct CFI FLASH interface
2132     (via flash_info[]). Now that all FLASH types currently handled in
2133     mtdparts are available (if selected, see below) via the MTD infrastructure.
2134     This is NOR, NAND and OneNAND right now. This can be achieved by defining
2135     the following options:
2136
2137     CONFIG_MTD_DEVICE (for all FLASH types)
2138
2139     plus
2140
2141     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
2142
2143     So we need to add those defines to the board config headers currently
2144     using the mtdparts commands. This is done via another patch, so
2145     we shouldn't break mtdparts compatibility.
2146
2147     One big advantage from this solution is that the cmd_mtdparts.c is
2148     *much* cleaner now. Lot's of #ifdef's are removed and the code itself
2149     is smaller. Additionally the newly added MDT concatenation feature
2150     can new be used via the mtdparts infrastructure and therefor via
2151     UBI etc.
2152
2153     Signed-off-by: Stefan Roese <sr@denx.de>
2154     Cc: Ladislav Michl <ladis@linux-mips.org>
2155     Cc: Scott Wood <scottwood@freescale.com>
2156
2157 commit d558107c18708050f05b6639b2192efb67c905dc
2158 Author: Stefan Roese <sr@denx.de>
2159 Date:   Tue May 12 14:31:18 2009 +0200
2160
2161     mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
2162
2163     This new define enables mtdcore.c compilation and with this we can
2164     select the MTD device infrastructure needed for the reworked mtdparts
2165     command.
2166
2167     We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
2168     CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
2169     for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
2170
2171     Signed-off-by: Stefan Roese <sr@denx.de>
2172     Cc: Scott Wood <scottwood@freescale.com>
2173
2174 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
2175 Author: Stefan Roese <sr@denx.de>
2176 Date:   Tue May 12 14:32:58 2009 +0200
2177
2178     mtd: MTD related config header changes (mtdparts command)
2179
2180     By changing the cmd_mtdparts to only use the MTD infrastructure and
2181     not the direct interface to the CFI NOR FLASH driver we now need
2182     to add the MTD infrastructure to all boards using those mtdparts
2183     commands. This patch adds those components:
2184
2185     CONFIG_MTD_DEVICE (for all FLASH types)
2186
2187     plus
2188
2189     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
2190
2191     To all board maintainers: Please test this on your platforms and
2192     report any problems/issues found. Thanks.
2193
2194     Signed-off-by: Stefan Roese <sr@denx.de>
2195     Cc: Wolfgang Denk <wd@denx.de>
2196     Cc: Ron Madrid <info@sheldoninst.com>
2197     Cc: Georg Schardt <schardt@team-ctech.de>
2198     Cc: Michal Simek <monstr@monstr.eu>
2199     Cc: Ladislav Michl <ladis@linux-mips.org>
2200     Cc: Martin Krause <martin.krause@tqs.de>
2201     Cc: Gary Jennejohn <garyj@denx.de>
2202     Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
2203
2204 commit 8d2effea23e938631126a7888008a0637e13b389
2205 Author: Stefan Roese <sr@denx.de>
2206 Date:   Mon May 11 16:03:55 2009 +0200
2207
2208     mtd: Update MTD infrastructure to support 64bit device size
2209
2210     This patch brings the U-Boot MTD infrastructure in sync with the current
2211     Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
2212     support and a resync of the mtdpart.c file which has seen multiple fixes
2213     meanwhile.
2214
2215     Signed-off-by: Stefan Roese <sr@denx.de>
2216     Cc: Scott Wood <scottwood@freescale.com>
2217     Cc: Kyungmin Park <kmpark@infradead.org>
2218
2219 commit 0a57265533c412adf6024f4b4955141f4346b2b9
2220 Author: Stefan Roese <sr@denx.de>
2221 Date:   Tue May 12 14:29:39 2009 +0200
2222
2223     mtd: Add MTD concat support to concatenate multiple MTD NOR devices
2224
2225     This patch adds concatenation support to the U-Boot MTD infrastructure.
2226     By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
2227     all found NOR devices into one single MTD device. This can be used by
2228     e.g by UBI to access a partition that spans over multiple NOR chips.
2229
2230     Signed-off-by: Stefan Roese <sr@denx.de>
2231
2232 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
2233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2234 Date:   Sat Apr 25 14:57:52 2009 +0200
2235
2236     make MODEM SUPPORT generic instead of duplicate it
2237
2238     and fix comment
2239
2240     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2241
2242     Adjusted Copyright message.
2243
2244     Signed-off-by: Wolfgang Denk <wd@denx.de>
2245
2246 commit a30f519bd0cde78ba46b424314de94fdab863726
2247 Author: Tom Rix <Tom.Rix@windriver.com>
2248 Date:   Tue Jun 2 20:53:56 2009 -0500
2249
2250     ZOOM2 detect the version of the zoom2 board at runtime.
2251
2252     There are currently 3 versions of the zoom2 board.
2253     The production board, that is currently being released.
2254     The beta board, similar in form to the production board but not released.
2255     The alpha board, a set of PCBs with a very limited circulation.
2256
2257     GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
2258     the board is a production board, otherwise it is a beta board.
2259
2260     The alpha board will likely be mistaken for a beta board.  An alpha board
2261     was unavailible for testing.
2262
2263     This has been tested on the beta and production boards.
2264
2265     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2267
2268 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
2269 Author: Tom Rix <Tom.Rix@windriver.com>
2270 Date:   Wed Jun 3 01:53:57 2009 -0500
2271
2272     Beagle Convert the board version detection to use the OMAP3 GPIO interface.
2273
2274     There is no new functionality in the change.
2275
2276     This change is a conversion from the using raw register access to using
2277     the OMAP3 GPIO API described in doc/README.omap3.
2278
2279     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2280     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2281
2282 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
2283 Author: Tom Rix <Tom.Rix@windriver.com>
2284 Date:   Wed Jun 3 01:53:55 2009 -0500
2285
2286     Fix a typo in the instructions on using omap3's gpio interface.
2287
2288     Using the example for reading a gpio, shows the problem.
2289     NULL should be the gpio number.
2290
2291     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2292     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2293
2294 commit 0c9520efd651ce13451654a35307ec87d4a13a69
2295 Author: Tom Rix <Tom.Rix@windriver.com>
2296 Date:   Fri May 29 18:57:32 2009 -0500
2297
2298     ZOOM2 Define GPIO banks used.
2299
2300     Enable the function and interface clocks for banks 2,3,5 and 6.
2301
2302     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2303     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2304
2305 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
2306 Author: Tom Rix <Tom.Rix@windriver.com>
2307 Date:   Fri May 29 18:57:31 2009 -0500
2308
2309     OMAP3 Turn on the GPIO bank clocks
2310
2311     The function and interface clocks for each GPIO bank, except the first, must
2312     be explicitly turned on.  These are controlled by the config level defines
2313     CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
2314
2315     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2316     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2317
2318 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
2319 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2320 Date:   Thu Mar 26 15:26:01 2009 -0400
2321
2322     Coldfire M5271: Activate u-boot system timer interrupt.
2323
2324     This patch assigns the u-boot system timer interrupt to
2325     interrupt level 3, priority 6. Without this patch the interrupt
2326     will be a level 0, priority 0, which disables it and cause
2327     u-boot functions that relies on the timer (e.g. sleep command)
2328     to never return.
2329
2330     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2331
2332 commit dc26965ad3acdfb18780361d77a276b2843a90af
2333 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2334 Date:   Mon Mar 23 13:35:48 2009 -0400
2335
2336     Compier warning cleanup
2337
2338     Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
2339
2340     Cleanup on compiler warnings on unused variables now that
2341     bd->bi_enetaddr is no longer used.
2342
2343     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2344
2345 commit 42a83765d54f042b4079e05a3438789542429981
2346 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2347 Date:   Fri Mar 20 15:30:10 2009 -0400
2348
2349     Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
2350
2351     Ported from lib_ppc/interrupts.c, this adds the ability for
2352     the coldfire system timer to auto-reset the watchdog when
2353     dtimer_interrupts is called.
2354
2355     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2356
2357 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
2358 Author: Prafulla Wadaskar <prafulla@marvell.com>
2359 Date:   Sun May 31 14:53:20 2009 +0200
2360
2361     arch_misc_init support for ARM architectures
2362
2363     This patch is required for Kirkwood support
2364     may be used by other ARM architectures
2365
2366     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2367
2368 commit b2403589b4d9996394bafc73eca3623f43ac2c31
2369 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2370 Date:   Sun May 31 14:53:18 2009 +0200
2371
2372     at91: move cpu info print to cpu
2373
2374     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2375
2376 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
2377 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2378 Date:   Sun May 31 12:44:46 2009 +0200
2379
2380     at91: move cpu name define to arm/arch/ cpu header
2381
2382     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2383
2384 commit 5bb59b3c906ee01adfaac9565443e5236a793079
2385 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2386 Date:   Sun May 31 12:44:45 2009 +0200
2387
2388     at91: extract reset from timer
2389
2390     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2391
2392 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
2393 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2394 Date:   Sun May 31 12:44:43 2009 +0200
2395
2396     omap24xx: rename reset file
2397
2398     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2399
2400 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
2401 Author: Dirk Behme <dirk.behme@googlemail.com>
2402 Date:   Sun May 31 12:44:42 2009 +0200
2403
2404     OMAP3: Fix CKE1 MUX setting to allow self-refresh
2405
2406     The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
2407     setting is needed for the second CS clock signal to allow the 2 RAM
2408     parts to be put in self-refresh correctly. This also works on rev B
2409     Beagle boards with 128M of RAM.
2410
2411     From: Steve Sakoman <steve@sakoman.com>
2412     From: Jean Pihet <jpihet@mvista.com>
2413     Signed-off-by: Jean Pihet <jpihet@mvista.com>
2414     Signed-off-by: Steve Sakoman <steve@sakoman.com>
2415     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2416
2417 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
2418 Author: Dirk Behme <dirk.behme@googlemail.com>
2419 Date:   Sun May 31 12:44:41 2009 +0200
2420
2421     OMAP3: Zoom2: Enable Board and CPU info
2422
2423     With other OMAP3 boards we recently switched to CPU and Board
2424     info API. From parallel merge, this is missing for Zoom2.
2425     Enable it for Zoom2, too.
2426
2427     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2428     Acked-by: Tom Rix <Tom.Rix@windriver.com>
2429
2430 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
2431 Author: Tom Rix <Tom.Rix@windriver.com>
2432 Date:   Sun May 31 12:44:39 2009 +0200
2433
2434     ZOOM2 Add led support.
2435
2436     This patch controls the large LED on the top left of the zoom2.
2437
2438     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2439
2440 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
2441 Author: Tom Rix <Tom.Rix@windriver.com>
2442 Date:   Sun May 31 12:44:37 2009 +0200
2443
2444     ZOOM2 Add serial support.
2445
2446     Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
2447     The default serial is from the USB connector on left side of the debug board.
2448     The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
2449     enumeration.
2450
2451     The details of the setting of the serial gpmc setup are not available.
2452     The values were provided by another party.
2453
2454     The serial port set up is the same with Zoom1.
2455     Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
2456
2457     The kernel bootargs are
2458     console=ttyS3,115200n8
2459
2460     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2461
2462 commit 3ea201b016ab259a5ac8824af767569522768c47
2463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2464 Date:   Sun May 31 12:44:27 2009 +0200
2465
2466     lh7a40x: move serial driver to drivers/serial
2467
2468     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2469
2470 commit 379be585eb2343d8814a5cee5fb3da930d846bee
2471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2472 Date:   Sat May 16 22:48:46 2009 +0200
2473
2474     pxa: move serial driver to drivers/serial
2475
2476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2477
2478 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
2479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2480 Date:   Sat May 9 13:21:19 2009 +0200
2481
2482     arm: remove cpu_init
2483
2484     move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
2485
2486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2487
2488 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
2489 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2490 Date:   Sat May 9 13:21:18 2009 +0200
2491
2492     arm: unify interrupt init
2493
2494     all arm init the IRQ stack the same way
2495     so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
2496
2497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2498
2499 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
2500 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2501 Date:   Fri May 8 20:24:12 2009 +0200
2502
2503     arm: unify linker script
2504
2505     all arm boards except a few use the same cpu linker script
2506     so move it to cpu/$(CPU)
2507
2508     that could be overwrite in following order
2509     SOC
2510     BOARD
2511     via the corresponding config.mk
2512
2513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2514
2515 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
2516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2517 Date:   Sat May 16 10:02:05 2009 +0200
2518
2519     afeb9260: fix macb device init
2520
2521     uses PA10, PA11 for ETX2 and ETX3.
2522
2523     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2524
2525 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
2526 Author: Stefan Roese <sr@denx.de>
2527 Date:   Wed May 27 10:34:32 2009 +0200
2528
2529     ppc4xx: Remove PCI async bootup message if PCI is not used
2530
2531     Signed-off-by: Stefan Roese <sr@denx.de>
2532
2533 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
2534 Author: Wolfgang Denk <wd@denx.de>
2535 Date:   Fri May 15 09:19:52 2009 +0200
2536
2537     TQM834x: use buffered writes to accelerate writing to flash
2538
2539     Also enable display of 'E'mpty sectors in "flinfo" output.
2540
2541     Signed-off-by: Wolfgang Denk <wd@denx.de>
2542     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2543
2544 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
2545 Author: Wolfgang Denk <wd@denx.de>
2546 Date:   Thu May 14 23:18:34 2009 +0200
2547
2548     TQM834x: add FDT support
2549
2550     Signed-off-by: Wolfgang Denk <wd@denx.de>
2551     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2552
2553 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
2554 Author: Wolfgang Denk <wd@denx.de>
2555 Date:   Thu May 14 23:18:33 2009 +0200
2556
2557     TQM834x: fix environment size; add redundant env.
2558
2559     Also reserve more space for U-Boot as it will probably grow soon.
2560
2561     Signed-off-by: Wolfgang Denk <wd@denx.de>
2562     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2563
2564 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
2565 Author: Thomas Lange <thomas@corelatus.se>
2566 Date:   Sun May 3 20:07:33 2009 +0200
2567
2568     ARM DaVinci: Reset with watchdog enabled
2569
2570     Once the Davinci watchdog has been enabled, the timeout
2571     value cannot be changed. If the timeout in use is long,
2572     it can take a long time for card to reset. By writing
2573     an invalid service key, we can trigger an immediate reset.
2574
2575     Signed-off-by: Thomas Lange <thomas@corelatus.se>
2576
2577 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
2578 Author: Wolfgang Denk <wd@denx.de>
2579 Date:   Fri May 15 10:07:43 2009 +0200
2580
2581     video: Add an option to skip video initialization
2582
2583     This patch adds an option to skip the video initialization on for all
2584     video drivers. This is needed for the CPCI750 which can be built as
2585     CPCI host and adapter/target board. And the adapter board can't
2586     access the video cards located on the CompactPCI bus.
2587
2588     Signed-off-by: Stefan Roese <sr@denx.de>
2589     Cc: Anatolij Gustschin <agust@denx.de>
2590
2591     Rebased against simplifying patch.
2592     Signed-off-by: Wolfgang Denk <wd@denx.de>
2593
2594 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
2595 Author: Wolfgang Denk <wd@denx.de>
2596 Date:   Fri May 15 10:07:42 2009 +0200
2597
2598     drv_video_init(): simplify logic
2599
2600     Simplify nesting of drv_video_init() and use a consistent way of
2601     indicating failure / success. Before, it took me some time to realize
2602     which of the returns was due to an error condition and which of them
2603     indicated success.
2604
2605     Signed-off-by: Wolfgang Denk <wd@denx.de>
2606     Cc: Anatolij Gustschin <agust@denx.de>
2607
2608 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
2609 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2610 Date:   Wed May 13 21:01:13 2009 +0200
2611
2612     at91: regroup IP hw init in one file per soc
2613
2614     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2615
2616 commit 28b00324becf3552134ae1e086509dc9c3d6e932
2617 Author: David Brownell <dbrownell@users.sourceforge.net>
2618 Date:   Fri May 15 23:48:37 2009 +0200
2619
2620     dm355 evm support
2621
2622     Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
2623     from Spectrum Digital.  Board docs include schematic and firmware
2624     for its microcontroller:
2625
2626       http://c6000.spectrumdigital.com/evmdm355/revd/
2627
2628     Most of the DM355 chip is fully documented by TI, the most notable
2629     exception being the MPEG/JPEG coprocessor (programmable using codecs
2630     available at no cost from TI), which is omitted from its DM335 sibling:
2631
2632       http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
2633
2634     This version can boot from the on-board DM9000 Ethernet chip, after
2635     being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
2636     and USB support could be added ... NAND support is being held back
2637     until the support for the 4-bit ECC hardware is ready.
2638
2639     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2640
2641 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
2642 Author: Sanjeev Premi <premi@ti.com>
2643 Date:   Fri May 15 23:48:37 2009 +0200
2644
2645     OMAP3EVM: Set default bootfile
2646
2647     The current configuration doesn't define default
2648     bootfile; leading to this warning at execution:
2649
2650     OMAP3_EVM # dhcp
2651     ...
2652     ...
2653     DHCP client bound to address 192.168.1.11
2654     *** Warning: no boot file name; using 'AC18BE16.img'
2655     TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
2656     sending through gateway 192.168.1.1
2657     Filename 'AC18BE16.img'.
2658     Load address: 0x82000000
2659     Loading: *
2660     TFTP error: 'File not found' (1)
2661
2662     Signed-off-by: Sanjeev Premi <premi@ti.com>
2663
2664 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
2665 Author: s-paulraj@ti.com <s-paulraj@ti.com>
2666 Date:   Fri May 15 23:48:36 2009 +0200
2667
2668     ARM DaVinci: Minor Updates to base addresses
2669
2670     Patch adds base addresses for DaVinci DM365. Updated patches for DM365
2671     will be posted soon.
2672
2673     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2674
2675 commit de193e8e369f5f029ed3b6e2fc60341098eea766
2676 Author: Tom Rix <Tom.Rix@windriver.com>
2677 Date:   Fri May 15 23:48:36 2009 +0200
2678
2679     ZOOM2 Add support for debug board detection.
2680
2681     The logicpd web site is a good source for general information on this board.
2682     Please start looking here if the below links are broken.
2683     http://www.logicpd.com
2684
2685     This is a pdf of the product
2686     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
2687
2688     This is a pdf of the product quick start guide.
2689     The debug board is described here.
2690     http://support.logicpd.com/downloads/1165/
2691
2692     This is a wiki showing the debug board in use
2693     https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
2694
2695     The zoom2 has an auxillary board that contains the serial, net, jtag and
2696     battery simulator.  This change supports a runtime check if the debug board is
2697     connected.
2698
2699     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2700
2701 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
2702 Author: Tom Rix <Tom.Rix@windriver.com>
2703 Date:   Fri May 15 23:48:36 2009 +0200
2704
2705     OMAP3 Port kernel omap gpio interface.
2706
2707     Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
2708     The orignal source is in linux/arch/arm/plat-omap/gpio.c
2709
2710     See doc/README.omap3 for instructions on use.
2711
2712     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2713
2714 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
2715 Author: Tom Rix <Tom.Rix@windriver.com>
2716 Date:   Fri May 15 23:48:36 2009 +0200
2717
2718     ZOOM2 Add initial support for Zoom2
2719
2720     Zoom2 is a new board from Texas Instruments and LogicPD
2721
2722     The logicpd web site is a good source for general information on this board.
2723     Please start looking here if the below links are broken.
2724     http://www.logicpd.com
2725
2726     This is a pdf of the product
2727     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
2728     This is the product description web page
2729     http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
2730
2731     This patch provides a zoom2 base target by copying zoom1 and by making some
2732     obvious changes.
2733
2734     To configure, run
2735     make omap3_zoom2_config
2736
2737     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2738
2739 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
2740 Author: Sandeep Paulraj <s-paulraj@ti.com>
2741 Date:   Fri May 15 23:48:33 2009 +0200
2742
2743     ARM DaVinci:Consolidate common u-boot.lds
2744
2745     The u-boot.lds is common for all DaVinci boards. The patch removes
2746     multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
2747     folder. This addresses one of the comments i received while submitting
2748     patches for DM3xx
2749
2750     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2751
2752 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
2753 Author: Tom Rix <Tom.Rix@windriver.com>
2754 Date:   Fri May 15 23:47:52 2009 +0200
2755
2756     OMAP Consolidate common u-boot.lds to cpu layer.
2757
2758     The u-boot.lds file is common for all omap boards.
2759     Move a cleaned up version to the cpu layer and add makefile logic to use it.
2760
2761     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2762
2763 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
2764 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2765 Date:   Fri May 15 23:47:14 2009 +0200
2766
2767     arm/dcc: add xscale support
2768
2769     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2770
2771 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
2772 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2773 Date:   Fri May 15 23:47:14 2009 +0200
2774
2775     arm/dcc: use static support to allow to use it at anytime
2776
2777     the dcc can be used at the start of the cpu
2778
2779     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2780
2781 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
2782 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2783 Date:   Fri May 15 23:47:13 2009 +0200
2784
2785     ARM: Update mach-types
2786
2787     update against linux v2.6.29
2788
2789     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2790
2791 commit 2907798926ee932f453ac8538e7a6c05c18428a5
2792 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2793 Date:   Fri May 15 23:47:13 2009 +0200
2794
2795     arm920/926/926: remove non needed header
2796
2797     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2798
2799 commit 269dfea017b09c5a999d3053d00505c19789c350
2800 Author: David Brownell <david-b@pacbell.net>
2801 Date:   Fri May 15 23:47:13 2009 +0200
2802
2803     davinci dm6446evm NAND update
2804
2805     This updates the optional (non-default!) NAND support for the
2806     DaVinci DM6446 EVM:
2807
2808      - include MTD partitioning, defaulting to what Linux uses
2809
2810      - use a flash-based BBT, which among other things speeds bootup
2811
2812     This matches code that's now queued for mainline Linux, and might
2813     even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
2814     that the U-Boot $mtdparts environment variable can be passed as-is
2815     on the kernel command line as a cmdlinepart override.
2816
2817     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2818
2819 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
2820 Author: David Brownell <dbrownell@users.sourceforge.net>
2821 Date:   Fri May 15 23:47:12 2009 +0200
2822
2823     davinci: display correct clock info
2824
2825     Move the clock-rate dumping code into the cpu/.../davinci area
2826     where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
2827     updating the format and showing the DSP clock (where relevant).
2828
2829     Switch boards to use the cpuinfo() hook for this stuff.
2830
2831     Remove a few now-obsolete PLL #defines.
2832
2833     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2834
2835 commit daea928829098cae3c9ec6b801e52ba616725034
2836 Author: Tom Rix <Tom.Rix@windriver.com>
2837 Date:   Fri May 15 23:47:12 2009 +0200
2838
2839     ZOOM1 Remove more legacy NAND defines.
2840
2841     These legacy NAND defines are no longer needed by this target.
2842
2843     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2844
2845 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
2846 Author: Tom Rix <Tom.Rix@windriver.com>
2847 Date:   Fri May 15 23:47:12 2009 +0200
2848
2849     LED Add documentation describing the status_led and colour led API.
2850
2851     This document describes the u-boot status LED API.
2852     This allows common u-boot commands to use a board's leds to
2853     provide status for activities like booting and downloading files.
2854
2855     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2856
2857 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
2858 Author: Tom Rix <Tom.Rix@windriver.com>
2859 Date:   Fri May 15 23:47:12 2009 +0200
2860
2861     ARM Add blue colour LED to status_led.
2862
2863     There is exiting support for red,yellow,green but no blue.
2864     The main LED on the zoom2 is a blue LED.
2865
2866     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2867
2868 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
2869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2870 Date:   Fri May 15 23:47:02 2009 +0200
2871
2872     arm: timer and interrupt init rework
2873
2874     actually the timer init use the interrupt_init as init callback
2875     which make the interrupt and timer implementation difficult to follow
2876
2877     so now rename it as int timer_init(void) and use interrupt_init for interrupt
2878
2879     btw also remane the corresponding file to the functionnality implemented
2880
2881     as ixp arch implement two timer - one based on interrupt - so all the timer
2882     related code is moved to timer.c
2883
2884     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2885
2886 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
2887 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2888 Date:   Fri May 15 23:45:22 2009 +0200
2889
2890     OMAP3: Reorganize Makefile style
2891
2892     Reformat COBJS handling.
2893
2894     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2895     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2896
2897 commit b1966982718347f67317b3fb356439743ca68a37
2898 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2899 Date:   Fri May 15 23:45:22 2009 +0200
2900
2901     OMAP3: Remove dublicated interrupt code
2902
2903     Remove duplicated interrupt code. Original, identical code can be found
2904     in lib_arm/interrupts.c
2905
2906     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2907     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2908
2909 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
2910 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2911 Date:   Fri May 15 23:45:22 2009 +0200
2912
2913     at91rm9200: move reset code to reset.c
2914
2915     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2916
2917 commit 2c75c78d94574ee996db2aa9b511258519471dd6
2918 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2919 Date:   Fri May 15 23:45:22 2009 +0200
2920
2921     ixp/interrupts: Move conditional compilation to Makefile
2922
2923     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2924
2925 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
2926 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2927 Date:   Fri May 15 23:45:20 2009 +0200
2928
2929     arm: cleanup remaining CONFIG_INIT_CRITICAL
2930
2931     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2932
2933 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
2934 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2935 Date:   Fri May 15 23:45:12 2009 +0200
2936
2937     arm946es: remove non used timer
2938
2939     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2940
2941 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
2942 Author: David Brownell <dbrownell@users.sourceforge.net>
2943 Date:   Fri May 15 23:44:09 2009 +0200
2944
2945     davinci: add basic dm355/dm350/dm335 support
2946
2947     Add some basic declarations for DaVinci DM355/DM350/DM335 support,
2948     keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
2949     DM357 is very different; while the DM355 is like a DM355 without
2950     the MPEG/JPEG coprocessor).
2951
2952     These have different peripherals than the DM6446, and some of
2953     the peripherals are at different addresses.  Notably for U-Boot,
2954     there's no EMAC, and the NAND controller address is different
2955
2956     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2957
2958 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
2959 Author: David Brownell <dbrownell@users.sourceforge.net>
2960 Date:   Fri May 15 23:44:09 2009 +0200
2961
2962     davinci: fix dm644x buglets
2963
2964     Fix two buglets in the dm644x support:  don't set two must-be-zero
2965     bits in the UART management register; and only include the I2C hooks
2966     if the I2C driver is being included.
2967
2968     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2969
2970 commit f79043681ff44bae435c06f830e51e1546db7e19
2971 Author: David Brownell <dbrownell@users.sourceforge.net>
2972 Date:   Fri May 15 23:44:08 2009 +0200
2973
2974     davinci: split out some dm644x-specific bits from psc
2975
2976     Split out DaVinci DM6446-specific bits from more generic bits:
2977
2978      - Add a CONFIG_SOC_DM644X.  All current boards use DM6446 chips;
2979        DM6443 and DM6441 chips differ in available peripherals.
2980
2981      - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
2982        which is conditionally built.  It provides device-specific setup.
2983
2984     Plus minor coding style and comment updates with respect to the PSC.
2985
2986     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2987
2988 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
2989 Author: David Brownell <dbrownell@users.sourceforge.net>
2990 Date:   Fri May 15 23:44:08 2009 +0200
2991
2992     davinci: cpu-specific build uses conditional make syntax
2993
2994     Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
2995     Add the first conditional: for EMAC driver support.  Not all
2996     chips have an EMAC; and boards might not use it, anyway.
2997
2998     This doesn't touch PHY configuration; that should eventually
2999     become conditional too.
3000
3001     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3002
3003 commit 7b7808ae6dace59287f565e9323cda7b098a5612
3004 Author: David Brownell <dbrownell@users.sourceforge.net>
3005 Date:   Fri May 15 23:44:06 2009 +0200
3006
3007     davinci: move psc support board-->cpu
3008
3009     Move DaVinci PSC support from board/* to cpu/* where it belongs.
3010     The PSC module manages clocks and resets for all DaVinci-family
3011     SoCs, and isn't at all board-specific.
3012
3013     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3014
3015 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
3016 Author: David Brownell <david-b@pacbell.net>
3017 Date:   Tue Apr 14 08:52:58 2009 -0700
3018
3019     DaVinci now respects SKIP_LOWLEVEL_INIT
3020
3021     Don't needlessly include lowlevel init code; that's only really
3022     needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
3023     loader (UBL) handles that before it loads U-Boot.
3024
3025     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3026
3027 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
3028 Author: David Brownell <dbrownell@users.sourceforge.net>
3029 Date:   Sun Apr 12 22:49:26 2009 -0700
3030
3031     DaVinci Ethernet cleanup
3032
3033     Chips without the EMAC controller won't need the utilities
3034     it uses to read an Ethernet address from EEPROM; so don't
3035     include them needlessly.
3036
3037     Use is_valid_ether() to validate the address from EEPROM.
3038     All-zero addresses aren't the only invalid addresses.
3039     A fully erased EEPROM returns all-ones, also invalid...
3040
3041     Switch those Ethernet utilities to use "%pM" for printing
3042     MAC addresses; and not say ROM when they mean EEPROM.
3043
3044     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3045     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3046
3047 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
3048 Author: Stefan Roese <sr@denx.de>
3049 Date:   Mon May 11 15:50:12 2009 +0200
3050
3051     lib_arch/board.c: Move malloc initialization before flash_init()
3052
3053     This patch moves the malloc initialization before calling flash_init().
3054     Upcoming changes to the NOR FLASH common CFI driver with optional
3055     MTD infrastructure and MTD concatenation support will call malloc().
3056     And nothing really speaks against enabling malloc just a little earlier
3057     in the boot stage. Some architectures already enable malloc before
3058     calling flash_init() so they don't need any changes here.
3059
3060     Signed-off-by: Stefan Roese <sr@denx.de>
3061     Cc: Wolfgang Denk <wd@denx.de>
3062     Cc: Mike Frysinger <vapier@gentoo.org>
3063     Cc: Scott McNutt <smcnutt@psyent.com>
3064     Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
3065     Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3066     Cc: Daniel Hellstrom <daniel@gaisler.com>
3067     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3068     Cc: John Rigby <jcrigby@gmail.com>
3069
3070 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
3071 Author: Stefan Roese <sr@denx.de>
3072 Date:   Mon May 11 13:46:14 2009 +0200
3073
3074     ppc4xx: Add Sequoia RAM-booting target
3075
3076     This patch adds another build target for the AMCC Sequoia PPC440EPx
3077     eval board. This RAM-booting version is targeted for boards without
3078     NOR FLASH (NAND booting) which need a possibility to initially
3079     program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
3080     configured to setup the SDRAM, this debugger can load this RAM-
3081     booting image to the target address in SDRAM (in this case 0x1000000)
3082     and start it there. Then U-Boot's standard NAND commands can be
3083     used to program the NAND FLASH (e.g. "nand write ...").
3084
3085     Here the commands to load and start this image from the BDI2000:
3086
3087     440EPX>reset halt
3088     440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
3089     440EPX>go 0x1000000
3090
3091     Please note that this image automatically scans for an already
3092     initialized SDRAM TLB (detected by EPN=0). This TLB will not be
3093     cleared. This TLB doesn't need to be TLB #0, this RAM-booting
3094     version will detect it and preserve it. So booting via BDI2000
3095     will work and booting with a complete different TLB init via
3096     U-Boot works as well.
3097
3098     Signed-off-by: Stefan Roese <sr@denx.de>
3099
3100 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
3101 Author: Mike Frysinger <vapier@gentoo.org>
3102 Date:   Wed May 6 08:41:45 2009 -0400
3103
3104     tools/envcrc: add --binary option to export embedded env
3105
3106     The --binary option to envcrc can be used to export the embedded env as a
3107     binary blob so that it can be manipulated/examined/whatever externally.
3108
3109     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3110
3111 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
3112 Author: Ben Warren <biggerbadderben@gmail.com>
3113 Date:   Tue Apr 28 16:50:53 2009 -0700
3114
3115     Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
3116
3117     All in-tree PPC4xx boards now use CONFIG_NET_MULTI
3118
3119     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3120     Signed-off-by: Stefan Roese <sr@denx.de>
3121
3122 commit 70be6c2d40076f14062b892152649f9a62832fc9
3123 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3124 Date:   Wed Apr 29 09:51:01 2009 +0200
3125
3126     4xx: Add support for DP405 hardware variants
3127
3128     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3129     Signed-off-by: Stefan Roese <sr@denx.de>
3130
3131 commit de47a34d4de1d007a8951efd072283516d580ffa
3132 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3133 Date:   Wed Apr 29 09:51:00 2009 +0200
3134
3135     4xx: Remove binary cpld bitstream from DP405 board
3136
3137     This patch removes the cpld binary bitstream that is
3138     used by esd's cpld command on DP405 boards.
3139
3140     Because u-boot with an external cpld bitstream may not
3141     take more space in flash than before the u-boot binary is
3142     shrinked a little bit. Some unused featues have been
3143     removed therefore.
3144
3145     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3146     Signed-off-by: Stefan Roese <sr@denx.de>
3147
3148 commit 700d553fd3afe804086de8f73d95153315eb0c32
3149 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3150 Date:   Wed Apr 29 09:50:59 2009 +0200
3151
3152     4xx: Remove binary cpld bitstream from VOM405 board
3153
3154     This patch removes the cpld binary bitstream that is
3155     used by esd's cpld command on VOM405 boards.
3156
3157     Because u-boot with an external cpld bitstream may not
3158     take more space in flash than before the u-boot binary is
3159     shrinked a little bit.
3160
3161     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3162     Signed-off-by: Stefan Roese <sr@denx.de>
3163
3164 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
3165 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3166 Date:   Wed Apr 29 09:50:58 2009 +0200
3167
3168     4xx: Remove binary cpld bitstream from PMC405 board
3169
3170     This patch removes the cpld binary bitstream that is
3171     used by esd's cpld command on PMC405 boards.
3172
3173     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3174     Signed-off-by: Stefan Roese <sr@denx.de>
3175
3176 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
3177 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3178 Date:   Wed Apr 29 09:50:57 2009 +0200
3179
3180     4xx: Remove binary cpld bitstream from CMS700 board
3181
3182     This patch removes the cpld binary bitstream that is
3183     used by esd's cpld command on CMS700 boards.
3184
3185     Because u-boot with an external cpld bitstream may not
3186     take more space in flash than before the u-boot binary is
3187     shrinked a little bit. Some unused featues have been
3188     removed therefore.
3189
3190     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3191     Signed-off-by: Stefan Roese <sr@denx.de>
3192
3193 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
3194 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3195 Date:   Wed Apr 29 09:50:56 2009 +0200
3196
3197     esd/common: extend cpld command with address parameter
3198
3199     This patch adds support for an address parameter to esd's
3200     cpld command. This is in preparation to remove compiled-in
3201     binary cpld (xsvf) bitstreams.
3202
3203     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3204     Signed-off-by: Stefan Roese <sr@denx.de>
3205
3206 commit 9166b776350d16460c7330bfb0a50154ea0a1903
3207 Author: Peter Tyser <ptyser@xes-inc.com>
3208 Date:   Sat Apr 18 22:34:06 2009 -0500
3209
3210     cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
3211
3212     When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
3213     correct, eg:
3214
3215     => help i2c
3216     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
3217     speed [speed] - show or set I2C bus speed
3218     i2c dev [dev] - show or set current I2C bus
3219     ...
3220
3221     It has been changed to:
3222     i2c speed [speed] - show or set I2C bus speed
3223     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
3224     i2c dev [dev] - show or set current I2C bus
3225     ...
3226
3227     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3228
3229 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
3230 Author: Peter Tyser <ptyser@xes-inc.com>
3231 Date:   Sat Apr 18 22:34:05 2009 -0500
3232
3233     cmd_i2c: Clean up trivial helper functions
3234
3235     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3236
3237 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
3238 Author: Peter Tyser <ptyser@xes-inc.com>
3239 Date:   Sat Apr 18 22:34:04 2009 -0500
3240
3241     cmd_i2c: Clean up i2c command argument parsing
3242
3243     argc and argv should only be modified once instead of once for
3244     every i2c sub-command
3245
3246     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3247
3248 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
3249 Author: Peter Tyser <ptyser@xes-inc.com>
3250 Date:   Sat Apr 18 22:34:03 2009 -0500
3251
3252     i2c: Update references to individual i2c commands
3253
3254     The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
3255     and isdram are no longer available so all references to them have been
3256     updated to the new form of "i2c <cmd>".
3257
3258     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3259
3260 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
3261 Author: Peter Tyser <ptyser@xes-inc.com>
3262 Date:   Sat Apr 18 22:34:02 2009 -0500
3263
3264     i2c: Remove deprecated individual i2c commands
3265
3266     The following individual I2C commands have been removed: imd, imm, inm,
3267     imw, icrc32, iprobe, iloop, isdram.
3268
3269     The functionality of the individual commands is still available via
3270     the 'i2c' command.
3271
3272     This change only has an impact on those boards which did not have
3273     CONFIG_I2C_CMD_TREE defined.
3274
3275     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3276
3277 commit 655b34a78adf60ef260981688837904208883ae9
3278 Author: Peter Tyser <ptyser@xes-inc.com>
3279 Date:   Sat Apr 18 22:34:01 2009 -0500
3280
3281     i2c: Create common default i2c_[set|get]_bus_speed() functions
3282
3283     New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
3284     replace a number of architecture-specific implementations.
3285
3286     Also, providing default functions will allow all boards to enable
3287     CONFIG_I2C_CMD_TREE.  This was previously not possible since the
3288     tree-form of the i2c command provides the ability to display and modify
3289     the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
3290     present.
3291
3292     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3293
3294 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
3295 Author: Peter Tyser <ptyser@xes-inc.com>
3296 Date:   Sat Apr 18 22:34:00 2009 -0500
3297
3298     cm5200: Make function test command names more unique
3299
3300     Add "_test" to cm5200's function test command names to prevent
3301     overlap with common, global function names.  Originally, the
3302     "do_i2c" function test command interfered with
3303     common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
3304
3305     The functions were also made static as they are not globally accessed.
3306
3307     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3308
3309 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
3310 Author: Peter Tyser <ptyser@xes-inc.com>
3311 Date:   Fri Apr 24 15:34:09 2009 -0500
3312
3313     tsi108_i2c: Add i2c_init() stub function
3314
3315     Add the i2c_init() function so that the tsi108_i2c.c driver fits
3316     U-Boot's standard I2C API which is utilized by cmd_i2c.c
3317
3318     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3319
3320 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
3321 Author: Peter Tyser <ptyser@xes-inc.com>
3322 Date:   Fri Apr 24 15:34:08 2009 -0500
3323
3324     mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
3325
3326     Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
3327     it can use the common 'i2c speed' command.  Note that the I2C controller
3328     utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
3329     dynamically.
3330
3331     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3332
3333 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
3334 Author: Peter Tyser <ptyser@xes-inc.com>
3335 Date:   Fri Apr 24 15:34:07 2009 -0500
3336
3337     Marvell: i2c cleanup
3338
3339     The following changes were made, primarily to bring the Marvell i2c
3340     driver in line with U-Boot's current I2C API:
3341     - Made i2c_init() globally accessible
3342     - Made i2c_read() and i2c_write() return an integer
3343     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
3344       offhand chance someone adds slave support in the future
3345
3346     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3347
3348 commit 54afc6ee10c8cd09598d814d49e601359b005e49
3349 Author: Peter Tyser <ptyser@xes-inc.com>
3350 Date:   Fri Apr 24 15:34:06 2009 -0500
3351
3352     cpci750: i2c cleanup
3353
3354     The following changes were made, primarily to bring the cpci750 i2c
3355     driver in line with U-Boot's current I2C API:
3356     - Made i2c_init() globally accessible
3357     - Made i2c_read() and i2c_write() return an integer
3358     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
3359       offhand chance someone adds slave support in the future
3360
3361     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3362
3363 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
3364 Author: Peter Tyser <ptyser@xes-inc.com>
3365 Date:   Fri Apr 24 15:34:05 2009 -0500
3366
3367     i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
3368
3369     Many boards/controllers/drivers don't support an I2C slave interface,
3370     however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
3371     default
3372
3373     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3374
3375 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
3376 Author: Kumar Gala <galak@kernel.crashing.org>
3377 Date:   Thu Jun 11 23:42:35 2009 -0500
3378
3379     fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
3380
3381     The ddr code computes most things as 64-bit quantities and had some places
3382     in the middle that it was using phy_addr_t and phys_size_t.
3383
3384     Instead we use unsigned long long through out and only at the last stage of
3385     setting the LAWs and reporting the amount of memory to the board code do we
3386     truncate down to what we can cover via phys_size_t.
3387
3388     This has the added benefit that the DDR controller itself is always setup
3389     the same way regardless of how much memory we have.  Its only the LAW
3390     setup that limits what is visible to the system.
3391
3392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3393
3394 commit d4b130dc80761b430dc5b410159cd158fca1a348
3395 Author: Kumar Gala <galak@kernel.crashing.org>
3396 Date:   Thu Jun 11 23:40:34 2009 -0500
3397
3398     85xx: Use print_size to report amount of memory not mapped by TLBs
3399
3400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3401
3402 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
3403 Author: Haiying Wang <Haiying.Wang@freescale.com>
3404 Date:   Wed May 20 12:30:42 2009 -0400
3405
3406     85xx: Add README for MPC8569MDS
3407
3408     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3409     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3410
3411 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
3412 Author: Haiying Wang <Haiying.Wang@freescale.com>
3413 Date:   Wed May 20 12:30:33 2009 -0400
3414
3415     85xx: Add UART1 support for MPC8569MDS
3416
3417     MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
3418     those pins before using UART1.
3419
3420     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3421     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3422
3423 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
3424 Author: Haiying Wang <Haiying.Wang@freescale.com>
3425 Date:   Wed May 20 12:30:32 2009 -0400
3426
3427     85xx: Add PIB support at CS4/CS5 for MPC8569MDS
3428
3429     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3430     Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
3431     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3432
3433 commit fb27949059f1bc84381a6216a819090f0cdbaa70
3434 Author: Haiying Wang <Haiying.Wang@freescale.com>
3435 Date:   Thu Jun 4 16:12:39 2009 -0400
3436
3437     85xx: Fix some settings for MPC8569MDS board
3438
3439     - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
3440     malloc to support up to eight Ethernet interfaces.
3441     - Move Environment address out of uboot thus the saved environment variables
3442     will not be erased after u-boot is re-programmed.
3443
3444     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3446
3447 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
3448 Author: Haiying Wang <Haiying.Wang@freescale.com>
3449 Date:   Wed May 20 12:30:30 2009 -0400
3450
3451     85xx: Fix MURAM size for MPC8569
3452
3453     MPC8569 has 128K bytes MURAM.
3454
3455     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3456     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3457
3458 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
3459 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3460 Date:   Fri May 22 20:23:51 2009 +0200
3461
3462     at91/cpu.c: add missing Copyright & GPL header
3463
3464     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3465
3466 commit aa446a591aca46ef2b53cc6598ea8091feb45444
3467 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3468 Date:   Sun Jun 7 21:45:16 2009 +0900
3469
3470     apollon: Fix a OBJCFLAGS typo
3471
3472     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
3473
3474 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
3475 Author: Wolfgang Denk <wd@denx.de>
3476 Date:   Wed Jun 10 00:19:28 2009 +0200
3477
3478     Prepare 2009.06-rc3
3479
3480     Update CHANGELOG
3481
3482     Signed-off-by: Wolfgang Denk <wd@denx.de>
3483
3484 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
3485 Author: Wolfgang Denk <wd@denx.de>
3486 Date:   Wed Jun 10 00:15:11 2009 +0200
3487
3488     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
3489
3490     Signed-off-by: Wolfgang Denk <wd@denx.de>
3491
3492 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
3493 Author: Daniel Mack <daniel@caiaq.de>
3494 Date:   Thu Jun 4 19:44:12 2009 +0200
3495
3496     ubifs: fix small error path mismatch
3497
3498     In do_readpage(), don't free 'dn' if its allocation failed.
3499
3500     Signed-off-by: Daniel Mack <daniel@caiaq.de>
3501
3502 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
3503 Author: Wolfgang Denk <wd@denx.de>
3504 Date:   Thu Jun 4 00:31:07 2009 +0200
3505
3506     EP88x: fix broken linker script
3507
3508     Signed-off-by: Wolfgang Denk <wd@denx.de>
3509     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
3510
3511 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
3512 Author: Wolfgang Denk <wd@denx.de>
3513 Date:   Fri May 15 00:16:02 2009 +0200
3514
3515     TQM85xx: minor config file cleanup
3516
3517     Remove "saveenv" from "update" definition: the environment is outside
3518     the U-Boot image on TQM85xx and therefor not affected by updates.
3519
3520     Also "beautify" code a bit (vertical alignment).
3521
3522     Signed-off-by: Wolfgang Denk <wd@denx.de>
3523
3524 commit c0296b1801fc9426d772fa75fe58458db605dfee
3525 Author: Wolfgang Denk <wd@denx.de>
3526 Date:   Fri May 15 00:16:01 2009 +0200
3527
3528     TQM85xx: adapt for new flash types
3529
3530     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
3531     series while new boards have 'N' type Flashes from the S29GLxxxN
3532     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
3533
3534     We now change the configuration to the new flash types for all
3535     boards; this also works on old boards - we just waste two flash
3536     sectors for the environment which could be smaller there.
3537
3538     Signed-off-by: Wolfgang Denk <wd@denx.de>
3539
3540 commit 6735104924f06340071a6914a9ee3345607fc102
3541 Author: Dave Liu <daveliu@freescale.com>
3542 Date:   Mon May 18 17:49:23 2009 +0800
3543
3544     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
3545
3546     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
3547     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
3548     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
3549
3550     Signed-off-by: Dave Liu <daveliu@freescale.com>
3551
3552 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
3553 Author: Dave Liu <daveliu@freescale.com>
3554 Date:   Fri May 15 10:27:44 2009 +0800
3555
3556     85xx: Fix the wrong BCSR address of 8569MDS
3557
3558     The BCSR17[7] = 1 will unlock the write protect of FLASH.
3559     The WP# pin only controls the write protect of top/bottom sector,
3560     That is why we can save env, but we can't write the first sector
3561     before the patch.
3562
3563     Signed-off-by: Dave Liu <daveliu@freescale.com>
3564
3565 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
3566 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
3567 Date:   Tue Jun 2 16:27:10 2009 -0500
3568
3569     85xx: bugfix for reading maximum TLB size on mpc85xx
3570
3571     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
3572     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
3573     (256 MB)
3574     which made u-boot hang in board_init_f() when trying to create a new stack
3575     in RAM.
3576     I have an mpc8540 with one 1GB dimm.
3577
3578     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
3579     Signed-off-by: Andy Fleming <afleming@freescale.com>
3580     Acked-by: Kumar Gala <galak@kernel.crashing.org>
3581
3582 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
3583 Author: Dave Liu <daveliu@freescale.com>
3584 Date:   Fri Mar 27 14:32:43 2009 +0800
3585
3586     85xx: Fix the clock adjust of mpc8569mds board
3587
3588     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
3589     the DDR controller hang at the data init. Change the clk_adj
3590     from 6 to 4 (1/2 cycle), make the memory system stable.
3591
3592     Signed-off-by: Dave Liu <daveliu@freescale.com>
3593
3594 commit faa14babd7466dfade358f9cac128ae246b9bf1b
3595 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
3596 Date:   Fri Jun 5 16:54:31 2009 +0200
3597
3598     at91: fix a USB problem for AT91SAM9261
3599
3600     This patch corrects the missing PLLB initialization in usb_cpu_init()
3601     for AT91SAM9261.
3602     Because of the missing PLLB initialization, the USB support for all
3603     AT91SAM9261 based boards will work only if the PLLB is configured by a
3604     precedent bootloader.
3605
3606     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
3607     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3608     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3609
3610 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
3611 Author: Felix Radensky <felix@embedded-sol.com>
3612 Date:   Sun May 31 20:44:15 2009 +0300
3613
3614     ppc4xx/net: Fix MDIO clock setup
3615
3616     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
3617     Current code assumes that the value of sysinfo.freqOPB is 100000000
3618     when OPB frequency is 100MHz. In reality it is 100000001. As a result
3619     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
3620     the standard. This in not a problem on boards equipped with Marvell PHYs
3621     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
3622     but can be a problem for other PHYs (e.g. Realtek ones).
3623
3624     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
3625     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3626
3627 commit d65e34d12514de2bbe3b8f519761d641c081bad0
3628 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
3629 Date:   Wed Feb 25 14:27:29 2009 +0900
3630
3631     rtl8169: fix PCI system memory address
3632
3633     When PCI device use system memory, some PCI host controller should be
3634     set physical memory address.
3635
3636     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
3637     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3638
3639 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
3640 Author: Manikandan Pillai <mani.pillai@ti.com>
3641 Date:   Wed Apr 8 09:14:35 2009 +0530
3642
3643     SMC911x driver fixed for NFS boot
3644
3645     eth_halt() function in the smc911x drivers used to call the
3646     smc911x_reset() function. eth_halt() used to be called after
3647     tftp transfers. This used to put the ethernet chip in reset
3648     while the linux boots up resulting in the ethernet driver
3649     not coming up. NFS boot used to fail as a result.
3650
3651     This patch calls smc911x_shutdown() instead of smc911x_reset().
3652     Some comments received has also been fixed.
3653
3654     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
3655     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3656
3657 commit e5a3bc2401a23f1890611f020f57f94824a534db
3658 Author: Remy Bohmer <linux@bohmer.net>
3659 Date:   Sun May 3 12:11:40 2009 +0200
3660
3661     Add config option for disabling DM9000-SROM support.
3662
3663     Some boards do not have SROM support for the DM9000 network adapter.
3664     Instead of listing these board names in the driver code, make this
3665     option configurable from the board config file.
3666
3667     It also removes a build warning for the at91sam9261ek board:
3668     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
3669
3670     And it repaires the trizepsiv board build which was broken around the
3671     same routines
3672
3673     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3674     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3675
3676 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
3677 Author: Kim Phillips <kim.phillips@freescale.com>
3678 Date:   Fri Jun 5 14:11:33 2009 -0500
3679
3680     mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
3681
3682     In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
3683     impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
3684     SICRH[TSIOB1] was erroneously being set high.
3685
3686     U-Boot always operated this PHY interface in GMII mode.  It is assumed this
3687     was missed in the clean up by the original board porters, and copied along
3688     to the TQM and sbc boards.
3689
3690     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3691     Acked-by: Ira Snyder <iws@ovro.caltech.edu>
3692     Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
3693     Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
3694     CC: Dave Liu <DaveLiu@freescale.com>
3695
3696 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
3697 Author: Daniel Mack <daniel@caiaq.de>
3698 Date:   Wed Apr 8 13:23:37 2009 +0200
3699
3700     smc911x: write back the manually set MAC address
3701
3702     If the MAX address is given by the environment, write it back to the
3703     hardware.
3704
3705     Signed-off-by: Daniel Mack <daniel@caiaq.de>
3706     Cc: Sascha Hauer <s.hauer@pengutronix.de>
3707     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3708
3709 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
3710 Author: Wolfgang Denk <wd@denx.de>
3711 Date:   Fri May 15 00:16:03 2009 +0200
3712
3713     Redundant Environment: protect full sector size
3714
3715     Several boards used different ways to specify the size of the
3716     protected area when enabling flash write protection for the sectors
3717     holding the environment variables: some used CONFIG_ENV_SIZE and
3718     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
3719     a mix of both for the "normal" and the "redundant" areas.
3720
3721     Normally, this makes no difference at all. However, things are
3722     different when you have to deal with boards that can come with
3723     different types of flash chips, which may have different sector
3724     sizes.
3725
3726     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
3727     biggest sector size, which may include several sectors on boards using
3728     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
3729     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
3730     case that only the first of these sectors get protected, while the
3731     following ones aren't.
3732
3733     This is no real problem, but it can be confusing for the user -
3734     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
3735     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
3736     "redundant" area.
3737
3738     To avoid such inconsistencies, I changed all sucn boards that I found
3739     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
3740     not cause any functional changes to the code.
3741
3742     Signed-off-by: Wolfgang Denk <wd@denx.de>
3743     Cc: Paul Ruhland
3744     Cc: Pantelis Antoniou <panto@intracom.gr>
3745     Cc: Stefan Roese <sr@denx.de>
3746     Cc: Gary Jennejohn <garyj@denx.de>
3747     Cc: Dave Ellis <DGE@sixnetio.com>
3748     Acked-by: Stefan Roese <sr@denx.de>
3749
3750 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
3751 Author: Ilya Yanok <yanok@emcraft.com>
3752 Date:   Thu May 14 14:03:09 2009 +0400
3753
3754     mmc: it's safe to ignore mmc_send_if_cond() return value
3755
3756     Return value of mmc_send_if_cond() can be safely ignored (as it is
3757     done in Linux). This makes older cards work with MXC MCI controller.
3758
3759     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
3760
3761 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
3762 Author: Stefan Roese <sr@denx.de>
3763 Date:   Mon May 11 15:54:13 2009 +0200
3764
3765     cfi_mtd: Fix bug in last sector detection
3766
3767     This patch now enabled this cfi-mtd wrapper to correctly detect and
3768     erase the last sector in an NOR FLASH device.
3769
3770     Signed-off-by: Stefan Roese <sr@denx.de>
3771
3772 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
3773 Author: Yauhen Kharuzhy <jekhor@gmail.com>
3774 Date:   Thu May 7 00:43:30 2009 +0300
3775
3776     mmc: Fix decoding of SCR & function switch data on little-endian machines
3777
3778     SCR & switch data are read from card as big-endian words and should be
3779     converted to CPU byte order.
3780
3781     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
3782     Signed-off-by: Andy Fleming <afleming@freescale.com>
3783
3784 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
3785 Author: Yauhen Kharuzhy <jekhor@gmail.com>
3786 Date:   Thu May 7 13:08:53 2009 +0300
3787
3788     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
3789
3790     Cards which are not compatible with SD 2.0 standard, may return response
3791     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
3792     accept this case as admissible, just like Linux does.
3793
3794     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
3795     Signed-off-by: Andy Fleming <afleming@freescale.com>
3796
3797 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
3798 Author: Rabin Vincent <rabin@rab.in>
3799 Date:   Sun Apr 5 13:30:56 2009 +0530
3800
3801     mmc: drop unnecessary casts
3802
3803     Now that response is a uint, we can drop all the casts.
3804
3805     Signed-off-by: Rabin Vincent <rabin@rab.in>
3806
3807 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
3808 Author: Rabin Vincent <rabin@rab.in>
3809 Date:   Sun Apr 5 13:30:55 2009 +0530
3810
3811     mmc: fix response decoding on little endian
3812
3813     The mmc code defines the response as an array of chars.  However, it
3814     access the response bytes both as (i) an array of four uints (with
3815     casts) and (ii) as individual chars.  The former case is used more
3816     often, including by the driver when it assigns the response.
3817
3818     The char-wise accesses are broken on little endian systems because they
3819     assume that the bytes in the uints are in big endian byte order.
3820
3821     This patch fixes this by changing the response to be an array of four
3822     uints and replacing the char-wise accesses with equivalent uint-wise
3823     accesses.
3824
3825     Signed-off-by: Rabin Vincent <rabin@rab.in>
3826
3827 commit 9b1f942c09dd942e6de3185caa81c111b14de567
3828 Author: Rabin Vincent <rabin@rab.in>
3829 Date:   Sun Apr 5 13:30:54 2009 +0530
3830
3831     mmc: use lldiv to fix arm eabi build
3832
3833     The generic MMC core uses direct long long divisions, which do not build
3834     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
3835
3836     Signed-off-by: Rabin Vincent <rabin@rab.in>
3837
3838 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
3839 Author: Rabin Vincent <rabin@rab.in>
3840 Date:   Sun Apr 5 13:30:53 2009 +0530
3841
3842     mmc: check find_mmc_device return value
3843
3844     find_mmc_device returns NULL if an invalid device number is specified.
3845     Check for this to avoid dereferencing NULL pointers.
3846
3847     Signed-off-by: Rabin Vincent <rabin@rab.in>
3848
3849 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
3850 Author: Rabin Vincent <rabin@rab.in>
3851 Date:   Sun Apr 5 13:30:52 2009 +0530
3852
3853     mmc: clean up help texts
3854
3855     Remove some repeated words and superfluous newlines in the mmc command
3856     help entries.
3857
3858     Signed-off-by: Rabin Vincent <rabin@rab.in>
3859
3860 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
3861 Author: Mike Frysinger <vapier@gentoo.org>
3862 Date:   Fri May 29 17:01:48 2009 -0400
3863
3864     Blackfin: spi: fix pin handling of SPI0 SSEL4
3865
3866     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
3867     peripheral in order to work.
3868
3869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3870
3871 commit 2157359dad2533987f5eb0181ef543693fad6a33
3872 Author: Mike Frysinger <vapier@gentoo.org>
3873 Date:   Tue May 26 02:51:57 2009 -0400
3874
3875     Blackfin: fix if() logic in bootrom evt1 check
3876
3877     A missing set of parenthesis caused the silicon revision to apply only to
3878     the BF533 and not the BF531/BF532 variants.
3879
3880     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3881
3882 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
3883 Author: Stefan Roese <sr@denx.de>
3884 Date:   Sat May 16 12:04:22 2009 +0200
3885
3886     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
3887
3888     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
3889     mtdparts_init() is available in both files, cmd_mtdparts.c and
3890     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
3891     the jffs2/mtdparts command/file split those 2 different versions
3892     already existed. So this is nothing new. The main problem is that the
3893     variables "current_dev" and "current_partnum" are declared in both
3894     files now. This doesn't work.
3895
3896     This patch now changes the names of those variable to more specific
3897     names: "current_mtd_dev" and "current_mtd_partnum". This is because
3898     this patch also changes the declaration from static to global, so
3899     that they can be used from both files.
3900
3901     Please note that my first tests were not successful. The MTD devices
3902     selected via mtdparts are now accessed but I'm failing to see the
3903     directory listed via the "ls" command. Nothing is displayed. Perhaps
3904     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
3905     U-Boot before). Not sure. Perhaps somebody else could take a look at
3906     this as well. I'll continue looking into this on Monday.
3907
3908     Signed-off-by: Stefan Roese <sr@denx.de>
3909     Cc: Wolfgang Denk <wd@denx.de>
3910     Cc: Detlev Zundel <dzu@denx.de>
3911     Cc: Ilya Yanok <yanok@emcraft.com>
3912     Cc: Renaud barbier <renaud.barbier@ge.com>
3913
3914 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
3915 Author: Graf Yang <graf.yang@analog.com>
3916 Date:   Sun May 24 02:34:34 2009 -0400
3917
3918     Blackfin: bf518f-ezbrd: setup portmux for async flash
3919
3920     The pins for async memory where parallel flash lives are not enabled by
3921     default, so make sure we mux them as needed.
3922
3923     Signed-off-by: Graf Yang <graf.yang@analog.com>
3924     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3925
3926 commit f40f6db278f602b55820693634a7256b0b4e4b80
3927 Author: Stefan Roese <sr@denx.de>
3928 Date:   Wed May 20 10:58:03 2009 +0200
3929
3930     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
3931
3932     This patch enables Smart Media (SMC) ECC byte ordering which is used
3933     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
3934     incompatible ECC byte ordering to the Linux kernel NDFC driver.
3935
3936     Signed-off-by: Stefan Roese <sr@denx.de>
3937     Acked-by: Scott Wood <scottwood@freescale.com>
3938
3939 commit 399aab7748bef053d59612211e1bd7a3fabfce18
3940 Author: Stefan Roese <sr@denx.de>
3941 Date:   Wed May 20 10:58:02 2009 +0200
3942
3943     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
3944
3945     This patch now uses the correct ECC byte order (Smart Media - SMC)
3946     to be used on the 4xx NAND FLASH driver. Without this patch we have
3947     incompatible ECC byte ordering to the Linux kernel NDFC driver.
3948
3949     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
3950     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
3951     a seperate patch.
3952
3953     Signed-off-by: Stefan Roese <sr@denx.de>
3954     Acked-by: Scott Wood <scottwood@freescale.com>
3955
3956 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
3957 Author: Stefan Roese <sr@denx.de>
3958 Date:   Wed May 20 10:58:01 2009 +0200
3959
3960     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
3961
3962     This patch moves the definition for the PPC4xx NAND FLASH controller
3963     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
3964     upcoming fix for the ECC byte ordering of the NDFC driver.
3965
3966     Signed-off-by: Stefan Roese <sr@denx.de>
3967     Acked-by: Scott Wood <scottwood@freescale.com>
3968
3969 commit 2df72b82bc9e17b88dc82735a067749220beb025
3970 Author: Kim Phillips <kim.phillips@freescale.com>
3971 Date:   Tue May 19 12:53:36 2009 -0500
3972
3973     common: fix inline--weak error spotted by gcc 4.4
3974
3975     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
3976
3977     removing the inline attribute fixes it.
3978
3979     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3980
3981 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
3982 Author: Kim Phillips <kim.phillips@freescale.com>
3983 Date:   Tue May 19 12:53:32 2009 -0500
3984
3985     TQM834x: remove defines causing gcc4.4 warnings
3986
3987     Configuring for TQM834x board...
3988     cpu_init.c: In function 'cpu_init_f':
3989     cpu_init.c:262: warning: array subscript is above array bounds
3990     cpu_init.c:263: warning: array subscript is above array bounds
3991     cpu_init.c:270: warning: array subscript is above array bounds
3992     ...
3993
3994     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3995
3996 commit 0850301747228a3327f2815a85284d26ade3de95
3997 Author: Andreas Huber <andreas.huber@keymile.com>
3998 Date:   Tue May 19 11:06:30 2009 +0200
3999
4000     UBI: fix return code in ubi_volume_read
4001
4002     Return -ENODEV instead of 0 when trying to read from a non existing volume.
4003
4004     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
4005     Signed-off-by: Stefan Roese <sr@denx.de>
4006
4007 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
4008 Author: Graf Yang <graf.yang@analog.com>
4009 Date:   Tue May 19 04:40:08 2009 -0400
4010
4011     Blackfin: fix timer_init()/timer_reset()
4012
4013     The timer_init() function was not using the right csync instruction, nor
4014     was it doing it right after disabling the core timer.
4015
4016     The timer_reset() function would reset the timestamp, but not the actual
4017     timer, so there was a common edge case where get_timer() return a jump of
4018     one timestamp (couple milliseconds) right after resetting.  This caused
4019     many functions to improperly timeout right away.
4020
4021     Signed-off-by: Graf Yang <graf.yang@analog.com>
4022     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4023
4024 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
4025 Author: Shinya Kuribayashi <skuribay@pobox.com>
4026 Date:   Sat May 16 09:12:09 2009 +0900
4027
4028     MIPS: lib_mips/board.c: Remove unused variables
4029
4030     This fixes the following build warnings:
4031
4032     board.c: In function 'board_init_r':
4033     board.c:328: warning: unused variable 'i'
4034     board.c:326: warning: unused variable 'e'
4035
4036     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
4037
4038 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
4039 Author: Shinya Kuribayashi <skuribay@pobox.com>
4040 Date:   Sat May 16 09:12:09 2009 +0900
4041
4042     MIPS: Make all extern-ed functions in bitops.h static
4043
4044     All these functions are expected to be static inline-ed.
4045     This patch also fixes the following build warnings on MIPS targets:
4046
4047     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
4048     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
4049     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
4050     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
4051
4052     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
4053
4054 commit 87423d740b91329b8d1d0b73cafd6930993b558a
4055 Author: Thomas Lange <thomas@corelatus.se>
4056 Date:   Fri Apr 24 16:22:16 2009 +0200
4057
4058     MIPS: Implement ethernet halt for au1x00
4059
4060     Implement ethernet halt() by putting MAC0 in reset.
4061     If we do not do this, we will get memory corruption
4062     when ethernet frames are received during early OS boot.
4063
4064     Signed-off-by: Thomas Lange <thomas@corelatus.se>
4065     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
4066
4067 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
4068 Author: Wolfgang Denk <wd@denx.de>
4069 Date:   Fri May 15 23:29:23 2009 +0200
4070
4071     Prepare v2009.06-rc2
4072
4073     Update CHANGELOG.
4074
4075     Signed-off-by: Wolfgang Denk <wd@denx.de>
4076
4077 commit f4317ea91942f44cc1c433277927b61618e9b0a5
4078 Author: Daniel Mack <daniel@caiaq.de>
4079 Date:   Tue May 5 12:48:29 2009 +0200
4080
4081     ARM: fix PXA build by defining UP2OCR
4082
4083     U-Boot does not currently build for PXA platforms with USB support
4084     enabled:
4085
4086     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
4087
4088     Signed-off-by: Daniel Mack <daniel@caiaq.de>
4089     Cc: Markus Klotzbuecher <mk@denx.de>
4090
4091     Edited commit message.
4092     Signed-off-by: Wolfgang Denk <wd@denx.de>
4093
4094 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
4095 Author: Wolfgang Denk <wd@denx.de>
4096 Date:   Fri May 15 22:32:57 2009 +0200
4097
4098     Minor Coding Style fix; update CHANGELOG.
4099
4100     Signed-off-by: Wolfgang Denk <wd@denx.de>
4101
4102 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
4103 Author: Wolfgang Denk <wd@denx.de>
4104 Date:   Fri May 15 09:27:58 2009 +0200
4105
4106     IDE: bail out of dev_print() for unknown device types
4107
4108     Commit 574b319512 introduced a subtle bug by mixing a list of tests
4109     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
4110     then mostly did not work because "dev_desc->type" cannot take any
4111     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
4112     switch() into testing "dev_desc->if_type", but at this point the
4113     initial test for unknown device types was completely lost, which
4114     resulted in output like that for IDE ports without device attached:
4115
4116       Device 1: Model:  Firm:  Ser#:
4117                 Type: # 1F #
4118                 Capacity: not available
4119
4120     This patch re-introduces the missing test for unknown device types.
4121
4122     Signed-off-by: Wolfgang Denk <wd@denx.de>
4123     Cc: Stefan Roese <sr@denx.de>
4124     Cc: Detlev Zundel <dzu@denx.de>
4125     Tested-by: Stefan Roese <sr@denx.de>
4126
4127 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
4128 Author: Stefan Roese <sr@denx.de>
4129 Date:   Thu May 14 07:25:13 2009 +0200
4130
4131     74xx_7xx: Fix rounding problem in CPU frequency calculation
4132
4133     This patch fixes a problem in the CPU frequency calculation. Without it
4134     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
4135
4136     Signed-off-by: Stefan Roese <sr@denx.de>
4137
4138 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
4139 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4140 Date:   Wed May 13 22:24:12 2009 +0200
4141
4142     console.h: remove unused prototype 'console_realloc'
4143
4144     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4145
4146 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
4147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4148 Date:   Wed May 13 22:16:31 2009 +0200
4149
4150     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
4151
4152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4153
4154 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
4155 Author: Detlev Zundel <dzu@denx.de>
4156 Date:   Wed May 13 10:54:10 2009 +0200
4157
4158     Fix e-mail address of Gary Jennejohn.
4159
4160     Signed-off-by: Detlev Zundel <dzu@denx.de>
4161
4162 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
4163 Author: Emil Medve <Emilian.Medve@Freescale.com>
4164 Date:   Tue May 12 13:48:32 2009 -0500
4165
4166     Remove inline qualifier from show_boot_progress()
4167
4168     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
4169     way the show_boot_progress() function is used.
4170
4171     Also gcc 4.4 is complaining about it:
4172
4173     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
4174
4175     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
4176
4177 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
4178 Author: Wolfgang Denk <wd@denx.de>
4179 Date:   Tue May 12 15:17:35 2009 +0200
4180
4181     MPC8260: fixup device tree by property instead of path
4182
4183     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
4184     clock frequencies in the device tree, using a CPU path
4185     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
4186
4187     However, this does not work when one board config file (here:
4188     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
4189     therefor contains a generic definition like "cpu@0", as the device
4190     trees that will then be loaded will contain specific names like
4191     "PowerPC,8272@0".
4192
4193     We switch to using do_fixup_by_prop_u32() instead, so we can search
4194     for device_type="cpu", as it is done in other architectures, too.
4195
4196     Signed-off-by: Wolfgang Denk <wd@denx.de>
4197     Cc: Heiko Schocher <hs@denx.de>
4198     Acked-by: Heiko Schocher <hs@denx.de>
4199     Tested-by: Heiko Schocher <hs@denx.de>
4200
4201 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
4202 Author: Rohit Hagargundgi <h.rohit@samsung.com>
4203 Date:   Mon Mar 9 19:45:46 2009 +0530
4204
4205     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
4206
4207     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
4208     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
4209     and is used by OneNAND ipl when reading U-Boot image.
4210
4211     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
4212     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
4213
4214 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
4215 Author: Ben Warren <biggerbadderben@gmail.com>
4216 Date:   Tue Apr 28 17:04:51 2009 -0700
4217
4218     Schedule removal of non-CONFIG_NET_MULTI net driver API
4219
4220     This will make CONFIG_NET_MULTI the only net driver configuration and
4221     we'll be able to remove this option.
4222
4223     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4224
4225 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
4226 Author: Detlev Zundel <dzu@denx.de>
4227 Date:   Tue May 5 16:04:06 2009 +0200
4228
4229     powerpc/inka4x0: Remove left-over ide reset code.
4230
4231     The pin which was used in preliminary versions of the board for ide
4232     reset is really connected to the rtc clock.
4233
4234     Signed-off-by: Detlev Zundel <dzu@denx.de>
4235
4236 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
4237 Author: Marco Stornelli <marco.stornelli@gmail.com>
4238 Date:   Tue Apr 28 19:04:02 2009 +0200
4239
4240     Add imls utility command
4241
4242     This patch adds, under tools folder, a new command called imls. Its
4243     goal is the same of UBoot's imls but it can be used as Linux shell
4244     command. It reads from raw mtd partition and prints the list of the
4245     stored images.
4246
4247     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
4248
4249 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
4250 Author: Heiko Schocher <hs@denx.de>
4251 Date:   Tue Apr 28 08:36:11 2009 +0200
4252
4253     netloop: updates for NetLoop
4254
4255     Fix some issues introduced from commit:
4256     2f70c49e5b9813635ad73666aa30f304c7fdeda9
4257     suggested by Mike Frysinger.
4258
4259     - added some comment for the env_id variable in common_cmd_nvedit.c
4260     - moved some variables in fn scope instead of file scope
4261     - NetInitLoop now static void
4262
4263     Signed-off-by: Heiko Schocher <hs@denx.de>
4264     Acked-by: Ben Warren <biggerbadderben@gmail.com>
4265
4266 commit 3c1d89545de11822f8b5afb5646a57757620bd95
4267 Author: Heiko Schocher <hs@denx.de>
4268 Date:   Tue Apr 28 07:48:39 2009 +0200
4269
4270     82xx, ids8247: added ids8247 board to MAKEALL script
4271
4272     Signed-off-by: Heiko Schocher <hs@denx.de>
4273
4274 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
4275 Author: Detlev Zundel <dzu@denx.de>
4276 Date:   Thu May 7 13:08:55 2009 +0200
4277
4278     arm/imx31_phycore: Fix bi_arch_number
4279
4280     Signed-off-by: Detlev Zundel <dzu@denx.de>
4281     Cc: Sascha Hauer <s.hauer@pengutronix.de>
4282
4283 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
4284 Author: Sascha Hauer <s.hauer@pengutronix.de>
4285 Date:   Fri May 15 10:21:33 2009 +0200
4286
4287     remove myself as phycore/litekit Maintainer
4288
4289     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
4290     it me who pushed the patches, so remove myself from the maintainer list
4291     so that other people do not longer wait for my ack.
4292
4293     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
4294
4295 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
4296 Author: Sergey Lapin <slapin@ossfans.org>
4297 Date:   Tue May 12 12:25:14 2009 +0400
4298
4299     AFEB9260 network fix
4300
4301     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
4302     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
4303     not 0.
4304
4305     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
4306
4307 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
4308 Author: Graf Yang <graf.yang@analog.com>
4309 Date:   Tue May 5 02:26:27 2009 -0400
4310
4311     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
4312
4313     We don't know what state the ethernet PHY is in when starting up, so make
4314     sure we set it to a sane state.  This fixes troubles seen when Linux boots
4315     up, configures the PHY is a non-default state, and then the system reboots
4316     into U-Boot which previously expected a reset state only.
4317
4318     Signed-off-by: Graf Yang <graf.yang@analog.com>
4319     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4320
4321 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
4322 Author: Mike Frysinger <vapier@gentoo.org>
4323 Date:   Tue May 5 01:35:41 2009 -0400
4324
4325     Blackfin: bf527-ezkit: fix SPI flash env params
4326
4327     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
4328     using the correct sector settings for the SPI flash part that is actually
4329     on the board.
4330
4331     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4332
4333 commit f58bf804a14324c6c9186a7a664fa23281780e8b
4334 Author: Mike Frysinger <vapier@gentoo.org>
4335 Date:   Fri Apr 24 23:54:19 2009 -0400
4336
4337     Blackfin: avoid get_sclk() with early serial debug
4338
4339     When the clock functions were changed to use cached values (and thereby
4340     avoiding expensive math functions), early serial debug broke because the
4341     baud programming is called before external memory is available.
4342
4343     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4344
4345 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
4346 Author: Mike Frysinger <vapier@gentoo.org>
4347 Date:   Fri Apr 24 23:39:41 2009 -0400
4348
4349     Blackfin: fix booting with older bootroms (no EVT1)
4350
4351     When dropping jump block support, the assumption was that all bootroms
4352     supported entry point redirection via the EVT1 register.  Unfortunately,
4353     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
4354     and older and BF561).  No one really noticed earlier because these parts
4355     usually are booted by bypassing the bootrom entirely, and older BF533
4356     parts are not supported at all (too many anomalies).
4357
4358     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4359
4360 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
4361 Author: Mike Frysinger <vapier@gentoo.org>
4362 Date:   Fri Apr 24 23:22:48 2009 -0400
4363
4364     Blackfin: recurse with early serial initcode
4365
4366     Make sure we recurse through serial_putc() rather than bang on the UART
4367     transmit register directly to avoid hardware overflows when using \n.
4368
4369     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4370
4371 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
4372 Author: Wolfgang Denk <wd@denx.de>
4373 Date:   Fri May 1 21:59:12 2009 +0200
4374
4375     Prepare v2009.06-rc1
4376
4377     Update CHANGELOG.
4378
4379     Signed-off-by: Wolfgang Denk <wd@denx.de>
4380
4381 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
4382 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4383 Date:   Fri May 1 15:38:06 2009 +0200
4384
4385     at91: remove lowlevel_init.S
4386
4387     lowlevel_init.S is not used any more so remove it.
4388     As consequence, we also don't have to generate u-boot.lds
4389     but can use a static version as before.
4390
4391     This also fixes the out-of-tree build problem introduced
4392     with commit f0a2c7b4 "at91: add support for the PM9263 board"
4393
4394     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4395     Signed-off-by: Wolfgang Denk <wd@denx.de>
4396
4397 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
4398 Author: Wolfgang Denk <wd@denx.de>
4399 Date:   Fri May 1 00:16:11 2009 +0200
4400
4401     Update CHANGELOG; minor coding style cleanup.
4402
4403     Signed-off-by: Wolfgang Denk <wd@denx.de>
4404
4405 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
4406 Author: Manikandan Pillai <mani.pillai@ti.com>
4407 Date:   Tue Apr 21 17:29:05 2009 +0200
4408
4409     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
4410
4411     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
4412     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
4413
4414 commit ac9140037a84629c5583066ff1a177396c47d89d
4415 Author: Dirk Behme <dirk.behme@googlemail.com>
4416 Date:   Fri Apr 17 14:27:56 2009 +0200
4417
4418     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
4419
4420     The Beagle Rev C boards pull UART2 from an alternate set of balls.
4421
4422     Signed-off-by: Steve Sakoman <steve@sakoman.com>
4423     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
4424
4425 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
4426 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4427 Date:   Mon Apr 27 18:33:33 2009 +0200
4428
4429     ubifs: BUG: Blocks commpressed with zlib
4430
4431     Blocks compressed with zlib dont have the full gzip header.
4432
4433     Without this patch, block compressed with zlib cannot be readed!
4434
4435     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4436
4437 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
4438 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4439 Date:   Mon Apr 27 18:33:32 2009 +0200
4440
4441     lib_generic: gunzip: New function zunzip
4442
4443     Separate gunzip in
4444
4445     gunzip: Find the end of the header and call zunzip.
4446     zunzip: Inflate gunzip block without header.
4447
4448     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
4449     current implementation of u-boot supported all the compressions but
4450     there was a bug in the implementation of the zlib blocks.
4451
4452     UBIFS's Zlib blocks do not have header but they were compressed using
4453     gunzip, a function used to decompress gunzip files/sectors with a
4454     header.
4455
4456     This patch adds a new function zunzip that uncompress a zlib block with
4457     no header.
4458
4459     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4460
4461 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
4462 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4463 Date:   Thu Apr 23 15:37:16 2009 +0200
4464
4465     at91: fixed plla calc when no USB support is active
4466
4467     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4468     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4469
4470 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
4471 Author: Ladislav Michl <ladis@linux-mips.org>
4472 Date:   Wed Apr 22 01:12:04 2009 +0200
4473
4474     arm925t: Fix CONFIG_SYS_HZ to 1000
4475
4476     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
4477     get_timer.
4478
4479     Changes since original version:
4480     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
4481       improve timer resolution.
4482
4483     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
4484
4485 commit 42bf4b2248146abdc592bde0009c6ea42067f437
4486 Author: Dirk Behme <dirk.behme@googlemail.com>
4487 Date:   Tue Apr 14 20:15:17 2009 +0200
4488
4489     OMAP3: Remove legacy NAND defines
4490
4491     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
4492
4493     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
4494
4495 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
4496 Author: Sanjeev Premi <premi@ti.com>
4497 Date:   Mon Apr 27 21:27:54 2009 +0530
4498
4499     OMAP3: Print correct silicon revision
4500
4501     The function display_board_info() displays incorrect
4502     silicon revision - based on the return value from
4503     function get_cpu_rev().
4504
4505     This patch fixes the problem.
4506
4507     Signed-off-by: Sanjeev Premi <premi@ti.com>
4508
4509 commit 90006e9b33bcdbf241b0295d186e3634137907a9
4510 Author: Sanjeev Premi <premi@ti.com>
4511 Date:   Mon Apr 27 21:27:44 2009 +0530
4512
4513     OMAP3: Remove unused board-types
4514
4515     The board-types defined in struct omap3_sysinfo seem to be
4516     unused. The function display_board_info() is passed
4517     board type as an argument; which is ignored.
4518
4519     This patch removes all uses of board-type, related definitions
4520     and functions.
4521
4522     Signed-off-by: Sanjeev Premi <premi@ti.com>
4523
4524 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
4525 Author: Sanjeev Premi <premi@ti.com>
4526 Date:   Mon Apr 27 21:27:27 2009 +0530
4527
4528     OMAP3: Use functions print_cpuinfo() and checkboard()
4529
4530     Use the functions print_cpuinfo() and checkboard() to
4531     display the cpu and board specific information.
4532
4533     These functions reuse content from the existing function
4534     display_board_info() - which has been removed.
4535
4536     Also, updated the existig OMAP3 configurations to
4537     define:
4538      - CONFIG_DISPLAY_CPUINFO
4539      - CONFIG_DISPLAY_BOARDINFO
4540
4541     Signed-off-by: Sanjeev Premi <premi@ti.com>
4542
4543 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
4544 Author: Stefan Roese <sr@denx.de>
4545 Date:   Wed Mar 18 11:17:37 2009 +0100
4546
4547     MTD: Change cfi-mtd to accept non-uniform sector sizes
4548
4549     With this patch non-uniform NOR FLASH chips (chips with multiple erase
4550     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
4551     We select the largest sector size as erasesize. The cfi driver will make
4552     sure that the smaller sectors are handled correctly.
4553
4554     Signed-off-by: Stefan Roese <sr@denx.de>
4555
4556 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
4557 Author: Anatolij Gustschin <agust@denx.de>
4558 Date:   Thu Apr 23 12:35:22 2009 +0200
4559
4560     video: fix bug in cfb_console.c code
4561
4562     Fix bug in drawing long version/info strings:
4563     U-Boot version string like
4564     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
4565     is long and doesn't wrap around correctly while drawing
4566     beside the logo. Such long strings partially overwrite
4567     the logo. This patch is an attempt to fix it.
4568
4569     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4570
4571 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
4572 Author: Wolfgang Denk <wd@denx.de>
4573 Date:   Tue Apr 28 08:50:31 2009 +0200
4574
4575     cmd_ext2.c: fix compile warnings
4576
4577     Get rid of these warnings:
4578
4579     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
4580     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
4581
4582     Signed-off-by: Wolfgang Denk <wd@denx.de>
4583
4584 commit 28afe0160f87ff74574150d703055a965f91422a
4585 Author: Heiko Schocher <hs@denx.de>
4586 Date:   Mon Apr 27 10:48:20 2009 +0200
4587
4588     ids8247: Remove legacy NAND defines
4589
4590     because legacy NAND support is deprecated converting to current
4591     NAND interface. !This just compile, because I have no more the
4592     hardware to test it.
4593
4594     Signed-off-by: Heiko Schocher <hs@denx.de>
4595
4596 commit dbd33614404b65aa441c5620c3dbd560c4460c09
4597 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4598 Date:   Mon Apr 27 09:13:31 2009 +0200
4599
4600     ubifs: BUG realpath string must be ended with NULL
4601
4602     If the memory used to copy the link_make is "dirty" the string wont
4603     be ended with NULL, throwing out multiple memory bugs.
4604
4605     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4606     Acked-by: Stefan Roese <sr@denx.de>
4607
4608 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
4609 Author: Peter Tyser <ptyser@xes-inc.com>
4610 Date:   Fri Apr 24 15:59:56 2009 -0500
4611
4612     bmp_logo: Check return value of fread()
4613
4614     Add basic error handling to fread() function calls.  This prevents
4615     compililation warnings such as:
4616
4617     bmp_logo.c: In function â€˜main’:
4618     bmp_logo.c:71: warning: ignoring return value of â€˜fread’, declared with
4619     attribute warn_unused_result
4620     ...
4621
4622     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4623
4624 commit eea8be86d1c2b570660d1f6c553845e13164231a
4625 Author: Peter Tyser <ptyser@xes-inc.com>
4626 Date:   Fri Apr 24 15:59:46 2009 -0500
4627
4628     ncb: Check return value of write()
4629
4630     This prevents the compilation warning:
4631
4632     ncb.c: In function 'main':
4633     ncb.c:32: warning: ignoring return value of â€˜write’, declared with
4634     attribute warn_unused_result
4635
4636     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4637
4638 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
4639 Author: Stefan Roese <sr@denx.de>
4640 Date:   Fri Apr 24 15:59:35 2009 +0200
4641
4642     mtd: nand/onenand: Register mtd device upon device scanning
4643
4644     With this patch the NAND and OneNAND devices are registered in the MTD
4645     subsystem and can then be referenced by the mtdcore code (e.g.
4646     get_mtd_device_nm()). This is needed for the new "ubi part" command
4647     syntax without the flash type parameter (nor|nand|onenand).
4648
4649     Signed-off-by: Stefan Roese <sr@denx.de>
4650
4651 commit 10bb62d85a0850dbad1fdd34123378686373f166
4652 Author: Stefan Roese <sr@denx.de>
4653 Date:   Fri Apr 24 15:58:33 2009 +0200
4654
4655     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
4656
4657     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
4658     defined:
4659
4660     nand_base.c: In function 'nand_release':
4661     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
4662
4663     Signed-off-by: Stefan Roese <sr@denx.de>
4664
4665 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
4666 Author: Stefan Roese <sr@denx.de>
4667 Date:   Fri Apr 24 20:24:19 2009 +0200
4668
4669     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
4670
4671     This patch removes the now unnecessary flash type parameter from the
4672     "ubi part" command. Currently the user has to define the type of flash
4673     he will be using UBI on. Example:
4674
4675     => ubi part nor partition1
4676
4677     With this patch this type parameter is not needed anymore. The user can
4678     now select the partition directly without the flash type paramter.
4679     Example:
4680
4681     => ubi part partition1
4682
4683     This breaks backward compatibility right now because of the change in the
4684     command syntax. But UBI support is still quite fresh and the advantage of
4685     this new command is syntax big enough for this change. Additionally the
4686     code is much cleaner now.
4687
4688     Signed-off-by: Stefan Roese <sr@denx.de>
4689     CC: Kyungmin Park <kyungmin.park@samsung.com>
4690
4691 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
4692 Author: Detlev Zundel <dzu@denx.de>
4693 Date:   Thu Apr 23 13:14:20 2009 +0200
4694
4695     mips/vcth: Use generic 16550 uart driver
4696
4697     As the common code also handles baudrate switching, which the board
4698     specific vct.c driver did not support, this is one of the rare
4699     occassions where deleting code actually adds a feature :)
4700
4701     Signed-off-by: Detlev Zundel <dzu@denx.de>
4702     Acked-by: Stefan Roese <sr@denx.de>
4703     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
4704
4705 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
4706 Author: Ladislav Michl <ladis@linux-mips.org>
4707 Date:   Tue Apr 21 02:26:31 2009 +0200
4708
4709     Separate mtdparts command from jffs2
4710
4711     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
4712     > Currently the mtdparts commands are included in the jffs2 command support.
4713     > This doesn't make sense anymore since other commands (e.g. UBI) use this
4714     > infrastructure as well now. This patch separates the mtdparts commands from
4715     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
4716     > support is needed.
4717
4718     One more leftover... Let nboot command know about partitions even if JFFS2
4719     support is not enabled.
4720
4721     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
4722     Acked-by: Stefan Roese <sr@denx.de>
4723
4724 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
4725 Author: Peter Tyser <ptyser@xes-inc.com>
4726 Date:   Mon Apr 20 11:22:13 2009 -0500
4727
4728     cmd_ide: Remove unused AmigaOneG3SE code
4729
4730     The output_data_short() and input_data_short() functions for the
4731     AmigaOneG3SE are unused and result in compiler warnings.
4732
4733     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4734
4735 commit c93c102ace00764a56dbdf78bac134a23906721e
4736 Author: Peter Tyser <ptyser@xes-inc.com>
4737 Date:   Mon Apr 20 11:21:40 2009 -0500
4738
4739     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
4740
4741     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4742
4743 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
4744 Author: Peter Tyser <ptyser@xes-inc.com>
4745 Date:   Mon Apr 20 11:09:05 2009 -0500
4746
4747     Replace __asm references with __asm__
4748
4749     __asm__ follows gcc's documented syntax and is generally more common
4750     than __asm.  This change is only asthetic and should not affect
4751     functionality.
4752
4753     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4754
4755 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
4756 Author: Peter Tyser <ptyser@xes-inc.com>
4757 Date:   Mon Apr 20 11:08:46 2009 -0500
4758
4759     Replace __attribute references with __attribute__
4760
4761     __attribute__ follows gcc's documented syntax and is generally more
4762     common than __attribute.  This change is only asthetic and should not
4763     affect functionality.
4764
4765     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4766
4767 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
4768 Author: David Brownell <dbrownell@users.sourceforge.net>
4769 Date:   Thu Apr 16 19:55:48 2009 -0700
4770
4771     mtdpart command: align output columns
4772
4773     Make the headers in the "mtdparts" command output line up
4774     with their columns ... strike the extra TAB character.
4775
4776     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4777
4778 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
4779 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
4780 Date:   Thu Apr 16 10:51:03 2009 +0900
4781
4782     Remove sa1100.h
4783
4784     sa1100.h is not used anywhere, then remove it.
4785
4786     $ find . -name '*.h' -empty -print
4787     ./include/sa1100.h
4788     $ git grep 'sa1100.h' .
4789     $
4790
4791     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
4792     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4793
4794 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
4795 Author: Stefan Roese <sr@denx.de>
4796 Date:   Tue Apr 14 17:51:21 2009 +0200
4797
4798     UBIFS: Remove tnc_commit.c which is not used in the read-only version
4799
4800     I missed removing this file while implementing the UBIFS support. It's
4801     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
4802     for spotting.
4803
4804     Signed-off-by: Stefan Roese <sr@denx.de>
4805
4806 commit 6356daff70867822bdb23cea49f98e65421a25b8
4807 Author: Adrian Hunter <adrian.hunter@nokia.com>
4808 Date:   Tue Apr 14 17:50:38 2009 +0200
4809
4810     UBIFS: fix recovery bug
4811
4812     UBIFS did not recovery in a situation in which it could
4813     have. The relevant function assumed there could not be
4814     more nodes in an eraseblock after a corrupted node, but
4815     in fact the last (NAND) page written might contain anything.
4816     The correct approach is to check for empty space (0xFF bytes)
4817     from then on.
4818
4819     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
4820     Signed-off-by: Stefan Roese <sr@denx.de>
4821
4822 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
4823 Author: Gao Guanhua <B22826@freescale.com>
4824 Date:   Tue Apr 14 14:37:35 2009 +0800
4825
4826     fs: Fix the wrong type of var
4827
4828     The filelen should be signed type, not unsigned type.
4829     otherwise, The condition as below never take.
4830         if (filelen < 0)
4831
4832     Signed-off-by: Gao Guanhua <B22826@freescale.com>
4833     Signed-off-by: Dave Liu <daveliu@freescale.com>
4834
4835 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
4836 Author: Wolfgang Denk <wd@denx.de>
4837 Date:   Tue Apr 28 00:29:34 2009 +0200
4838
4839     Update CHANGELOG
4840
4841     Signed-off-by: Wolfgang Denk <wd@denx.de>
4842
4843 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
4844 Author: David Brownell <dbrownell@users.sourceforge.net>
4845 Date:   Thu Apr 16 23:15:15 2009 -0700
4846
4847     dm9000 EEPROM reading bugfix
4848
4849     Make the U-Boot dm9000 driver read addresses from EEPROM just
4850     like Linux does ... read six bytes, instead of reading twelve
4851     bytes and then discarding every other one.
4852
4853     Using the right Ethernet address is a big win.
4854
4855     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4856     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4857     Acked-by: Ben Warren <biggerbadderben@gmail.com>
4858
4859 commit d4c02e6f5d49880123e7f584b88f857ffd874381
4860 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4861 Date:   Wed Feb 25 14:27:24 2009 +0900
4862
4863     rtl8169: fix cache coherency problem
4864
4865     Fix the problem that cannot access actual data when CPU data cache enabled.
4866
4867     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4868     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4869     Acked-by: Ben Warren <biggerbadderben@gmail.com>
4870
4871 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
4872 Author: Dirk Behme <dirk.behme@googlemail.com>
4873 Date:   Tue Apr 21 17:30:51 2009 +0200
4874
4875     OMAP3: Fix changed mmc init command
4876
4877     In recent U-Boot mmcinit changed to mmc init.
4878
4879     Signed-off-by: Steve Sakoman <steve@sakoman.com>
4880     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
4881
4882 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
4883 Author: Wolfgang Denk <wd@denx.de>
4884 Date:   Sun Apr 26 20:39:26 2009 +0200
4885
4886     lib_arm/board.c: remove misleading "test-only" comment.
4887
4888     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
4889     had been marked as "test-only", which is plain wrong considering
4890     current usage.  Delete this misleading comment.
4891
4892     Signed-off-by: Wolfgang Denk <wd@denx.de>
4893
4894 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
4895 Author: David Brownell <dbrownell@users.sourceforge.net>
4896 Date:   Sun Apr 12 15:40:16 2009 -0700
4897
4898     minor DaVinci clock cleanup
4899
4900     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
4901
4902      - CONFIG_SYS_CLK_FREQ is unused; remove it.
4903
4904      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
4905
4906     On DM6446 both of those peripheral clocks actually come from the
4907     same source, the primary oscillator.  Having them use the same
4908     symbol avoids bugs in the clone'n'modify development cycle.
4909
4910     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4911
4912 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
4913 Author: Minkyu Kang <mk7.kang@samsung.com>
4914 Date:   Mon Apr 6 19:59:29 2009 +0900
4915
4916     s3c64xx: remove unnecessary definition
4917
4918     CONFIG_S3C6400 is must defined at config header file
4919     That definition is unnecessary at this file
4920
4921     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
4922
4923 commit 14b9308d511b53042ef478936e367a67282df66a
4924 Author: Heiko Schocher <hs@denx.de>
4925 Date:   Fri Apr 24 06:50:45 2009 +0200
4926
4927     83xx: searching "muram-data" by compatible property
4928
4929     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
4930     in the muram-data node, the reg entry needs to be updated.
4931     This is done in fdt_fixup_muram(), but we should use
4932     the compatible "fsl,qe-muram-data" for searching the
4933     node instead of searching the muram-data node with
4934     an absolute path.
4935
4936     Signed-off-by: Heiko Schocher <hs@denx.de>
4937     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4938
4939 commit 8e15088794807944b221c11609d36789efc7f767
4940 Author: Anatolij Gustschin <agust@denx.de>
4941 Date:   Thu Apr 23 21:29:34 2009 +0200
4942
4943     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
4944
4945     The size of U-Boot binary for MPC8360ERDK increased
4946     (> 2 flash sectors now), so 'saveenv' will partially
4947     overwrite U-Boot in flash and will brick the board.
4948     This patch moves environment offset to fourth flash
4949     sector and also fixes CONFIG_SYS_MONITOR_LEN.
4950
4951     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4952     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4953
4954 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
4955 Author: Michael Zaidman <michael.zaidman@gmail.com>
4956 Date:   Sat Apr 4 01:43:00 2009 +0300
4957
4958     NetLoop initialization bug
4959
4960     The patch fixes the bug of partial initialization of global network
4961     parameters.
4962
4963     Upon u-boot's start up the first ping command causes a failure of the
4964     consequent TFTP command. It happens in the recently added mechanism of
4965     the NetLoop initialization where initialization of global network
4966     parameters is separated in the NetInitLoop routine which is called per
4967     env_id change. Thus, ping request will initialize the network parameters
4968     necessary for ping operation only, afterwards the env_changed_id will be
4969     set to the env_id that will prevent all following initialization requests
4970     from other protocols.
4971     The problem is that the initialized by ping subset of network parameters
4972     is not sufficient for other protocols and particularly for TFTP which
4973     requires the NetServerIp also.
4974
4975     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
4976     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4977
4978 commit b11f664f52c2855990107c18f242223377183575
4979 Author: Timur Tabi <timur@freescale.com>
4980 Date:   Thu Apr 9 10:27:05 2009 -0500
4981
4982     net: fix ULI 526x macro usage in netdev.h
4983
4984     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
4985     is used everywhere else, so that's the correct macro name.  Without this fix,
4986     Ethernet will not work on the Freescale MPC8610 HPCD.
4987
4988     Signed-off-by: Timur Tabi <timur@freescale.com>
4989     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4990
4991 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
4992 Author: David Brownell <dbrownell@users.sourceforge.net>
4993 Date:   Sun Apr 12 15:38:06 2009 -0700
4994
4995     fix DaVinci NS16550_REG_SIZE regression
4996
4997     Update the DaVinci DM6446 boards to use the new convention
4998     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
4999     from the original 4 bytes, but these chips are little-endian.
5000
5001     (Resolves a regression added recently by the include/ns16550.h
5002     patch to "Unify structure declaration for registers".  The code
5003     previously worked just fine because the registers were accessed
5004     as host-endian words, not as bytes.)
5005
5006     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5007
5008 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
5009 Author: Mike Frysinger <vapier@gentoo.org>
5010 Date:   Sun Apr 12 22:29:20 2009 -0400
5011
5012     cmd_nand: drop duplicate NULL ptr check
5013
5014     The first if statement checks for NULL ptrs, so there is no need to check
5015     it again in later else cases (such as .oob).
5016
5017     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5018     CC: Scott Wood <scottwood@freescale.com>
5019
5020 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
5021 Author: David Brownell <dbrownell@users.sourceforge.net>
5022 Date:   Mon Apr 13 08:03:38 2009 -0700
5023
5024     CMD_UBI != MTD_PARTITIONS
5025
5026     Fix dependency goofage:  it should certainly be possible to have the
5027     partition support without bringing in UBI commands.
5028
5029     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5030     Acked-by: Stefan Roese <sr@denx.de>
5031
5032 commit 6ebff365eb63093ca35b687316002535c6a18820
5033 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5034 Date:   Thu Apr 16 21:30:48 2009 +0200
5035
5036     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
5037
5038     The timer has been rewrote with a precision at ~0,18%
5039
5040     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5041     Tested-by: Sergey Lapin <slapin@ossfans.org>
5042     Tested-by: Eric BENARD <ebenard@free.fr>
5043
5044 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
5045 Author: Ilko Iliev <iliev@ronetix.at>
5046 Date:   Thu Apr 16 21:30:48 2009 +0200
5047
5048     at91: add support for the PM9263 board of Ronetix GmbH
5049
5050     The PM9263 board is based on the AT91SAM9263-EK board.
5051
5052     Here is the page on Ronetix website:
5053     http://www.ronetix.at/starter_kit_9263.html
5054
5055     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
5056     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5057
5058 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
5059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5060 Date:   Thu Apr 16 21:30:44 2009 +0200
5061
5062     at91sam9/at91cap: improve clock framework
5063
5064     calculate dynamically the clock rate and pllb setting for usb
5065
5066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5067
5068 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
5069 Author: Stefan Roese <sr@denx.de>
5070 Date:   Wed Apr 15 14:08:48 2009 +0200
5071
5072     ppc4xx: Disable POST memory test on NAND-booting Kilauea
5073
5074     Don't run the memory POST on the NAND-booting version. It will
5075     overwrite part of the U-Boot image which is already loaded from NAND
5076     to SDRAM. We were just lucky that it booted at all with this SDRAM
5077     test enabled.
5078
5079     Signed-off-by: Stefan Roese <sr@denx.de>
5080
5081 commit 9a929170be89b27bce677504da27e88600c06c49
5082 Author: Stefan Roese <sr@denx.de>
5083 Date:   Wed Apr 15 14:06:26 2009 +0200
5084
5085     ppc4xx: Disable POST memory test on NAND-booting Sequoia
5086
5087     Don't run the memory POST on the NAND-booting version. It will
5088     overwrite part of the U-Boot image which is already loaded from NAND
5089     to SDRAM. We were just lucky that it booted at all with this SDRAM
5090     test enabled.
5091
5092     Signed-off-by: Stefan Roese <sr@denx.de>
5093
5094 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
5095 Author: Stefan Roese <sr@denx.de>
5096 Date:   Wed Apr 15 11:32:53 2009 +0200
5097
5098     ppc4xx: Remove unused code for Sequoia NAND booting version
5099
5100     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
5101     used at all. This patch changes it's define to the currently used value of
5102     133333333 and removes the unnecessary code.
5103
5104     Signed-off-by: Stefan Roese <sr@denx.de>
5105
5106 commit cf9409885cbe01405bad76790e99f8adf3351f4d
5107 Author: Stefan Roese <sr@denx.de>
5108 Date:   Wed Apr 15 10:50:48 2009 +0200
5109
5110     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
5111
5112     This additional text in the bootup log helps to see if the board is
5113     configured for NAND-booting. Especially helpful for boards that can
5114     boot from NOR and NAND (e.g. most of the AMCC eval boards).
5115
5116     Signed-off-by: Stefan Roese <sr@denx.de>
5117
5118 commit 5132106a27b8fb302677852b26ffd319b40d17e2
5119 Author: Stefan Roese <sr@denx.de>
5120 Date:   Wed Apr 8 10:36:22 2009 +0200
5121
5122     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
5123
5124     Currently the NOR & NAND support in Linux only works for the "standard"
5125     Sequoia, the version booting for NOR flash. The NAND-booting version
5126     has the chip-selects swapped. Here the chip-select mappings:
5127
5128     "Standard" NOR-booting version:
5129     CS0 NOR
5130     CS3 NAND
5131
5132     NAND-booting version:
5133     CS0 NAND
5134     CS3 NOR
5135
5136     With this path the dtb gets fixed-up, so that the correct chip-select
5137     numbers are patched in the dtb enabling correct NOR & NAND support
5138     in Linux on the NAND-booting Sequoia version.
5139
5140     Signed-off-by: Stefan Roese <sr@denx.de>
5141
5142 commit aad4eca4ba8d597747199d8af723426681557dda
5143 Author: Mike Frysinger <vapier@gentoo.org>
5144 Date:   Sat Apr 4 09:10:27 2009 -0400
5145
5146     Blackfin: audit UART for all known anomalies
5147
5148     There is no code change here, just new comments, but this keeps me from
5149     having to do another audit from scratch in the future.
5150
5151     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5152
5153 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
5154 Author: Mike Frysinger <vapier@gentoo.org>
5155 Date:   Sat Apr 4 08:40:13 2009 -0400
5156
5157     Blackfin: add check for anomaly 05000362
5158
5159     DESCRIPTION:
5160     The column address width settings for banks 2 and 3 are misconnected in
5161     the SDRAM controller.  Accesses to bank 2 will result in an error if the
5162     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
5163     that of bank 2.
5164
5165     WORKAROUND:
5166     If using bank 2, make sure that banks 2 and 3 have the same column address
5167     width settings in the EBIU_SDBCTL register.  This must be the case
5168     regardless of whether or not bank 3 is enabled.
5169
5170     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5171
5172 commit c2e07449f546fb375289cdac1a608fdc20357873
5173 Author: Mike Frysinger <vapier@gentoo.org>
5174 Date:   Sat Apr 4 08:29:55 2009 -0400
5175
5176     Blackfin: add comment about anomaly 05000430 avoidance
5177
5178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5179
5180 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
5181 Author: Mike Frysinger <vapier@gentoo.org>
5182 Date:   Sat Apr 4 08:10:22 2009 -0400
5183
5184     Blackfin: add workaround for anomaly 05000242
5185
5186     DESCRIPTION:
5187     If the DF bit is set prior to a hardware reset, the PLL will continue to
5188     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
5189     cleared in the PLL_CTL register.
5190
5191     WORKAROUND:
5192     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
5193     2 after reset.
5194
5195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5196
5197 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
5198 Author: Mike Frysinger <vapier@gentoo.org>
5199 Date:   Sat Apr 4 08:09:24 2009 -0400
5200
5201     Blackfin: add workaround for anomaly 05000171
5202
5203     DESCRIPTION:
5204     The Boot ROM is executed at power up/reset and changes the value of the
5205     SICA_IWR registers from their default reset value of 0xFFFF, but does not
5206     restore them.
5207
5208     WORKAROUND:
5209     User code should not rely on the default value of these registers.  Set
5210     the desired values explicitly.
5211
5212     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5213
5214 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
5215 Author: Mike Frysinger <vapier@gentoo.org>
5216 Date:   Sat Apr 4 08:22:36 2009 -0400
5217
5218     Blackfin: update anomaly sheets
5219
5220     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5221
5222 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
5223 Author: Graf Yang <graf.yang@analog.com>
5224 Date:   Sat Apr 4 07:45:57 2009 -0400
5225
5226     Blackfin: nand: flush peripheral before polling it
5227
5228     We need to make sure the data written to the nand flash controller makes
5229     it there before we start polling its status register.  Otherwise, we may
5230     get stale data and return before the controller is actually ready.
5231
5232     Signed-off-by: Graf Yang <graf.yang@analog.com>
5233     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5234     Acked-by: Scott Wood <scottwood@freescale.com>
5235
5236 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
5237 Author: Remy Bohmer <linux@bohmer.net>
5238 Date:   Sun Apr 5 11:43:28 2009 +0200
5239
5240     Support for PXA27X UDC.
5241
5242         This Patch adds Support for PXA27X UDC.
5243         (Rebased to drivers/usb reorganisation)
5244
5245     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
5246     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5247
5248 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
5249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5250 Date:   Fri Apr 3 12:46:58 2009 +0200
5251
5252     drivers/usb: regorganisation
5253
5254     move to linux usb driver organisation
5255
5256     as following
5257
5258     drivers/usb/gadget
5259     drivers/usb/host
5260     drivers/usb/musb
5261
5262     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5263     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5264
5265 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
5266 Author: Todor I Mollov <tmollov@ucsd.edu>
5267 Date:   Sat Apr 4 06:53:06 2009 -0400
5268
5269     Blackfin: spi: make cs deassert function deterministic
5270
5271     Blackfin SPI driver was not driving the SPI chip-select high before
5272     putting the chip-select signals into tri-state mode.  This is probably
5273     something that slipped by unnoticed in most designs.  If the signals are
5274     put directly into a tri-state mode, then the board is relying on the
5275     pull-up resistors to pull up the chip-select before the next transaction.
5276     Most of the time this is fine, except when you have two transactions that
5277     follow each other very closely, such as the flash erase and read status
5278     register commands.  In this case I was seeing a 500ns separation between
5279     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
5280     timing spec about half the time and resulted in intermittent errors.  (A
5281     stronger pull up would fix this, but our design is targeted for low power
5282     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
5283     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
5284     chip-selects high before putting them into tri-state.  For me, this
5285     resulted in a rise time of 5ns instead of the previous rise time of about
5286     1us, and fully satisfied the timing spec of the chip.
5287
5288     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
5289     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5290
5291 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
5292 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5293 Date:   Sat Dec 13 21:08:05 2008 +0100
5294
5295     integratorap: fix PCI support
5296
5297     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5298
5299 commit 1c397508c836dfcb01fb2471c71de0727051f117
5300 Author: Dirk Behme <dirk.behme@googlemail.com>
5301 Date:   Mon Mar 30 21:15:23 2009 +0200
5302
5303     OMAP3: Update Overo pin mux for new expansion board
5304
5305     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
5306     switches. This patch changes the pinmux configuration for those pins.
5307     They were previously set up for unused MMC3_DAT4-7.
5308
5309     Signed-off-by: Steve Sakoman <steve@sakoman.com>
5310     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5311
5312 commit ab298231518675b3784aea88ee9b978438f99e63
5313 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5314 Date:   Sun Apr 5 13:08:03 2009 +0200
5315
5316     arm: unify reset command
5317
5318     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5319
5320 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
5321 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5322 Date:   Sun Apr 5 13:06:31 2009 +0200
5323
5324     arm: clean cache management
5325
5326     unify arm cache management except for non standard cache as ARM7TDMI
5327
5328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5329
5330 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
5331 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5332 Date:   Sun Apr 5 13:02:43 2009 +0200
5333
5334     arm: update co-processor 15 access
5335
5336     import system.h from linux
5337
5338     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5339
5340 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
5341 Author: Guennadi Liakhovetski <lg@denx.de>
5342 Date:   Sun Apr 5 00:42:02 2009 +0200
5343
5344     ARM: add the imx31_phycore_eet target to MAINTAINERS
5345
5346     imx31_phycore_eet is a variant of the imx31_phycore board with a few
5347     extensions, which justifies a separate entry in the MAINTAINERS list,
5348     whereas normally all entries sharing a single configuration file and a
5349     board/ directory have only one entry in MAINTAINERS.
5350
5351     Reported-by: Wolfgang Denk <wd@denx.de>
5352     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5353
5354 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
5355 Author: Guennadi Liakhovetski <lg@denx.de>
5356 Date:   Sun Apr 5 00:37:07 2009 +0200
5357
5358     ARM: fix out-of-tree build of imx31_phycore_eet
5359
5360     Fix out-of-tree build of the imx31_phycore_eet target.
5361
5362     Reported-by: Wolfgang Denk <wd@denx.de>
5363     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5364
5365 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
5366 Author: Jon Smirl <jonsmirl@gmail.com>
5367 Date:   Sat Apr 4 17:44:51 2009 -0400
5368
5369     mpc5200: reduce delays in i2c
5370
5371     The previous code waited 1000us before checking i2c
5372     status. Measurement shows i2c is usually ready in
5373     under 50us. Change the polling interval to 15us,
5374     loop 6,667 times to keep the polling timeout constant
5375     at 100ms.
5376
5377 commit 36003268968949110ef145d9f2eaf8439c96d25b
5378 Author: Sanjeev Premi <premi@ti.com>
5379 Date:   Fri Apr 3 14:00:07 2009 +0530
5380
5381     OMAP: Fix compile issue
5382
5383     Fixes this compile error:
5384     board.c: In function 'do_switch_ecc':
5385     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
5386     make[1]: *** [board.o] Error 1
5387     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
5388     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
5389
5390     This is due to the fact that current command uses long
5391     help for the usage print even if the CONFIG_SYS_LONGHELP
5392     is not enabled. (Thanks Jean-Christophe for explanation).
5393
5394     Signed-off-by: Sanjeev Premi <premi@ti.com>
5395
5396 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
5397 Author: Minkyu Kang <mk7.kang@samsung.com>
5398 Date:   Fri Apr 3 09:56:16 2009 +0900
5399
5400     s3c64xx: fix the wrong gpio offset
5401
5402     This patch fix the wrong gpio offset
5403
5404     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5405
5406 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
5407 Author: Kyungmin Park <kmpark@infradead.org>
5408 Date:   Wed Nov 26 10:18:13 2008 +0900
5409
5410     Move machine specific code to board at s3c64xx (v2)
5411
5412     Move machine specific code to smdk6400.
5413     Some board use OneNAND instead of NAND.
5414
5415     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
5416     So it's better to use macro instead of hard-coded value.
5417
5418     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5419
5420 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
5421 Author: Tom Rix <Tom.Rix@windriver.com>
5422 Date:   Wed Apr 1 22:02:19 2009 -0500
5423
5424     ZOOM1 Remove legacy NAND defines
5425
5426     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5427
5428 commit 5891151707ee5902fe62d554c247f42865815757
5429 Author: Tom Rix <Tom.Rix@windriver.com>
5430 Date:   Wed Apr 1 22:02:20 2009 -0500
5431
5432     OMAP3 Fix multiline formatting in board init files.
5433
5434     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5435
5436 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
5437 Author: Wolfgang Denk <wd@denx.de>
5438 Date:   Sun Apr 5 00:27:57 2009 +0200
5439
5440     Update CHANGELOG, coding style cleanup.
5441
5442 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
5443 Author: Wolfgang Denk <wd@denx.de>
5444 Date:   Sun Apr 5 00:18:44 2009 +0200
5445
5446     One more fix for building env_embedded.o
5447
5448     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
5449     commit afcbce07, we also need to do the same for
5450     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
5451
5452     Signed-off-by: Wolfgang Denk <wd@denx.de>
5453
5454 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
5455 Author: Scott Wood <scottwood@freescale.com>
5456 Date:   Thu Apr 2 16:15:10 2009 -0500
5457
5458     common/image.c: Relocate strings in tables.
5459
5460     Without this, u-boot can crash or print garbage if the original link
5461     address no longer points to a valid string.
5462
5463     Signed-off-by: Scott Wood <scottwood@freescale.com>
5464
5465 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
5466 Author: Scott Wood <scottwood@freescale.com>
5467 Date:   Thu Apr 2 16:10:36 2009 -0500
5468
5469     mpc8260: Fill in brg's clock-frequency in device tree.
5470
5471     Signed-off-by: Scott Wood <scottwood@freescale.com>
5472
5473 commit c73ed274a211699739d83c2cef92853dc6716e15
5474 Author: Scott Wood <scottwood@freescale.com>
5475 Date:   Thu Apr 2 18:20:43 2009 -0500
5476
5477     MPC8260ADS: Add nfsboot/ramboot to default environment.
5478
5479     This brings it in line with other Freescale boards.
5480
5481     Signed-off-by: Scott Wood <scottwood@freescale.com>
5482
5483 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
5484 Author: Andreas Huber <andreas.huber@keymile.com>
5485 Date:   Thu Apr 2 17:15:34 2009 +0200
5486
5487     UBI/cfi-mtd: Fix mtd name for multiple chips
5488
5489     On platforms with multiple NOR chips, currently only the first one
5490     can be selected using the "ubi part" command. This patch fixes this
5491     problem by using different names for the NOR "mtd devices".
5492
5493     It also changes the name of the NOR MTD device from "cfi-mtd" to
5494     "norX" (X indexing the device numer) to better match the mtdparts
5495     defaults.
5496
5497     Signed-off-by: Stefan Roese <sr@denx.de>
5498     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
5499
5500 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
5501 Author: Peter Korsgaard <jacmet@sunsite.dk>
5502 Date:   Tue Mar 31 17:52:16 2009 +0200
5503
5504     tools/setlocalversion: use git svn instead of git-svn
5505
5506     Use the new "git <subcmd>" syntax instead of the deprecated
5507     "git-<subcmd>".
5508
5509     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
5510
5511 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
5512 Author: Mingkai Hu <Mingkai.hu@freescale.com>
5513 Date:   Tue Mar 31 14:09:40 2009 +0800
5514
5515     eSPI: add the eSPI register support
5516
5517     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
5518
5519 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
5520 Author: Minkyu Kang <mk7.kang@samsung.com>
5521 Date:   Mon Mar 30 14:55:51 2009 +0900
5522
5523     cmd_mmc: add support for device command for selecting mmc device
5524
5525     This patch improves device command for selecting mmc device
5526
5527     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5528
5529 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
5530 Author: Alan Carvalho de Assis <acassis@gmail.com>
5531 Date:   Sat Mar 28 19:50:16 2009 -0300
5532
5533     Small fix to m5282evb
5534
5535     This is just a small fix to get u-boot on m5282evb.
5536
5537     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
5538
5539 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
5540 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
5541 Date:   Fri Mar 27 10:21:14 2009 +0100
5542
5543     UBIFS: add R/O compatibility
5544
5545     Now UBIFS is supported by u-boot. If we ever decide to change the
5546     media format, then people will have to upgrade their u-boots to
5547     mount new format images. However, very often it is possible to
5548     preserve R/O forward-compatibility, even though the write
5549     forward-compatibility is not preserved.
5550
5551     This patch introduces a new super-block field which stores the
5552     R/O compatibility version.
5553
5554     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
5555     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
5556     Signed-off-by: Stefan Roese <sr@denx.de>
5557
5558 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
5559 Author: Mike Frysinger <vapier@gentoo.org>
5560 Date:   Mon Mar 23 22:27:34 2009 -0400
5561
5562     more command usage cleanup
5563
5564     Fix up a few dangling commands like in "Command usage cleanup" commit.
5565
5566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5567
5568 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
5569 Author: Ladislav Michl <ladis@linux-mips.org>
5570 Date:   Mon Mar 23 12:06:07 2009 +0100
5571
5572     Separate mtdparts command from jffs2
5573
5574     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
5575     > Currently the mtdparts commands are included in the jffs2 command support.
5576     > This doesn't make sense anymore since other commands (e.g. UBI) use this
5577     > infrastructure as well now. This patch separates the mtdparts commands from
5578     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
5579     > support is needed.
5580
5581     ... and to make it useful for NAND chips as well, we should also remove now
5582     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
5583     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
5584     but that can be fixed later (tm).
5585
5586     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
5587
5588 commit b196ca75503ce307c535b87bf47d51f05e7530df
5589 Author: Mike Frysinger <vapier@gentoo.org>
5590 Date:   Sun Mar 22 22:18:01 2009 -0400
5591
5592     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
5593
5594     Rather than sticking Blackfin-specific stuff into the eeprom example, use
5595     an indirect macro so that any board can override it with their own magic
5596     sauce in their board config file.
5597
5598     Also fix some spurious semi-colons in defines while I'm at it ...
5599
5600     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5601     CC: Ben Warren <biggerbadderben@gmail.com>
5602
5603 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
5604 Author: Sascha Hauer <s.hauer@pengutronix.de>
5605 Date:   Sat Mar 21 09:38:46 2009 -0400
5606
5607     mpc52xx phy: initialize only when needed
5608
5609     Do not initialize phy on startup, instead initialize it
5610     when we actually need it.
5611
5612     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
5613
5614 commit 03bab0091948196b9558248684c04f60943ca4b5
5615 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5616 Date:   Mon Mar 30 16:51:40 2009 +0200
5617
5618     at91sam9263ek: enable hush and auto complete support
5619
5620     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5621     Acked-by: Stelian Pop <stelian@popies.net>
5622
5623 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
5624 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5625 Date:   Fri Mar 27 23:26:44 2009 +0100
5626
5627     at91: move dataflash spi driver to drivers/spi
5628
5629     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5630
5631 commit 2b7178afce59f71e95da657273f4132012098c1f
5632 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5633 Date:   Fri Mar 27 23:26:44 2009 +0100
5634
5635     at91: move usb driver to drivers/usb
5636
5637     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5638
5639 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
5640 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5641 Date:   Fri Mar 27 23:26:43 2009 +0100
5642
5643     at91rm9200: Reset update
5644
5645     Update the rm9200 reset sequence to try executing a board-specific reset
5646     function and move specific board reset to board.
5647
5648     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5649
5650 commit 3524049cd053746298e4cfab2449882e75c146fc
5651 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5652 Date:   Fri Mar 27 23:26:43 2009 +0100
5653
5654     at91rm9200: move serial shutdown code to serial drivers
5655
5656     introduce serial_exit for this purpose. Use it only when the rm9200
5657     serial driver is active
5658
5659     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5660
5661 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
5662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5663 Date:   Fri Mar 27 23:26:43 2009 +0100
5664
5665     at91rm9200: move serial driver to drivers/serial
5666
5667     add CONFIG_AT91RM9200_USART to activate the driver
5668
5669     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5670
5671 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
5672 Author: Ulf Samuelsson <ulf@atmel.com>
5673 Date:   Fri Mar 27 23:26:43 2009 +0100
5674
5675     Add support for the AT91RM9200EK Board.
5676
5677     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
5678     ARM9-based 32-bit RISC microcontroller and enables real-time code development
5679     and evaluation.
5680
5681     Here is the chip page on Atmel website:
5682     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
5683
5684     with
5685         - NOR (cfi driver)
5686         - DataFlash
5687         - USB OHCI
5688         - Net
5689         - I2C (hard)
5690
5691     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
5692     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5693
5694 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
5695 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5696 Date:   Fri Mar 27 23:26:42 2009 +0100
5697
5698     add dataflash mmc mux missing support
5699
5700     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5701
5702 commit 2a325ce3c705ab2d82760afc541c511328472df8
5703 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5704 Date:   Fri Mar 27 23:26:42 2009 +0100
5705
5706     at91rm9200dk: Move conditional compilation to Makefile
5707
5708     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5709
5710 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
5711 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5712 Date:   Fri Mar 27 23:26:42 2009 +0100
5713
5714     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
5715
5716     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5717
5718 commit 843a2654bce74192de2b5a43474fdc27a572ab40
5719 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5720 Date:   Fri Mar 27 23:26:42 2009 +0100
5721
5722     at91sam9: add watchdog support
5723
5724     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
5725     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5726
5727 commit a47492ac60657dd9d59c713aa049319ea6eabd52
5728 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5729 Date:   Fri Mar 27 13:14:52 2009 +0100
5730
5731     at91sam9/at91cap: spi init add hardware chip select support
5732
5733     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5734
5735 commit 66932ac3929c7a145a6ef6574a96fd7535154951
5736 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5737 Date:   Sat Apr 4 19:15:40 2009 +0200
5738
5739     netstar: fix crc32.c dependancy location
5740
5741     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5742
5743 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
5744 Author: Scott Wood <scottwood@freescale.com>
5745 Date:   Fri Apr 3 15:24:40 2009 -0500
5746
5747     MPC8260ADS: Define CONFIG_HAS_ETH0.
5748
5749     This is required so that the MAC address will be updated in the device tree.
5750
5751     Signed-off-by: Scott Wood <scottwood@freescale.com>
5752
5753 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
5754 Author: Scott Wood <scottwood@freescale.com>
5755 Date:   Fri Apr 3 15:26:45 2009 -0500
5756
5757     PQ2FADS: Enable PCI.
5758
5759     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
5760
5761     Signed-off-by: Scott Wood <scottwood@freescale.com>
5762
5763 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
5764 Author: Wolfgang Denk <wd@denx.de>
5765 Date:   Sat Apr 4 16:57:50 2009 +0200
5766
5767     Fix quoting bug introduced by commit 74de7aef
5768
5769     Signed-off-by: Wolfgang Denk <wd@denx.de>
5770
5771 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
5772 Author: Wolfgang Denk <wd@denx.de>
5773 Date:   Sat Apr 4 16:14:51 2009 +0200
5774
5775     Fix implicit declaration of function 'htons'
5776
5777     Include <netinet/in.h> instead of <linux/in.h> to get htons()
5778     prototpye.
5779
5780     Signed-off-by: Wolfgang Denk <wd@denx.de>
5781
5782 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
5783 Author: Kumar Gala <galak@kernel.crashing.org>
5784 Date:   Sat Apr 4 10:21:02 2009 -0500
5785
5786     fsl_law: Fix bug in calculation of LAW sizing
5787
5788     In set_ddr_laws() when we determined how much of the size requested
5789     to be mapped was covered by the the first LAW we needed to recalculate
5790     the size based on what was actually mapped.
5791
5792     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5793
5794 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
5795 Author: Kumar Gala <galak@kernel.crashing.org>
5796 Date:   Thu Apr 2 13:57:05 2009 -0500
5797
5798     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
5799
5800     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5801
5802 commit c8514622e2713d9c47919acfe23fce386782afe7
5803 Author: Kumar Gala <galak@kernel.crashing.org>
5804 Date:   Thu Apr 2 13:22:48 2009 -0500
5805
5806     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
5807
5808     Rename the pci header for FSL HW so we can move some prototypes
5809     in there and stop doing explicit externs
5810
5811     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5812
5813 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
5814 Author: Wolfgang Denk <wd@denx.de>
5815 Date:   Sat Apr 4 16:10:40 2009 +0200
5816
5817     Fix building of env_embedded.o
5818
5819     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
5820     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
5821     building for many boards.
5822
5823     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
5824     set.
5825
5826     Signed-off-by: Wolfgang Denk <wd@denx.de>
5827
5828 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
5829 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5830 Date:   Sat Apr 4 12:49:11 2009 +0200
5831
5832     rename include/zlib.h to include/u-boot/zlib.h
5833
5834     Some systems have zlib.h installed in /usr/include/. This isn't the
5835     desired file for u-boot code - we want the one in include/zlib.h.
5836     This rename will avoid the conflict.
5837
5838     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5840
5841 commit ae644c178f097874a92a6d934f364985fc7e075a
5842 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5843 Date:   Sat Apr 4 12:46:31 2009 +0200
5844
5845     tools/Makefile: fix image.c dependancy location
5846
5847     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5848     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5849
5850 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
5851 Author: Mike Frysinger <vapier@gentoo.org>
5852 Date:   Sat Apr 4 07:42:25 2009 -0400
5853
5854     tools: add ncb to gitignore
5855
5856     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5857
5858 commit 453c0d7558215cbc8636d94af172886d84e0dbba
5859 Author: Detlev Zundel <dzu@denx.de>
5860 Date:   Fri Apr 3 16:45:46 2009 +0200
5861
5862     include/ns16550.h: Unify structure declaration for registers
5863
5864     Instead of special casing the different access patterns, use common
5865     code with light macros sprinkled in to accomodate for the different
5866     layouts of the register structure.
5867
5868     Note that this also changes the types of the registers for the
5869     "positively packed (>1)" cases.  As the registers truly are unsigned
5870     chars, this is surely the Right Thing, but it is a semantic change.
5871     Note that for this case depending on the endianness on the bus, we may
5872     see a change of behaviour.
5873
5874     Signed-off-by: Detlev Zundel <dzu@denx.de>
5875
5876 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
5877 Author: Peter Tyser <ptyser@xes-inc.com>
5878 Date:   Fri Mar 13 18:54:52 2009 -0500
5879
5880     Delete now unused tools/Makefile.win32
5881
5882     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5883
5884 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
5885 Author: Peter Tyser <ptyser@xes-inc.com>
5886 Date:   Fri Mar 13 18:54:51 2009 -0500
5887
5888     Add support for building native win32 tools
5889
5890     Add support for compiling the host tools in the tools directory using
5891     the MinGW toolchain.  This produces executables which can be used on
5892     standard Windows computers without requiring cygwin.
5893
5894     One must specify the MinGW compiler and strip utilities as if they
5895     were the host toolchain in order to build win32 executables, eg:
5896
5897     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
5898
5899     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5900
5901 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
5902 Author: Peter Tyser <ptyser@xes-inc.com>
5903 Date:   Fri Mar 13 18:54:50 2009 -0500
5904
5905     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
5906
5907     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5908
5909 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
5910 Author: Peter Tyser <ptyser@xes-inc.com>
5911 Date:   Fri Mar 13 18:54:49 2009 -0500
5912
5913     tools/Makefile: Create generic build rules
5914
5915     Create a few generic build rules to replace the current method which has
5916     1 build target for each file
5917
5918     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5919
5920 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
5921 Author: Peter Tyser <ptyser@xes-inc.com>
5922 Date:   Fri Mar 13 18:54:48 2009 -0500
5923
5924     tools/Makefile: Use auto-generated object file dependencies
5925
5926     Files in the SRCS variable have their dependencies automatically
5927     generated so remove duplicate explicit dependencies
5928
5929     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5930
5931 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
5932 Author: Peter Tyser <ptyser@xes-inc.com>
5933 Date:   Fri Mar 13 18:54:47 2009 -0500
5934
5935     tools/Makefile: Remove symlinks for remaining source files
5936
5937     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5938
5939 commit eed073315b6447eceadf7468a4c2b757442c7c6f
5940 Author: Peter Tyser <ptyser@xes-inc.com>
5941 Date:   Fri Mar 13 18:54:46 2009 -0500
5942
5943     tools/Makefile: Dynamically generate libfdt object dependencies
5944
5945     Add the libfdt files to the SRCS variable so that they have their
5946     dependencies automatically generated
5947
5948     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5949
5950 commit c0170175393b94560fa7a5da6dd31377df5f4a72
5951 Author: Peter Tyser <ptyser@xes-inc.com>
5952 Date:   Fri Mar 13 18:54:45 2009 -0500
5953
5954     tools/Makefile: Remove symlinks for fdt targets
5955
5956     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5957
5958 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
5959 Author: Peter Tyser <ptyser@xes-inc.com>
5960 Date:   Fri Mar 13 18:54:44 2009 -0500
5961
5962     tools/Makefile: Add libfdt/ to the include search path
5963
5964     This change makes the process of symlinking libfdt_internal.h
5965     unnecessary
5966
5967     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5968
5969 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
5970 Author: Peter Tyser <ptyser@xes-inc.com>
5971 Date:   Fri Mar 13 18:54:43 2009 -0500
5972
5973     tools: Remove unecessary symlinking of zlib.h
5974
5975     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
5976     was previously necessary to give U-Boot's version of zlib.h precedence
5977     over the host computer's version of zlib.h.
5978
5979     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5980
5981 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
5982 Author: Peter Tyser <ptyser@xes-inc.com>
5983 Date:   Fri Mar 13 18:54:42 2009 -0500
5984
5985     tools/Makefile: Add tools/ to the include search path
5986
5987     This change makes the process of symlinking mkimage.h and fdt_host.h
5988     unnecessary
5989
5990     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5991
5992 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
5993 Author: Peter Tyser <ptyser@xes-inc.com>
5994 Date:   Fri Mar 13 18:54:41 2009 -0500
5995
5996     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
5997
5998     Also conditionally add ncb.o to OBJ_FILES list
5999
6000     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6001
6002 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
6003 Author: Peter Tyser <ptyser@xes-inc.com>
6004 Date:   Fri Mar 13 18:54:40 2009 -0500
6005
6006     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
6007
6008     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6009
6010 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
6011 Author: Peter Tyser <ptyser@xes-inc.com>
6012 Date:   Fri Mar 13 18:54:39 2009 -0500
6013
6014     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
6015
6016     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6017
6018 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
6019 Author: Peter Tyser <ptyser@xes-inc.com>
6020 Date:   Fri Mar 13 18:54:38 2009 -0500
6021
6022     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
6023
6024     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6025
6026 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
6027 Author: Peter Tyser <ptyser@xes-inc.com>
6028 Date:   Fri Mar 13 18:54:37 2009 -0500
6029
6030     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
6031
6032     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6033
6034 commit eeba8617908e33f7e7db3b1588c04ca65b856793
6035 Author: Peter Tyser <ptyser@xes-inc.com>
6036 Date:   Fri Mar 13 18:54:36 2009 -0500
6037
6038     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
6039
6040     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6041
6042 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
6043 Author: Peter Tyser <ptyser@xes-inc.com>
6044 Date:   Fri Mar 13 18:54:35 2009 -0500
6045
6046     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
6047
6048     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6049
6050 commit ee3584a5970230ee96aae19505ad3226734ee4ff
6051 Author: Peter Tyser <ptyser@xes-inc.com>
6052 Date:   Fri Mar 13 18:54:34 2009 -0500
6053
6054     tools/Makefile: Split variable declarations into multiple lines
6055
6056     Split variable declarations into multiple lines and use the standard
6057     VAR-y convention.  Also move object and binary variable declarations to
6058     after config.mk has been included to allow for these lists to utilize
6059     the CONFIG_XXX variables.
6060
6061     These changes lay the groundwork for conditional compilation of files
6062     in the tools directory.
6063
6064     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6065
6066 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
6067 Author: Peter Tyser <ptyser@xes-inc.com>
6068 Date:   Fri Mar 13 18:54:33 2009 -0500
6069
6070     tools/Makefile: Remove inappropriate double-tabs
6071
6072     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6073
6074 commit 652f4ba076689fd0acd447561a777b1c440a4b57
6075 Author: Peter Tyser <ptyser@xes-inc.com>
6076 Date:   Fri Mar 13 18:54:32 2009 -0500
6077
6078     tools/Makefile: Remove HOSTARCH HOSTOS defines
6079
6080     The values of HOSTARCH and HOSTOS which are exported from the top-level
6081     Makefile should be used
6082
6083     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6084
6085 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
6086 Author: Peter Tyser <ptyser@xes-inc.com>
6087 Date:   Fri Mar 13 18:54:31 2009 -0500
6088
6089     gen_eth_addr: Use POSIX rand() and srand()
6090
6091     Replace random()/srandom() use with rand()/srand() to support
6092     compilation with the mingw toolchain.  The rand()/srand() functions are
6093     generally more common and are functionally equivalent to the original
6094     random()/srandom() calls.
6095
6096     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6097
6098 commit 24d2ae5e9debe4b75151a55251031a14477fa875
6099 Author: Peter Tyser <ptyser@xes-inc.com>
6100 Date:   Fri Mar 13 18:54:28 2009 -0500
6101
6102     elf.h: Use stdint.h to provide standard typedefs for WIN32
6103
6104     The original code provided an incomplete set of typedefs for WIN32
6105     compiles and replicated the standard typedefs that are already
6106     provided by stdint.h
6107
6108     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6109
6110 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
6111 Author: Peter Tyser <ptyser@xes-inc.com>
6112 Date:   Fri Mar 13 18:54:27 2009 -0500
6113
6114     common/Makefile: Conditionally compile env_embedded.o
6115
6116     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6117
6118 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
6119 Author: Peter Tyser <ptyser@xes-inc.com>
6120 Date:   Fri Mar 13 18:54:26 2009 -0500
6121
6122     Makefile: Add removal of *.exe files to clean target
6123
6124     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6125
6126 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
6127 Author: Peter Tyser <ptyser@xes-inc.com>
6128 Date:   Fri Mar 13 18:54:25 2009 -0500
6129
6130     Makefile: Make autoconf.mk a dependency of the depend target
6131
6132     The original code did not generate autoconf.mk until after some targets
6133     dependencies had already been calculated, for example the directories in
6134     the SUBDIRS variable
6135
6136     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6137
6138 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
6139 Author: unsik Kim <donari75@gmail.com>
6140 Date:   Wed Feb 25 11:31:24 2009 +0900
6141
6142     mflash: Initial mflash support
6143
6144     Mflash is fusion memory device mainly targeted consumer eletronic and
6145     mobile phone.
6146     Internally, it have nand flash and other hardware logics and supports
6147     some different operation (ATA, IO, XIP) modes.
6148
6149     IO mode is custom mode for the host that doesn't have IDE interface.
6150     (Many mobile targeted SoC doesn't have IDE bus)
6151
6152     This driver support mflash IO mode.
6153
6154     Followings are brief descriptions about IO mode.
6155
6156     1. IO mode based on ATA protocol and uses some custom command. (read
6157        confirm, write confirm)
6158     2. IO mode uses SRAM bus interface.
6159
6160     Signed-off-by: unsik Kim <donari75@gmail.com>
6161
6162 commit 200779e3e2a9aeda7030b171a8c39d7797019917
6163 Author: Detlev Zundel <dzu@denx.de>
6164 Date:   Fri Apr 3 11:53:01 2009 +0200
6165
6166     Rename common ns16550 constants with UART_ prefix to prevent conflicts
6167
6168     Fix problems introduced in commit
6169     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
6170     diagnosis functions for inka4x0] which redefined MSR_RI which is
6171     already used on PowerPC systems.
6172
6173     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
6174     be needed for other redundant occurrences though.
6175
6176     Signed-off-by: Detlev Zundel <dzu@denx.de>
6177
6178 commit 99067b08f4a0ce20ff337a35211239f334d8f451
6179 Author: Scott Wood <scottwood@freescale.com>
6180 Date:   Wed Apr 1 15:33:24 2009 -0500
6181
6182     Noisily disable the legacy NAND subsystem.
6183
6184     Legacy NAND is marked for feature removal after April 2009 (i.e. this
6185     upcoming release).  There are still several boards that reference it
6186     (though many do so only for disk-on-chip support which has been silently
6187     disabled for a while now).  These boards will now fail to build
6188     with #error, though the code is still there if the user removes #error.
6189
6190     The plan is to remove the code outright in the next release, along with
6191     any board code that refers to it (such as board/esd/common/auto_update.c).
6192
6193     Also, remove the legacy NAND API description from README.nand.
6194
6195     Signed-off-by: Scott Wood <scottwood@freescale.com>
6196
6197 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
6198 Author: apgmoorthy <moorthy.apg@samsung.com>
6199 Date:   Fri Mar 27 14:45:23 2009 +0530
6200
6201     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
6202
6203     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
6204     However, u-boot image for apollon board is 195KB making the board
6205     unbootable with OneNAND.
6206
6207     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
6208     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
6209
6210     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
6211     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
6212     Signed-off-by: Scott Wood <scottwood@freescale.com>
6213
6214 commit 74de7aefd79690bae8cf5a5120f5962d444be089
6215 Author: Wolfgang Denk <wd@denx.de>
6216 Date:   Wed Apr 1 23:34:12 2009 +0200
6217
6218     Add "source" command; prepare removal of "autoscr" command
6219
6220     According to the doc/feature-removal-schedule.txt, the "autoscr"
6221     command will be replaced by the "source" command in approximately 6
6222     months from now.
6223
6224     This patch prepares this change and starts a 6 month transition
6225     period as follows:
6226
6227     - The new "source" command has been added, which implements exactly
6228       the same functionlaity as the old "autoscr" command before
6229     - The old "autoscr" command name is kept as an alias for compatibility
6230     - Command sequences, script files atc. have been adapted to use the
6231       new "source" command
6232     - Related environment variables ("autoscript", "autoscript_uname")
6233       have *not* been adapted yet; these will be renamed resp. removed in
6234       a separate patch when the support for the "autoscr" command get's
6235       finally dropped.
6236
6237     Signed-off-by: Wolfgang Denk <wd@denx.de>
6238
6239 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
6240 Author: Wolfgang Denk <wd@denx.de>
6241 Date:   Thu Apr 2 17:31:09 2009 +0200
6242
6243     Add "GPL cleanup" task to feature-removal-schedule.txt
6244
6245     Announce removal of all non-GPL or GPL-incompatible files
6246     after August 2009.
6247
6248     Signed-off-by: Wolfgang Denk <wd@denx.de>
6249
6250 commit d9596ffbdc79cea285010b67dd20a4618303f624
6251 Author: Mike Frysinger <vapier@gentoo.org>
6252 Date:   Thu Apr 2 12:51:28 2009 -0400
6253
6254     sf: stmicro: dont send 4 bytes when reading status register
6255
6256     I can't find anywhere in the datasheet that says the status register needs
6257     3 dummy bytes sent to it before being able to read back the first real
6258     result.  Tests on a Blackfin board show that after writing the opcode, the
6259     status register starts coming back immediately.  So only write out the
6260     read status register opcode before polling the result.
6261
6262     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6263     CC: Jason McMullan <mcmullan@netapp.com>
6264     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6265
6266 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
6267 Author: Mike Frysinger <vapier@gentoo.org>
6268 Date:   Thu Apr 2 08:11:31 2009 -0400
6269
6270     sf: set common timeouts in seconds, not milliseconds
6271
6272     Since timeouts are only hit when there is a problem in the system, we
6273     don't want to prematurely timeout on a functioning setup.  Thus having
6274     low timeouts (in milliseconds) doesn't gain us anything in the production
6275     case, but rather increases likely hood of causing problems where none
6276     otherwise exist.
6277
6278     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6279     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6280
6281 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
6282 Author: Mike Frysinger <vapier@gentoo.org>
6283 Date:   Thu Apr 2 06:51:49 2009 -0400
6284
6285     sf: stmicro: use common page timeout define
6286
6287     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6288     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6289
6290 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
6291 Author: Mike Frysinger <vapier@gentoo.org>
6292 Date:   Sat Mar 28 06:41:09 2009 -0400
6293
6294     sf: always read 5 bytes for the idcode
6295
6296     Some SPI flash drivers like to have extended id information available
6297     (like the spansion flash), so rather than making it re-issue the ID cmd
6298     to get at the last 2 bytes, have the common code read 5 bytes rather than
6299     just 3.  This also matches the Linux behavior where it always reads 5 id
6300     bytes from all flashes.
6301
6302     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6303     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6304     CC: Mingkai Hu <Mingkai.hu@freescale.com>
6305
6306 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
6307 Author: Mike Frysinger <vapier@gentoo.org>
6308 Date:   Fri Mar 27 16:34:21 2009 -0400
6309
6310     sf: stmicro: drop redundant id read
6311
6312     The common SPI flash code reads the idcode and passes it down to the SPI
6313     flash driver, so there is no need to read it again ourselves.
6314
6315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6316     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6317     CC: Jason McMullan <mcmullan@netapp.com>
6318     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6319
6320 commit 1c5874374e091b4bb62917c519861f7682fe066e
6321 Author: Mike Frysinger <vapier@gentoo.org>
6322 Date:   Fri Mar 27 19:27:58 2009 -0400
6323
6324     sf: add driver for SST flashes
6325
6326     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6327     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6328
6329 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
6330 Author: Mike Frysinger <vapier@gentoo.org>
6331 Date:   Mon Mar 23 23:03:58 2009 -0400
6332
6333     sf: drop DEBUG defines
6334
6335     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6336     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6337
6338 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
6339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6340 Date:   Sun Jan 4 07:44:07 2009 +0100
6341
6342     mtd: add some at45 spi flash support
6343
6344      - AT45DB321D
6345      - AT45DB161D
6346      - AT45DB081D
6347      - AT45DB041D
6348      - AT45DB021D
6349      - AT45DB011D
6350
6351     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6352     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6353
6354 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
6355 Author: Mingkai Hu <Mingkai.hu@freescale.com>
6356 Date:   Tue Mar 31 14:09:41 2009 +0800
6357
6358     mtd: SPI Flash: Support the Spansion Flash
6359
6360     Add MTD SPI Flash support for S25FL008A, S25FL016A,
6361     S25FL032A, S25FL064A, S25FL128P.
6362
6363     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
6364     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6365
6366 commit 40587701924aa0afc86b3840421b4cc6de42c748
6367 Author: Mike Frysinger <vapier@gentoo.org>
6368 Date:   Mon Mar 30 20:56:45 2009 -0400
6369
6370     Blackfin: force all boards to HZ of 1000
6371
6372     Since the Blackfin timer code requires HZ to be 1000, barf on any board
6373     that tries to use a different value.
6374
6375     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6376
6377 commit f4032d2eec9d71a59c6c724671e577f67a76839b
6378 Author: Mike Frysinger <vapier@gentoo.org>
6379 Date:   Fri Mar 27 21:07:45 2009 -0400
6380
6381     Blackfin: bf533-stamp: drop old spi flash driver
6382
6383     Now that the common SPI flash code supports all the flashes, we can stop
6384     using the old driver.
6385
6386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6387
6388 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
6389 Author: Mike Frysinger <vapier@gentoo.org>
6390 Date:   Thu Mar 26 15:42:12 2009 -0400
6391
6392     Blackfin: add BF538/BF539 SPI portmux handling
6393
6394     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6395
6396 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
6397 Author: Mike Frysinger <vapier@gentoo.org>
6398 Date:   Mon Mar 23 22:36:10 2009 -0400
6399
6400     Blackfin: do not delay on output bytes
6401
6402     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6403
6404 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
6405 Author: Mike Frysinger <vapier@gentoo.org>
6406 Date:   Mon Mar 23 22:17:27 2009 -0400
6407
6408     Blackfin: drop newline from OTP help
6409
6410     Looks like I accidentally added a newline to the OTP help when merging and
6411     older change.
6412
6413     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6414
6415 commit d3c38d96b991d641a33f7748130dae008563cdc9
6416 Author: Mike Frysinger <vapier@gentoo.org>
6417 Date:   Sun Mar 22 23:43:31 2009 -0400
6418
6419     Blackfin: convert bfin_sdh to legacy mmc
6420
6421     The Blackfin SDH controller is still using the legacy framework, so update
6422     the driver to use the renamed functions.
6423
6424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6425
6426 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
6427 Author: Mike Frysinger <vapier@gentoo.org>
6428 Date:   Sun Feb 22 16:30:38 2009 -0500
6429
6430     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
6431
6432     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6433
6434 commit ad9073211ca9e62162a39851e082b8d07a662fb6
6435 Author: Mike Frysinger <vapier@gentoo.org>
6436 Date:   Fri Feb 13 17:10:58 2009 -0500
6437
6438     Blackfin: fix crash when booting from external memory
6439
6440     When testing a u-boot binary that hasn't been booted from the bootrom, we
6441     have to make sure the bootstruct structure has sane storage space.  If we
6442     don't, the initcode will crash when it tries to dereference an invalid
6443     pointer.
6444
6445     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6446
6447 commit 84a9dda324c3faa56be14449d7519b993d9397a9
6448 Author: Mike Frysinger <vapier@gentoo.org>
6449 Date:   Sun Oct 12 21:32:52 2008 -0400
6450
6451     Blackfin: bf518f-ezbrd: new board port
6452
6453     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6454
6455 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
6456 Author: Mike Frysinger <vapier@gentoo.org>
6457 Date:   Sun Oct 12 21:30:48 2008 -0400
6458
6459     Blackfin: bf526-ezbrd: new board port
6460
6461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6462
6463 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
6464 Author: Mike Frysinger <vapier@gentoo.org>
6465 Date:   Sun Oct 12 21:25:33 2008 -0400
6466
6467     Blackfin: bf538f-ezkit: new board port
6468
6469     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6470
6471 commit d9a5d113b93583c984711127ab8503e136ed1e4a
6472 Author: Mike Frysinger <vapier@gentoo.org>
6473 Date:   Sun Oct 12 20:59:12 2008 -0400
6474
6475     Blackfin: bf527-ezkit: new board port
6476
6477     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6478
6479 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
6480 Author: Mike Frysinger <vapier@gentoo.org>
6481 Date:   Sun Oct 12 05:05:42 2008 -0400
6482
6483     Blackfin: bf548-ezkit: new board port
6484
6485     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6486
6487 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
6488 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
6489 Date:   Tue Mar 3 14:23:59 2009 +0100
6490
6491     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
6492
6493     Allow the inclusion of libfdt.h in C++ source.
6494
6495     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
6496     Acked-by: David Gibson <david@gibson.dropbear.id.au>
6497
6498 commit 13d93f38e86818739317b0206d597265cf9e675e
6499 Author: Emil Medve <Emilian.Medve@Freescale.com>
6500 Date:   Mon Feb 23 10:43:36 2009 -0600
6501
6502     Fix a possible overflow case detected by gcc 4.3.2
6503
6504     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
6505     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
6506
6507     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
6508
6509 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
6510 Author: David Gibson <david@gibson.dropbear.id.au>
6511 Date:   Fri Feb 6 14:03:24 2009 +1100
6512
6513     libfdt: Rework/cleanup fdt_next_tag()
6514
6515     Currently, callers of fdt_next_tag() must usually follow the call with
6516     some sort of call to fdt_offset_ptr() to verify that the blob isn't
6517     truncated in the middle of the tag data they're going to process.
6518     This is a bit silly, since fdt_next_tag() generally has to call
6519     fdt_offset_ptr() on at least some of the data following the tag for
6520     its own operation.
6521
6522     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
6523     verify the data between its starting offset and the offset it returns
6524     in nextoffset.  This simplifies fdt_get_property() which no longer has
6525     to verify itself that the property data is all present.
6526
6527     At the same time, I neaten and clarify the error handling for
6528     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
6529     a tag value in some circumstances - which almost none of the callers
6530     checked for.  Also, fdt_next_tag() could return FDT_END either because
6531     it encountered an FDT_END tag, or because it reached the end of the
6532     structure block - no way was provided to tell between these cases.
6533
6534     With this patch, fdt_next_tag() always returns FDT_END with a negative
6535     value in nextoffset for an error.  This means the several places which
6536     loop looking for FDT_END will still work correctly - they only need to
6537     check for errors at the end.  The errors which fdt_next_tag() can
6538     report are:
6539         - -FDT_ERR_TRUNCATED if it reached the end of the structure
6540            block instead of finding a tag.
6541
6542         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
6543                tag data couldn't be verified with fdt_offset_ptr().
6544
6545     This patch also updates the callers of fdt_next_tag(), where
6546     appropriate, to make use of the new error reporting.
6547
6548     Finally, the prototype for the long gone _fdt_next_tag() is removed
6549     from libfdt_internal.h.
6550
6551     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6552
6553 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
6554 Author: David Gibson <david@gibson.dropbear.id.au>
6555 Date:   Fri Feb 6 14:01:56 2009 +1100
6556
6557     libfdt: Rework fdt_next_node()
6558
6559     Currently fdt_next_node() will find the next node in the blob
6560     regardless of whether it is above, below or at the same level in the
6561     tree as the starting node - the depth parameter is updated to indicate
6562     which is the case.  When a depth parameter is supplied, this patch
6563     makes it instead terminate immediately when it finds the END_NODE tag
6564     for a node at depth 0.  In this case it returns the offset immediately
6565     past the END_NODE tag.
6566
6567     This has a couple of advantages.  First, this slightly simplifies
6568     fdt_subnode_offset(), which no longer needs to explicitly check that
6569     fdt_next_node()'s iteration hasn't left the starting node.  Second,
6570     this allows fdt_next_node() to be used to implement
6571     _fdt_node_end_offset() considerably simplifying the latter function.
6572
6573     The other users of fdt_next_node() either don't need to iterate out of
6574     the starting node, or don't pass a depth parameter at all.  Any
6575     callers that really need to iterate out of the starting node, but keep
6576     tracking depth can do so by biasing the initial depth value.
6577
6578     This is a semantic change, but I think it's very unlikely to break any
6579     existing library users.
6580
6581     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6582
6583 commit c123098035be8bae3859bbfbd06861f197c07631
6584 Author: Scott Wood <scottwood@freescale.com>
6585 Date:   Tue Mar 31 17:49:36 2009 -0500
6586
6587     mpc83xx: Set guarded bit on BAT that covers the end of the address space
6588
6589     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
6590     address space; however, not all of this space is covered by a device.  In
6591     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
6592     at the far end of the address space.
6593
6594     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
6595     some circumstances, this leads to the CPU speculatively loading from
6596     0xfffffff8 if p is NULL.  This leads to a machine check.
6597
6598     Signed-off-by: Scott Wood <scottwood@freescale.com>
6599
6600     continuation to the remaining mpc83xx boards that suffer from the same problem.
6601
6602     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6603
6604 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
6605 Author: Kim Phillips <kim.phillips@freescale.com>
6606 Date:   Mon Mar 30 14:28:05 2009 -0500
6607
6608     rtc: remove broken rtc_read and rtc_write declarations
6609
6610     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
6611     EPSON)" introduces the following build error on boards configuring e.g,
6612     the ds1374 rtc:
6613
6614     Configuring for MPC837XEMDS board...
6615     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
6616     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
6617     ds1374.c:104: error: conflicting types for 'rtc_write'
6618     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
6619
6620     this reverts the erroneous chunk.
6621
6622     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6623     Acked-by: Detlev Zundel <dzu@denx.de>
6624     CC: Detlev Zundel <dzu@denx.de>
6625     CC: Andreas Pfefferle <ap@denx.de>
6626
6627 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
6628 Author: Kumar Gala <galak@kernel.crashing.org>
6629 Date:   Tue Mar 31 17:58:13 2009 -0500
6630
6631     85xx/86xx: Ensure MP boot page is not used
6632
6633     We had a bug on 86xx in which the boot page used to bring up secondary
6634     cores was being overwritten and used for the malloc region in u-boot.
6635
6636     We need to reserve the region of memory that the boot page is going to
6637     be put at so nothing uses it.
6638
6639     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6640     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
6641
6642 commit c840d26c752141b94bbc24ac748ddd45752a955a
6643 Author: Kumar Gala <galak@kernel.crashing.org>
6644 Date:   Tue Mar 31 23:11:05 2009 -0500
6645
6646     85xx: Introduce determine_mp_bootpg() helper.
6647
6648     Match determine_mp_bootpg() that was added for 86xx.  We need this to
6649     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
6650     make sure to reserve the region of memory used for the MP bootpg() so
6651     other u-boot code doesn't use it.
6652
6653     Also added a comment about how cpu_reset() is dealing w/an errata on
6654     early 85xx MP HW.
6655
6656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6657
6658 commit 7649a590b53ee548f41428bf20780f74ce9fc099
6659 Author: Kumar Gala <galak@kernel.crashing.org>
6660 Date:   Tue Mar 31 23:02:38 2009 -0500
6661
6662     86xx: Cleanup MP support
6663
6664     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
6665     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
6666       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
6667       to reserve the region of memory used for the MP bootpg() so other
6668       u-boot code doesn't use it.
6669     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
6670       allow cmd_mp.c to build and work. In the future we should look at
6671       implementing all these functions. This could be common w/85xx if we
6672       use spin tables on 86xx.
6673
6674     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6675
6676 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
6677 Author: Becky Bruce <beckyb@kernel.crashing.org>
6678 Date:   Tue Mar 31 18:38:37 2009 -0500
6679
6680     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
6681
6682     We're missing the board_lmb_reserve definitions that allow
6683     cpu_mp_lmb_reserve to be called; this means that Linux
6684     is free to reallocate reserved pages.  Linux currently boots
6685     because we're getting lucky - the page we've reserved is
6686     high enough in memory that it isn't allocated by Linux
6687     while we still need it to be in existence.
6688
6689     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6690     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6691
6692 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
6693 Author: Ladislav Michl <ladis@linux-mips.org>
6694 Date:   Tue Mar 31 13:43:10 2009 +0200
6695
6696     NetStar: fix NAND
6697
6698     Fix NAND support broken during new NAND code merge. Move those few lines of
6699     code to board/netstar/netstar.c
6700
6701     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6702
6703 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
6704 Author: Jens Scharsig <esw@bus-elektronik.de>
6705 Date:   Tue Mar 31 08:18:29 2009 +0200
6706
6707     soft_i2c.c compiler/linker error
6708
6709     This patch fix the compiler/linker errors
6710
6711     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
6712     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
6713
6714     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
6715     uesd/undef (wrong define order)
6716
6717     and
6718
6719     removes additional empty lines
6720
6721     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
6722
6723 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
6724 Author: Haiying Wang <Haiying.Wang@freescale.com>
6725 Date:   Fri Mar 27 17:02:45 2009 -0400
6726
6727     MPC85xx: Add MPC8569MDS board support
6728
6729     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
6730     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
6731
6732     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6733     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
6734     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6735
6736 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
6737 Author: Haiying Wang <Haiying.Wang@freescale.com>
6738 Date:   Fri Mar 27 17:02:44 2009 -0400
6739
6740     MPC85xx: Add MPC8569 CPU support
6741
6742     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
6743     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
6744     then invalidate it after LBCR bit 13 is set.
6745
6746     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6748
6749 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
6750 Author: Haiying Wang <Haiying.Wang@freescale.com>
6751 Date:   Thu Mar 26 17:01:49 2009 -0400
6752
6753     MPC85xx: Load and enable QE microcode patch in IRAM
6754
6755     For the silicon which doesn't have ROM support in QE, it always needs to load
6756     a pre-built ucode binary to IRAM so that QE can work.
6757
6758     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6759     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
6760
6761 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
6762 Author: Kumar Gala <galak@kernel.crashing.org>
6763 Date:   Thu Mar 19 09:16:10 2009 -0500
6764
6765     85xx: Add support for additional e500mc features
6766
6767     * Enable backside L2
6768     * e500mc no longer has timebase enable in HID (moved to CCSR register)
6769
6770     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6771
6772 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
6773 Author: Dave Liu <daveliu@freescale.com>
6774 Date:   Sat Mar 14 12:48:30 2009 +0800
6775
6776     fsl-ddr: add the DDR3 SPD infrastructure
6777
6778     - support mirrored DIMMs, not support register DIMMs
6779     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
6780     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
6781
6782     Signed-off-by: Dave Liu <daveliu@freescale.com>
6783     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
6784
6785 commit 6a8197836702991468cead5ead073f589e2623ad
6786 Author: Dave Liu <daveliu@freescale.com>
6787 Date:   Sat Mar 14 12:48:19 2009 +0800
6788
6789     fsl-ddr: Fix two bugs in the ddr infrastructure
6790
6791     1. wr_lat
6792        UM said the total write latency for DDR2 is equal to
6793        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
6794        so, the WR_LAT = CL - 1;
6795     2. rd_to_pre
6796        we missed to add the ADD_LAT for DDR2 case.
6797
6798     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6799     Signed-off-by: Dave Liu <daveliu@freescale.com>
6800
6801 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
6802 Author: Kumar Gala <galak@kernel.crashing.org>
6803 Date:   Thu Mar 26 01:34:39 2009 -0500
6804
6805     83xx: Use common LSDMR defines from asm/fsl_lbc.h
6806
6807     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6808     Acked-by: Kim Phillips <kim.phillips@freescale.com>
6809
6810 commit b0fe93eda69721aef1fdef576164b668fad83bbd
6811 Author: Kumar Gala <galak@kernel.crashing.org>
6812 Date:   Thu Mar 26 01:34:38 2009 -0500
6813
6814     85xx: Use common LSDMR defines from asm/fsl_lbc.h
6815
6816     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6817
6818 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
6819 Author: Kumar Gala <galak@kernel.crashing.org>
6820 Date:   Thu Mar 26 01:34:37 2009 -0500
6821
6822     Add LSDMR (SDRAM Mode Register) definition on localbus
6823
6824     The masks for various bit defines of LSDMR are common and thus we can
6825     define them in one place rather than replicating them in each config.h
6826
6827     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6828
6829 commit 89c00fb15859213788f0ad089934c376fb356099
6830 Author: Ladislav Michl <ladis@linux-mips.org>
6831 Date:   Mon Mar 30 18:58:41 2009 +0200
6832
6833     OMAP: use {read,write}l to access timer registers
6834
6835     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6836
6837 commit 81472d893fa565c9d300928a40e504a689bde131
6838 Author: Ladislav Michl <ladis@linux-mips.org>
6839 Date:   Mon Mar 30 18:58:41 2009 +0200
6840
6841     OMAP: rename timer divisor
6842
6843     Divisor field is called PTV not PVT.
6844
6845     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6846     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6847
6848 commit fe672d60b2a8c9e803596ba4533fa1776015551d
6849 Author: Ladislav Michl <ladis@linux-mips.org>
6850 Date:   Mon Mar 30 18:58:40 2009 +0200
6851
6852     OMAP: reindent timer code
6853
6854     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6855
6856 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
6857 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6858 Date:   Mon Mar 30 18:58:40 2009 +0200
6859
6860     s3c2410: move nand driver to drivers/mtd/nand
6861
6862     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6863
6864 commit d3b635774194404bcd424f6b376419bce22076ad
6865 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6866 Date:   Mon Mar 30 18:58:40 2009 +0200
6867
6868     s3c24x0: move i2c driver to drivers/i2c
6869
6870     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6871
6872 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
6873 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6874 Date:   Mon Mar 30 18:58:39 2009 +0200
6875
6876     s3c24x0: move serial driver to drivers/serial
6877
6878     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6879
6880 commit 942ba9969b9efa25f816c238861ecb339c54ed73
6881 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6882 Date:   Mon Mar 30 18:58:39 2009 +0200
6883
6884     davinci: move i2c driver to drivers/i2c
6885
6886     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6887
6888 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
6889 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6890 Date:   Mon Mar 30 18:58:39 2009 +0200
6891
6892     davinci: move nand driver to drivers/mtd/nand
6893
6894     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6895
6896 commit d3e55d0774a180c1837bd7ddec464015e883bd86
6897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6898 Date:   Mon Mar 30 18:58:38 2009 +0200
6899
6900     imx: move serial driver to drivers/serial
6901
6902     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6903
6904 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
6905 Author: Detlev Zundel <dzu@denx.de>
6906 Date:   Mon Mar 30 00:31:36 2009 +0200
6907
6908     inka4x0: Use proper accessor macros for memory mapped registers.
6909
6910     Signed-off-by: Detlev Zundel <dzu@denx.de>
6911
6912 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
6913 Author: Detlev Zundel <dzu@denx.de>
6914 Date:   Mon Mar 30 00:31:35 2009 +0200
6915
6916     inka4x0: Add hardware diagnosis and RTC in configuration.
6917
6918     This patch adds the board specific communication routines needed by
6919     the external 4543 RTC.
6920
6921     Signed-off-by: Detlev Zundel <dzu@denx.de>
6922     Signed-off-by: Andreas Pfefferle <ap@denx.de>
6923
6924 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
6925 Author: Detlev Zundel <dzu@denx.de>
6926 Date:   Mon Mar 30 00:31:34 2009 +0200
6927
6928     inka4x0: Add hardware diagnosis functions for inka4x0
6929
6930     This patch adds advanced diagnosis functions for the inka4x0 board.
6931
6932     Signed-off-by: Andreas Pfefferle <ap@denx.de>
6933     Signed-off-by: Detlev Zundel <dzu@denx.de>
6934
6935 commit 04e11cf383ff6231535fd981023bb1306b2133d4
6936 Author: Detlev Zundel <dzu@denx.de>
6937 Date:   Mon Mar 30 00:31:33 2009 +0200
6938
6939     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
6940
6941     Signed-off-by: Detlev Zundel <dzu@denx.de>
6942     Signed-off-by: Andreas Pfefferle <ap@denx.de>
6943
6944 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
6945 Author: Detlev Zundel <dzu@denx.de>
6946 Date:   Mon Mar 30 00:31:32 2009 +0200
6947
6948     drivers/twserial: Add protocol driver for "three wire serial" interface.
6949
6950     This pretty unintelligent interface is used on some RTC chips.
6951
6952     Signed-off-by: Detlev Zundel <dzu@denx.de>
6953
6954 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
6955 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6956 Date:   Sun Mar 29 23:01:42 2009 +0200
6957
6958     arm720t/clps7111: move serial driver to drivers/serial
6959
6960     add CONFIG_CLPS7111_SERIAL to activate the driver
6961
6962     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6963
6964 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
6965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6966 Date:   Sun Mar 29 23:01:42 2009 +0200
6967
6968     lpc2292: move serial driver to drivers/serial
6969
6970     add CONFIG_LPC2292_SERIAL to activate the driver
6971
6972     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6973
6974 commit 176a600d0ecdaccbac483d2ba992d0119f853119
6975 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6976 Date:   Sun Mar 29 23:01:42 2009 +0200
6977
6978     ks8695: move serial driver to drivers/serial
6979
6980     add CONFIG_KS8695_SERIAL to activate the driver
6981
6982     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6983
6984 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
6985 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6986 Date:   Sun Mar 29 23:01:42 2009 +0200
6987
6988     s3c64xx: move usb driver to drivers/usb
6989
6990     add CONFIG_USB_S3C64XX to activate the driver
6991
6992     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6993
6994 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
6995 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6996 Date:   Sun Mar 29 23:01:41 2009 +0200
6997
6998     imx31: move serial driver to drivers/serial
6999
7000     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7001
7002 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
7003 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7004 Date:   Sun Mar 29 23:01:41 2009 +0200
7005
7006     netarm: move serial driver to drivers/serial
7007
7008     add CONFIG_NETARM_SERIAL to activate the driver
7009
7010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7011
7012 commit 412ab705888742add435dd6ffc2e8bda14962235
7013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7014 Date:   Sun Mar 29 23:01:41 2009 +0200
7015
7016     sa1100: move serial driver to drivers/serial
7017
7018     add CONFIG_SA1100_SERIAL to activate the driver
7019
7020     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7021
7022 commit b2368754a9202225fd072e159fb78da7d2cdb623
7023 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7024 Date:   Sun Mar 29 23:01:41 2009 +0200
7025
7026     s3c44b0: extract cache from cpu.c
7027
7028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7029
7030 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
7031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7032 Date:   Sun Mar 29 23:01:41 2009 +0200
7033
7034     s3c44b0: move serial driver to drivers/serial
7035
7036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7037
7038 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
7039 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7040 Date:   Sun Mar 29 23:01:40 2009 +0200
7041
7042     s3c44b0: move rtc driver to drivers/rtc
7043
7044     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7045
7046 commit 50f601cca8985615f9e3de4c34887448ade8a64b
7047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7048 Date:   Sun Mar 29 23:01:40 2009 +0200
7049
7050     s3c44b0: move i2c driver to drivers/i2c
7051
7052     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7053
7054 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
7055 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7056 Date:   Sun Mar 29 23:01:36 2009 +0200
7057
7058     s3c4510b: move specific code to soc directory
7059
7060     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7061
7062 commit 04531f3c11c693dc54924f82c41979d960309c9d
7063 Author: Ladislav Michl <ladis@linux-mips.org>
7064 Date:   Wed Mar 25 23:43:58 2009 +0100
7065
7066     NetStar: add RTC support
7067
7068     Add RTC support.
7069
7070     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7071
7072 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
7073 Author: Ladislav Michl <ladis@linux-mips.org>
7074 Date:   Wed Mar 25 23:43:50 2009 +0100
7075
7076     NetStar: use generic flash driver
7077
7078     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7079
7080 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
7081 Author: Ladislav Michl <ladis@linux-mips.org>
7082 Date:   Mon Mar 16 23:31:20 2009 +0100
7083
7084     NetStar: update crcit utility
7085
7086     Make crc32 function to match its prototype. Use more meaningful identifiers.
7087
7088     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7089
7090 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
7091 Author: Ladislav Michl <ladis@linux-mips.org>
7092 Date:   Mon Mar 23 17:46:27 2009 +0100
7093
7094     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
7095
7096     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7097
7098 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
7099 Author: Wolfgang Denk <wd@denx.de>
7100 Date:   Sun Mar 29 00:58:16 2009 +0100
7101
7102     VCMA9: fix compile errors
7103
7104     Fix these:
7105     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
7106     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
7107
7108     Signed-off-by: Wolfgang Denk <wd@denx.de>
7109
7110 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
7111 Author: Wolfgang Denk <wd@denx.de>
7112 Date:   Sun Mar 29 00:54:21 2009 +0100
7113
7114     ARM: fix warning: 'print_eth' defined but not used
7115
7116     This warning got issued for all ARM systems that don't have
7117     CONFIG_CMD_NET enabled.
7118
7119     Signed-off-by: Wolfgang Denk <wd@denx.de>
7120
7121 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
7122 Author: Ladislav Michl <ladis@linux-mips.org>
7123 Date:   Mon Mar 23 18:16:34 2009 +0100
7124
7125     cs8900 compile fix
7126
7127     cs8900.c: In function 'eth_init':
7128     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
7129     cs8900.c:165: error: invalid operands to binary <<
7130     cs8900.c:166: error: invalid operands to binary <<
7131     cs8900.c:167: error: invalid operands to binary <<
7132
7133     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7134     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7135
7136 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
7137 Author: Wolfgang Denk <wd@denx.de>
7138 Date:   Sat Mar 28 20:16:16 2009 +0100
7139
7140     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
7141
7142     ...and some other compile warnings.
7143
7144     Signed-off-by: Wolfgang Denk <wd@denx.de>
7145
7146 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
7147 Author: Wolfgang Denk <wd@denx.de>
7148 Date:   Sat Mar 28 16:17:29 2009 +0100
7149
7150     mpc8xx/ether.c: fix warning: unused variable 'bd'
7151
7152     Also minor coding style cleanup.
7153
7154     Signed-off-by: Wolfgang Denk <wd@denx.de>
7155
7156 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
7157 Author: Detlev Zundel <dzu@denx.de>
7158 Date:   Wed Mar 25 17:27:52 2009 +0100
7159
7160     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
7161
7162     Other commands implementing subcommands can reuse this code nicely.
7163
7164     Signed-off-by: Detlev Zundel <dzu@denx.de>
7165     Signed-off-by: Andreas Pfefferle <ap@denx.de>
7166
7167 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
7168 Author: Detlev Zundel <dzu@denx.de>
7169 Date:   Tue Mar 24 18:02:33 2009 +0100
7170
7171     mpc5xxx: Add structure definition for several more register blocks.
7172
7173     Signed-off-by: Detlev Zundel <dzu@denx.de>
7174
7175 commit 739b0e594677a0676577bc95db4495a5563fc7f8
7176 Author: Detlev Zundel <dzu@denx.de>
7177 Date:   Fri Mar 27 15:03:55 2009 +0100
7178
7179     MAINTAINERS: Add entry for 'inka4x0' board.
7180
7181     Signed-off-by: Detlev Zundel <dzu@denx.de>
7182
7183 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
7184 Author: Detlev Zundel <dzu@denx.de>
7185 Date:   Fri Mar 27 15:03:54 2009 +0100
7186
7187     MAINTAINERS: Keep list sorted.
7188
7189     Signed-off-by: Detlev Zundel <dzu@denx.de>
7190
7191 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
7192 Author: Mike Frysinger <vapier@gentoo.org>
7193 Date:   Thu Mar 26 11:17:41 2009 -0400
7194
7195     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
7196
7197     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
7198
7199     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7200     CC: Ben Warren <biggerbadderben@gmail.com>
7201
7202 commit 76756e41cde0a617e781a604cc47dfaef63697cd
7203 Author: Heiko Schocher <hs@denx.de>
7204 Date:   Thu Mar 26 07:33:59 2009 +0100
7205
7206     ppc: cleanup compiler errors/warnings
7207
7208     Current u-boot top of tree builds with warnings/errors for
7209     the following boards:
7210
7211     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
7212     RPXClassic debris PN62
7213
7214     following patch solves this.
7215
7216     Signed-off-by: Heiko Schocher <hs@denx.de>
7217     Acked-by: Mike Frysinger <vapier@gentoo.org>
7218
7219 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
7220 Author: Stefan Roese <sr@denx.de>
7221 Date:   Thu Mar 26 16:14:13 2009 +0100
7222
7223     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
7224
7225     This patch fixes a bug in the Sequoia TLB init code to reconfigure
7226     the correct TLB (boot space) after running from RAM. This bug was
7227     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
7228     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
7229     TLB in the Sequoia init.S file.
7230
7231     Signed-off-by: Stefan Roese <sr@denx.de>
7232
7233 commit e2b66fe453a3679f807b37fc5923d89214302764
7234 Author: Wolfgang Denk <wd@denx.de>
7235 Date:   Thu Mar 26 10:00:57 2009 +0100
7236
7237     ads5121: enable instruction cache
7238
7239     Enabling the instruction cache significantly accelerates U-Boot
7240     operations like CRC checking, image uncompression, etc.
7241
7242     Kudos to Andrea Scian for pointing out.
7243
7244     Signed-off-by: Wolfgang Denk <wd@denx.de>
7245
7246 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
7247 Author: Jon Smirl <jonsmirl@gmail.com>
7248 Date:   Sun Mar 22 22:55:45 2009 -0400
7249
7250     mpc5200: suppress printf until console initialized
7251
7252     On boards which have the environment in eeprom, i2c_init() is called
7253     before the console and RAM are initialized.
7254     Suppress printfs until the console is initialized.
7255
7256     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
7257     Acked-by: Heiko Schocher <hs@denx.de>
7258
7259 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
7260 Author: Guennadi Liakhovetski <lg@denx.de>
7261 Date:   Wed Mar 25 11:36:50 2009 +0100
7262
7263     ARM: Add the imx31_phycore_eet board to MAKEALL
7264
7265     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7266
7267 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
7268 Author: Nishanth Menon <nm@ti.com>
7269 Date:   Wed Mar 25 22:13:56 2009 +0100
7270
7271     OMAP3:Beagle: Enable mtdparts
7272
7273     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
7274     provides a flexible way to create and maintain u-boot mtd
7275     partitions. This allows commands such as "nand erase fs"
7276     to work and the user no longer needs to decode the absolute
7277     nand offsets. This patch enables this function for beagleboard
7278
7279     Signed-off-by: Nishanth Menon <nm@ti.com>
7280     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7281
7282 commit 4de1a5daab079ddc8ce1274144700203d692105c
7283 Author: Mike Frysinger <vapier@gentoo.org>
7284 Date:   Sun Feb 22 16:26:35 2009 -0500
7285
7286     Blackfin: bf537-stamp: split post code out into dedicated post.c
7287
7288     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7289
7290 commit 5e8f245743ed14c89e495ba2c027703db9813160
7291 Author: Mike Frysinger <vapier@gentoo.org>
7292 Date:   Sat Oct 11 22:51:56 2008 -0400
7293
7294     Blackfin: add support for S25FL128 parts
7295
7296     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7297
7298 commit bf1e028bf3eab1d702fa0627cade4460688f3913
7299 Author: Mike Frysinger <vapier@gentoo.org>
7300 Date:   Sat Oct 11 22:51:23 2008 -0400
7301
7302     Blackfin: overhaul SPI flash handling to speed things up
7303
7304     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7305
7306 commit efcc08cededa2168b96f12a22a5872340880d334
7307 Author: Mike Frysinger <vapier@gentoo.org>
7308 Date:   Sat Oct 11 22:51:05 2008 -0400
7309
7310     Blackfin: add support for SST SPI flashes
7311
7312     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7313
7314 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
7315 Author: Mike Frysinger <vapier@gentoo.org>
7316 Date:   Sat Oct 11 22:50:10 2008 -0400
7317
7318     Blackfin: add hack for crappy m25p80
7319
7320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7321
7322 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
7323 Author: Mike Frysinger <vapier@gentoo.org>
7324 Date:   Wed Jan 21 20:47:12 2009 -0500
7325
7326     Blackfin: bf537-stamp: increase monitor size
7327
7328     The new jffs2 code pushed the code size just over the limit, so increase
7329     the limit a bit more.
7330
7331     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7332
7333 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
7334 Author: Mike Frysinger <vapier@gentoo.org>
7335 Date:   Mon Dec 8 16:16:11 2008 -0500
7336
7337     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
7338
7339     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
7340     increase the speed of SCLK to 125MHz rather than 100MHz.
7341
7342     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7343
7344 commit 751e54c3b77311b720b794813cce20546f288ada
7345 Author: Mike Frysinger <vapier@gentoo.org>
7346 Date:   Sat Oct 11 22:44:14 2008 -0400
7347
7348     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
7349
7350     Use the common net eth functions to setup the env/global data with the MAC
7351     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
7352
7353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7354
7355 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
7356 Author: Mike Frysinger <vapier@gentoo.org>
7357 Date:   Tue Dec 9 13:47:39 2008 -0500
7358
7359     Blackfin: add clkin_hz= to default kernel command line for ADI boards
7360
7361     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7362
7363 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
7364 Author: Mike Frysinger <vapier@gentoo.org>
7365 Date:   Sun Oct 12 23:49:13 2008 -0400
7366
7367     Blackfin: bf533-stamp: bump up default clocks
7368
7369     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
7370     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
7371
7372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7373
7374 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
7375 Author: Mike Frysinger <vapier@gentoo.org>
7376 Date:   Sat Oct 11 22:40:22 2008 -0400
7377
7378     Blackfin: bf533-stamp: rewrite startup LED notifications
7379
7380     Again, don't clobber pins that we aren't actually using, and use the common
7381     LED framework rather than our own hob-job-but-not-really-working.
7382
7383     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7384
7385 commit cf6f469e2730fc8ab3523808b828be000d6eee77
7386 Author: Mike Frysinger <vapier@gentoo.org>
7387 Date:   Sun Jun 1 09:09:48 2008 -0400
7388
7389     Blackfin: unify common ADI board settings
7390
7391     Rather than duplicate the same ADI settings in every ADI board, create a
7392     common ADI config header and have all ADI boards start using that.  This
7393     will also make merging the ~10 boards I have to forward port a lot easier.
7394
7395     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7396
7397 commit 196c74311f394c6eb08bd9ab07a35671299b9851
7398 Author: Kyungmin Park <kmpark@infradead.org>
7399 Date:   Tue Mar 3 09:05:53 2009 +0900
7400
7401     Reduce OneNAND IPL common code
7402
7403     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
7404     bootloader, but it's common code used about 300~400 bytes. So board
7405     specific codes, such as lowlevel_init, can't has enough code. It make
7406     a difficult to implement OneNAND IPL.
7407
7408     his patch make this common code as small as possible. and give
7409     lowlevel_init can have more codes.
7410
7411     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7412     Signed-off-by: Scott Wood <scottwood@freescale.com>
7413
7414 commit 16f2f5a351004129e79e79816697a367fd9e5446
7415 Author: Wolfgang Grandegger <wg@grandegger.com>
7416 Date:   Wed Feb 11 18:38:24 2009 +0100
7417
7418     Add multi-chip NAND support for the TQM8548 modules
7419
7420     This patches configures the NAND UPM-FSL driver with multi-chip
7421     support for the Micron MT29F8G08FAB NAND flash memory on the
7422     TQM8548 modules.
7423
7424     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7425     Signed-off-by: Scott Wood <scottwood@freescale.com>
7426
7427 commit 33846df28fa1f4cf96a96c18142d48d813caa892
7428 Author: Wolfgang Grandegger <wg@grandegger.com>
7429 Date:   Wed Feb 11 18:38:23 2009 +0100
7430
7431     Add wait flags to support board/chip specific delays
7432
7433     The NAND flash on the TQM8548_BE modules requires a short delay after
7434     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
7435     requires a further short delay after writing out a buffer. Normally the
7436     R/B pin should be checked, but it's not connected on the TQM8548_BE.
7437     The corresponding Linux FSL UPM driver uses similar delay points at the
7438     same locations. To manage these extra delays in a more general way, I
7439     introduced the "wait_flags" field allowing the board-specific driver to
7440     specify various types of extra delay.
7441
7442     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7443     Signed-off-by: Scott Wood <scottwood@freescale.com>
7444
7445 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
7446 Author: Wolfgang Grandegger <wg@grandegger.com>
7447 Date:   Wed Feb 11 18:38:22 2009 +0100
7448
7449     Add support for TQM-specific chip select logic to FSL-UPM
7450
7451     For the NAND chips on the TQM8548 modules, a special chip-select logic is
7452     used. It uses dedicated address lines to be set via UPM machine address
7453     register (mar). This patch adds such support to the FSL-UPM driver.
7454
7455     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7456     Signed-off-by: Scott Wood <scottwood@freescale.com>
7457
7458 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
7459 Author: Wolfgang Grandegger <wg@grandegger.com>
7460 Date:   Wed Feb 11 18:38:21 2009 +0100
7461
7462     Add multi chip support to the FSL-UPM driver
7463
7464     This patch adds support for multi-chip NAND devices to the FSL-UPM
7465     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
7466     called with the argument "chip_nr" to allow testing the proper chip
7467     select line. The NAND support of the MPC8360ERDK is updated as well.
7468     No other boards are currently using the FSL UPM driver.
7469
7470     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7471     Signed-off-by: Scott Wood <scottwood@freescale.com>
7472
7473 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
7474 Author: Wolfgang Grandegger <wg@grandegger.com>
7475 Date:   Wed Feb 11 18:38:20 2009 +0100
7476
7477     Enable multi chip support in the NAND layer
7478
7479     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
7480     Multi-chips devices are displayed as shown:
7481
7482       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
7483
7484     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7485     Signed-off-by: Scott Wood <scottwood@freescale.com>
7486
7487 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
7488 Author: Mike Frysinger <vapier@gentoo.org>
7489 Date:   Sat Oct 11 21:58:33 2008 -0400
7490
7491     Blackfin: put memory into self-refresh before/after programming clocks
7492
7493     When initializing the core clocks, stick external memory into self-refresh.
7494     This gains us a few cool things:
7495      - support suspend-to-RAM with Linux
7496      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
7497      - make sure settings are stable before flashing new version
7498      - finally fully unify initialize startup code path between LDR/non-LDR
7499
7500     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7501
7502 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
7503 Author: Mike Frysinger <vapier@gentoo.org>
7504 Date:   Sat Oct 11 21:56:08 2008 -0400
7505
7506     Blackfin: do not program voltage regulator on parts that do not have one
7507
7508     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
7509     regulator, so do not attempt to program the memory as if it does.
7510
7511     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7512
7513 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
7514 Author: Mike Frysinger <vapier@gentoo.org>
7515 Date:   Sun Jun 1 01:28:24 2008 -0400
7516
7517     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
7518
7519     If the board config does not specify an explicit EBIU_SDBCTL value, set it
7520     up with sane values based on other configuration options.
7521
7522     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7523
7524 commit 3986e981f565c08f10c7e526af8cb518d741c349
7525 Author: Mike Frysinger <vapier@gentoo.org>
7526 Date:   Sat Dec 6 18:06:58 2008 -0500
7527
7528     Blackfin: handle reboot anomaly 432
7529
7530     Workaround anomaly 432:
7531     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
7532     register before executing the PLL programming sequence.  Therefore, any
7533     interrupt enabled in the SIC_IWR1 register prior to the call to
7534     bfrom_SysControl() can prematurely terminate the idle sequence required
7535     for the PLL to relock properly. SIC_IWR0 is properly handled.
7536
7537     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7538
7539 commit 7e1d212b6da492c6ea32c62af92e185284f41291
7540 Author: Mike Frysinger <vapier@gentoo.org>
7541 Date:   Sat Oct 18 04:04:49 2008 -0400
7542
7543     Blackfin: kill off LDR jump block
7544
7545     The Boot ROM uses EVT1 as the entry point so set that rather than having
7546     to use a tiny jump block in the default EVT1 location.
7547
7548     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7549
7550 commit a75fa148d60b1975403441e45565621bba50d2d9
7551 Author: Mike Frysinger <vapier@gentoo.org>
7552 Date:   Tue Jan 6 10:00:48 2009 -0500
7553
7554     Blackfin: simplify symbol_lookup() a bit
7555
7556     No need to skip a byte as the symbol table handles this.
7557
7558     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7559
7560 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
7561 Author: Mike Frysinger <vapier@gentoo.org>
7562 Date:   Sat Feb 7 05:43:21 2009 -0500
7563
7564     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
7565
7566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7567
7568 commit 58130f8920151d9e8942bbdf3388f2defb47e415
7569 Author: Mike Frysinger <vapier@gentoo.org>
7570 Date:   Sat Feb 7 05:41:17 2009 -0500
7571
7572     Blackfin: drop SPORT_TX read helper macros
7573
7574     The SPORT_TX registers cannot be read (the hardware will trigger an error),
7575     so drop the read helper macros.
7576
7577     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7578
7579 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
7580 Author: Mike Frysinger <vapier@gentoo.org>
7581 Date:   Sat Feb 7 05:25:35 2009 -0500
7582
7583     Blackfin: unify duplicate CPU port definitions
7584
7585     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7586
7587 commit 744fd240d181b0b05b1436e1b655c9a62526c752
7588 Author: Mike Frysinger <vapier@gentoo.org>
7589 Date:   Fri Feb 6 00:59:50 2009 -0500
7590
7591     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
7592
7593     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
7594     are no longer used/needed.
7595
7596     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7597
7598 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
7599 Author: Mike Frysinger <vapier@gentoo.org>
7600 Date:   Mon Oct 6 04:01:26 2008 -0400
7601
7602     Blackfin: print out Flash: before checking it
7603
7604     If there is some problem in the flash init/checking code, it's nicer to see
7605     the message "Flash:" before crashing.  This way the source of the problem
7606     is a bit more straightforward.
7607
7608     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7609
7610 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
7611 Author: Mike Frysinger <vapier@gentoo.org>
7612 Date:   Thu Aug 7 15:33:09 2008 -0400
7613
7614     Blackfin: safely flush data caches when in writeback mode
7615
7616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7617
7618 commit c06f2b13022703611bc3e512bd34f9014a46f448
7619 Author: Mike Frysinger <vapier@gentoo.org>
7620 Date:   Thu Aug 7 13:21:48 2008 -0400
7621
7622     Blackfin: update lockbox api according to latest documentation
7623
7624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7625
7626 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
7627 Author: Mike Frysinger <vapier@gentoo.org>
7628 Date:   Sat Oct 11 21:49:06 2008 -0400
7629
7630     Blackfin: mark bfin_reset static
7631
7632     The function is only used locally, so mark it static.
7633
7634     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7635
7636 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
7637 Author: Sonic Zhang <Sonic.Zhang@analog.com>
7638 Date:   Fri Mar 20 19:28:20 2009 -0400
7639
7640     Blackfin: spi: there is no PORTJ_FER MMR on BF537
7641
7642     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
7643     then there is no PORTJ_FER register for us to worry about.
7644
7645     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
7646     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7647
7648 commit e82b762f293debc53c5afa90f37264f6b07520f9
7649 Author: Mike Frysinger <vapier@gentoo.org>
7650 Date:   Tue Mar 17 13:58:23 2009 -0400
7651
7652     Blackfin: fix jtag console tstc
7653
7654     The jtag tstc operation was checking the hardware to see if data is
7655     available from it (which is fine for the jtag getc operation), but the
7656     higher layers need to know whether any data is available.  Since we have
7657     to read up to 4 bytes at a time from the hardware, the higher layers need
7658     to know they can consume the cached bytes as well.
7659
7660     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7661
7662 commit bc683f58b1f1d8d20546fe019483967a51a49df1
7663 Author: Mike Frysinger <vapier@gentoo.org>
7664 Date:   Sun Feb 22 16:23:41 2009 -0500
7665
7666     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
7667
7668     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7669
7670 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
7671 Author: Mike Frysinger <vapier@gentoo.org>
7672 Date:   Sun Feb 22 16:02:27 2009 -0500
7673
7674     Blackfin: unify net-related init code
7675
7676     Unify all of the net-related init code in the common Blackfin board init
7677     code to clean up the ifdef mess a bit.
7678
7679     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7680
7681 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
7682 Author: Mike Frysinger <vapier@gentoo.org>
7683 Date:   Wed Feb 18 12:51:48 2009 -0500
7684
7685     Blackfin: fix SWRST/SYSCR register sizes
7686
7687     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7688
7689 commit a9d6777d39154978b9ef9c682b2627a3480b194c
7690 Author: Mike Frysinger <vapier@gentoo.org>
7691 Date:   Wed Feb 18 12:51:31 2009 -0500
7692
7693     Blackfin: update anomaly lists
7694
7695     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7696
7697 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
7698 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7699 Date:   Thu Mar 19 18:31:38 2009 +0100
7700
7701     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
7702
7703     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7704     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7705
7706 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
7707 Author: Eric Schumann <E.Schumann@phytec.de>
7708 Date:   Sat Mar 21 09:59:34 2009 -0400
7709
7710     Make flash protection work, when the environment is in EEPROM
7711
7712     On the pcm030 the environment is located in the onboard EEPROM. But we want
7713     to handle flash sector protection in a safe manner. So we must read the
7714     unlock environment variable from EEPROM instead from flash.
7715
7716     This patch is required as long the evironment is saved into the EEPROM.
7717
7718     Stefan: Additional change as suggested by Wolfgang, use bigger char array
7719     (instead of 4).
7720
7721     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
7722     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7723     Acked-by: Wolfgang Denk <wd@denx.de>
7724     Signed-off-by: Stefan Roese <sr@denx.de>
7725
7726 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
7727 Author: Jon Smirl <jonsmirl@gmail.com>
7728 Date:   Sat Mar 21 11:17:56 2009 -0400
7729
7730     Add define for mpc5200 CDM_CLK_ENA
7731
7732     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
7733
7734 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
7735 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
7736 Date:   Sun Mar 22 14:48:16 2009 +0100
7737
7738     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
7739
7740     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
7741
7742     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
7743     It is essentially the same, with a few minor differences.
7744
7745     Here is the chip page on Atmel website:
7746     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
7747
7748     Signed-off-by: Justin Waters <justin.waters@timesys.com>
7749     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
7750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7751
7752 commit 118d168035cc93f586da4812c89cb153eb9f4243
7753 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7754 Date:   Sun Mar 22 14:28:14 2009 +0100
7755
7756     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
7757
7758     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7759
7760 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
7761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7762 Date:   Sun Mar 22 14:28:13 2009 +0100
7763
7764     cmc_pu2: fix misc_init_r prototype
7765
7766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7767
7768 commit 53158aea995221706b42c7bad9f717b31ae20414
7769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7770 Date:   Sun Jan 11 03:32:01 2009 +0100
7771
7772     at91sam9xeek: fix soc name
7773
7774     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7775
7776 commit 74c076d6c33d6d42ab065541a38383587879e7b7
7777 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7778 Date:   Sun Mar 22 10:22:34 2009 +0100
7779
7780     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
7781
7782     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7783
7784 commit 163966087d62680547f188a93c61d01c8155254e
7785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7786 Date:   Sat Mar 21 21:08:01 2009 +0100
7787
7788     atmel/at91/boards: compile dataflash partition only when dataflash is
7789
7790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7791
7792 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
7793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7794 Date:   Sat Mar 21 21:08:00 2009 +0100
7795
7796     at91sam9/at91cap: move common macb initialisation to cpu
7797
7798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7799
7800 commit f3f91f886bc8927fd692ac411b7423a87ffec532
7801 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7802 Date:   Sat Mar 21 21:08:00 2009 +0100
7803
7804     at91sam9/at91cap: move common usb host initialisation to cpu
7805
7806     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7807
7808 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
7809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7810 Date:   Sat Mar 21 21:08:00 2009 +0100
7811
7812     at91sam9/at91cap: move common led management to cpu
7813
7814     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7815
7816 commit 7ebafb7ec1a0285af8380623c009576f92583b98
7817 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7818 Date:   Sat Mar 21 21:07:59 2009 +0100
7819
7820     at91sam9/at91cap: move common spi initialisation to cpu
7821
7822     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7823
7824 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
7825 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7826 Date:   Sat Mar 21 21:07:59 2009 +0100
7827
7828     at91sam9/at91cap: move common serial initialisation to cpu
7829
7830     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7831
7832 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
7833 Author: Wolfgang Denk <wd@denx.de>
7834 Date:   Sat Mar 21 22:04:41 2009 +0100
7835
7836     Prepare 2009.03
7837
7838     Update CHANGELOG
7839
7840     Signed-off-by: Wolfgang Denk <wd@denx.de>
7841
7842 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
7843 Author: Vivek Kutal <vivek.kutal@azingo.com>
7844 Date:   Mon Feb 23 21:35:11 2009 +0530
7845
7846     Replaced endpoint numbers with appropriate macros in usbtty.c.
7847
7848     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
7849     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7850
7851 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
7852 Author: Michael Lawnick <ml.lawnick@gmx.de>
7853 Date:   Thu Mar 19 10:06:41 2009 +0100
7854
7855     UBIFS: Missing offset relocation for compressor 'none'
7856
7857     On systems where U-Boot is linked to another address than it really lays
7858     (e.g. backup image), calls via function pointers must be fixed with a
7859     '+= gd->reloc_off'.
7860     This was not done for none_compr in ubifs_compressors_init() what leads
7861     to system crash on ubifsmount command.
7862
7863     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
7864     Acked-by: Stefan Roese <sr@denx.de>
7865
7866 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
7867 Author: Stefan Roese <sr@denx.de>
7868 Date:   Thu Mar 19 15:35:50 2009 +0100
7869
7870     UBIFS: Add UBIFS commands
7871
7872     This patchset adds these UBIFS related commands:
7873
7874     - ubifsmount
7875       Mount an UBIFS volume
7876
7877     - ubifsls
7878       List a directory of the mounted UBIFS volume
7879
7880     - ubifsload
7881       Load a file from the mounted UBIFS volume to memory
7882
7883     Signed-off-by: Stefan Roese <sr@denx.de>
7884
7885 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
7886 Author: Stefan Roese <sr@denx.de>
7887 Date:   Thu Mar 19 15:35:05 2009 +0100
7888
7889     UBIFS: Implement read-only UBIFS support in U-Boot
7890
7891     The U-Boot UBIFS implementation is largely a direct copy from the current
7892     Linux version (2.6.29-rc6). As already done in the UBI version we have an
7893     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
7894     ...). This makes it possible to use the original Linux code with very
7895     little changes. And by this we can better update to later Linux versions.
7896
7897     I removed some of the Linux features that are not used in the U-Boot
7898     version (e.g. garbage-collection, write support).
7899
7900     Signed-off-by: Stefan Roese <sr@denx.de>
7901     CC: Artem Bityutskiy <dedekind@infradead.org>
7902     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
7903
7904 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
7905 Author: Stefan Roese <sr@denx.de>
7906 Date:   Thu Mar 19 15:34:56 2009 +0100
7907
7908     Add LZO decompressor support
7909
7910     This patch adds LZO decompression support to U-Boot. It is needed for
7911     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
7912     decompressor. Since we only support read-only in UBIFS, only the
7913     decompressor is needed.
7914
7915     All this is copied with minor changes from the current Linux kernel
7916     version (2.6.28-rc8).
7917
7918     This patch only implements this LZO decompressor support for PPC.
7919     Other platforms using UBIFS will have to add the required
7920     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
7921     from the Linux source tree as I have done it for PPC in this patch.
7922
7923     Signed-off-by: Stefan Roese <sr@denx.de>
7924
7925 commit 68d7d65100e84df00bca971c114092731b441090
7926 Author: Stefan Roese <sr@denx.de>
7927 Date:   Thu Mar 19 13:30:36 2009 +0100
7928
7929     Separate mtdparts command from jffs2
7930
7931     Currently the mtdparts commands are included in the jffs2 command support.
7932     This doesn't make sense anymore since other commands (e.g. UBI) use this
7933     infrastructure as well now. This patch separates the mtdparts commands from
7934     the jffs2 commands making it possible to only select mtdparts when no JFFS2
7935     support is needed.
7936
7937     Signed-off-by: Stefan Roese <sr@denx.de>
7938     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7939
7940 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
7941 Author: Stefan Roese <sr@denx.de>
7942 Date:   Wed Feb 25 12:11:15 2009 +0100
7943
7944     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
7945
7946     Signed-off-by: Stefan Roese <sr@denx.de>
7947
7948 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
7949 Author: Grzegorz Bernacki <gjb@semihalf.com>
7950 Date:   Tue Mar 17 10:06:40 2009 +0100
7951
7952     Add support for the digsy MTC board.
7953
7954     This is the InterControl custom device based on the MPC5200B chip.
7955
7956     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
7957
7958 commit ff7dc067369e30066744f096995aef7d97574d15
7959 Author: Stefan Roese <sr@denx.de>
7960 Date:   Mon Feb 23 16:52:36 2009 +0100
7961
7962     powerpc: Fix compilation warning in board.c
7963
7964     Fix this warning:
7965
7966     board.c: In function 'board_init_r':
7967     board.c:653: warning: unused variable 'i'
7968     board.c:651: warning: unused variable 'e'
7969
7970     Signed-off-by: Stefan Roese <sr@denx.de>
7971
7972 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
7973 Author: Stefan Roese <sr@denx.de>
7974 Date:   Mon Feb 23 16:42:51 2009 +0100
7975
7976     ppc4xx: Don't write the MAC address into the internal SoC registers
7977
7978     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
7979     addresses into the SoC registers instead.
7980
7981     Signed-off-by: Stefan Roese <sr@denx.de>
7982
7983 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
7984 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7985 Date:   Fri Feb 20 10:19:19 2009 +0100
7986
7987     ppc4xx: Use correct io accessors for esd 405/440 boards
7988
7989     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
7990     macros. Also volatile pointer references are replaced by the
7991     new accessors.
7992
7993     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7994     Signed-off-by: Stefan Roese <sr@denx.de>
7995
7996 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
7997 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7998 Date:   Fri Feb 20 10:19:18 2009 +0100
7999
8000     ppc4xx: Use correct io accessors for esd 405 boards
8001
8002     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
8003     macros. Also volatile pointer references are replaced by the
8004     new accessors.
8005
8006     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8007     Signed-off-by: Stefan Roese <sr@denx.de>
8008
8009 commit a59205d1519375d027f97a545ad642ab20fce6f8
8010 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8011 Date:   Fri Feb 20 10:19:17 2009 +0100
8012
8013     ppc4xx: Cleanup linker scripts of esd 4xx boards
8014
8015     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8016     Signed-off-by: Stefan Roese <sr@denx.de>
8017
8018 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
8019 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8020 Date:   Fri Feb 20 10:19:16 2009 +0100
8021
8022     ppc4xx: Update TEXT_BASE for DASA_SIM boards
8023
8024     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
8025
8026     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8027     Signed-off-by: Stefan Roese <sr@denx.de>
8028
8029 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
8030 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8031 Date:   Fri Feb 20 10:19:15 2009 +0100
8032
8033     ppc4xx: DU405 maintenance fix
8034
8035     -strip unused features
8036     -fix resetting phy
8037
8038     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8039     Signed-off-by: Stefan Roese <sr@denx.de>
8040
8041 commit 75511b47ac2647be48218dbb93af05b21f404f67
8042 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8043 Date:   Fri Feb 20 10:19:14 2009 +0100
8044
8045     ppc4xx: Abort autoboot only by space key on CPCI405 boards
8046
8047     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8048     Signed-off-by: Stefan Roese <sr@denx.de>
8049
8050 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
8051 Author: Graeme Russ <graeme.russ@gmail.com>
8052 Date:   Tue Feb 24 21:14:56 2009 +1100
8053
8054     Add basic relocation to i386 port
8055
8056     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
8057
8058 commit 8c63d47651f77d9fb887cad433370b866eb0a193
8059 Author: Graeme Russ <graeme.russ@gmail.com>
8060 Date:   Tue Feb 24 21:14:45 2009 +1100
8061
8062     Implement SC520 timers
8063
8064     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
8065
8066 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
8067 Author: Graeme Russ <graeme.russ@gmail.com>
8068 Date:   Tue Feb 24 21:14:32 2009 +1100
8069
8070     Factor out SC520 sub-features
8071
8072     Moved sub-features of the SC520 code which is currently selectively compiled
8073     using #ifdef out of sc520.c into individual files selectively compiled via
8074     the makefile
8075
8076     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
8077
8078 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
8079 Author: Graeme Russ <graeme.russ@gmail.com>
8080 Date:   Tue Feb 24 21:13:40 2009 +1100
8081
8082     Rewrite i386 interrupt handling
8083
8084     Rewrite interrupt handling functionality for the i386 port. Separated
8085     functionality into separate CPU and Architecture components.
8086
8087     It appears as if the i386 interrupt handler functionality was intended
8088     to allow multiple handlers to be installed for a given interrupt.
8089     Unfortunately, this functionality was not fully implemented and also
8090     had the problem that irq_free_handler() does not allow the passing
8091     of the handler function pointer and therefore could never be used to
8092     free specific handlers that had been installed for a given IRQ.
8093
8094     There were also various issues with array bounds not being fully
8095     tested.
8096
8097     I had two objectives in mind for the new implementation:
8098
8099     1) Keep the implementation as similar as possible to existing
8100        implementations. To that end, I have used the leon2/3
8101        implementations as the reference
8102
8103     2) Seperate CPU and Architecture specific elements. All specific i386
8104        interrupt functionality is now in cpu/i386/ with the high level
8105        API and architecture specific code in lib_i386. Functionality
8106        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
8107        been further split out into an individual file to allow for the
8108        implementation of the PIC architecture of the SC520 CPU (supports
8109        more IRQs)
8110
8111     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
8112
8113 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
8114 Author: Graeme Russ <graeme.russ@gmail.com>
8115 Date:   Tue Feb 24 21:12:35 2009 +1100
8116
8117     Move ali512x.h
8118
8119     Moved ali512x.h from include/asm-i386/ic/ to /include
8120
8121     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
8122
8123 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
8124 Author: Graeme Russ <graeme.russ@gmail.com>
8125 Date:   Tue Feb 24 21:12:20 2009 +1100
8126
8127     Rename SC520 Configuration Options
8128
8129     Options are now all uniformly CONFIG_SYS_SC520_<option>
8130
8131     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
8132
8133 commit f62fb99941c625605aa16a0097b396a5c16d2c88
8134 Author: Trent Piepho <xyzzy@speakeasy.org>
8135 Date:   Wed Feb 18 15:22:05 2009 -0800
8136
8137     Fix all linker script to handle all rodata sections
8138
8139     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
8140     which needs to be added the the linker script.  Instead of just adding this
8141     one section, we use a wildcard ".rodata*" to get all rodata linker section
8142     gcc has now and might add in the future.
8143
8144     However, '*(.rodata*)' by itself will result in sub-optimal section
8145     ordering.  The sections will be sorted by object file, which causes extra
8146     padding between the unaligned rodata.str.1.1 of one object file and the
8147     aligned rodata of the next object file.  This is easy to fix by using the
8148     SORT_BY_ALIGNMENT command.
8149
8150     This patch has not be tested one most of the boards modified.  Some boards
8151     have a linker script that looks something like this:
8152
8153     *(.text)
8154     . = ALIGN(16);
8155     *(.rodata)
8156     *(.rodata.str1.4)
8157     *(.eh_frame)
8158
8159     I change this to:
8160
8161     *(.text)
8162     . = ALIGN(16);
8163     *(.eh_frame)
8164     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
8165
8166     This means the start of rodata will no longer be 16 bytes aligned.
8167     However, the boundary between text and rodata/eh_frame is still aligned to
8168     16 bytes, which is what I think the real purpose of the ALIGN call is.
8169
8170     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
8171
8172 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
8173 Author: Mike Frysinger <vapier@gentoo.org>
8174 Date:   Wed Feb 11 18:26:08 2009 -0500
8175
8176     remove bi_enet*addr from global data for all arches
8177
8178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8179     CC: Ben Warren <biggerbadderben@gmail.com>
8180     CC: Daniel Hellstrom <daniel@gaisler.com>
8181     CC: Michal Simek <monstr@seznam.cz>
8182     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8183     CC: Scott McNutt <smcnutt@psyent.com>
8184     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8185
8186 commit eb85aa594c1b57a1e3be9689b65171a137a36432
8187 Author: Mike Frysinger <vapier@gentoo.org>
8188 Date:   Wed Feb 11 20:07:19 2009 -0500
8189
8190     ppc: mark global bi_enet*addr as legacy
8191
8192     The environment is the canonical storage location of the mac address, so
8193     we're killing off the global data location and moving everything to
8194     querying the env directly.
8195
8196     In the ppc case, these things are part of the legacy ABI, so keep them
8197     around but mark them as legacy so no new code will touch them.
8198
8199     Also stop calling load_sernum_ethaddr() since all boards now implement
8200     this as a stub.
8201
8202     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8203     CC: Ben Warren <biggerbadderben@gmail.com>
8204
8205 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
8206 Author: Mike Frysinger <vapier@gentoo.org>
8207 Date:   Wed Feb 11 20:09:52 2009 -0500
8208
8209     boards: get mac address from env and move load_sernum_ethaddr() to board init
8210
8211     The environment is the canonical storage location of the mac address, so
8212     we're killing off the global data location and moving everything to
8213     querying the env directly.
8214
8215     Rather than have common ppc code call a board-specific function like
8216     load_sernum_ethaddr(), have each board call it in its own board-specific
8217     misc_init_r() function.
8218
8219     The boards that get converted here are:
8220         - kup4k/kup4x
8221         - pcs440ep
8222         - tqm8xx
8223
8224     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8225     CC: Ben Warren <biggerbadderben@gmail.com>
8226     CC: Stefan Roese <sr@denx.de>
8227
8228 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
8229 Author: Mike Frysinger <vapier@gentoo.org>
8230 Date:   Wed Feb 11 19:55:01 2009 -0500
8231
8232     cmc_pu2: get mac address from environment
8233
8234     The environment is the canonical storage location of the mac address, so
8235     we're killing off the global data location and moving everything to
8236     querying the env directly.
8237
8238     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
8239     handle this board specially in common ARM code.
8240
8241     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8242     CC: Ben Warren <biggerbadderben@gmail.com>
8243
8244 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
8245 Author: Mike Frysinger <vapier@gentoo.org>
8246 Date:   Mon Feb 16 18:03:14 2009 -0500
8247
8248     boards: move board_get_enetaddr() into board-specific init
8249
8250     The environment is the canonical storage location of the mac address, so
8251     we're killing off the global data location and moving everything to
8252     querying the env directly.
8253
8254     Rather than have the common ppc code have board-specific hooks, move the
8255     board_get_enetaddr() function into the board-specific init functions.
8256
8257     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8258     CC: Ben Warren <biggerbadderben@gmail.com>
8259
8260 commit f11e6ff5b1859d9213f0d501b3309e065f487543
8261 Author: Mike Frysinger <vapier@gentoo.org>
8262 Date:   Wed Feb 11 19:39:55 2009 -0500
8263
8264     arm: get mac address from environment
8265
8266     The environment is the canonical storage location of the mac address, so
8267     we're killing off the global data location and moving everything to
8268     querying the env directly.
8269
8270     Some warts are remaining and should be killed off (by moving the func to
8271     the appropriate board init code):
8272         - davinci_eth_set_mac_addr
8273         - cs8900_get_enetaddr
8274         - smc_set_mac_addr
8275
8276     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8277     CC: Ben Warren <biggerbadderben@gmail.com>
8278
8279 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
8280 Author: Mike Frysinger <vapier@gentoo.org>
8281 Date:   Wed Feb 11 19:36:20 2009 -0500
8282
8283     nx823: get mac address from environment
8284
8285     The environment is the canonical storage location of the mac address, so
8286     we're killing off the global data location and moving everything to
8287     querying the env directly.
8288
8289     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
8290     into misc_init_r() as is the env setup.  This lets us kill off the former
8291     function in the process.
8292
8293     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8294     CC: Ben Warren <biggerbadderben@gmail.com>
8295
8296 commit 19b5b533ccd522abeb501d510750693c35e20456
8297 Author: Mike Frysinger <vapier@gentoo.org>
8298 Date:   Wed Feb 11 18:27:18 2009 -0500
8299
8300     lib_*/board.c: do not initialize bi_enet*addr in global data
8301
8302     Since everyone is using the environment for mac address storage, there is
8303     no point in seeding the global data.
8304
8305     The arches that are converted here:
8306         i386
8307         m68k
8308         microblaze
8309         mips
8310         nios
8311         nios2
8312         sh
8313         sparc
8314
8315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8316     CC: Ben Warren <biggerbadderben@gmail.com>
8317     CC: Daniel Hellstrom <daniel@gaisler.com>
8318     CC: Michal Simek <monstr@seznam.cz>
8319     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8320     CC: Scott McNutt <smcnutt@psyent.com>
8321     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8322
8323 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
8324 Author: Mike Frysinger <vapier@gentoo.org>
8325 Date:   Wed Feb 11 19:19:54 2009 -0500
8326
8327     npe: get mac address from environment
8328
8329     The environment is the canonical storage location of the mac address, so
8330     we're killing off the global data location and moving everything to
8331     querying the env directly.
8332
8333     The resulting code can also be simplified even further.
8334
8335     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8336     CC: Stefan Roese <sr@denx.de>
8337     CC: Ben Warren <biggerbadderben@gmail.com>
8338
8339 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
8340 Author: Mike Frysinger <vapier@gentoo.org>
8341 Date:   Wed Feb 11 19:18:41 2009 -0500
8342
8343     cpu/: get mac address from environment
8344
8345     The environment is the canonical storage location of the mac address, so
8346     we're killing off the global data location and moving everything to
8347     querying the env directly.
8348
8349     The cpus that get converted here:
8350         at91rm9200
8351         mpc512x
8352         mpc5xxx
8353         mpc8260
8354         mpc8xx
8355         ppc4xx
8356
8357     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8358     CC: Ben Warren <biggerbadderben@gmail.com>
8359     CC: John Rigby <jrigby@freescale.com>
8360     CC: Stefan Roese <sr@denx.de>
8361
8362 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
8363 Author: Mike Frysinger <vapier@gentoo.org>
8364 Date:   Wed Feb 11 19:09:54 2009 -0500
8365
8366     lan91c96/smc91111/smc911x: get mac address from environment
8367
8368     The environment is the canonical storage location of the mac address, so
8369     we're killing off the global data location and moving everything to
8370     querying the env directly.
8371
8372     Also, do not bother checking the EEPROM if the env is setup.  This
8373     simplifies the code greatly.
8374
8375     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8376     Signed-off-by: Wolfgang Dnek <wd@denx.de>
8377     CC: Ben Warren <biggerbadderben@gmail.com>
8378     CC: Rolf Offermanns <rof@sysgo.de>
8379     CC: Erik Stahlman <erik@vt.edu>
8380     CC: Daris A Nevil <dnevil@snmc.com>
8381     CC: Sascha Hauer <s.hauer@pengutronix.de>
8382
8383 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
8384 Author: Mike Frysinger <vapier@gentoo.org>
8385 Date:   Wed Feb 11 19:14:09 2009 -0500
8386
8387     sh_eth: get mac address from environment
8388
8389     The environment is the canonical storage location of the mac address, so
8390     we're killing off the global data location and moving everything to
8391     querying the env directly.
8392
8393     The sh_eth driver can also be simplified a bit by using enetaddr member of
8394     the eth_device structure.
8395
8396     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8397     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8398     CC: Carlos Munoz <carlos@kenati.com>
8399     CC: Ben Warren <biggerbadderben@gmail.com>
8400
8401 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
8402 Author: Mike Frysinger <vapier@gentoo.org>
8403 Date:   Wed Feb 11 19:06:09 2009 -0500
8404
8405     cs8900: get mac address from environment
8406
8407     The environment is the canonical storage location of the mac address, so
8408     we're killing off the global data location and moving everything to
8409     querying the env directly.
8410
8411     The cs8900 driver also changes slightly in that the hardware is not
8412     consulted if the mac address in the env is sane.
8413
8414     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8415     CC: Marius Groeger <mgroeger@sysgo.de>
8416     CC: Ben Warren <biggerbadderben@gmail.com>
8417
8418 commit c4b8762f11d337e6a9d90c227b2871d65d372469
8419 Author: Mike Frysinger <vapier@gentoo.org>
8420 Date:   Wed Feb 11 19:04:25 2009 -0500
8421
8422     bcm570x: get mac address from environment
8423
8424     The environment is the canonical storage location of the mac address, so
8425     we're killing off the global data location and moving everything to
8426     querying the env directly.
8427
8428     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
8429     no need to pass the NodeAddress as a second parameter.  So drop the second
8430     argument to the LM_SetMacAddress() function (and update the tigon3 driver
8431     accordingly).
8432
8433     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8434     CC: Ben Warren <biggerbadderben@gmail.com>
8435
8436 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
8437 Author: Mike Frysinger <vapier@gentoo.org>
8438 Date:   Wed Feb 11 19:01:26 2009 -0500
8439
8440     drivers/net/: get mac address from environment
8441
8442     The environment is the canonical storage location of the mac address, so
8443     we're killing off the global data location and moving everything to
8444     querying the env directly.
8445
8446     The drivers that get converted here:
8447         3c589
8448         4xx_enet
8449         dc2114x
8450         dm9000x
8451         enc28j60
8452         fsl_mcdmafec
8453         ks8695eth
8454         mcffec
8455         rtl8019
8456         rtl8169
8457         s3c4510b_eth
8458         xilinx_emac
8459         xilinx_emaclite
8460
8461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8462     CC: Ben Warren <biggerbadderben@gmail.com>
8463     CC: Rolf Offermanns <rof@sysgo.de>
8464     CC: Stefan Roese <sr@denx.de>
8465     CC: Sascha Hauer <saschahauer@web.de>
8466     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8467     CC: Greg Ungerer <greg.ungerer@opengear.com>
8468     CC: Xue Ligong <lgxue@hotmail.com>
8469     CC: Masami Komiya <mkomiya@sonare.it>
8470     CC: Curt Brune <curt@cucy.com>
8471     CC: Michal SIMEK <monstr@monstr.eu>
8472
8473 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
8474 Author: Mike Frysinger <vapier@gentoo.org>
8475 Date:   Wed Feb 11 18:38:38 2009 -0500
8476
8477     boards: get mac address from environment
8478
8479     The boards that get converted here to use the environment for the mac
8480     address rather than global data:
8481         debris
8482         mgcoge
8483         mgsuvd
8484         muas3001
8485         netstal
8486         pn62
8487         sixnet
8488         vcma9
8489         xilinx (the ones that use xilinx_enet)
8490
8491     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8492     CC: Ben Warren <biggerbadderben@gmail.com>
8493     CC: Sangmoon Kim <dogoil@etinsys.com>
8494     CC: Heiko Schocher <hs@denx.de>
8495     CC: David Mueller <d.mueller@elsoft.ch>
8496     CC: Niklaus Giger <niklaus.giger@netstal.com>
8497     CC: Wolfgang Grandegger <wg@denx.de>
8498     CC: Dave Ellis <DGE@sixnetio.com>
8499     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
8500
8501 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
8502 Author: Mike Frysinger <vapier@gentoo.org>
8503 Date:   Wed Feb 11 18:36:45 2009 -0500
8504
8505     AmigaOneG3SE/enet: get mac address from environment
8506
8507     Always use the MAC address that is stored in the environment first before
8508     falling back to the ROM.  This also cuts out any comparison steps: if the
8509     mac in the env is sane, the ROM is never consulted.
8510
8511     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8512     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
8513     CC: Ben Warren <biggerbadderben@gmail.com>
8514
8515 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
8516 Author: Mike Frysinger <vapier@gentoo.org>
8517 Date:   Wed Feb 11 18:52:38 2009 -0500
8518
8519     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
8520
8521     Since the ethernet layer handles updating of device addresses itself from
8522     the environment, there is no point in calling eth_set_enetaddr().
8523
8524     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8525     CC: Ben Warren <biggerbadderben@gmail.com>
8526
8527 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
8528 Author: Mike Frysinger <vapier@gentoo.org>
8529 Date:   Wed Feb 11 18:54:07 2009 -0500
8530
8531     lynxkdi: get mac address from environment
8532
8533     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8534     CC: Ben Warren <biggerbadderben@gmail.com>
8535
8536 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
8537 Author: Mike Frysinger <vapier@gentoo.org>
8538 Date:   Wed Feb 11 18:51:43 2009 -0500
8539
8540     bootvx: get mac address from environment
8541
8542     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8543     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
8544     CC: Ben Warren <biggerbadderben@gmail.com>
8545
8546 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
8547 Author: Mike Frysinger <vapier@gentoo.org>
8548 Date:   Wed Feb 11 18:50:10 2009 -0500
8549
8550     bdinfo: get mac address from environment
8551
8552     Add a new print_eth() function to automate the eth*addr env var acquisition
8553     and display.  Affects all arches.
8554
8555     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8556     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8557     CC: Scott McNutt <smcnutt@psyent.com>
8558     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8559     CC: Michal Simek <monstr@seznam.cz>
8560     CC: Daniel Hellstrom <daniel@gaisler.com>
8561     CC: Ben Warren <biggerbadderben@gmail.com>
8562
8563 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
8564 Author: Mike Frysinger <vapier@gentoo.org>
8565 Date:   Wed Feb 11 18:23:48 2009 -0500
8566
8567     net: get mac address from environment and use eth util funcs
8568
8569     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8570     CC: Ben Warren <biggerbadderben@gmail.com>
8571
8572 commit 500b6c51e4c41f4562cb48344af98deb7e342731
8573 Author: Mike Frysinger <vapier@gentoo.org>
8574 Date:   Mon Oct 13 15:06:25 2008 -0400
8575
8576     Blackfin: bfin_mac: force boards to setup the MAC themselves
8577
8578     Since the on-chip MAC does not have an eeprom or similar interface, force
8579     all Blackfin boards that use this driver to setup the board data with a
8580     proper MAC.
8581
8582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8583     CC: Ben Warren <biggerbadderben@gmail.com>
8584
8585 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
8586 Author: Mike Frysinger <vapier@gentoo.org>
8587 Date:   Wed Feb 11 14:12:34 2009 -0500
8588
8589     doc/README.enetaddr: document proper MAC usage
8590
8591     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8592     CC: Ben Warren <biggerbadderben@gmail.com>
8593
8594 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
8595 Author: Mike Frysinger <vapier@gentoo.org>
8596 Date:   Thu Jan 29 19:43:44 2009 -0500
8597
8598     net: new utility functions for working with enetaddr's
8599
8600     Declare new utility functions for converting between the environment
8601     variables (eth*addr) and the binary MAC address representation.  This way
8602     we can unify all the random places that already do this kind of thing.
8603
8604     The functions in question:
8605         eth_parse_enetaddr - "..." -> {...}
8606         eth_getenv_enetaddr - env -> {...}
8607         eth_setenv_enetaddr - {...} -> env
8608
8609     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8610     CC: Ben Warren <biggerbadderben@gmail.com>
8611
8612 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
8613 Author: Mike Frysinger <vapier@gentoo.org>
8614 Date:   Tue Feb 17 00:00:53 2009 -0500
8615
8616     convert print_IPaddr() to %pI4
8617
8618     Now that our printf functions support the %pI4 modifier like the kernel,
8619     let's drop the inflexible print_IPaddr() function and covert over to the
8620     %pI4 modifier.
8621
8622     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8623     CC: Ben Warren <biggerbadderben@gmail.com>
8624
8625 commit 6c6166f52983dac775e3852f9d0f49d033f27108
8626 Author: Mike Frysinger <vapier@gentoo.org>
8627 Date:   Mon Feb 16 23:21:36 2009 -0500
8628
8629     vsprintf: pull updates from Linux kernel
8630
8631     This brings in support for the %p modifier which allows us to easily print
8632     out things like ip addresses, mac addresses, and pointers.
8633
8634     It also converts the rarely used 'q' length modifier to the common 'L'
8635     modifier when dealing with quad types.
8636
8637     While this new code is a bit larger (~1k .text), most of it should be made
8638     up by converting the existing ip/mac address code to use format modifiers.
8639
8640     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8641
8642 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
8643 Author: Jon Smirl <jonsmirl@gmail.com>
8644 Date:   Thu Mar 19 23:04:18 2009 -0400
8645
8646     .gitignore for generated files in api_examples directory
8647
8648     Add .gitignore for generated files in api_examples directory
8649
8650     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
8651     Signed-off-by: Wolfgang Denk <wd@denx.de>
8652
8653 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
8654 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8655 Date:   Wed Mar 18 12:27:04 2009 +0900
8656
8657     net: sh_eth: Remove sh_eth_reset() from halt function
8658
8659     sh_eth_reset is function to reset Ether IP.
8660     The MAC address is stored in IP, but it is initialized by this function.
8661     OS (e.g. Linux Kernel) can not use this device when initialized.
8662     This revises this problem.
8663
8664     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8665
8666 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
8667 Author: Anatolij Gustschin <agust@denx.de>
8668 Date:   Fri Mar 20 12:45:50 2009 +0100
8669
8670     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
8671
8672     PCI outbound address map configuration doesn't match the
8673     PCI memory address range covered by appropriate TLB entry
8674     configuration for canyonlands causing machine check
8675     exceptions while accessing PCI memory regions. This patch
8676     provides a fix for this issue.
8677
8678     Kazuaki Ichinohe observed and reported this issue while
8679     testing display output with PCI ATI video card on canyonlands.
8680
8681     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8682     Signed-off-by: Stefan Roese <sr@denx.de>
8683
8684 commit 7a88601a34132548c3c591ea87ab3468b51121b0
8685 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8686 Date:   Fri Mar 6 10:09:37 2009 -0500
8687
8688     CFI: geometry reversal for STMicro M29W320DT
8689
8690     Follow up to the flash_fixup_stm to fix geometry reversal
8691     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
8692
8693     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8694     Signed-off-by: Stefan Roese <sr@denx.de>
8695
8696 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
8697 Author: Mike Frysinger <vapier@gentoo.org>
8698 Date:   Wed Feb 25 17:29:40 2009 -0500
8699
8700     smc911x_eeprom: update register API
8701
8702     The smc911x driver changed the naming convention for its register funcs,
8703     so update the eeprom code accordingly.
8704
8705     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8706     CC: Ben Warren <biggerbadderben@gmail.com>
8707
8708 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
8709 Author: Grzegorz Bernacki <gjb@semihalf.com>
8710 Date:   Tue Mar 17 10:06:39 2009 +0100
8711
8712     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
8713
8714     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
8715     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
8716     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
8717     Total5200 and will be used by digsy MTC and other boards with
8718     ATA CS on I2C pins.
8719
8720     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
8721
8722 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
8723 Author: Heiko Schocher <hs@denx.de>
8724 Date:   Thu Mar 12 07:37:34 2009 +0100
8725
8726     8xx: add support for new keymile kmsupx4 board.
8727
8728     This patch adds support for the kmsupx4 board from Keymile,
8729     based on a Freescale MPC852T CPU
8730
8731     - serial console on SMC1
8732     - 32 MB SDRAM
8733     - 32 MB NOR Flash
8734     - Ethernet over SCC3
8735     - I2C Bitbang
8736
8737     Signed-off-by: Heiko Schocher <hs@denx.de>
8738
8739 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
8740 Author: Heiko Schocher <hs@denx.de>
8741 Date:   Thu Mar 12 07:37:28 2009 +0100
8742
8743     8xx, mgsuvd: rename board to a more generic name
8744
8745     renaming the "mgsuvd" board port into "km8xx", because
8746     there come more similar boards from keymile.
8747     Compiling the mgsuvd board with "make mgsuvd_config"
8748     remains.
8749
8750     Signed-off-by: Heiko Schocher <hs@denx.de>
8751
8752 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
8753 Author: Heiko Schocher <hs@denx.de>
8754 Date:   Thu Mar 12 07:37:23 2009 +0100
8755
8756     8xx, mgsuvd: Coding Style cleanup config file
8757
8758     Signed-off-by: Heiko Schocher <hs@denx.de>
8759
8760 commit 364123db6730d32330f818b65360d2cd27396667
8761 Author: Heiko Schocher <hs@denx.de>
8762 Date:   Thu Mar 12 07:37:18 2009 +0100
8763
8764     powerpc: common updates for keymile boards
8765
8766     - added to keymile-common.h:
8767       - bootcount support
8768       - COMMAND HISTORY
8769       - CONFIG_AUTO_COMPLETE
8770       - CONFIG_SYS_FLASH_PROTECTION
8771       - JFFS2 support
8772       - CONFIG_VERSION_VARIABLE
8773     - extracted common I2C settings for all boards
8774     - common default environment settings summarized
8775
8776     Signed-off-by: Heiko Schocher <hs@denx.de>
8777
8778 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
8779 Author: Heiko Schocher <hs@denx.de>
8780 Date:   Thu Mar 12 07:37:15 2009 +0100
8781
8782     8xx, icache: enabling ICache not before running from RAM
8783
8784     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
8785     is not enabled before code runs from RAM.
8786
8787     Signed-off-by: Heiko Schocher <hs@denx.de>
8788
8789 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
8790 Author: Heiko Schocher <hs@denx.de>
8791 Date:   Thu Mar 12 07:37:11 2009 +0100
8792
8793     82xx, mgcoge: fix environment sector size
8794
8795     Size of one environment sector is 0x20000.
8796
8797     Signed-off-by: Heiko Schocher <hs@denx.de>
8798
8799 commit 27057d416c7cc9eb1860953da8836352c07f13e9
8800 Author: Ladislav Michl <ladis@linux-mips.org>
8801 Date:   Mon Mar 16 23:27:31 2009 +0100
8802
8803     NetStar: config reindentation
8804
8805     Fix indentation broken by symbol renames. "Sort" driver related definitons.
8806
8807     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
8808
8809 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
8810 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8811 Date:   Tue Mar 17 11:21:43 2009 +0000
8812
8813     ColdFire: Fix incorrect definition
8814
8815     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8816
8817 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
8818 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8819 Date:   Mon Mar 2 19:16:45 2009 +0000
8820
8821     ColdFire: Fix M5329EVB and M5373EVB nand issue
8822
8823     The Nand flash was unable to read and write properly
8824     due to Nand Chip Select (nCE) setup was in reverse
8825     order. Also, increase the Nand time out value to 60.
8826
8827     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8828
8829 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
8830 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8831 Date:   Tue Jan 27 15:19:35 2009 +0000
8832
8833     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
8834
8835     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
8836     ColdFire compiler.
8837
8838     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8839
8840 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
8841 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8842 Date:   Tue Jan 27 12:57:47 2009 +0000
8843
8844     ColdFire: Provide gzip image size V2 & V3 platforms
8845
8846     Default gzip bootm size is 8MB. Some platforms require
8847     more than 8MB
8848
8849     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8850
8851 commit c3a9e6374210679a81f611c1bcf968988bc20e41
8852 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8853 Date:   Wed Feb 18 11:49:31 2009 +0000
8854
8855     ColdFire: Fix M54451 serial boot dram setup
8856
8857     The serial boot dram extended/standard mode register was not
8858     setup and was using default DRAM setup causing the U-boot was
8859     unstable to boot up in serial mode.
8860
8861     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8862
8863 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
8864 Author: arun c <arun.edarath@gmail.com>
8865 Date:   Thu Dec 4 15:57:15 2008 +0530
8866
8867     Coldfire: XL Bus minor fixes
8868
8869     According to coldfire manual data timeout > address time out
8870     also use correct macro to program XARB_CFG
8871
8872     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
8873
8874 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
8875 Author: Scott Wood <scottwood@freescale.com>
8876 Date:   Tue Mar 17 12:06:04 2009 -0500
8877
8878     NAND: Have nboot accept .e and .i as legacy no-ops.
8879
8880     This was intended to happen before, but a trivial bug prevented it.
8881
8882     Signed-off-by: Scott Wood <scottwood@freescale.com>
8883
8884 commit 0987505540918b2464b73069af3a5b766dbd3ceb
8885 Author: Ladislav Michl <ladis@linux-mips.org>
8886 Date:   Fri Mar 13 14:38:19 2009 +0100
8887
8888     NAND: Make nboot skip bad blocks
8889
8890     nboot command currently does not skip bad blocks and gives read error when
8891     loading image stored over bad block. With patch applied, nboot works as
8892     expected:
8893
8894     Device 0 bad blocks:
8895       00780000
8896       014a0000
8897       02000000
8898       02cc0000
8899       04aa0000
8900
8901     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
8902        Image Name:   Linux-2.6.22-omap1
8903        Created:      2008-11-20  23:44:32 UTC
8904        Image Type:   ARM Linux Kernel Image (uncompressed)
8905        Data Size:    1052520 Bytes =  1 MB
8906        Load Address: 10008000
8907        Entry Point:  10008000
8908     Skipping bad block 0x02cc0000
8909     Automatic boot of image at addr 0x10400000 ...
8910     ...
8911
8912     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
8913     Signed-off-by: Scott Wood <scottwood@freescale.com>
8914
8915 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
8916 Author: Stefan Roese <sr@denx.de>
8917 Date:   Thu Mar 12 07:27:25 2009 +0100
8918
8919     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
8920
8921     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
8922     the DDR2 configuration to only use one CS (rank). As this code is most
8923     likely copied from the original Sequoia version, this error was copied
8924     as well.
8925
8926     This patch also removes some dead code.
8927
8928     Signed-off-by: Stefan Roese <sr@denx.de>
8929
8930 commit 9199b9cc8f56aca26504b48cf702176208f46e54
8931 Author: Stefan Roese <sr@denx.de>
8932 Date:   Thu Mar 12 07:24:40 2009 +0100
8933
8934     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
8935
8936     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
8937     the DDR2 configuration to only use one CS (rank). As this code is most
8938     likely copied from the original Sequoia version, this error was copied
8939     as well.
8940
8941     Signed-off-by: Stefan Roese <sr@denx.de>
8942
8943 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
8944 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
8945 Date:   Wed Mar 11 10:54:46 2009 +0200
8946
8947     Fix AMCC Sequoia board DDR memory configuration
8948
8949     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
8950     specifies that BankSel#1 is not connected, while bootloader memory
8951     configuration is (board/amcc/sequoia/sdram.c):
8952            mtsdram(DDR0_10, 0x00000300);
8953     i.e. both Chip Selects used - not correct.
8954
8955     If we change to correct value here:
8956            mtsdram(DDR0_10, 0x00000100);
8957     memory is accessible OK also.
8958
8959     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
8960     Signed-off-by: Stefan Roese <sr@denx.de>
8961
8962 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
8963 Author: Wolfgang Denk <wd@denx.de>
8964 Date:   Sun Mar 15 22:40:09 2009 +0100
8965
8966     Prepare 2009.03-rc2
8967
8968     Update CHANEGLOG, fix minor coding style issue.
8969
8970     Signed-off-by: Wolfgang Denk <wd@denx.de>
8971
8972 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
8973 Author: Jerry Van Baren <gvb.uboot@gmail.com>
8974 Date:   Fri Mar 13 11:40:10 2009 -0400
8975
8976     mpc83xx: Add bank configuration to FSL spd_sdram.c
8977
8978     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
8979     bank SDRAMs.
8980
8981     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8982     Acked-by: Dave Liu <daveliu@freescale.com>
8983     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8984
8985 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
8986 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
8987 Date:   Fri Mar 13 08:58:14 2009 +0100
8988
8989     mpc83xx: correctly set encryption and I2C bus 0 clock
8990
8991     This patch makes sure the correct mask is applied when setting
8992     the encryption and I2C bus 0 clock in SCCR.
8993     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
8994     won't function.
8995
8996     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
8997     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8998
8999 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
9000 Author: Dirk Behme <dirk.behme@googlemail.com>
9001 Date:   Thu Mar 12 19:30:50 2009 +0100
9002
9003     OMAP3: Add support for OMAP3 die ID
9004
9005     Read and store OMAP3 die ID in U-Boot environment.
9006
9007     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9008
9009 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
9010 Author: Jon Smirl <jonsmirl@gmail.com>
9011 Date:   Wed Mar 11 15:08:56 2009 -0400
9012
9013     MPC5200 FEC MII speed register
9014
9015     Set a non-zero speed in the MII register so that MII commands will work.
9016
9017     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
9018
9019 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
9020 Author: Yusuke.Goda <goda.yusuke@renesas.com>
9021 Date:   Fri Mar 13 16:08:18 2009 +0900
9022
9023     sh: ap325rxa: Change the wait cycle in the area 5
9024
9025     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
9026     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9027
9028 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
9029 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9030 Date:   Wed Feb 25 16:04:26 2009 +0900
9031
9032     sh: Fix cannot work rtl8139 on r2dplus
9033
9034     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
9035     registration.
9036
9037     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9038     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9039
9040 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
9041 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9042 Date:   Fri Feb 27 18:35:41 2009 +0900
9043
9044     sh: Add netdev header fixing of warning/build
9045
9046     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9047     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9048
9049 commit ada9318252f51c2626e9837c623f9812b0308dea
9050 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9051 Date:   Tue Mar 3 15:11:17 2009 +0900
9052
9053     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
9054
9055     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
9056     for this mode. This command changes PMB for using 512MB system memory.
9057
9058     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9059     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9060
9061 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
9062 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9063 Date:   Wed Feb 25 14:26:42 2009 +0900
9064
9065     sh: Add some register value configurable to PCI of SH7780
9066
9067     Some register value was hardcoded for System memory size 128MB and
9068     memory offset 0x08000000. This patch fixed the problem.
9069
9070     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9071     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9072
9073 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
9074 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9075 Date:   Wed Feb 25 14:26:52 2009 +0900
9076
9077     sh: Add system memory registration to PCI for SH4
9078
9079     It is necessary for some pci device driver.
9080
9081     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9082     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9083
9084 commit b3061b40db691245a7bb9a55354b4edacbf3902d
9085 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9086 Date:   Wed Feb 25 14:26:55 2009 +0900
9087
9088     sh: Add value for PCI system memory registration of sh7785lcr
9089
9090     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9091     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9092
9093 commit 6d84ae3956a6cd7aebd86f661130752594e60124
9094 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9095 Date:   Tue Mar 3 15:11:08 2009 +0900
9096
9097     sh: Add macros for SH-4A 32-Bit Address Extended Mode
9098
9099     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9100     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9101
9102 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
9103 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9104 Date:   Tue Feb 3 13:35:05 2009 +0900
9105
9106     sh: use write{8,16,32} in ms7720se lowlevel_init
9107
9108     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9109     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9110
9111 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
9112 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9113 Date:   Mon Mar 9 18:07:53 2009 -0500
9114
9115     tsec: report when there is no vendor specific PHY support
9116
9117     Commit af1c2b84 added a generic phy support, with an ID of zero
9118     and a 32 bit mask; meaning that it will match on any PHY ID.
9119
9120     The problem is that there is a test that checked if a matching
9121     PHY was found, and if not, it printed the non-matching ID.
9122     But since there will always be a match (on the generic PHY,
9123     worst case), this test will never trip.
9124
9125     In the case of a misconfigured PHY address, or of a PHY that
9126     isn't explicitly supported outside of the generic support,
9127     you will never see the ID of 0xffffffff, or the ID of the
9128     real (but unsupported) chip.  It will silently fall through
9129     onto the generic support.
9130
9131     This change makes that test useful again, and ensures that
9132     the selection of generic PHY support doesn't happen without
9133     some sort of notice.  It also makes it explicitly clear that
9134     the generic PHY must be last in the PHY table.
9135
9136     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9137     Acked-by: Andy Fleming <afleming@freescale.com>
9138
9139 commit c279dfc10186ceba78d3862036f158750e86599a
9140 Author: Wolfgang Denk <wd@denx.de>
9141 Date:   Mon Mar 9 10:53:05 2009 +0100
9142
9143     SIMPC8313 board: fix out of tree building.
9144
9145     Fix typo in makefile which broke out of tree builds.
9146
9147     Also use expolicit "rm" instead of "ln -sf" which is known to be
9148     unreliable.
9149
9150     Signed-off-by: Wolfgang Denk <wd@denx.de>
9151     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9152
9153 commit 49b5aff491bd574935ecaf8545152066a25eff3d
9154 Author: ksi@koi8.net <ksi@koi8.net>
9155 Date:   Mon Feb 23 10:53:13 2009 -0800
9156
9157     Add eTSEC 1/2 IO override control (corrected)
9158
9159     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
9160
9161     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
9162
9163 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
9164 Author: Andy Fleming <afleming@freescale.com>
9165 Date:   Fri Mar 6 19:05:52 2009 -0600
9166
9167     fsl: Remove unnecessary debug printfs
9168
9169     These were left in accidentally, and are not really useful unless the
9170     code is as broken as it was when it was being developed.
9171
9172     Signed-off-by: Andy Fleming <afleming@freescale.com>
9173
9174 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
9175 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9176 Date:   Tue Feb 24 02:37:59 2009 -0600
9177
9178     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
9179
9180     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
9181     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
9182
9183     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9184
9185 commit a922fdb87af25c25c032424908dcf60fbf3250ea
9186 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9187 Date:   Tue Feb 24 06:13:10 2009 +0100
9188
9189     PXA: timer use do_div and simplify it
9190
9191     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9192
9193 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
9194 Author: Wolfgang Denk <wd@denx.de>
9195 Date:   Mon Mar 9 10:51:39 2009 +0100
9196
9197     SIMPC8313 board: fix out of tree building.
9198
9199     Fix typo in makefile which broke out of tree builds.
9200
9201     Also use expolicit "rm" instead of "ln -sf" which is known to be
9202     unreliable.
9203
9204     Signed-off-by: Wolfgang Denk <wd@denx.de>
9205
9206 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
9207 Author: Heiko Schocher <hs@denx.de>
9208 Date:   Tue Feb 24 11:30:51 2009 +0100
9209
9210     8360, kmeter1: added bootcount feature.
9211
9212     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
9213
9214     The bootcounter uses 8 bytes from the muram,
9215     because no other memory was found on this
9216     CPU for the bootcount feature. So we must
9217     correct the muram size in DTS before booting
9218     Linux.
9219
9220     This feature is actual only implemented for
9221     MPC8360, because not all 83xx CPU have qe,
9222     and therefore no muram, which this feature
9223     uses.
9224
9225     Signed-off-by: Heiko Schocher <hs@denx.de>
9226     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9227
9228 commit 1e7ed2565031e01abc18c713030a0a9829c07684
9229 Author: Heiko Schocher <hs@denx.de>
9230 Date:   Tue Feb 24 11:30:48 2009 +0100
9231
9232     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
9233
9234     old code implemented the QE_ENET10 errata only for Silicon
9235     Revision 2.0. New code reads now the Silicon Revision
9236     register and sets dependend on the Silicon Revision the
9237     values as advised in the QE_ENET10 errata.
9238
9239     Signed-off-by: Heiko Schocher <hs@denx.de>
9240     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9241
9242 commit 605f78e34a3f0103693b891f2573edd352e7d495
9243 Author: Heiko Schocher <hs@denx.de>
9244 Date:   Tue Feb 24 11:30:44 2009 +0100
9245
9246     83xx, kmeter1: updates for 2009.03
9247
9248     - HRCW update
9249       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
9250       HRCWH_LALE_EARLY added
9251     - DDR-SDRAM settings modified. This solves sporadically
9252       problems with this memory.
9253     - CS1 now 128 MB window size
9254     - CS3 now 512 MB window size
9255     - PRAM activated
9256     - MTDPARTS_DEFAULT defined
9257     - CONFIG_HOSTNAME added
9258     - MONITOR_LEN now 384 KB
9259
9260     Signed-off-by: Heiko Schocher <hs@denx.de>
9261     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9262
9263 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
9264 Author: Heiko Schocher <hs@denx.de>
9265 Date:   Tue Feb 24 11:30:40 2009 +0100
9266
9267     83xx, kmeter1: autodetect size of DDR II RAM
9268
9269     it is possible that some board variants have different DDR II
9270     RAM sizes. So we autodetect the size of the assembled RAM.
9271
9272     Signed-off-by: Heiko Schocher <hs@denx.de>
9273     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9274
9275 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
9276 Author: Heiko Schocher <hs@denx.de>
9277 Date:   Tue Feb 24 11:30:37 2009 +0100
9278
9279     83xx, i2c: add mux support for fsl_i2c
9280
9281     This patch adds I2C mux support for the fsl_i2c driver. This
9282     allows you to add "new" i2c busses, which are reached over
9283     i2c muxes. For more infos, please look in the README and
9284     search for CONFIG_I2C_MUX.
9285
9286     Signed-off-by: Heiko Schocher <hs@denx.de>
9287     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9288
9289 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
9290 Author: Heiko Schocher <hs@denx.de>
9291 Date:   Tue Feb 24 11:30:34 2009 +0100
9292
9293     83xx, kmeter1: add I2C, dtt, eeprom support
9294
9295     This patch adds I2C support for the Keymile kmeter1 board.
9296     It uses the First I2C Controller from the CPU, for
9297     accessing 4 temperature sensors, an eeprom with IVM data
9298     and the booteeprom over a pca9547 mux.
9299
9300     Signed-off-by: Heiko Schocher <hs@denx.de>
9301     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9302
9303 commit db1d72afd77287bc8577210f3f71ab249dcf146f
9304 Author: Heiko Schocher <hs@denx.de>
9305 Date:   Tue Feb 24 11:30:30 2009 +0100
9306
9307     i2c, dtt: move dtt_init () to board_init_r ()
9308
9309     In case where a board not uses CONFIG_POST, it is not
9310     necessary to init the DTTs when running from flash.
9311
9312     Signed-off-by: Heiko Schocher <hs@denx.de>
9313     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9314
9315 commit 5b0055547f0246908b79cc300170d87380b69e18
9316 Author: Dave Liu <daveliu@freescale.com>
9317 Date:   Wed Feb 25 12:31:32 2009 +0800
9318
9319     83xx: Fix some bugs in spd sdram code
9320
9321     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
9322       tRTP according to DDR2 JEDEC spec.
9323     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
9324     3. add the support of DDR2-533,667,800 DIMMs
9325     4. cpo
9326     5. make the AL to min to gain better performance.
9327
9328     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
9329     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
9330
9331     items 1, 2 and 5:
9332     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9333
9334     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9335     Signed-off-by: Dave Liu <daveliu@freescale.com>
9336     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9337
9338 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
9339 Author: Valeriy Glushkov <gvv@lstec.com>
9340 Date:   Wed Feb 4 18:27:49 2009 +0200
9341
9342     MPC8349ITX: several config issues fixed
9343
9344     The previous version rebooted forever with DDR bigger than 256MB.
9345     Access the DS1339 RTC chip is on I2C1 bus.
9346     Allow DHCP.
9347
9348     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
9349     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9350
9351 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
9352 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9353 Date:   Thu Feb 19 18:20:39 2009 +0300
9354
9355     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
9356
9357     The SerDes initialization should be finished before negating the reset
9358     signal according to the reference manual. This isn't an issue on real
9359     hardware, but we'd better stick to the specifications anyway.
9360
9361     Suggested-by: Liu Dave <DaveLiu@freescale.com>
9362     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9363     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9364
9365 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
9366 Author: Heiko Schocher <hs@denx.de>
9367 Date:   Wed Feb 25 12:28:32 2009 +0100
9368
9369     i2c, dtt: move dtt_init () to board_init_r ()
9370
9371     it is not necessary to init the DTTs so early,
9372     so move this init to board_init_r ().
9373
9374     Signed-off-by: Heiko Schocher <hs@denx.de>
9375
9376 commit 00cc5595a7caac8066b408774383a956c2e26797
9377 Author: Anatolij Gustschin <agust@denx.de>
9378 Date:   Wed Feb 25 20:28:13 2009 +0100
9379
9380     lcd: Fix compilation warning in common/lcd.c
9381
9382     Fix following warning while compilation for mcc200 board:
9383
9384     lcd.c: In function 'lcd_display_bitmap':
9385     lcd.c:625: warning: unused variable 'cmap'
9386
9387     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9388
9389 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
9390 Author: Graeme Russ <graeme.russ@gmail.com>
9391 Date:   Tue Feb 24 21:11:24 2009 +1100
9392
9393     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
9394
9395     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
9396
9397     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
9398
9399 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
9400 Author: Mike Frysinger <vapier@gentoo.org>
9401 Date:   Mon Feb 23 10:29:47 2009 -0500
9402
9403     smc911x: split out useful defines/functions into local header
9404
9405     The smc911x driver has a lot of useful defines/functions which can be used
9406     by pieces of code (such as example eeprom programmers).  Rather than
9407     forcing each place to duplicate these defines/functions, split them out
9408     of the smdc911x driver into a local header.
9409
9410     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9411     Acked-by: Ben Warren <biggerbadderben@gmail.com>
9412     CC: Sascha Hauer <s.hauer@pengutronix.de>
9413     CC: Guennadi Liakhovetski <lg@denx.de>
9414     CC: Magnus Lilja <lilja.magnus@gmail.com>
9415     CC: Ben Warren <biggerbadderben@gmail.com>
9416
9417 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
9418 Author: Guennadi Liakhovetski <lg@denx.de>
9419 Date:   Tue Feb 24 10:44:02 2009 +0100
9420
9421     ARM: add an "eet" variant of the imx31_phycore board
9422
9423     The "eet" variant of the imx31_phycore board has an OLED display, using a
9424     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
9425     chip-select for it. With this configuration you can display 256 colour BMP
9426     images in 16-bit RGB (RGB565) LCD mode.
9427
9428     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9429     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9430
9431 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
9432 Author: Guennadi Liakhovetski <lg@denx.de>
9433 Date:   Fri Feb 6 10:37:57 2009 +0100
9434
9435     video: add an i.MX31 framebuffer driver
9436
9437     Add a driver for the Synchronous Display Controller and the Display
9438     Interface on i.MX31, using IPU for DMA channel setup. So far only
9439     displaying of bitmaps is supported, no text output.
9440
9441     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9442     Acked-by: Anatolij Gustschin <agust@denx.de>
9443
9444 commit b245e65ee3c4cce3ccf008a21f4528239655876c
9445 Author: Guennadi Liakhovetski <lg@denx.de>
9446 Date:   Fri Feb 6 10:37:53 2009 +0100
9447
9448     LCD: support 8bpp BMPs on 16bpp displays
9449
9450     This patch also simplifies some ifdefs in lcd.c, introduces a generic
9451     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
9452     over to.
9453
9454     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9455     Acked-by: Anatolij Gustschin <agust@denx.de>
9456
9457 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
9458 Author: Mark Jackson <mpfj@mimc.co.uk>
9459 Date:   Fri Feb 6 10:37:49 2009 +0100
9460
9461     Add 16bpp BMP support
9462
9463     This patch adds 16bpp BMP support to the common lcd code.
9464
9465     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
9466
9467     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
9468     this to other platforms should be a simple task !!
9469
9470     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9471     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9472     Acked-by: Anatolij Gustschin <agust@denx.de>
9473
9474 commit 689551c5ff1b394b88412f3df22144e79468d3a9
9475 Author: Guennadi Liakhovetski <lg@denx.de>
9476 Date:   Fri Feb 6 10:37:41 2009 +0100
9477
9478     A driver for the S6E63D6 SPI display controller from Samsung
9479
9480     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
9481     It only provides access to controller's registers so the client can freely
9482     configure it.
9483
9484     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9485     Acked-by: Anatolij Gustschin <agust@denx.de>
9486
9487 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
9488 Author: Guennadi Liakhovetski <lg@denx.de>
9489 Date:   Fri Feb 13 09:26:40 2009 +0100
9490
9491     i.MX31: support GPIO as a chip-select in the mxc_spi driver
9492
9493     Some SPI devices have special requirements on chip-select handling.
9494     With this patch we can use a GPIO as a chip-select and strictly follow
9495     the SPI_XFER_BEGIN and SPI_XFER_END flags.
9496
9497     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9498     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9499
9500 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
9501 Author: Guennadi Liakhovetski <lg@denx.de>
9502 Date:   Sat Feb 7 01:18:07 2009 +0100
9503
9504     i.MX31: add a simple gpio driver
9505
9506     This is a minimal driver, so far only managing output. It will
9507     be used by the mxc_spi.c driver.
9508
9509     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9510     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9511
9512 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
9513 Author: Guennadi Liakhovetski <lg@denx.de>
9514 Date:   Sat Feb 7 00:09:12 2009 +0100
9515
9516     i.MX31: fix SPI driver for shorter than 32 bit
9517
9518     Fix setting the SPI Control register, 8 and 16-bit transfers
9519     and a wrong pointer in the free routine in the mxc_spi driver.
9520
9521     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9522     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9523
9524 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
9525 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9526 Date:   Thu Feb 19 18:20:52 2009 +0300
9527
9528     mpc83xx: MPC837XERDB: Add PCIe support
9529
9530     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
9531     slots. Let's support them.
9532
9533     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9534     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9535
9536 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
9537 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9538 Date:   Thu Feb 19 18:20:50 2009 +0300
9539
9540     mpc83xx: PCI: Fix hard-coded first_busno value
9541
9542     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
9543     erroneously re-use PCI0's first_busno for PCI1 hoses.
9544
9545     NOTE: The patch is untested. All MPC83xx FSL boards I have have
9546     PCI1 in miniPCI form, for which I don't have any cards handy.
9547
9548     But looking in cpu/mpc85xx/pci.c:
9549     ...
9550     #ifdef CONFIG_MPC85XX_PCI2
9551             hose = &pci_hose[1];
9552
9553             hose->first_busno = pci_hose[0].last_busno + 1;
9554
9555     And considering that we do the same for MPC83xx PCI-E support,
9556     I think this patch is correct.
9557
9558     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9559     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9560
9561 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
9562 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9563 Date:   Thu Feb 19 18:20:46 2009 +0300
9564
9565     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
9566
9567     This patch fixes copy-paste issue: pci_hose[0]'s first and last
9568     busnos were used to fixup pci1's nodes.
9569
9570     We don't see this bug triggering only because Linux reenumerate
9571     buses anyway.
9572
9573     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9574     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9575
9576 commit b24a99f6666ac278ec9f9c1334518af828833d19
9577 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9578 Date:   Thu Feb 19 18:20:44 2009 +0300
9579
9580     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
9581
9582     This patch fixes an issue in config space read accessors: we should
9583     fill-in the value even if we fail (e.g. skipping devices), otherwise
9584     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
9585
9586     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9587     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9588
9589 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
9590 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9591 Date:   Thu Feb 19 18:20:42 2009 +0300
9592
9593     mpc83xx: PCIe: Don't start bus enumeration at 0
9594
9595     Currently we assign first_busno = 0 for the first PCIe hose, but this
9596     scheme won't work if we have ordinary PCI hose already registered (its
9597     first_busno value is 0 too).
9598
9599     The old code worked fine only because we have PCI disabled on
9600     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
9601     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
9602     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
9603     triggers.
9604
9605     So, to fix the issue, we should use pci_last_busno() + 1 for the
9606     first_busno (i.e. last available busno).
9607
9608     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
9609     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9610     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9611
9612 commit cc2a8c7751ddbae3116660064f446888538b93e9
9613 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9614 Date:   Thu Feb 19 18:20:41 2009 +0300
9615
9616     PCI: Add pci_last_busno() helper
9617
9618     This is just a handy routine that reports last PCI busno: we walk
9619     down all the hoses and return last hose's last_busno.
9620
9621     Will be used by PCI/PCIe initialization code.
9622
9623     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9624     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9625
9626 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
9627 Author: Becky Bruce <beckyb@kernel.crashing.org>
9628 Date:   Mon Feb 23 13:56:51 2009 -0600
9629
9630     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
9631
9632     Currently, we get 256MB as the default, but since all the 86xx
9633     board configs define a 2G BAT mapping for RAM, raise default
9634     to 2G.
9635
9636     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
9637     Acked-by: Jon Loeliger <jdl@freescale.com>
9638
9639 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
9640 Author: Becky Bruce <beckyb@kernel.crashing.org>
9641 Date:   Thu Feb 12 10:43:32 2009 -0600
9642
9643     mpc8641hpcn: Indicate 36-bit addr map in boot messages
9644
9645     If 36-bit addressing is enabled, print a message on the console
9646     when we boot.
9647
9648     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
9649
9650 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
9651 Author: Mark Jackson <mpfj-list@mimc.co.uk>
9652 Date:   Fri Feb 13 15:48:18 2009 +0000
9653
9654     Setup extra MIMC200 chip selects
9655
9656     Added code to setup the extra Flash and FRAM chip selects as used on the
9657     MIMC200 board.
9658
9659     V2 moves the init code from the common "cpu.c" file into the board specific
9660     setup file.
9661
9662     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9663     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9664
9665 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
9666 Author: Mark Jackson <mpfj@mimc.co.uk>
9667 Date:   Mon Nov 24 12:10:56 2008 +0000
9668
9669     MIMC200: tidy GCLK init code
9670
9671     Change the MIMC200 startup code to use the built-in (rather than
9672     hard-coded) funtions for setting up gclk outputs.
9673
9674     We'll also move the code to the new, more-appropriate
9675     board_postclk_init() routine.
9676
9677     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9678     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9679
9680 commit b423f94063bf04e92047ff85c7e53441eb3b712b
9681 Author: Olav Morken <olavmrk@gmail.com>
9682 Date:   Fri Jan 23 12:56:32 2009 +0100
9683
9684     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
9685
9686     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
9687     workaround, two NOPs can be inserted.
9688
9689     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
9690     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
9691     Signed-off-by: Olav Morken <olavmrk@gmail.com>
9692     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9693
9694 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
9695 Author: Gunnar Rangoy <gunnar@rangoy.com>
9696 Date:   Fri Jan 23 12:56:29 2009 +0100
9697
9698     AVR32: Make GPIO implmentation cpu dependent
9699
9700     There are some differences in the implementation of GPIO in the
9701     at32uc chip compared to the ap700x series.
9702
9703     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
9704     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
9705     Signed-off-by: Olav Morken <olavmrk@gmail.com>
9706     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9707
9708 commit a38de083d2979db3680f0d0978c509a172c8fa00
9709 Author: Olav Morken <olavmrk@gmail.com>
9710 Date:   Fri Jan 23 12:56:28 2009 +0100
9711
9712     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
9713
9714     The AVR32A architecture (which AT32UC3A-series is based on) has a
9715     different memory layout than the AVR32B-architecture. This patch moves
9716     addrspace.h to an arch-dependent directory in preparation for
9717     AT32UC3A-support. It also moves some address-space manipulation
9718     functions from io.h to addrspace.h.
9719
9720     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
9721     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
9722     Signed-off-by: Olav Morken <olavmrk@gmail.com>
9723     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9724
9725 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
9726 Author: Olav Morken <olavmrk@gmail.com>
9727 Date:   Fri Jan 23 12:56:27 2009 +0100
9728
9729     AVR32: Make cacheflush cpu-dependent
9730
9731     The AT32UC3A series of processors doesn't contain any cache, and issuing
9732     cache control instructions on those will cause an exception. This commit
9733     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
9734
9735     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
9736     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
9737     Signed-off-by: Olav Morken <olavmrk@gmail.com>
9738     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9739
9740 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
9741 Author: Heiko Schocher <hs@denx.de>
9742 Date:   Tue Feb 10 09:38:52 2009 +0100
9743
9744     netloop: speed up NetLoop
9745
9746     NetLoop polls every cycle with getenv some environment variables.
9747     This is horribly slow, especially when the environment is big.
9748
9749     This patch reads only the environment variables in NetLoop,
9750     when they were changed.
9751
9752     Also moved the init part of the NetLoop function in a seperate
9753     function.
9754
9755     Signed-off-by: Heiko Schocher <hs@denx.de>
9756     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9757
9758 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
9759 Author: Mike Frysinger <vapier@gentoo.org>
9760 Date:   Mon Dec 22 02:56:07 2008 -0500
9761
9762     smc911x_eeprom: new example app for managing newer SMC parts
9763
9764     A forward port of the last version to work with the newer smc911x driver.
9765     I only have a board with a LAN9218 part on it, so that is the only one
9766     I've tested.  But there isn't anything in this that would make it terribly
9767     chip specific afaik.
9768
9769     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9770     CC: Sascha Hauer <s.hauer@pengutronix.de>
9771     CC: Guennadi Liakhovetski <lg@denx.de>
9772     CC: Magnus Lilja <lilja.magnus@gmail.com>
9773     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9774
9775 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
9776 Author: Pieter Henning <phenning@vastech.co.za>
9777 Date:   Sun Feb 22 23:17:15 2009 -0800
9778
9779     Added Vitesse VSC8211 definitions to TSEC driver
9780
9781     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
9782     the phy_info list in tsec.c
9783
9784     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
9785     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9786
9787 commit 32688e572ff96715b41420e9a7f280db6c399b65
9788 Author: Wolfgang Denk <wd@denx.de>
9789 Date:   Mon Feb 23 00:22:21 2009 +0100
9790
9791     Update CHANGELOG;  Prepare 2009.03-rc1
9792
9793     Signed-off-by: Wolfgang Denk <wd@denx.de>
9794
9795 commit 80b827c2b78329c6503b271e43d9eb693d644710
9796 Author: Wolfgang Denk <wd@denx.de>
9797 Date:   Sun Feb 22 23:45:40 2009 +0100
9798
9799     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
9800
9801     The file was generated from building versatile_defconfig.
9802
9803     Signed-off-by: Wolfgang Denk <wd@denx.de>
9804
9805 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
9806 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9807 Date:   Sun Feb 22 14:24:11 2009 +0900
9808
9809     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
9810
9811     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
9812     like this:
9813
9814     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
9815     Configuring for dbau1x00 board...
9816     au1x00_eth.c: In function 'au1x00_send':
9817     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
9818     au1x00_eth.c: In function 'au1x00_recv':
9819     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
9820     au1x00_eth.c: In function 'au1x00_init':
9821     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
9822     au1x00_eth.c: In function 'au1x00_recv':
9823     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
9824     au1x00_eth.c: In function 'au1x00_init':
9825     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
9826     au1x00_eth.c: In function 'au1x00_send':
9827     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
9828
9829     We're passing a volatile pointer to a function which is expecting a non-
9830     volatile pointer.  That's potentially dangerous, so gcc warns about it.
9831     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
9832
9833     To fix this, we add a volatile attribute to the argument in question.
9834     The virt_to_phys function in Linux kernel also does the same thing.
9835
9836     Signed-off-by: Stefan Roese <sr@denx.de>
9837     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9838
9839 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
9840 Author: Dirk Behme <dirk.behme@googlemail.com>
9841 Date:   Fri Feb 20 17:51:28 2009 +0100
9842
9843     OMAP3: Clean up MMC code
9844
9845     Clean up OMAP3 MMC code:
9846
9847     * Convert register access to struct & readx/writex style
9848     * Replace hardcode values by macros
9849     * Remove macro defined twice
9850
9851     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9852
9853 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
9854 Author: Dirk Behme <dirk.behme@googlemail.com>
9855 Date:   Thu Feb 12 18:55:43 2009 +0100
9856
9857     OMAP3: Pandora: Update pin mux
9858
9859     Clock pin must have input enabled for MMC3 to work.
9860     Also enable pull-ups for cmd/data lines to be consistent
9861     with remaining MMC host pin setup.
9862
9863     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
9864
9865 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
9866 Author: Dirk Behme <dirk.behme@googlemail.com>
9867 Date:   Thu Feb 12 18:55:42 2009 +0100
9868
9869     OMAP3: Add OMAP3 auto detection
9870
9871     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
9872     and removes hardcoded values.
9873
9874     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
9875     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9876
9877 commit f956fd0338f4990793a10f767929ba4963665261
9878 Author: Dirk Behme <dirk.behme@googlemail.com>
9879 Date:   Thu Feb 12 18:55:41 2009 +0100
9880
9881     OMAP3: Beagle: Add board revision detection
9882
9883     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
9884     which might need different software handling. For this, GPIO pin 171 (GPIO
9885     module 6, offset 11) can be used to check for board revision. If this pin
9886     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
9887
9888     To handle board differences you can call function beagle_get_revision().
9889     E.g.:
9890
9891     if (beagle_get_revision()) {
9892
9893     /* do special revision C stuff here */
9894
9895     }
9896
9897     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9898
9899 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
9900 Author: Dirk Behme <dirk.behme@googlemail.com>
9901 Date:   Thu Feb 12 18:55:40 2009 +0100
9902
9903     OMAP3: Overo: Clean up pin mux and GPIO configuration
9904
9905     * Make Overo GPIO114 an input for touchscreen PENDOWN
9906     * Make Overo GPIO144-147 readable
9907     * Make Overo EHCI pinmux match beagle rev c setup
9908     * Adjust pinmux for SMSC911X network chip support
9909     * Remove unnecessary GPIO setup
9910     * Fix merge error in Makefile
9911
9912     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
9913     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9914
9915 commit 2579019b8248e5f166e60e37065766efc8a49dbc
9916 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9917 Date:   Sun Feb 22 17:08:41 2009 +0100
9918
9919     nmdk8815: fix onenand support
9920
9921     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9922
9923 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
9924 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9925 Date:   Sun Feb 22 17:56:50 2009 +0100
9926
9927     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
9928
9929     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9930
9931 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
9932 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9933 Date:   Sun Feb 22 17:49:43 2009 +0100
9934
9935     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
9936
9937     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9938
9939 commit 4f5728987f4f9f7845688482aa2b7f2127768165
9940 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9941 Date:   Sun Feb 22 15:49:28 2009 +0100
9942
9943     arm: add uart dcc support
9944
9945     Serial driver via the EmbeddedICE macrocell's DCC channel using
9946     co-processor 14.
9947
9948     It does include a timeout to ensure that the system does not
9949     totally freeze when there is nothing connected to read.
9950
9951     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9952
9953 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
9954 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9955 Date:   Fri Nov 21 14:35:56 2008 -0500
9956
9957     ARM DaVinci: Add common peripherals and modules enable functions.
9958
9959     Taken all the duplicated code for enabling common modules and apply
9960     software workarounds from the board specific code into common
9961     functions. Also added comments explaining the workarounds
9962     (from TI errata documents) and replaced some numerical bit numbers
9963     with more meaningful defines.
9964
9965     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9966
9967 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
9968 Author: Alessandro Rubini <rubini@unipv.it>
9969 Date:   Mon Feb 9 15:53:33 2009 +0100
9970
9971     Enable Ethernet for Nomadik 8815 Evaluation Kit
9972
9973     This trivially enables Ethernet support in the debug board
9974     by setting up the proper chip select.
9975
9976     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
9977     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
9978
9979 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
9980 Author: Alessandro Rubini <rubini@unipv.it>
9981 Date:   Mon Feb 9 15:53:31 2009 +0100
9982
9983     Nand driver for Nomadik SoC
9984
9985     This driver implements the ECC algorithm described in
9986     the CPU data sheet and uses the OOB layout chosen in
9987     already-released development systems (shipped with a custom-made
9988     u-boot 1.3.1).
9989
9990     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
9991     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
9992
9993 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
9994 Author: Alessandro Rubini <rubini@unipv.it>
9995 Date:   Mon Feb 9 15:53:31 2009 +0100
9996
9997     Added nomadik.h header
9998
9999     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
10000     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
10001
10002 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
10003 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
10004 Date:   Wed Oct 29 20:05:18 2008 +0900
10005
10006     r8a66597-hcd: fix cannot use external hub
10007
10008     Fix the problem that cannot use external hub, because this driver
10009     did not control correctly a DEVADDx register.
10010
10011     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
10012     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10013
10014 commit e1ffaee728190e76a4596a3579d94e730143585f
10015 Author: Mike Frysinger <vapier@gentoo.org>
10016 Date:   Thu Feb 19 01:20:27 2009 -0500
10017
10018     Blackfin: disable syscontrol code for now
10019
10020     Looks like the initcode updates fell out of order during my merges.  The
10021     patch that really fixes up this code is part of power-on overhaul and so
10022     is too large for merging at this point.  Instead, we can disable the code
10023     as no currently in-tree board depends on it.  The next merge window will
10024     fix things up properly.
10025
10026     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10027
10028 commit 1b228d68f54832edd867ef98520f760f68192ab7
10029 Author: Mike Frysinger <vapier@gentoo.org>
10030 Date:   Thu Feb 19 01:19:49 2009 -0500
10031
10032     Blackfin: bf537-stamp: fix I2C board defines
10033
10034     The previous merge for cleaning up the I2C driver incorrectly reverted the
10035     CFG_xxx rename for some of the I2C defines.
10036
10037     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10038     Signed-off-by: Heiko Schocher <hs@denx.de>
10039
10040 commit 09fee8e8677a6265e89144ccc163bf00e321769e
10041 Author: Wolfgang Denk <wd@denx.de>
10042 Date:   Sun Feb 22 01:19:52 2009 +0100
10043
10044     Coding Style cleanup; update CHANGELOG
10045
10046     Signed-off-by: Wolfgang Denk <wd@denx.de>
10047
10048 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
10049 Author: Wolfgang Denk <wd@denx.de>
10050 Date:   Sun Feb 22 01:17:47 2009 +0100
10051
10052     Makefile: fix cleanup
10053
10054     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
10055     to adapt the cleanup rules in the Makefile
10056
10057     Signed-off-by: Wolfgang Denk <wd@denx.de>
10058
10059 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
10060 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10061 Date:   Fri Feb 20 13:01:56 2009 -0500
10062
10063     Cleanup the comment for m68k linux boot argument passing.
10064
10065     This patch clarifies the way m68k passes linux boot argument.
10066     The one gotcha here is that the assembly instruction that
10067     the compiler uses to jump to the kernel is 'jsr' which pushes the
10068     program counter for the instruction after the jsr into the stack pointer.
10069
10070     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10071     Signed-off-by: Wolfgang Denk <wd@denx.de>
10072
10073 commit 4d41650eec959668280a612467bd95c7b8398513
10074 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
10075 Date:   Tue Feb 10 16:44:45 2009 +0000
10076
10077     sh: Fix rsk7203 in tree build
10078
10079     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
10080
10081 commit fca0cecff73db99d99ad094cca7980472b8a11b5
10082 Author: Minkyu Kang <mk7.kang@samsung.com>
10083 Date:   Wed Feb 18 09:05:52 2009 +0900
10084
10085     bootm: Reduce the unnecessary memmove
10086
10087     Although load address and image start address are same address,
10088     bootm command always does memmove.
10089     That is unnecessary memmove and can be taken few milliseconds
10090     (about 500 msec to 1000 msec).
10091     If skip this memmove, we can reduce the boot time.
10092
10093     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10094
10095 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
10096 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10097 Date:   Sun Feb 15 22:29:15 2009 +0100
10098
10099     fpga: Fix Spartan III FPGA booting
10100
10101     This patch does some minor fixing of the Xilinx Spartan III
10102     FPGA boot code:
10103
10104     - Fixed call order of post configuration callback and
10105       success message printing (result of copy-paste?)
10106     - remove obsolete comment
10107     - minor coding style cleanup
10108
10109     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10110
10111 commit 3818b677641038d27b2663fbd6771ad38c932f86
10112 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10113 Date:   Sun Feb 15 22:28:36 2009 +0100
10114
10115     fpga: Fix Spartan II FPGA booting
10116
10117     This patch does some minor fixing of the Xilinx Spartan II
10118     FPGA boot code:
10119
10120     - Fixed call order of post configuration callback and
10121       success message printing (result of copy-paste?)
10122     - relocate post configuration callback only when it
10123       is implemented
10124     - remove obsolete comment
10125     - minor coding style cleanup
10126
10127     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10128
10129 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
10130 Author: Mike Frysinger <vapier@gentoo.org>
10131 Date:   Wed Feb 11 20:26:52 2009 -0500
10132
10133     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
10134
10135     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10136
10137 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
10138 Author: Derek Ou <dou@siconix.com>
10139 Date:   Tue Feb 3 16:00:07 2009 -0700
10140
10141     lcd_putc bug fix for tab.
10142
10143     Signed-off-by: Derek Ou <dou@siconix.com>
10144
10145 commit 35c9e14d8096e519fe76c953a43d52a09617345c
10146 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10147 Date:   Mon Feb 2 09:46:21 2009 +0900
10148
10149     MIPS: cpu/mips/Makefile: Add a missing START line
10150
10151     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
10152     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
10153     line.  This patch puts it back.
10154
10155     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10156
10157 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
10158 Author: Wolfgang Denk <wd@denx.de>
10159 Date:   Sat Feb 21 21:51:21 2009 +0100
10160
10161     Enable ext2 support for TQM8xxL/M based boards
10162
10163     Signed-off-by: Wolfgang Denk <wd@denx.de>
10164
10165 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
10166 Author: Tom Rix <Tom.Rix@windriver.com>
10167 Date:   Fri Feb 20 03:47:50 2009 +0100
10168
10169     ARM:PXA Use new definitions in mmc.h
10170
10171     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10172     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10173
10174 commit 682beeac34dc9ab18fab58b26973d2e29d113717
10175 Author: Andy Fleming <afleming@freescale.com>
10176 Date:   Fri Feb 20 03:47:50 2009 +0100
10177
10178     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
10179
10180     These names are being taken over by the new MMC framework.  Hopefuly
10181     the PXA can be easily ported, and these functions will go away entirely.
10182
10183     Signed-off-by: Andy Fleming <afleming@freescale.com>
10184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10185
10186 commit b03d92e5584935886ff91d5aa0755dc8888b7187
10187 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10188 Date:   Fri Feb 20 03:47:50 2009 +0100
10189
10190     pxa: move mmc drivers to drivers/mmc
10191
10192     introduce new macro CONFIG_PXA_MMC to activate it
10193
10194     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10195
10196 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
10197 Author: Tom Rix <Tom.Rix@windriver.com>
10198 Date:   Thu Feb 19 19:27:22 2009 -0600
10199
10200     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
10201
10202     These structures are defined in the common mmc.h
10203
10204     This was compile checked on cerf250.
10205
10206 commit 94a3312920b6f9b5da27309549fb73650718c10a
10207 Author: Micha Kalfon <smichak.uv@gmail.com>
10208 Date:   Wed Feb 11 19:50:11 2009 +0200
10209
10210     pxa: fixing get_timer to return time in miliseconds.
10211
10212     Fixing the get_timer function to return time in miliseconds instead of
10213     ticks. Also fixed PXA boards to use the conventional value of 1000 for
10214     CONFIG_SYS_HZ.
10215
10216     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
10217
10218 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
10219 Author: Tom Rix <Tom.Rix@windriver.com>
10220 Date:   Thu Feb 19 16:45:43 2009 -0600
10221
10222     ARM:OMAP3 Change mmc_init to mmc_legacy_init
10223
10224     omap3_mmc.c was changed to define mmc_legacy_init.
10225     Remove unused functions.
10226
10227     Compile tested on all arm
10228     Runtime tested on Zoom1.
10229
10230     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10231
10232 commit 9e80bb21629988063574f88ca0d28baadff4d963
10233 Author: Heiko Schocher <hs@denx.de>
10234 Date:   Thu Feb 19 17:23:58 2009 +0100
10235
10236     82xx, mgcoge: updates for 2009.03
10237
10238     - activate CS4 for accessing the FPGA
10239     - activate Rx buf len > 1 on SMC
10240     - pram activated
10241     - MTDPARTS_DEFAULT defined
10242     - update the size of the flashes in the DTS
10243       before booting Linux
10244     - MONITOR_LEN updated to 384k
10245     - added CONFIG_HOSTNAME
10246     - added CONFIG_ENV_BUFFER_PRINT
10247     - Environment size reduced to 16k
10248
10249     Signed-off-by: Heiko Schocher <hs@denx.de>
10250
10251 commit df909554e2401f307925e1bd45d576e4176d9de9
10252 Author: Heiko Schocher <hs@denx.de>
10253 Date:   Thu Feb 19 17:24:01 2009 +0100
10254
10255     8xx, mgsuvd: updates for 2009.03
10256
10257     - activate Rx buf len > 1 on SMC
10258     - pram activated
10259     - MTDPARTS_DEFAULT defined
10260     - update the size of the flash in the DTS
10261       before booting Linux
10262     - MONITOR_LEN updated to 384k
10263     - added CONFIG_HOSTNAME
10264     - added CONFIG_ENV_BUFFER_PRINT
10265     - Environment size reduced to 16k
10266
10267     Signed-off-by: Heiko Schocher <hs@denx.de>
10268
10269 commit 3511b4e208e12be85b532866f1c660aa2e021557
10270 Author: Dirk Behme <dirk.behme@googlemail.com>
10271 Date:   Wed Feb 18 19:59:39 2009 +0100
10272
10273     MMC: Don't use new framework code if not enabled
10274
10275     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
10276     isn't enabled.
10277
10278     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10279
10280 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
10281 Author: Wolfgang Denk <wd@denx.de>
10282 Date:   Thu Feb 19 13:53:29 2009 +0100
10283
10284     TQM8xxL: make some room in low memory for future needs
10285
10286     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
10287     small boot sectors in the flash. This patch makes some room in the
10288     first sector to prepare for a size increase of lib_generic/vsprintf.o
10289     by a future patch.
10290
10291     Signed-off-by: Wolfgang Denk <wd@denx.de>
10292
10293 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
10294 Author: Kim Phillips <kim.phillips@freescale.com>
10295 Date:   Wed Feb 18 18:06:18 2009 -0600
10296
10297     README: remove duplicate entry
10298
10299     it's been around since the original commit (2ad6b513) that added two
10300     identical entries.
10301
10302     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10303
10304 commit 1bba30efe1717bea13026e15c7c7d906419fac69
10305 Author: Wolfgang Denk <wd@denx.de>
10306 Date:   Thu Feb 19 00:41:08 2009 +0100
10307
10308     Coding style cleanup, update CHANGELOG
10309
10310     Signed-off-by: Wolfgang Denk <wd@denx.de>
10311
10312 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
10313 Author: Kim Phillips <kim.phillips@freescale.com>
10314 Date:   Wed Feb 18 17:43:59 2009 -0600
10315
10316     sata_sil3114: fix compiler warning
10317
10318     judging from other printfs in the same file, it seems ata should be
10319     postpended with the interface number, not the address of the global
10320     port variable.  Fixes this for current u-boot-mpc83xx tree:
10321
10322     Configuring for MPC8349ITX board...
10323     sata_sil3114.c: In function 'sata_bus_softreset':
10324     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
10325     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
10326
10327     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10328
10329 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
10330 Author: Ron Madrid <ron_madrid@sbcglobal.net>
10331 Date:   Wed Feb 18 14:30:44 2009 -0800
10332
10333     Create configuration option for restricted ns16550 functions
10334
10335     This patch will create a configuration option for a minimum configuration for
10336     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
10337     configuration option to the SIMPC8313.h config file in order to fix the NAND
10338     bootstrap build error.  This option will exclude all functions with exception of
10339     NS16550_putc and NS16550_init.  This will be used primarily to save space and
10340     remove unused code from builds in which space is limited.
10341
10342     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10343
10344 commit 7b0bc0219db8981613259473cf19699ac259b4fb
10345 Author: Kim Phillips <kim.phillips@freescale.com>
10346 Date:   Wed Feb 18 16:14:29 2009 -0600
10347
10348     mkconfig: include board config.h before asm/config.h
10349
10350     swapping the include order suppresses warnings for board configs
10351     that define their own CONFIG_MAX_MEM_MAPPED:
10352
10353     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
10354                     from /home/r1aaha/git/u-boot/include/common.h:35,
10355                     from simpc8313.c:26:
10356     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
10357     "CONFIG_MAX_MEM_MAPPED" redefined
10358     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
10359                     from /home/r1aaha/git/u-boot/include/common.h:35,
10360                     from simpc8313.c:26:
10361     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
10362     the location of the previous definition
10363
10364     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10365
10366 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
10367 Author: Wolfgang Denk <wd@denx.de>
10368 Date:   Wed Feb 18 21:35:38 2009 +0100
10369
10370     Fix build errors after making flash_get_info() non-static
10371
10372     Fix for these build problems:
10373     error: static declaration of 'flash_get_info' follows non-static declaration
10374
10375     Signed-off-by: Wolfgang Denk <wd@denx.de>
10376
10377 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
10378 Author: Stefan Roese <sr@denx.de>
10379 Date:   Wed Feb 18 13:18:00 2009 +0100
10380
10381     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
10382
10383     This patch fixes a problem recently seen on some 4xx platforms. For
10384     example on Kilauea PCIe slot #0.
10385
10386     Signed-off-by: Stefan Roese <sr@denx.de>
10387
10388 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
10389 Author: Stefan Roese <sr@denx.de>
10390 Date:   Wed Feb 18 14:05:37 2009 +0100
10391
10392     ppc4xx: Some more PMC405 coding-style cleanup
10393
10394     Signed-off-by: Stefan Roese <sr@denx.de>
10395
10396 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
10397 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10398 Date:   Sun Feb 15 22:27:47 2009 +0100
10399
10400     ppc4xx: Update PMC405 board support
10401
10402     This patch prepares the good old PMC405 board support for
10403     upcoming PMC405V2 patches.
10404
10405     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10406     Signed-off-by: Stefan Roese <sr@denx.de>
10407
10408 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
10409 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10410 Date:   Sun Feb 15 22:26:54 2009 +0100
10411
10412     ppc4xx: Cleanup PMC405 board support
10413
10414     This patch fixes coding style for PMC405 board support.
10415     Also some unneeded features/code is removed.
10416
10417     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10418     Signed-off-by: Stefan Roese <sr@denx.de>
10419
10420 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
10421 Author: Ilya Yanok <yanok@emcraft.com>
10422 Date:   Thu Feb 5 04:08:20 2009 +0100
10423
10424     qong: changes to Dave/DENX Qong configuration
10425
10426     1. Changes to the default environment:
10427       - "bootcmd" defined as "run flash_self"
10428       - "saveenv" command removed from "update"
10429       - "uboot" changed to "u-boot" (also in "load")
10430       - "addmtd" variable defined (and added to all boot commands)
10431     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
10432     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
10433     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
10434     with truncated "bootargs" environment variable.
10435
10436     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10437
10438 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
10439 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10440 Date:   Sun Feb 1 17:07:52 2009 +0100
10441
10442     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
10443
10444     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10445
10446 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
10447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10448 Date:   Sun Feb 1 17:07:51 2009 +0100
10449
10450     common/console: coding style cleanup
10451
10452     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10453
10454 commit daaf74f176b548dfd34a9990231f4189201d57ba
10455 Author: Mike Frysinger <vapier@gentoo.org>
10456 Date:   Thu Jan 29 20:02:23 2009 -0500
10457
10458     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
10459
10460     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
10461     into the Makefile so we avoid pointless compiling of the file.
10462
10463     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10464
10465 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
10466 Author: Mike Frysinger <vapier@gentoo.org>
10467 Date:   Thu Jan 29 20:02:07 2009 -0500
10468
10469     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
10470
10471     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
10472     avoid pointless compiles.
10473
10474     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10475
10476 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
10477 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
10478 Date:   Thu Jan 29 10:35:40 2009 +0200
10479
10480     include/image.h: Ease grepping of image_* functions
10481
10482     Because the functions have been defined using macros, grepping for
10483     their definitions is not possible. This patch adds the real function
10484     names in comments.
10485
10486     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
10487     Acked-by: Mike Frysinger <vapier@gentoo.org>
10488
10489 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
10490 Author: Mike Frysinger <vapier@gentoo.org>
10491 Date:   Wed Jan 28 19:08:14 2009 -0500
10492
10493     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
10494
10495     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
10496     rather than a generic "env" command, or anything else related to the
10497     environment.  So, let's make sure the define is named accordingly.
10498
10499     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10500
10501 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
10502 Author: Valeriy Glushkov <gvv@lstec.com>
10503 Date:   Fri Jan 23 20:02:17 2009 +0200
10504
10505     disable imls command if no flash is defined
10506
10507     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
10508
10509     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
10510
10511 commit 923aa48126259c13de95131203f1d28bfa5cb889
10512 Author: Rafal Jaworowski <raj@semihalf.com>
10513 Date:   Fri Jan 23 13:27:18 2009 +0100
10514
10515     API: Improve glue mid-layer of the API demo application.
10516
10517     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
10518     read, which allows for better control and error handling (this introduces
10519     additional error code API_ESYSC returned by the glue mid-layer).
10520
10521     - Clean up definitions naming and usage.
10522
10523     - Other minor cosmetics.
10524
10525     Note these changes do not touch the API proper, so the interface between
10526     U-Boot and standalone applications remains unchanged.
10527
10528     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
10529
10530 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
10531 Author: Rafal Jaworowski <raj@semihalf.com>
10532 Date:   Fri Jan 23 13:27:17 2009 +0100
10533
10534     API: Only output test data when reading was successful.
10535
10536     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10537
10538 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
10539 Author: Rafal Jaworowski <raj@semihalf.com>
10540 Date:   Fri Jan 23 13:27:16 2009 +0100
10541
10542     API: Provide syscall entry point for the ARM architecture.
10543
10544     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10545     Acked-by: Rafal Jaworowski <raj@semihalf.com>
10546
10547 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
10548 Author: Rafal Jaworowski <raj@semihalf.com>
10549 Date:   Fri Jan 23 13:27:15 2009 +0100
10550
10551     API: Use stack pointer as API signature search hint in the glue layer.
10552
10553     De-hardcode range in RAM we search for the API signature. Instead use the stack
10554     pointer as a hint to narrow down the range in which the signature could reside
10555     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
10556     from stack area). Adjust PowerPC code in API demo to the new scheme.
10557
10558     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10559     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
10560
10561 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
10562 Author: Wolfgang Denk <wd@denx.de>
10563 Date:   Tue Feb 17 10:26:38 2009 +0100
10564
10565     TQM8260: fix locations of kernel and ramdisk images in flash
10566
10567     After introducing redundant environment the kernel images was
10568     overlapping with environment.
10569
10570     Signed-off-by: Wolfgang Denk <wd@denx.de>
10571
10572 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
10573 Author: Heiko Schocher <hs@denx.de>
10574 Date:   Wed Feb 11 19:26:15 2009 +0100
10575
10576     83xx: add missing TIMING_CFG1_CASLAT_* defines
10577
10578     Signed-off-by: Heiko Schocher <hs@denx.de>
10579     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10580
10581 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
10582 Author: Valeriy Glushkov <gvv@lstec.com>
10583 Date:   Thu Feb 5 14:35:21 2009 +0200
10584
10585     mpc8349itx: allow SATA boot from the onboard SIL1334
10586
10587     This patch allows using of SATA devices connected
10588     to the onboard PCI SIL1334 SATA controller.
10589
10590     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
10591     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10592
10593 commit e1ac387f4645499746856adc1aeaa9787da2eca6
10594 Author: Andy Fleming <afleming@freescale.com>
10595 Date:   Thu Oct 30 16:50:14 2008 -0500
10596
10597     83xx: Add eSDHC support on 8379 EMDS board
10598
10599     Signed-off-by: Andy Fleming <afleming@freescale.com>
10600
10601 commit 80522dc8369a89938369fbcee572e662373bc9a3
10602 Author: Andy Fleming <afleming@freescale.com>
10603 Date:   Thu Oct 30 16:51:33 2008 -0500
10604
10605     85xx: Add eSDHC support for 8536 DS
10606
10607     Signed-off-by: Andy Fleming <afleming@freescale.com>
10608
10609 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
10610 Author: Andy Fleming <afleming@freescale.com>
10611 Date:   Thu Oct 30 16:47:16 2008 -0500
10612
10613     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
10614
10615     This uses the new MMC framework
10616
10617     Some contributions by Dave Liu <daveliu@freescale.com>
10618
10619     Signed-off-by: Andy Fleming <afleming@freescale.com>
10620
10621 commit 272cc70b211e945e4413122aa73868f6ada732a5
10622 Author: Andy Fleming <afleming@freescale.com>
10623 Date:   Thu Oct 30 16:41:01 2008 -0500
10624
10625     Add MMC Framework
10626
10627     Here's a new framework (based roughly off the linux one) for managing
10628     MMC controllers.  It handles all of the standard SD/MMC transactions,
10629     leaving the host drivers to implement only what is necessary to
10630     deal with their specific hardware.
10631
10632     This also hooks the infrastructure into the PowerPC board code
10633     (similar to how the ethernet infrastructure now hooks in)
10634
10635     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
10636
10637     Signed-off-by: Andy Fleming <afleming@freescale.com>
10638
10639 commit 1de97f9856f697380cc504126ab92561ed238803
10640 Author: Andy Fleming <afleming@freescale.com>
10641 Date:   Thu Oct 30 16:31:39 2008 -0500
10642
10643     Eliminated arch-specific mmc header requirement
10644
10645     The current MMC infrastructure relies on the existence of an
10646     arch-specific header file.  This isn't necessary, and a couple
10647     drivers were forced to implement dummy files to meet this requirement.
10648     Instead, we move the stuff in those header files into a more appropriate
10649     place, and eliminate the stubs and the #include of asm/arch/mmc.h
10650
10651     Signed-off-by: Andy Fleming <afleming@freescale.com>
10652
10653 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
10654 Author: Andy Fleming <afleming@freescale.com>
10655 Date:   Thu Oct 30 16:21:00 2008 -0500
10656
10657     Convert mmc_init to mmc_legacy_init
10658
10659     This is to get it out of the way of incoming MMC framework
10660
10661     Signed-off-by: Andy Fleming <afleming@freescale.com>
10662
10663 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
10664 Author: Andy Fleming <afleming@freescale.com>
10665 Date:   Thu Oct 30 16:19:25 2008 -0500
10666
10667     Eliminate support for using MMC as memory
10668
10669     MMC cards are not memory, so we stop treating them that way.
10670
10671     Signed-off-by: Andy Fleming <afleming@freescale.com>
10672
10673 commit e1be0d25ecf494ae81245ca438738ba839d6329b
10674 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
10675 Date:   Sun Jan 4 08:46:38 2009 +0530
10676
10677     32bit BUg fix for DDR2 on 8572
10678
10679     This errata fix is required for 32 bit DDR2 controller on 8572.
10680     May  also be required for P10XX20XX platforms
10681
10682     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
10683
10684 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
10685 Author: Andy Fleming <afleming@freescale.com>
10686 Date:   Mon Feb 16 09:40:20 2009 -0600
10687
10688     TQM85xx: Fix a couple warnings in TQM8548 build
10689
10690     The ecm variable in sdram.c was being declared for all 8548, but only
10691     used by specific 8548 boards, so we make that variable require those
10692     specific boards, too
10693
10694     The nand code was using an index "i" into a table, and then re-using "i"
10695     to set addresses for each upm.  However, then it relied on the old value
10696     of i still being there to enable things.  Changed the second "i" to "j"
10697
10698     Signed-off-by: Andy Fleming <afleming@freescale.com>
10699
10700 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
10701 Author: Wolfgang Grandegger <wg@grandegger.com>
10702 Date:   Wed Feb 11 18:38:26 2009 +0100
10703
10704     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
10705
10706     This patch adds the workaround for erratum DDR20 according to MPC8548
10707     Device Errata document, Rev. 1: "CKE signal may not function correctly
10708     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
10709     processor version 2.1 and the work-around must be removed.
10710
10711     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10712
10713 commit 080408fdc71706adcb883d22125637c54f6010b1
10714 Author: Wolfgang Grandegger <wg@grandegger.com>
10715 Date:   Wed Feb 11 18:38:25 2009 +0100
10716
10717     MPC85xx: TQM8548: use cache for AG and BE variants
10718
10719     This patch makes accesses to the system memory cachable by removing the
10720     caching-inhibited and guarded flags from the relevant TLB entries for
10721     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
10722     are configured similarly.
10723
10724     This results in a big averall performace improvement. TFTP downloads,
10725     NAND Flash accesses, kernel boots, etc. are much faster.
10726
10727     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10728
10729 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
10730 Author: Wolfgang Grandegger <wg@grandegger.com>
10731 Date:   Wed Feb 11 18:38:24 2009 +0100
10732
10733     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
10734
10735     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
10736     module.
10737
10738     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10739     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10740
10741 commit 88b0e88d186479349e5a2b771e82775109e10fb4
10742 Author: Wolfgang Grandegger <wg@grandegger.com>
10743 Date:   Wed Feb 11 18:38:23 2009 +0100
10744
10745     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
10746
10747     According to new TQM8548 timing specification:
10748     Refresh Recovery: 34 -> 53 clocks
10749     CKE pulse width:  1 -> 3 cycles
10750     Window for four activities: 13 -> 14 cycles
10751
10752     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10753     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10754
10755 commit a865bcdac89278cac4dfc07dec8299403110499d
10756 Author: Wolfgang Grandegger <wg@grandegger.com>
10757 Date:   Wed Feb 11 18:38:22 2009 +0100
10758
10759     MPC85xx: TQM8548: add support for the TQM8548_AG module
10760
10761     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
10762     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
10763     with "$ make TQM8548_AG_config".
10764
10765     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10766
10767 commit ad7ee5d43b0db94079d56521dabca25674f28747
10768 Author: Wolfgang Grandegger <wg@grandegger.com>
10769 Date:   Wed Feb 11 18:38:21 2009 +0100
10770
10771     MPC85xx: TQM8548: add support for the TQM8548_BE module
10772
10773     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
10774     interface. With NAND support, the image is significantly larger and
10775     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
10776     module with "$ make TQM8548_BE_config".
10777
10778     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10779
10780 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
10781 Author: Wolfgang Grandegger <wg@grandegger.com>
10782 Date:   Wed Feb 11 18:38:20 2009 +0100
10783
10784     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
10785
10786     The TQM8548_AG module does not have the standard PCI/PCI-X interface
10787     connected but just the PCI Express interface . So far it was not
10788     possible to disable it without disabling the complete PCI interface
10789     (CONFIG_PCI) including PCI Express.
10790
10791     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10792
10793 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
10794 Author: Wolfgang Grandegger <wg@grandegger.com>
10795 Date:   Wed Feb 11 18:38:19 2009 +0100
10796
10797     MPC85xx: TQM85xx: fix flash protection for boot loader
10798
10799     As the reset vector is located at 0xfffffffc, all flash sectors from the
10800     beginning of the U-Boot binary to 0xffffffff must be protected. On the
10801     TQM8548-AG having small sectors at the end of the flash it happened that
10802     the last two sector were not protected and an "erase all" left an
10803     un-bootable system behind:
10804
10805     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
10806       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
10807       Erase timeout: 8192 ms, write timeout: 1 ms
10808
10809       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
10810       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
10811
10812     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
10813     board BSPs as well.
10814
10815     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10816
10817 commit a1c8a719262151f97119e76166043ee3da3f97b2
10818 Author: Peter Tyser <ptyser@xes-inc.com>
10819 Date:   Fri Feb 6 14:30:40 2009 -0600
10820
10821     86xx: Update CPU info output on bootup
10822
10823     - Update style of 86xx CPU information on boot to more closely
10824       match 85xx boards
10825     - Fix detection of 8641/8641D
10826     - Use strmhz() to display frequencies
10827     - Display L1 information
10828     - Display L2 cache size
10829     - Fixed CPU/SVR version output
10830
10831     == Before ==
10832     Freescale PowerPC
10833     CPU:
10834         Core: E600 Core 0, Version: 0.2, (0x80040202)
10835         System: Unknown, Version: 2.1, (0x80900121)
10836         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
10837         L2: Enabled
10838     Board: X-ES XPedite5170 3U VPX SBC
10839
10840     == After ==
10841     CPU:   8641D, Version: 2.1, (0x80900121)
10842     Core:  E600 Core 0, Version: 2.2, (0x80040202)
10843     Clock Configuration:
10844            CPU:1066.667 MHz, MPX:533.333 MHz
10845            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
10846     L1:    D-cache 32 KB enabled
10847            I-cache 32 KB enabled
10848     L2:    512 KB enabled
10849     Board: X-ES XPedite5170 3U VPX SBC
10850
10851     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10852
10853 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
10854 Author: Peter Tyser <ptyser@xes-inc.com>
10855 Date:   Thu Feb 5 11:25:24 2009 -0600
10856
10857     86xx: Update Global Utilities structure
10858
10859     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10860
10861 commit 4ef630df773e45806d701bf5d25c328778bb4cde
10862 Author: Peter Tyser <ptyser@xes-inc.com>
10863 Date:   Thu Feb 5 11:25:25 2009 -0600
10864
10865     86xx: Reset update
10866
10867     Update the 86xx reset sequence to try executing a board-specific reset
10868     function.  If the board-specific reset is not implemented or does not
10869     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
10870     reset procedure than the previous method and allows all board
10871     peripherals to be reset if needed.
10872
10873     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10874
10875 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
10876 Author: Kumar Gala <galak@kernel.crashing.org>
10877 Date:   Tue Feb 10 23:53:40 2009 -0600
10878
10879     fsl-ddr: Allow system to boot if we have more than 4G of memory
10880
10881     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
10882     an error and hang.  Instead of doing that since DDR is mapped in the
10883     lowest priority LAWs we setup the DDR controller and the max amount
10884     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
10885
10886     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10887     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
10888
10889 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
10890 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
10891 Date:   Wed Jan 21 17:17:33 2009 -0600
10892
10893     mpc85xx: Add support for the P2020
10894
10895     Added various p2020 processor specific details:
10896     * SVR for p2020, p2020E
10897     * immap updates for LAWs and DDR on p2020
10898     * LAW defines related to p2020
10899
10900     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
10901     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
10902     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10903
10904 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
10905 Author: Kumar Gala <galak@kernel.crashing.org>
10906 Date:   Tue Feb 10 17:36:15 2009 -0600
10907
10908     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
10909
10910     Added some info that is printed out when we boot to distiquish if we
10911     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
10912     different address maps.
10913
10914     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10915
10916 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
10917 Author: Andy Fleming <afleming@freescale.com>
10918 Date:   Fri Dec 5 20:10:22 2008 -0600
10919
10920     Fixup SGMII PHY ids in the device tree
10921
10922     The device tree's PHY addresses need to be fixed up if we're using the
10923     SGMII Riser Card.
10924
10925     The 8572, 8536, and 8544 DS boards were modified to call this function.
10926
10927     Code idea taken from Liu Yu <yu.liu@freescale.com>
10928
10929     Signed-off-by: Andy Fleming <afleming@freescale.com>
10930
10931 commit 5dc0cf68f8f101042997d75188081d8526d705ea
10932 Author: Andy Fleming <afleming@freescale.com>
10933 Date:   Wed Feb 11 15:10:31 2009 -0600
10934
10935     Make some minor whitespace changes to eliminate line-wrapping
10936
10937     Signed-off-by: Andy Fleming <afleming@freescale.com>
10938
10939 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
10940 Author: Andy Fleming <afleming@freescale.com>
10941 Date:   Wed Feb 11 15:07:24 2009 -0600
10942
10943     Add eth_get_dev_by_index
10944
10945     This allows code to iterate through the ethernet devices
10946
10947     Signed-off-by: Andy Fleming <afleming@freescale.com>
10948
10949 commit b67305120aaf268a6140125346678166d14f1f47
10950 Author: Kumar Gala <galak@kernel.crashing.org>
10951 Date:   Mon Feb 9 22:03:04 2009 -0600
10952
10953     85xx: Fix bug in device tree setup in 36-bit physical confg
10954
10955     In the 36-bit physical config for MPC8572DS when need the start address
10956     of memory and it size to be kept in phys_*_t instead of a ulong since
10957     we support >4G of memory in the config and ulong cant represent that.
10958     Otherwise we end up seeing the memory node in the device tree reporting
10959     back we have memory starting @ 0 and of size 0.
10960
10961     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10962
10963 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
10964 Author: Kumar Gala <galak@kernel.crashing.org>
10965 Date:   Mon Feb 9 22:03:05 2009 -0600
10966
10967     85xx: Fix address map for 36-bit config of MPC8572DS
10968
10969     When we introduced the 36-bit config of the MPC8572DS board we had the
10970     wrong PCI MEM bus address map.  Additionally, the change to the address
10971     map exposes a small issue in our dummy read on the ULI bus.  We need
10972     to use the new mapping functions to handle that read properly in the
10973     36-bit config.
10974
10975     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10976
10977 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
10978 Author: Kumar Gala <galak@kernel.crashing.org>
10979 Date:   Fri Feb 6 09:56:35 2009 -0600
10980
10981     85xx: Fix how we map DDR memory
10982
10983     Previously we only allowed power-of-two memory sizes and didnt
10984     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
10985     and should properly handle any size that we can make in the TLBs
10986     we have available to us
10987
10988     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10989
10990 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
10991 Author: Kumar Gala <galak@kernel.crashing.org>
10992 Date:   Fri Feb 6 09:56:34 2009 -0600
10993
10994     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
10995
10996     If we only have one controller we can completely ignore how
10997     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
10998     and think we have twice as much memory.
10999
11000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11001
11002 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
11003 Author: Kumar Gala <galak@kernel.crashing.org>
11004 Date:   Wed Feb 4 09:35:57 2009 -0600
11005
11006     85xx: Format cpu freq printing to handle 8 cores
11007
11008     Only print 4 cpu freq per line.  This way when we have 8 cores its a
11009     bit more readable.
11010
11011     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11012
11013 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
11014 Author: Abraham, Thomas <t-abraham@ti.com>
11015 Date:   Tue Oct 28 16:51:31 2008 +0530
11016
11017     USB: Remove LUN number from CDB
11018
11019     The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB.
11020
11021     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
11022     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11023
11024 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
11025 Author: Atin Malaviya <atin.malaviya@gmail.com>
11026 Date:   Tue Feb 3 15:17:10 2009 -0500
11027
11028     Added usbtty_configured() check. Fixed attribute(packed) warnings.
11029
11030     V3: Fixed line-wrap problem due to user error in mail!
11031
11032     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
11033     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
11034     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
11035
11036     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
11037     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11038
11039 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
11040 Author: Guennadi Liakhovetski <lg@denx.de>
11041 Date:   Fri Feb 13 09:23:36 2009 +0100
11042
11043     i.MX31: Start the I2C clock on driver initialisation
11044
11045     i.MX31 powers on with most clocks running, so, after a power on this explicit
11046     clock start up is not required. However, as Linux boots it disables most clocks
11047     to save power. This includes the I2C clock. If we then soft reboot from Linux
11048     the I2C clock stays off. This breaks the phycore, which has its environment in
11049     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
11050     initialisation routine.
11051
11052     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11053     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11054
11055 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
11056 Author: Mike Frysinger <vapier@gentoo.org>
11057 Date:   Wed Feb 11 20:36:14 2009 -0500
11058
11059     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
11060
11061     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
11062     common code are no longer needed.
11063
11064     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11065
11066 commit c2d9befa0b4695b89476fb5d259742c09afe243f
11067 Author: Heiko Schocher <hs@denx.de>
11068 Date:   Thu Feb 12 08:08:54 2009 +0100
11069
11070     82xx, mgcoge: fix compile error
11071
11072     With actual u-boot compiling the mgcoge port fails, because
11073     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
11074     necessary to define CONFIG_NET_MULTI.
11075
11076     Seems to me the mgcoge port is the only actual existing 8260
11077     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
11078     to be fixed.
11079
11080     Signed-off-by: Heiko Schocher <hs@denx.de>
11081
11082 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
11083 Author: Dirk Eibach <eibach@gdsys.de>
11084 Date:   Mon Feb 9 08:18:34 2009 +0100
11085
11086     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
11087
11088     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
11089     Signed-off-by: Stefan Roese <sr@denx.de>
11090
11091 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
11092 Author: Carolyn Smith <carolyn.smith@tektronix.com>
11093 Date:   Thu Feb 12 06:13:44 2009 +0100
11094
11095     ppc4xx: Fix initialization of the SDRAM_CODT register
11096
11097     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
11098     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
11099     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
11100
11101     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
11102     Signed-off-by: Stefan Roese <sr@denx.de>
11103
11104 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
11105 Author: Stefan Roese <sr@denx.de>
11106 Date:   Wed Feb 11 09:29:33 2009 +0100
11107
11108     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
11109
11110     Some AMCC eval boards do have a board_eth_init() function calling
11111     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
11112     with the new eth_init rework.
11113
11114     Signed-off-by: Stefan Roese <sr@denx.de>
11115
11116 commit c645012aefebb301e6907d148c6c8efacac049d4
11117 Author: Adam Graham <agraham@amcc.com>
11118 Date:   Mon Feb 9 13:18:12 2009 -0800
11119
11120     ppc4xx: Autocalibration can set RDCC to over aggressive value.
11121
11122     The criteria of the AMCC SDRAM Controller DDR autocalibration
11123     U-Boot code is to pick the largest passing write/read/compare
11124     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
11125     Cycle Select value.
11126
11127     On some Kilauea boards the DDR autocalibration algorithm can
11128     find a large passing write/read/compare window with a small
11129     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
11130     value "T1 Sample".
11131
11132     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
11133     "T1 Sample" proves to be to aggressive when later on U-Boot
11134     relocates into DDR memory and executes.
11135
11136     The memory traces on the Kilauea board are short so on some
11137     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
11138     value of "T1 Sample" shows up as a potentially valid value for
11139     the DDR autocalibratiion algorithm.
11140
11141     The fix is to define a weak default function which provides
11142     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
11143     to accept for DDR autocalibration.  The default will be the
11144     "T2 Sample" value.  A board developer who has a well defined
11145     board and chooses to be more aggressive can always provide
11146     their own board specific string function with the more
11147     aggressive "T1 Sample" value or stick with the default
11148     minimum SDRAM_RDCC.[RDSS] value of "T2".
11149
11150     Also put in a autocalibration loop fix for case where current
11151     write/read/compare passing window size is the same as a prior
11152     window size, then in this case choose the write/read/compare
11153     result that has the associated smallest RDCC T-Sample value.
11154
11155     Signed-off-by: Adam Graham <agraham@amcc.com>
11156     Signed-off-by: Stefan Roese <sr@denx.de>
11157
11158 commit 2ede879fcb67470524847bb4fc8972651bb46184
11159 Author: Stefan Roese <sr@denx.de>
11160 Date:   Wed Feb 11 09:37:12 2009 +0100
11161
11162     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
11163
11164     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
11165     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
11166
11167     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
11168     boards right now.
11169
11170     Signed-off-by: Stefan Roese <sr@denx.de>
11171
11172 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
11173 Author: Wolfgang Denk <wd@denx.de>
11174 Date:   Thu Feb 12 00:08:39 2009 +0100
11175
11176     Coding style cleanup; update CHANGELOG
11177
11178     Signed-off-by: Wolfgang Denk <wd@denx.de>
11179
11180 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
11181 Author: Peter Tyser <ptyser@xes-inc.com>
11182 Date:   Fri Jan 30 16:36:40 2009 -0600
11183
11184     Add feature-removal-schedule.txt
11185
11186     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11187
11188 commit 255d28e1642e8fc32a6753226be1a96b481ce111
11189 Author: Heiko Schocher <hs@denx.de>
11190 Date:   Tue Feb 10 09:32:38 2009 +0100
11191
11192     8xx serial, smc: Coding-Style cleanup serial SMC driver
11193
11194     Signed-off-by: Heiko Schocher <hs@denx.de>
11195
11196 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
11197 Author: Heiko Schocher <hs@denx.de>
11198 Date:   Tue Feb 10 09:31:47 2009 +0100
11199
11200     8xx serial, smc: add configurable SMC Rx buffer len
11201
11202     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
11203     With this option it is possible to allow the receive
11204     buffer for the SMC on 8xx to be greater then 1. In case
11205     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
11206     old version.
11207
11208     When defining CONFIG_SYS_SMC_RXBUFLEN also
11209     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
11210     idle timeout for the SMC.
11211
11212     Signed-off-by: Heiko Schocher <hs@denx.de>
11213
11214 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
11215 Author: Mike Frysinger <vapier@gentoo.org>
11216 Date:   Thu Feb 5 21:04:36 2009 -0500
11217
11218     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
11219
11220     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
11221     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
11222     code in the process.
11223
11224     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11225
11226 commit ab76e9848a1f4db64d14233741d739a3b3360c93
11227 Author: Mike Frysinger <vapier@gentoo.org>
11228 Date:   Thu Feb 5 21:04:50 2009 -0500
11229
11230     bzip2: move ifdef handling to Makefile COBJS-$(...)
11231
11232     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11233
11234 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
11235 Author: Jerry Van Baren <gvb.uboot@gmail.com>
11236 Date:   Thu Feb 5 22:18:02 2009 -0500
11237
11238     Fix whitespace damage: double space changed to a tab
11239
11240     At some point an intentional double space at the end of the sentence
11241     got changed into a tab in the GPL header line:
11242      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11243
11244     This patch fixes the damage.
11245
11246     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11247
11248 commit 4f975678de995b55749d5e84590c268972a7c835
11249 Author: Heiko Schocher <hs@denx.de>
11250 Date:   Tue Feb 10 09:53:29 2009 +0100
11251
11252     cfi: make flash_get_info() non static
11253
11254     If on your board is more than one flash, you must know
11255     the size of every single flash, for example, for updating
11256     the DTS before booting Linux. So make this function
11257     flash_get_info() extern, and you can have all info
11258     about your flashes.
11259
11260     Signed-off-by: Heiko Schocher <hs@denx.de>
11261     Signed-off-by: Stefan Roese <sr@denx.de>
11262
11263 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
11264 Author: Ben Warren <biggerbadderben@gmail.com>
11265 Date:   Thu Feb 5 23:58:25 2009 -0800
11266
11267     net: removed board-specific CONFIGs from MPC5xxx FEC driver
11268
11269     Added new CONFIG options for the three type of MAC-PHY interconnect and
11270     applied them all relevant board config files
11271
11272     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11273
11274 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
11275 Author: Mike Frysinger <vapier@gentoo.org>
11276 Date:   Thu Feb 5 21:04:47 2009 -0500
11277
11278     net/sntp.c: move ifdef into Makefile COBJS-$(...)
11279
11280     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11281     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11282
11283 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
11284 Author: Andy Fleming <afleming@freescale.com>
11285 Date:   Tue Feb 3 18:26:41 2009 -0600
11286
11287     tsec: Fix a bug in soft-resetting
11288
11289     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
11290     clock cycles, so it's been mostly working.  But we had no guarantee, and at
11291     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
11292     enforces a 2 microsecond gap between assertion and deassertion.
11293
11294     Signed-off-by: Andy Fleming <afleming@freescale.com>
11295     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11296
11297 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
11298 Author: Simon Munton <simon@nidoran.m5data.com>
11299 Date:   Mon Feb 2 09:44:08 2009 +0000
11300
11301     Fix 100Mbs ethernet operation on sh7763 based boards
11302
11303     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
11304     used in the GECMR register. Following diff fixes the problem
11305
11306     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
11307     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11308
11309 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
11310 Author: ksi@koi8.net <ksi@koi8.net>
11311 Date:   Fri Feb 6 16:27:55 2009 -0800
11312
11313     Fix MPC8260 with ethernet on SCC
11314
11315     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
11316     typo or something...
11317
11318     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
11319     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11320
11321 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
11322 Author: Heiko Schocher <hs@denx.de>
11323 Date:   Fri Jan 30 12:56:15 2009 +0100
11324
11325     82xx serial, smc: Coding-Style cleanup serial SMC driver
11326
11327     Signed-off-by: Heiko Schocher <hs@denx.de>
11328
11329 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
11330 Author: Heiko Schocher <hs@denx.de>
11331 Date:   Fri Jan 30 12:55:38 2009 +0100
11332
11333     82xx serial, smc: add configurable SMC Rx buffer len
11334
11335     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
11336     With this option it is possible to allow the receive
11337     buffer for the SMC on 82xx to be greater then 1. In case
11338     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
11339     old version.
11340
11341     When defining CONFIG_SYS_SMC_RXBUFLEN also
11342     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
11343     idle timeout for the SMC.
11344
11345     Signed-off-by: Heiko Schocher <hs@denx.de>
11346
11347 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
11348 Author: Kumar Gala <galak@kernel.crashing.org>
11349 Date:   Fri Feb 6 08:08:06 2009 -0600
11350
11351     ppc: Fix roll over bug in flush_cache()
11352
11353     If we call flush_cache(0xfffff000, 0x1000) it would never
11354     terminate the loop since end = 0xffffffff and we'd roll over
11355     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
11356
11357     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11358
11359 commit 87c9063963561d3d01064be34d0c30855a56587b
11360 Author: Kumar Gala <galak@kernel.crashing.org>
11361 Date:   Thu Feb 5 20:40:58 2009 -0600
11362
11363     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
11364
11365     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
11366     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
11367
11368     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11369     Acked-by: Stefan Roese <sr@denx.de>
11370
11371 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
11372 Author: Kumar Gala <galak@kernel.crashing.org>
11373 Date:   Thu Feb 5 20:40:57 2009 -0600
11374
11375     Add an architecture specific config.h for common defines
11376
11377     We have common defines that we duplicate in various ways.  Having an
11378     arch specific config.h gives us a common location for those defines.
11379
11380     Eventually we should be able to replace this when we have proper
11381     Kconfig support.
11382
11383     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11384
11385 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
11386 Author: Becky Bruce <beckyb@kernel.crashing.org>
11387 Date:   Tue Feb 3 18:10:56 2009 -0600
11388
11389     mpc8641hpcn: Change PCI MEM pci bus address
11390
11391     Now that the rest of u-boot can support it, change the PCI bus
11392     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
11393     and use the same bus address for both PCI1 and PCI2.  This will
11394     maximize the amount of PCI address space left over to map RAM
11395     on systems with large amounts of memory.
11396
11397     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11398
11399 commit 1785dbeed43599eed1d8875673c96912cd770141
11400 Author: Becky Bruce <beckyb@kernel.crashing.org>
11401 Date:   Tue Feb 3 18:10:55 2009 -0600
11402
11403     drivers/block/ahci: Fix pci mapping bug
11404
11405     The code assumes that the pci bus address and the virtual
11406     address used to access a region are the same, but they might
11407     not be.  Fix this assumption.
11408
11409     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11410
11411 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
11412 Author: Becky Bruce <beckyb@kernel.crashing.org>
11413 Date:   Tue Feb 3 18:10:54 2009 -0600
11414
11415     MPC8641HPCN: Enable CONFIG_ADDR_MAP
11416
11417     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11418
11419 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
11420 Author: Becky Bruce <beckyb@kernel.crashing.org>
11421 Date:   Tue Feb 3 18:10:53 2009 -0600
11422
11423     mpc8641hpcn: Clean up PCI mapping concepts
11424
11425     Clean up PCI mapping concepts in the 8641 config - rename _BASE
11426     to _BUS, as it's actually a PCI bus address, separate virtual
11427     and physical addresses into _VIRT and _PHYS, and use each
11428     appopriately.
11429
11430     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11431
11432 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
11433 Author: Becky Bruce <beckyb@kernel.crashing.org>
11434 Date:   Tue Feb 3 18:10:52 2009 -0600
11435
11436     mpc86xx: Add support to populate addr map based on BATs
11437
11438     If CONFIG_ADDR_MAP is enabled, update the address map
11439     whenever we write a bat.
11440
11441     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11442
11443 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
11444 Author: Becky Bruce <beckyb@kernel.crashing.org>
11445 Date:   Tue Feb 3 18:10:51 2009 -0600
11446
11447     powerpc: Move duplicated BAT defines to mmu.h
11448
11449     The BAT fields are architected; there's no need for these to be in
11450     cpu-specific files.  Drop the duplication and move these to
11451     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
11452     used by the alaska board, and switch to using the BATU_BL_xxx defines
11453     used by all the other boards.  The BL_ defines previously in use
11454     had to be shifted into the proper position for use, which was inefficient.
11455
11456     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11457
11458 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
11459 Author: Becky Bruce <beckyb@kernel.crashing.org>
11460 Date:   Tue Feb 3 18:10:50 2009 -0600
11461
11462     drivers/pci: Create pci_map_bar function
11463
11464     It is no longer always true that the pci bus address can be
11465     used as the virtual address for pci accesses.  pci_map_bar()
11466     is created to return the virtual address for a pci region.
11467
11468     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11469
11470 commit 2ecca3401775b125c3b9ff65766befb23989414b
11471 Author: Becky Bruce <beckyb@kernel.crashing.org>
11472 Date:   Tue Feb 3 18:10:49 2009 -0600
11473
11474     mpc8641hpcn: Set up outbound pci windows before inbound
11475
11476     Because the inbound pci windows are mapped generously, set up
11477     the more specific outbound windows first.  This way, when we
11478     search the pci regions for something, we will hit on the more
11479     specific region.  This can actually be a problem on systems
11480     with large amounts of RAM.
11481
11482     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11483
11484 commit b81b773ead0687114dc8a800f99ea6e504447739
11485 Author: Becky Bruce <beckyb@kernel.crashing.org>
11486 Date:   Mon Feb 2 16:34:52 2009 -0600
11487
11488     mpc8641hpcn: Use physical address in flash banks defintion
11489
11490     If the VA and PA of the flash aren't the same, the banks list
11491     should be initialized to hold the physical address.  Correct this.
11492
11493     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11494
11495 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
11496 Author: Ilya Yanok <yanok@emcraft.com>
11497 Date:   Tue Feb 10 00:22:31 2009 +0100
11498
11499     qong: support for Dave/DENX QongEVB-LITE board
11500
11501     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
11502
11503     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11504     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11505
11506 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
11507 Author: Ilya Yanok <yanok@emcraft.com>
11508 Date:   Mon Feb 9 18:45:28 2009 +0100
11509
11510     dnet: driver for Dave DNET ethernet controller
11511
11512     Driver for Dave DNET ethernet controller (used on Dave/DENX
11513     QongEVB-LITE board).
11514
11515     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11516     Acked-by: Ben Warren <biggerbadderben@gmail.com>
11517
11518 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
11519 Author: Kumar Gala <galak@kernel.crashing.org>
11520 Date:   Fri Feb 6 09:49:32 2009 -0600
11521
11522     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
11523
11524     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
11525     we should give preference to memory regions that aren't system memory.
11526
11527     Its possible that we have over mapped system memory in the regions and
11528     we want to avoid depending on the order of the regions.
11529
11530     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11531
11532 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
11533 Author: Kumar Gala <galak@kernel.crashing.org>
11534 Date:   Fri Feb 6 09:49:31 2009 -0600
11535
11536     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
11537
11538     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
11539     can be confusing when reading the code.
11540
11541     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
11542     for system memory mapping purposes.
11543
11544     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11545
11546 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
11547 Author: Ilya Yanok <yanok@emcraft.com>
11548 Date:   Sun Feb 8 00:59:43 2009 +0300
11549
11550     mx31: add GPIO registers definitions
11551
11552     Added definitions for i.MX31 processor GPIO registers.
11553
11554     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11555
11556 commit 8da601280a8acbc3385784780ed35130e53812f1
11557 Author: Peter Tyser <ptyser@xes-inc.com>
11558 Date:   Wed Feb 4 13:47:22 2009 -0600
11559
11560     NAND: Add timeout for reset command
11561
11562     Without the timeout present an infinite loop can occur if the
11563     NAND device is broken or not present.
11564
11565     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11566     Signed-off-by: Scott Wood <scottwood@freescale.com>
11567
11568 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
11569 Author: Peter Tyser <ptyser@xes-inc.com>
11570 Date:   Wed Feb 4 13:39:40 2009 -0600
11571
11572     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
11573
11574     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
11575     for disabling the "No NAND device found!!!" warning when
11576     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
11577     for silencing the warning.
11578
11579     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11580     Signed-off-by: Scott Wood <scottwood@freescale.com>
11581
11582 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
11583 Author: Valeriy Glushkov <gvv@lstec.com>
11584 Date:   Mon Jan 19 16:32:59 2009 +0200
11585
11586     NAND: Fixed invalid pointers to static relocated chip names
11587
11588     Dear Wolfgang,
11589
11590     You are right, the patch was ugly.
11591     The new one seems to be better.
11592
11593     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
11594     Signed-off-by: Scott Wood <scottwood@freescale.com>
11595
11596 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
11597 Author: Nishanth Menon <nm@ti.com>
11598 Date:   Mon Feb 2 18:20:12 2009 -0600
11599
11600     ARM:OMAP3:Zoom1: Add nand unlock option
11601
11602     Enable NAND_UNLOCK option for unlocking nand for
11603     erase/write operations
11604
11605     Signed-off-by: Nishanth Menon <nm@ti.com>
11606
11607 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
11608 Author: derek@siconix.com <derek@siconix.com>
11609 Date:   Mon Jan 26 14:08:17 2009 -0700
11610
11611     env_nand: fix env memory release
11612
11613     This fixes a bug that tmp environment memory not being released.
11614
11615     Signed-off-by: Derek Ou <dou@siconix.com>
11616     Signed-off-by: Scott Wood <scottwood@freescale.com>
11617
11618 commit 05fd88776419df59e7f37bac063a209409dd801d
11619 Author: Guennadi Liakhovetski <lg@denx.de>
11620 Date:   Fri Feb 6 10:37:45 2009 +0100
11621
11622     ARM: remove unused variable
11623
11624     The "size" variable in start_armboot() in lib_arm/board.c is only really
11625     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
11626     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
11627
11628     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11629
11630 commit 6989e4f546d960a407dd5425f800dff9751c8132
11631 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11632 Date:   Thu Feb 5 09:33:50 2009 -0500
11633
11634     Coldfire: M527x: Add missing GPIO register address defines
11635
11636     Add missing GPIO registers address definition for Coldfire M5271.
11637
11638     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11639
11640 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
11641 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11642 Date:   Fri Jan 23 14:42:58 2009 -0500
11643
11644     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
11645
11646     Modified mii_init to support boards with PHYs that are not set to
11647     autonegotiate, but still want to use u-boot's mii commands to probe
11648     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
11649
11650     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11651
11652 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
11653 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11654 Date:   Fri Jan 23 11:44:30 2009 -0500
11655
11656     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
11657
11658     Applied the patch for baudrate divider value truncation for
11659     serial_init to serial_setbrg as well.
11660
11661     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11662
11663 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
11664 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11665 Date:   Fri Jan 23 14:07:05 2009 -0500
11666
11667     Coldfire: M5271EVB: Board header update (dependencies)
11668
11669     Cleanup for M5271EVB:
11670     Added clarification on the use of CONFIG_SYS_CLOCK.
11671     Modified to use u-boot's HUSH parser.
11672     Cleanup on environment settings.
11673     Removed compiler warning by defining CONFIG_SYS_CS0_*
11674
11675     Dependencies:
11676     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
11677     This depends on a patch to include/asm-m68k/m5271.h
11678     that defines the multiplier and divider ratios.
11679
11680     Removed the definition of CONFIG_SYS_FECI2C.
11681     This depends on a patch that removes the use of it in
11682     cpu/mcf52x2/cpu_init.c
11683
11684     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11685
11686 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
11687 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11688 Date:   Thu Jan 29 14:36:06 2009 -0500
11689
11690     Coldfire: M5271: Allow board header file to specify clock multiplier
11691
11692     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
11693
11694     Allow the board header file to set their own multiplier and divider.
11695     Added the #define for the multiplier and divider to the cpu header file.
11696
11697     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11698
11699 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
11700 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11701 Date:   Fri Jan 23 10:47:13 2009 -0500
11702
11703     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
11704
11705     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
11706     Use read-modify-write to activate the FEC pins without disabling I2C.
11707
11708     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11709
11710 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
11711 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11712 Date:   Fri Jan 23 09:45:34 2009 -0500
11713
11714     Coldfire: cmd_bdinfo cleanup
11715
11716     CONFIG_M68K bdinfo cleanup:
11717
11718     Fixed compiler warning about baudrate printing.
11719     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
11720
11721     Added printing of "cpufreq"
11722
11723     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11724
11725 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
11726 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11727 Date:   Fri Jan 23 09:27:00 2009 -0500
11728
11729     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
11730
11731     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
11732     was causing the bus clock (not CPU clock) to be declared twice as
11733     fast as it actually is. This causes UARTS to operate at half the
11734     specified baudrate.
11735
11736     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11737
11738 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
11739 Author: Dirk Eibach <eibach@gdsys.de>
11740 Date:   Tue Feb 3 15:15:21 2009 +0100
11741
11742     ppc4xx: Make PCIE support selectable
11743
11744     On some platforms PCIE support is not required, but would be included
11745     because the cpu supports it. To reduce fooprint it is now configurable
11746     via CONFIG_PCI_DISABLE_PCIE.
11747
11748     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
11749     Signed-off-by: Stefan Roese <sr@denx.de>
11750
11751 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
11752 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11753 Date:   Tue Feb 3 22:13:16 2009 +0100
11754
11755     ppc4xx: Only fixup opb attached UARTs
11756
11757     This patch updates the fdt UART clock fixup code to
11758     only touch CPU internal UARTs on 4xx systems.
11759     Only these UARTs are definitely clocked by gd->uart_clk.
11760
11761     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11762     Signed-off-by: Stefan Roese <sr@denx.de>
11763
11764 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
11765 Author: Mike Frysinger <vapier@gentoo.org>
11766 Date:   Tue Jan 13 11:00:29 2009 -0500
11767
11768     Blackfin: move default boot SPI CS to common code
11769
11770     Move the default SPI CS that we boot from into common code so that it can
11771     be used in other SPI drivers and environment settings.
11772
11773     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11774
11775 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
11776 Author: Mike Frysinger <vapier@gentoo.org>
11777 Date:   Wed Dec 10 12:33:54 2008 -0500
11778
11779     Blackfin: dynamically update UART speed when initializing
11780
11781     Previously, booting over the UART required the baud rate to be known ahead
11782     of time.  Using a bit of tricky simple math, we can calculate the new board
11783     rate based on the old divisors.
11784
11785     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11786     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
11787
11788 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
11789 Author: Mike Frysinger <vapier@gentoo.org>
11790 Date:   Tue Dec 9 17:21:08 2008 -0500
11791
11792     Blackfin: add support for fast SPI reads with Boot ROM
11793
11794     Newer Blackfin boot roms support using the fast SPI read command rather than
11795     just the slow one.  If the functionality is available, then use it.
11796
11797     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11798
11799 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
11800 Author: Mike Frysinger <vapier@gentoo.org>
11801 Date:   Sat Oct 11 21:46:52 2008 -0400
11802
11803     Blackfin: check for reserved settings in DDR MMRs
11804
11805     Some bits of the DDR MMRs should not be set.  If they do, bad things may
11806     happen (like random failures or hardware destruction).
11807
11808     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11809
11810 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
11811 Author: Mike Frysinger <vapier@gentoo.org>
11812 Date:   Sat Oct 11 21:54:00 2008 -0400
11813
11814     Blackfin: set default voltage levels for BF538/BF539 parts
11815
11816     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11817
11818 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
11819 Author: Mike Frysinger <vapier@gentoo.org>
11820 Date:   Sun Jun 1 01:29:57 2008 -0400
11821
11822     Blackfin: use on-chip syscontrol() rom function when available
11823
11824     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
11825     to be used to properly program the memory and voltage settings as it will
11826     include (possibly critical) factory tested bias values.
11827
11828     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11829
11830 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
11831 Author: Stefan Roese <sr@denx.de>
11832 Date:   Thu Feb 5 11:44:52 2009 +0100
11833
11834     cfi_flash: Fix typo in cfi_flash.c
11835
11836     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
11837     introduced a small typo and compilation warning for systems with CFI
11838     legacy support (e.g. hcu4). This patch fixes it.
11839
11840     Signed-off-by: Stefan Roese <sr@denx.de>
11841
11842 commit 28745db969b72693754991c838f68a7fb4a8b1ab
11843 Author: Stefan Roese <sr@denx.de>
11844 Date:   Thu Jan 29 11:21:38 2009 +0100
11845
11846     jedec_flash: Only use manufacturer defines from common flash.h
11847
11848     This patch removes the double defined manufacturer defines from
11849     jedec_flash.c. Since the common defines in flash.h are 32bit
11850     we now need the (16) cast. This patch also removes the compilation
11851     warning (e.g. seen on hcu5):
11852
11853     ./MAKEALL hcu5
11854     Configuring for hcu5 board...
11855     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
11856
11857     Signed-off-by: Stefan Roese <sr@denx.de>
11858
11859 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
11860 Author: Stefan Roese <sr@denx.de>
11861 Date:   Thu Feb 5 11:25:57 2009 +0100
11862
11863     cfi_flash: Silence compilation warning
11864
11865     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
11866     introduced a small compilation warning. This patch fixes it.
11867
11868     Signed-off-by: Stefan Roese <sr@denx.de>
11869
11870 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
11871 Author: Becky Bruce <beckyb@kernel.crashing.org>
11872 Date:   Mon Feb 2 16:34:51 2009 -0600
11873
11874     flash/cfi_flash: Use virtual sector start address, not phys
11875
11876     include/flash.h was commented to say that the address in
11877     flash_info->start was a physical address.  However, from u-boot's
11878     point of view, and looking at most flash code, it makes more
11879     sense for this to be a virtual address.  So I corrected the
11880     comment to indicate that this was a virtual address.
11881
11882     The only flash driver that was actually treating the address
11883     as physical was the mtd/cfi_flash driver.  However, this code
11884     was using it inconsistently as it actually directly dereferenced
11885     the "start" element, while it used map_physmem to get a
11886     virtual address in other places.  I changed this driver so
11887     that the code which initializes the info->start field calls
11888     map_physmem to get a virtual address, eliminating the need for
11889     further map_physmem calls.  The code is now consistent.
11890
11891     The *only* place a physical address should be used is when defining the
11892     flash banks list that is used to initialize the flash_info struct,
11893     usually found in the board config file.
11894
11895     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11896     Signed-off-by: Stefan Roese <sr@denx.de>
11897
11898 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
11899 Author: Wolfgang Denk <wd@denx.de>
11900 Date:   Wed Feb 4 09:42:20 2009 +0100
11901
11902     Fix compiler warning
11903
11904     (shows up only when DEBUG is enabled)
11905
11906     Signed-off-by: Wolfgang Denk <wd@denx.de>
11907
11908 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
11909 Author: Mike Frysinger <vapier@gentoo.org>
11910 Date:   Mon Oct 6 03:45:55 2008 -0400
11911
11912     Blackfin: update anomaly lists
11913
11914     Update the anomaly lists to match latest anomaly sheets.
11915
11916     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11917
11918 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
11919 Author: Ralph Kondziella <rk@argos-messtechnik.de>
11920 Date:   Mon Jan 26 12:34:36 2009 -0700
11921
11922     ADS5121 Add PATA support
11923
11924     Original patch from Ralph Kondziella
11925     plus clean up by Wolfgang Denk
11926     plus changes by John Rigby
11927         use ips clock not lpc
11928         port forward to current u-boot release
11929
11930     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
11931     Signed-off-by: Wolfgang Denk <wd@denx.de>
11932     Signed-off-by: John Rigby <jrigby@freescale.com>
11933
11934 commit abfbd0ae4967df18102345db4f4b529a13da107b
11935 Author: Martha Marx <mmarx@silicontkx.com>
11936 Date:   Mon Jan 26 10:45:07 2009 -0700
11937
11938     ADS5121 Add IC Ident Module (IIM) support
11939
11940     IIM (IC Identification Module) is the fusebox for the mpc5121.
11941     Use #define CONFIG_IIM to turn on the clock for this module
11942     use #define CONFIG_CMD_FUSE to add fusebox commands.
11943     Fusebox commands include the ability to read
11944     the status, read the register cache, override the register cache,
11945     program the fuses and sense them.
11946
11947     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
11948     Signed-off-by: John Rigby <jrigby@freescale.com>
11949
11950 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
11951 Author: John Rigby <jrigby@freescale.com>
11952 Date:   Fri Jan 23 10:33:15 2009 -0700
11953
11954     ADS5121 Fix rev2 silicon pci iopad config
11955
11956     Reset config is not correct
11957
11958     Signed-off-by: John Rigby <jrigby@freescale.com>
11959
11960 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
11961 Author: John Rigby <jrigby@freescale.com>
11962 Date:   Wed Nov 19 13:57:34 2008 -0700
11963
11964     ADS5121 DIU Add diu_bmp_addr env
11965
11966     Add support for using a bmp other than
11967     FSL_Logo_BMP for the DIU splash screen.
11968
11969     Can now set the env var "diu_bmp_addr" to
11970     the address of a BMP in flash to use instead
11971     of the default FSL_Logo_BMP.
11972
11973     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
11974     Signed-off-by: John Rigby <jrigby@freescale.com>
11975
11976 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
11977 Author: John Rigby <jrigby@freescale.com>
11978 Date:   Thu Oct 30 16:39:35 2008 -0600
11979
11980     ADS5121 DIU Make inclusion of FSL logo optional
11981
11982     Make inclusion of FSL logo optional and
11983     turn it off by default.
11984
11985     Signed-off-by: John Rigby <jrigby@freescale.com>
11986
11987 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
11988 Author: Remy Bohmer <linux@bohmer.net>
11989 Date:   Sun Feb 1 12:27:53 2009 +0100
11990
11991     Compile warning fix in onenand_uboot.h
11992
11993     Regression since merge window after 2009.01
11994
11995     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11996
11997 commit a270d1e7295c3d829f42c0480117941dfc1c6477
11998 Author: Stefan Roese <sr@denx.de>
11999 Date:   Thu Jan 29 06:33:55 2009 +0100
12000
12001     USB: Add EHCI support for VCT EHCI controller (really with driver now)
12002
12003     Somehow I missed the real driver part in my last patch version. This patch
12004     now adds the driver.
12005
12006     Signed-off-by: Stefan Roese <sr@denx.de>
12007     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12008
12009 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
12010 Author: Cliff Cai <cliff.cai@analog.com>
12011 Date:   Sat Nov 29 18:22:38 2008 -0500
12012
12013     Blackfin: add driver for on-chip MMC/SD controller
12014
12015     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
12016
12017     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
12018     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12019
12020 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
12021 Author: Mike Frysinger <vapier@gentoo.org>
12022 Date:   Sat Oct 11 22:47:34 2008 -0400
12023
12024     Blackfin: add port muxing for BF51x SPI
12025
12026     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12027
12028 commit fc68f9f85959664d528daea2aef5ef54974331ce
12029 Author: Mike Frysinger <vapier@gentoo.org>
12030 Date:   Tue Jan 6 06:16:19 2009 -0500
12031
12032     Blackfin: output booting source when booting
12033
12034     Knowing the booting source of the part is useful, especially when the part
12035     can switch dynamically between sources.
12036
12037     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12038
12039 commit 8df3ce0f49c37947800ac7c84e751499882619fc
12040 Author: Mike Frysinger <vapier@gentoo.org>
12041 Date:   Thu Dec 11 06:30:46 2008 -0500
12042
12043     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
12044
12045     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
12046     the Blackfin on-chip bootrom to boot out of SPI flash.
12047
12048     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12049
12050 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
12051 Author: Mike Frysinger <vapier@gentoo.org>
12052 Date:   Thu Dec 11 04:06:26 2008 -0500
12053
12054     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
12055
12056     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12057
12058 commit e5eb93e77391bcc308697116c544ea1340aaae8a
12059 Author: Mike Frysinger <vapier@gentoo.org>
12060 Date:   Sat Dec 6 02:54:52 2008 -0500
12061
12062     Blackfin: add port I bits
12063
12064     Some people need to access port I, so make sure the pins are defined.
12065
12066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12067
12068 commit 8a6b272596d43de0db4943eac7af58c3534c4026
12069 Author: Sonic Zhang <Sonic.Zhang@analog.com>
12070 Date:   Wed Nov 26 22:16:45 2008 -0500
12071
12072     Blackfin: add driver for on-chip ATAPI controller
12073
12074     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
12075
12076     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
12077     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12078
12079 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
12080 Author: Mike Frysinger <vapier@gentoo.org>
12081 Date:   Wed Nov 26 21:43:06 2008 -0500
12082
12083     Blackfin: add driver for on-chip NAND controller
12084
12085     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
12086
12087     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12088
12089 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
12090 Author: Mike Frysinger <vapier@gentoo.org>
12091 Date:   Wed Nov 12 07:18:15 2008 -0500
12092
12093     Blackfin: build with -mno-fdpic
12094
12095     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
12096     up u-boot, including ones that output FDPIC ELF by default.
12097
12098     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12099
12100 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
12101 Author: Mike Frysinger <vapier@gentoo.org>
12102 Date:   Tue Nov 11 05:43:57 2008 -0500
12103
12104     Blackfin: fix up EBIU defines
12105
12106     The EBIU defines for EBSZ 256/512 were incorrect.
12107
12108     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12109
12110 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
12111 Author: Mike Frysinger <vapier@gentoo.org>
12112 Date:   Wed Nov 5 12:45:24 2008 -0500
12113
12114     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
12115
12116     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
12117     as usable with the source/destination addresses and the count size.
12118
12119     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12120
12121 commit b93c68648426f906d63b98117496b6415f505f39
12122 Author: Mike Frysinger <vapier@gentoo.org>
12123 Date:   Wed Nov 5 08:50:23 2008 -0500
12124
12125     Blackfin: only flag L1 instruction for DMA memcpy
12126
12127     The performance difference from doing an 8 bit DMA memcpy vs an optimized
12128     core memcpy can be pretty big when you add in the overhead of setting up the
12129     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
12130     actually require it.
12131
12132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12133
12134 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
12135 Author: Mike Frysinger <vapier@gentoo.org>
12136 Date:   Wed Nov 5 07:20:37 2008 -0500
12137
12138     Blackfin: dma_memcpy(): fix random failures
12139
12140     We have to make sure the DMA channel is actually disabled in hardware before
12141     attempting to reprogram it.  Otherwise the new settings are ignored and we
12142     end up with random hangs/failures.
12143
12144     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12145
12146 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
12147 Author: Mike Frysinger <vapier@gentoo.org>
12148 Date:   Tue Nov 4 00:04:03 2008 -0500
12149
12150     Blackfin: rewrite cache handling functions
12151
12152     Take the cache flush functions from the kernel as they use hardware loops in
12153     order to get optimal performance.
12154
12155     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12156
12157 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
12158 Author: Mike Frysinger <vapier@gentoo.org>
12159 Date:   Mon Nov 3 22:30:05 2008 -0500
12160
12161     Blackfin: setup bi_enetaddr for single nets
12162
12163     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
12164     based on $ethaddr, so set it up.
12165
12166     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12167
12168 commit 40599239e7875b39e2a5c12e6545992041c72c52
12169 Author: Mike Frysinger <vapier@gentoo.org>
12170 Date:   Fri Oct 24 22:48:47 2008 -0400
12171
12172     Blackfin: cache core/system clock values
12173
12174     Calculating the clocks requires a bit of calls to gcc math functions, so
12175     cache the values after the first run since they'll most likely never
12176     change once U-Boot is up and running.
12177
12178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12179
12180 commit 6957a6209b02f6b69607fc47425f13731cc477f1
12181 Author: Mike Frysinger <vapier@gentoo.org>
12182 Date:   Fri Oct 24 18:18:16 2008 -0400
12183
12184     Blackfin: enable --gc-sections
12185
12186     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
12187     and linking with --gc-sections.
12188
12189     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12190
12191 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
12192 Author: Mike Frysinger <vapier@gentoo.org>
12193 Date:   Mon Oct 20 21:08:54 2008 -0400
12194
12195     Blackfin: dont check baud if it wont actually get used
12196
12197     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12198
12199 commit 400f5778f375bc99c73c8488c555def261ccfab7
12200 Author: Mike Frysinger <vapier@gentoo.org>
12201 Date:   Tue Oct 14 07:54:09 2008 -0400
12202
12203     Blackfin: add driver for on-chip SPI controller
12204
12205     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
12206
12207     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12208
12209 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
12210 Author: Mike Frysinger <vapier@gentoo.org>
12211 Date:   Sat Oct 18 05:33:51 2008 -0400
12212
12213     Blackfin: only build post code when CONFIG_POST
12214
12215     Save some time by using CONFIG_POST in the Makefile rather than C files.
12216
12217     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12218
12219 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
12220 Author: Mike Frysinger <vapier@gentoo.org>
12221 Date:   Thu Jan 8 11:57:57 2009 -0500
12222
12223     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
12224
12225     Redo how pointers are managed to get rid of ugly casts and strict pointer
12226     aliasing issues that are highlighted by gcc 4.3.
12227
12228     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12229     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12230
12231 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
12232 Author: Mike Frysinger <vapier@gentoo.org>
12233 Date:   Tue Dec 9 17:46:21 2008 -0500
12234
12235     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
12236
12237     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
12238     does exactly the same thing as common "CONFIG_RMII".
12239
12240     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12241     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12242
12243 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
12244 Author: Mike Frysinger <vapier@gentoo.org>
12245 Date:   Wed Nov 5 06:36:15 2008 -0500
12246
12247     Blackfin: bfin_mac: use common debug()
12248
12249     Rather then defining our own DEBUGF(), just use the common debug().
12250
12251     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12252     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12253
12254 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
12255 Author: Mike Frysinger <vapier@gentoo.org>
12256 Date:   Mon Oct 20 13:59:51 2008 -0400
12257
12258     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
12259
12260     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
12261     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
12262
12263     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12264     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12265
12266 commit ac45af4e63ea925f4accc98453aab1a1166c196d
12267 Author: Mike Frysinger <vapier@gentoo.org>
12268 Date:   Tue Oct 14 04:52:00 2008 -0400
12269
12270     Blackfin: bfin_mac: cleanup MII/PHY functions
12271
12272     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
12273     existing common linux/miiphy.h code and hook into the `mii` command.
12274
12275     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12276     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12277
12278 commit 6b310a05f0d10c751f22468040932139f71c71d3
12279 Author: Mike Frysinger <vapier@gentoo.org>
12280 Date:   Tue Oct 14 00:31:30 2008 -0400
12281
12282     Blackfin: bfin_mac: set MDCDIV based on SCLK
12283
12284     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
12285     use the real algorithm so it gets set correctly regardless of SCLK.
12286
12287     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12288     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12289
12290 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
12291 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12292 Date:   Sat Jan 31 09:10:48 2009 +0100
12293
12294     ixp: move serial to drivers/serial
12295
12296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12297
12298 commit f90c8022f448bc5e93090e4b714368e52e912f0f
12299 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12300 Date:   Sat Jan 31 09:04:58 2009 +0100
12301
12302     ixp: move pci init in arm/board instead of cpu
12303
12304     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12305
12306 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
12307 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12308 Date:   Sat Jan 31 08:56:49 2009 +0100
12309
12310     ixp: move pci drivers to drivers/pci
12311
12312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12313
12314 commit 012d5bab09a534e4800b02f50cf508e6837202ea
12315 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12316 Date:   Sat Jan 31 08:53:44 2009 +0100
12317
12318     ixp: Move conditional compilation to Makefile
12319
12320     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12321
12322 commit f693f501d67434df1f815fd1824a71973ae08207
12323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12324 Date:   Sat Jan 31 08:53:44 2009 +0100
12325
12326     ixp: add missing os define
12327
12328     need by arm-elf toolchains and no impact on the arm-linux one
12329
12330     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12331
12332 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
12333 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12334 Date:   Sat Jan 31 09:53:39 2009 +0100
12335
12336     ixp: remove the option to include the Microcode
12337
12338     instead the board will have to load it from flash or ram
12339     which will be specified by npe_ucode env var
12340
12341     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12342
12343 commit 1b017baf2071d8daf643bce87250db898c606c66
12344 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12345 Date:   Fri Jan 30 09:45:23 2009 +0100
12346
12347     ixp/npe: Move conditional compilation to Makefile
12348
12349     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12350
12351 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
12352 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12353 Date:   Wed Jan 28 21:58:04 2009 +0100
12354
12355     SX1: add hardware V2 support
12356
12357     In the V2 the 2 flash has been replace by one 32MB flash
12358
12359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12360
12361 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
12362 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12363 Date:   Wed Jan 28 21:58:03 2009 +0100
12364
12365     SX1: Fix second flash mapping
12366
12367     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12368
12369 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
12370 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12371 Date:   Wed Jan 28 21:58:03 2009 +0100
12372
12373     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
12374
12375     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12376
12377 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
12378 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12379 Date:   Wed Jan 28 21:57:59 2009 +0100
12380
12381     move Samsung's board to board/samsung
12382
12383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12384
12385 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
12386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12387 Date:   Thu Jan 29 12:07:21 2009 +0100
12388
12389     move ARM Ltd. to vendor dir
12390
12391     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12392
12393 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
12394 Author: Larry Johnson <lrj@acm.org>
12395 Date:   Wed Jan 28 15:30:37 2009 -0500
12396
12397     ppc4xx: Clean up configuration file for Korat board
12398
12399     This patch updates the default environmental variables for the
12400     Korat PPC 440EPx board, and makes additional minor fixes.
12401
12402     Signed-off-by: Larry Johnson <lrj@acm.org>
12403     Signed-off-by: Stefan Roese <sr@denx.de>
12404
12405 commit f20405e31680efc36293c59b4963db57c9d93df4
12406 Author: Larry Johnson <lrj@acm.org>
12407 Date:   Wed Jan 28 15:30:02 2009 -0500
12408
12409     ppc4xx: Add variable "korat_usbcf" for Korat board
12410
12411     The new environment variable "korat_usbcf" selects the USB
12412     port used by the Korat board's CompactFlash controller.
12413
12414     Signed-off-by: Larry Johnson <lrj@acm.org>
12415     Signed-off-by: Stefan Roese <sr@denx.de>
12416
12417 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
12418 Author: Gunnar Rangoy <gunnar@rangoy.com>
12419 Date:   Fri Jan 23 12:56:31 2009 +0100
12420
12421     AVR32: macb - Search for PHY id
12422
12423     This patch adds support for searching through available PHY-addresses in
12424     the macb-driver. This is needed for the ATEVK1100 evaluation board,
12425     where the PHY-address will be initialized to either 1 or 7.
12426
12427     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
12428     enabled tells the driver to search for the PHY address.
12429
12430     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
12431     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
12432     Signed-off-by: Olav Morken <olavmrk@gmail.com>
12433     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12434
12435 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
12436 Author: Olav Morken <olavmrk@gmail.com>
12437 Date:   Fri Jan 23 12:56:26 2009 +0100
12438
12439     Fix IP alignment problem
12440
12441     This patch removes volatile from:
12442     volatile IP_t *ip = (IP_t *)xip;
12443
12444     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
12445     using volatile, which causes an exception since xip isn't aligned on a word
12446     boundary.
12447
12448     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
12449     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
12450     Signed-off-by: Olav Morken <olavmrk@gmail.com>
12451     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12452
12453 commit 12a8b9db12f82a189ff143a58731007f5469da61
12454 Author: Ron Madrid <ron_madrid@sbcglobal.net>
12455 Date:   Wed Jan 28 16:17:21 2009 -0800
12456
12457     Marvell 88E1118 interrupt fix
12458
12459     This patch adjusts the LED control so that interrupt lines are not reading LEDs
12460     and effectively causing indefinite interrupts to the controller.
12461
12462     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
12463     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12464
12465 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
12466 Author: Stefan Roese <sr@denx.de>
12467 Date:   Wed Jan 21 17:14:26 2009 +0100
12468
12469     net: smc911x.c: Add LAN9211 to chip_ids[] array
12470
12471     Signed-off-by: Stefan Roese <sr@denx.de>
12472     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12473
12474 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
12475 Author: Mike Frysinger <vapier@gentoo.org>
12476 Date:   Tue Jan 27 16:53:39 2009 -0500
12477
12478     Move is_valid_ether_addr() to include/net.h
12479
12480     Import the is_valid_ether_addr() function from the Linux kernel.
12481
12482     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12483     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12484
12485 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
12486 Author: Michal Simek <monstr@monstr.eu>
12487 Date:   Mon Jan 5 12:25:13 2009 +0100
12488
12489     net: Sort Makefile labels
12490
12491     Signed-off-by: Michal Simek <monstr@monstr.eu>
12492     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12493
12494 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
12495 Author: Wolfgang Denk <wd@denx.de>
12496 Date:   Wed Jan 28 23:06:42 2009 +0100
12497
12498     85xx: Fix compile breakage with sbc8540 and sbc8560
12499
12500     This fixes an error which raises just a warning:
12501     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
12502
12503     Signed-off-by: Wolfgang Denk <wd@denx.de>
12504
12505 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
12506 Author: Mike Frysinger <vapier@gentoo.org>
12507 Date:   Wed Jan 28 13:48:55 2009 -0500
12508
12509     SPD823TS: do not define CONFIG_CMD_ENV
12510
12511     Since the SPD823TS board does not actually have any writable flash to save
12512     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
12513     disabled.
12514
12515     This fixes the build error:
12516     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
12517     common/cmd_nvedit.c:557: undefined reference to `saveenv'
12518     make: *** [u-boot] Error 1
12519
12520     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12521
12522 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
12523 Author: Dirk Behme <dirk.behme@googlemail.com>
12524 Date:   Wed Jan 28 21:40:16 2009 +0100
12525
12526     OMAP3: Add Zoom1 board support
12527
12528     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
12529     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
12530
12531     Signed-off-by: Nishanth Menon <nm@ti.com>
12532     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
12533
12534 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
12535 Author: Dirk Behme <dirk.behme@googlemail.com>
12536 Date:   Wed Jan 28 21:39:58 2009 +0100
12537
12538     OMAP3: Add Pandora support
12539
12540     Add Pandora support.
12541
12542     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
12543     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12544     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
12545
12546 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
12547 Author: Dirk Behme <dirk.behme@googlemail.com>
12548 Date:   Wed Jan 28 21:39:58 2009 +0100
12549
12550     OMAP3: Add EVM board
12551
12552     Add EVM board support.
12553
12554     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
12555     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12556     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
12557
12558 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
12559 Author: Dirk Behme <dirk.behme@googlemail.com>
12560 Date:   Wed Jan 28 21:39:57 2009 +0100
12561
12562     OMAP3: Add Overo board
12563
12564     Add Overo board support.
12565
12566     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12567     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12568     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
12569
12570 commit f904cdbb68167c647887f19929ad295dbaac8862
12571 Author: Dirk Behme <dirk.behme@googlemail.com>
12572 Date:   Tue Jan 27 18:19:12 2009 +0100
12573
12574     OMAP3: Add common power code, README, and BeagleBoard
12575
12576     Add BeagleBoard support, common power code and README.
12577
12578     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
12579     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12580
12581 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
12582 Author: Kumar Gala <galak@kernel.crashing.org>
12583 Date:   Wed Jan 28 08:31:10 2009 -0600
12584
12585     85xx: Fix compile breakage with MPC8540EVAL
12586
12587     Configuring for MPC8540EVAL board...
12588     mpc8540eval.c: In function 'checkboard':
12589     mpc8540eval.c:53: error: invalid operands to binary /
12590     make[1]: *** [mpc8540eval.o] Error 1
12591
12592     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12593
12594 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
12595 Author: Bryan Wu <bryan.wu@analog.com>
12596 Date:   Sun Jan 18 23:04:27 2009 -0500
12597
12598     usb_scan_devices: fix output with no devices
12599
12600     We should check the return of usb_new_device() so that if no USB device is
12601     found, we print out the right message rather than always saying "new usb
12602     device found".
12603
12604     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
12605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12606     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12607
12608 commit f1c1f540243438246aefb703fdcf16957e3a72e1
12609 Author: Stefan Roese <sr@denx.de>
12610 Date:   Thu Jan 22 10:11:21 2009 +0100
12611
12612     USB: Add high-speed (480Mb/s) to all USB related outputs
12613
12614     With this patch the USB related connection speed output ("usb tree" command and
12615     debug output) is now high-speed enabled.
12616
12617     This patch also fixes a compilation warning when debugging is enabled.
12618
12619     Signed-off-by: Stefan Roese <sr@denx.de>
12620     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12621
12622 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
12623 Author: Stefan Roese <sr@denx.de>
12624 Date:   Wed Jan 21 17:12:19 2009 +0100
12625
12626     USB: Add dcache support to the EHCI driver
12627
12628     This patch adds routines to handle (flush/invalidate) the dcache for the
12629     QH and qTD structures and data buffers. This is needed on platforms using
12630     this EHCI support with dcache enabled (like the MIPS VCT board port).
12631
12632     Signed-off-by: Stefan Roese <sr@denx.de>
12633     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12634
12635 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
12636 Author: Stefan Roese <sr@denx.de>
12637 Date:   Wed Jan 21 17:12:28 2009 +0100
12638
12639     USB: Add EHCI support for VCT EHCI controller
12640
12641     Signed-off-by: Stefan Roese <sr@denx.de>
12642     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12643
12644 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
12645 Author: Stefan Roese <sr@denx.de>
12646 Date:   Wed Jan 21 17:12:10 2009 +0100
12647
12648     USB: Add config option to call ehci_hcd_init() again after EHCI reset
12649
12650     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
12651     to call ehci_hcd_init() again after ehci_reset() is executed. This
12652     is needed for the upcoming VCT EHCI support which needs to re-init
12653     the hcd part again after the EHCI CMD_RESET is executed.
12654
12655     Signed-off-by: Stefan Roese <sr@denx.de>
12656     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12657
12658 commit 597eb28bd9691266b7b804364cda577cdb51d106
12659 Author: Stefan Roese <sr@denx.de>
12660 Date:   Wed Jan 21 17:12:01 2009 +0100
12661
12662     USB: Fix speed detection on EHCI cntr with root hub transaction translators
12663
12664     This patch fixes an issue that the speed of USB devices was not detected
12665     correctly on some EHCI controllers. This will be used on the upcoming VCT
12666     EHCI support.
12667
12668     Signed-off-by: Stefan Roese <sr@denx.de>
12669     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12670
12671 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
12672 Author: Thomas Abraham <t-abraham@ti.com>
12673 Date:   Sun Jan 4 09:41:20 2009 +0530
12674
12675     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
12676
12677     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
12678     configuration file.
12679
12680     Signed-off-by: Ravi Babu <ravibabu@ti.com>
12681     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
12682     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
12683     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
12684     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12685
12686 commit 538ef967715322f64ee08efa2296d9682111b014
12687 Author: Thomas Abraham <t-abraham@ti.com>
12688 Date:   Sun Jan 4 09:41:16 2009 +0530
12689
12690     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
12691
12692     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
12693     controller hook up to USB core layer.
12694
12695     Signed-off-by: Ravi Babu <ravibabu@ti.com>
12696     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
12697     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
12698     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
12699     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12700
12701 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
12702 Author: Thomas Abraham <t-abraham@ti.com>
12703 Date:   Sun Jan 4 09:41:13 2009 +0530
12704
12705     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
12706
12707     Adding DM6446 (TI DaVinci) platform specific USB functionality for
12708     USB Phy and VBUS initialization.
12709
12710     Signed-off-by: Ravi Babu <ravibabu@ti.com>
12711     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
12712     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
12713     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
12714     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12715
12716 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
12717 Author: Thomas Abraham <t-abraham@ti.com>
12718 Date:   Sun Jan 4 09:41:09 2009 +0530
12719
12720     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
12721
12722     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
12723     platform.
12724
12725     Signed-off-by: Ravi Babu <ravibabu@ti.com>
12726     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
12727     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
12728     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
12729     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12730
12731 commit a142896934c755e679ba87e227a8e449f39b0012
12732 Author: Thomas Abraham <t-abraham@ti.com>
12733 Date:   Sun Jan 4 09:41:03 2009 +0530
12734
12735     usb : musb : Adding host controller driver for Mentor USB controller
12736
12737     Adding Mentor USB core functionality and Mentor USB Host controller
12738     functionality for Mentor USB OTG controller (musbhdrc).
12739
12740     Signed-off-by: Ravi Babu <ravibabu@ti.com>
12741     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
12742     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
12743     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
12744     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12745
12746 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
12747 Author: Mike Frysinger <vapier@gentoo.org>
12748 Date:   Thu Jan 1 18:27:27 2009 -0500
12749
12750     usb.h: use standard __LITTLE_ENDIAN from Linux headers
12751
12752     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
12753     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
12754     already setting up.
12755
12756     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12757     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12758
12759 commit 7b6e31eb17e3ff76238a60803fc531517d516223
12760 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12761 Date:   Wed Dec 31 10:33:56 2008 +0100
12762
12763     USB ehci ixp4xx support
12764
12765     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
12766
12767     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12768     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12769
12770 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
12771 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12772 Date:   Wed Dec 31 10:33:22 2008 +0100
12773
12774     USB ehci remove infinite loop and use handshake function
12775
12776     USB ehci code cleanup. Use handshake instead of infinite while loop
12777     to check the STD_ASS status
12778
12779     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12780     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12781
12782 commit 8fea2914ac974029b65926ef8247d908f84d202d
12783 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12784 Date:   Wed Dec 31 10:32:41 2008 +0100
12785
12786     Add initial support for USB ehci pci
12787
12788     Add USB ehci pci support. This patch doesn't include any
12789     pci_ids and it is not tested on real hardware.
12790
12791     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12792     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12793
12794 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
12795 Author: Bryan Wu <Bryan.Wu@analog.com>
12796 Date:   Thu Jan 1 19:48:07 2009 -0500
12797
12798     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
12799
12800     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
12801     does not like to be reset, so check for it.
12802
12803     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
12804     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12805     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12806
12807 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
12808 Author: Thomas Abraham <t-abraham@ti.com>
12809 Date:   Sun Jan 4 12:15:35 2009 +0530
12810
12811     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
12812
12813     This patch populates the 'priv' field of the USB keyboard device_t
12814     structure. The 'priv' field is populated with the address of the
12815     'struct usb_device' structure that represents the USB device.
12816
12817     The 'priv' field can then be used in the 'usb_event_poll' function to
12818     determine the USB device that requires to be polled. An
12819     example of its usage in 'usb_event_poll' function is as below.
12820
12821         device_t *dev;
12822         struct usb_device *usb_kbd_dev;
12823
12824         <snip>
12825
12826         dev = device_get_by_name("usbkbd");
12827         usb_kbd_dev = (struct usb_device *)dev->priv;
12828         iface = &usb_kbd_dev->config.if_desc[0];
12829
12830     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
12831     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12832
12833 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
12834 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12835 Date:   Thu Dec 18 10:05:37 2008 +0100
12836
12837     USB change speed
12838
12839     USB changes the speed according to the port status
12840
12841     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12842     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12843
12844 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
12845 Author: Remy Böhmer <linux@bohmer.net>
12846 Date:   Sat Dec 13 22:51:58 2008 +0100
12847
12848     EHCI fix code and ixp4xx test.
12849     USB ehci configuration parameter:
12850
12851     #define CONFIG_CMD_USB          1
12852     #define CONFIG_USB_STORAGE      1
12853     #define CONFIG_USB_EHCI
12854     #define CONFIG_USB_EHCI_IXP4XX      1
12855     #define CONFIG_EHCI_IS_TDI  1
12856     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
12857     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
12858     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
12859     #define CONFIG_LEGACY_USB_INIT_SEQ      1
12860
12861     2 USB Device(s) found
12862            scanning bus for storage devices... 0 Storage Device(s) found
12863     => usb tree
12864
12865     Device Tree:
12866       1  Hub (1.5MBit/s, 0mA)
12867       |  u-boot EHCI Host Controller
12868       |
12869       |+-2  Mass Storage (12MBit/s, 100mA)
12870            Sony Storage Media 0C07040930296
12871
12872     =>
12873
12874     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12875     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12876
12877 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
12878 Author: michael <michael@panicking.retis>
12879 Date:   Thu Dec 11 13:43:55 2008 +0100
12880
12881     [PATCH] This patch add varius fix to the ehci.
12882     - fix ehci_readl, ehci_writel
12883     - introduce new define in ehci.h
12884     - introduce the handshake function for waiting on a register
12885     - fix usb_ehci_fsl with the new HC_LENGTH macro
12886
12887     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12888     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12889
12890 commit db63299b1dd2894ade542278210bccd046de6435
12891 Author: michael <michael@panicking.retis>
12892 Date:   Wed Dec 10 17:55:19 2008 +0100
12893
12894     [PATCH] Fix EHCI usb. I start to test on a
12895     IXP465 board and I find some errors in the code. This
12896     patch fix:
12897     - descriptor initizialization (config, interface and endpoint
12898       must be one next-to the other when the USB_DT_CONFIG message
12899       is send.
12900     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
12901       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
12902     - Introduce the linux version of the usb_config_descriptor and
12903       usb_interface descriptor. This descriptor does't contains
12904       u-boot extension.
12905
12906     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12907     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12908
12909 commit 6b92487dcf9afe83a3570153d66940fdb293be76
12910 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12911 Date:   Fri Nov 28 13:22:09 2008 +0100
12912
12913     USB ehci freescale support
12914
12915     Add USB ehci freescale support
12916
12917     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12918     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12919
12920 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
12921 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12922 Date:   Fri Nov 28 13:20:46 2008 +0100
12923
12924     USB ehci core support
12925
12926     Add USB ehci core support
12927
12928     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12929     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12930
12931 commit 3e126484df7868e341545cce740b24b62b0cd3b7
12932 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12933 Date:   Fri Nov 28 13:19:19 2008 +0100
12934
12935     Prepare USB layer for ehci
12936
12937     Prepare USB layer for ehci support
12938
12939     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12940     Signed-off-by: Remy Böhmer <linux@bohmer.net>
12941
12942 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
12943 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12944 Date:   Wed Dec 10 15:52:06 2008 +0100
12945
12946     USB storage cleanup patch
12947
12948     Cleanup usb storage
12949
12950     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
12951     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12952
12953 commit fe033ad6d0883063fe857237abb9436fab03208c
12954 Author: Mike Frysinger <vapier@gentoo.org>
12955 Date:   Sun Oct 12 06:02:55 2008 -0400
12956
12957     Blackfin: fixup misc warnings such as printf's and missing casts
12958
12959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12960
12961 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
12962 Author: Mike Frysinger <vapier@gentoo.org>
12963 Date:   Sun Oct 12 22:09:26 2008 -0400
12964
12965     Blackfin: convert old boards to use COBJS-y Makefile style
12966
12967     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12968
12969 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
12970 Author: Mike Frysinger <vapier@gentoo.org>
12971 Date:   Sat Oct 11 22:38:37 2008 -0400
12972
12973     Blackfin: bf533-stamp: rewrite resource swap logic
12974
12975     The old swap function tended to clobber unrelated pins and screw up masks.
12976     Rewrite the thing from scratch so it only uses the resources it needs.
12977
12978     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12979
12980 commit 29d4ea0a9073c82469184331010136f52edf8db6
12981 Author: Mike Frysinger <vapier@gentoo.org>
12982 Date:   Sat Oct 11 22:08:42 2008 -0400
12983
12984     Blackfin: bootldr: implement BF53x/BF56x LDR loader
12985
12986     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
12987     arbitrary memory locations, so implement a basic one in software.
12988
12989     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12990
12991 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
12992 Author: Mike Frysinger <vapier@gentoo.org>
12993 Date:   Sat Oct 11 22:05:42 2008 -0400
12994
12995     Blackfin: implement real write support for OTP
12996
12997     Now that real documentation has been released for the OTP interface and
12998     the on-chip ROM wrt writing/timings, implement support for reading/writing
12999     as well as dumping/locking.
13000
13001     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13002
13003 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
13004 Author: Mike Frysinger <vapier@gentoo.org>
13005 Date:   Sat Oct 11 22:04:05 2008 -0400
13006
13007     Blackfin: update on-chip ROM API
13008
13009     This brings the API for the on-chip ROM in line with the toolchain and
13010     hardware documentation.
13011
13012     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13013
13014 commit 7633903bff432ec7b27905dce7396958553f2be6
13015 Author: Mike Frysinger <vapier@gentoo.org>
13016 Date:   Sat Oct 11 21:52:17 2008 -0400
13017
13018     Blackfin: allow serial console to be disabled
13019
13020     Some devices have no UART device pulled out, so allow people to disable the
13021     driver completely in favor of other methods (like JTAG-console).
13022
13023     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13024
13025 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
13026 Author: Mike Frysinger <vapier@gentoo.org>
13027 Date:   Sat Oct 11 21:51:20 2008 -0400
13028
13029     Blackfin: support console-over-JTAG
13030
13031     The Blackfin JTAG has the ability to pass data via a back-channel without
13032     halting the processor.  Utilize that channel to emulate a console.
13033
13034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13035
13036 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
13037 Author: Mike Frysinger <vapier@gentoo.org>
13038 Date:   Sat Oct 11 21:49:06 2008 -0400
13039
13040     Blackfin: handle new anomalies with reset
13041
13042     Workaround fun new anomalies related to software reset of the processor.
13043
13044     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13045
13046 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
13047 Author: Mike Frysinger <vapier@gentoo.org>
13048 Date:   Sat Oct 11 21:44:00 2008 -0400
13049
13050     Blackfin: pass RETX to Linux
13051
13052     Make sure we save the value of RETX at power on and then pass it on to the
13053     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
13054
13055     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13056
13057 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
13058 Author: Mike Frysinger <vapier@gentoo.org>
13059 Date:   Sat Oct 11 21:40:26 2008 -0400
13060
13061     Blackfin: clarify relocation comment during init
13062
13063     People often ask questions about the init process and when things go
13064     from flash to relocated base, so clarify the comments a bit.
13065
13066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13067
13068 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
13069 Author: Mike Frysinger <vapier@gentoo.org>
13070 Date:   Sat Oct 11 21:23:41 2008 -0400
13071
13072     Blackfin: just set SP register directly during init
13073
13074     No need to set the SP register indirectly to the configured value when it
13075     can be set directly.
13076
13077     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13078
13079 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
13080 Author: Mike Frysinger <vapier@gentoo.org>
13081 Date:   Sat Oct 11 21:15:53 2008 -0400
13082
13083     Blackfin: add portmuxing for UARTs on the BF51x
13084
13085     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13086
13087 commit 4f6a313240c531042f16909a3a170ab047b95779
13088 Author: Mike Frysinger <vapier@gentoo.org>
13089 Date:   Sun Jun 1 01:26:29 2008 -0400
13090
13091     Blackfin: respect CONFIG_CLKIN_HALF
13092
13093     As pointed out by Ivan Koryakovskiy, the initialization code was not
13094     actually respecting the CONFIG_CLKIN_HALF option when configuring the
13095     PLL_CTL register.
13096
13097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13098
13099 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
13100 Author: Mike Frysinger <vapier@gentoo.org>
13101 Date:   Sun Jun 1 01:21:34 2008 -0400
13102
13103     Blackfin: use common memcpy routine during init
13104
13105     Rather than using a local custom memcpy function, just call the existing
13106     optimized Blackfin version.
13107
13108     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13109
13110 commit 362c943347364e9373af4c5530778491ab56ec2e
13111 Author: Mike Frysinger <vapier@gentoo.org>
13112 Date:   Wed Apr 9 02:27:06 2008 -0400
13113
13114     Blackfin: set default boot SPI CS for BF538/BF539
13115
13116     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
13117     Blackfin parts.
13118
13119     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13120
13121 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
13122 Author: Mike Frysinger <vapier@gentoo.org>
13123 Date:   Wed Apr 9 02:20:59 2008 -0400
13124
13125     Blackfin: punt unused BF533-STAMP definitions
13126
13127     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13128
13129 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
13130 Author: Mike Frysinger <vapier@gentoo.org>
13131 Date:   Fri Apr 18 20:44:11 2008 -0400
13132
13133     Blackfin: resurrect BF533-STAMP video splash driver
13134
13135     This video driver used to live in the Blackfin cpu directory, but it was
13136     lost during the unification process.  This brings it back.
13137
13138     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13139
13140 commit a750d038f2548d846ea1e046d873dc932d041319
13141 Author: Mike Frysinger <vapier@gentoo.org>
13142 Date:   Wed Apr 9 02:31:29 2008 -0400
13143
13144     Blackfin: tighten up post memory coding style
13145
13146     No functional changes here; just cleanup code style a bit.
13147
13148     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13149
13150 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
13151 Author: Mike Frysinger <vapier@gentoo.org>
13152 Date:   Wed Apr 9 02:29:18 2008 -0400
13153
13154     Blackfin: bf537-stamp nand: fix more style errors in previous commit
13155
13156     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13157
13158 commit 41f3325ae9add641036d7cb362e884b698e53f07
13159 Author: Mike Frysinger <vapier@gentoo.org>
13160 Date:   Sat Oct 11 20:31:17 2008 -0400
13161
13162     Blackfin: drop dead/wrong debug code in initdram()
13163
13164     The DEBUG code in initdram() is quite old and was never really useful, so
13165     just drop it altogether.  Common Blackfin debug code does a better job.
13166
13167     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13168
13169 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
13170 Author: Mike Frysinger <vapier@gentoo.org>
13171 Date:   Sat Oct 11 20:30:28 2008 -0400
13172
13173     Blackfin: bf533-ezkit: shuffle flash defines a little
13174
13175     Some of the flash defines weren't in the correct location and caused build
13176     problems in some configurations, so let's move types and defines to better
13177     local locations.
13178
13179     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13180
13181 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
13182 Author: Mike Frysinger <vapier@gentoo.org>
13183 Date:   Mon Oct 6 04:16:47 2008 -0400
13184
13185     Blackfin: overhaul i2c driver
13186
13187     The current Blackfin i2c driver does not work properly with certain devices
13188     due to it breaking up transfers incorrectly.  This is a rewrite of the
13189     driver and relocates it to the newer place in the source tree.
13190
13191     Also remove duplicated I2C speed defines in Blackfin board configs and
13192     disable I2C slave address usage since it isn't implemented.
13193
13194     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13195
13196 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
13197 Author: Mike Frysinger <vapier@gentoo.org>
13198 Date:   Mon Oct 6 04:00:07 2008 -0400
13199
13200     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
13201
13202     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
13203     128kB when setting up the default flash protection region for U-Boot
13204     itself.
13205
13206     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13207
13208 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
13209 Author: Mike Frysinger <vapier@gentoo.org>
13210 Date:   Mon Oct 6 03:57:39 2008 -0400
13211
13212     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
13213
13214     When setting up the global data, rather than relying on sizeof(), use the
13215     common CONFIG_SYS_GBL_DATA_SIZE define.
13216
13217     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13218
13219 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
13220 Author: Mike Frysinger <vapier@gentoo.org>
13221 Date:   Mon Oct 6 03:52:24 2008 -0400
13222
13223     Blackfin: implement general support for CONFIG_STATUS_LED
13224
13225     Here are the Blackfin-specific and board-independent pieces for status leds.
13226
13227     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13228
13229 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
13230 Author: Mike Frysinger <vapier@gentoo.org>
13231 Date:   Mon Oct 6 03:49:32 2008 -0400
13232
13233     Blackfin: do not init i2c in Blackfin board init
13234
13235     The common code takes care of calling i2c_init() when needed, so no point
13236     in us doing it as well.
13237
13238     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13239
13240 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
13241 Author: Mike Frysinger <vapier@gentoo.org>
13242 Date:   Mon Oct 6 03:42:20 2008 -0400
13243
13244     Blackfin: bfin_mac: update port muxing
13245
13246     Adds support more Blackfin parts and fixes broken muxing for older ones.
13247
13248     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13249
13250 commit 05b75e48832fc4afeecf8e76d704349557dffa35
13251 Author: Mike Frysinger <vapier@gentoo.org>
13252 Date:   Mon Oct 6 03:35:44 2008 -0400
13253
13254     Blackfin: fix dcache handling when doing dma memcpy's
13255
13256     Our dcache invalidate function doesn't just invalidate, it also flushes.
13257     So rename the function accordingly and fix the dma_memcpy() function so it
13258     doesn't inadvertently corrupt the data destination.
13259
13260     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13261
13262 commit 68e5632494168095d75f120af70043b68afd2476
13263 Author: Mike Frysinger <vapier@gentoo.org>
13264 Date:   Thu Aug 7 18:56:56 2008 -0400
13265
13266     Blackfin: dont generate ldrs with --force
13267
13268     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13269
13270 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
13271 Author: Mike Frysinger <vapier@gentoo.org>
13272 Date:   Thu Aug 7 18:55:30 2008 -0400
13273
13274     Blackfin: pass --bmode/--initcode when creating ldr
13275
13276     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13277
13278 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
13279 Author: Mike Frysinger <vapier@gentoo.org>
13280 Date:   Thu Aug 7 18:39:27 2008 -0400
13281
13282     Blackfin: minimize time cache is turned off when replacing cplb entries
13283
13284     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13285
13286 commit 21d631360430cf0ae9099612273cd4de28911ba9
13287 Author: Mike Frysinger <vapier@gentoo.org>
13288 Date:   Thu Aug 7 15:31:13 2008 -0400
13289
13290     Blackfin: split cache handling out of dma_memcpy()
13291
13292     Creating a new dma_memcpy() function that skips all cache checks allows us
13293     to use the function in very early init where the cache is not yet setup.
13294
13295     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13296
13297 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
13298 Author: Mike Frysinger <vapier@gentoo.org>
13299 Date:   Thu Aug 7 15:30:49 2008 -0400
13300
13301     Blackfin: abort dma_memcpy() for L1 scratchpad
13302
13303     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13304
13305 commit 81b799add709177e838466461f7b9989488b0fd5
13306 Author: Mike Frysinger <vapier@gentoo.org>
13307 Date:   Thu Aug 7 15:27:52 2008 -0400
13308
13309     Blackfin: rename bootm.c to boot.c
13310
13311     The boot file contains functions for more than just "bootm", so rename it
13312     accordingly.
13313
13314     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13315
13316 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
13317 Author: Mike Frysinger <vapier@gentoo.org>
13318 Date:   Thu Aug 7 13:22:37 2008 -0400
13319
13320     Blackfin: set more sane default board config values
13321
13322     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13323
13324 commit 36cd52a00794fb15ffab05d640acca92d7482993
13325 Author: Mike Frysinger <vapier@gentoo.org>
13326 Date:   Thu Aug 7 15:24:59 2008 -0400
13327
13328     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
13329
13330     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13331
13332 commit c8054bc12e00669bd7588f2b30fef48aa94babac
13333 Author: Mike Frysinger <vapier@gentoo.org>
13334 Date:   Thu Aug 7 13:21:27 2008 -0400
13335
13336     Blackfin: add bit defines for DDR parts
13337
13338     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13339
13340 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
13341 Author: Mike Frysinger <vapier@gentoo.org>
13342 Date:   Thu Aug 7 13:21:11 2008 -0400
13343
13344     Blackfin: add defines to describe active bootrom behavior
13345
13346     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13347
13348 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
13349 Author: Kim Phillips <kim.phillips@freescale.com>
13350 Date:   Tue Jan 27 16:03:53 2009 -0600
13351
13352     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
13353
13354     extend commit c70564e6b1bd08f3230182392238907f3531a87e
13355     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
13356     to the simpc8313 build and fix this:
13357
13358     ...Large Page NAND...Configuring for SIMPC8313 board...
13359     nand_boot_fsl_elbc.o: In function `nand_boot':
13360     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
13361     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
13362     make: *** [nand_spl] Error 2
13363
13364     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13365
13366 commit 54a7cc4912feefa45be961cc47cc159563725d2f
13367 Author: Wolfgang Denk <wd@denx.de>
13368 Date:   Wed Jan 28 09:25:31 2009 +0100
13369
13370     mpc8536ds.c: include sata.h to for needed function prototypes
13371
13372     Signed-off-by: Wolfgang Denk <wd@denx.de>
13373
13374 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
13375 Author: Peter Tyser <ptyser@xes-inc.com>
13376 Date:   Tue Jan 27 18:03:12 2009 -0600
13377
13378     Command usage cleanup
13379
13380     Remove command name from all command "usage" fields and update
13381     common/command.c to display "name - usage" instead of
13382     just "usage". Also remove newlines from command usage fields.
13383
13384     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13385
13386 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
13387 Author: Peter Tyser <ptyser@xes-inc.com>
13388 Date:   Tue Jan 27 18:03:11 2009 -0600
13389
13390     amcc: Clean up command usage output
13391
13392     Update taihu and taishan commands to use cmd_usage() function
13393     to display usage messages.
13394
13395     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13396
13397 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
13398 Author: Peter Tyser <ptyser@xes-inc.com>
13399 Date:   Tue Jan 27 18:03:10 2009 -0600
13400
13401     Standardize command usage messages with cmd_usage()
13402
13403     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13404
13405 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
13406 Author: Peter Tyser <ptyser@xes-inc.com>
13407 Date:   Tue Jan 27 18:03:09 2009 -0600
13408
13409     pcs440ep: Clean up led command definition
13410
13411     The pcs440ep's led command usage formatting is non-standard.  It
13412     was made standard in preparation for larger command usage updates.
13413
13414     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13415
13416 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
13417 Author: Peter Tyser <ptyser@xes-inc.com>
13418 Date:   Tue Jan 27 18:03:08 2009 -0600
13419
13420     Clean up diufb command definitions
13421
13422     The diufb command usage formatting is non-standard.  It was
13423     made standard in preparation for larger command usage updates.
13424
13425     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13426
13427 commit 6450a8485836fc80615ae6de6a864c33369b44f5
13428 Author: Wolfgang Denk <wd@denx.de>
13429 Date:   Wed Jan 28 00:29:26 2009 +0100
13430
13431     Update CHANGELOG, tiny coding style cleanup.
13432
13433     Signed-off-by: Wolfgang Denk <wd@denx.de>
13434
13435 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
13436 Author: Mike Frysinger <vapier@gentoo.org>
13437 Date:   Tue Jan 27 16:12:21 2009 -0500
13438
13439     SATA: do not auto-initialize during boot
13440
13441     Rather than have the board code initialize SATA automatically during boot,
13442     make the user manually run "sata init".  This brings the SATA subsystem in
13443     line with common U-Boot policy.
13444
13445     Rather than having a dedicated weak function "is_sata_supported", people
13446     can override sata_initialize() to do their weird board stuff.  Then they
13447     can call the actual __sata_initialize().
13448
13449     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13450
13451 commit 50970839712dda35399e2fa83fe818df9354d618
13452 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13453 Date:   Mon Jan 26 08:45:14 2009 -0500
13454
13455     part_efi: Fix partition size calculation due to inclusive ending LBA.
13456
13457     The ending LBA is inclusive. Hence, the partition size should be
13458     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
13459
13460     This is confirmed against the results from the parted tool.
13461     (e.g. use parted /dev/sda -s unit S print) and observe the size.
13462
13463     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13464
13465 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
13466 Author: Tomasz Figa <tomasz.figa@gmail.com>
13467 Date:   Tue Dec 30 18:35:57 2008 +0100
13468
13469     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
13470
13471     This patch fixes a bug (?) introduced after inclusion of the new
13472     JFFS2 code.
13473
13474     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
13475     fill in part->sector_size (keeping it as 0), but a correct value is
13476     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
13477     to be in the same place of the memory, what obviously means
13478     impossibility to use the JFFS2 partition.
13479
13480     This problem is fixed in this patch by including sector size
13481     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
13482
13483     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
13484
13485 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
13486 Author: Mike Frysinger <vapier@gentoo.org>
13487 Date:   Tue Dec 30 02:59:25 2008 -0500
13488
13489     saveenv: standardize enablement
13490
13491     Rather than special casing each environment type for enabling the saveenv
13492     command, have them all behave the same.  This avoids bitrot as new env
13493     sources are added/removed.
13494
13495     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13496
13497 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
13498 Author: Andrew Dyer <adyer@righthandtech.com>
13499 Date:   Mon Dec 29 17:36:01 2008 -0600
13500
13501     soft_i2c.c add option for repeated start in i2c_read()
13502
13503     This patch adds a #define to optionally change the behaviour of
13504     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
13505     stop-start between sending the device address pointer write and
13506     reading back the data.  The current behaviour is retained as the
13507     default.
13508
13509     While most devices will work either way, I have a smart battery(*)
13510     that requires repeated start, and someone at some point found a
13511     device that required a stop-start.
13512
13513     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
13514
13515     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
13516
13517 commit 3429071700963ca2f944c51d695a7481af0cee33
13518 Author: Wolfgang Denk <wd@denx.de>
13519 Date:   Tue Jan 27 22:07:14 2009 +0100
13520
13521     {delta,zylonite}/lowlevel_init.S: fix typo
13522
13523     Commit 9d803d8c mistakenly changed some constants
13524     from 0x300 into 300 - this patch fixes it.
13525
13526     Pointed out by Tom Evans <tom@ceos.com.au>, see
13527     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
13528     details.
13529
13530     Signed-off-by: Wolfgang Denk <wd@denx.de>
13531
13532 commit 1bc434373013af241835c14011ac3f291dccbf53
13533 Author: Stefan Althoefer <stefan.althoefer@web.de>
13534 Date:   Sat Dec 20 19:40:41 2008 +0100
13535
13536     drivers/net/e1000.c: missing terminator for supported devices
13537
13538     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
13539
13540 commit 65f7d41031a70b1649b35020995c505edca91533
13541 Author: Wolfgang Denk <wd@denx.de>
13542 Date:   Tue Jan 27 21:36:28 2009 +0100
13543
13544     fat.c: fix warning: array subscript is above array bounds
13545
13546     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
13547
13548     Signed-off-by: Wolfgang Denk <wd@denx.de>
13549
13550 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
13551 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13552 Date:   Fri Jan 2 15:11:41 2009 +0100
13553
13554     Fix gunzip in case of insufficient output buffer
13555
13556     U-Boot's gunzip() function does not handle the return code
13557     of zlib's inflate() function correctly. gunzip() is implemented
13558     to uncompress all input data in one run. So the correct return
13559     code for the good case is Z_STREAM_END. In case of insufficient
13560     output buffer memory inflate returns Z_OK. For gunzip() this
13561     is an error.
13562
13563     It also makes sense to me to call inflateEnd() also in case
13564     of an error.
13565
13566     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13567
13568 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
13569 Author: Stefan Roese <sr@denx.de>
13570 Date:   Wed Jan 21 17:25:01 2009 +0100
13571
13572     MIPS: Add VCT board series support (Part 3/3)
13573
13574     Signed-off-by: Stefan Roese <sr@denx.de>
13575
13576 commit ae691e5719c48f1d2826cb72722497d1d162765b
13577 Author: Stefan Roese <sr@denx.de>
13578 Date:   Wed Jan 21 17:24:49 2009 +0100
13579
13580     MIPS: Add VCT board series support (Part 2/3)
13581
13582     Signed-off-by: Stefan Roese <sr@denx.de>
13583
13584 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
13585 Author: Stefan Roese <sr@denx.de>
13586 Date:   Wed Jan 21 17:24:39 2009 +0100
13587
13588     MIPS: Add VCT board series support (Part 1/3)
13589
13590     Signed-off-by: Stefan Roese <sr@denx.de>
13591
13592 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
13593 Author: Stefan Roese <sr@denx.de>
13594 Date:   Wed Jan 21 17:20:20 2009 +0100
13595
13596     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
13597
13598     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
13599     Those functions are needed for the upcoming dcache support for the USB
13600     EHCI driver. I chose this API because those cache handling functions are
13601     already present in the PPC architecture.
13602
13603     Signed-off-by: Stefan Roese <sr@denx.de>
13604     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13605
13606 commit de832a99414ff06a4b2cdc9f5280b387da039834
13607 Author: Stefan Roese <sr@denx.de>
13608 Date:   Mon Jan 26 10:05:20 2009 +0100
13609
13610     nand_spl: Fix compile problem with board_nand_init() prototype
13611
13612     This patch removes the now obsolete and additionally wrongly defined
13613     board_nand_init() prototype from nand_spl/nand_boot.c.
13614
13615     Signed-off-by: Stefan Roese <sr@denx.de>
13616     Signed-off-by: Scott Wood <scottwood@freescale.com>
13617
13618 commit e8eac437189430d8e04a5d254ed92c58bc534a79
13619 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13620 Date:   Wed Jan 14 08:44:26 2009 -0500
13621
13622     CFI: Add geometry reversal for STMicro M29W320ET
13623
13624     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
13625
13626     Modeled after flash_fixup_amd, this patch handles the geometry reversal
13627     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
13628     Since I cannot test all STM's chips, the detection is implemented as
13629     narrow as possible for now.
13630
13631     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13632     Signed-off-by: Stefan Roese <sr@denx.de>
13633
13634 commit 0f8e851e897b535959a0781171910cd97f33c30c
13635 Author: Jens Gehrlein <sew_s@tqs.de>
13636 Date:   Tue Dec 16 17:25:55 2008 +0100
13637
13638     CFI: increase performance of function find_sector()
13639
13640     Tested on TQM5200S-BD with Samsung K8P2815UQB
13641
13642     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
13643     Signed-off-by: Stefan Roese <sr@denx.de>
13644
13645 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
13646 Author: Jens Gehrlein <sew_s@tqs.de>
13647 Date:   Tue Dec 16 17:25:54 2008 +0100
13648
13649     CFI: avoid redundant function call in single word programming mode
13650
13651     The function find_sector() doesn't need to be called twice in
13652     the case of AMD command set.
13653     Tested on TQM5200S-BD with Samsung K8P2815UQB.
13654
13655     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
13656     Signed-off-by: Stefan Roese <sr@denx.de>
13657
13658 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
13659 Author: Stefan Roese <sr@denx.de>
13660 Date:   Mon Jan 26 10:15:23 2009 +0100
13661
13662     ppc4xx: Remove compilation warning in gdppc440etc.c
13663
13664     Signed-off-by: Stefan Roese <sr@denx.de>
13665
13666 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
13667 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13668 Date:   Fri Jan 2 12:19:47 2009 +0100
13669
13670     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
13671
13672     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
13673     Either they define or undef it. Because it's not used in any source
13674     files this patch removes any references to it.
13675
13676     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13677     Signed-off-by: Stefan Roese <sr@denx.de>
13678
13679 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
13680 Author: Dirk Eibach <eibach@gdsys.de>
13681 Date:   Tue Dec 9 13:12:40 2008 +0100
13682
13683     ppc4xx: Add GDsys PowerPC 440 ETX board support.
13684
13685     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
13686     Based on the AMCC Yosemite board support by Stefan Roese.
13687
13688     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
13689     Signed-off-by: Stefan Roese <sr@denx.de>
13690
13691 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
13692 Author: Dirk Eibach <eibach@gdsys.de>
13693 Date:   Tue Dec 9 11:00:07 2008 +0100
13694
13695     ppc4xx: Improve DDR autodetect
13696
13697     Added support for a second memory bank to DDR autodetection for 440
13698     platforms.
13699     Made hardcoded values configurable.
13700
13701     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
13702     Signed-off-by: Stefan Roese <sr@denx.de>
13703
13704 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
13705 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13706 Date:   Fri Nov 21 12:06:26 2008 +0900
13707
13708     sh: sh7763rdp: Update sh7763rdp config
13709
13710     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
13711
13712     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13713     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13714
13715 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
13716 Author: Gary Jennejohn <garyj@denx.de>
13717 Date:   Thu Nov 20 12:28:38 2008 +0100
13718
13719     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
13720
13721     This change is needed for mgcoge because it uses two ethernet drivers.
13722
13723     Add a check for the presence of the PIGGY board on mgcoge.  Without this
13724     board networking cannot work and the initialization must be aborted.
13725
13726     Only allocate rtx once to prevent DPRAM exhaustion.
13727
13728     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
13729     soon) in eth.c.
13730
13731     Signed-off-by: Gary Jennejohn <garyj@denx.de>
13732     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13733
13734 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
13735 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13736 Date:   Fri Nov 21 12:04:18 2008 +0900
13737
13738     sh: sh_eth: Change new network API
13739
13740     sh_eth used old network API. This patch changed new API.
13741
13742     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13743     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13744
13745 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
13746 Author: Stefan Roese <sr@denx.de>
13747 Date:   Wed Nov 12 13:31:02 2008 +0100
13748
13749     net: smc911x: Make register read/write functions weak
13750
13751     This patch changes the reg_read/_write to smc911x_reg_read/_write
13752     and defines then as weak so that they can be overridden by board
13753     specific version.
13754
13755     This will be used by the upcoming VCTH board support.
13756
13757     Signed-off-by: Stefan Roese <sr@denx.de>
13758     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13759
13760 commit 8b69b563039989885969d24465c56f8ac4c07c4c
13761 Author: Heiko Schocher <hs@denx.de>
13762 Date:   Thu Nov 20 09:57:14 2008 +0100
13763
13764     powerpc: net: support for the SMSC LAN8700 PHY
13765
13766     Signed-off-by: Heiko Schocher <hs@denx.de>
13767     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13768
13769 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
13770 Author: Alessandro Rubini <rubini@unipv.it>
13771 Date:   Sat Jan 24 18:10:37 2009 +0100
13772
13773     Initial support for Nomadik 8815 development board
13774
13775     The NMDK8815 board is distributed by ST Microelectornics.
13776     Other (proprietary) code must be run to unlock the CPU before
13777     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
13778
13779     This is the initial port, with basic infrastructure and
13780     a working serial port.
13781
13782     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
13783     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
13784     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13785
13786 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
13787 Author: Dirk Behme <dirk.behme@googlemail.com>
13788 Date:   Sun Dec 14 09:47:18 2008 +0100
13789
13790     OMAP3: Add I2C support
13791
13792     Add I2C support.
13793
13794     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13795
13796 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
13797 Author: Dirk Behme <dirk.behme@googlemail.com>
13798 Date:   Sun Dec 14 09:47:17 2008 +0100
13799
13800     OMAP3: Add MMC support
13801
13802     Add MMC support.
13803
13804     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13805
13806 commit 12201a13547ec22ddcdae278e74465e54a3be60c
13807 Author: Dirk Behme <dirk.behme@googlemail.com>
13808 Date:   Sun Dec 14 09:47:16 2008 +0100
13809
13810     OMAP3: Add NAND support
13811
13812     Add NAND support.
13813
13814     Signed-off-by: Nishanth Menon <nm@ti.com>
13815     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
13816     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13817
13818 commit 91eee546737ae21d930af479530997174c342b13
13819 Author: Dirk Behme <dirk.behme@googlemail.com>
13820 Date:   Sun Dec 14 09:47:15 2008 +0100
13821
13822     OMAP3: Add common board, interrupt and system info
13823
13824     Add common board, interrupt and system info code.
13825
13826     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13827
13828 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
13829 Author: Dirk Behme <dirk.behme@googlemail.com>
13830 Date:   Sun Dec 14 09:47:14 2008 +0100
13831
13832     OMAP3: Add common clock, memory and low level code
13833
13834     Add common clock, memory and low level code
13835
13836     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13837
13838 commit 0b02b184003e6a5023e05d5f31de54db279b1431
13839 Author: Dirk Behme <dirk.behme@googlemail.com>
13840 Date:   Sun Dec 14 09:47:13 2008 +0100
13841
13842     OMAP3: Add common cpu and start code
13843
13844     Add common cpu and start code.
13845
13846     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13847
13848 commit a8b6450546cd507d331b8fde384791d84bde5651
13849 Author: Dirk Behme <dirk.behme@googlemail.com>
13850 Date:   Sun Dec 14 09:47:12 2008 +0100
13851
13852     OMAP3: Add OMAP3, memory and function prototype headers
13853
13854     Add OMAP3, memory and function prototype header files for OMAP3.
13855
13856     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13857
13858 commit 2c803210a464abbac35752ca1c737514360b4c32
13859 Author: Dirk Behme <dirk.behme@googlemail.com>
13860 Date:   Sun Dec 14 09:47:11 2008 +0100
13861
13862     OMAP3: Add pin mux, clock and cpu headers
13863
13864     Add pin mux, clock and cpu header files for OMAP3.
13865
13866     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13867
13868 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
13869 Author: Maxim Artamonov <scn1874@yandex.ru>
13870 Date:   Wed Dec 3 05:38:17 2008 +0300
13871
13872     bugfix for i.mx31 CCM_UPCTL reg
13873
13874     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
13875
13876 commit 24113a44ed5cd3257a0237c3961e121812fca6db
13877 Author: Mike Frysinger <vapier@gentoo.org>
13878 Date:   Tue Dec 30 03:15:38 2008 -0500
13879
13880     easylogo: add optional gzip support
13881
13882     Some images can be quite large, so add an option to compress the
13883     image data with gzip in the U-Boot image. Then at runtime, the
13884     board can decompress it with the normal zlib functions.
13885
13886     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13887
13888 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
13889 Author: Bryan Wu <bryan.wu@analog.com>
13890 Date:   Fri Jan 2 20:47:45 2009 -0500
13891
13892     fat: fix unaligned errors
13893
13894     A couple of buffers in the fat code are declared as an array of bytes.
13895     But it is then cast up to a structure with 16bit and 32bit members.
13896     Since GCC assumes structure alignment here, we have to force the
13897     buffers to be aligned according to the structure usage.
13898
13899     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
13900     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13901
13902 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
13903 Author: Brad Bozarth <bflinux@yumbrad.com>
13904 Date:   Thu Jan 1 22:45:47 2009 -0500
13905
13906     spi flash: fix crash due to spi flash miscommunication
13907
13908     Higher spi flash layers expect to be given back a pointer that was
13909     malloced so that it can free the result, but the lower layers return
13910     a pointer that is in the middle of the malloced memory. Reorder the
13911     members of the lower spi structures so that things work out.
13912
13913     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
13914     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13915     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13916
13917 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
13918 Author: Yuri Tikhonov <yur@emcraft.com>
13919 Date:   Sat Dec 20 14:54:21 2008 +0300
13920
13921     FPU POST: fix warnings when building with 2.18 binutils
13922
13923     When compile u-boot with the 2.18 binutils the following
13924     warning messages for each object file in post/lib_ppc/fpu/ is
13925     produced at the linking stage:
13926
13927     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
13928     ...
13929
13930     This is because of the fact that, in general, the soft-float and
13931     hard-float ABIs are incompatible; the 2.18 binutils do checking
13932     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
13933     produce the worning like above if these are not compatible.
13934
13935     The incompatibility of ABIs is concerned only the float values:
13936     e.g. the soft-float ABI assumes the float argument passing in the
13937     pair of rX registers, and the hard-float ABI assumes passing of
13938     the float argument in the fX register. When we don't pass the float
13939     arguments between the functions compiled with different floatness,
13940     then such an application will work correctly.
13941     This is the case for the FPU POST: u-boot (compiled with soft-float)
13942     doesn't pass to (and doesn't get from) the FPU POST functions any
13943     floats; there are no functions exported from the post/lib_ppc/fpu/
13944     objects which would work with float parameters/returns too. So, we
13945     can reassure the linker not to worry about the difference in ABI
13946     attributes of linking files just by setting the 'soft-float'
13947     attribute for the objects in post/lib_ppc/fpu. And this patch does
13948     this.
13949
13950     Also, to avoid passing both soft- and hard-float options in CFLAGS
13951     when compiling the files from post/lib_ppc/fpu (which is OK, but
13952     looks rather dirty) this patch removes the soft-float string from
13953     CFLAGS in post/lib_ppc/fpu/Makefile.
13954
13955     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13956
13957 commit a7c9310457e85b4598abe5b304108edf11332e2f
13958 Author: Peter Tyser <ptyser@xes-inc.com>
13959 Date:   Wed Dec 17 16:36:22 2008 -0600
13960
13961     Add support for Maxim's DS4510 I2C device
13962
13963     Initial support for the DS4510, a CPU supervisor with
13964     integrated EEPROM, SRAM, and 4 programmable non-volatile
13965     GPIO pins. The CONFIG_DS4510 define enables support
13966     for the device while the CONFIG_CMD_DS4510 define
13967     enables the ds4510 command. The additional
13968     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
13969     CONFIG_DS4510_RST defines add additional sub-commands
13970     to the ds4510 command when defined.
13971
13972     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13973
13974 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
13975 Author: Dirk Eibach <eibach@gdsys.de>
13976 Date:   Tue Dec 16 14:51:56 2008 +0100
13977
13978     common: Iteration limit for memory test.
13979
13980     The iteration limit is passed to mtest as a fourth parameter:
13981     [start [end [pattern [iterations]]]]
13982     If no fourth parameter is supplied, there is no iteration limit and the
13983     test will loop forever.
13984
13985     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
13986
13987 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
13988 Author: Stefan Roese <sr@denx.de>
13989 Date:   Mon Dec 15 15:40:12 2008 +0100
13990
13991     serial: Rename driver vcth to vct to support other board variants
13992
13993     Moved driver vcth.c to vct.c to better reflect the VCT board series.
13994     This driver is now used by the VCT platforms:
13995
13996     vct_premium
13997     vct_platinum
13998     vct_platinumsvc
13999
14000     Signed-off-by: Stefan Roese <sr@denx.de>
14001
14002 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
14003 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14004 Date:   Fri Dec 12 00:45:27 2008 +0900
14005
14006     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
14007
14008     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14009
14010 commit c3284b030b1cd492b4f46c576aea01bef258599d
14011 Author: Peter Korsgaard <jacmet@sunsite.dk>
14012 Date:   Wed Dec 10 16:24:16 2008 +0100
14013
14014     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
14015
14016     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
14017     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
14018     !CONFIG_AUTOBOOT_KEYED case.
14019
14020     Do this by reversing the loop so we do at least one iteration before
14021     checking for timeout.
14022
14023     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14024
14025 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
14026 Author: Niklaus Giger <niklaus.giger@netstal.com>
14027 Date:   Mon Dec 8 17:24:08 2008 +0100
14028
14029     Added legacy flash ST Micro M29W040B
14030
14031 commit 626d07348e5f9f302f4ea182161a89f7362a0488
14032 Author: Graeme Russ <graeme.russ@gmail.com>
14033 Date:   Mon Dec 8 20:04:51 2008 +1100
14034
14035     Fixed off-by-one errors in lib_m68k/interrupts.c
14036
14037     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14038
14039 commit a5989c42ae5e295f274a795c426c47819bbdbfda
14040 Author: Graeme Russ <graeme.russ@gmail.com>
14041 Date:   Sun Dec 7 10:29:05 2008 +1100
14042
14043     Removed all references to CONFIG_SYS_RESET_GENERIC
14044
14045     Generic i386 reset - #define made redundant by weak function
14046
14047     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14048
14049 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
14050 Author: Graeme Russ <graeme.russ@gmail.com>
14051 Date:   Sun Dec 7 10:29:04 2008 +1100
14052
14053     Remove #ifdef CONFIG_SC520 in source code
14054
14055     CONFIG_SC520 is now used for conditional compile
14056
14057     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14058
14059 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
14060 Author: Graeme Russ <graeme.russ@gmail.com>
14061 Date:   Sun Dec 7 10:29:03 2008 +1100
14062
14063     Added MMCR reset functionality
14064
14065     Reset function specific to AMD SC520 microcontroller - Is more of a
14066     'hard reset' that the triple fault.
14067
14068     Requires CONFIG_SYS_RESET_SC520 to be defined in config
14069
14070     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
14071     but ld requires that a object file in a library arhive MUST contain
14072     at least one function which does not override a weak function (and is
14073     called from outside the object file) in order for that object file to
14074     be extracted from the archive. This would be the only function on the
14075     new file, and hence, will never get linked in.
14076
14077     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14078
14079 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
14080 Author: Graeme Russ <graeme.russ@gmail.com>
14081 Date:   Sun Dec 7 10:29:02 2008 +1100
14082
14083     Moved generic (triple fault) reset code
14084
14085     Moved from interrupts.c to cpu.c and made into a weak function to
14086     allow vendor specific override
14087
14088     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
14089     added to the vendor specific code without the need to remember to
14090     #undef usage of the generic method and if you forget to include your
14091     custom reset method, you will always get the default.
14092
14093     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14094
14095 commit 9933d609020c297788f53f334c8465fa7a99b10c
14096 Author: Graeme Russ <graeme.russ@gmail.com>
14097 Date:   Sun Dec 7 10:29:01 2008 +1100
14098
14099     Moved definition of set_vector() to new header file
14100
14101     This allows for future tidy ups and functionality that will require
14102     set_vector ()
14103
14104     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14105
14106 commit 407976185e0dda2c90e89027121a1071b9c77bfb
14107 Author: Graeme Russ <graeme.russ@gmail.com>
14108 Date:   Sun Dec 7 10:29:00 2008 +1100
14109
14110     Moved sc520 specific code into new cpu/i386/sc520 folder
14111
14112     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14113     Signed-off-by: Wolfgang Denk <wd@denx.de>
14114
14115 commit 85ffbbd51914925a542d8528be7f072e5ab02157
14116 Author: Graeme Russ <graeme.russ@gmail.com>
14117 Date:   Sun Dec 7 10:28:58 2008 +1100
14118
14119     Renamed cpu/i386/reset.S to resetvec.S
14120
14121     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
14122     for CPU reset functions
14123
14124     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14125
14126 commit a3f4c123f569474e80ea012b8db0de46afdb6443
14127 Author: Wolfgang Denk <wd@denx.de>
14128 Date:   Sat Jan 24 01:01:49 2009 +0100
14129
14130     Makefile: keep lists sorted.
14131
14132     Signed-off-by: Wolfgang Denk <wd@denx.de>
14133
14134 commit c620c01e96814558470698ed5cab1bf2f504d1b5
14135 Author: Graeme Russ <graeme.russ@gmail.com>
14136 Date:   Sun Dec 7 10:28:57 2008 +1100
14137
14138     Added initial eNET board support
14139
14140     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14141
14142 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
14143 Author: Gary Jennejohn <garyj@denx.de>
14144 Date:   Thu Nov 20 11:37:26 2008 +0100
14145
14146     POWERPC 82xx: add the SCC as an HDLC controller
14147
14148     Right now this is only used by keymile.
14149
14150     Signed-off-by: Gary Jennejohn <garyj@denx.de>
14151
14152 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
14153 Author: Heiko Schocher <hs@denx.de>
14154 Date:   Thu Nov 20 09:59:09 2008 +0100
14155
14156     powerpc, keymile boards: extract identical config options
14157
14158     This patch extracts the identical config options for the
14159     keymile boards mgcoge, mgsuvd and kmeter1 in a new
14160     common config file keymile-common.h.
14161
14162     Signed-off-by: Heiko Schocher <hs@denx.de>
14163
14164 commit 210c8c00aad3328145204adab434bb7d70b06b75
14165 Author: Heiko Schocher <hs@denx.de>
14166 Date:   Fri Nov 21 08:29:40 2008 +0100
14167
14168     powerpc: keymile: Add a check for the PIGGY debug board
14169
14170     Check the presence of the PIGGY on the keymile boards mgcoge,
14171     mgsuvd and kmeter1. If the PIGGY is not present, dont register
14172     this Ethernet device.
14173
14174     Signed-off-by: Heiko Schocher <hs@denx.de>
14175     Acked-by: Ben Warren <biggerbadderben@gmail.com>
14176
14177 commit de0443614af4d16675ab436665aeb11ddc9f7214
14178 Author: Heiko Schocher <hs@denx.de>
14179 Date:   Thu Nov 20 09:57:47 2008 +0100
14180
14181     powerpc: 83xx: add support for the kmeter1 board
14182
14183     This patch adds support for the kmeter1 board from Keymile,
14184     based on a Freescale MPC8360 CPU.
14185
14186     - serial console on UART 1
14187     - 256 MB DDR2 RAM
14188     - 64 MB NOR Flash
14189     - Ethernet RMII Mode over UCC4
14190     - PHY SMSC LAN8700
14191
14192     Signed-off-by: Heiko Schocher <hs@denx.de>
14193
14194 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
14195 Author: Sergei Poselenov <sposelenov@emcraft.com>
14196 Date:   Tue Nov 4 13:51:18 2008 +0100
14197
14198     Add a do_div() wrapper macro, lldiv().
14199
14200     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
14201     the dividend and returns the result of division, so it is useful
14202     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
14203
14204     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14205
14206 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
14207 Author: Kumar Gala <galak@kernel.crashing.org>
14208 Date:   Fri Jan 23 14:22:14 2009 -0600
14209
14210     85xx: Add a 36-bit physical configuration for MPC8572DS
14211
14212     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
14213     to allow for larger memory sizes.
14214
14215     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14216
14217 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
14218 Author: Kumar Gala <galak@kernel.crashing.org>
14219 Date:   Fri Jan 23 14:22:13 2009 -0600
14220
14221     85xx: Handle eLBC difference w/36-bit physical
14222
14223     The eLBC only handles 32-bit physical address in systems with 36-bit
14224     physical.  The previos generation of LBC handled 34-bit physical
14225     address in 36-bit systems.  Added a new CONFIG option to convey
14226     the difference between the LBC and eLBC.
14227
14228     Also added defines for XAM bits used in LBC for the extended 34-bit
14229     support.
14230
14231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14232
14233 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
14234 Author: Kumar Gala <galak@kernel.crashing.org>
14235 Date:   Fri Jan 23 14:22:12 2009 -0600
14236
14237     85xx: Use BR_ADDR macro for NAND chipselects
14238
14239     Use the new BR_ADDR macro to properly setup the address field of the
14240     localbus chipselects used by NAND.
14241
14242     This allows us to deal with 36-bit phys on these boards in the future.
14243
14244     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14245
14246 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
14247 Author: Haiying Wang <Haiying.Wang@freescale.com>
14248 Date:   Thu Jan 15 11:58:35 2009 -0500
14249
14250     Add secondary CPUs processor frequency for e500 core
14251
14252     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
14253     and prints each CPU's frequency separately. It also fixes up each CPU's
14254     frequency in "clock-frequency" of fdt blob.
14255
14256     Signed-off-by: James Yang <James.Yang@freescale.com>
14257     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14258
14259 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
14260 Author: Dave Liu <daveliu@freescale.com>
14261 Date:   Fri Nov 21 16:31:53 2008 +0800
14262
14263     85xx: enable the auto self refresh for wake up ARP
14264
14265     The wake up ARP feature need use the memory to process
14266     wake up packet, we enable auto self refresh to support it.
14267
14268     Signed-off-by: Dave Liu <daveliu@freescale.com>
14269     Acked-by: Andy Fleming <afleming@freescale.com>
14270
14271 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
14272 Author: Dave Liu <daveliu@freescale.com>
14273 Date:   Fri Nov 21 16:31:43 2008 +0800
14274
14275     fsl-ddr: use the 1T timing as default configuration
14276
14277     For light loaded system, we use the 1T timing to gain better
14278     memory performance, but for some heavily loaded system,
14279     you have to add the 2T timing options to board files.
14280
14281     Signed-off-by: Dave Liu <daveliu@freescale.com>
14282     Acked-by: Andy Fleming <afleming@freescale.com>
14283
14284 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
14285 Author: Dave Liu <daveliu@freescale.com>
14286 Date:   Fri Nov 21 16:31:35 2008 +0800
14287
14288     fsl-ddr: make the self refresh idle threshold configurable
14289
14290     Some 85xx processors have the advanced power management feature,
14291     such as wake up ARP, that needs enable the automatic self refresh.
14292
14293     If the DDR controller pass the SR_IT (self refresh idle threshold)
14294     idle cycles, it will automatically enter self refresh. However,
14295     anytime one transaction is issued to the DDR controller, it will
14296     reset the counter and exit self refresh state.
14297
14298     Signed-off-by: Dave Liu <daveliu@freescale.com>
14299     Acked-by: Andy Fleming <afleming@freescale.com>
14300
14301 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
14302 Author: Dave Liu <daveliu@freescale.com>
14303 Date:   Fri Nov 21 16:31:29 2008 +0800
14304
14305     fsl-ddr: clean up the ddr code for DDR3 controller
14306
14307     - The DDR3 controller is expanding the bits for timing config
14308     - Add the DDR3 32-bit bus mode support
14309
14310     Signed-off-by: Dave Liu <daveliu@freescale.com>
14311     Acked-by: Andy Fleming <afleming@freescale.com>
14312
14313 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
14314 Author: Dave Liu <daveliu@freescale.com>
14315 Date:   Fri Nov 21 16:31:22 2008 +0800
14316
14317     fsl-ddr: update the bit mask for DDR3 controller
14318
14319     According to the latest 8572 UM, the DDR3 controller
14320     is expanding the bit mask, and we use the extend ACTTOPRE
14321     mode when tRAS more than 19 MCLK.
14322
14323     Signed-off-by: Dave Liu <daveliu@freescale.com>
14324
14325 commit aca5f018a8386b85469482ed9867e3e29a2437d0
14326 Author: Kumar Gala <galak@kernel.crashing.org>
14327 Date:   Tue Dec 2 16:08:40 2008 -0600
14328
14329     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
14330
14331     Introduce a new define to seperate out the virtual address that PCI
14332     IO space is at from the physical address.  In most situations these are
14333     mapped 1:1.  However any code accessing the bus should use VIRT.
14334
14335     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14336     Acked-by: Andy Fleming <afleming@freescale.com>
14337
14338 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
14339 Author: Kumar Gala <galak@kernel.crashing.org>
14340 Date:   Tue Dec 2 16:08:39 2008 -0600
14341
14342     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
14343
14344     Introduce a new define to seperate out the virtual address that PCI
14345     memory is at from the physical address.  In most situations these are
14346     mapped 1:1.  However any code accessing the bus should use VIRT.
14347
14348     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14349     Acked-by: Andy Fleming <afleming@freescale.com>
14350
14351 commit a6e04c344ad1eefd47a75484441b385da815b8df
14352 Author: Kumar Gala <galak@kernel.crashing.org>
14353 Date:   Tue Dec 2 16:08:38 2008 -0600
14354
14355     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
14356
14357     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
14358     of TLBs.  This is what we should have always been using from the start.
14359
14360     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14361     Acked-by: Andy Fleming <afleming@freescale.com>
14362
14363 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
14364 Author: Kumar Gala <galak@kernel.crashing.org>
14365 Date:   Tue Dec 2 16:08:37 2008 -0600
14366
14367     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
14368
14369     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
14370     of _IO_BASE so we are more explicit.
14371
14372     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14373
14374 commit 10795f42cb94e71bcb262b615084f69dd886399a
14375 Author: Kumar Gala <galak@kernel.crashing.org>
14376 Date:   Tue Dec 2 16:08:36 2008 -0600
14377
14378     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
14379
14380     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
14381     of _MEM_BASE so we are more explicit.
14382
14383     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14384     Acked-by: Andy Fleming <afleming@freescale.com>
14385
14386 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
14387 Author: Kumar Gala <galak@kernel.crashing.org>
14388 Date:   Tue Dec 2 14:19:34 2008 -0600
14389
14390     85xx: separate FLASH BASE virtual from physical address
14391
14392     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
14393     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
14394
14395     This allows us to deal with 36-bit phys on these boards in the future.
14396
14397     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14398     Acked-by: Andy Fleming <afleming@freescale.com>
14399
14400 commit 52b565f5ad23b682489055b187767d8bf1c2e444
14401 Author: Kumar Gala <galak@kernel.crashing.org>
14402 Date:   Tue Dec 2 14:19:33 2008 -0600
14403
14404     85xx: separate PIXIS virtual from physical address
14405
14406     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
14407     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
14408
14409     This allows us to deal with 36-bit phys on these boards in the future.
14410
14411     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14412     Acked-by: Andy Fleming <afleming@freescale.com>
14413
14414 commit 30837e5b21d5a742983581ab9ee3fac085311d19
14415 Author: Haiying Wang <Haiying.Wang@freescale.com>
14416 Date:   Tue Nov 11 08:52:09 2008 -0500
14417
14418     Add README file for MPC8572DS board
14419
14420     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14421     Acked-by: Andy Fleming <afleming@freescale.com>
14422
14423 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
14424 Author: Mike Frysinger <vapier@gentoo.org>
14425 Date:   Mon Oct 20 16:15:04 2008 -0400
14426
14427     Blackfin: use common strmhz() in system output
14428
14429     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14430
14431 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
14432 Author: Ron Madrid <ron_madrid@sbcglobal.net>
14433 Date:   Thu Jan 22 15:05:24 2009 -0800
14434
14435     mpc83xx: New board support for SIMPC8313
14436
14437     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
14438     board boots from NAND devices and is configureable for either large or small
14439     page devices.  The board supports non-soldered DDR2, one ethernet port, a
14440     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
14441     to the eLBC providing glue logic to a TMS320C67xx DSP.
14442
14443     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
14444     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14445
14446 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
14447 Author: Mike Frysinger <vapier@gentoo.org>
14448 Date:   Sun Jan 18 19:46:06 2009 -0500
14449
14450     nand: fixup printf modifiers to match types used
14451
14452     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14453     Signed-off-by: Scott Wood <scottwood@freescale.com>
14454
14455 commit 389e6620e2271096df3316917528003627db4021
14456 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
14457 Date:   Tue Jan 20 16:57:55 2009 +0100
14458
14459     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
14460
14461     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
14462     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
14463     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
14464     tested before ".jffs2s" and only the first two characters are compared.
14465
14466     Correction:
14467     Test for ".jffs2s" first and compare the first 7 characters.
14468
14469     Signed-off-by: Scott Wood <scottwood@freescale.com>
14470
14471 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
14472 Author: Wolfgang Grandegger <wg@grandegger.com>
14473 Date:   Fri Jan 16 18:55:54 2009 +0100
14474
14475     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
14476
14477     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
14478     changes the default from 8 to 1 for the legacy and the new MTD
14479     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
14480     in the board config files because none of the boards use multi
14481     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
14482     define
14483
14484      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
14485
14486     but that's bogus and did not work anyhow.
14487
14488     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
14489     Signed-off-by: Scott Wood <scottwood@freescale.com>
14490
14491 commit c70564e6b1bd08f3230182392238907f3531a87e
14492 Author: Dave Liu <daveliu@freescale.com>
14493 Date:   Tue Dec 2 11:48:51 2008 +0800
14494
14495     NAND: Fix cache and memory inconsistency issue
14496
14497     We load the secondary stage u-boot image from NAND to
14498     system memory by nand_load, but we did not flush d-cache
14499     to memory, nor invalidate i-cache before we jump to RAM.
14500     When the system has cache enabled and the TLB/page attribute
14501     of system memory is cacheable, it will cause issues.
14502
14503     - 83xx family is using the d-cache lock, so all of d-cache
14504       access is cache-inhibited. so you can't see the issue.
14505     - 85xx family is using d-cache, i-cache enable, partial
14506       cache lock. you will see the issue.
14507
14508     This patch fixes the cache issue.
14509
14510     Signed-off-by: Dave Liu <daveliu@freescale.com>
14511     Signed-off-by: Scott Wood <scottwood@freescale.com>
14512
14513 commit 50657c273278f74378e1ac39b41d612b92fdffa0
14514 Author: Nishanth Menon <menon.nishanth@gmail.com>
14515 Date:   Sat Dec 13 09:43:06 2008 -0600
14516
14517     NAND: Enable nand lock, unlock feature
14518
14519     Enable nand lock, unlock and status of lock feature.
14520     Not every device and platform requires this, hence,
14521     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
14522
14523     Nand unlock and status operate on block boundary instead
14524     of page boundary. Details in:
14525     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
14526
14527     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
14528     Includes preliminary suggestions from Scott Wood
14529
14530     Signed-off-by: Nishanth Menon <nm@ti.com>
14531     Signed-off-by: Scott Wood <scottwood@freescale.com>
14532
14533 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
14534 Author: Mike Frysinger <vapier@gentoo.org>
14535 Date:   Sat Dec 6 02:40:55 2008 -0500
14536
14537     NAND: move board_nand_init to nand.h
14538
14539     Rather than putting the function prototype for board_nand_init() in the one
14540     place where it gets called, put it into nand.h so that every place that also
14541     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
14542     such as using the wrong return value (void rather than int) when defining
14543     the function.
14544
14545     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14546     Signed-off-by: Scott Wood <scottwood@freescale.com>
14547
14548 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
14549 Author: Stefan Roese <sr@denx.de>
14550 Date:   Tue Dec 2 11:06:47 2008 +0100
14551
14552     OneNAND: Additional sync with 2.6.27
14553
14554     - Add subpage write support
14555     - Add onenand_oob_64/32 ecclayout
14556
14557     This has been missing and without it UBI has some incompatibilies issues
14558     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
14559     placed differently (2048 instead of 512) without this fix.
14560
14561     Signed-off-by: Stefan Roese <sr@denx.de>
14562     Signed-off-by: Scott Wood <scottwood@freescale.com>
14563
14564 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
14565 Author: Kyungmin Park <kmpark@infradead.org>
14566 Date:   Thu Nov 13 15:14:33 2008 +0900
14567
14568     Add markbad function
14569
14570     Add missing markbad function
14571     If not, it's hang when it entered the mtd->mark_bad().
14572
14573     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14574
14575 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
14576 Author: Stefan Roese <sr@denx.de>
14577 Date:   Wed Nov 12 13:47:24 2008 +0100
14578
14579     OneNAND: Bad block aware read/write command support
14580
14581     Update OneNAND command to support bad block awareness.
14582     Also change the OneNAND command style to better match the
14583     NAND version.
14584
14585     Signed-off-by: Stefan Roese <sr@denx.de>
14586     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
14587
14588 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
14589 Author: Stefan Roese <sr@denx.de>
14590 Date:   Tue Nov 11 10:29:09 2008 +0100
14591
14592     OneNAND: Save version_id in onenand_chip struct
14593
14594     The version (ver_id) was not stored in the onenand_chip structure and
14595     because of this the continuous locking scheme could be enabled on some
14596     chips.
14597
14598     Signed-off-by: Stefan Roese <sr@denx.de>
14599
14600 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
14601 Author: Stefan Roese <sr@denx.de>
14602 Date:   Tue Nov 11 10:28:53 2008 +0100
14603
14604     OneNAND: Fix compiler warnings
14605
14606     Signed-off-by: Stefan Roese <sr@denx.de>
14607
14608 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
14609 Author: Dave Liu <daveliu@freescale.com>
14610 Date:   Tue Nov 4 14:55:06 2008 +0800
14611
14612     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
14613
14614     Signed-off-by: Dave Liu <daveliu@freescale.com>
14615
14616 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
14617 Author: Kyungmin Park <kmpark@infradead.org>
14618 Date:   Tue Nov 4 09:24:07 2008 +0900
14619
14620     Sync with 2.6.27
14621
14622     Sync with OneNAND kernel codes
14623
14624     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14625
14626 commit e7f325be9edeb84bb457301776bbac1f7257dafc
14627 Author: Michal Simek <monstr@monstr.eu>
14628 Date:   Mon Jan 5 13:35:31 2009 +0100
14629
14630     microblaze: Use cache functions (especially cache status)
14631     in systems which are configured without flash
14632
14633 commit e9b737deb2c30125362d20e24170617476026e94
14634 Author: Michal Simek <monstr@monstr.eu>
14635 Date:   Mon Jan 5 13:29:32 2009 +0100
14636
14637     microblaze: Add cache flush
14638
14639 commit b4f8dda35bfad447b4106828232705b2e878d168
14640 Author: Michal Simek <monstr@monstr.eu>
14641 Date:   Mon Jan 5 13:28:40 2009 +0100
14642
14643     microblaze: Add bootup messages to board.c
14644
14645 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
14646 Author: Michal Simek <monstr@monstr.eu>
14647 Date:   Fri Dec 19 13:25:55 2008 +0100
14648
14649     microblaze: Change microblaze-generic config file
14650
14651     Signed-off-by: Michal Simek <monstr@monstr.eu>
14652
14653 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
14654 Author: Michal Simek <monstr@monstr.eu>
14655 Date:   Fri Dec 19 13:14:05 2008 +0100
14656
14657     microblaze: Rename ml401 to microblaze-generic
14658
14659     Signed-off-by: Michal Simek <monstr@monstr.eu>
14660
14661 commit 6677876181cc8772bca8a372479a500d160f3993
14662 Author: Scott Wood <scottwood@freescale.com>
14663 Date:   Tue Jan 20 11:56:11 2009 -0600
14664
14665     83xx: Use the proper sequence for updating IMMR.
14666
14667     This ensures that subsequent accesses properly hit the new window.
14668
14669     The dcbi during the NAND loop was accidentally working around this;
14670     it's no longer necessary, as the cache is not enabled.
14671
14672     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
14673     Signed-off-by: Scott Wood <scottwood@freescale.com>
14674     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14675
14676 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
14677 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14678 Date:   Thu Jan 8 04:26:19 2009 +0300
14679
14680     mpc83xx: Add PCI-E support for MPC837XEMDS boards
14681
14682     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
14683     provides two PCI-E (x2) ports. Though, only one port can be used in x2
14684     mode. Two ports can function simultaneously in x1 mode.
14685
14686     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
14687
14688     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14689     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14690
14691 commit 8f11e34b31a7be124a3239653f33af9510502045
14692 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14693 Date:   Thu Jan 8 04:26:17 2009 +0300
14694
14695     mpc83xx: Add PCI-E support for MPC8315ERDB boards
14696
14697     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
14698     support them.
14699
14700     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14701     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14702
14703 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
14704 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14705 Date:   Thu Jan 8 04:26:12 2009 +0300
14706
14707     mpc83xx: Add support for MPC83xx PCI-E controllers
14708
14709     This patch adds support for MPC83xx PCI-E controllers in Root Complex
14710     mode.
14711
14712     The patch is based on Tony Li and Dave Liu work[1].
14713
14714     Though unlike the original patch, by default we don't register PCI-E
14715     buses for use in U-Boot, we only configure the controllers for future
14716     use in other OSes (Linux). This is done because we don't have enough
14717     of spare BATs to map all the PCI-E regions.
14718
14719     To actually use PCI-E in U-Boot, users should explicitly define
14720     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
14721     only then U-Boot will able to access PCI-E, but at the cost of disabled
14722     address translation.
14723
14724     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
14725
14726     Signed-off-by: Tony Li <tony.li@freescale.com>
14727     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14728     Acked-by: Dave Liu <daveliu@freescale.com>
14729     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14730
14731 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
14732 Author: Ira Snyder <iws@ovro.caltech.edu>
14733 Date:   Mon Jan 12 13:33:17 2009 -0800
14734
14735     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
14736
14737     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
14738     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
14739     "Clocking in PCI Agent Mode".
14740
14741     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14742     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14743
14744 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
14745 Author: Ira Snyder <iws@ovro.caltech.edu>
14746 Date:   Mon Jan 12 13:32:26 2009 -0800
14747
14748     83xx: PCI agent mode fixes for multi-board systems
14749
14750     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
14751     the boards will lock up the PCI bus by scanning against each other.
14752
14753     The boards lock against each other by trying to access the PCI bus before
14754     clearing their configuration lock bit. Both boards end up in a loop,
14755     sending and receiving "Target Not Ready" messages forever.
14756
14757     When running in PCI agent mode, the scanning now takes place after the
14758     boards have cleared their configuration lock bit.
14759
14760     Also, add a missing declaration to the mpc83xx.h header file, fixing a
14761     build warning.
14762
14763     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14764     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14765
14766 commit 455a46915b82896cc2070eb326d075555c2bc580
14767 Author: Ron Madrid <ron_madrid@sbcglobal.net>
14768 Date:   Fri Dec 12 13:12:45 2008 -0800
14769
14770     mpc83xx: Size optimization of start.S
14771
14772     Currently there are in excess of 100 bytes located at the beginning of the image
14773     built by start.S that are not being utilized.  This patch moves a few functions
14774     into this part of the image.  This will create a greater number of *available*
14775     bytes that can be used by board specific code in NAND builds and will decrease
14776     the size of the assembled code in other builds.
14777
14778     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
14779     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14780
14781 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
14782 Author: Wolfgang Denk <wd@denx.de>
14783 Date:   Wed Jan 21 23:08:12 2009 +0100
14784
14785     Prepare v2009.01
14786
14787     Signed-off-by: Wolfgang Denk <wd@denx.de>
14788
14789 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
14790 Author: Wolfgang Denk <wd@denx.de>
14791 Date:   Sun Jan 18 21:37:48 2009 +0100
14792
14793     Prepare 2009.01-rc3
14794
14795     Update CHANGELOG
14796
14797     Signed-off-by: Wolfgang Denk <wd@denx.de>
14798
14799 commit 4cda437898f7873752f0201757cd33f12196ce87
14800 Author: Mike Frysinger <vapier@gentoo.org>
14801 Date:   Sat Jan 17 13:32:42 2009 -0500
14802
14803     build system: treat all Darwin's alike
14804
14805     The x86 based version of Darwin behaves the same quirky way as the powerpc
14806     Darwin, so only check HOSTOS when setting up Darwin workarounds.
14807
14808     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14809
14810 commit c088a108c75db565e07292fd668dfa5491e85bc2
14811 Author: Peter Korsgaard <jacmet@sunsite.dk>
14812 Date:   Wed Jan 14 13:52:24 2009 +0100
14813
14814     fdt_resize(): fix actualsize calculations with unaligned blobs
14815
14816     The code in fdt_resize() to extend the fdt size to end on a page boundary
14817     is wrong for fdt's not located at an address aligned on a page boundary.
14818     What's even worse, the code would make actualsize shrink rather than grow
14819     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
14820     causing fdt_add_mem_rsv to fail.
14821
14822     Fix it by aligning end address (blob + size) to a page boundary instead.
14823     For aligned fdt's this is equivalent to what we had before.
14824
14825     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14826
14827 commit fadad1573fb16c90025f08a2861d6047d093cba7
14828 Author: Mike Frysinger <vapier@gentoo.org>
14829 Date:   Fri Jan 9 04:38:17 2009 -0500
14830
14831     ncb: use socklen_t
14832
14833     The recvfrom() function takes a socklen_t, not an int.
14834
14835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14836
14837 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
14838 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14839 Date:   Sun Jan 11 16:35:16 2009 +0100
14840
14841     sh: serial: use readx/writex accessors
14842
14843     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14844     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14845
14846 commit 9e1fa628bdb64745811cdd26c4f953846c076180
14847 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14848 Date:   Sun Jan 11 16:35:15 2009 +0100
14849
14850     sh: serial: coding style cleanup
14851
14852     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14853     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14854
14855 commit c9935c992575922b7ef13eec0656ed8665d324e3
14856 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14857 Date:   Sun Jan 11 17:48:56 2009 +0900
14858
14859     sh: Fix compile error on lowlevel_init file
14860
14861     lowlevel_init of SH was corrected to use the write/readXX macro.
14862     However, there was a problem that was not able to be compiled partially.
14863     This patch corrected this.
14864
14865     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14866
14867 commit a5b04d00bfeb940c62232972ce644d50b45797f9
14868 Author: Kieran Bingham <kieranbingham@gmail.com>
14869 Date:   Tue Dec 30 01:16:03 2008 +0000
14870
14871     sh: Fix up rsk7203 target for out of tree build
14872
14873     Fix up rsk7203 target to build successfully using out-of-tree build.
14874
14875     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
14876     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14877
14878 commit f7e78f3b74aae9caca2997bad865a72338326c0a
14879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14880 Date:   Sat Dec 20 19:29:49 2008 +0100
14881
14882     sh: use write{8,16,32} in all lowlevel_init
14883
14884     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14885     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14886
14887 commit e4430779623af500de1cee7892c379f07ef59813
14888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14889 Date:   Sat Dec 20 19:29:48 2008 +0100
14890
14891     sh: lowlevel_init coding style cleanup
14892
14893     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14894     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14895
14896 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
14897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14898 Date:   Sat Dec 20 15:27:45 2008 +0100
14899
14900     sh: update sh2/sh2a timer coding style
14901
14902     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14903     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14904
14905 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
14906 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14907 Date:   Sat Dec 20 15:25:22 2008 +0100
14908
14909     sh: update sh timer coding style
14910
14911     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14912     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14913
14914 commit 0e3ece33801e377be67ffa29f083421ad820f28b
14915 Author: Wolfgang Denk <wd@denx.de>
14916 Date:   Wed Jan 14 23:26:05 2009 +0100
14917
14918     Prepare 2009.01-rc2
14919
14920     Update CHANGELOG.
14921
14922     Signed-off-by: Wolfgang Denk <wd@denx.de>
14923
14924 commit e92c9a860e44c14513c8909ce4299e253a775eeb
14925 Author: Wolfgang Denk <wd@denx.de>
14926 Date:   Wed Jan 14 22:35:30 2009 +0100
14927
14928     cpu/mpc824x/Makefile: fix warning with parallel builds
14929
14930     Parallel builds would occasionally issue this build warning:
14931
14932         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
14933
14934     Use "ln -sf" as quick work around for the issue.
14935
14936     Signed-off-by: Wolfgang Denk <wd@denx.de>
14937
14938 commit 3ba605d4beec649438539e7df97b5fedb26592fb
14939 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14940 Date:   Fri Jan 2 12:18:49 2009 +0100
14941
14942     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
14943
14944     This patch adds esd's loadpci BSP command to CPCI4052 and
14945     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
14946
14947     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14948     Signed-off-by: Stefan Roese <sr@denx.de>
14949
14950 commit 600fe46fb3dab7f07604f9009904f31584415114
14951 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14952 Date:   Fri Jan 2 12:18:12 2009 +0100
14953
14954     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
14955
14956     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14957     Signed-off-by: Stefan Roese <sr@denx.de>
14958
14959 commit f6a1f490d224c600a09137e58d1026d150b8e679
14960 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14961 Date:   Fri Jan 2 12:17:36 2009 +0100
14962
14963     ppc4xx: Cleanup CPCI405 board code
14964
14965     This patch cleans up CPCI405 board support:
14966     - wrap long lines
14967     - unification of spaces in function calls
14968     - remove dead code
14969
14970     Use correct io accessors on peripherals.
14971
14972     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14973     Signed-off-by: Stefan Roese <sr@denx.de>
14974
14975 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
14976 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14977 Date:   Fri Jan 2 12:16:35 2009 +0100
14978
14979     ppc4xx: Enable auto RS485 mode on PLU405 boards
14980
14981     This patch turns on the auto RS485 mode in the 2nd external
14982     uart on PLU405 boards. This is a special mode of the used
14983     Exar XR16C2850 uart. Because these boards only have a 485 physical
14984     layer connected it's a good idea to turn it on by default.
14985
14986     Signed-off-by: Matthias Fuchs <mf@esd.eu>
14987     Signed-off-by: Stefan Roese <sr@denx.de>
14988
14989 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
14990 Author: Haiying Wang <Haiying.Wang@freescale.com>
14991 Date:   Tue Jan 13 16:29:28 2009 -0500
14992
14993     Some changes of TLB entry setting for MPC8572DS
14994
14995     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
14996     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
14997     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
14998
14999     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
15000
15001     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15002
15003 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
15004 Author: Haiying Wang <Haiying.Wang@freescale.com>
15005 Date:   Tue Jan 13 16:29:22 2009 -0500
15006
15007     Change DDR tlb start entry to CONFIG param for 85xx
15008
15009     So that we can locate the DDR tlb start entry to the value other than 8. By
15010     default, it is still 8.
15011
15012     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15013
15014 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
15015 Author: Roy Zang <tie-fei.zang@freescale.com>
15016 Date:   Fri Jan 9 16:02:35 2009 +0800
15017
15018     Change PCIE1&2 deciide logic on MPC8544DS board more readable
15019
15020     The IO port selection for MPC8544DS board:
15021      Port                       cfg_io_ports
15022      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
15023      PCIE2              0x4, 0x5, 0x6, 0x7
15024      PCIE3              0x6, 0x7
15025      This patch changes the PCIE12 and PCIE2 logic more readable.
15026     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
15027
15028 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
15029 Author: Roy Zang <tie-fei.zang@freescale.com>
15030 Date:   Fri Jan 9 16:01:52 2009 +0800
15031
15032     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
15033
15034     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
15035     PCIE1 bit.
15036     On MPC8572DS board, PCIE refers to PCIE1.
15037     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
15038
15039 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
15040 Author: Roy Zang <tie-fei.zang@freescale.com>
15041 Date:   Fri Jan 9 16:00:55 2009 +0800
15042
15043     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
15044
15045     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
15046      This patch fixes this issue.
15047      For MPC8572
15048      Port                       cfg_io_ports
15049      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
15050      PCIE2              0x3, 0x7
15051      PCIE3              0x7
15052
15053     For MPC8544
15054     Port                        cfg_io_ports
15055     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
15056     PCIE2               0x4, 0x5, 0x6, 0x7
15057     PCIE3               0x6, 0x7
15058     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
15059
15060 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
15061 Author: Becky Bruce <beckyb@kernel.crashing.org>
15062 Date:   Wed Dec 3 22:36:44 2008 -0600
15063
15064     mpc8610hpcd: Fix PCI mapping concepts
15065
15066     Rename _BASE to _BUS, as it's actually a PCI bus address,
15067     separate virtual and physical addresses into _VIRT and _PHYS,
15068     and use each appopriately.  This makes the code easier to read
15069     and understand, and facilitates mapping changes going forward.
15070
15071     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
15072
15073 commit 79e436cad3b4a7db88408c3f05175028f30d700d
15074 Author: Becky Bruce <beckyb@kernel.crashing.org>
15075 Date:   Wed Dec 3 22:36:26 2008 -0600
15076
15077     sbc8641d: Fix PCI mapping concepts
15078
15079     Rename _BASE to _BUS, as it's actually a PCI bus address,
15080     separate virtual and physical addresses into _VIRT and _PHYS,
15081     and use each appopriately.  This makes the code easier to read
15082     and understand, and facilitates mapping changes going forward.
15083
15084     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
15085
15086 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
15087 Author: Wolfgang Denk <wd@denx.de>
15088 Date:   Mon Jan 12 14:50:35 2009 +0100
15089
15090     MPC86xx: fix build warnings
15091
15092     Signed-off-by: Wolfgang Denk <wd@denx.de>
15093
15094 commit 032a1c934ef4dc003281f57302b6e693062c1868
15095 Author: Mike Frysinger <vapier@gentoo.org>
15096 Date:   Mon Jan 5 16:09:44 2009 -0500
15097
15098     bf537-stamp/nand: fix board_nand_init prototype
15099
15100     The board_nand_init() function should return an int, not void.
15101
15102     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15103
15104 commit 687f952e4119594ab913be11c90f7f018c2a7a79
15105 Author: Mike Frysinger <vapier@gentoo.org>
15106 Date:   Thu Dec 11 07:04:48 2008 -0500
15107
15108     Blackfin: drop CONFIG_SPI handling in board init
15109
15110     The eeprom SPI init functions are duplicated as the common code already
15111     executes these for us.
15112
15113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15114
15115 commit e7e684b10d73a303902208594c7c3e7e0d753282
15116 Author: Mike Frysinger <vapier@gentoo.org>
15117 Date:   Fri Oct 24 17:51:57 2008 -0400
15118
15119     Blackfin: fix out-of-tree building with ldscripts
15120
15121     Many of the Blackfin board linker scripts are preprocessed, so make sure we
15122     output the linker script into the build tree rather than the source tree.
15123
15124     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15125
15126 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
15127 Author: Mike Frysinger <vapier@gentoo.org>
15128 Date:   Fri Oct 24 17:48:54 2008 -0400
15129
15130     Blackfin: fix linker scripts to work with --gc-sections
15131
15132     Make sure all .text sections get pulled in and the entry point is properly
15133     referenced so they don't get discarded when linking with --gc-sections.
15134
15135     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15136
15137 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
15138 Author: Mike Frysinger <vapier@gentoo.org>
15139 Date:   Sat Oct 11 20:45:44 2008 -0400
15140
15141     Blackfin: set proper LDRFLAGS for parallel booting LDRs
15142
15143     In order to boot an LDR out of parallel flash, the ldr utility needs a few
15144     flags to tell it to generate the right header.
15145
15146     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15147
15148 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
15149 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15150 Date:   Tue Jan 6 21:41:59 2009 +0100
15151
15152     at91rm9200: move define from lowlevel_init to header
15153
15154     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15155
15156 commit 8a48686fac2030287765f1970ea046bd5734b733
15157 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15158 Date:   Sat Jan 3 17:22:26 2009 +0100
15159
15160     m501sk: move to the common memory setup
15161
15162     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15163
15164 commit d481c80d78f954133c035dae6c7d22de3625795d
15165 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15166 Date:   Sat Jan 3 17:22:25 2009 +0100
15167
15168     at91rm9200: rename lowlevel init value to CONFIG_SYS_
15169
15170     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15171
15172 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
15173 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
15174 Date:   Tue Jan 6 21:13:14 2009 +0100
15175
15176     at91: add at91sam9xeek board support
15177
15178     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
15179     it as another entry for at91sam9260 in the Makefile.
15180
15181     Check documentation at :
15182     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
15183
15184     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
15185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15186
15187 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
15188 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15189 Date:   Tue Jan 6 21:15:57 2009 +0100
15190
15191     fix bmp_logo.h make dependencies to allow parallel build
15192
15193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15194
15195 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
15196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15197 Date:   Sat Jan 3 17:22:24 2009 +0100
15198
15199     at91: Fix Atmel's at91sam9 boards out of tree build
15200
15201     introduced in commit 89a7a87f084c
15202
15203     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15204
15205 commit 0668236bafaa1c11c521652a2facebc74beecbf0
15206 Author: Wolfgang Denk <wd@denx.de>
15207 Date:   Tue Dec 30 22:56:11 2008 +0100
15208
15209     README: update mailing list name and hits to patch submission.
15210
15211     Signed-off-by: Wolfgang Denk <wd@denx.de>
15212
15213 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
15214 Author: Peter Tyser <ptyser@xes-inc.com>
15215 Date:   Tue Dec 23 16:32:01 2008 -0600
15216
15217     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
15218
15219     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15220
15221 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
15222 Author: Peter Tyser <ptyser@xes-inc.com>
15223 Date:   Tue Dec 23 16:32:00 2008 -0600
15224
15225     XPedite5200 board support cleanup
15226
15227     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15228
15229 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
15230 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15231 Date:   Tue Dec 2 21:58:04 2008 +0100
15232
15233     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
15234
15235     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15236     Signed-off-by: Remy Böhmer <linux@bohmer.net>
15237
15238 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
15239 Author: Trent Piepho <tpiepho@freescale.com>
15240 Date:   Wed Dec 3 15:16:37 2008 -0800
15241
15242     mpc8[56]xx: Put localbus clock in sysinfo and gd
15243
15244     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
15245     and print it out, but don't save it.
15246
15247     This changes where its calculated and stored to be more consistent with the
15248     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
15249
15250     The localbus frequency is added to sysinfo and calculated when sysinfo is
15251     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
15252
15253     get_clocks() copies the frequency into the global data, as the other
15254     frequencies are, into a new field that is only enabled for MPC85xx and
15255     MPC86xx.
15256
15257     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
15258     from sysinfo, like the other frequencies, instead of calculating it on the
15259     spot.
15260
15261     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
15262     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15263     Acked-by: Jon Loeliger <jdl@freescale.com>
15264
15265 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
15266 Author: Trent Piepho <tpiepho@freescale.com>
15267 Date:   Wed Dec 3 15:16:36 2008 -0800
15268
15269     mpc86xx: Double local bus clock divider
15270
15271     The local bus clock divider should be doubled for both 8610 and 8641.
15272
15273     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
15274     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15275     Acked-by: Jon Loeliger <jdl@freescale.com>
15276
15277 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
15278 Author: Trent Piepho <tpiepho@freescale.com>
15279 Date:   Wed Dec 3 15:16:35 2008 -0800
15280
15281     mpc8568: Double local bus clock divider
15282
15283     The clock divider for the MPC8568 local bus should be doubled, like the
15284     other newer MPC85xx chips.
15285
15286     Since there are now more chips with a 2x divider than a 1x, and any new
15287     85xx chips will probably be 2x, invert the sense of the #if so that it
15288     lists the 1x chips instead of the 2x ones.
15289
15290     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
15291     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15292     Acked-by: Jon Loeliger <jdl@freescale.com>
15293
15294 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
15295 Author: Dave Liu <daveliu@freescale.com>
15296 Date:   Tue Dec 16 12:09:27 2008 +0800
15297
15298     85xx: Fix the boot window issue
15299
15300     If one custom board is using the 8MB flash, it is set
15301     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
15302     The current start.S code will be broken at switch_as.
15303
15304     It is because the TLB1[15] is set as 16MB page size,
15305     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
15306
15307     For the 8MB flash case, the EPN = 0xefxxxxxx,
15308     RPN = 0xffxxxxxx. Assume the virt address of switch_as
15309     is 0xef7ff18c, the real address of the instruction at
15310     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
15311     of the range of the default 8MB boot LAW window
15312     0xff800000 - 0xffffffff.
15313
15314     So when we switch to AS1 address space at switch_as,
15315     the core can't fetch the instruction at switch_as any
15316     more. It will cause broken issue.
15317
15318     Signed-off-by: Dave Liu <daveliu@freescale.com>
15319
15320 commit 58da8890d5fbd074746037722a423de9ac408616
15321 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15322 Date:   Thu Dec 11 15:47:50 2008 -0500
15323
15324     sbc8548: use proper PHY address
15325
15326     The values given for the PHY address were wrong, so the code
15327     read no valid PHY ID, and fell through to the generic PHY
15328     support, which would work on 1000M but would not auto negotiate
15329     down to 100M or 10M.
15330
15331     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15332
15333 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
15334 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15335 Date:   Thu Dec 11 15:47:51 2008 -0500
15336
15337     sbc8548: enable command line editing by default.
15338
15339     Lets make things a bit more user friendly.  It isn't 1985 anymore.
15340
15341     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15342
15343 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
15344 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15345 Date:   Thu Dec 11 15:47:49 2008 -0500
15346
15347     sbc8548: don't enable the 3rd and 4th eTSEC
15348
15349     These interfaces don't have usable connectors on the board, so don't
15350     bother enumerating or configuring them.
15351
15352     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15353
15354 commit 181a3650113883728927928b3ac81ad6dade4b2c
15355 Author: Haiying Wang <Haiying.Wang@freescale.com>
15356 Date:   Wed Dec 3 10:08:19 2008 -0500
15357
15358     Set IVPR to kenrel entry point in second core boot page
15359
15360     Assuming the OSes exception vectors start from the base of kernel address, and
15361     the kernel physical starting address can be relocated to an non-zero address.
15362     This patch enables the second core to have a valid IVPR for debugger before
15363     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
15364     value for second core which runs kernel at different physical address other
15365     than 0x0.
15366
15367     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15368
15369 commit a5d212a263c58cc746481bf1fc878510533ce7d6
15370 Author: Trent Piepho <tpiepho@freescale.com>
15371 Date:   Wed Dec 3 15:16:34 2008 -0800
15372
15373     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
15374
15375     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
15376     instead of four.
15377
15378     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
15379     should be safe as the fifth bit was defined as reserved and set to 0.
15380
15381     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
15382
15383     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
15384     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15385     Acked-by: Jon Loeliger <jdl@freescale.com>
15386
15387 commit 58ec4866ed916c7e422f5107bb27b0822084728e
15388 Author: Trent Piepho <tpiepho@freescale.com>
15389 Date:   Wed Dec 3 15:16:38 2008 -0800
15390
15391     mpc8[56]xx: Put localbus clock in device tree
15392
15393     Export the localbus frequency in the device tree, the same way the CPU, TB,
15394     CCB, and various other frequencies are exported in their respective device
15395     tree nodes.
15396
15397     Some localbus devices need this information to be programed correctly, so
15398     it makes sense to export it along with the other frequencies.
15399
15400     Unfortunately, when someone wrote the localbus dts bindings, they didn't
15401     bother to define what the "compatible" property should be.  So it seems no
15402     one was quite sure what to put in their dts files.
15403
15404     Based on current existing dts files in the kernel source, I've used
15405     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
15406     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
15407     apparently not entirely backward compatible with the pq3 LBC and so eLBC
15408     equipped platforms like 8572 won't use pq3-localbus.
15409
15410     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
15411     and is also looked for by the Linux code.  On MPC8641, I've also used
15412     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
15413     which don't use "fsl,elbc" or any other acceptable name to match on.
15414
15415     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
15416     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15417     Acked-by: Jon Loeliger <jdl@freescale.com>
15418
15419 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
15420 Author: Kumar Gala <galak@kernel.crashing.org>
15421 Date:   Tue Dec 16 14:59:22 2008 -0600
15422
15423     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
15424
15425     The current code that determines which bank/chipselect is used for a
15426     given NAND instance only worked for 32-bit addresses and assumed
15427     a 1:1 mapping.  This breaks in 36-bit physical configs.
15428
15429     The proper way to handle this is to use the virt_to_phys() and
15430     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
15431     with the the virtual address the NAND code uses.
15432
15433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15434     Acked-by: Scott Wood <scottwood@freescale.com>
15435
15436 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
15437 Author: Kumar Gala <galak@kernel.crashing.org>
15438 Date:   Tue Dec 16 14:59:21 2008 -0600
15439
15440     ppc: Use addrmap in virt_to_phys and map_physmem.
15441
15442     If we have addr map support enabled use the mapping functions to
15443     implement virt_to_phys() and map_physmem().
15444
15445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15446
15447 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
15448 Author: Kumar Gala <galak@kernel.crashing.org>
15449 Date:   Tue Dec 16 14:59:20 2008 -0600
15450
15451     85xx: Add support to populate addr map based on TLB settings
15452
15453     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15454
15455 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
15456 Author: Peter Tyser <ptyser@xes-inc.com>
15457 Date:   Mon Dec 1 13:47:13 2008 -0600
15458
15459     XPedite5200 board support
15460
15461     Initial support for Extreme Engineering Solutions XPedite5200 -
15462     a MPC8548-based PMC single board computer.
15463
15464     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15465
15466 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
15467 Author: Peter Tyser <ptyser@xes-inc.com>
15468 Date:   Wed Oct 29 12:39:27 2008 -0500
15469
15470     85xx: Enable inbound PCI config cycles for X-ES boards
15471
15472     Update X-ES Freescale boards to allow inbound PCI configuration
15473     cycles when configured as agent/endpoint.
15474
15475     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15476
15477 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
15478 Author: Peter Tyser <ptyser@xes-inc.com>
15479 Date:   Wed Dec 17 16:36:23 2008 -0600
15480
15481     XPedite5370 board support
15482
15483     Initial support for Extreme Engineering Solutions XPedite5370 -
15484     a MPC8572-based 3U VPX single board computer with a PMC/XMC
15485     site.
15486
15487     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15488
15489 commit e92739d34e2d6b6aca93b2598248210710897ce8
15490 Author: Peter Tyser <ptyser@xes-inc.com>
15491 Date:   Wed Dec 17 16:36:21 2008 -0600
15492
15493     Add support for PCA953x I2C gpio devices
15494
15495     Initial support for NXP's 4 and 8 bit I2C gpio expanders
15496     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
15497     enables support for the devices while the CONFIG_CMD_PCA953X
15498     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
15499     define enables an 'info' sub-command which provides summary
15500     information for the given pca953x device.
15501
15502     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15503
15504 commit 7a8979591171676417ab36852d8811a8c46accd8
15505 Author: Peter Tyser <ptyser@xes-inc.com>
15506 Date:   Wed Oct 29 12:39:26 2008 -0500
15507
15508     pci/fsl_pci_init: Enable inbound PCI config cycles
15509
15510     Add fsl_pci_config_unlock() function to enable a
15511     PCI/PCIe interface configured in agent/endpoint mode to
15512     respond to inbound PCI configuration cycles.
15513
15514     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15515
15516 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
15517 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15518 Date:   Wed Dec 17 16:43:18 2008 +0100
15519
15520     avr32: Remove second definition of virt_to_phys()
15521
15522     The second definition introduced by 65e43a1063 conflicts with the
15523     existing one.
15524
15525     Also, convert the existing definition to use phys_addr_t. The volatile
15526     qualifier is still needed due to brain damage elsewhere.
15527
15528     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15529
15530 commit b616f2b545f73757669b37386f0b37bb61fc6797
15531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15532 Date:   Mon Sep 8 22:27:18 2008 +0200
15533
15534     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
15535
15536     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15537     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15538
15539 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
15540 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15541 Date:   Tue Dec 16 22:10:31 2008 +0100
15542
15543     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
15544
15545     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15546     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15547
15548 commit 13095b2f07dacb1f863772266c1789d47a523a8a
15549 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15550 Date:   Tue Dec 16 22:10:30 2008 +0100
15551
15552     MIPS: qemu_mips: move env storage just after u-boot
15553
15554     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15555     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15556
15557 commit aced78d852d0b009e8aaa1445af8cb40861ee549
15558 Author: Wolfgang Denk <wd@denx.de>
15559 Date:   Tue Dec 16 23:48:27 2008 +0100
15560
15561     Prepare 2009.01-rc1
15562
15563     Signed-off-by: Wolfgang Denk <wd@denx.de>
15564
15565 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
15566 Author: Wolfgang Denk <wd@denx.de>
15567 Date:   Tue Dec 16 23:13:46 2008 +0100
15568
15569     include/configs/at91cap9adk.h: fix typo.
15570
15571     Signed-off-by: Wolfgang Denk <wd@denx.de>
15572
15573 commit 45ca04f2377361593151d2d4da51f8ba4832d233
15574 Author: Wolfgang Denk <wd@denx.de>
15575 Date:   Tue Dec 16 22:32:25 2008 +0100
15576
15577     board/trab/memory.c: Fix compile problems.
15578
15579     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
15580
15581     Actually we'd need a major cleanup here - as it turns out,
15582     board/trab/memory.c is more or less a verbatim copy of
15583     post/drivers/memory.c ... but then, trab is EOL anyway,r
15584     so this is not worth the effort.
15585
15586     Signed-off-by: Wolfgang Denk <wd@denx.de>
15587
15588 commit ff49ea8977b56916edd5b1766d9939010e30b181
15589 Author: Scott Wood <scottwood@freescale.com>
15590 Date:   Tue Dec 16 14:24:16 2008 -0600
15591
15592     NAND: Mark the BBT as scanned prior to calling scan_bbt.
15593
15594     Otherwise, recursion can occur if scan_bbt does not find a bad block
15595     table, and tries to write one, and the attempt to erase the BBT area
15596     causes a bad block check.
15597
15598     Signed-off-by: Scott Wood <scottwood@freescale.com>
15599
15600 commit 584eedab66d0828f2d571a24b10526c4e65f547b
15601 Author: Ilya Yanok <yanok@emcraft.com>
15602 Date:   Thu Dec 11 05:51:57 2008 +0300
15603
15604     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
15605
15606     Include <linux/mtd/compat.h> header for min_t definition instead of
15607     providing our own one. Removes warnings in case of OneNAND support
15608     enabled.
15609
15610     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
15611     just for min_t...
15612
15613     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
15614     Acked-by: Stefan Roese <sr@denx.de>
15615
15616 commit b1ffecec37b57a59c139042267faac458e5324e9
15617 Author: Becky Bruce <beckyb@kernel.crashing.org>
15618 Date:   Wed Dec 3 23:04:37 2008 -0600
15619
15620     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
15621
15622     Casting a pointer to a phys_addr_t when it's an unsigned long long
15623     on a 32-bit system without first casting to a non-pointer type
15624     generates a compiler warning. Fix this.
15625
15626     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
15627
15628 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
15629 Author: Wolfgang Denk <wd@denx.de>
15630 Date:   Tue Dec 16 16:22:50 2008 +0100
15631
15632     trab: make trab_fkt standalone code independent of libgcc
15633
15634     Use our own local functions in lib_arm/ instead.
15635
15636     Signed-off-by: Wolfgang Denk <wd@denx.de>
15637
15638 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
15639 Author: Wolfgang Denk <wd@denx.de>
15640 Date:   Tue Dec 16 14:44:06 2008 +0100
15641
15642     post/Makefile: fix dependency problem with parallel builds
15643
15644     Parallel builds (using "make -jN") would occasionally fail with error
15645     messages like
15646         ppc_4xxFP-objdump: string.o: File format not recognized
15647     or
15648         post/libpost.a(cpu.o): In function `cpu_post_test':
15649         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
15650     or similar. We now make sure to run the 'postdeps" step before
15651     attempting to build the specific POST libraries.
15652
15653     Signed-off-by: Wolfgang Denk <wd@denx.de>
15654
15655 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
15656 Author: Wolfgang Denk <wd@denx.de>
15657 Date:   Tue Dec 16 14:41:02 2008 +0100
15658
15659     Makefile: fix dependency problem with parallel builds
15660
15661     Parallel builds (using "make -jN") would occasionally fail with error
15662     messages like
15663         include/autoconf.mk:212: *** missing separator.  Stop.
15664     Line numbers and affected boards were changing. Obviously some
15665     Makefiles included autoconf.mk while it was still being written to.
15666     As a fix, we now write to a temporary file first and then rename it,
15667     so that it is really ready to use as soon as it appears.
15668
15669     Signed-off-by: Wolfgang Denk <wd@denx.de>
15670
15671 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
15672 Author: Wolfgang Denk <wd@denx.de>
15673 Date:   Tue Dec 16 01:02:17 2008 +0100
15674
15675     Coding style cleanup, update CHANGELOG.
15676
15677     Signed-off-by: Wolfgang Denk <wd@denx.de>
15678
15679 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
15680 Author: Mike Frysinger <vapier@gentoo.org>
15681 Date:   Thu Dec 11 18:39:08 2008 -0500
15682
15683     spi/stmicro: fix debug() display of cmd
15684
15685     The stmicro_wait_ready() func tries to show the actual opcode that was sent
15686     to the device, but instead it displays the array pointer.  Fix it to pull
15687     out the opcode from the start of the array.
15688
15689     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15690
15691 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
15692 Author: Mike Frysinger <vapier@gentoo.org>
15693 Date:   Thu Dec 11 06:23:37 2008 -0500
15694
15695     env_sf: support embedded environments
15696
15697     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
15698     size is larger than the env size, then it means the env is embedded in a
15699     block.  So we have to save/restore the part of the sector which is not the
15700     environment.  Previously, saving the environment in SPI flash in this
15701     setup would probably brick the board as the rest of the sector tends to
15702     contain actual U-Boot data/code.
15703
15704     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15705     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15706
15707 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
15708 Author: Timur Tabi <timur@freescale.com>
15709 Date:   Wed Dec 3 11:28:30 2008 -0600
15710
15711     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
15712
15713     All implementations of the functions i2c_reg_read() and
15714     i2c_reg_write() are identical. We can save space and simplify the
15715     code by converting these functions into inlines and putting them in
15716     i2c.h.
15717
15718     Signed-off-by: Timur Tabi <timur@freescale.com>
15719     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15720
15721 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
15722 Author: Dave Liu <daveliu@freescale.com>
15723 Date:   Fri Dec 5 15:36:14 2008 +0800
15724
15725     lib_ppc: rework the flush_cache
15726
15727     - It is possible to miss flush/invalidate the last
15728       cache line, we fix it at here.
15729     - add the volatile and memory clobber.
15730
15731     They are pointed by Scott Wood.
15732
15733     Signed-off-by: Dave Liu <daveliu@freescale.com>
15734
15735 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
15736 Author: Kumar Gala <galak@kernel.crashing.org>
15737 Date:   Sat Dec 13 17:20:28 2008 -0600
15738
15739     Introduce addr_map library
15740
15741     Add a library that helps in translating between virtual and physical
15742     addresses.  This library can be useful as a simple means to implement
15743     map_physmem() and virt_to_phys() for platforms that need functionality
15744     beyond the simple 1:1 mapping.
15745
15746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15747
15748 commit 65e43a10631537dcb92c302d36301a12308216c3
15749 Author: Kumar Gala <galak@kernel.crashing.org>
15750 Date:   Sat Dec 13 17:20:27 2008 -0600
15751
15752     Introduce virt_to_phys()
15753
15754     virt_to_phys() returns the physical address given a virtual. In most
15755     cases this will be just the input value as the vast majority of
15756     systems run in a 1:1 mode.
15757
15758     However in systems that are not running this way it should report the
15759     physical address or ~0 if no mapping exists for the given virtual
15760     address.
15761
15762     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15763
15764 commit 45845301af3de8675c1f7bbc815c6de35452605a
15765 Author: Yuri Tikhonov <yur@emcraft.com>
15766 Date:   Sun Dec 7 22:12:50 2008 +0100
15767
15768     POST Make: fix the sub-dir dependencies missing.
15769
15770     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
15771
15772 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
15773 Author: Martin Michlmayr <tbm@cyrius.com>
15774 Date:   Wed Aug 6 14:44:05 2008 +0300
15775
15776     Fix a typo in fw_env.config
15777
15778     Reported-by: Martin Michlmayr <tbm@cyrius.com>
15779     Signed-off-by: Wolfgang Denk <wd@denx.de>
15780
15781 commit ba490b7761c62b549c222a9723e532dc801a3899
15782 Author: Peter Tyser <ptyser@xes-inc.com>
15783 Date:   Mon Dec 1 16:22:45 2008 -0600
15784
15785     Remove unused CONFIG_ADDR_STREAMING defines
15786
15787     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15788
15789 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
15790 Author: Peter Tyser <ptyser@xes-inc.com>
15791 Date:   Mon Nov 24 11:54:47 2008 -0600
15792
15793     cmd_mem: Remove unused variable
15794
15795     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15796
15797 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
15798 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15799 Date:   Sun Dec 14 10:29:39 2008 +0100
15800
15801     Fix new found CFG_
15802
15803     Also fix some minor typos.
15804
15805     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15806     Signed-off-by: Wolfgang Denk <wd@denx.de>
15807
15808 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
15809 Author: Sergei Poselenov <sposelenov@emcraft.com>
15810 Date:   Fri Sep 19 12:07:34 2008 +0200
15811
15812     Remove compiler warning: target CPU does not support interworking
15813
15814     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
15815
15816     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
15817     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15818
15819 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
15820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15821 Date:   Mon Nov 24 13:33:51 2008 +0100
15822
15823     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
15824
15825     FDT support is used for both FIT style images and for architectures
15826     that can pass a fdt blob to an OS (ppc, m68k, sparc).
15827
15828     For other architectures and boards which do not pass a fdt blob to an
15829     OS but want to use the new uImage format, we just need FIT support.
15830
15831     Now we can have the 4 following configurations :
15832
15833     1) FIT only             CONFIG_FIT
15834     2) fdt blob only        CONFIG_OF_LIBFDT
15835     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
15836     4) none                 none
15837
15838     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15839
15840 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
15841 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15842 Date:   Wed Dec 10 15:13:32 2008 +0100
15843
15844     ppc4xx: Disable EEPROM write access on PMC440 boards
15845
15846     This patch disables EEPROM wrtie access by default on PMC440 board.
15847
15848     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15849
15850 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
15851 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15852 Date:   Wed Dec 10 15:12:56 2008 +0100
15853
15854     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
15855
15856     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15857
15858 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
15859 Author: Stefan Roese <sr@denx.de>
15860 Date:   Tue Nov 18 16:36:12 2008 +0100
15861
15862     MIPS: Flush data cache upon relocation
15863
15864     This patch now adds a flush to the data cache upon relocation. The
15865     current implementation is missing this. Only a comment states that it
15866     should be done. So let's really do it now.
15867
15868     Signed-off-by: Stefan Roese <sr@denx.de>
15869     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15870
15871 commit 44174343688dba32571a34550dba08971c65fef1
15872 Author: Stefan Roese <sr@denx.de>
15873 Date:   Tue Nov 18 16:36:22 2008 +0100
15874
15875     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
15876
15877     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
15878     enables support for boards where the lowlevel initialization is
15879     already done when U-Boot runs (e.g. via OnChip ROM).
15880
15881     This will be used in the upcoming VCTH board support.
15882
15883     Signed-off-by: Stefan Roese <sr@denx.de>
15884     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15885
15886 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
15887 Author: Stefan Roese <sr@denx.de>
15888 Date:   Wed Nov 12 13:18:02 2008 +0100
15889
15890     MIPS: Add board_early_init_f() to init_sequence
15891
15892     This patch adds the board_early_init_f() call to the MIPS init
15893     sequence. A weak dummy implementation is also added which can be
15894     overridden by a board specific version.
15895
15896     This will be used by the upcoming VCTH board support.
15897
15898     Signed-off-by: Stefan Roese <sr@denx.de>
15899     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15900
15901 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
15902 Author: Stefan Roese <sr@denx.de>
15903 Date:   Wed Nov 12 13:18:19 2008 +0100
15904
15905     MIPS: Add onenand_init() to board.c and move nand_init()
15906
15907     This patch adds a call to onenand_init() for OneNAND support and moves
15908     the nand_init() call to an earlier place, so that the environment can
15909     be used from NAND and OneNAND.
15910
15911     Signed-off-by: Stefan Roese <sr@denx.de>
15912     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15913
15914 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
15915 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15916 Date:   Tue Dec 9 11:32:46 2008 +0900
15917
15918     sh: Update sh2/sh2a timer
15919
15920     Renesas SH2/SH2A timer broken.
15921     This patch fix timer function.
15922
15923     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15924     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15925
15926 commit a319f1496210117b73198e3d889ffffaf6825d00
15927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15928 Date:   Fri Dec 5 07:27:37 2008 +0100
15929
15930     sh: r2dplus fix register access
15931
15932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15933     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15934
15935 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
15936 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15937 Date:   Tue Dec 2 07:40:03 2008 +0100
15938
15939     sh: r2dplus/lowlevel_init: coding style fix
15940
15941     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15942     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15943
15944 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
15945 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15946 Date:   Tue Nov 25 11:05:19 2008 +0900
15947
15948     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
15949
15950     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
15951     CACHE_OC_WAY_SHIFT every CPU.
15952     This patch corrects these values.
15953
15954     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15955     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15956
15957 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
15958 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15959 Date:   Thu Nov 20 16:44:42 2008 +0900
15960
15961     sh: Update sh timer function
15962
15963     Change to write/readX function and fix timer problem.
15964
15965     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15966     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15967
15968 commit b81786cff476c41e332eaeb679158f6527cd67d4
15969 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15970 Date:   Tue Nov 4 11:58:58 2008 +0900
15971
15972     sh: Migo-R: Update BSC value
15973
15974     A value of BSC CS4 was wrong, Fixed it.
15975
15976     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15977     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15978
15979 commit 5783758fd260a02f44566ad8f29f899565cd0403
15980 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15981 Date:   Mon Nov 17 16:52:09 2008 +0900
15982
15983     sh: Update ms7722se board config
15984
15985     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15986     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15987
15988 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
15989 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15990 Date:   Mon Nov 17 16:53:09 2008 +0900
15991
15992     sh: Update SuperH serial driver
15993
15994     The address of SCFSR register is wrong at SH7720/SH7721.
15995     This patch fix this.
15996
15997     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15998     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15999
16000 commit 9a1d3557dcd47365c12eeab584b822e57d994352
16001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16002 Date:   Tue Nov 11 22:20:15 2008 +0100
16003
16004     sh: fix rsk7203 and MigoR out of tree build
16005
16006     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16007     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16008
16009 commit 1951f847f0a851853871b613ad7cf21a5242226c
16010 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16011 Date:   Wed Dec 10 14:41:25 2008 +0100
16012
16013     ppc4xx: Update TEXT_BASE for CPCI405 boards
16014
16015     This patch fixes building U-Boot for CPCI405 boards.
16016
16017     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16018     Signed-off-by: Stefan Roese <sr@denx.de>
16019
16020 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
16021 Author: Stefan Roese <sr@denx.de>
16022 Date:   Tue Dec 9 20:08:01 2008 +0100
16023
16024     ppc4xx: Remove some features from ALPR to fit into 256k again
16025
16026     Signed-off-by: Stefan Roese <sr@denx.de>
16027
16028 commit 3b089e4f889a2902449d55e081c886ae607cae89
16029 Author: Stefan Roese <sr@denx.de>
16030 Date:   Wed Dec 10 10:32:59 2008 +0100
16031
16032     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
16033
16034     With this patch we set the type back to NONE upon failing UBI partition
16035     initialization. Otherwise further calls to the UBI subsystem would try
16036     to really access the non-existing UBI partition.
16037
16038     Thanks to Michael Lawnick for pointing this out.
16039
16040     Signed-off-by: Stefan Roese <sr@denx.de>
16041
16042 commit 817329351639a8895cd9b87b33aeff043f3d5a44
16043 Author: Stefan Roese <sr@denx.de>
16044 Date:   Wed Dec 10 10:28:33 2008 +0100
16045
16046     UBI: Return -ENOMEM upon failing malloc
16047
16048     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
16049     failing malloc().
16050
16051     Signed-off-by: Stefan Roese <sr@denx.de>
16052
16053 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
16054 Author: Ben Warren <biggerbadderben@gmail.com>
16055 Date:   Tue Dec 9 23:34:15 2008 -0800
16056
16057     Fix compile error in building MBX860T.
16058
16059     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16060
16061 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
16062 Author: Michal Simek <monstr@monstr.eu>
16063 Date:   Tue Nov 25 11:42:20 2008 +0100
16064
16065     microblaze: Remove XUPV2P board
16066
16067     ---
16068
16069     Microblaze platforms use generic settings and to have
16070     many platforms is confusing that's why I decided to remove this
16071     platform from U-BOOT. ml401 tree is sufficient for covering
16072     all Microblaze platforms.
16073
16074     This change will go through microblaze custodian tree.
16075
16076 commit 99ba6f353582720defff6e6e6761dc455a207d31
16077 Author: Michal Simek <monstr@monstr.eu>
16078 Date:   Mon Nov 24 18:25:41 2008 +0100
16079
16080     microblaze: Remove CONFIG_LIBFDT due to error in common files
16081
16082 commit e7d591e823a991513833af7030468409e25a3b13
16083 Author: Michal Simek <monstr@monstr.eu>
16084 Date:   Mon Nov 24 11:43:00 2008 +0100
16085
16086     microblaze: Fix ml401 uart16550 setting
16087
16088     Signed-off-by: Michal Simek <monstr@monstr.eu>
16089
16090 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
16091 Author: Michal Simek <monstr@monstr.eu>
16092 Date:   Mon Nov 24 11:38:22 2008 +0100
16093
16094     microblaze: Set up relocation is done
16095
16096 commit bcb6dd9187d4b23c748704767bd12d20c829e996
16097 Author: Mike Frysinger <vapier@gentoo.org>
16098 Date:   Tue Dec 9 23:20:31 2008 -0500
16099
16100     tools/netconsole: new script for working with netconsole over UDP
16101
16102     While the doc/README.NetConsole does have a snippet for people to
16103     create their own netcat script, it's a lot easier to make a simple
16104     dedicated script and tell people to use it.
16105
16106     Also spruce it up a bit to make it user friendly.
16107
16108     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16109
16110 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
16111 Author: Sonic Zhang <Sonic.Zhang@analog.com>
16112 Date:   Tue Dec 9 23:20:18 2008 -0500
16113
16114     fs/fat: handle FAT on SATA
16115
16116     The FAT file system driver should also handle FAT on SATA devices.
16117
16118     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
16119     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16120
16121 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
16122 Author: Ben Warren <biggerbadderben@gmail.com>
16123 Date:   Tue Dec 9 23:26:31 2008 -0800
16124
16125     Fix compile error in building MBX860T.
16126     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
16127
16128     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16129
16130 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
16131 Author: Jerry Van Baren <gvb.uboot@gmail.com>
16132 Date:   Mon Nov 24 08:15:02 2008 -0500
16133
16134     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
16135
16136     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
16137     following warnings from FDT:
16138
16139     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
16140     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
16141
16142     Fix: Protect the definition of uintptr_t when compiling on the host
16143     system.
16144
16145     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16146
16147 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
16148 Author: Graeme Russ <graeme.russ@gmail.com>
16149 Date:   Sat Nov 22 08:43:29 2008 +1100
16150
16151     Moved sc520 PCI definitions to stand-alone file
16152
16153     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
16154
16155 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
16156 Author: Graeme Russ <graeme.russ@gmail.com>
16157 Date:   Sat Nov 22 08:43:21 2008 +1100
16158
16159     Fixed path to sc520 SSI include file
16160
16161     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
16162
16163 commit d4f70da544c33db3e4fce6473dea4ecca4322545
16164 Author: Graeme Russ <graeme.russ@gmail.com>
16165 Date:   Fri Nov 21 06:28:05 2008 +1100
16166
16167     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
16168
16169     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16170
16171 commit c034075a713b60e654c64e88e87da29440f31bb4
16172 Author: Stefan Roese <sr@denx.de>
16173 Date:   Wed Nov 12 13:30:10 2008 +0100
16174
16175     serial: Add vcth UART driver
16176
16177     This patch adds the UART driver for the upcoming VCTH board support.
16178
16179     Signed-off-by: Stefan Roese <sr@denx.de>
16180
16181 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
16182 Author: Ilya Yanok <yanok@emcraft.com>
16183 Date:   Thu Nov 13 19:49:36 2008 +0300
16184
16185     jffs2: cache data_crc results
16186
16187     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
16188     jffs2_1pass_read_inode() data_crc is going to be calculated on each
16189     inode access. This patch adds caching of data_crc() results. There
16190     is no significant improvement in speed (because of flash access
16191     caching added in previous patch I think, crc in RAM is really fast)
16192     but this patch impacts memory usage -- every b_node structure uses
16193     12 bytes instead of 8.
16194
16195     Signed-off-by: Alexey Neyman <avn@emcraft.com>
16196     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16197
16198 commit 9b7076229ec6a958bd835ab70745f7676297ce82
16199 Author: Ilya Yanok <yanok@emcraft.com>
16200 Date:   Thu Nov 13 19:49:35 2008 +0300
16201
16202     jffs2: summary support
16203
16204     This patch adds support for reading fs information from summary
16205     node instead of scanning full eraseblock.
16206
16207     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16208
16209 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
16210 Author: Ilya Yanok <yanok@emcraft.com>
16211 Date:   Thu Nov 13 19:49:34 2008 +0300
16212
16213     jffs2: add buffer to cache flash accesses
16214
16215     With this patch JFFS2 code allocates memory buffer of max_totlen size
16216     (size of the largest node, calculated during scan time) and uses it to
16217     store entire node. Speeds up loading. If malloc fails we use old ways
16218     to do things.
16219
16220     Signed-off-by: Alexey Neyman <avn@emcraft.com>
16221     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16222
16223 commit 8a36d31f72411144ac0412ee7e1880e801acd754
16224 Author: Ilya Yanok <yanok@emcraft.com>
16225 Date:   Thu Nov 13 19:49:33 2008 +0300
16226
16227     jffs2: rewrite jffs2 scanning code based on Linux one
16228
16229     Rewrites jffs2_1pass_build_lists() function in style of Linux's
16230     jffs2_scan_medium() and jffs2_scan_eraseblock().
16231     This includes:
16232      - Caching flash acceses
16233      - Smart dealing with free space
16234
16235     Signed-off-by: Alexey Neyman <avn@emcraft.com>
16236     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16237
16238 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
16239 Author: Ilya Yanok <yanok@emcraft.com>
16240 Date:   Thu Nov 13 19:49:32 2008 +0300
16241
16242     jffs2: add sector_size field to part_info structure
16243
16244     This patch adds sector_size field to part_info structure (used
16245     by new JFFS2 code).
16246
16247     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16248
16249 commit f73846956778a7dfee83403ef9747aff77198848
16250 Author: Ilya Yanok <yanok@emcraft.com>
16251 Date:   Thu Nov 13 19:49:31 2008 +0300
16252
16253     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
16254
16255     We need to update i_version inside cycle to find really latest version
16256     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
16257     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
16258
16259     Signed-off-by: Alexey Neyman <avn@emcraft.com>
16260     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16261
16262 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
16263 Author: Wolfgang Denk <wd@denx.de>
16264 Date:   Tue Dec 9 23:13:51 2008 +0100
16265
16266     evb64260: fix "cast to pointer from integer of different size" warnings
16267
16268     Signed-off-by: Wolfgang Denk <wd@denx.de>
16269
16270 commit d2776827315c3d469b8cb4cec14d58877798daa2
16271 Author: Stefan Althoefer <stefan.althoefer@web.de>
16272 Date:   Sun Dec 7 19:39:11 2008 +0100
16273
16274     USB: descriptor handling
16275
16276     Hi,
16277
16278     I found a bug when working with the u-boot USB subsystem on IXP425 processor
16279     (big endian Xscale aka ARMv5).
16280     I recognized that the second usb_endpoint_descriptor of the attached memory
16281     stick was corrupted.
16282
16283     The reason for this are the packed structures below (either u-boot and
16284     u-boot-usb):
16285
16286     --------------
16287     /* Endpoint descriptor */
16288     struct usb_endpoint_descriptor {
16289         unsigned char  bLength;
16290         unsigned char  bDescriptorType;
16291         unsigned char  bEndpointAddress;
16292         unsigned char  bmAttributes;
16293         unsigned short wMaxPacketSize;
16294         unsigned char  bInterval;
16295         unsigned char  bRefresh;
16296         unsigned char  bSynchAddress;
16297
16298     } __attribute__ ((packed));
16299     /* Interface descriptor */
16300     struct usb_interface_descriptor {
16301         unsigned char  bLength;
16302         unsigned char  bDescriptorType;
16303         unsigned char  bInterfaceNumber;
16304         unsigned char  bAlternateSetting;
16305         unsigned char  bNumEndpoints;
16306         unsigned char  bInterfaceClass;
16307         unsigned char  bInterfaceSubClass;
16308         unsigned char  bInterfaceProtocol;
16309         unsigned char  iInterface;
16310
16311         unsigned char  no_of_ep;
16312         unsigned char  num_altsetting;
16313         unsigned char  act_altsetting;
16314         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
16315     } __attribute__ ((packed));
16316     ------------
16317
16318     As usb_endpoint_descriptor is only 7byte in length, the start of all
16319     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
16320     of these structures also not word aligned.
16321
16322     ARMv5 Architecture however does not support non-aligned multibyte
16323     data type (see A2.8 of ARM Architecture Reference Manual).
16324
16325     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
16326     Signed-off-by: Remy Böhmer <linux@bohmer.net>
16327
16328 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
16329 Author: Kumar Gala <galak@kernel.crashing.org>
16330 Date:   Tue Dec 9 10:27:33 2008 -0600
16331
16332     drivers/fsl_pci_init: Fix compile warning
16333
16334     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
16335     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
16336
16337     The check only makes sense if we are CONFIG_PHYS_64BIT
16338
16339     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16340
16341 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
16342 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16343 Date:   Sun Dec 7 09:45:35 2008 +0100
16344
16345     usbtty/omap: update to current API
16346
16347     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16348     Signed-off-by: Remy Böhmer <linux@bohmer.net>
16349
16350 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
16351 Author: Anatolij Gustschin <agust@denx.de>
16352 Date:   Tue Dec 9 17:52:05 2008 +0100
16353
16354     video: fix FADS823 and RRvision compiling issues
16355
16356     Since commit 561858ee building for FADS823 and RRvision
16357     doesn't work. Let's include version.h and timestamp.h
16358     unconditionally to fix the problem.
16359
16360     Signed-off-by: Anatolij Gustschin <agust@denx.de>
16361
16362 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
16363 Author: Stefan Roese <sr@denx.de>
16364 Date:   Tue Dec 2 10:53:47 2008 +0100
16365
16366     UBI: Fix size parsing in "ubi create"
16367
16368     Signed-off-by: Stefan Roese <sr@denx.de>
16369
16370 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
16371 Author: Stefan Roese <sr@denx.de>
16372 Date:   Thu Nov 27 14:07:09 2008 +0100
16373
16374     UBI: Enable re-initializing of the "ubi part" command
16375
16376     With this patch now, the user can call "ubi part" multiple times to
16377     re-connect the UBI device to another MTD partition.
16378
16379     Signed-off-by: Stefan Roese <sr@denx.de>
16380
16381 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
16382 Author: Stefan Roese <sr@denx.de>
16383 Date:   Thu Nov 27 14:05:15 2008 +0100
16384
16385     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
16386
16387     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
16388     first call of add_mtd_partitions(). Otherwise this won't work on platforms
16389     where the relocation is broken (like MIPS or PPC).
16390
16391     Signed-off-by: Stefan Roese <sr@denx.de>
16392
16393 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
16394 Author: Trent Piepho <tpiepho@freescale.com>
16395 Date:   Wed Nov 12 17:29:48 2008 -0800
16396
16397     Section name should be ".data", not "data"
16398
16399     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
16400     Signed-off-by: Wolfgang Denk <wd@denx.de>
16401
16402 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
16403 Author: Wolfgang Denk <wd@denx.de>
16404 Date:   Tue Dec 9 00:39:08 2008 +0100
16405
16406     MAKEALL: Automatically use parallel builds
16407
16408     Add logic to the MAKEALL script to determine the number of CPU cores
16409     on the system, and run a parallel build if there is more than one.
16410     Usually this significantrly accelerates builds.
16411
16412     Allow to manually adjust the number of parallel make jobs by using
16413     the "BUILD_NCPUS" environment variable.
16414
16415     Signed-off-by: Wolfgang Denk <wd@denx.de>
16416
16417 commit 268405fa7c44156c5192a70779920c70906af8d6
16418 Author: Wolfgang Denk <wd@denx.de>
16419 Date:   Tue Dec 9 00:24:30 2008 +0100
16420
16421     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
16422
16423     Signed-off-by: Wolfgang Denk <wd@denx.de>
16424
16425 commit 153176a9414120ca1736f3cc4951623d6e14e6af
16426 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16427 Date:   Tue Nov 11 06:08:59 2008 +0100
16428
16429     avr32/bootm: remove unused variable 'ret'
16430
16431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16432     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16433
16434 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
16435 Author: Peter Tyser <ptyser@xes-inc.com>
16436 Date:   Wed Nov 12 13:06:48 2008 -0600
16437
16438     Remove unneeded CONFIG_SHELL references
16439
16440     Make should be using the bash shell by default which makes
16441     CONFIG_SHELL unnecessary
16442
16443     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16444
16445 commit cf7a7b99794bac936899819b95539be1dbd71708
16446 Author: Peter Tyser <ptyser@xes-inc.com>
16447 Date:   Wed Nov 12 12:33:20 2008 -0600
16448
16449     Use bash for default GNU Make shell application
16450
16451     Some Make script commands rely on bash-specific features like brace
16452     expansion, so default to bash for the SHELL variable with a fallback
16453     to the standard sh shell
16454
16455     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16456
16457 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
16458 Author: Heiko Schocher <hs@denx.de>
16459 Date:   Wed Nov 12 09:50:45 2008 +0100
16460
16461     jffs2: rename devices_init () in common/jffs2.c
16462
16463     rename devices_init () in common/jffs2.c to
16464     jffs2_devices_init (), because there is also a
16465     devices_init () in common/devices.c.
16466
16467     Signed-off-by: Heiko Schocher <hs@denx.de>
16468
16469 commit af5eb847a10f1037590001355d88bab3fe7be48b
16470 Author: Daniel Hellstrom <daniel@gaisler.com>
16471 Date:   Mon Nov 10 12:46:20 2008 +0000
16472
16473     SPARC: Fixed compiler error introduced by commit c160a9544743
16474
16475     This patch fixes a build error for the SPARC platform. It was
16476     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
16477
16478     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
16479
16480 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
16481 Author: Gary Jennejohn <garyj@denx.de>
16482 Date:   Sun Nov 9 12:50:59 2008 +0100
16483
16484     mgsuvd add the board-specific part of the HDLC driver
16485
16486     Signed-off-by: Gary Jennejohn <garyj@denx.de>
16487
16488 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
16489 Author: Gary Jennejohn <garyj@denx.de>
16490 Date:   Sun Nov 9 12:45:03 2008 +0100
16491
16492     mgcoge add the board-specific part of the HDLC driver
16493
16494     Signed-off-by: Gary Jennejohn <garyj@denx.de>
16495
16496 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
16497 Author: Gary Jennejohn <garyj@denx.de>
16498 Date:   Sun Nov 9 12:36:15 2008 +0100
16499
16500     keymile add the common parts of the HDLC driver
16501
16502     This implements the ICN protocol used across the backplane and is
16503     needed by all the keymile boards.
16504
16505     Signed-off-by: Gary Jennejohn <garyj@denx.de>
16506
16507 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
16508 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16509 Date:   Fri Nov 7 22:46:22 2008 +0100
16510
16511     drivers/bios_emulator: Move conditional compilation to Makefile
16512
16513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16514
16515 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
16516 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16517 Date:   Thu Nov 6 14:01:51 2008 -0500
16518
16519     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
16520
16521     Corrected endian order printing for compact flash serial number.
16522
16523     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16524
16525 commit 16a28ef219c27423a1ef502f19070c4d375079b8
16526 Author: Gary Jennejohn <garyj@denx.de>
16527 Date:   Thu Nov 6 15:04:23 2008 +0100
16528
16529     IOMUX: Add console multiplexing support.
16530
16531     Modifications to support console multiplexing.  This is controlled using
16532     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
16533
16534     This allows a user to specify multiple console devices in the environment
16535     with a command like this: setenv stdin serial,nc.  As a result, the user can
16536     enter text on both the serial and netconsole interfaces.
16537
16538     All devices - stdin, stdout and stderr - can be set in this manner.
16539
16540     1) common/iomux.c and include/iomux.h contain the environment setting
16541     implementation.
16542     2) doc/README.iomux contains a somewhat more detailed description.
16543     3) The implementation in (1) is called from common/cmd_nvedit.c to
16544     handle setenv and from common/console.c to handle initialization of
16545     input/output devices at boot time.
16546     4) common/console.c also contains the code needed to poll multiple console
16547     devices for input and send output to all devices registered for output.
16548     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
16549     when CONFIG_SYS_CONSOLE_MUX is set.
16550
16551     Signed-off-by: Gary Jennejohn <garyj@denx.de>
16552
16553 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
16554 Author: Mike Frysinger <vapier@gentoo.org>
16555 Date:   Tue Nov 4 16:03:46 2008 -0500
16556
16557     strings: use puts() rather than printf()
16558
16559     When running `strings` on really long strings, the stack tends to get
16560     smashed due to printf().  Switch to puts() instead since we're only passing
16561     the data through.
16562
16563     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16564
16565 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
16566 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
16567 Date:   Mon Nov 3 22:16:18 2008 +0100
16568
16569     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
16570
16571     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
16572
16573 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
16574 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
16575 Date:   Mon Nov 3 22:15:34 2008 +0100
16576
16577     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
16578
16579     - fix size too small by one in sprintf
16580     - changed old (pre 2004) device name ibmEmac to emac
16581     - boot device may be overriden in board config
16582     - servername may be defined in board config
16583     - additional parameters may be defined in board config
16584     - fixed some line wrappings
16585     - replaced  redundant MAX define by max
16586
16587     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
16588
16589 commit e9084b23d16102f44ace24379a1c0c352497ef80
16590 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
16591 Date:   Mon Nov 3 22:14:36 2008 +0100
16592
16593     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
16594
16595     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
16596
16597 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
16598 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
16599 Date:   Mon Nov 3 22:13:47 2008 +0100
16600
16601     README: Document CONFIG_SYS parameters for vxworks
16602
16603     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
16604
16605 commit ace514837cac656e29c37a19569cb8ea83071126
16606 Author: Peter Tyser <ptyser@xes-inc.com>
16607 Date:   Fri Oct 31 11:12:38 2008 -0500
16608
16609     lcd: Let the board code show board-specific info cleanup
16610
16611     remove unneeded version.h from lcd.c
16612
16613     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16614     Signed-off-by: Wolfgang Denk <wd@denx.de>
16615
16616 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
16617 Author: Peter Tyser <ptyser@xes-inc.com>
16618 Date:   Mon Nov 3 09:30:59 2008 -0600
16619
16620     Update U-Boot's build timestamp on every compile
16621
16622     Use the GNU 'date' command to auto-generate a new U-Boot
16623     timestamp on every compile.
16624
16625     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16626
16627 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
16628 Author: Remy Bohmer <linux@bohmer.net>
16629 Date:   Thu Dec 4 22:25:57 2008 +0100
16630
16631     Remove redundant armv4 flag from arm926ejs compile flags
16632
16633     Currently the arm926ejs tree has the armv4 option set during compilation.
16634     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
16635
16636     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16637
16638 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
16639 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
16640 Date:   Sat Dec 6 13:11:14 2008 +0100
16641
16642     at91: Choose environment variables location within make config target
16643
16644     This patch adds the possiblity to choose the media where the environment will
16645     be located. This allow to choose this fundamental configuration without editing
16646     config files.
16647
16648     Documentation file added.
16649
16650     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
16651     Acked-by: Stelian Pop <stelian@popies.net>
16652     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16653
16654 commit 1450c4a6682378567030414a9f1198c39b7730c7
16655 Author: Anatolij Gustschin <agust@denx.de>
16656 Date:   Mon Nov 3 15:30:34 2008 +0100
16657
16658     lwmon, tqm8xx: Fix build errors
16659
16660     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
16661     lcd: Let the board code show board-specific info
16662
16663     introduced some bugs which prevent U-Boot building
16664     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
16665     be defined in the board configuration.
16666
16667     Also "LCD enabled" building for TQM823L doesn't work
16668     since this commit.
16669
16670     This patch fixes above-mentioned issues.
16671
16672     Signed-off-by: Anatolij Gustschin <agust@denx.de>
16673
16674 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
16675 Author: Mike Frysinger <vapier@gentoo.org>
16676 Date:   Sun Nov 2 01:18:18 2008 -0400
16677
16678     ignore .gdb_history files
16679
16680     When using gdb, history files will often get generated.  So ignore them.
16681
16682     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16683
16684 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
16685 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16686 Date:   Fri Oct 31 12:26:55 2008 +0100
16687
16688     FPGA: move fpga drivers to drivers/fpga
16689
16690     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16691
16692 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
16693 Author: Peter Tyser <ptyser@xes-inc.com>
16694 Date:   Mon Dec 1 16:29:38 2008 -0600
16695
16696     net: Fix TftpStart() ip:filename bug
16697
16698     The TftpStart() function modifies the 'BootFile'
16699     string when 'BootFile' contains both an IP address
16700     and filename (eg 1.2.3.4:/path/file). This causes
16701     subsequent calls to TftpStart to incorrectly parse
16702     the TFTP filename and server IP address to use.
16703     For example:
16704
16705     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
16706     Speed: 100, half duplex
16707     Using eTSEC1 device
16708     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
16709                      ^^^^^^^^^^ CORRECT
16710     Filename '/home/ptyser/non_existant'.
16711               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
16712     Load address: 0x100000
16713     Loading: *
16714     TFTP error: 'File not found' (1)
16715     Starting again
16716
16717     eTSEC2: No link.
16718     Speed: 100, half duplex
16719     Using eTSEC1 device
16720     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
16721                      ^^^^^^^^^^ WRONG
16722     Filename '10.52.0.62'.
16723               ^^^^^^^^^^ WRONG
16724     Load address: 0x100000
16725     Loading: *
16726     TFTP error: 'File not found' (1)
16727     Starting again
16728
16729     TftpStart() was modified to not modify the 'BootFile' string.
16730
16731     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16732     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16733
16734 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
16735 Author: Peter Tyser <ptyser@xes-inc.com>
16736 Date:   Mon Dec 1 16:26:21 2008 -0600
16737
16738     net: Add additional IP fragmentation check
16739
16740     Ignore IP packets which have the "more fragments" flag bit
16741     set.  This flag indicates the IP packet is fragmented and
16742     must be ignored by U-Boot.
16743
16744     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16745     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16746
16747 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
16748 Author: Peter Tyser <ptyser@xes-inc.com>
16749 Date:   Mon Dec 1 16:26:20 2008 -0600
16750
16751     net: Define IP flag field values
16752
16753     These defines were pulled from the "Add simple
16754     IP/UDP fragmentation support" patch from Frank
16755     Haverkamp <haver@vnet.ibm.com>.
16756
16757     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16758     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16759
16760 commit 23afaba65ec5206757e589ef334a8b38168c045f
16761 Author: Anatolij Gustschin <agust@denx.de>
16762 Date:   Tue Dec 2 10:31:04 2008 +0100
16763
16764     net: tsec: Fix Marvell 88E1121R phy init
16765
16766     This patch tries to ensure that phy interrupt pin
16767     won't be asserted after booting. We experienced
16768     following issues with current 88E1121R phy init:
16769
16770     Marvell 88E1121R phy can be hardware-configured
16771     to share MDC/MDIO and interrupt pins for both ports
16772     P0 and P1 (e.g. as configured on socrates board).
16773     Port 0 interrupt pin will be shared by both ports
16774     in such configuration. After booting Linux and
16775     configuring eth0 interface, port 0 phy interrupts
16776     are enabled. After rebooting without proper eth0
16777     interface shutdown port 0 phy interrupts remain
16778     enabled so any change on port 0 (link status, etc.)
16779     cause assertion of the interrupt. Now booting Linux
16780     and configuring eth1 interface will cause permanent
16781     phy interrupt storm as the registered phy 1 interrupt
16782     handler doesn't acknowledge phy 0 interrupts. This
16783     of course should be fixed in Linux driver too.
16784
16785     Signed-off-by: Anatolij Gustschin <agust@denx.de>
16786     Acked-by: Andy Fleming <afleming@freescale.com>
16787     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16788
16789 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
16790 Author: Peter Tyser <ptyser@xes-inc.com>
16791 Date:   Tue Dec 2 12:59:51 2008 -0600
16792
16793     net: Fix download command parsing
16794
16795     When CONFIG_SYS_HUSH_PARSER is defined network download
16796     commands with 1 argument in the format 'tftp "/path/file"'
16797     do not work as expected. The hush command parser strips
16798     the quotes from "/path/file" which causes the network
16799     commands to interpret "/path/file" as an address
16800     instead of the intended filename.
16801
16802     The previous check for a leading quote in netboot_common()
16803     was replaced with a check which ensures only valid
16804     numbers are treated as addresses.
16805
16806     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16807     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16808
16809 commit 3c2c2f427905040c1513d0c51d637689cba48346
16810 Author: Remy Bohmer <linux@bohmer.net>
16811 Date:   Thu Nov 27 22:30:27 2008 +0100
16812
16813     Remove non-ascii characters from fat code
16814
16815     This code contains some non-ascii characters in comment lines and code.
16816     Most editors do not display those characters properly and editing those
16817     files results always in diffs at these places which are usually not required
16818     to be changed at all. This is error prone.
16819
16820     So, remove those weird characters and replace them by normal C-style
16821     equivalents for which the proper defines were already in the header.
16822
16823     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16824
16825 commit dc889e865356497d3e495570118c2245ebce2631
16826 Author: Dave Liu <daveliu@freescale.com>
16827 Date:   Fri Nov 28 20:16:58 2008 +0800
16828
16829     85xx: fix the wrong DDR settings for MPC8572DS
16830
16831     The default DDR freq is 400MHz or 800M data rate,
16832     the old settings is pure wrong for the default case.
16833
16834     Signed-off-by: Dave Liu <daveliu@freescale.com>
16835     Acked-by: Andy Fleming <afleming@freescale.com>
16836
16837 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
16838 Author: Kumar Gala <galak@kernel.crashing.org>
16839 Date:   Mon Nov 24 10:29:26 2008 -0600
16840
16841     85xx: init gd as early as possible
16842
16843     Moved up the initialization of GD so C code like set_tlb() can use
16844     gd->flags to determine if we've relocated or not in the future.
16845
16846     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16847     Acked-by: Andy Fleming <afleming@freescale.com>
16848
16849 commit aed461af81012a398a205e9be67ab37667491838
16850 Author: Kumar Gala <galak@kernel.crashing.org>
16851 Date:   Mon Nov 24 10:29:25 2008 -0600
16852
16853     85xx: Fix relocation of CCSRBAR
16854
16855     If the virtual address for CCSRBAR is the same after relocation but
16856     the physical address is changing we'd end up having two TLB entries with
16857     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
16858     temp virt address to access the old CCSRBAR to relocate it.
16859
16860     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16861     Acked-by: Andy Fleming <afleming@freescale.com>
16862
16863 commit ea154a1781135d822eedee7567cc156089eae93c
16864 Author: Kumar Gala <galak@kernel.crashing.org>
16865 Date:   Mon Nov 24 10:25:14 2008 -0600
16866
16867     FSL: Moved BR_PHYS_ADDR for localbus to common header
16868
16869     The BR_PHYS_ADDR macro is useful on all machines that have local bus
16870     which is pretty much all 83xx/85xx/86xx chips.
16871
16872     Additionally most 85xx & 86xx will need it if they want to support
16873     36-bit physical addresses.
16874
16875     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16876     Acked-by: Andy Fleming <afleming@freescale.com>
16877
16878 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
16879 Author: Peter Tyser <ptyser@xes-inc.com>
16880 Date:   Mon Dec 1 13:47:12 2008 -0600
16881
16882     85xx: Add PORDEVSR_PCI1 define
16883
16884     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
16885
16886     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
16887
16888     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16889     Signed-off-by: Andy Fleming <afleming@freescale.com>
16890
16891 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
16892 Author: Becky Bruce <becky.bruce@freescale.com>
16893 Date:   Fri Nov 21 19:24:22 2008 -0600
16894
16895     drivers/fsl_pci_init: Fix inbound window mapping bug
16896
16897     The current code will cause the creation of a 4GB window
16898     starting at 0 if we have more than 4GB of RAM installed,
16899     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
16900     to return erroneous information. Limit the size to 4GB - 1;
16901     which causes the code to create one 2GB and one 1GB window
16902     instead.
16903
16904     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16905     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16906     Acked-by: Andy Fleming <afleming@freescale.com>
16907
16908 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
16909 Author: Jon Loeliger <jdl@freescale.com>
16910 Date:   Thu Nov 20 15:36:48 2008 -0600
16911
16912     Removed unused CONFIG_L1_INIT_RAM symbol.
16913
16914     Prevent further viral propogation of the unused
16915     symbol CONFIG_L1_INIT_RAM by just removing it.
16916
16917     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16918     Acked-by: Andy Fleming <afleming@freescale.com>
16919
16920 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
16921 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16922 Date:   Wed Oct 29 09:21:44 2008 -0500
16923
16924     fsl ddr skip interleaving if not supported.
16925
16926     Removed while(1) hang if memctl_intlv_ctl is set wrong.
16927     Remove embedded tabs from strings.
16928
16929     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16930     Acked-by: Kumar Gala <galak@kernel.crashing.org>
16931     Acked-by: Andy Fleming <afleming@freescale.com>
16932
16933 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
16934 Author: Anatolij Gustschin <agust@denx.de>
16935 Date:   Thu Nov 13 18:08:57 2008 +0100
16936
16937     85xx: socrates: fix DDR SDRAM tlb entry configuration
16938
16939     since commit be0bd8234b9777ecd63c4c686f72af070d886517
16940     tlb entry for socrates DDR SDRAM will be reconfigured
16941     by setup_ddr_tlbs() from initdram() causing an
16942     inconsistency with previously configured DDR SDRAM tlb
16943     entry from tlb_table:
16944
16945     socrates>l2cam 7 9
16946     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
16947       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
16948       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
16949       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
16950
16951     This patch makes the presence of the DDR SDRAM tlb entry in
16952     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
16953     inconsistency.
16954
16955     Signed-off-by: Anatolij Gustschin <agust@denx.de>
16956     Acked-by: Andy Fleming <afleming@freescale.com>
16957
16958 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
16959 Author: Peter Tyser <ptyser@xes-inc.com>
16960 Date:   Tue Nov 11 10:17:10 2008 -0600
16961
16962     85xx: Add CPU 2 errata workaround to all 8548 boards
16963
16964     All mpc8548-based boards should implement the suggested workaround
16965     to CPU 2 errata. Without the workaround, its possible for the
16966     8548's core to hang while executing a msync or mbar 0 instruction
16967     and a snoopable transaction from an I/O master tagged to make
16968     quick forward progress is present.
16969
16970     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16971     Acked-by: Andy Fleming <afleming@freescale.com>
16972
16973 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
16974 Author: Dave Liu <daveliu@freescale.com>
16975 Date:   Tue Oct 28 17:53:45 2008 +0800
16976
16977     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
16978
16979     we need TLB entry for DDR at !SPD case.
16980
16981     Signed-off-by: Dave Liu <daveliu@freescale.com>
16982     Acked-by: Andy Fleming <afleming@freescale.com>
16983
16984 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
16985 Author: Dave Liu <daveliu@freescale.com>
16986 Date:   Tue Oct 28 17:53:38 2008 +0800
16987
16988     85xx: remove the unused ddr_enable_ecc in the board file
16989
16990     The DDR controller of 8548/8544/8568/8572/8536 processors
16991     have the ECC data init feature, and the new DDR code is
16992     using the feature, and we don't need the way with DMA to
16993     init memory any more.
16994
16995     Signed-off-by: Dave Liu <daveliu@freescale.com>
16996     Acked-by: Andy Fleming <afleming@freescale.com>
16997
16998 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
16999 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17000 Date:   Sun Nov 30 19:36:53 2008 +0100
17001
17002     at91rm9200dk: Fix typo
17003
17004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17005
17006 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
17007 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17008 Date:   Sun Nov 30 19:36:50 2008 +0100
17009
17010     AT91: remove non supported board AT91RM9200DF macro
17011
17012     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17013
17014 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
17015 Author: Ilko Iliev <iliev@ronetix.at>
17016 Date:   Tue Dec 2 17:27:54 2008 +0100
17017
17018     mtd/dataflash.c: fix a problem with the last partition
17019
17020     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
17021     partition can be defined to use the area to the end of dataflash size.
17022     Now it is possible to have only one dataflash partition from 0 to the end
17023     of of dataflash size.
17024
17025     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
17026
17027 commit 03f797793b124dccaae145b977d15d6cb9e74504
17028 Author: Ilko Iliev <iliev@ronetix.at>
17029 Date:   Tue Dec 2 17:20:17 2008 +0100
17030
17031     fix some coding style violations.
17032
17033     This patch fix some coding style violations.
17034
17035     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
17036
17037 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
17038 Author: Stefan Roese <sr@denx.de>
17039 Date:   Thu Nov 27 14:11:37 2008 +0100
17040
17041     OneNAND: Add missing mtd info struct before calling onenand_erase()
17042
17043     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
17044     for use in UBI) via CONFIG_MTD_PARTITIONS.
17045
17046     Signed-off-by: Stefan Roese <sr@denx.de>
17047     Signed-off-by: Scott Wood <scottwood@freescale.com>
17048
17049 commit 29382d4064fbaff5daacff4c3209370fa5713966
17050 Author: Becky Bruce <becky.bruce@freescale.com>
17051 Date:   Thu Nov 20 16:43:52 2008 -0600
17052
17053     mpc8641: Fix error in README
17054
17055     I made some updates to the code that didn't make it into the
17056     README - fix this
17057
17058     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17059
17060 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
17061 Author: Jon Loeliger <jdl@freescale.com>
17062 Date:   Thu Nov 20 12:01:02 2008 -0600
17063
17064     Removed unused CONFIG_L1_INIT_RAM symbol.
17065
17066     Prevent further viral propogation of the unused
17067     symbol CONFIG_L1_INIT_RAM by just removing it.
17068
17069     Signed-off-by: Jon Loeliger <jdl@freescale.com>
17070
17071 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
17072 Author: Jon Loeliger <jdl@freescale.com>
17073 Date:   Thu Nov 20 14:02:56 2008 -0600
17074
17075     86xx: Fix non-64-bit compilation problems.
17076
17077     Introducing 64-bit (36-bit) support for the MPC8641HPCN
17078     failed to accomodate the other two 86xx boards.
17079     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
17080     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
17081     with nominal 32-bit values.
17082
17083     Signed-off-by: Jon Loeliger <jdl@freescale.com>
17084     Acked-by: Becky Bruce <becky.bruce@freescale.com>
17085
17086 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
17087 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17088 Date:   Wed Nov 26 17:40:37 2008 +0100
17089
17090     Remove obsolete command (apply afte USB style patch, 80 chars strict)
17091
17092     Remove USB obsolete commmand
17093
17094     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17095     Signed-off-by: Remy Böhmer <linux@bohmer.net>
17096
17097 commit de39f8c19d7c12017248c49d432dcb81db68f724
17098 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17099 Date:   Wed Nov 26 17:41:34 2008 +0100
17100
17101     USB style patch, 80 chars strict
17102
17103     USB Code style patch
17104
17105     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
17106     Signed-off-by: Remy Böhmer <linux@bohmer.net>
17107
17108 commit d10c5a87cb8affbb4d35a311370316d4383d598e
17109 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17110 Date:   Fri Nov 7 22:46:21 2008 +0100
17111
17112     drivers/usb: Move conditional compilation to Makefile
17113
17114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17115     Signed-off-by: Remy Böhmer <linux@bohmer.net>
17116
17117 commit 2077e348c2a84901022ad95311b47b70361e6daa
17118 Author: Scott Wood <scottwood@freescale.com>
17119 Date:   Tue Nov 25 10:47:02 2008 -0600
17120
17121     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
17122
17123     This caused the operation to be needlessly repeated if there were
17124     no bad blocks and no errors.
17125
17126     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
17127     Signed-off-by: Scott Wood <scottwood@freescale.com>
17128
17129 commit 89295028e7d8f7a524f485328279d72fdb102385
17130 Author: Michal Simek <monstr@monstr.eu>
17131 Date:   Mon Nov 24 12:09:50 2008 +0100
17132
17133     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
17134
17135     This BSP should be outside u-boot source tree.
17136     The second reason is that xilinx ppc405 was moved to generic platform.
17137
17138     Signed-off-by: Michal Simek <monstr@monstr.eu>
17139     Signed-off-by: Stefan Roese <sr@denx.de>
17140
17141 commit 24eea623d4974a169026a975ba12fb23d48154b1
17142 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17143 Date:   Mon Nov 24 15:11:10 2008 +0100
17144
17145     ppc4xx: Remove unused features
17146
17147     This patch disables some unused features from the PCI405 configuration
17148     to keep U-Boot image size below 192k.
17149
17150     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17151     Signed-off-by: Stefan Roese <sr@denx.de>
17152
17153 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
17154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17155 Date:   Mon Nov 24 15:11:09 2008 +0100
17156
17157     ppc4xx: Use correct io accessors for PCI405
17158
17159     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17160     Signed-off-by: Stefan Roese <sr@denx.de>
17161
17162 commit 348c849d86a6f0785752b9bc497a34658713d1d1
17163 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17164 Date:   Mon Nov 24 15:11:08 2008 +0100
17165
17166     ppc4xx: Remove unused code from PCI405 code
17167
17168     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17169     Signed-off-by: Stefan Roese <sr@denx.de>
17170
17171 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
17172 Author: Heiko Schocher <hs@denx.de>
17173 Date:   Thu Nov 20 09:59:09 2008 +0100
17174
17175     powerpc, keymile boards: extract identical config options
17176
17177     This patch extracts the identical config options for the
17178     keymile boards mgcoge, mgsuvd and kmeter1 in a new
17179     common config file keymile-common.h.
17180
17181     Signed-off-by: Heiko Schocher <hs@denx.de>
17182     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17183
17184 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
17185 Author: Heiko Schocher <hs@denx.de>
17186 Date:   Fri Nov 21 08:29:40 2008 +0100
17187
17188     powerpc: keymile: Add a check for the PIGGY debug board
17189
17190     Check the presence of the PIGGY on the keymile boards mgcoge,
17191     mgsuvd and kmeter1. If the PIGGY is not present, dont register
17192     this Ethernet device.
17193
17194     Signed-off-by: Heiko Schocher <hs@denx.de>
17195     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17196
17197 commit 58c696eed839af894e0265064669c402dc28b371
17198 Author: Wolfgang Denk <wd@xpert.denx.de>
17199 Date:   Mon Nov 24 21:50:59 2008 +0100
17200
17201     AT91RM9200DK: fix broken boot from NOR flash
17202
17203     Signed-off-by: Wolfgang Denk <wd@denx.de>
17204
17205 commit 8052352f20b33bef8f9872fc983eac73d4693c38
17206 Author: Jens Scharsig <esw@bus-elektronik.de>
17207 Date:   Tue Nov 18 10:48:46 2008 +0100
17208
17209     at91rm9200: fix broken boot from nor flash
17210
17211     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
17212     CONFIG_AT91RM9200 is defined and nor preloader is used.
17213
17214     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
17215
17216 commit 25ea652e907516a283b38237e83712a918f125d7
17217 Author: Piotr Ziecik <kosmo@semihalf.com>
17218 Date:   Mon Nov 17 15:58:00 2008 +0100
17219
17220     UBI: Add proof-of-concept CFI flash support
17221
17222     With this patch UBI can be used on CFI flash chips.
17223
17224     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
17225     Signed-off-by: Stefan Roese <sr@denx.de>
17226
17227 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
17228 Author: Piotr Ziecik <kosmo@semihalf.com>
17229 Date:   Mon Nov 17 15:57:59 2008 +0100
17230
17231     mtd: Remove a printf() from add_mtd_device().
17232
17233     Remove a printf() from add_mtd_device(), which produces spurious output.
17234
17235     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
17236     Signed-off-by: Stefan Roese <sr@denx.de>
17237
17238 commit 91809ed51d8327a8dbbf29aa98a091154c282171
17239 Author: Piotr Ziecik <kosmo@semihalf.com>
17240 Date:   Mon Nov 17 15:57:58 2008 +0100
17241
17242     cfi-mtd: Add cfi-mtd driver.
17243
17244     Add cfi-mtd driver, which exports CFI flash to MTD layer.
17245     This allows CFI flash devices to be used from MTD layer.
17246
17247     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
17248     option. Initialization is done by calling cfi_mtd_init() from
17249     flash_init().
17250
17251     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
17252     Signed-off-by: Stefan Roese <sr@denx.de>
17253
17254 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
17255 Author: Piotr Ziecik <kosmo@semihalf.com>
17256 Date:   Mon Nov 17 15:49:32 2008 +0100
17257
17258     cfi_flash: Add interface for flash verbosity control
17259
17260     Add interface for flash verbosity control. It allows
17261     to disable output from low-level flash API. It is useful
17262     when calling these low-level functions from context other
17263     than flash commands (for example the MTD/CFI interface
17264     implmentation).
17265
17266     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
17267     Signed-off-by: Stefan Roese <sr@denx.de>
17268
17269 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
17270 Author: Piotr Ziecik <kosmo@semihalf.com>
17271 Date:   Thu Nov 20 15:17:38 2008 +0100
17272
17273     cfi_flash: Export flash_sector_size() function.
17274
17275     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
17276     so that it can be used in the upcoming cfi-mtd driver.
17277
17278     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
17279     Signed-off-by: Stefan Roese <sr@denx.de>
17280
17281 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
17282 Author: Stefan Roese <sr@denx.de>
17283 Date:   Mon Nov 17 14:45:22 2008 +0100
17284
17285     cfi_flash: Make all flash access functions weak
17286
17287     This patch defines all flash access functions as weak so that
17288     they can be overridden by board specific versions.
17289
17290     This will be used by the upcoming VCTH board support where the NOR
17291     FLASH unfortunately can't be accessed memory-mapped. Special
17292     accessor functions are needed here.
17293
17294     To enable this weak functions you need to define
17295     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
17296     Otherwise the "old" default functions will be used resulting
17297     in smaller code.
17298
17299     Signed-off-by: Stefan Roese <sr@denx.de>
17300     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17301
17302 commit a5c4067017631d903e1afa6ad615f0ce19fea517
17303 Author: Stefan Roese <sr@denx.de>
17304 Date:   Mon Nov 24 08:31:16 2008 +0100
17305
17306     UBI: Change parsing of size in commands to default to hex
17307
17308     Currently the size parameters of the UBI commands (e.g. "ubi write") are
17309     decoded as decimal instead of hex as default. This patch now interprets
17310     all these values consistantly as hex, as all other standard U-Boot commands
17311     do.
17312
17313     Signed-off-by: Stefan Roese <sr@denx.de>
17314
17315 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
17316 Author: Stefan Roese <sr@denx.de>
17317 Date:   Fri Nov 21 13:06:06 2008 +0100
17318
17319     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
17320
17321     Signed-off-by: Stefan Roese <sr@denx.de>
17322
17323 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
17324 Author: Yuri Tikhonov <yur@emcraft.com>
17325 Date:   Fri Nov 14 16:19:19 2008 +0300
17326
17327     ppc4xx: katmai: Change default config
17328
17329      This patch enables support for EXT2, and increases the
17330     CONFIG_SYS_BOOTMAPSZ size for the default configuration
17331     of the katmai boards to use them as the RAID-reference
17332     AMCC setups.
17333
17334      EXT2 enabling allows one to boot kernels from the EXT2
17335     formatted Compact Flash cards.
17336
17337      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
17338     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
17339     the memory area with DTB file (which is placed at the
17340     end of the bootmap area) will turn out to be overlapped
17341     with the BSS segment of the 256KB kernel, and zeroed
17342     in early_init() of Linux.
17343
17344      Actually, increasing of the bootmap size could be done
17345     via setting of the bootm_size U-Boot variable, but it looks
17346     like the current U-Boot implementation have some bootm_size-
17347     related functionality lost. In many places through the U-Boot
17348     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
17349     (instead of trying to read the corresponding value from the
17350     environment). The same is truth for the boot_jump_linux()
17351     function in lib_ppc/bootm.c, where U-Boot transfers control
17352     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
17353     value to the booting kernel.
17354
17355     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17356     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17357     Signed-off-by: Stefan Roese <sr@denx.de>
17358
17359 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
17360 Author: Dave Mitchell <dmitch71@gmail.com>
17361 Date:   Thu Nov 20 14:09:50 2008 -0600
17362
17363     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
17364
17365     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
17366     internal SRAM.
17367
17368     Adjusted internal SRAM initialization to match updated user
17369     manual recommendation.
17370
17371     OCM & ISRAM are now mapped as follows:
17372             physical        virtual         size
17373     ISRAM   0x4_0000_0000   0xE300_0000     256k
17374     OCM     0x4_0004_0000   0xE304_0000     64k
17375
17376     A single TLB was used for this mapping.
17377
17378     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
17379     Signed-off-by: Stefan Roese <sr@denx.de>
17380
17381 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
17382 Author: Dave Mitchell <dmitch71@gmail.com>
17383 Date:   Thu Nov 20 14:00:49 2008 -0600
17384
17385     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
17386
17387     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
17388     L2 cache DCRs from ppc440.h to this new header.
17389
17390     Also converted these DCR defines from lowercase to uppercase and
17391     modified referencing modules to use them.
17392
17393     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
17394     Signed-off-by: Stefan Roese <sr@denx.de>
17395
17396 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
17397 Author: Steven A. Falco <sfalco@harris.com>
17398 Date:   Thu Nov 20 14:37:57 2008 -0500
17399
17400     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
17401
17402     The definitions of bits in SDR_CFG are incorrect, and not used within
17403     U-Boot.  Therefore, they can be removed.
17404
17405     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
17406     and are unused, so they can be removed too.
17407
17408     A definition for SDR0_DDRCFG is added.
17409
17410     Signed-off-by: Steven A. Falco <sfalco@harris.com>
17411     Signed-off-by: Stefan Roese <sr@denx.de>
17412
17413 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
17414 Author: Dirk Behme <dirk.behme@gmail.com>
17415 Date:   Mon Nov 10 20:15:25 2008 +0100
17416
17417     ARM: OMAP: Convert IO macros
17418
17419     Convert IO macros to readx/writex.
17420
17421     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
17422
17423 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
17424 Author: Ilko Iliev <iliev@ronetix.at>
17425 Date:   Sun Nov 9 15:53:14 2008 +0100
17426
17427     lib_arm: do_bootm_linux() - correct a small mistake
17428
17429     This patch corrects a small bug in the "if" condition:
17430     the parameter "flag" is 0 and the "if" condition is always true.
17431     The result is - the boom command doesn't start the kernel.
17432     Affected targets: all arm based.
17433
17434     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
17435
17436 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
17437 Author: Stelian Pop <stelian@popies.net>
17438 Date:   Sun Nov 9 00:14:46 2008 +0100
17439
17440     AT91: Enable PLLB for USB
17441
17442     At least some (old ?) versions of the AT91Bootstrap do not set up the
17443     PLLB correctly to 48 MHz in order to make USB host function correctly.
17444
17445     This patch sets up the PLLB to the same values Linux uses, and makes USB
17446     work ok on the following CPUs:
17447         - AT91CAP9
17448         - AT91SAM9260
17449         - AT91SAM9263
17450
17451     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
17452     the relevant AT91CAP9/AT91SAM9 atmel boards.
17453
17454     Signed-off-by: Stelian Pop <stelian@popies.net>
17455     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17456
17457 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
17458 Author: Stelian Pop <stelian@popies.net>
17459 Date:   Fri Nov 7 13:55:14 2008 +0100
17460
17461     AT91: Use AT91_CPU_CLOCK in displays
17462
17463     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
17464     speed in the LCD driver.
17465
17466     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
17467     corresponding board clocks.
17468
17469     Signed-off-by: Stelian Pop <stelian@popies.net>
17470
17471 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
17472 Author: Heiko Schocher <hs@denx.de>
17473 Date:   Thu Nov 20 09:57:47 2008 +0100
17474
17475     powerpc: 83xx: add support for the kmeter1 board
17476
17477     This patch adds support for the kmeter1 board from Keymile,
17478     based on a Freescale MPC8360 CPU.
17479
17480     - serial console on UART 1
17481     - 256 MB DDR2 RAM
17482     - 64 MB NOR Flash
17483     - Ethernet RMII Mode over UCC4
17484     - PHY SMSC LAN8700
17485
17486     Signed-off-by: Heiko Schocher <hs@denx.de>
17487     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17488
17489 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
17490 Author: Stefan Roese <sr@denx.de>
17491 Date:   Thu Nov 20 11:46:20 2008 +0100
17492
17493     ppc4xx: Clear all potentially pending exceptions in MCSR
17494
17495     This is needed on Canyonlands which still has an exception pending
17496     while running relocate_code(). This leads to a failure after trap_init()
17497     is moved to the top of board_init_r().
17498
17499     Signed-off-by: Stefan Roese <sr@denx.de>
17500
17501 commit facdad5f2602e899a01746916beddbf9e856b5ee
17502 Author: Heiko Schocher <hs@denx.de>
17503 Date:   Wed Nov 19 10:10:30 2008 +0100
17504
17505     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
17506
17507     Signed-off-by: Heiko Schocher <hs@denx.de>
17508     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17509
17510 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
17511 Author: Howard Gregory <Greg.Howard@freescale.com>
17512 Date:   Tue Nov 4 14:55:33 2008 +0800
17513
17514     mpc83xx: Improve the performance of DDR memory
17515
17516     modify the CAS timings. my understanding is that these
17517     settings decrease various wait times in the DDR interface.
17518     Because these wait times are in clock cycles, and the DDR
17519     clock on the 8315 RDB runs slower than on some other 83xx
17520     platforms, we can dial down these values without a problem,
17521     thereby decreasing the latency of memory a little.
17522
17523     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
17524     Signed-off-by: Dave Liu <daveliu@freescale.com>
17525     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17526
17527 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
17528 Author: Kyungmin Park <kyungmin.park@samsung.com>
17529 Date:   Fri Oct 24 14:55:33 2008 +0200
17530
17531     ARM: Add Apollon UBI support
17532
17533     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
17534     macro.
17535
17536     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17537     Signed-off-by: Stefan Roese <sr@denx.de>
17538
17539 commit 694a0b3f1c0accd0de94b89555155d69f8022824
17540 Author: Kyungmin Park <kyungmin.park@samsung.com>
17541 Date:   Wed Nov 19 11:47:05 2008 +0100
17542
17543     UBI: Add UBI command support
17544
17545     This patch adds these UBI commands:
17546
17547     ubi part [nand|onenand] [part] - Show or set current partition
17548     ubi info [l[ayout]] -Display volume and UBI layout information
17549     ubi create[vol] volume [size] [type] - Create volume name with size
17550     ubi write[vol] address volume size - Write volume from address with size
17551     ubi read[vol] address volume [size] - Read volume to address with size
17552     ubi remove[vol] volume - Remove volume
17553
17554     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17555     Signed-off-by: Stefan Roese <sr@denx.de>
17556
17557 commit 58be3a1056d88c6d05f3e914389282807e69923a
17558 Author: Kyungmin Park <kyungmin.park@samsung.com>
17559 Date:   Wed Nov 19 16:38:24 2008 +0100
17560
17561     UBI: Add basic UBI support to U-Boot (Part 8/8)
17562
17563     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17564     It's based on the Linux UBI version and basically has a "OS"
17565     translation wrapper that defines most Linux specific calls
17566     (spin_lock() etc.) into no-ops. Some source code parts have been
17567     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17568     this version with the Linux version and simplifies future UBI
17569     ports/bug-fixes from the Linux version.
17570
17571     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17572     Signed-off-by: Stefan Roese <sr@denx.de>
17573
17574 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
17575 Author: Kyungmin Park <kyungmin.park@samsung.com>
17576 Date:   Wed Nov 19 16:36:36 2008 +0100
17577
17578     UBI: Add basic UBI support to U-Boot (Part 7/8)
17579
17580     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17581     It's based on the Linux UBI version and basically has a "OS"
17582     translation wrapper that defines most Linux specific calls
17583     (spin_lock() etc.) into no-ops. Some source code parts have been
17584     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17585     this version with the Linux version and simplifies future UBI
17586     ports/bug-fixes from the Linux version.
17587
17588     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17589     Signed-off-by: Stefan Roese <sr@denx.de>
17590
17591 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
17592 Author: Kyungmin Park <kyungmin.park@samsung.com>
17593 Date:   Wed Nov 19 16:32:36 2008 +0100
17594
17595     UBI: Add basic UBI support to U-Boot (Part 6/8)
17596
17597     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17598     It's based on the Linux UBI version and basically has a "OS"
17599     translation wrapper that defines most Linux specific calls
17600     (spin_lock() etc.) into no-ops. Some source code parts have been
17601     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17602     this version with the Linux version and simplifies future UBI
17603     ports/bug-fixes from the Linux version.
17604
17605     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17606     Signed-off-by: Stefan Roese <sr@denx.de>
17607
17608 commit c91a719daa331b5856109313371e4ece5ec06d96
17609 Author: Kyungmin Park <kyungmin.park@samsung.com>
17610 Date:   Wed Nov 19 16:28:06 2008 +0100
17611
17612     UBI: Add basic UBI support to U-Boot (Part 5/8)
17613
17614     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17615     It's based on the Linux UBI version and basically has a "OS"
17616     translation wrapper that defines most Linux specific calls
17617     (spin_lock() etc.) into no-ops. Some source code parts have been
17618     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17619     this version with the Linux version and simplifies future UBI
17620     ports/bug-fixes from the Linux version.
17621
17622     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17623     Signed-off-by: Stefan Roese <sr@denx.de>
17624
17625 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
17626 Author: Kyungmin Park <kyungmin.park@samsung.com>
17627 Date:   Wed Nov 19 16:27:23 2008 +0100
17628
17629     UBI: Add basic UBI support to U-Boot (Part 4/8)
17630
17631     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17632     It's based on the Linux UBI version and basically has a "OS"
17633     translation wrapper that defines most Linux specific calls
17634     (spin_lock() etc.) into no-ops. Some source code parts have been
17635     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17636     this version with the Linux version and simplifies future UBI
17637     ports/bug-fixes from the Linux version.
17638
17639     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17640     Signed-off-by: Stefan Roese <sr@denx.de>
17641
17642 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
17643 Author: Kyungmin Park <kyungmin.park@samsung.com>
17644 Date:   Wed Nov 19 16:26:54 2008 +0100
17645
17646     UBI: Add basic UBI support to U-Boot (Part 3/8)
17647
17648     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17649     It's based on the Linux UBI version and basically has a "OS"
17650     translation wrapper that defines most Linux specific calls
17651     (spin_lock() etc.) into no-ops. Some source code parts have been
17652     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17653     this version with the Linux version and simplifies future UBI
17654     ports/bug-fixes from the Linux version.
17655
17656     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17657     Signed-off-by: Stefan Roese <sr@denx.de>
17658
17659 commit 961df83361aff9a14f226214224eb8a06e05ba24
17660 Author: Kyungmin Park <kyungmin.park@samsung.com>
17661 Date:   Wed Nov 19 16:25:44 2008 +0100
17662
17663     UBI: Add basic UBI support to U-Boot (Part 2/8)
17664
17665     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17666     It's based on the Linux UBI version and basically has a "OS"
17667     translation wrapper that defines most Linux specific calls
17668     (spin_lock() etc.) into no-ops. Some source code parts have been
17669     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17670     this version with the Linux version and simplifies future UBI
17671     ports/bug-fixes from the Linux version.
17672
17673     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17674     Signed-off-by: Stefan Roese <sr@denx.de>
17675
17676 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
17677 Author: Kyungmin Park <kyungmin.park@samsung.com>
17678 Date:   Wed Nov 19 16:23:06 2008 +0100
17679
17680     UBI: Add basic UBI support to U-Boot (Part 1/8)
17681
17682     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
17683     It's based on the Linux UBI version and basically has a "OS"
17684     translation wrapper that defines most Linux specific calls
17685     (spin_lock() etc.) into no-ops. Some source code parts have been
17686     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
17687     this version with the Linux version and simplifies future UBI
17688     ports/bug-fixes from the Linux version.
17689
17690     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17691     Signed-off-by: Stefan Roese <sr@denx.de>
17692
17693 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
17694 Author: Kyungmin Park <kyungmin.park@samsung.com>
17695 Date:   Wed Nov 19 16:20:36 2008 +0100
17696
17697     MTD: Add MTD paritioning infrastructure
17698
17699     This MTD part infrastructure will be used by the upcoming
17700     UBI support.
17701
17702     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17703     Signed-off-by: Stefan Roese <sr@denx.de>
17704
17705 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
17706 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17707 Date:   Thu Oct 16 22:54:03 2008 +0530
17708
17709     Align end of bss by 4 bytes
17710
17711     Most of the bss initialization loop increments 4 bytes
17712     at a time. And the loop end is checked for an 'equal'
17713     condition. Make the bss end address aligned by 4, so
17714     that the loop will end as expected.
17715
17716     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
17717     Signed-off-by: Wolfgang Denk <wd@denx.de>
17718
17719 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
17720 Author: Becky Bruce <becky.bruce@freescale.com>
17721 Date:   Mon Nov 10 19:45:35 2008 -0600
17722
17723     mpc8641: fix address-cells default in old .dts detection
17724
17725     address-cells defaults to 2, not 1; so in the unlikely
17726     event that it isn't specified, this patch is required
17727     for correct operation.
17728
17729     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17730
17731 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
17732 Author: Becky Bruce <becky.bruce@freescale.com>
17733 Date:   Fri Oct 31 17:14:39 2008 -0500
17734
17735     lib_ppc: Move trap_init to occur earlier
17736
17737     Doing trap_init immediately once we're running from RAM
17738     means we're no longer dependent on the physical location of
17739     the flash on non-BookE platforms. Before trap_init, those
17740     platforms switch to real mode and go to 0xfff00100 on exception.
17741     After the switch, they go to 0x00000100  This makes it easier to
17742     move the flash location.
17743
17744     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17745
17746 commit d52082b12c6e545705a19433a2f4142526536189
17747 Author: Becky Bruce <becky.bruce@freescale.com>
17748 Date:   Fri Nov 7 13:46:19 2008 -0600
17749
17750     mpc8641: Try to detect old .dts files
17751
17752     Since we've changed the memory map of the board, be nice and
17753     add some checking to try to catch out-of-date .dts files.  We do
17754     this by checking the CCSRBAR location in the .dts and comparing
17755     it to the CCSRBAR location in u-boot.  If they don't match, a
17756     warning msg is printed.  This isn't foolproof, but it's simple and
17757     will catch most of the cases where an out-of-date .dts is present,
17758     including all of the cases where a new u-boot is used with an old
17759     standard MPC8641 .dts file as supplied with Linux.
17760
17761     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17762
17763 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
17764 Author: Becky Bruce <becky.bruce@freescale.com>
17765 Date:   Thu Nov 6 13:04:09 2008 -0600
17766
17767     toplevel Makefile: Add MPC8641HPCN_36BIT target
17768
17769     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
17770
17771     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17772
17773 commit 3111d32c494e8251b90917447796a7206b757e1e
17774 Author: Becky Bruce <becky.bruce@freescale.com>
17775 Date:   Thu Nov 6 17:37:35 2008 -0600
17776
17777     mpc8641: Support 36-bit physical addressing
17778
17779     This patch creates a memory map with all the devices
17780     in 36-bit physical space, in addition to the 32-bit map.
17781     The CCSR relocation is moved (again, sorry) to
17782     allow for the physical address to be 36 bits - this
17783     requires translation to be enabled.  With 36-bit physical
17784     addressing enabled, we are no longer running with VA=PA
17785     translations.  This means we have to distinguish between
17786     the two in the config file.  The existing region name is
17787     used to indicate the virtual address, and a _PHYS variety
17788     is created to represent the physical address.
17789
17790     Large physical addressing is not enabled by default.
17791     Set CONFIG_PHYS_64BIT in the config file to turn this on.
17792
17793     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17794
17795 commit c759a01a0022de9378a3a761f49786f87684c916
17796 Author: Becky Bruce <becky.bruce@freescale.com>
17797 Date:   Thu Nov 6 17:36:04 2008 -0600
17798
17799     mpc8641: Change 32-bit memory map
17800
17801     The memory map on the 8641hpcn is modified to look more like
17802     the 85xx boards; this is a step towards a more standardized
17803     layout going forward. As part of this change, we now relocate
17804     the flash.
17805
17806     The regions for some of the mappings were far larger than they
17807     needed to be.  I have reduced the mappings to match the
17808     actual sizes supported by the hardware.
17809
17810     In addition I have removed the comments at the head
17811     of the BAT blocks in the config file, rather than updating
17812     them.  These get horribly out of date, and it's a simple
17813     matter to look at the defines to see what they are set to
17814     since everything is right here in the same file.
17815
17816     Documentation has been changed to reflect the new map, as this
17817     change is user visible, and affects the OS which runs post-uboot.
17818
17819     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17820
17821 commit bf9a8c34309ed9276258295db9e9212aabb2531a
17822 Author: Becky Bruce <becky.bruce@freescale.com>
17823 Date:   Wed Nov 5 14:55:35 2008 -0600
17824
17825     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
17826
17827     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
17828     of the bootpage in flash.   Use this to create an early mapping
17829     definition for the FLASH, and change the early_bats code to use this.
17830
17831     This  change facilitates the relocation of the flash since the early
17832     mappings are no longer tied to the final location of the flash.
17833
17834     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17835
17836 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
17837 Author: Becky Bruce <becky.bruce@freescale.com>
17838 Date:   Wed Nov 5 14:55:34 2008 -0600
17839
17840     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
17841
17842     Using a mtmsr/blr means that you have to be executing at the
17843     same virtual address once you enable translation.  This is
17844     unnecessarily restrictive, and is not really how this is
17845     usually done.  Change it to use the more common mtspr SRR0/SRR1
17846     and rfi method.
17847
17848     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17849
17850 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
17851 Author: Becky Bruce <becky.bruce@freescale.com>
17852 Date:   Wed Nov 5 14:55:33 2008 -0600
17853
17854     mpc8641: make DIAG_ADDR == FLASH_BASE
17855
17856     Currently, that's what it is, but it's hardcoded.
17857
17858     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17859
17860 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
17861 Author: Becky Bruce <becky.bruce@freescale.com>
17862 Date:   Wed Nov 5 14:55:32 2008 -0600
17863
17864     mpc8641: Drop imaginary second flash bank, map 8MB
17865
17866     There's a lot of setup and foo for the second flash
17867     bank.  The problem is, this board doesn't actually have one.
17868     Clean this up.  Also, the flash is 8M in size.  Get rid
17869     of the confusing aliased overmapping, and just map 8M.
17870
17871     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17872
17873 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
17874 Author: Becky Bruce <becky.bruce@freescale.com>
17875 Date:   Wed Nov 5 14:55:31 2008 -0600
17876
17877     mpc8641: only define CONFIG_ENV_SIZE once
17878
17879     It's currently defined twice inside in an if/else block, but
17880     both halves set the same value.  Move the define outside
17881     the if.
17882
17883     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17884
17885 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
17886 Author: Becky Bruce <becky.bruce@freescale.com>
17887 Date:   Wed Nov 5 14:55:30 2008 -0600
17888
17889     mpc86xx: Move setup_bats into cpu_init_f
17890
17891     In order to later allow for a physical relocation of the
17892     flash, setup_bats, which sets up the final BAT mapping
17893     for the board, needs to happen *after* init_laws().
17894     Otherwise, there will be no window programmed for the flash
17895     at the new physical location at the point when we change
17896     the mmu translation.
17897
17898     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17899
17900 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
17901 Author: Becky Bruce <becky.bruce@freescale.com>
17902 Date:   Wed Nov 5 14:55:29 2008 -0600
17903
17904     mpc8641: Remove extra "0" from BR2 define
17905
17906     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17907
17908 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
17909 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17910 Date:   Thu Oct 23 09:08:18 2008 -0400
17911
17912     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
17913
17914     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
17915     This adds support for PHY-less MAC connections to the UEC.
17916
17917     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17918     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17919
17920 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
17921 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17922 Date:   Thu Oct 23 16:27:24 2008 +0000
17923
17924     ColdFire: Add mii driver in drivers/net
17925
17926     All CF platforms' mii.c are consolidated into one
17927
17928     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17929     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17930
17931 commit 25a859066b3af1070eb69f12022113c0a91bd813
17932 Author: Ben Warren <biggerbadderben@gmail.com>
17933 Date:   Mon Oct 27 23:53:17 2008 -0700
17934
17935     Moved initialization of PPC4xx EMAC to cpu_eth_init()
17936
17937     Removed initialization of the driver from net/eth.c
17938
17939     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17940     Acked-by: Stefan Roese <sr@denx.de>
17941
17942 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
17943 Author: Ben Warren <biggerbadderben@gmail.com>
17944 Date:   Sun Nov 9 21:29:23 2008 -0800
17945
17946     Moved PPC4xx EMAC driver to drivers/net
17947
17948     Also changed path in all linker scripts that reference this driver
17949
17950     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17951     Acked-by: Stefan Roese <sr@denx.de>
17952
17953 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
17954 Author: Ben Warren <biggerbadderben@gmail.com>
17955 Date:   Mon Oct 27 23:50:15 2008 -0700
17956
17957     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
17958
17959     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
17960
17961     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17962     Acked-by: Stefan Roese <sr@denx.de>
17963
17964 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
17965 Author: Ben Warren <biggerbadderben@gmail.com>
17966 Date:   Thu Oct 23 22:02:49 2008 -0700
17967
17968     Moved initialization of MPC8XX SCC to cpu_eth_init()
17969
17970     Removed initialization of the driver from net/eth.c
17971
17972     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17973
17974 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
17975 Author: Ben Warren <biggerbadderben@gmail.com>
17976 Date:   Wed Oct 22 23:47:51 2008 -0700
17977
17978     Moved initialization of MPC8220 FEC to cpu_eth_init()
17979
17980     Removed initialization of the driver from net/eth.c
17981
17982     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17983
17984 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
17985 Author: Ben Warren <biggerbadderben@gmail.com>
17986 Date:   Wed Oct 22 23:32:48 2008 -0700
17987
17988     Moved initialization of QE Ethernet controller to cpu_eth_init()
17989
17990     Removed initialization of the driver from net/eth.c
17991
17992     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17993
17994 commit 3456a148276d5494b53ee40242efb6462d163504
17995 Author: Ben Warren <biggerbadderben@gmail.com>
17996 Date:   Wed Oct 22 23:20:29 2008 -0700
17997
17998     Moved initialization of FCC Ethernet controller to cpu_eth_init
17999
18000     Affected boards:
18001         Several MPC8xx boards
18002         Several MPC8260/MPC8272 boards
18003         Several MPC85xx boards
18004
18005     Removed initialization of the driver from net/eth.c
18006
18007     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18008
18009 commit 62e15b497f5c6334c059512678c8db7940ae4c61
18010 Author: Ben Warren <biggerbadderben@gmail.com>
18011 Date:   Thu Oct 30 22:15:35 2008 -0700
18012
18013     Fix typo in cpu/mpc85xx/cpu.c
18014
18015     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
18016
18017     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18018
18019 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
18020 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18021 Date:   Sun Oct 19 12:08:50 2008 +0900
18022
18023     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
18024
18025     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
18026     as a part of ongoing eth_initialize cleanup work.  The function ret value
18027     is also fixed as it should be negative on fail.
18028
18029     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18030     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18031
18032 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
18033 Author: Ben Warren <biggerbadderben@gmail.com>
18034 Date:   Fri Sep 5 01:55:22 2008 -0400
18035
18036     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
18037
18038     Also, removed the driver initialization from net/eth.c
18039
18040     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18041
18042 commit f2a7806fc23e82d30c8548911369e0c530607354
18043 Author: Clive Stubbings <uboot@xentech.co.uk>
18044 Date:   Mon Oct 27 15:05:00 2008 +0000
18045
18046     xilinx_emaclite buffer overrun
18047
18048     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
18049     PKTSIZE_ALIGN bytes long.
18050
18051     Acked-by: Michal Simek <monstr@monstr.eu>
18052
18053     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18054
18055 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
18056 Author: richardretanubun <richardretanubun@ruggedcom.com>
18057 Date:   Fri Sep 26 08:59:12 2008 -0400
18058
18059     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
18060
18061     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
18062     This patch makes these function use the devname argument that is passed in to
18063     allow access to the phy registers of other devices in devlist[].
18064
18065     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
18066
18067     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18068
18069 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
18070 Author: richardretanubun <richardretanubun@ruggedcom.com>
18071 Date:   Mon Oct 6 15:31:43 2008 -0400
18072
18073     Adds two more ethernet interface to 83xx
18074
18075     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
18076     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
18077     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18078
18079 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
18080 Author: Stelian Pop <stelian@popies.net>
18081 Date:   Fri Nov 7 13:54:31 2008 +0100
18082
18083     AT91: Replace AT91_BASE_EMAC by the board specific values.
18084
18085     AT91_BASE_EMAC is never used outside the board specific files,
18086     so replace its usage by the board specific AT91xxx_BASE_EMAC.
18087
18088     Signed-off-by: Stelian Pop <stelian@popies.net>
18089     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18090
18091 commit c91e17affa175ce06afa89b04752301eb4a61666
18092 Author: Stelian Pop <stelian@popies.net>
18093 Date:   Fri Nov 7 12:09:21 2008 +0100
18094
18095     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
18096
18097     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
18098     Since they are never used outside the board specific files, they can
18099     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
18100     AT91xxx_ID_US2.
18101
18102     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
18103
18104     Signed-off-by: Stelian Pop <stelian@popies.net>
18105     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18106
18107 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
18108 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18109 Date:   Sat Nov 1 10:47:59 2008 +0100
18110
18111     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
18112
18113     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18114
18115 commit 1079432e04ccf71aa3684181186182cd63512f19
18116 Author: Sergey Lapin <slapin@ossfans.org>
18117 Date:   Fri Oct 31 12:28:43 2008 +0100
18118
18119     Custom AFEB9260 board support
18120
18121     This patch provides support for AFEB9260 board, a product of
18122     OpenSource hardware and software. Some commertial projects
18123     are made with this design. A board is basically AT91SAM9260-EK
18124     with some modifications and different peripherals and different
18125     parts used. Main purpose of this project is to gain experience in
18126     hardware design.
18127     More info: http://groups.google.com/group/arm9fpga-evolution-board
18128     (In Russian only, sorry).
18129     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
18130
18131     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
18132
18133 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
18134 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
18135 Date:   Tue Oct 21 13:17:16 2008 +0900
18136
18137     Change to use "do_div" macro
18138
18139     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
18140
18141 commit e352495318d8056a00faa21b633b3e4374bfbf52
18142 Author: Roman Mashak <romez777@gmail.com>
18143 Date:   Wed Oct 22 16:00:26 2008 -0400
18144
18145     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
18146
18147     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
18148     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
18149
18150     Signed-off-by: Roman Mashak <romez777@gmail.com>
18151
18152 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
18153 Author: Roman Mashak <romez777@gmail.com>
18154 Date:   Tue Oct 21 03:01:41 2008 -0700
18155
18156     ARM/Versatile port: Removed unused functions
18157
18158     Removal of never used functions.
18159
18160     Signed-off-by: Roman Mashak <romez777@gmail.com>
18161
18162 commit 1266df887781c779deaf6d05eea2ef90a470cb34
18163 Author: Becky Bruce <becky.bruce@freescale.com>
18164 Date:   Mon Nov 3 15:44:01 2008 -0600
18165
18166     powerpc: change 86xx SMP boot method
18167
18168     We put the bootpg for the secondary cpus into memory and use
18169     BPTR to get to it.  This is a step towards converting to the
18170     ePAPR boot methodology.  Also, the code is written to
18171     deal properly with more than 4GB of RAM.
18172
18173     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18174
18175 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
18176 Author: Becky Bruce <becky.bruce@freescale.com>
18177 Date:   Fri Oct 31 17:13:49 2008 -0500
18178
18179     8641HPCN: Config file cleanup
18180
18181     There are several items in the config file that were hardcoded
18182     but that should really be based on other config options, since
18183     the regions are contiguous and depend on being so.  This cleans
18184     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
18185     addresses into the proper format for BR registers.
18186
18187     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18188
18189 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
18190 Author: Becky Bruce <becky.bruce@freescale.com>
18191 Date:   Fri Oct 31 17:13:32 2008 -0500
18192
18193     86xx: Make dram_size a phys_size_t
18194
18195     It's currently a long and should be phys_size_t.
18196
18197     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18198
18199 commit 104992fc541302a6bac74448e01e7fdad20abca0
18200 Author: Becky Bruce <becky.bruce@freescale.com>
18201 Date:   Sun Nov 2 18:19:32 2008 -0600
18202
18203     powerpc 86xx: Handle CCSR relocation earlier
18204
18205     Currently, the CCSR gets relocated while translation is
18206     enabled, meaning we need 2 BAT translations to get to both the
18207     old location and the new location.  Also, the DEFAULT
18208     CCSR location has a dependency on the BAT that maps the
18209     FLASH region.  Moving the relocation removes this unnecessary
18210     dependency. This makes it easier and more intutive to
18211     modify the board's memory map.
18212
18213     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
18214     BAT for CCSR space.
18215
18216     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18217
18218 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
18219 Author: Becky Bruce <becky.bruce@freescale.com>
18220 Date:   Fri Oct 31 17:14:14 2008 -0500
18221
18222     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
18223
18224     You can't actually have both, and with some coming changes to
18225     change the memory map for the board and support 36-bit physical,
18226     we need the extra BAT that is being consumed by having both.
18227
18228     I also make non-PCI configs build cleanly, for the sake of sanity.
18229
18230     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18231
18232 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
18233 Author: Becky Bruce <becky.bruce@freescale.com>
18234 Date:   Fri Oct 31 17:14:00 2008 -0500
18235
18236     mpc8641: Stop supporting non-PCI_PNP configs
18237
18238     We don't actually ever do this, remove the code so we
18239     can stop maintaining it.
18240
18241     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18242
18243 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
18244 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18245 Date:   Fri Oct 24 12:59:12 2008 +0000
18246
18247     ColdFire: Fix M5329EVB and M5373EVB nand issue
18248
18249     Fix compilation issue caused by a few mismatches.
18250     Provide proper nand chip select enable/disable in
18251     nand_hwcontrol() rather than in board_nand_init()
18252     just enable once. Remove redundant local nand driver
18253     functions - nand_read_byte(), nand_write_byte() and
18254     nand_dev_ready() to use common nand driver.
18255
18256     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18257
18258 commit 1b2708442224a551a0b865b52710306333888932
18259 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18260 Date:   Wed Oct 22 11:55:30 2008 +0000
18261
18262     ColdFire: Fix compilation error
18263
18264     The error was caused by the change for strmhz() in cpu.c.
18265     A few of them were one extra close parenthesis.
18266
18267     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18268
18269 commit 536e7dac16769954915a484e682a2efb28699133
18270 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18271 Date:   Wed Oct 22 11:38:21 2008 +0000
18272
18273     ColdFire: Add MCF5301x CPU and M53017EVB support
18274
18275     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18276
18277 commit a21d0c2cc9add8894d971ab791f4032f077db817
18278 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18279 Date:   Tue Oct 21 15:37:02 2008 +0000
18280
18281     ColdFire: Add SBF support for M52277EVB
18282
18283     Add serial boot support
18284
18285     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18286
18287 commit b202816c61042c183fe67d097a5893b0f2dafba0
18288 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18289 Date:   Tue Oct 21 14:19:26 2008 +0000
18290
18291     ColdFire: Use CFI driver for M5272C3
18292
18293     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18294
18295 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
18296 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18297 Date:   Tue Oct 21 13:47:54 2008 +0000
18298
18299     ColdFire: Relocate FEC's GPIO and mii functions protocols
18300
18301     Place FEC pin assignments in cpu_init.c from platform's
18302     mii.c
18303
18304     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18305
18306 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
18307 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18308 Date:   Tue Oct 21 12:15:44 2008 +0000
18309
18310     ColdFire: Remove platforms mii.c file
18311
18312     Will use mcfmii.c driver in drivers/net rather than
18313     keep creating new mii.c for each future platform.
18314     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
18315     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
18316     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
18317     mii.c
18318
18319     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18320
18321 commit 012522fef3b382469125beb46a315ab4dee02fb0
18322 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18323 Date:   Tue Oct 21 10:03:07 2008 +0000
18324
18325     ColdFire: Modules header files cleanup
18326
18327     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
18328     MDHA, SKHA, INTC, and FlexBus structures and
18329     definitions in immap_5xxx.h to more unify modules
18330     header files. Append DSPI support for m547x_8x.
18331     SSI cleanup. Remove USB Host structure from immap_539.h.
18332     Apply changes to use FlexBus structures in mcf52x2's
18333     cpu_init.c and platform configuration files.
18334
18335     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18336
18337 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
18338 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18339 Date:   Tue Oct 21 08:52:36 2008 +0000
18340
18341     ColdFire: Remove linker file
18342
18343     Each different build for M54455EVB and M5235EVB will
18344     create a u-boot.lds linker file. It is redundant to
18345     keep the u-boot.lds
18346
18347     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18348
18349 commit 0829323073c505556ed5f5073f91adb504584d45
18350 Author: Peter Tyser <ptyser@xes-inc.com>
18351 Date:   Fri Oct 31 11:26:44 2008 -0500
18352
18353     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
18354
18355     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18356
18357 commit a80b21d5127583171d6e9bc7f722947641898012
18358 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18359 Date:   Fri Oct 31 12:12:12 2008 +0100
18360
18361     common/Makefile: create others group for non core, environment and command files
18362
18363     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18364
18365 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
18366 Author: Wolfgang Denk <wd@denx.de>
18367 Date:   Fri Oct 31 01:13:37 2008 +0100
18368
18369     TQM8260: use CFI flash driver instead of custom driver.
18370
18371     Signed-off-by: Wolfgang Denk <wd@denx.de>
18372
18373 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
18374 Author: Andy Fleming <afleming@freescale.com>
18375 Date:   Thu Oct 30 17:35:30 2008 -0500
18376
18377     Consolidate MAX/MIN definitions
18378
18379     There were several, now there is one (two if you count the lower-case
18380     versions).
18381
18382     Signed-off-by: Andy Fleming <afleming@freescale.com>
18383
18384 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
18385 Author: Heiko Schocher <hs@denx.de>
18386 Date:   Thu Oct 30 09:23:09 2008 +0100
18387
18388     mgsuvd: remove unused defines in config file.
18389
18390     Signed-off-by: Heiko Schocher <hs@denx.de>
18391
18392 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
18393 Author: Wolfgang Denk <wd@denx.de>
18394 Date:   Sun Nov 2 16:14:22 2008 +0100
18395
18396     Coding Style cleanup, update CHANGELOG
18397
18398     Signed-off-by: Wolfgang Denk <wd@denx.de>
18399
18400 commit a47f957ab523019992fdef857af01bd71c58a4da
18401 Author: Alessandro Rubini <rubini-list@gnudd.com>
18402 Date:   Fri Oct 31 22:33:21 2008 +0100
18403
18404     NAND: Allow NAND and OneNAND to coexist
18405
18406     This removes in nand.h code that is verbatim duplicated from bbm.h,
18407     including directly bbm.h in nand.h. The previous state of affairs
18408     prevented compiling code for a board hosting both NAND and OneNAND chips.
18409
18410     Reported-by: Scott Wood <scottwood@freescale.com>
18411     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
18412     Signed-off-by: Scott Wood <scottwood@freescale.com>
18413
18414 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
18415 Author: Scott Wood <scottwood@freescale.com>
18416 Date:   Fri Oct 31 13:51:12 2008 -0500
18417
18418     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
18419
18420     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
18421     Signed-off-by: Scott Wood <scottwood@freescale.com>
18422
18423 commit c57fc28947e248fb03c49a28b467686299895055
18424 Author: Jason Jin <Jason.Jin@freescale.com>
18425 Date:   Fri Oct 31 05:07:04 2008 -0500
18426
18427     NAND: Add NAND support for MPC8536DS board
18428
18429     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
18430     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
18431     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
18432
18433     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
18434     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18435     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18436
18437 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
18438 Author: Haiying Wang <Haiying.Wang@freescale.com>
18439 Date:   Fri Oct 31 05:06:14 2008 -0500
18440
18441     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
18442
18443     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
18444
18445     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18447
18448 commit 51b572a801be57790fe26adaa530210e7fba59cc
18449 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18450 Date:   Fri Oct 24 10:49:48 2008 +0900
18451
18452     sh: rsk7203: Moved rsk7203 board to board/renesas
18453
18454     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18455
18456 commit 58453b00b3ebb26aaa901210023f99504a90bb00
18457 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18458 Date:   Fri Oct 24 10:48:31 2008 +0900
18459
18460     sh: MigoR: Moved MigoR board to board/renesas
18461
18462     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18463
18464 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
18465 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18466 Date:   Fri Oct 24 10:39:44 2008 +0900
18467
18468     sh: r2dplus: Moved r2dplus board to board/renesas
18469
18470     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18471
18472 commit 78385bf2359d828184d0b3649f7ae6b933420000
18473 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18474 Date:   Fri Oct 24 10:36:13 2008 +0900
18475
18476     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
18477
18478     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18479
18480 commit c6525d459c350bfc246ea7826456af77e1e314eb
18481 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18482 Date:   Fri Oct 24 10:35:19 2008 +0900
18483
18484     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
18485
18486     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18487
18488 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
18489 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18490 Date:   Fri Oct 24 10:34:21 2008 +0900
18491
18492     sh: r7780mp: Moved r7780mp board to board/renesas
18493
18494     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18495
18496 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
18497 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18498 Date:   Fri Oct 24 10:32:14 2008 +0900
18499
18500     sh: ap325rxa: Moved ap325rxa board to board/renesas
18501
18502     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18503
18504 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
18505 Author: Wolfgang Denk <wd@xpert.denx.de>
18506 Date:   Fri Oct 31 01:12:28 2008 +0100
18507
18508     CFI Driver: Fix "flash not ready" problem
18509
18510     This patch fixes a problem on systems where the NOR flash is attached
18511     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
18512     on the assumption that the same flash address is read twice without
18513     any other interjacent flash accesses.  However, on 32 bit systems the
18514     function flash_read64() [as currently implemented] does not perform
18515     an atomic 64 bit read - instead, this is broken down into two 32 bit
18516     read accesses on addresses "addr" and "addr + 4".  So instead of
18517     reading a 64 bit value twice from "addr", we see a sequence of 4 32
18518     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
18519     consequence is that flash_toggle() fails to work.
18520
18521     This patch implements a simple, but somewhat ugly solution, as it
18522     avoids the use of flash_read64() in this critical place (by breaking
18523     it down manually into 32 bit read operations) instead of rewriting
18524     flash_read64() such to perform atomic 64 bit reads as one could
18525     expect.  However, such a rewrite would require the use of floating
18526     point load operations, which becomes pretty complex:
18527
18528         save MSR;
18529         set Floating Point Enable bit in MSR;
18530         use "lfd" instruction to perform atomic 64 bit read;
18531         use "stfd" to store value to temporary variable on stack;
18532         load u64 value from temporary variable;
18533         restore saved MSR;
18534         return u64 value;
18535
18536     The benefit-cost ratio of such an implementation was considered too
18537     bad to actually attempt this, especially as we can expect that such
18538     an implementation would not only have a bigger memory footprint but
18539     also cause a performance degradation.
18540
18541     Signed-off-by: Wolfgang Denk <wd@denx.de>
18542     Signed-off-by: Stefan Roese <sr@denx.de>
18543
18544 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
18545 Author: Stefan Roese <sr@denx.de>
18546 Date:   Fri Oct 31 10:48:08 2008 +0100
18547
18548     ppc4xx: Fix spelling error in MAINTAINERS file
18549
18550     Signed-off-by: Stefan Roese <sr@denx.de>
18551
18552 commit be270798900b75ad9c47c7b79c72f70441196c56
18553 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18554 Date:   Tue Oct 28 13:37:00 2008 +0100
18555
18556     ppc4xx: Update PMC440 board support
18557
18558     This patch brings PMC440 board support up to date:
18559
18560     - fix GPIO configuration
18561     - add misc_init_f()
18562     - use better values for usbact variable
18563     - fix USB 2.0 phy reset sequence
18564     - shrink BAR2 to save PCI address space
18565     - add FDT support
18566
18567     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18568     Signed-off-by: Stefan Roese <sr@denx.de>
18569
18570 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
18571 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18572 Date:   Tue Oct 28 13:36:59 2008 +0100
18573
18574     ppc4xx: Fix PMC440 BSP commands
18575
18576     This patch fixes the PMC440 BSP commands painit and selfreset
18577
18578     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18579     Signed-off-by: Stefan Roese <sr@denx.de>
18580
18581 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
18582 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18583 Date:   Tue Oct 28 13:36:58 2008 +0100
18584
18585     ppc4xx: Update PMC440 board configuration
18586
18587     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18588     Signed-off-by: Stefan Roese <sr@denx.de>
18589
18590 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
18591 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18592 Date:   Tue Oct 28 13:36:57 2008 +0100
18593
18594     ppc4xx: Fix esd loadpci command
18595
18596     This patch fixes esd's loadpci command when not all
18597     memory on adapter boards is accessable via PCI.
18598
18599     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18600     Signed-off-by: Stefan Roese <sr@denx.de>
18601
18602 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
18603 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18604 Date:   Tue Oct 28 13:36:56 2008 +0100
18605
18606     ppc4xx: Clean up PMC440 header
18607
18608     -Codingstyle cleanup
18609     -Remove unused GPIO define
18610
18611     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18612     Signed-off-by: Stefan Roese <sr@denx.de>
18613
18614 commit 295133258a44f97a57fb2ec339aecfda11f4db95
18615 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18616 Date:   Tue Oct 28 13:36:55 2008 +0100
18617
18618     ppc4xx: Handle other board variant in PMC440 FPGA code
18619
18620     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18621     Signed-off-by: Stefan Roese <sr@denx.de>
18622
18623 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
18624 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18625 Date:   Mon Oct 27 12:35:59 2008 +0100
18626
18627     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
18628
18629     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
18630     config files of both infrastuctures
18631
18632     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18633     Signed-off-by: Stefan Roese <sr@denx.de>
18634
18635 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
18636 Author: Stefan Roese <sr@denx.de>
18637 Date:   Sat Oct 25 06:45:31 2008 +0200
18638
18639     ppc4xx: Correctly configure the GPIO pin muxing on Arches
18640
18641     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
18642     pin multiplexing correctly
18643
18644     Signed-off-by: Stefan Roese <sr@denx.de>
18645
18646 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
18647 Author: Bartlomiej Sieka <tur@semihalf.com>
18648 Date:   Thu Oct 30 23:22:04 2008 +0100
18649
18650     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
18651
18652     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18653
18654 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
18655 Author: David Gibson <david@gibson.dropbear.id.au>
18656 Date:   Wed Oct 29 23:27:45 2008 -0500
18657
18658     libfdt: Fix bug in fdt_subnode_offset_namelen()
18659
18660     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
18661     which causes it to keep searching after it's finished the subnodes of
18662     the given parent, and into the subnodes of siblings of the original
18663     node which come after it in the tree.
18664
18665     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18666     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18667
18668 commit f242a08871839eac081ba5b599af979f3a148a0d
18669 Author: Peter Korsgaard <jacmet@sunsite.dk>
18670 Date:   Tue Oct 28 08:26:52 2008 +0100
18671
18672     fdt_resize(): ensure minimum padding
18673
18674     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
18675     (16 bytes), so make sure that fdt_resize at least adds that much
18676     padding, no matter what the location or size of the fdt is.
18677
18678     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18679     Acked-by: Andy Fleming <afleming@freescale.com>
18680
18681 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
18682 Author: Dave Liu <daveliu@freescale.com>
18683 Date:   Thu Oct 23 21:59:35 2008 +0800
18684
18685     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
18686
18687     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
18688
18689     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
18690
18691     This is needed in unlock_ram_in_cache() because it is called from C and
18692     will corrupt the small data area anchor that is kept in R2.
18693
18694     lock_ram_in_cache() is modified similarly as good coding practice, but
18695     is not called from C.
18696
18697     Signed-off-by: Nick Spence <nick.spence@freescale.com>
18698
18699     also, the r2 is used as global data pointer.
18700
18701     Signed-off-by: Dave Liu <daveliu@freescale.com>
18702
18703 commit e053ab1903ccae6048ef759025b9f675bba91450
18704 Author: Scott Wood <scottwood@freescale.com>
18705 Date:   Tue Oct 28 11:45:04 2008 -0500
18706
18707     mpc83xx pci: Round up memory size in inbound window.
18708
18709     The current calculation will fail to cover all memory if
18710     its size is not a power of two.
18711
18712     Signed-off-by: Scott Wood <scottwood@freescale.com>
18713     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18714
18715 commit 1c671977dc81359628be27ac99c174e76e8069ba
18716 Author: Dave Liu <daveliu@freescale.com>
18717 Date:   Thu Oct 23 21:19:13 2008 +0800
18718
18719     86xx: remove the unused definition
18720
18721     Signed-off-by: Dave Liu <daveliu@freescale.com>
18722
18723 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
18724 Author: Dave Liu <daveliu@freescale.com>
18725 Date:   Tue Oct 28 17:47:49 2008 +0800
18726
18727     86xx: remove the redundant r2 global data pointer save
18728
18729     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
18730     the another global data pointer save, but in fact the
18731     global data pointer will be initialized in the board_init_r,
18732     so remove it such as the 85xx/83xx family.
18733
18734     Signed-off-by: Dave Liu <daveliu@freescale.com>
18735     Acked-by: Kumar Gala <kumar.gala@freescale.com>
18736
18737 commit bd888e9544419665334a6f47f81f34011cea38f3
18738 Author: Dave Liu <daveliu@freescale.com>
18739 Date:   Tue Oct 28 17:47:41 2008 +0800
18740
18741     86xx: remove the unused code for 86xx family
18742
18743     I believe these code was copied from 74xx family, but for
18744     86xx, it is unused.
18745
18746     Signed-off-by: Dave Liu <daveliu@freescale.com>
18747     Acked-by: Kumar Gala <kumar.gala@freescale.com>
18748
18749 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
18750 Author: Dave Liu <daveliu@freescale.com>
18751 Date:   Tue Oct 28 17:46:35 2008 +0800
18752
18753     86xx: remove the second DDR LAW setting for mpc8641hpcn
18754
18755     The DDR1 LAW will precedence the DDR2 LAW, so remove
18756     the second DDR LAW.
18757
18758     Signed-off-by: Dave Liu <daveliu@freescale.com>
18759     Acked-by: Becky Bruce <becky.bruce@freescale.com>
18760
18761 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
18762 Author: Dave Liu <daveliu@freescale.com>
18763 Date:   Tue Oct 28 17:46:23 2008 +0800
18764
18765     86xx: remove the unused ddr_enable_ecc in the board file
18766
18767     The DDR controller of 86xx processors have the ECC data init
18768     feature, and the new DDR code is using the feature, we don't
18769     need the way with DMA to init memory again.
18770
18771     Signed-off-by: Dave Liu <daveliu@freescale.com>
18772     Acked-by: Kumar Gala <kumar.gala@freescale.com>
18773
18774 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
18775 Author: Dave Liu <daveliu@freescale.com>
18776 Date:   Tue Oct 28 17:46:12 2008 +0800
18777
18778     86xx: Move the clear_tlbs before MMU turn on
18779
18780     We must invalidate TLBs before MMU turn on, but
18781     currently the code is not, if there are some stale
18782     TLB entry valid in the TLBs, it will cause strange
18783     issue.
18784
18785     Signed-off-by: Dave Liu <daveliu@freescale.com>
18786     Acked-by: Becky Bruce <becky.bruce@freescale.com>
18787
18788 commit 5cdade07b118d07154cb882650f9778cecc8a87c
18789 Author: Scott Wood <scottwood@freescale.com>
18790 Date:   Mon Oct 27 15:57:08 2008 -0500
18791
18792     mpc8313erdb: Document NAND boot.
18793
18794     Previously, the documentation claimed that NAND boot is not supported.
18795     This is no longer true.
18796
18797     Signed-off-by: Scott Wood <scottwood@freescale.com>
18798
18799 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
18800 Author: Scott Wood <scottwood@freescale.com>
18801 Date:   Wed Oct 29 14:20:26 2008 -0500
18802
18803     NAND: Properly create JFFS2 cleanmarkers.
18804
18805     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
18806     command is currently broken, and among other things causes all blocks
18807     to be marked bad.
18808
18809     This implements it properly using MTD_OOB_AUTO, along with some
18810     indentation fixes.
18811
18812     Signed-off-by: Scott Wood <scottwood@freescale.com>
18813
18814 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
18815 Author: Scott Wood <scottwood@freescale.com>
18816 Date:   Wed Oct 29 13:42:41 2008 -0500
18817
18818     NAND fsl elbc: Set FMR[ECCM] based on page size.
18819
18820     Hardware expects ECCM 0 for small page and ECCM 1 for large page
18821     when booting from NAND, so use those defaults.
18822
18823     Signed-off-by: Scott Wood <scottwood@freescale.com>
18824
18825 commit c013b74975dab0805ef6d369b013230c4e8a660d
18826 Author: Haiying Wang <Haiying.Wang@freescale.com>
18827 Date:   Wed Oct 29 13:32:59 2008 -0400
18828
18829     NAND: Add support for MPC8572DS board
18830
18831     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
18832     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
18833     config file.
18834
18835     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
18836     make room for the increased code size with NAND enabled.
18837
18838     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
18839     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18840     Signed-off-by: Scott Wood <scottwood@freescale.com>
18841
18842 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
18843 Author: Haiying Wang <Haiying.Wang@freescale.com>
18844 Date:   Wed Oct 29 11:05:55 2008 -0400
18845
18846     Make Freescale local bus registers available for both 83xx and 85xx.
18847
18848     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
18849       can be shared by both 83xx and 85xx
18850     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
18851       files which use lbus83xx_t.
18852     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
18853       85xx can share them.
18854
18855     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
18856     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18857     Signed-off-by: Scott Wood <scottwood@freescale.com>
18858
18859 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
18860 Author: Scott Wood <scottwood@freescale.com>
18861 Date:   Mon Oct 27 15:38:30 2008 -0500
18862
18863     NAND: Align right column of the shorthelp with other commands.
18864
18865     I accidentally broke this in when making consistent the partial
18866     alignment of the longhelp.
18867
18868     Signed-off-by: Scott Wood <scottwood@freescale.com>
18869
18870 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
18871 Author: Karl Beldan <karl.beldan@gmail.com>
18872 Date:   Mon Sep 15 16:08:03 2008 +0200
18873
18874     NAND: Reset chip on power-up
18875
18876     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
18877     The first command sent is NAND_CMD_READID.
18878     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
18879     Tested with an MT29F4G08AAC.
18880
18881     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
18882     Signed-off-by: Scott Wood <scottwood@freescale.com>
18883
18884 commit c45912d8abc52de796b9059a58faf7c4166eab58
18885 Author: Scott Wood <scottwood@freescale.com>
18886 Date:   Fri Oct 24 16:20:43 2008 -0500
18887
18888     NAND: sync with 2.6.27
18889
18890     This brings the core NAND code up to date with the Linux kernel.
18891
18892     Since there were several drivers in Linux as of the last update that are
18893     not in u-boot, I'm not bringing over new drivers that have been added
18894     since in the absence of an interested party.
18895
18896     I did not update OneNAND since it was recently synced by Kyungmin Park,
18897     and I'm not sure exactly what the common ancestor is.
18898
18899     Signed-off-by: Scott Wood <scottwood@freescale.com>
18900
18901 commit b1d0db1805c3395149777e507b6da53410abac4e
18902 Author: Kumar Gala <galak@kernel.crashing.org>
18903 Date:   Tue Oct 21 17:25:47 2008 -0500
18904
18905     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
18906
18907     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
18908
18909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18910
18911 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
18912 Author: Kumar Gala <galak@kernel.crashing.org>
18913 Date:   Tue Oct 21 17:25:46 2008 -0500
18914
18915     bootm: support subcommands in linux ppc bootm
18916
18917     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
18918
18919     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18920
18921 commit 49c3a861d11735838f1f1b11999ce433006dc919
18922 Author: Kumar Gala <galak@kernel.crashing.org>
18923 Date:   Tue Oct 21 17:25:45 2008 -0500
18924
18925     bootm: Add subcommands
18926
18927     Add the ability to break the steps of the bootm command into several
18928     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
18929
18930     This allows us to do things like manipulate device trees before
18931     they are passed to a booting kernel or setup memory for a secondary
18932     core in multicore situations.
18933
18934     Not all OS types support all subcommands (currently only start, loados,
18935     ramdisk, fdt, and go are supported).
18936
18937     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18938
18939 commit be08315933537f061bc1ce61f33a29c56458bbad
18940 Author: Kumar Gala <galak@kernel.crashing.org>
18941 Date:   Tue Oct 21 17:25:44 2008 -0500
18942
18943     bootm: Move to using a function pointer table for the boot os function
18944
18945     This removes a bit of code and makes it easier for the upcoming sub bootm
18946     command support to call into the proper OS specific handler.
18947
18948     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18949     Signed-off-by: Wolfgang Denk <wd@denx.de>
18950
18951 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
18952 Author: Graeme Russ <graeme.russ@gmail.com>
18953 Date:   Mon Sep 29 23:03:14 2008 +1000
18954
18955     i386: Renamed show_boot_progress in assembler code
18956
18957     Renamed show_boot_progress in assembler init phase to
18958     show_boot_progress_asm to avoid link conflicts with C version
18959
18960     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18961
18962 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
18963 Author: Peter Tyser <ptyser@xes-inc.com>
18964 Date:   Mon Oct 27 16:42:00 2008 -0500
18965
18966     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
18967
18968     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
18969     processors have a 3-bit wide IO_SEL field but have the most
18970     significant bit is wired to 0 so this change should not affect
18971     them.
18972
18973     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18974
18975 commit cd4251624205cb97104f6e32679dc7754934f711
18976 Author: Becky Bruce <becky.bruce@freescale.com>
18977 Date:   Mon Oct 27 16:09:42 2008 -0500
18978
18979     powerpc: fix pci window initialization to work with > 4GB DRAM
18980
18981     The existing code has a few errors that need to be fixed in
18982     order to support large RAM sizes.  Fix those, and add a
18983     comment to make it clearer.
18984
18985     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18986     Acked-by: Kumar Gala <galak@kernel.crashing.org>
18987
18988 commit 219542a1a66ca017b12860920714a9859b18a5d7
18989 Author: Kumar Gala <galak@kernel.crashing.org>
18990 Date:   Mon Oct 27 13:16:20 2008 -0500
18991
18992     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
18993
18994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18995
18996 commit 6b59e03e0237a40a2305ea385defdfd92000978b
18997 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18998 Date:   Mon Sep 1 16:21:22 2008 +0200
18999
19000     lcd: Let the board code show board-specific info
19001
19002     The information displayed when CONFIG_LCD_INFO is set is inherently
19003     board-specific, so it should be done by the board code. The current code
19004     dealing with this only handles two cases, and is already a horrible mess
19005     of #ifdeffery.
19006
19007     Yes, this duplicates some code, but it also allows boards to print more
19008     board-specific information; this used to be very difficult.
19009
19010     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19011     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19012
19013 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
19014 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19015 Date:   Mon Sep 1 16:21:21 2008 +0200
19016
19017     lcd: Set lcd_is_enabled before clearing the screen
19018
19019     This allows the logo/info rendering routines to use the regular
19020     lcd_putc/lcd_puts/lcd_printf calls.
19021
19022     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19023     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19024
19025 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
19026 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19027 Date:   Mon Sep 1 16:21:20 2008 +0200
19028
19029     lcd: Implement lcd_printf()
19030
19031     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
19032     this by borrowing the lcd_printf() implementation from the cogent board
19033     code (which appears to use its own LCD framework.)
19034
19035     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19036     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19037
19038 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
19039 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19040 Date:   Mon Sep 1 16:21:19 2008 +0200
19041
19042     atmel_lcdfb: Straighten out funky vl_sync logic
19043
19044     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
19045     otherwise we don't. WTF?
19046
19047     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19048     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19049
19050 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
19051 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19052 Date:   Mon Sep 1 16:21:18 2008 +0200
19053
19054     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
19055
19056     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
19057     includes a file that does, asm/arch/gpio.h, but this file doesn't
19058     include <asm/arch/hardware.h> like it's supposed to.
19059
19060     Add the missing include to asm/arch/gpio.h and remove the workaround
19061     from the atmel_lcdfb driver. This makes the driver compile on avr32.
19062
19063     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19064     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19065
19066 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
19067 Author: Kumar Gala <galak@kernel.crashing.org>
19068 Date:   Wed Oct 22 14:38:55 2008 -0500
19069
19070     86xx: Convert all fsl_pci_init users to new APIs
19071
19072     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
19073     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
19074
19075     With these changes the board code is a bit smaller and we get dma-ranges
19076     set in the device tree for these boards.
19077
19078     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19079     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19080     Acked-by: Jon Loeliger <jdl@freescale.com>
19081
19082 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
19083 Author: Kumar Gala <galak@kernel.crashing.org>
19084 Date:   Tue Oct 21 08:28:33 2008 -0500
19085
19086     85xx: Convert all fsl_pci_init users to new APIs
19087
19088     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
19089     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
19090     and ft_fsl_pci_setup().
19091
19092     With these changes the board code is a bit smaller and we get dma-ranges
19093     set in the device tree for these boards.
19094
19095     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19096     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19097
19098 commit a2aab460727e5f674353a83a81000ef794bffcae
19099 Author: Kumar Gala <galak@kernel.crashing.org>
19100 Date:   Thu Oct 23 00:01:06 2008 -0500
19101
19102     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
19103
19104     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19105     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19106
19107 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
19108 Author: Kumar Gala <galak@kernel.crashing.org>
19109 Date:   Wed Oct 22 14:06:24 2008 -0500
19110
19111     pci/fsl_pci_init: Add a common PCI inbound setup function
19112
19113     Add a common setup function that determines the pci_region(s) based
19114     on how much memory we have in the system.
19115
19116     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19117     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19118
19119 commit 612ea01018a459234d54ed57ec6a5a244ce75678
19120 Author: Kumar Gala <galak@kernel.crashing.org>
19121 Date:   Tue Oct 21 10:13:14 2008 -0500
19122
19123     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
19124
19125     * PCI Inbound window was setup incorrectly.  The PCI address and system
19126       address were swapped.  The PCI address should be setting piwar/piwbear
19127       and the system address should be setting pitar.
19128
19129     * Removed masking of addresses to allow for system address to support
19130       system address & PCI address >32-bits
19131
19132     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
19133
19134     * Respect the PCI_REGION_PREFETCH for inbound windows
19135
19136     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19137     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19138
19139 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
19140 Author: Kumar Gala <galak@kernel.crashing.org>
19141 Date:   Wed Oct 22 23:33:56 2008 -0500
19142
19143     fdt: Added helper to set PCI dma-ranges property
19144
19145     Added fdt_pci_dma_ranges() that parses the pci_region info from the
19146     struct pci_controller and populates the dma-ranges based on it.
19147
19148     The max # of windws/dma-ranges we support is 3 since on embedded
19149     PowerPC based systems this is the max number of windows.
19150
19151     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19152     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19153
19154 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
19155 Author: Kumar Gala <galak@kernel.crashing.org>
19156 Date:   Thu Oct 23 00:05:47 2008 -0500
19157
19158     fdt: Add fdt_getprop_u32_default helpers
19159
19160     Add helper functions to return find a node and return it's property
19161     or a default value.
19162
19163     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19164     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19165     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
19166
19167 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
19168 Author: Kumar Gala <galak@kernel.crashing.org>
19169 Date:   Tue Oct 21 18:06:15 2008 -0500
19170
19171     86xx: Enable 64-bit PCI resources on all Freescale boards
19172
19173     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19174     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19175
19176 commit 0151cbaccf4504821ecfde0217299bd740086bb6
19177 Author: Kumar Gala <galak@kernel.crashing.org>
19178 Date:   Tue Oct 21 11:33:58 2008 -0500
19179
19180     85xx: Enable 64-bit PCI resources on all Freescale boards
19181
19182     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19183     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19184
19185 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
19186 Author: Kumar Gala <galak@kernel.crashing.org>
19187 Date:   Tue Oct 21 08:36:08 2008 -0500
19188
19189     pci: Allow for PCI addresses to be 64-bit
19190
19191     PCI bus is inherently 64-bit.  While not all system require access to
19192     the full 64-bit PCI address range some do.  This allows those systems
19193     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
19194
19195     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19196     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
19197     Acked-by: Wolfgang Denk <wd@denx.de>
19198
19199 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
19200 Author: Dave Liu <daveliu@freescale.com>
19201 Date:   Thu Oct 23 21:18:53 2008 +0800
19202
19203     85xx: Fix the incorrect register used for DDR erratum1
19204
19205     The 8572 DDR erratum1:
19206     DDR controller may enter an illegal state when operating
19207     in 32-bit bus mode with 4-beat bursts.
19208
19209     Description:
19210     When operating with a 32-bit bus, it is recommended that
19211     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
19212     This forces the DDR controller to use 4-beat bursts when
19213     communicating to the DRAMs. However, an issue exists that
19214     could lead to data corruption when the DDR controller is
19215     in 32-bit bus mode while using 4-beat bursts.
19216
19217     Projected Impact:
19218     If the DDR controller is operating in 32-bit bus mode with
19219     4-beat bursts, then the controller may enter into a bad state.
19220     All subsequent reads from memory is corrupted.
19221     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
19222     Therefore, this erratum does not affect DDR3 mode.
19223
19224     Work Arounds:
19225     To work around this issue, software must set DEBUG_1[31] in
19226     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
19227     and CCSRBAR offset + 0x6f00 for DDR_2).
19228
19229     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
19230     as condition, but it should be DDR_SDRAM_CFG register.
19231
19232     Signed-off-by: Dave Liu <daveliu@freescale.com>
19233
19234 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
19235 Author: Dave Liu <daveliu@freescale.com>
19236 Date:   Thu Oct 23 21:17:19 2008 +0800
19237
19238     85xx: remove unused config definition
19239
19240     Signed-off-by: Dave Liu <daveliu@freescale.com>
19241
19242 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
19243 Author: Kumar Gala <galak@kernel.crashing.org>
19244 Date:   Thu Oct 23 01:47:38 2008 -0500
19245
19246     85xx: Add basic e500mc core support
19247
19248     Introduce CONFIG_E500MC to deal with the minor differences between
19249     e500v2 and e500mc.
19250
19251     * Certain fields of HID0/1 don't exist anymore on e500mc
19252     * Cache line size is 64-bytes on e500mc
19253     * reset value of PIR is different
19254
19255     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19256
19257 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
19258 Author: Kumar Gala <galak@kernel.crashing.org>
19259 Date:   Thu Oct 23 01:47:37 2008 -0500
19260
19261     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
19262
19263     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
19264     e500mc's 64-byte cacheline properly when it gets added.
19265
19266     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19267
19268 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
19269 Author: Georg Schardt <schardt@team-ctech.de>
19270 Date:   Fri Oct 24 13:51:52 2008 +0200
19271
19272     ppc4xx: New board avnet fx12 minimodul
19273
19274     This patch adds support for the avnet fx12 minimodul.
19275     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
19276     patch from Ricardo.
19277
19278     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
19279     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19280     Signed-off-by: Stefan Roese <sr@denx.de>
19281
19282 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
19283 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19284 Date:   Tue Oct 21 18:29:46 2008 +0200
19285
19286     ppc4xx: Generic architecture for xilinx ppc405(v3)
19287
19288     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
19289     ppc440 boards, this patch presents a common architecture for all the
19290     xilinx ppc405 boards.
19291
19292     Any custom xilinx ppc405 board can be added very easily with no code
19293     duplicity.
19294
19295     This patch also adds a simple generic board, that can be used on almost
19296     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
19297
19298     This patch is prepared to work with the latest version of EDK (10.1)
19299
19300     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19301     Signed-off-by: Stefan Roese <sr@denx.de>
19302
19303 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
19304 Author: Stefan Roese <sr@denx.de>
19305 Date:   Fri Oct 24 08:56:09 2008 +0200
19306
19307     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
19308
19309     Since the new autocalibration still has some problems on some Kilauea
19310     boards with 200MHz DDR2 frequency we disable the autocalibration and
19311     use the hardcoded values as done before. This seems to work reliably
19312     on all known DDR2 frequencies.
19313
19314     After the autocalibration issue is fixed we will enable it again.
19315
19316     Signed-off-by: Stefan Roese <sr@denx.de>
19317
19318 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
19319 Author: Mike Frysinger <vapier@gentoo.org>
19320 Date:   Wed Apr 9 02:02:07 2008 -0400
19321
19322     Blackfin: fix up UART status bit handling
19323
19324     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
19325     This can cause problems when we poll the LSR and then later try and handle
19326     any errors detected.
19327
19328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19329
19330 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
19331 Author: Mike Frysinger <vapier@gentoo.org>
19332 Date:   Sat Oct 11 20:42:17 2008 -0400
19333
19334     Blackfin: bf561-ezkit: drop redundant code
19335
19336     Common Blackfin code already announces CPU information.
19337
19338     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19339
19340 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
19341 Author: Mike Frysinger <vapier@gentoo.org>
19342 Date:   Sat Oct 11 20:43:10 2008 -0400
19343
19344     Blackfin: bf561-ezkit: drop pointless USB code
19345
19346     The USB/LAN register settings are not actually used/needed in order to
19347     drive things from U-Boot, so drop the code.
19348
19349     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19350
19351 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
19352 Author: Mike Frysinger <vapier@gentoo.org>
19353 Date:   Sat Oct 11 20:47:58 2008 -0400
19354
19355     Blackfin: linker scripts: force start.o and set initcode boundaries
19356
19357     Make sure that the start.o object is always the first object in our linker
19358     script regardless of configuration settings, and add some linker symbols
19359     so the ldr utility can properly locate the initcode when generating a LDR.
19360
19361     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19362
19363 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
19364 Author: Mike Frysinger <vapier@gentoo.org>
19365 Date:   Sat Oct 11 21:19:39 2008 -0400
19366
19367     Blackfin: small cpu init optimization while setting interrupt mask
19368
19369     Use the sti instruction to set the initial interrupt mask rather than
19370     banging on the core IMASK MMR to save both space and time.
19371
19372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19373
19374 commit 960922291c9594acb575cec7e47d7bed9b58182c
19375 Author: Mike Frysinger <vapier@gentoo.org>
19376 Date:   Sat Oct 11 21:18:10 2008 -0400
19377
19378     Blackfin: set initial stack correctly according to Blackfin ABI
19379
19380     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19381
19382 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
19383 Author: Mike Frysinger <vapier@gentoo.org>
19384 Date:   Sun Apr 20 03:11:53 2008 -0400
19385
19386     Blackfin: make baud calculation more accurate
19387
19388     We should use the algorithm in the Linux kernel so that the UART divisor
19389     calculation is more accurate.  It also fixes problems on some picky UARTs
19390     that have sampling anomalies.
19391
19392     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19393
19394 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
19395 Author: Mike Frysinger <vapier@gentoo.org>
19396 Date:   Mon Oct 6 04:21:41 2008 -0400
19397
19398     Blackfin: decode hwerrcause/excause when crashing
19399
19400     Having to decode hwerrcause/excause values is a pain, so automate it.
19401
19402     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19403
19404 commit 2de95bb20c488f20298df6881b700a5a757ee780
19405 Author: Mike Frysinger <vapier@gentoo.org>
19406 Date:   Mon Oct 6 04:20:54 2008 -0400
19407
19408     Blackfin: fix register dump messages
19409
19410     Make sure we report RETI/IPEND correctly.
19411
19412     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19413
19414 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
19415 Author: Mike Frysinger <vapier@gentoo.org>
19416 Date:   Mon Oct 6 04:19:34 2008 -0400
19417
19418     Blackfin: don't bother displaying reboot msg when crashing
19419
19420     The hang function already tells you to reboot, so no point in showing it
19421     twice.
19422
19423     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19424
19425 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
19426 Author: Mike Frysinger <vapier@gentoo.org>
19427 Date:   Sun Jun 1 01:23:48 2008 -0400
19428
19429     Blackfin: enable support for nested interrupts
19430
19431     During cpu init, make sure we initialize the CEC properly so that
19432     interrupts can fire and be handled while U-Boot is running.
19433
19434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19435
19436 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
19437 Author: Mike Frysinger <vapier@gentoo.org>
19438 Date:   Mon Oct 6 03:55:25 2008 -0400
19439
19440     Blackfin: init NAND before relocating env
19441
19442     If booting out of NAND, we need to make sure we initialize it properly
19443     before attempting to relocate the environment.
19444
19445     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19446
19447 commit 0f9a8819416ba40a53de50af148847a0e508f84d
19448 Author: Mike Frysinger <vapier@gentoo.org>
19449 Date:   Thu Aug 7 18:40:13 2008 -0400
19450
19451     Blackfin: check cache bits, not cplb bits
19452
19453     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19454
19455 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
19456 Author: Mike Frysinger <vapier@gentoo.org>
19457 Date:   Thu Aug 7 17:52:59 2008 -0400
19458
19459     Blackfin: drop unused cache flush code
19460
19461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19462
19463 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
19464 Author: Mike Frysinger <vapier@gentoo.org>
19465 Date:   Thu Aug 7 15:21:47 2008 -0400
19466
19467     Blackfin: unify cache handling code
19468
19469     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19470
19471 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
19472 Author: Mike Frysinger <vapier@gentoo.org>
19473 Date:   Mon Oct 6 03:39:07 2008 -0400
19474
19475     Blackfin: only initialize the RTC when actually used
19476
19477     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19478
19479 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
19480 Author: Mike Frysinger <vapier@gentoo.org>
19481 Date:   Mon Oct 6 03:44:33 2008 -0400
19482
19483     Blackfin: fix SWRST register definition
19484
19485     The SWRST register is a 16bit, not 32bit, register.
19486
19487     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19488
19489 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
19490 Author: Mike Frysinger <vapier@gentoo.org>
19491 Date:   Thu Aug 7 18:54:57 2008 -0400
19492
19493     Blackfin: build with -fomit-frame-pointer
19494
19495     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19496
19497 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
19498 Author: Mike Frysinger <vapier@gentoo.org>
19499 Date:   Thu Aug 7 17:50:26 2008 -0400
19500
19501     Blackfin: document some of the blackfin directories
19502
19503     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19504
19505 commit e4337968e43698a68ba608369f46d4a4114111ca
19506 Author: Mike Frysinger <vapier@gentoo.org>
19507 Date:   Thu Aug 7 15:16:56 2008 -0400
19508
19509     Blackfin: only enable hardware error irq by default
19510
19511     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19512
19513 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
19514 Author: Mike Frysinger <vapier@gentoo.org>
19515 Date:   Thu Aug 7 13:36:43 2008 -0400
19516
19517     Blackfin: punt old unused mem_init.h header
19518
19519     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19520
19521 commit bcc121a01608042066a19ab5bff5bcfb805bf406
19522 Author: Mike Frysinger <vapier@gentoo.org>
19523 Date:   Thu Aug 7 13:18:55 2008 -0400
19524
19525     Blackfin: delete unused page_descriptor_table_size define
19526
19527     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19528
19529 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
19530 Author: Mike Frysinger <vapier@gentoo.org>
19531 Date:   Thu Aug 7 13:17:03 2008 -0400
19532
19533     Blackfin: fix typo in boot mode comment and add NAND define
19534
19535     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19536
19537 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
19538 Author: Ben Maan <moo@cow>
19539 Date:   Thu Aug 7 13:14:21 2008 -0400
19540
19541     Blackfin: fix port mux defines for BF54x
19542
19543     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19544
19545 commit 0656ef2ba274910d31364fe022f6c7db0051660d
19546 Author: Mike Frysinger <vapier@gentoo.org>
19547 Date:   Thu Aug 7 13:09:50 2008 -0400
19548
19549     Blackfin: update anomaly lists
19550
19551     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19552
19553 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
19554 Author: Mike Frysinger <vapier@gentoo.org>
19555 Date:   Thu Aug 7 13:08:54 2008 -0400
19556
19557     Blackfin: unify DSPID/DBGSTAT MMR definitions
19558
19559     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19560
19561 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
19562 Author: Wolfgang Denk <wd@denx.de>
19563 Date:   Tue Oct 21 15:53:51 2008 +0200
19564
19565     Fix strmhz(): avoid printing negative fractions
19566
19567     Signed-off-by: Wolfgang Denk <wd@denx.de>
19568
19569 commit 4a7f6b750d8de543fdf8e58acd86745010054571
19570 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
19571 Date:   Fri Oct 17 08:55:51 2008 -0400
19572
19573     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
19574
19575     This is done to allow other 83XX based platforms which also have UPM
19576     (e.g. 8360) to configure and use their UPM in u-boot.
19577
19578     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19579     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19580
19581 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
19582 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19583 Date:   Tue Oct 14 22:58:53 2008 +0400
19584
19585     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
19586
19587     With this patch u-boot can fixup the dr_mode and phy_type properties
19588     for the Dual-Role USB controller.
19589
19590     While at it, also remove #ifdefs around includes, they are not needed.
19591
19592     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19593     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19594
19595 commit b3379f3fd13969934c00097c05754e7a8990fd39
19596 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19597 Date:   Wed Oct 8 20:52:54 2008 +0400
19598
19599     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
19600
19601     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
19602     current settings don't work with the default chip on the board.
19603     Nevertheless Freescale's U-Boot sets the option register correctly,
19604     so I just dumped the register from the working u-boot. My guess is
19605     that the old settings were applicable for some pilot boards, not
19606     found in the production.
19607
19608     This patch also enables FSL ELBC driver so that we could access
19609     the NAND storage in the u-boot.
19610
19611     The NAND support costs about 45KB, so the u-boot no longer fits
19612     into two 128KB NOR flash sectors, thus we also have to adjust
19613     environment location: add another 128KB to the monitor length.
19614
19615     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19616
19617     It is due to hardware design and logic defect, that is the
19618     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
19619     the NAND chip connected to nLCS3,  you have to set up the
19620     OR3[BCTLD] = '1' for normal operation, otherwise it will have
19621     bus contention due to the pin 48/25 of U60 is enabled.
19622
19623     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
19624     asserted upon access to the NAND chip, keep the default state.
19625
19626     Acked-by: Dave Liu <daveliu@freescale.com>
19627     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19628
19629 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
19630 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19631 Date:   Thu Oct 2 19:17:33 2008 +0400
19632
19633     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
19634
19635     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
19636     standalone or acting as a PCI agent. User's Guide says:
19637
19638     - When the CPLD recognizes its location on the PIB it automatically
19639       configures RCW to the PCI Host.
19640     - If the CPLD fails to recognize its location then it is automatically
19641       configured as an Agent and the PCI is configured to an external arbiter.
19642
19643     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
19644     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
19645     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
19646     any arbiter bad things will happen (here the board hangs during any config
19647     space reads).
19648
19649     In this situation we must disable the PCI. And in case of anybody really
19650     want to use an external arbiter, we provide "pci_external_aribter"
19651     environment variable.
19652
19653     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19654     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19655
19656 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
19657 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19658 Date:   Thu Oct 2 18:32:25 2008 +0400
19659
19660     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
19661
19662     This involves configuring the SerDes and fixing up the flags and
19663     PHY addresses for the TSECs.
19664
19665     For Linux we also fix up the device tree.
19666
19667     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19668     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19669
19670 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
19671 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19672 Date:   Thu Oct 2 18:31:59 2008 +0400
19673
19674     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
19675
19676     We'll use these masks to parse TSEC modes out of HRCWH.
19677
19678     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19679     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19680
19681 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
19682 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19683 Date:   Thu Oct 2 18:31:56 2008 +0400
19684
19685     mpc83xx: serdes: add forgotten shifts for rfcks
19686
19687     The rfcks should be shifted by 28 bits left. We didn't notice the bug
19688     because we were using only 100MHz clocks (for which rfcks == 0).
19689
19690     Though, for SGMII we'll need 125MHz clocks.
19691
19692     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19693     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19694
19695 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
19696 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19697 Date:   Thu Oct 2 18:31:53 2008 +0400
19698
19699     mpc83xx: fix serdes setup for the MPC8378E boards
19700
19701     MPC837xE specs says that SerDes1 has:
19702
19703     â€” Two lanes running x1 SGMII at 1.25 Gbps;
19704     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
19705
19706     And for SerDes2:
19707
19708     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
19709     â€” One lane running x2 PCI Express at 2.5 Gbps;
19710     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
19711
19712     The spec also explicitly states that PEX options are not valid for
19713     the SD1.
19714
19715     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
19716     which is wrong to do.
19717
19718     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19719     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19720
19721 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
19722 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19723 Date:   Wed Sep 10 18:12:37 2008 +0400
19724
19725     mpc83xx: mpc8360emds: rework LBC SDRAM setup
19726
19727     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
19728     it difficult to use (b/c then the memory is discontinuous and
19729     there is quite big memory hole between the DDR/SDRAM regions).
19730
19731     This patch reworks LBC SDRAM setup so that now we dynamically
19732     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
19733     DDR memory).
19734
19735     With this patch we're able to:
19736
19737     - Boot without external DDR memory;
19738     - Use most "DDR + SDRAM" setups without need to support for
19739       sparse/discontinuous memory model in the software.
19740
19741     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19742     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19743
19744 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
19745 Author: Wolfgang Denk <wd@xpert.denx.de>
19746 Date:   Tue Oct 21 11:23:56 2008 +0200
19747
19748     FDT: don't use private kernel header files
19749
19750     On some systems (for example Fedora Core 4) U-Boot builds with the
19751     following wanrings only:
19752
19753     ...
19754     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
19755                      from fdt.c:51:
19756                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
19757
19758     This patch fixes this problem.
19759
19760     Signed-off-by: Wolfgang Denk <wd@denx.de>
19761
19762 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
19763 Author: Stefan Roese <sr@denx.de>
19764 Date:   Mon Oct 13 15:15:31 2008 +0200
19765
19766     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
19767
19768     Signed-off-by: Stefan Roese <sr@denx.de>
19769
19770 commit 43cbce69d48d052574d71f50724be546d90a46a4
19771 Author: Stefan Roese <sr@denx.de>
19772 Date:   Mon Oct 13 10:45:14 2008 +0200
19773
19774     ppc4xx: Correctly setup ranges property in ebc node
19775
19776     Previously only the NOR flash mapping was written into the ranges
19777     property of the ebc node. This patch now writes all enabled chip
19778     select areas into the ranges property.
19779
19780     Signed-off-by: Stefan Roese <sr@denx.de>
19781
19782 commit d7b26d58328f137471ea97de382bfa63f7239931
19783 Author: Dirk Eibach <eibach@gdsys.de>
19784 Date:   Wed Oct 8 15:37:50 2008 +0200
19785
19786     ppc4xx: Add GDSys neo 405EP board support
19787
19788     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19789     Signed-off-by: Stefan Roese <sr@denx.de>
19790
19791 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
19792 Author: Niklaus Giger <niklaus.giger@netstal.com>
19793 Date:   Wed Oct 1 14:46:13 2008 +0200
19794
19795     ppc4xx: Update configs for Netstal boards
19796
19797     I reorganized my config files, putting the common stuff into netstal-common.h
19798     (got the idea by looking a amcc-common.h from Stefan).
19799
19800     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
19801
19802     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19803     Signed-off-by: Stefan Roese <sr@denx.de>
19804
19805 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
19806 Author: Adam Graham <agraham@amcc.com>
19807 Date:   Wed Oct 8 10:13:19 2008 -0700
19808
19809     ppc4xx: Add routine to retrieve CPU number
19810
19811     Provide a weak defined routine to retrieve the CPU number for
19812     reference boards that have multiple CPU's.  Default behavior
19813     is the existing single CPU print output.  Reference boards with
19814     multiple CPU's need to provide a board specific routine.
19815     See board/amcc/arches/arches.c for an example.
19816
19817     Signed-off-by: Adam Graham <agraham@amcc.com>
19818     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19819     Signed-off-by: Stefan Roese <sr@denx.de>
19820
19821 commit 59217bae40e90982ab5400d849c08af683ace036
19822 Author: Adam Graham <agraham@amcc.com>
19823 Date:   Wed Oct 8 10:13:14 2008 -0700
19824
19825     ppc4xx: Add static support for 44x IBM SDRAM Controller
19826
19827     This patch add the capability to configure a PPC440 based IBM SDRAM
19828     Controller with static, compiled-in, values. PPC440 memory subsystem
19829     includes a Memory Queue core.
19830
19831     Signed-off-by: Adam Graham <agraham@amcc.com>
19832     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19833     Signed-off-by: Stefan Roese <sr@denx.de>
19834
19835 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
19836 Author: Adam Graham <agraham@amcc.com>
19837 Date:   Wed Oct 8 10:12:53 2008 -0700
19838
19839     ppc4xx: Add AMCC Arches board support (dual 460GT)
19840
19841     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
19842     This board is a dual processor board with each processor providing
19843     independent resources for Rapid IO, Gigabit Ethernet, and serial
19844     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
19845     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
19846     port. The two 460GT's will communicate with each other via shared
19847     memory, Gigabit Ethernet and x1 PCI-Express.
19848
19849     Signed-off-by: Adam Graham <agraham@amcc.com>
19850     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19851     Signed-off-by: Stefan Roese <sr@denx.de>
19852
19853 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
19854 Author: Wolfgang Denk <wd@xpert.denx.de>
19855 Date:   Sun Oct 19 21:54:30 2008 +0200
19856
19857     TQM8260: environment in flash instead EEPROM, baudrate 115k
19858
19859     Several customers have reported problems with the environment in
19860     EEPROM, including corrupted content after board reset. Probably the
19861     code to prevent I2C Enge Conditions is not working sufficiently.
19862
19863     We move the environment to flash now, which allows to have a backup
19864     copy plus gives much faster boot times.
19865
19866     Also, change the default console initialization to 115200 bps as used
19867     on most other boards.
19868
19869     Signed-off-by: Wolfgang Denk <wd@denx.de>
19870
19871 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
19872 Author: Kumar Gala <galak@kernel.crashing.org>
19873 Date:   Sun Oct 19 12:49:19 2008 -0500
19874
19875     85xx: Fix compile warning in mpc8536ds.c
19876
19877     mpc8536ds.c: In function 'is_sata_supported':
19878     mpc8536ds.c:615: warning: unused variable 'devdisr'
19879
19880     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19881
19882 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
19883 Author: Wolfgang Denk <wd@denx.de>
19884 Date:   Sun Oct 19 02:35:50 2008 +0200
19885
19886     Cleanup: fix "MHz" spelling
19887
19888     Signed-off-by: Wolfgang Denk <wd@denx.de>
19889
19890 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
19891 Author: Wolfgang Denk <wd@denx.de>
19892 Date:   Sun Oct 19 02:35:49 2008 +0200
19893
19894     Use strmhz() to format clock frequencies
19895
19896     Signed-off-by: Wolfgang Denk <wd@denx.de>
19897
19898 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
19899 Author: Wolfgang Denk <wd@denx.de>
19900 Date:   Sun Oct 19 02:35:48 2008 +0200
19901
19902     strmhz(): Round numbers when printing clock frequencies
19903
19904     Round clock frequencies for printing.
19905
19906     Many boards printed off clock frequencies like 399 MHz instead of the
19907     exact 400 MHz because numberes were not rounded. This is fixed now.
19908
19909     Signed-off-by: Wolfgang Denk <wd@denx.de>
19910
19911 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
19912 Author: Timur Tabi <timur@freescale.com>
19913 Date:   Mon Oct 20 15:16:47 2008 -0500
19914
19915     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
19916
19917     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
19918     to add a comment that the correct value disagrees with the 8544 reference
19919     manual.  The changelog for that commit is also wrong, as it says "bit 28"
19920     when it should be "bit 24".
19921
19922     Signed-off-by: Timur Tabi <timur@freescale.com>
19923
19924 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
19925 Author: Heiko Schocher <hs@denx.de>
19926 Date:   Fri Oct 17 18:24:06 2008 +0200
19927
19928     mgcoge: add redundant environment sector
19929
19930     Signed-off-by: Heiko Schocher <hs@denx.de>
19931
19932 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
19933 Author: Heiko Schocher <hs@denx.de>
19934 Date:   Fri Oct 17 18:23:27 2008 +0200
19935
19936     mgsuvd: update size of environment
19937
19938     Signed-off-by: Heiko Schocher <hs@denx.de>
19939
19940 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
19941 Author: Jason Jin <Jason.jin@freescale.com>
19942 Date:   Fri Oct 10 11:41:00 2008 +0800
19943
19944     Enabled the Freescale SGMII riser card on 8536DS
19945
19946     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19947
19948 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
19949 Author: Liu Yu <yu.liu@freescale.com>
19950 Date:   Fri Oct 10 11:40:59 2008 +0800
19951
19952     Enabled the Freescale SGMII riser card on 8572DS
19953
19954     This patch based on Andy's work.
19955     Including command 'pixis_set_sgmii' support.
19956
19957     Signed-off-by: Liu Yu <yu.liu@freescale.com>
19958
19959 commit bff188baf9427c35745356439435acf3864d4c65
19960 Author: Liu Yu <yu.liu@freescale.com>
19961 Date:   Fri Oct 10 11:40:58 2008 +0800
19962
19963     Make pixis_set_sgmii more general to support MPC85xx boards.
19964
19965     The pixis sgmii command depend on the FPGA support on the board, some 85xx
19966     boards support SGMII riser card but did not support this command, define
19967     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
19968
19969     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
19970     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
19971     PIXIS_VCFGEN1_MASK in header file for both boards.
19972
19973     Signed-off-by: Liu Yu <yu.liu@freescale.com>
19974
19975 commit 5e981d683d2363204c76773941c2e9c2044c808f
19976 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19977 Date:   Wed Oct 8 23:38:02 2008 -0500
19978
19979     Add cpu/8xxx to TAGS_SUBDIRS
19980
19981     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19982
19983 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
19984 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19985 Date:   Thu Oct 9 01:25:55 2008 -0500
19986
19987     fsl_law clear enable before changing.
19988
19989     Debug sessions may have left enabled laws.
19990     Changing lawbar with an unkown enabled tgtid could cause problems.
19991
19992     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19993
19994 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
19995 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19996 Date:   Thu Oct 9 00:29:27 2008 -0500
19997
19998     mpc8572 additional end-point mode
19999
20000     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
20001     Include host_agent == 0 decode for end-point determination.
20002
20003     This is not needed for the ds reference board since pcie3 will be a host
20004     in order to connect to the uli chip.  Include it here as a reference for
20005     other mpc8572 boards.
20006
20007     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20008
20009 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
20010 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20011 Date:   Wed Oct 8 23:37:59 2008 -0500
20012
20013     85xx if NUM_CPUS>1, print cpu number
20014
20015     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20016
20017 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
20018 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20019 Date:   Wed Oct 8 23:38:01 2008 -0500
20020
20021     pixis do not print long help if not configured
20022
20023     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20024
20025 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
20026 Author: Andy Fleming <afleming@freescale.com>
20027 Date:   Tue Oct 7 08:09:50 2008 -0500
20028
20029     Have u-boot pass stashing parameters into device tree
20030
20031     Some cores don't support ethernet stashing at all, and some
20032     instances have errata.  Adds 3 properties to gianfar nodes
20033     which support stashing.  For now, just add this support to
20034     85xx SoCs.
20035
20036     Signed-off-by: Andy Fleming <afleming@freescale.com>
20037
20038 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
20039 Author: Haiying Wang <Haiying.Wang@freescale.com>
20040 Date:   Fri Oct 3 12:37:57 2008 -0400
20041
20042     Add DDR options setting on MPC8641HPCN board
20043
20044     * Add board specific parameter table to choose correct cpo, clk_adjust,
20045     write_data_delay based on board ddr frequency and n_ranks.
20046
20047     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
20048
20049     Signed-off-by: James Yang <James.Yang@freescale.com>
20050     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20051
20052 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
20053 Author: Haiying Wang <Haiying.Wang@freescale.com>
20054 Date:   Fri Oct 3 12:37:41 2008 -0400
20055
20056     Add ddr interleaving suppport for MPC8572DS board
20057
20058     * Add board specific parameter table to choose correct cpo, clk_adjust,
20059     write_data_delay, 2T based on board ddr frequency and n_ranks.
20060
20061     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
20062
20063     * Set memory controller interleaving mode to bank interleaving, and disable
20064     bank(chip select) interleaving mode by default, because the default on-board
20065     DDR DIMMs are 2x512MB single-rank.
20066
20067     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
20068
20069     Signed-off-by: James Yang <James.Yang@freescale.com>
20070     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20071
20072 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
20073 Author: Haiying Wang <Haiying.Wang@freescale.com>
20074 Date:   Fri Oct 3 12:37:26 2008 -0400
20075
20076     Add debug information for DDR controller registers
20077
20078     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20079
20080 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
20081 Author: Haiying Wang <Haiying.Wang@freescale.com>
20082 Date:   Fri Oct 3 12:37:10 2008 -0400
20083
20084     Check DDR interleaving mode
20085
20086     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
20087     ba_intlv_ctl.
20088     * Print DDR interleaving mode information
20089     * Add doc/README.fsl-ddr to describe the interleaving setting
20090
20091     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20092
20093 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
20094 Author: Haiying Wang <Haiying.Wang@freescale.com>
20095 Date:   Fri Oct 3 12:36:55 2008 -0400
20096
20097     Pass dimm parameters to populate populate controller options
20098
20099     Because some dimm parameters like n_ranks needs to be used with the board
20100     frequency to choose the board parameters like clk_adjust etc. in the
20101     board_specific_paramesters table of the board ddr file, we need to pass
20102     the dimm parameters to the board file.
20103
20104     * move ddr dimm parameters header file from /cpu to /include directory.
20105     * add ddr dimm parameters to populate board specific options.
20106     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
20107
20108     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20109
20110 commit dbbbb3abeff325855cae76e33d69d5665631443f
20111 Author: Haiying Wang <Haiying.Wang@freescale.com>
20112 Date:   Fri Oct 3 12:36:39 2008 -0400
20113
20114     Make DDR interleaving mode work correctly
20115
20116     Fix some bugs:
20117       1. Correctly set intlv_ctl in cs_config.
20118       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
20119       3. Set base_address and total memory for each ddr controller in memory
20120          controller interleaving mode.
20121
20122     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20123
20124 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
20125 Author: Kumar Gala <galak@kernel.crashing.org>
20126 Date:   Mon Sep 22 23:40:42 2008 -0500
20127
20128     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
20129
20130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20131
20132 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
20133 Author: Kumar Gala <galak@kernel.crashing.org>
20134 Date:   Mon Sep 22 14:11:11 2008 -0500
20135
20136     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
20137
20138     Changing the flash from cacheable to cache-inhibited was taking a significant
20139     amount of time due to the fact that we were iterating over the full 256M of
20140     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
20141
20142     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20143
20144 commit 54e091d3b603a3332c619199ca83a07e95960da4
20145 Author: Kumar Gala <galak@kernel.crashing.org>
20146 Date:   Mon Sep 22 14:11:10 2008 -0500
20147
20148     85xx: Export invalidate_{i,d}cache and add flush_dcache
20149
20150     Added the ability for C code to invalidate the i/d-cache's and
20151     to flush the d-cache.  This allows us to more efficient change mappings
20152     from cache-able to cache-inhibited.
20153
20154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20155
20156 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
20157 Author: Heiko Schocher <hs@denx.de>
20158 Date:   Fri Oct 17 16:11:52 2008 +0200
20159
20160     mgcoge, mgsuvd: extract more common code
20161
20162     in ft_blob_update () for both boards was an unneccessary
20163     repetition of code, which this patch moves in a common
20164     function for this boards.
20165
20166     Signed-off-by: Heiko Schocher <hs@denx.de>
20167
20168 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
20169 Author: Heiko Schocher <hs@denx.de>
20170 Date:   Fri Oct 17 12:15:55 2008 +0200
20171
20172     mgcoge, mgsuvd: use in_*/out_* accesors
20173
20174     Signed-off-by: Heiko Schocher <hs@denx.de>
20175
20176 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
20177 Author: Heiko Schocher <hs@denx.de>
20178 Date:   Fri Oct 17 13:52:51 2008 +0200
20179
20180     mgsuvd: fix compiler warning when using soft_i2c driver
20181
20182     Signed-off-by: Heiko Schocher <hs@denx.de>
20183
20184 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
20185 Author: Heiko Schocher <hs@denx.de>
20186 Date:   Fri Oct 17 12:15:05 2008 +0200
20187
20188     mgsuvd: fix coding style
20189
20190     Signed-off-by: Heiko Schocher <hs@denx.de>
20191
20192 commit 5f4c3137f4f051787707c548133823f1656eb508
20193 Author: Heiko Schocher <hs@denx.de>
20194 Date:   Fri Oct 17 12:13:30 2008 +0200
20195
20196     mgcoge: Second Flash on CS5 not on CS1
20197
20198     Signed-off-by: Heiko Schocher <hs@denx.de>
20199
20200 commit 76da19df5b8e186d269f29190696bd31fb6c836b
20201 Author: Kumar Gala <galak@kernel.crashing.org>
20202 Date:   Thu Oct 16 21:52:08 2008 -0500
20203
20204     Added arch_lmb_reserve to allow arch specific memory regions protection
20205
20206     Each architecture has different ways of determine what regions of memory
20207     might not be valid to get overwritten when we boot.  This provides a
20208     hook to allow them to reserve any regions they care about.  Currently
20209     only ppc, m68k and sparc need/use this.
20210
20211     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20212
20213 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
20214 Author: Heiko Schocher <hs@denx.de>
20215 Date:   Thu Oct 16 16:32:35 2008 +0200
20216
20217     mgcoge: added CONFIG_FIT to support the new u-boot image format
20218
20219     Signed-off-by: Heiko Schocher <hs@denx.de>
20220
20221 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
20222 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20223 Date:   Thu Oct 16 15:01:15 2008 +0200
20224
20225     rename CFG_ macros to CONFIG_SYS
20226
20227     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20228
20229 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
20230 Author: Kumar Gala <galak@kernel.crashing.org>
20231 Date:   Mon Oct 13 14:12:55 2008 -0500
20232
20233     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
20234
20235     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20236
20237 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
20238 Author: Kumar Gala <galak@kernel.crashing.org>
20239 Date:   Tue Sep 23 10:05:02 2008 -0500
20240
20241     Expose command table search for sub-commands
20242
20243     Sub-command can benefit from using the same table and search functions
20244     that top level commands have.  Expose this functionality by refactoring
20245     find_cmd() and introducing find_cmd_tbl() that sub-command processing
20246     can call.
20247
20248     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20249
20250 commit f7e51b27508446f8cae3927975817137979ad5e8
20251 Author: Heiko Schocher <hs@denx.de>
20252 Date:   Wed Oct 15 09:41:33 2008 +0200
20253
20254     mgsuvd, mgcoge: added BOOTCOUNT feature.
20255
20256     Signed-off-by: Heiko Schocher <hs@denx.de>
20257
20258 commit 8f64da7f83b553889bc08400c97047998382e9d2
20259 Author: Heiko Schocher <hs@denx.de>
20260 Date:   Wed Oct 15 09:41:00 2008 +0200
20261
20262     mgcoge, mgsuvd: added support for the IVM EEprom.
20263
20264     The EEprom contains some Manufacturerinformation,
20265     which are read from u-boot at boot time, and saved
20266     in same hush shell variables.
20267
20268     Signed-off-by: Heiko Schocher <hs@denx.de>
20269
20270 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
20271 Author: Heiko Schocher <hs@denx.de>
20272 Date:   Wed Oct 15 09:40:28 2008 +0200
20273
20274     hush: add showvar command for hush shell.
20275
20276     This new command shows the local variables defined in
20277     the hush shell:
20278
20279     => help showvar
20280     showvar
20281         - print values of all hushshell variables
20282     showvar name ...
20283         - print value of hushshell variable 'name'
20284
20285     Also make the set_local_var() and unset_local_var ()
20286     no longer static, so it is possible to define local
20287     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
20288     is defined, u-boot calls hush_init_var (), where
20289     boardspecific code can define local hush shell
20290     variables at boottime.
20291
20292     Signed-off-by: Heiko Schocher <hs@denx.de>
20293
20294 commit 67b23a322848d828a5e45c0567b72762bfde7abf
20295 Author: Heiko Schocher <hs@denx.de>
20296 Date:   Wed Oct 15 09:39:47 2008 +0200
20297
20298     I2C: adding new "i2c bus" Command to the I2C Subsystem.
20299
20300     With this Command it is possible to add new I2C Busses,
20301     which are behind 1 .. n I2C Muxes. Details see README.
20302
20303     Signed-off-by: Heiko Schocher <hs@denx.de>
20304
20305 commit c24853644ddd2dd2e4246b5854a93e6254a14092
20306 Author: Heiko Schocher <hs@denx.de>
20307 Date:   Wed Oct 15 09:39:08 2008 +0200
20308
20309     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
20310
20311     As documented in doc/I2C_Edge_Conditions, adding a
20312     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
20313     for the mgcoge and mgsuvd board.
20314
20315     This code was originally written by Keymile in association
20316     with Anatech and Atmel in 1998. The Code toggels the SCL
20317     until the SCA line goes to HIGH (max. 16 times).
20318     And after this, a start condition is sent.
20319
20320     This is another approach to deblock the I2C Bus. The
20321     soft I2C driver actually sends 9 clocks with SDA High,
20322     and then a stop at the end, to deblock the I2C Bus.
20323
20324     Maybe we should use the approach from Keymile as
20325     the new standard?
20326
20327     Signed-off-by: Heiko Schocher <hs@denx.de>
20328
20329 commit 4ca107effebfbabac1057c39632105dacef95957
20330 Author: Heiko Schocher <hs@denx.de>
20331 Date:   Wed Oct 15 09:38:38 2008 +0200
20332
20333     soft_i2c: Add CFG_I2C_INIT_BOARD option
20334
20335     This patch adds the option for a boardspecific
20336     I2C deblocking mechanism for the soft i2c driver.
20337
20338     Signed-off-by: Heiko Schocher <hs@denx.de>
20339
20340 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
20341 Author: Heiko Schocher <hs@denx.de>
20342 Date:   Wed Oct 15 09:38:07 2008 +0200
20343
20344     mgcoge, mgsuvd: add DTT (LM75) support.
20345
20346     Signed-off-by: Heiko Schocher <hs@denx.de>
20347
20348 commit 8e442df438ab677057571e3ac01846bff7719bce
20349 Author: Heiko Schocher <hs@denx.de>
20350 Date:   Wed Oct 15 09:37:34 2008 +0200
20351
20352     lm75: Make the LM75 MULTI_BUS compatible.
20353
20354     Signed-off-by: Heiko Schocher <hs@denx.de>
20355
20356 commit 12f1678127c1df2b2878ba93c88948bedc060775
20357 Author: Heiko Schocher <hs@denx.de>
20358 Date:   Wed Oct 15 09:37:04 2008 +0200
20359
20360     lm75: fix Codingstyle issues.
20361
20362     Signed-off-by: Heiko Schocher <hs@denx.de>
20363
20364 commit f2202450c75ba6934b356024101500ddcde6e2a6
20365 Author: Heiko Schocher <hs@denx.de>
20366 Date:   Wed Oct 15 09:36:33 2008 +0200
20367
20368     mgcoge, mgsuvd: added EEprom support.
20369
20370     Signed-off-by: Heiko Schocher <hs@denx.de>
20371
20372 commit 9661bf9d120f760238b2a073b84f2baf05010057
20373 Author: Heiko Schocher <hs@denx.de>
20374 Date:   Wed Oct 15 09:36:03 2008 +0200
20375
20376     mgcoge, mgsuvd: add I2C support.
20377
20378     Signed-off-by: Heiko Schocher <hs@denx.de>
20379
20380 commit 98aed379586a155292efbf3209356836584b601c
20381 Author: Heiko Schocher <hs@denx.de>
20382 Date:   Wed Oct 15 09:35:26 2008 +0200
20383
20384     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
20385
20386     This patch fixes the following warnings, when using
20387     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
20388     systems:
20389
20390     soft_i2c.c: In function 'send_reset':
20391     soft_i2c.c:93: warning: unused variable 'immr'
20392     soft_i2c.c: In function 'send_start':
20393     soft_i2c.c:124: warning: unused variable 'immr'
20394     soft_i2c.c: In function 'send_stop':
20395     soft_i2c.c:146: warning: unused variable 'immr'
20396     soft_i2c.c: In function 'send_ack':
20397     soft_i2c.c:171: warning: unused variable 'immr'
20398     soft_i2c.c: In function 'write_byte':
20399     soft_i2c.c:196: warning: unused variable 'immr'
20400     soft_i2c.c: In function 'read_byte':
20401     soft_i2c.c:244: warning: unused variable 'immr'
20402
20403     Signed-off-by: Heiko Schocher <hs@denx.de>
20404
20405 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
20406 Author: Heiko Schocher <hs@denx.de>
20407 Date:   Wed Oct 15 09:34:45 2008 +0200
20408
20409     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
20410
20411     Signed-off-by: Heiko Schocher <hs@denx.de>
20412
20413 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
20414 Author: Heiko Schocher <hs@denx.de>
20415 Date:   Wed Oct 15 09:34:05 2008 +0200
20416
20417     mgcoge: fix Coding Style issues.
20418
20419     Signed-off-by: Heiko Schocher <hs@denx.de>
20420
20421 commit e43a27c49712203fe8848a17714330623edfb2eb
20422 Author: Heiko Schocher <hs@denx.de>
20423 Date:   Wed Oct 15 09:33:30 2008 +0200
20424
20425     I2C: add new command i2c reset.
20426
20427     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
20428     it is not possible to get out of this, until the
20429     complete Hardware gets a reset. This new commando
20430     calls again i2c_init (and that calls i2c_init_board
20431     if defined), which will deblock the I2C Bus.
20432
20433     Signed-off-by: Heiko Schocher <hs@denx.de>
20434     Signed-off-by: Wolfgang Denk <wd@denx.de>
20435
20436 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
20437 Author: Heiko Schocher <hs@denx.de>
20438 Date:   Wed Oct 15 09:32:25 2008 +0200
20439
20440     mgsuvd, mgcoge: move this 2 boards in one dir.
20441
20442     There are some more extensions, which are for both boards
20443     and some more boards from this manufacturer will follow soon.
20444
20445     Signed-off-by: Heiko Schocher <hs@denx.de>
20446     Signed-off-by: Wolfgang Denk <wd@denx.de>
20447
20448 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
20449 Author: Dirk Eibach <eibach@gdsys.de>
20450 Date:   Wed Oct 8 13:44:27 2008 +0200
20451
20452     hwmon: Add LM63 support
20453
20454     This patch adds support for the National LM63 temperature
20455     sensor with integrated fan control. It's used on the GDSys
20456     Neo board (405EP) which will be submitted later.
20457
20458     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
20459     Acked-by: Stefan Roese <sr@denx.de>
20460
20461 commit 7ba890bf2f2b92831420243c058951aa831119fd
20462 Author: Kyungmin Park <kmpark@infradead.org>
20463 Date:   Wed Oct 8 11:01:17 2008 +0900
20464
20465     Add Red Black Tree support
20466
20467     Now it's used at UBI module. Of course other modules can use it.
20468     If you want to use it, please define CONFIG_RBTREE
20469
20470     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20471
20472 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
20473 Author: richardretanubun <richardretanubun@ruggedcom.com>
20474 Date:   Mon Oct 6 16:10:53 2008 -0400
20475
20476     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
20477
20478     Added support for CONFIG_EFI_PARTITION to ext2 commands.
20479     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
20480
20481 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
20482 Author: richardretanubun <richardretanubun@ruggedcom.com>
20483 Date:   Fri Sep 26 11:13:22 2008 -0400
20484
20485     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
20486
20487     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
20488     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
20489
20490     Based on linux/fs/partitions/efi.[ch]
20491
20492     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
20493
20494 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
20495 Author: Bartlomiej Sieka <tur@semihalf.com>
20496 Date:   Wed Oct 1 15:26:32 2008 +0200
20497
20498     FIT: output image load address for type 'firmware', fix message while there
20499
20500     Now that the auto-update feature uses the 'firmware' type for updates, it is
20501     useful to inspect the load address of such images.
20502
20503     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20504
20505 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
20506 Author: Bartlomiej Sieka <tur@semihalf.com>
20507 Date:   Wed Oct 1 15:26:31 2008 +0200
20508
20509     Automatic software update from TFTP server
20510
20511     The auto-update feature allows to automatically download software updates
20512     from a TFTP server and store them in Flash memory during boot. Updates are
20513     contained in a FIT file and protected with SHA-1 checksum.
20514
20515     More detailed description can be found in doc/README.update.
20516
20517     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
20518     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20519
20520 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
20521 Author: Bartlomiej Sieka <tur@semihalf.com>
20522 Date:   Wed Oct 1 15:26:27 2008 +0200
20523
20524     flash: factor out adjusting of Flash address to the end of sector
20525
20526     The upcoming automatic update feature needs the ability to adjust an
20527     address within Flash to the end of its respective sector. Factor out
20528     this functionality to a new function flash_sect_roundb().
20529
20530     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
20531     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20532     Signed-off-by: Stefan Roese <sr@denx.de>
20533
20534 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
20535 Author: Bartlomiej Sieka <tur@semihalf.com>
20536 Date:   Wed Oct 1 15:26:29 2008 +0200
20537
20538     net: Make TFTP server timeout configurable
20539
20540     There are two aspects of a TFTP transfer involving timeouts:
20541     1. timeout waiting for initial server reply after sending RRQ
20542     2. timeouts while transferring actual data from the server
20543
20544     Since the upcoming auto-update feature attempts a TFTP download during each
20545     boot, it is undesirable to have a long delay when the TFTP server is not
20546     available. Thus, this commit makes the server timeout (1.) configurable by two
20547     global variables:
20548
20549     TftpRRQTimeoutMSecs
20550     TftpRRQTimeoutCountMax
20551
20552     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
20553     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
20554     The total delay when trying to download a file from a non-existing TFTP server
20555     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
20556
20557     Timeouts during file transfers (2.) are unaffected.
20558
20559     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
20560     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20561     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20562
20563 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
20564 Author: Bartlomiej Sieka <tur@semihalf.com>
20565 Date:   Wed Oct 1 15:26:28 2008 +0200
20566
20567     net: express the first argument to NetSetTimeout() in milliseconds
20568
20569     Enforce millisecond semantics of the first argument to NetSetTimeout() --
20570     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
20571     get_timer() countiing in milliseconds).
20572
20573     Rationale for this patch is to enable millisecond granularity for
20574     network-related timeouts, which is needed for the upcoming automatic
20575     software update feature.
20576
20577     Summary of changes:
20578     - do not scale the first argument to NetSetTimeout() by CFG_HZ
20579     - change timeout values used in the networking code to milliseconds
20580
20581     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
20582     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20583     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20584
20585 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
20586 Author: richardretanubun <richardretanubun@ruggedcom.com>
20587 Date:   Mon Sep 29 18:28:23 2008 -0400
20588
20589     Adds two more ethernet interface to 83xx
20590
20591     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
20592     Six eth interface is chosen because the platform I am using combines
20593     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
20594
20595     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
20596     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20597
20598 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
20599 Author: Haiying Wang <Haiying.Wang@freescale.com>
20600 Date:   Wed Sep 24 11:42:12 2008 -0500
20601
20602     Change UEC PHY interface to RGMII on MPC8568MDS
20603
20604     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
20605
20606     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
20607     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
20608
20609     Now both UEC1 and UEC2 can work properly under u-boot.
20610
20611     It is also in consistent with the kernel setting for 8568 UEC phy interface.
20612
20613     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20614     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20615
20616 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
20617 Author: Wolfgang Denk <wd@denx.de>
20618 Date:   Sat Oct 18 21:30:31 2008 +0200
20619
20620     Prepare v2008.10 release: update CHANGELOG & Makefile
20621
20622     Signed-off-by: Wolfgang Denk <wd@denx.de>
20623
20624 commit f7a35a60cf45491871a5c28e9ad24db005487857
20625 Author: Heiko Schocher <hs@denx.de>
20626 Date:   Fri Oct 17 18:24:06 2008 +0200
20627
20628     mgcoge: add redundant environment sector
20629
20630     Signed-off-by: Heiko Schocher <hs@denx.de>
20631     Signed-off-by: Wolfgang Denk <wd@denx.de>
20632
20633 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
20634 Author: Heiko Schocher <hs@denx.de>
20635 Date:   Fri Oct 17 18:23:27 2008 +0200
20636
20637     mgsuvd: update size of environment
20638
20639     Signed-off-by: Heiko Schocher <hs@denx.de>
20640
20641 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
20642 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
20643 Date:   Thu Oct 16 13:38:00 2008 -0500
20644
20645     83xx NAND boot: wait for LTESR[CC]
20646
20647     At least some revisions of the 8313, and possibly other chips, do not
20648     wait for all pages of the initial 4K NAND region to be loaded before
20649     beginning execution; thus, we wait for it before branching out of the
20650     first NAND page.
20651
20652     This fixes warm reset problems when booting from NAND on 8313erdb.
20653
20654     Signed-off-by: Scott Wood <scottwood@freescale.com>
20655     Acked-by: Kim Phillips <kim.phillips@freescale.com>
20656
20657 commit bf29e0ea0af03d593c64614136acc723a7a022a2
20658 Author: Yuri Tikhonov <yur@emcraft.com>
20659 Date:   Fri Oct 17 12:54:18 2008 +0200
20660
20661     ppc4xx: PPC44x MQ initialization
20662
20663     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
20664     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
20665     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
20666
20667     Previously the appropriate initialization had been made in Linux, by the
20668     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
20669     registers after normal operation has begun is not supported and could
20670     have unpredictable results.
20671
20672     Comment from Stefan: This patch doesn't change the resulting value of the
20673     MQ registers. It explicitly sets/clears all bits to the desired state which
20674     better documents the resulting register value instead of relying on pre-set
20675     default values.
20676
20677     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20678     Signed-off-by: Stefan Roese <sr@denx.de>
20679
20680 commit ec081c2c190148b374e86a795fb6b1c49caeb549
20681 Author: Stefan Roese <sr@denx.de>
20682 Date:   Fri Oct 17 12:51:46 2008 +0200
20683
20684     ppc4xx: PPC44x MQ initialization
20685
20686     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
20687     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
20688     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
20689
20690     Previously the appropriate initialization had been made in Linux, by the
20691     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
20692     registers after normal operation has begun is not supported and could
20693     have unpredictable results.
20694
20695     Comment from Stefan: This patch doesn't change the resulting value of the
20696     MQ registers. It explicitly sets/clears all bits to the desired state which
20697     better documents the resulting register value instead of relying on pre-set
20698     default values.
20699
20700     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20701     Signed-off-by: Stefan Roese <sr@denx.de>
20702
20703 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
20704 Author: Kumar Gala <galak@kernel.crashing.org>
20705 Date:   Thu Oct 16 21:58:50 2008 -0500
20706
20707     85xx: Using proper I2C source clock divider for MPC8544
20708
20709     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
20710     bit 26, instead it should be bit 28.  This caused in incorrect
20711     interpretation of the i2c_clk which is the same as the SEC clk on
20712     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
20713     in PORDEVSR2.
20714
20715     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20716
20717 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
20718 Author: Kumar Gala <galak@kernel.crashing.org>
20719 Date:   Thu Oct 16 21:58:49 2008 -0500
20720
20721     Revert "85xx: Using proper I2C source clock divider for MPC8544"
20722
20723     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
20724
20725     The fix introduced by this patch is not correct.  The problem is
20726     that the documentation is not correct for the MPC8544 with regards
20727     to which bit in PORDEVSR2 is for the SEC_CFG.
20728
20729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20730
20731 commit 2179c4766bffeece98e5e92040629a96c97e230c
20732 Author: Kumar Gala <galak@kernel.crashing.org>
20733 Date:   Wed Oct 15 10:19:41 2008 -0500
20734
20735     85xx: Fix compile warning
20736
20737     mpc8536ds.c: In function 'is_sata_supported':
20738     mpc8536ds.c:614: warning: unused variable 'devdisr'
20739
20740     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20741
20742 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
20743 Author: Jason Jin <Jason.jin@freescale.com>
20744 Date:   Wed Oct 15 10:40:24 2008 +0800
20745
20746     Fix the function conflict in x86emu when DEBUG is on
20747
20748     The function parse_line() in common/main.c was exposed globally by commit
20749     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
20750     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
20751     This patch fix this by renaming the function in the debug.c file.
20752
20753     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
20754
20755 commit b4dbacf69a669a17487054552fc2761149dd6767
20756 Author: Wolfgang Denk <wd@denx.de>
20757 Date:   Wed Oct 15 15:50:45 2008 +0200
20758
20759     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
20760
20761     Signed-off-by: Wolfgang Denk <wd@denx.de>
20762
20763 commit 374b9038293d01d8744a46af9b7854a6fd99b228
20764 Author: Heiko Schocher <hs@denx.de>
20765 Date:   Wed Oct 15 09:51:19 2008 +0200
20766
20767     Fix compiler warning in lib_ppc/board.c
20768
20769     Fix compiler warning introduced by commit 0f8cbc18
20770
20771     Signed-off-by: Heiko Schocher <hs@denx.de>
20772     Signed-off-by: Wolfgang Denk <wd@denx.de>
20773
20774 commit 9724555755a6f1066636481b41f7094e0ce93a69
20775 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
20776 Date:   Thu Oct 9 10:29:14 2008 +0530
20777
20778     mpc83xx: wait till UPM completes the write to array
20779
20780     Reference manual states that MxMR[MAD] increment is the indication
20781     of write to UPM array is complete. Honour that. Also, make the dummy
20782     write explicit.
20783
20784     also fix the comment.
20785
20786     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
20787     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20788
20789 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
20790 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
20791 Date:   Wed Oct 8 18:12:20 2008 -0500
20792
20793     Remove unwanted ';' at end of define.
20794
20795     Currently this is not creating any problem. But it will result
20796     in compilation error when used as below.
20797
20798     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
20799
20800     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
20801
20802     continuation of the theme based on git grep "^#define CFG_.*;$" include/
20803
20804     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20805
20806 commit b2934a56650e9a6c54432f9ce6dc36757967385e
20807 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20808 Date:   Mon Oct 6 10:53:59 2008 -0400
20809
20810     ARM DaVinci: Add maintainer information for SFFSDR board.
20811
20812     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20813
20814 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
20815 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20816 Date:   Sat Oct 4 19:26:16 2008 +0200
20817
20818     api: fix type mismatch
20819
20820     This patch fixes a type mismatch and thus removes a compiler
20821     warning when compiling with CONFIG_API on powerpc.
20822
20823     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20824
20825 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
20826 Author: Peter Tyser <ptyser@xes-inc.com>
20827 Date:   Wed Oct 1 12:25:04 2008 -0500
20828
20829     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
20830
20831     Original code displayed:
20832      => help i2c
20833      i2c i2c speed [speed] - show or set I2C bus speed
20834      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
20835      ...
20836
20837     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20838
20839 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
20840 Author: Wolfgang Denk <wd@denx.de>
20841 Date:   Tue Oct 14 22:13:41 2008 +0200
20842
20843     Update CHANGELOG
20844
20845     Signed-off-by: Wolfgang Denk <wd@denx.de>
20846
20847 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
20848 Author: Jason Jin <Jason.jin@freescale.com>
20849 Date:   Fri Oct 10 11:41:01 2008 +0800
20850
20851     Do not init SATA when disabled on 8536DS.
20852
20853     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
20854     driver still try to access the SATA registers, the cpu will hangup.
20855     This patch try to fix this by reading the serdes status before the SATA
20856     initialize.
20857
20858     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
20859     Acked-by: Andy Fleming <afleming@freescale.com>
20860
20861 commit 9dbc366744960013965fce8851035b6141f3b3ae
20862 Author: Remy Bohmer <linux@bohmer.net>
20863 Date:   Fri Oct 10 10:23:22 2008 +0200
20864
20865     The PIPE_INTERRUPT flag is used wrong
20866
20867     At a lot of places in the code the PIPE_INTERRUPT flags and friends
20868     are used wrong. The wrong bits are compared to this flag resulting
20869     in wrong conditions. Also there are macros that should be used for
20870     PIPE_* flags.
20871     This patch tries to fix them all, however, I was not able to test the
20872     changes, because I do not have any of these boards.
20873
20874     Review required!
20875
20876     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20877     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20878
20879 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
20880 Author: Remy Bohmer <linux@bohmer.net>
20881 Date:   Fri Oct 10 10:23:21 2008 +0200
20882
20883     fix USB initialisation procedure
20884
20885     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
20886     At some places directly 8,16,32,64 was used instead of the encoded
20887     value. Made a enum for the options to make this more clear and to help
20888     preventing similar errors in the future.
20889
20890     After fixing this bug it became clear that another bug existed where
20891     the 'pipe' is and-ed with PIPE_* flags, where it should have been
20892     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
20893
20894     Also removed the triple 'get_device_descriptor' sequence, it has no use,
20895     and Windows nor Linux behaves that way.
20896     There is also a poll going on with a timeout when usb_control_msg() fails.
20897     However, the poll is useless, because the flag will never be set on a error,
20898     because there is no code that runs in a parallel that can set this flag.
20899     Changed this to something more logical.
20900
20901     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
20902     Linux is doing. There is no difference anymore in the early initialisation
20903     sequence.
20904
20905     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20906     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20907
20908 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
20909 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
20910 Date:   Fri Oct 3 00:03:55 2008 +0400
20911
20912     fsl_diu: fix alignment error that caused malloc corruption
20913
20914     When aligning malloc()ed screen_base, invalid offset was added.
20915     This not only caused misaligned result (which did not cause hardware
20916     misbehaviour), but - worse - caused screen_base + smem_len to
20917     be out of malloc()ed space, which in turn caused breakage of
20918     futher malloc()/free() operation.
20919
20920     This patch fixes screen_base alignment.
20921
20922     Also this patch makes memset() that cleans framebuffer to be executed
20923     on first initialization of diu, not only on re-initialization. It looks
20924     correct to clean the framebuffer instead of displaying random garbage;
20925     I believe that was disabled only because that memset caused breakage
20926     of malloc/free described above - which no longer happens with the fix
20927     described above.
20928
20929     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
20930
20931 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
20932 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20933 Date:   Wed Sep 24 10:29:37 2008 +0200
20934
20935     api: Fix building with CONFIG_API
20936
20937     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
20938
20939     USB_MAX_STOR_DEV is defined in include/usb.h, but
20940     needed in api/api_storage.c.
20941
20942     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20943
20944 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
20945 Author: Peter Tyser <ptyser@xes-inc.com>
20946 Date:   Tue Sep 23 12:39:40 2008 -0500
20947
20948     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
20949
20950     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20951
20952 commit 81e612014c40c922ec35488d17c504d4e9286f06
20953 Author: Peter Tyser <ptyser@xes-inc.com>
20954 Date:   Tue Sep 23 12:38:42 2008 -0500
20955
20956     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
20957
20958     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
20959     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
20960     sensor drivers are not necessary
20961
20962     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20963
20964 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
20965 Author: Mike Frysinger <vapier@gentoo.org>
20966 Date:   Tue Oct 14 07:04:38 2008 -0400
20967
20968     cmd_spi: remove broken signed casting for display
20969
20970     Since we're working with unsigned data, you can't apply a signed pointer
20971     cast and then attempt to print the result.  Otherwise you get wrong output
20972     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
20973
20974     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20975
20976 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
20977 Author: Mike Frysinger <vapier@gentoo.org>
20978 Date:   Tue Oct 14 07:05:24 2008 -0400
20979
20980     strings cmd: drop old CONFIG_CFG_STRINGS define
20981
20982     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
20983     CONFIG_CMD_STRINGS and Makefile control.
20984
20985     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20986
20987 commit fecb5ade3b37f62981f2b05b621005850173aaa9
20988 Author: Jason Jin <Jason.jin@freescale.com>
20989 Date:   Fri Sep 19 17:32:49 2008 +0800
20990
20991     Fix the NAND size overflow issue.
20992
20993     When the total size of all NAND devices exceeds 4 GiB, the size  will
20994     overflow. This patch tries to fix this.
20995
20996     Note that we still have a problem when a single NAND device is bigger
20997     than 4 GiB: then the overflow would actually happen earlier, i. e.
20998     when storing the size in nand_info[].size, as nand_info[].size is an
20999     "u_int32_t".
21000
21001     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21002     Signed-off-by: Wolfgang Denk <wd@denx.de>
21003
21004 commit 30f574717277238b9014b8136c90eea77196490f
21005 Author: Louis Su <louis@asix.com.tw>
21006 Date:   Wed Jul 9 11:01:37 2008 +0800
21007
21008     AX88180: new gigabit network driver
21009
21010     Signed-off-by: Louis Su <louis@asix.com.tw>
21011     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21012
21013 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
21014 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21015 Date:   Tue Aug 19 16:07:03 2008 +0200
21016
21017     enable 10/100M at VSC8601 at tsec driver
21018
21019     Currently VSC8601 doesn't link with 10/100M partners if the
21020     EEPROM/Strapping is not set up.
21021     Setting the auto-neg register fixes this.
21022
21023     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21024     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21025
21026 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
21027 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21028 Date:   Tue Sep 30 15:02:53 2008 +0900
21029
21030     net: ne2000: Divided a function of NE2000 driver
21031
21032     get_prom function was used __attriute__ , but it is not enable.
21033     ax88796.o does not do link besides ne2000.o. When ld is carried
21034     out, get_prom function of ax88796.c is ignored.
21035     This problem is a thing by specifications of ld.
21036     I checked and test this patch on SuperH and MIPS.
21037
21038     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21039     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21040
21041 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
21042 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21043 Date:   Tue Oct 14 11:10:59 2008 +0900
21044
21045     sh: rsk7203: Add smc911x driver support to board config file
21046
21047     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21048     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21049
21050 commit cae6f909baf86357b3c0bd01acfc414348c4d175
21051 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21052 Date:   Thu Oct 9 13:54:33 2008 +0900
21053
21054     sh: Fix cannot execute a stand-alone application
21055
21056     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
21057
21058     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21059     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21060
21061 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
21062 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
21063 Date:   Wed Oct 8 23:38:00 2008 -0500
21064
21065     fsl_pci_init do not scan bus when configured as an end-point
21066
21067     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
21068     Acked-by: Andy Fleming <afleming@freescale.com>
21069
21070 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
21071 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21072 Date:   Tue Sep 16 17:07:53 2008 -0400
21073
21074     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
21075
21076     This is no longer necessary now that the GD_FLG_RELOC flag is set for
21077     all ARM boards.
21078
21079     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21080
21081 commit d977a57356657ba241256231efca32828a5822f9
21082 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21083 Date:   Sat Sep 13 10:04:32 2008 +0200
21084
21085     Fix lzma uncompress call (image_start wrongly used instead image_len)
21086
21087     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21088
21089 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
21090 Author: Nick Spence <nick.spence@freescale.com>
21091 Date:   Thu Aug 28 14:09:15 2008 -0700
21092
21093     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
21094
21095     This is needed in unlock_ram_in_cache() because it is called from C and
21096     will corrupt the small data area anchor that is kept in R2.
21097
21098     lock_ram_in_cache() is modified similarly as good coding practice, but
21099     is not called from C.
21100
21101     Signed-off-by: Nick Spence <nick.spence@freescale.com>
21102
21103 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
21104 Author: Kumar Gala <galak@kernel.crashing.org>
21105 Date:   Tue Aug 19 15:05:34 2008 -0500
21106
21107     86xx: remove redudant code with lib_ppc/interrupts.c
21108
21109     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
21110     Not know how that happened, but there is no good reason for it.
21111
21112     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
21113     they exist.
21114
21115     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21116
21117 commit 0d01f66d235118515b5086b88f82498bc0695d6a
21118 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
21119 Date:   Thu Oct 9 01:26:36 2008 -0500
21120
21121     CFI: cfi_flash write fix for AMD legacy
21122
21123     The flash_unlock_seq requires a sector for AMD_LEGACY.
21124     Fix a retcode check typeo.
21125
21126     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
21127     Signed-off-by: Stefan Roese <sr@denx.de>
21128
21129 commit 542b385a620a1783454a00424930e51895f45073
21130 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21131 Date:   Tue Oct 7 13:13:10 2008 +0200
21132
21133     ppc4xx: Fix USB 2.0 phy reset sequence
21134
21135     This patch fixes USB 2.0 communication issues on some DU440 boards.
21136
21137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21138     Signed-off-by: Stefan Roese <sr@denx.de>
21139
21140 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
21141 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21142 Date:   Tue Oct 7 13:13:09 2008 +0200
21143
21144     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
21145
21146     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21147     Signed-off-by: Stefan Roese <sr@denx.de>
21148
21149 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
21150 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21151 Date:   Tue Oct 7 13:13:08 2008 +0200
21152
21153     ppc4xx: Fix DU440 GPIO configuration
21154
21155     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21156     Signed-off-by: Stefan Roese <sr@denx.de>
21157
21158 commit 35dd025c70fcc4389317db2f2a9d14795172137d
21159 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21160 Date:   Tue Oct 7 13:13:07 2008 +0200
21161
21162     ppc4xx: Update DU440 config
21163
21164     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21165     Signed-off-by: Stefan Roese <sr@denx.de>
21166
21167 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
21168 Author: Kumar Gala <galak@kernel.crashing.org>
21169 Date:   Wed Oct 8 15:36:39 2008 -0500
21170
21171     MPC8572DS: Fix compile warnings
21172
21173     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
21174     compile warnings:
21175
21176     cmd_i2c.c:112: warning: missing braces around initializer
21177     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
21178
21179     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21180
21181 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
21182 Author: Wolfgang Grandegger <wg@grandegger.com>
21183 Date:   Tue Sep 30 10:55:57 2008 +0200
21184
21185     85xx: Using proper I2C source clock divider for MPC8544
21186
21187     Measurements with our MPC8544 board showed that the I2C bus frequency
21188     is wrong by a factor of 1.5. Obviously, the interpretation of the
21189     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
21190     correct. There seems to be an error in the 8544 RM.
21191
21192     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21193
21194 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
21195 Author: Rafal Czubak <rcz@semihalf.com>
21196 Date:   Wed Oct 8 13:41:30 2008 +0200
21197
21198     FSL: Fix get_cpu_board_revision() return value.
21199
21200     get_cpu_board_revision() returned board revision based on information stored
21201     in global static struct eeprom. It should instead use one from local struct
21202     board_eeprom, to which the data is actually read from EEPROM. The bug led to
21203     system hang after printing L1 cache information on U-Boot startup. The problem
21204     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
21205     boards using CFG_I2C_EEPROM_CCID.
21206
21207     The change has been successfully tested on MPC8555CDS system.
21208
21209     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
21210
21211 commit 747f316cca484ed627a97dd3391febabce384186
21212 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21213 Date:   Tue Sep 30 20:08:49 2008 +0200
21214
21215     update uImage FIT multi documentation
21216
21217     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21218
21219 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
21220 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21221 Date:   Tue Sep 30 20:08:36 2008 +0200
21222
21223     move README.imx31 to doc/ and merge with README.mx31
21224
21225     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21226
21227 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
21228 Author: Guennadi Liakhovetski <lg@denx.de>
21229 Date:   Thu Sep 25 20:54:37 2008 +0200
21230
21231     i.MX31: switch to CFG_HZ=1000
21232
21233     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
21234     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
21235     provides 2% or 0.4% precision depending on the
21236     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
21237     boot-delay.
21238
21239     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21240
21241 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
21242 Author: gnusercn <gnusercn@gmail.com>
21243 Date:   Wed Oct 8 18:58:58 2008 +0200
21244
21245     Fix bug: in arch-arm, env_get_char dose not work fine
21246
21247     due to the arm implementation which supposed that U-Boot is in RAM
21248     when we jump to start_armboot
21249
21250     Signed-off-by: gnusercn <gnusercn@gmail.com>
21251     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21252
21253 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
21254 Author: Adam Graham <agraham@amcc.com>
21255 Date:   Mon Oct 6 10:16:13 2008 -0700
21256
21257     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
21258
21259     After changing SDRAM_CLKTR phase value rerun the memory preload
21260     initialization sequence (INITPLR) to reset and relock the memory
21261     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
21262     adjustment effects the phase relationship of the internal, to the
21263     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
21264
21265     Signed-off-by: Adam Graham <agraham@amcc.com>
21266     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
21267     Signed-off-by: Stefan Roese <sr@denx.de>
21268
21269 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
21270 Author: Haiying Wang <Haiying.Wang@freescale.com>
21271 Date:   Fri Oct 3 11:48:03 2008 -0400
21272
21273     Remove redundant #define for MPC8536DS
21274
21275     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21276
21277 commit 445a7b38308eb05b41de74165b20855db58c7ee5
21278 Author: Haiying Wang <Haiying.Wang@freescale.com>
21279 Date:   Fri Oct 3 11:47:30 2008 -0400
21280
21281     Add ID EEPROM support for MPC8572DS
21282
21283     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
21284     system information like mac addresses etc. This patch enables it.
21285
21286     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21287
21288 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
21289 Author: Haiying Wang <Haiying.Wang@freescale.com>
21290 Date:   Fri Oct 3 11:46:59 2008 -0400
21291
21292     Minor fixes for I2C address on MPC8572DS
21293
21294     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
21295     according to the board spec, and adds the 2nd i2c bus offset.
21296
21297     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21298
21299 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
21300 Author: Jason Jin <Jason.jin@freescale.com>
21301 Date:   Sat Sep 27 14:40:57 2008 +0800
21302
21303     Fix the incorrect DDR clk freq reporting on 8536DS
21304
21305     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
21306     The display is still sync mode DDR freq. This patch try to fix
21307     this. The display DDR freq is now the actual freq in both
21308     sync and async mode.
21309
21310     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21311
21312 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
21313 Author: Kumar Gala <galak@kernel.crashing.org>
21314 Date:   Tue Oct 7 10:28:46 2008 -0500
21315
21316     85xx: Remove setting of *cache-line-size in device trees
21317
21318     ePAPR says if the *cache-block-size is the same as *cache-line-size
21319     than we don't need the *cache-line-size property.
21320
21321     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21322
21323 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
21324 Author: Mark Jackson <mpfj@mimc.co.uk>
21325 Date:   Fri Oct 3 11:48:57 2008 +0100
21326
21327     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
21328
21329     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
21330     Also fixed default uImage location.
21331
21332     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
21333     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21334
21335 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
21336 Author: Gerald Van Baren <vanbaren@cideas.com>
21337 Date:   Sat Oct 4 07:56:06 2008 -0400
21338
21339     libfdt: Fix error in documentation for fdt_get_alias_namelen()
21340
21341     Oops, screwed up the function name in the documenting comment for this
21342     function.  Trivial correction in this patch.
21343
21344     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21345     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
21346
21347 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
21348 Author: David Gibson <david@gibson.dropbear.id.au>
21349 Date:   Wed Aug 20 16:55:14 2008 +1000
21350
21351     libfdt: Add function to explicitly expand aliases
21352
21353     Kumar has already added alias expansion to fdt_path_offset().
21354     However, in some circumstances it may be convenient for the user of
21355     libfdt to explicitly get the string expansion of an alias.  This patch
21356     adds a function to do this, fdt_get_alias(), and uses it to implement
21357     fdt_path_offset().
21358
21359     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21360
21361 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
21362 Author: Mike Frysinger <vapier@gentoo.org>
21363 Date:   Thu Oct 2 01:55:38 2008 -0400
21364
21365     cfi_flash: do not reset flash when probe fails
21366
21367     The CFI flash driver starts at flash_init() which calls down into
21368     flash_get_size().  This starts by calling flash_detect_cfi().  If said
21369     function fails, flash_get_size() finishes by attempting to reset the
21370     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
21371     which filters down into flash_make_cmd() and that happily smashes the
21372     stack by sticking info->portwidth bytes into a cfiword_t variable that
21373     lives on the stack.  On a 64bit system you probably won't notice, but
21374     killing the last 8 bytes on a 32bit system usually leads to a corrupt
21375     return address.  Which is what happens on a Blackfin system.
21376
21377     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21378     Signed-off-by: Stefan Roese <sr@denx.de>
21379
21380 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
21381 Author: Stefan Roese <sr@denx.de>
21382 Date:   Fri Sep 26 17:03:26 2008 +0200
21383
21384     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
21385
21386     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
21387     Without this, the chosen node is not overwritten if it already
21388     exists.
21389
21390     Signed-off-by: Stefan Roese <sr@denx.de>
21391
21392 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
21393 Author: Jon Loeliger <jdl@freescale.com>
21394 Date:   Thu Sep 25 11:02:17 2008 -0500
21395
21396     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
21397
21398     Using Gcc 4.3 detected this problem:
21399
21400         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
21401         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
21402         occur when assuming that (X + c) < X is always false
21403
21404     To fix the problem, treat the offset as an unsigned int.
21405
21406     The problem report and proposed fix were provided
21407     by Steve Papacharalambous <stevep@freescale.com>.
21408
21409     Signed-off-by: Jon Loeliger <jdl@freescale.com>
21410
21411 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
21412 Author: David Gibson <david@gibson.dropbear.id.au>
21413 Date:   Fri Aug 29 14:19:13 2008 +1000
21414
21415     libfdt: Fix bugs in fdt_get_path()
21416
21417     The current implementation of fdt_get_path() has a couple of bugs,
21418     fixed by this patch.
21419
21420     First, contrary to its documentation, on success it returns the length
21421     of the node's path, rather than 0.  The testcase is correspondingly
21422     wrong, and the patch fixes this as well.
21423
21424     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
21425     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
21426     Specifically this happens when there is insufficient space even to
21427     hold the path's second last component.  This behaviour is corrected,
21428     and the testcase updated to check it.
21429
21430     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21431
21432 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
21433 Author: Wolfgang Denk <wd@denx.de>
21434 Date:   Wed Oct 1 12:34:58 2008 +0200
21435
21436     TQM5200: enable support for ATAPI devices
21437
21438     Signed-off-by: Wolfgang Denk <wd@denx.de>
21439
21440 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
21441 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21442 Date:   Mon Sep 15 05:48:25 2008 +0200
21443
21444     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
21445
21446     we need this due to the arm implementation which supposed that U-Boot
21447     is in RAM when we jump to start_armboot
21448
21449     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
21450     in order to do it for all arm board
21451
21452     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21453
21454 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
21455 Author: Kim Phillips <kim.phillips@freescale.com>
21456 Date:   Wed Sep 24 08:46:25 2008 -0500
21457
21458     mpc83xx: don't disable autoboot
21459
21460     bootdelay set to -1 'permanently' disables autobooting, even if
21461     bootcmd is specified.  Change to a positive value to allow
21462     autobooting when a bootcmd is set.
21463
21464     Reported-by: Coray Tate <Coray.Tate@freescale.com>
21465     Cc: Scott Wood <scottwood@freescale.com>
21466     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21467
21468 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
21469 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21470 Date:   Wed Sep 24 10:42:15 2008 +0900
21471
21472     mpc83xx: Fix typo in include/mpc83xx.h
21473
21474     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
21475
21476     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21477     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21478
21479 commit 162c41c03179727a1d14262f703c9a8bc40231fa
21480 Author: Kim Phillips <kim.phillips@freescale.com>
21481 Date:   Tue Sep 23 09:38:49 2008 -0500
21482
21483     mpc83xx: add h/w flash protection to board configs
21484
21485     the operating system may leave flash in a h/w locked state after writing.
21486     This allows u-boot to continue to write flash by enabling h/w unlocking
21487     by default.
21488
21489     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21490
21491 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
21492 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21493 Date:   Thu Sep 11 21:35:36 2008 +0400
21494
21495     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
21496
21497     The spd_dram code shifts the base address, then masks 20 bits, but
21498     forgets to shift the base address back. Fix this by just masking the
21499     base address correctly.
21500
21501     Found this bug while trying to relocate a DDR memory at the base != 0.
21502
21503     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21504     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21505
21506 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
21507 Author: Stefan Roese <sr@denx.de>
21508 Date:   Mon Sep 22 16:10:43 2008 +0200
21509
21510     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
21511
21512     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
21513     either one PCIe node or the SATA node in the device tree blob. This
21514     patch removes the unnecessary and even confusing warning, when the node
21515     is not found at all.
21516
21517     Signed-off-by: Stefan Roese <sr@denx.de>
21518
21519 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
21520 Author: Remy Bohmer <linux@bohmer.net>
21521 Date:   Fri Sep 19 13:30:06 2008 +0200
21522
21523     Add missing device types to dev_print() in part.c
21524
21525     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21526
21527 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
21528 Author: Wolfgang Denk <wd@denx.de>
21529 Date:   Mon Sep 22 22:23:06 2008 +0200
21530
21531     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
21532     eventually leads to a machine check. This change assures that DPRAM
21533     is allocated only once in that case.
21534
21535     Signed-off-by: Gary Jennejohn <garyj@denx.de>
21536     Signed-off-by: Wolfgang Denk <wd@denx.de>
21537
21538 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
21539 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
21540 Date:   Wed Sep 17 17:57:34 2008 +0200
21541
21542     Fix Spartan-3 definitions.
21543
21544     A few Spartan-3 definitions erroneously use Spartan-3E size
21545     constants. This patch fixes them.
21546
21547     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
21548
21549 commit 28113e1f0da4146b823ffce37680d31d5685a60b
21550 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
21551 Date:   Wed Sep 17 17:41:58 2008 +0200
21552
21553     Remove duplicate Spartan-3E definition.
21554
21555     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
21556     Signed-off-by: Wolfgang Denk <wd@denx.de>
21557
21558 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
21559 Author: Anatolij Gustschin <agust@denx.de>
21560 Date:   Wed Sep 17 13:46:17 2008 +0200
21561
21562     socrates: change default mtest address range
21563
21564     Running mtest command on socrates without specifying
21565     an address range crashes the board. This patch changes
21566     default mtest address range to prevent this behavior.
21567
21568     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21569
21570 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
21571 Author: Anatolij Gustschin <agust@denx.de>
21572 Date:   Wed Sep 17 12:34:45 2008 +0200
21573
21574     socrates: fix crash after relocation
21575
21576     Currently U-Boot crashes after relocation to RAM.
21577     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
21578     register to READ_LAT + 1 (to the value it was before
21579     conversion of socrates to new DDR code) fixes the
21580     problem.
21581
21582     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21583
21584 commit 562788b0a303f3528b920d81f547f5ca77ba528e
21585 Author: Anatolij Gustschin <agust@denx.de>
21586 Date:   Wed Sep 17 11:45:51 2008 +0200
21587
21588     socrates: fix SPD EEPROM address
21589
21590     Commit be0bd8234b9777ecd63c4c686f72af070d886517
21591     changed SPD EEPROM address to 0x51 and DDR SDRAM
21592     detection stopped working. Change this address
21593     back to 0x50.
21594
21595     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21596
21597 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
21598 Author: Stefan Roese <sr@denx.de>
21599 Date:   Mon Sep 22 11:06:50 2008 +0200
21600
21601     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
21602
21603     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
21604
21605     Signed-off-by: Stefan Roese <sr@denx.de>
21606
21607 commit e58c41e26cf3c8accd60311be579f452e368e97e
21608 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21609 Date:   Thu Sep 18 20:13:08 2008 +0900
21610
21611     usb: Fix compile warning of r8a66597-hcd
21612
21613     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21614     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21615
21616 commit b5d10a13525c07ec6374adf840d7c87553b5f189
21617 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21618 Date:   Thu Sep 18 19:34:36 2008 +0900
21619
21620     sh: Fix compile warning
21621
21622     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21623
21624 commit 4a065abf926f128beb36d93449defa0d690e7fef
21625 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21626 Date:   Thu Sep 18 19:04:26 2008 +0900
21627
21628     sh: Add support watchdog for SH4A core
21629
21630     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
21631     And fix some compile warning.
21632
21633     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21634
21635 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
21636 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21637 Date:   Wed Sep 17 11:45:26 2008 +0900
21638
21639     sh: Fix typo in SH serial driver
21640
21641     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21642     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21643
21644 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
21645 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21646 Date:   Wed Sep 17 11:08:36 2008 +0900
21647
21648     sh: Add support any page size and empty_zero_page to SH Linux uImage
21649
21650     Old U-Boot supported 4KB page size only. If this version, Linux
21651     kernel can not get command line from U-Boot.
21652     SH Linux kernel can change page size and empty_zero_page.
21653     This patch support this function and fix promlem.
21654
21655     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21656     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21657
21658 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
21659 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21660 Date:   Thu Aug 28 13:40:52 2008 +0900
21661
21662     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
21663
21664     Add function of smc911x, pkt_data_pull and pkt_data_push.
21665
21666     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21667     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21668
21669 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
21670 Author: Wolfgang Denk <wd@denx.de>
21671 Date:   Thu Sep 18 13:57:32 2008 +0200
21672
21673     ADS5121: fix typo in "rootpath" default setting
21674
21675     Signed-off-by: Wolfgang Denk <wd@denx.de>
21676
21677 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
21678 Author: Remy Bohmer <linux@bohmer.net>
21679 Date:   Tue Sep 16 14:55:44 2008 +0200
21680
21681     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
21682
21683     There are several differences between Linux, Windows and U-boot for initialising the
21684     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
21685     things really different, and some are wrong (compared to the USB standard).
21686
21687     This patch fixes some errors:
21688     * The NEW_init procedure that was already in the code is good, while the old procedure
21689       is wrong. See code comments for more info.
21690     * On a Control request the data returned by the device can be more than 8 bytes, while
21691       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
21692       This results in a lot of USB sticks not being recognised, and the transmission ended
21693       frequently with a CTL:TIMEOUT Error.
21694     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
21695
21696     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21697     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21698
21699 commit 6f5794a6f78b313231256958fd73673c6aacc116
21700 Author: Remy Bohmer <linux@bohmer.net>
21701 Date:   Tue Sep 16 14:55:43 2008 +0200
21702
21703     Refactoring parts of the common USB OHCI code
21704
21705     This patch refactors some large routines of the USB OHCI code by
21706     making some routines smaller and more readable which helps
21707     debugging and understanding the code. (Makes the code looks
21708     somewhat more like the Linux implementation.)
21709
21710     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
21711
21712     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21713     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21714
21715 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
21716 Author: Remy Bohmer <linux@bohmer.net>
21717 Date:   Tue Sep 16 14:55:42 2008 +0200
21718
21719     Fix for USB sticks not working on ARM while using GCC 4.x compilers
21720
21721     The GCC-compiler makes an optimisation error while optimising the routine
21722     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
21723     but there lots of compilers out there that makes this error, that it is
21724     probably wiser to workaround it in U-boot itself.
21725
21726     What happens is that the register r3 is used as loop-counter 'i', but gets
21727     overwritten later on. From there it starts using register r3 for several other
21728     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
21729
21730     This error occurs on at least several versions of Code Sourcery Lite compilers
21731     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
21732     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
21733
21734     We work around it by splitting up this routine in 2 parts, and making sure that
21735     the split out part is NOT inlined any longer. This will make GCC spit out assembler
21736     that do not show this problem. Another possibility is to adapt the Makefile to stop
21737     optimisation for the complete file. I think this solution is nicer.
21738
21739     Signed-off-by: Remy Bohmer <linux@bohmer.net>
21740     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21741
21742 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
21743 Author: Wolfgang Denk <wd@denx.de>
21744 Date:   Wed Sep 17 10:17:55 2008 +0200
21745
21746     Coding style cleanup; update CHANEGLOG
21747
21748     Signed-off-by: Wolfgang Denk <wd@denx.de>
21749
21750 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
21751 Author: Victor Gallardo <vgallardo@amcc.com>
21752 Date:   Tue Sep 16 06:59:13 2008 -0700
21753
21754     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
21755
21756     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
21757     Signed-off-by: Adam Graham <agraham@amcc.com>
21758     Signed-off-by: Stefan Roese <sr@denx.de>
21759
21760 commit ce47eb402c5e29a025399dc282246414fc492940
21761 Author: Peter Tyser <ptyser@xes-inc.com>
21762 Date:   Tue Sep 16 10:04:47 2008 -0500
21763
21764     Support for multiple SGMII/TBI interfaces for TSEC ethernet
21765
21766     Fix TBI PHY accesses to use the proper offset in CPU register space. The
21767     previous code would incorrectly access the TBI PHY by reading/writing to CPU
21768     register space at the same location as would be used to access external PHYs.
21769
21770     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21771     Acked-by: Andy Fleming <afleming@freescale.com>
21772
21773 commit 7c803be2eb3cae245dedda438776e08fb122250f
21774 Author: Wolfgang Denk <wd@denx.de>
21775 Date:   Tue Sep 16 18:02:19 2008 +0200
21776
21777     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
21778
21779     After switching to using the CFI flash driver, the correct remapping
21780     of the flash banks was forgotten.
21781
21782     Also, some boards were not adapted, and the old legacy flash driver
21783     was not removed yet.
21784
21785     Signed-off-by: Wolfgang Denk <wd@denx.de>
21786
21787 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
21788 Author: Wolfgang Denk <wd@denx.de>
21789 Date:   Sun Sep 14 00:59:35 2008 +0200
21790
21791     Prepare v2008.10-rc2
21792
21793     Signed-off-by: Wolfgang Denk <wd@denx.de>
21794
21795 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
21796 Author: Wolfgang Denk <wd@denx.de>
21797 Date:   Sat Sep 13 02:23:05 2008 +0200
21798
21799     Coding style cleanup, update CHANGELOG
21800
21801     Signed-off-by: Wolfgang Denk <wd@denx.de>
21802
21803 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
21804 Author: Peter Tyser <ptyser@xes-inc.com>
21805 Date:   Wed Sep 10 09:18:34 2008 -0500
21806
21807     Update mailing list email and archive addresses
21808
21809     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21810
21811 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
21812 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
21813 Date:   Thu Sep 11 15:40:01 2008 +0200
21814
21815     85xx: socrates: autoprobe Lime chip
21816
21817     This patch is an attempt to implement autoprobing for the Lime
21818     presence on the bus.
21819     Configure GPCM for Lime CS2 and try to access chip ID registers.
21820     Second read atempt delivers register values if the chip is present.
21821
21822     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21823
21824 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
21825 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
21826 Date:   Thu Sep 11 15:40:01 2008 +0200
21827
21828     85xx: socrates: Add support for new image format.
21829
21830     Signed-off-by: Detlev Zundel <dzu@denx.de>
21831
21832 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
21833 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21834 Date:   Thu Sep 11 17:28:18 2008 +0900
21835
21836     sh: Fix compile error for r2dplus
21837
21838     netdev.h was not include by r2dplus.
21839
21840     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21841
21842 commit 56844a22b76c719e600047e23b80465a44d76abd
21843 Author: Heiko Schocher <hs@denx.de>
21844 Date:   Thu Sep 11 08:11:23 2008 +0200
21845
21846     powerpc: Fix bootm to boot up again with a Ramdisk
21847
21848     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
21849     and this stopped Linux from booting with a Ramdisk. This patch fixes
21850     this, by deleting the useless dummy mem reservation.
21851
21852     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
21853     added to of_size, so we dont need anymore a dummy mem reservation.
21854
21855     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
21856     system (=0x44 bytes) and rounded it up to 0x80).
21857
21858     Signed-off-by: Heiko Schocher <hs@denx.de>
21859     Acked-by: Kumar Gala <galak@kernel.crashing.org>
21860
21861 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
21862 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21863 Date:   Mon Sep 8 02:46:13 2008 +0200
21864
21865     Add support for LZMA uncompression algorithm.
21866
21867     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21868     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21869
21870 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
21871 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21872 Date:   Fri Jun 27 23:04:20 2008 +0400
21873
21874     fsl_elbc_nand: ecclayout cleanups
21875
21876     This patch deletes oobavail assignments, they're calculated by the nand
21877     core code in nand_scan_tail, plus current oobavail values are wrong for
21878     the LP NANDs.
21879
21880     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21881     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
21882     Signed-off-by: Scott Wood <scottwood@freescale.com>
21883
21884 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
21885 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21886 Date:   Fri Jun 27 23:04:13 2008 +0400
21887
21888     fsl_elbc_nand: implement support for flash-based BBT
21889
21890     This patch implements support for flash-based BBT for chips working
21891     through ELBC NAND controller, so that NAND core will not have to re-scan
21892     for bad blocks on every boot.
21893
21894     Because ELBC controller may provide HW-generated ECCs we should adjust
21895     bbt pattern and bbt version positions in the OOB free area.
21896
21897     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21898     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
21899     Signed-off-by: Scott Wood <scottwood@freescale.com>
21900
21901 commit 97ae023648e764f794ffb9c52da109d6caf09c47
21902 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21903 Date:   Fri Jun 27 23:04:04 2008 +0400
21904
21905     fsl_elbc_nand: fix OOB workability for large page NAND chips
21906
21907     For large page chips, nand_bbt is looking into OOB area, and checking
21908     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
21909     reserved for bbt means.
21910
21911     But ELBC driver is specifying ecclayout so that oobfree area starts at
21912     offset 1, so only one byte left for the bbt purposes.
21913
21914     This causes problems with any OOB users, namely JFFS2: after first mount
21915     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
21916
21917       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
21918       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
21919       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
21920       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
21921
21922     And on the next boot, NAND core will rescan for bad blocks, then will
21923     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
21924
21925     To fix the issue we should implement our own bad block pattern: just one
21926     byte at OOB start. Though, this will work only for x8 chips. For x16
21927     chips two bytes must be checked. Since ELBC driver does not support x16
21928     NANDs (yet), we're safe for now.
21929
21930     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21931     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
21932     Signed-off-by: Scott Wood <scottwood@freescale.com>
21933
21934 commit 7238ada313057a85409485b8ee21515dc10c07a5
21935 Author: Wolfgang Denk <wd@denx.de>
21936 Date:   Fri Sep 12 13:52:21 2008 +0200
21937
21938     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
21939
21940     Signed-off-by: Wolfgang Denk <wd@denx.de>
21941
21942 commit b18410e508a12ba0a177dfc2a386857c806fa96d
21943 Author: Stefan Roese <sr@denx.de>
21944 Date:   Thu Sep 11 13:05:56 2008 +0200
21945
21946     ppc4xx: Enable device tree (FDT) support in zeus board port
21947
21948     Signed-off-by: Stefan Roese <sr@denx.de>
21949
21950 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
21951 Author: Stefan Roese <sr@denx.de>
21952 Date:   Wed Sep 10 16:53:47 2008 +0200
21953
21954     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
21955
21956     This patch fixes a problem introdiced with patch
21957     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
21958     initdram()].
21959
21960     The boards affected are:
21961     - PCI405
21962     - PPChameleonEVB
21963     - quad100hd
21964     - taihu
21965     - zeus
21966
21967     Signed-off-by: Stefan Roese <sr@denx.de>
21968
21969 commit 61737c59a3285f6fadf96a5836879898c04ec28d
21970 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21971 Date:   Thu Sep 11 19:41:26 2008 -0400
21972
21973     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
21974
21975     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21976     Signed-off-by: Stefan Roese <sr@denx.de>
21977
21978 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
21979 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21980 Date:   Thu Sep 11 19:41:25 2008 -0400
21981
21982     ppc4xx: Fix compilation of v5fx30teval_flash
21983
21984     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21985     Signed-off-by: Stefan Roese <sr@denx.de>
21986
21987 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
21988 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21989 Date:   Wed Sep 10 17:44:30 2008 -0400
21990
21991     ppc4xx: Fix in-tree build for ppc440-generic boards
21992
21993     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21994     Signed-off-by: Stefan Roese <sr@denx.de>
21995
21996 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
21997 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21998 Date:   Fri Sep 12 02:20:47 2008 +0200
21999
22000     ARM: synchronize mach-types.h with linux 2.6.27-rc6
22001
22002     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22003
22004 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
22005 Author: Jens Scharsig <esw@bus-elektronik.de>
22006 Date:   Fri Sep 12 02:20:47 2008 +0200
22007
22008     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
22009
22010     This patch prevents linker error on AT91RM9200 boards, if
22011     CONFIG_CMD_I2_TREE is set.
22012     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
22013
22014     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
22015
22016 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
22017 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22018 Date:   Fri Sep 12 02:20:47 2008 +0200
22019
22020     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
22021
22022     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
22023
22024     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22025
22026 commit 03db53335c8eba656a7c44d1555b1a4514383e33
22027 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22028 Date:   Fri Sep 12 02:20:46 2008 +0200
22029
22030     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
22031
22032     __ARM__ is given by arm_config.mk automatically.
22033
22034     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22035
22036 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
22037 Author: Claudio Scordino <claudio@evidence.eu.com>
22038 Date:   Fri Sep 12 02:20:46 2008 +0200
22039
22040     Fix MACH_TYPE for the AT91RM9200DK board.
22041
22042     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
22043
22044 commit 274737e5eb25b2bcd3af3a96da923effd543284f
22045 Author: Andrew Dyer <adyer@righthandtech.com>
22046 Date:   Fri Sep 12 02:20:46 2008 +0200
22047
22048     i.mx change get_timer(base) to return time since base
22049
22050     This patch changes get_timer() for i.MX to return the time since
22051     'base' instead of the time since the counter was at zero.
22052
22053     Symptom seen is flash timeout errors when erasing or programming a
22054     sector using the common cfi flash code.
22055
22056     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
22057
22058 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
22059 Author: Andrew Dyer <adyer@righthandtech.com>
22060 Date:   Fri Sep 12 02:20:46 2008 +0200
22061
22062     i.MX use u-boot baud rate and don't assume UART master clock
22063
22064     1) Change the i.MX serial driver to use the baud rate set in the
22065      u-boot environment
22066
22067     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
22068
22069     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
22070      one to clear" like other status bits in the reg.)
22071
22072     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
22073
22074 commit 6e1551a870d360805b9d172dc56d935064abe71d
22075 Author: Andrew Dyer <adyer@righthandtech.com>
22076 Date:   Fri Sep 12 02:20:46 2008 +0200
22077
22078     arm920t fix constant error in start.S
22079
22080     Code in cpu/arm920t/start.S will die with a compilation error if
22081     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
22082     the ARM sub instruction.  Change the code so that each is subtracted
22083     independently to avoid the error.
22084
22085     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
22086
22087 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
22088 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22089 Date:   Fri Sep 12 02:20:40 2008 +0200
22090
22091     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
22092
22093     - Correct Invalid #define of MPUTIM_PTV_MASK for
22094        omap1510 & omap730 register definition
22095
22096      MPUTIM_PTV_MASK is defined as
22097      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
22098
22099      while it should have been
22100      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
22101
22102     - Below Patch corrects the same
22103
22104     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
22105
22106 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
22107 Author: Adrian Filipi <adrian.filipi@eurotech.com>
22108 Date:   Fri Jul 18 11:52:02 2008 -0400
22109
22110     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
22111
22112     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
22113
22114 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
22115 Author: Guennadi Liakhovetski <lg@denx.de>
22116 Date:   Thu Aug 28 12:25:11 2008 +0200
22117
22118     i.MX31: document timer precision option
22119
22120     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22121
22122 commit 1a6337b01351b82a45b0defa76f08744511c580b
22123 Author: Magnus Lilja <lilja.magnus@gmail.com>
22124 Date:   Fri Aug 29 10:36:18 2008 +0200
22125
22126     i.MX31: Make the SPI bus and chip select configurable for MC13783
22127
22128     The i.MX31 has three SPI buses and each bus has several chip selects
22129     and the MC13783 chip can be connected to any of these. The current
22130     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
22131
22132     This patch makes make MC13783 SPI bus and chip select configurable
22133     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
22134
22135     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
22136
22137 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
22138 Author: Magnus Lilja <lilja.magnus@gmail.com>
22139 Date:   Fri Aug 29 10:36:17 2008 +0200
22140
22141     i.MX31: Add reset_timer() and modify get_timer_masked().
22142
22143     This patch adds the reset_timer() function (needed by nand_base.c) and
22144     modifies the get_timer_masked() to work in the same way as the omap24xx
22145     function.
22146
22147     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
22148
22149 commit deeec4991a55de243787002ede24d2331d234fc8
22150 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22151 Date:   Wed Sep 10 22:48:09 2008 +0200
22152
22153     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
22154
22155     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22156
22157 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
22158 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22159 Date:   Wed Sep 10 22:48:09 2008 +0200
22160
22161     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
22162
22163     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22164
22165 commit 0e8d158664a913392cb01fb11a948d83f72e105e
22166 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22167 Date:   Wed Sep 10 22:48:06 2008 +0200
22168
22169     rename CFG_ENV macros to CONFIG_ENV
22170
22171     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22172
22173 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
22174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22175 Date:   Wed Sep 10 22:48:05 2008 +0200
22176
22177     nvedit: rename error comment to CONFIG_ENV_IS_IN_
22178
22179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22180
22181 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
22182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22183 Date:   Wed Sep 10 22:48:05 2008 +0200
22184
22185     cmd_mem: Move conditional compilation to Makefile
22186
22187     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22188
22189 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
22190 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22191 Date:   Wed Sep 10 22:48:05 2008 +0200
22192
22193     move cmd_get_data_size to command.c
22194
22195     add CMD_DATA_SIZE macro to enable it
22196
22197     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22198
22199 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
22200 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22201 Date:   Wed Sep 10 22:48:04 2008 +0200
22202
22203     env_flash: Move conditional compilation to Makefile
22204
22205     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22206
22207 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
22208 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22209 Date:   Wed Sep 10 22:48:04 2008 +0200
22210
22211     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
22212
22213     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22214
22215 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
22216 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22217 Date:   Wed Sep 10 22:48:03 2008 +0200
22218
22219     cleanup use of CFG_ENV_IS_IN_FLASH
22220
22221     - #if CFG_ENV_IS_IN_FLASH
22222     - #if (CFG_ENV_IS_IN_FLASH == 1)
22223     - #define CFG_ENV_IS_IN_FLASH 0
22224
22225     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22226
22227 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
22228 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22229 Date:   Wed Sep 10 22:48:01 2008 +0200
22230
22231     rename environment.c in env_embedded.c to reflect is functionality
22232
22233     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22234
22235 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
22236 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22237 Date:   Wed Sep 10 22:48:01 2008 +0200
22238
22239     env_nowhere: Move conditional compilation to Makefile
22240
22241     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22242
22243 commit 93f6d72544da4510a146bc4c93d609b0116cde37
22244 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22245 Date:   Wed Sep 10 22:48:00 2008 +0200
22246
22247     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
22248
22249     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22250
22251 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
22252 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22253 Date:   Wed Sep 10 22:48:00 2008 +0200
22254
22255     env_sf: Move conditional compilation to Makefile
22256
22257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22258
22259 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
22260 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22261 Date:   Wed Sep 10 22:48:00 2008 +0200
22262
22263     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
22264
22265     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22266
22267 commit 55c5f49910ec8225347aa1d211352a84de6649b4
22268 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22269 Date:   Wed Sep 10 22:48:00 2008 +0200
22270
22271     env_onenand: Move conditional compilation to Makefile
22272
22273     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22274
22275 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
22276 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22277 Date:   Wed Sep 10 22:47:59 2008 +0200
22278
22279     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
22280
22281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22282
22283 commit 957a0e69575683efd70ace147746bbb3d8e7c501
22284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22285 Date:   Wed Sep 10 22:47:59 2008 +0200
22286
22287     env_nvram: Move conditional compilation to Makefile
22288
22289     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22290
22291 commit 9314cee6917444ab88bd4e758da7a30975120187
22292 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22293 Date:   Wed Sep 10 22:47:59 2008 +0200
22294
22295     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
22296
22297     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22298
22299 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
22300 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22301 Date:   Wed Sep 10 22:47:59 2008 +0200
22302
22303     env_nand: Move conditional compilation to Makefile
22304
22305     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22306
22307 commit 51bfee192099206a4397f15f3b93516e01f58ab0
22308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22309 Date:   Wed Sep 10 22:47:58 2008 +0200
22310
22311     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
22312
22313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22314
22315 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
22316 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22317 Date:   Wed Sep 10 22:47:58 2008 +0200
22318
22319     env_dataflash: Move conditional compilation to Makefile
22320
22321     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22322
22323 commit 057c849c45b9ee19df8ff3acdeee66be52819962
22324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22325 Date:   Wed Sep 10 22:47:58 2008 +0200
22326
22327     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
22328
22329     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22330
22331 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
22332 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22333 Date:   Wed Sep 10 22:47:52 2008 +0200
22334
22335     cmd_eeprom: Move conditional compilation to Makefile
22336
22337     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22338
22339 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
22340 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22341 Date:   Fri Sep 5 09:19:54 2008 +0200
22342
22343     env_eeprom: Move conditional compilation to Makefile
22344
22345     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22346
22347 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
22348 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22349 Date:   Fri Sep 5 09:19:30 2008 +0200
22350
22351     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
22352
22353     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22354
22355 commit 32628c5008105a732212003d83b75f05e5243bb2
22356 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22357 Date:   Sat Aug 30 23:54:58 2008 +0200
22358
22359     cmd_mac: Move conditional compilation to Makefile
22360
22361     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
22362     start in commit ad8f8687b78c3e917b173f038926695383c55555
22363
22364     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22365
22366 commit e5648acab153f0f429bfc714902c5aaa7879f71b
22367 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22368 Date:   Sat Aug 30 23:47:41 2008 +0200
22369
22370     cmd_fdc: Move conditional compilation to Makefile
22371
22372     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22373
22374 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
22375 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22376 Date:   Sat Aug 30 23:47:38 2008 +0200
22377
22378     common/Makefile: add core command section
22379
22380     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22381
22382 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
22383 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22384 Date:   Sat Aug 30 23:29:57 2008 +0200
22385
22386     cmd_vfd: Move conditional compilation to Makefile
22387
22388     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22389
22390 commit 6644641d072aee3087da129d8443187196a4d8a9
22391 Author: Scott Wood <scottwood@freescale.com>
22392 Date:   Wed Sep 10 11:48:49 2008 -0500
22393
22394     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
22395
22396     This is part of the switch to newer upstream MTD code.
22397
22398     Signed-off-by: Scott Wood <scottwood@freescale.com>
22399
22400 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
22401 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22402 Date:   Sat Aug 30 17:06:55 2008 -0400
22403
22404     ARM DaVinci: Fix broken HW ECC for large page NAND.
22405
22406     Based on original patch by Bernard Blackham <bernard@largestprime.net>
22407
22408     U-boot's HW ECC support for large page NAND on Davinci is completely
22409     broken.  Some kernels, such as the 2.6.10 one supported by
22410     MontaVista for DaVinci, rely upon this broken behaviour as they
22411     share the same code for ECCs. In the existing scheme, error
22412     detection *might* work on large page, but error correction
22413     definitely does not.  Small page ECC correction works, but the
22414     format is not compatible with the mainline git kernel.
22415
22416     This patch adds ECC code that matches what is currently in the
22417     Davinci git repository (since NAND support was added in 2.6.24).
22418     This makes the ECC and OOB layout written by u-boot compatible with
22419     Linux for both small page and large page devices and fixes ECC
22420     correction for large page devices.
22421
22422     The old behaviour can be restored by defining the macro
22423     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
22424
22425     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
22426     Acked-by: Sergey Kubushyn <ksi@koi8.net>
22427     Signed-off-by: Scott Wood <scottwood@freescale.com>
22428
22429 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
22430 Author: Heiko Schocher <hs@denx.de>
22431 Date:   Wed Sep 10 11:15:28 2008 +0200
22432
22433     muas3001: update BR4 settings
22434
22435     Also set up the port pins for using I2C.
22436
22437     Signed-off-by: Heiko Schocher <hs@denx.de>
22438
22439 commit 3591293509e0c0bcf244b0f974775bff2e25697e
22440 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
22441 Date:   Wed Sep 10 09:43:49 2008 +0300
22442
22443     autoscr: Fix one-character lines and non-newline terminated scripts
22444
22445     When not using hush, the autoscr command now executes lines that are
22446     only one character long. It also runs the last line of scripts even if
22447     it does not end in a newline.
22448
22449     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
22450
22451 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
22452 Author: Victor Gallardo <vgallardo@amcc.com>
22453 Date:   Tue Sep 9 15:13:29 2008 -0700
22454
22455     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
22456
22457     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
22458     and glacier.
22459
22460     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
22461
22462 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
22463 Author: Heiko Schocher <hs@denx.de>
22464 Date:   Mon Sep 8 10:21:11 2008 +0200
22465
22466     muas3001: added support for the LM75 sensor.
22467
22468     Signed-off-by: Heiko Schocher <hs@denx.de>
22469
22470 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
22471 Author: Heiko Schocher <hs@denx.de>
22472 Date:   Mon Sep 8 10:20:19 2008 +0200
22473
22474     muas3001: activate WDT for the muas3001 board.
22475
22476     Signed-off-by: Heiko Schocher <hs@denx.de>
22477
22478 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
22479 Author: Heiko Schocher <hs@denx.de>
22480 Date:   Mon Sep 8 10:19:36 2008 +0200
22481
22482     muas3001: added 64MB SDRAM autodetection.
22483
22484     Signed-off-by: Heiko Schocher <hs@denx.de>
22485
22486 commit 5251469943895de4bb9a04d5053352cc22acb7d5
22487 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
22488 Date:   Thu Aug 21 07:12:26 2008 -0700
22489
22490     Fix printf errors under -DDEBUG
22491
22492     Fix printf format-string/arg mismatches under -DDEBUG.
22493
22494     These warnings occur with DEBUG defined for a platform using
22495     cpu/mpc85xx.  Users of other architectures can unearth similar
22496     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
22497     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
22498
22499     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
22500     Signed-off-by: Andy Fleming <afleming@freescale.com>
22501
22502 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
22503 Author: Wolfgang Denk <wd@denx.de>
22504 Date:   Tue Sep 9 23:55:18 2008 +0200
22505
22506     Update CHANGELOG, prepare 2008-10-rc1 release
22507
22508     Signed-off-by: Wolfgang Denk <wd@denx.de>
22509
22510 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
22511 Author: Kumar Gala <galak@kernel.crashing.org>
22512 Date:   Mon Sep 8 08:51:29 2008 -0500
22513
22514     85xx: Ensure timebase is zero on secondary cores
22515
22516     The e500um says the timebase is volatile out of reset.  To ensure
22517     TB sync works we need to make sure its zero.
22518
22519     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22520
22521 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
22522 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22523 Date:   Tue Sep 9 22:18:24 2008 +0200
22524
22525     bootm_load_os: fix load_end debug message
22526
22527     print load_end value not pointer
22528
22529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22530
22531 commit 1d9af0be764960e6cc1c093e97176c3542796820
22532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22533 Date:   Tue Sep 9 22:18:23 2008 +0200
22534
22535     bootm: enable fdt support only on ppc, m68k and sparc
22536
22537     ...as done in image.c
22538
22539     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22540
22541 commit 748b5274e76f81df85cfcffaffedc323678d0623
22542 Author: Markus Heidelberg <markus.heidelberg@web.de>
22543 Date:   Tue Sep 9 18:51:05 2008 +0200
22544
22545     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
22546
22547     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
22548
22549 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
22550 Author: Markus Heidelberg <markus.heidelberg@web.de>
22551 Date:   Tue Sep 9 17:31:46 2008 +0200
22552
22553     gitignore: add tags files and Vim swap file
22554
22555     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
22556
22557 commit 1d9b67b23fca6a25154333733204339802510720
22558 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22559 Date:   Tue Sep 9 17:52:47 2008 +0900
22560
22561     add board_eth_init() for sh7785lcr board
22562
22563     Fix the problem that cannot work RTL8169 on sh7785lcr board.
22564
22565     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22566
22567 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
22568 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22569 Date:   Wed Aug 6 16:08:41 2008 -0500
22570
22571     mtd: SPI Flash: Support the STMicro Flash
22572
22573     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
22574     M25P40, M25P64, M25P80, M25P128.
22575
22576     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22577     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22578
22579 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
22580 Author: Wolfgang Denk <wd@denx.de>
22581 Date:   Tue Sep 9 17:55:31 2008 +0200
22582
22583     trab: fix build problem after change to use do_div()
22584
22585     We must link with libgeneric now.
22586
22587     Signed-off-by: Wolfgang Denk <wd@denx.de>
22588
22589 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
22590 Author: Ryan CHEN <ryan.chen@st.com>
22591 Date:   Wed Aug 20 13:00:17 2008 -0400
22592
22593     Correct drv_usb_kbd_init function
22594
22595     The patch is that check if usb_get_dev_index() function return valid
22596     pointer. If valid, continue. Otherwise return -1.
22597
22598     Signed-off-by: Ryan Chen <ryan.chen@st.com>
22599     Acked-by: Markus Klotzbuecher <mk@denx.de>
22600
22601 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
22602 Author: Remy Bohmer <linux@bohmer.net>
22603 Date:   Wed Aug 20 11:22:02 2008 +0200
22604
22605     Make usb-stop() safe to call multiple times in a row.
22606
22607     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
22608     enabled the usb_stop() command in common/cmd_bootm.c which was
22609     not enabled for some time, because no board did actually set the
22610     CFG_CMD_USB flag. So, now the usb_stop() is executed before
22611     loading the linux kernel.
22612
22613     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
22614     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
22615     If some other piece of code calls usb_stop() before the bootm command,
22616     this command will hangup the system during boot.
22617     (usb start and stop is typically used while booting from usb memory stick)
22618
22619     But, stopping the usb stack twice is useless anyway, and a flag already
22620     existed that kept track on the usb_init()/usb_stop() calls.
22621     So, we now check if the usb stack is really started before we stop it.
22622
22623     This problem is now fixed in both the upper as low-level layer.
22624
22625     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22626     Acked-by: Markus Klotzbuecher <mk@denx.de>
22627
22628 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
22629 Author: Wolfgang Denk <wd@denx.de>
22630 Date:   Tue Sep 9 16:55:47 2008 +0200
22631
22632     Makefile: fix bug introduced by commit 47ffd6c2
22633
22634 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
22635 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22636 Date:   Tue Sep 9 10:00:33 2008 -0400
22637
22638     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
22639
22640     This patch solves the problems compiling ml507, v5fx30teval and
22641     ppc440-generic out of tree.
22642
22643     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22644
22645 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
22646 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
22647 Date:   Thu Sep 4 15:35:46 2008 -0300
22648
22649     Fix dev_print when called from usb_stor_info (usb storage command)
22650
22651     Fix output of the usb storage command. It was printing "Device 0: not
22652     available" because IF_TYPE_USB was not included into the switch
22653     statement.
22654
22655     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
22656
22657 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
22658 Author: Bartlomiej Sieka <tur@semihalf.com>
22659 Date:   Tue Sep 9 12:58:16 2008 +0200
22660
22661     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
22662
22663     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22664
22665 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
22666 Author: Bartlomiej Sieka <tur@semihalf.com>
22667 Date:   Tue Sep 9 12:58:15 2008 +0200
22668
22669     FIT: add ability to check hashes of all images in FIT, improve output
22670
22671     - add function fit_all_image_check_hashes() that verifies if all
22672       hashes of all images in the FIT are valid
22673     - improve output of fit_image_check_hashes() when the hash check fails
22674
22675     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22676
22677 commit 1de1fa408967cef6804bb046b904114519bb36f0
22678 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22679 Date:   Mon Sep 8 20:54:39 2008 +0200
22680
22681     qemu_mips: Update linux bootm to support dynamic cmdline
22682
22683     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22684
22685 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
22686 Author: Peter Tyser <ptyser@xes-inc.com>
22687 Date:   Mon Sep 8 14:56:49 2008 -0500
22688
22689     Add support for booting of INTEGRITY operating system uImages
22690
22691     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22692
22693 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
22694 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22695 Date:   Mon Sep 8 21:01:29 2008 +0200
22696
22697     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
22698
22699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22700
22701 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
22702 Author: Kumar Gala <galak@kernel.crashing.org>
22703 Date:   Mon Sep 8 13:57:12 2008 -0500
22704
22705     Remove support for booting ARTOS images
22706
22707     Pantelis Antoniou stated:
22708         AFAIK, it is still used but the products using PPC are long gone.
22709         Nuke it plz (from orbit).
22710
22711     So remove it since it cleans up a usage of env_get_char outside of
22712     the environment code.
22713
22714     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22715
22716 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
22717 Author: Wolfgang Denk <wd@denx.de>
22718 Date:   Tue Sep 9 15:45:18 2008 +0200
22719
22720     Makefile: compile and link each module just once
22721
22722     Several source files need to be compiled and linked when one or more
22723     config options are selected. To allow for easy selection in the
22724     Makefiles yet to avoild multiple compilation (which costs build time)
22725     and especially multiple linking (which causes errors), we use
22726     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
22727
22728     By courtesy of Detlev Zundel who suggested this approach.
22729
22730     Signed-off-by: Wolfgang Denk <wd@denx.de>
22731
22732 commit 48d0192fe869948fef14b460b5f0c85bca933693
22733 Author: Andreas Engel <andreas.engel@ericsson.com>
22734 Date:   Mon Sep 8 14:30:53 2008 +0200
22735
22736     Moved conditional compile into Makefile
22737
22738     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
22739
22740 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
22741 Author: Andreas Engel <andreas.engel@ericsson.com>
22742 Date:   Mon Sep 8 10:17:31 2008 +0200
22743
22744     Merged serial_pl010.c and serial_pl011.c.
22745
22746     They only differ in the init function.
22747     This also adds the missing watchdog support for the PL011.
22748
22749     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
22750
22751 commit 0817d688f307ee2c0598e79175c94a40ce90337b
22752 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22753 Date:   Sun Sep 7 17:10:27 2008 -0400
22754
22755     Remove gap fill in srec object v2
22756
22757     SREC files do not need gap fill: The load address is specified in the
22758     file. On the other hand, it can't be avoided in a .bin object. It has
22759     no information about memory location.
22760
22761     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22762
22763 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
22764 Author: Markus Heidelberg <markus.heidelberg@web.de>
22765 Date:   Sun Sep 7 20:18:27 2008 +0200
22766
22767     README: fix missing subdirectory in the documentation
22768
22769     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
22770
22771 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
22772 Author: Graeme Russ <graeme.russ@gmail.com>
22773 Date:   Sun Sep 7 07:08:42 2008 +1000
22774
22775     Update i386 code (sc520_cdp)
22776
22777     Attempt to bring i386 / sc520 inline with master
22778
22779     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
22780
22781 commit 5608692104efa8d56df803dc79ea41ac3607eee5
22782 Author: Guennadi Liakhovetski <lg@denx.de>
22783 Date:   Thu Sep 4 13:01:49 2008 +0200
22784
22785     fw_env: add NAND support
22786
22787     Add support for environment in NAND with automatic NOR / NAND recognition,
22788     including unaligned environment, bad-block skipping, redundant environment
22789     copy.
22790
22791     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22792
22793 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
22794 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22795 Date:   Tue Sep 9 09:50:24 2008 +0200
22796
22797     ppc4xx: Fix out-of-tree building of CPCI405 variants
22798
22799     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22800     Acked-by: Stefan Roese <sr@denx.de>
22801
22802 commit 59f630588e3fdbd698a0a2798e52a8924e899563
22803 Author: Sergei Poselenov <sposelenov@emcraft.com>
22804 Date:   Fri Aug 15 15:42:11 2008 +0200
22805
22806     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
22807
22808     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22809
22810 commit e64987a892353f3d49eb242d997820ef8f538912
22811 Author: Anatolij Gustschin <agust@denx.de>
22812 Date:   Fri Aug 15 15:42:13 2008 +0200
22813
22814     85xx: socrates: Enable Lime support.
22815
22816     This patch adds Lime GDC support together with support for the PWM
22817     backlight control through the w83782d chip.  The reset pin of the
22818     latter is attached to GPIO, so we need to reset it in
22819     early_board_init_r.
22820
22821     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22822
22823 commit 3e79b588b5199f35016f178fc0d5d1266382097f
22824 Author: Detlev Zundel <dzu@denx.de>
22825 Date:   Fri Aug 15 15:42:12 2008 +0200
22826
22827     85xx: Socrates: Major code update.
22828
22829     - Update the local bus ranges in the FDT for Linux for the various
22830       devices connected to the local bus via chip-select.
22831
22832     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
22833       lower than 66 MHz and uses I/O accessor functions consequently.
22834
22835     - UPM data update.
22836
22837     - Update of default environment and configuration.  Use I2C multibus
22838       as we do have two I2C buses.  Also enable sdram and ext2 commands.
22839
22840     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22841     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22842     Signed-off-by: Detlev Zundel <dzu@denx.de>
22843
22844 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
22845 Author: Timur Tabi <timur@freescale.com>
22846 Date:   Fri Jul 18 16:52:23 2008 +0200
22847
22848     Update Freescale 85xx boards to sys_eeprom.c
22849
22850     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
22851     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
22852     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
22853     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
22854
22855     Signed-off-by: Timur Tabi <timur@freescale.com>
22856
22857 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
22858 Author: Wolfgang Denk <wd@denx.de>
22859 Date:   Tue Sep 9 10:08:02 2008 +0200
22860
22861     lib_ppc/interrupts.c: make board_show_activity() a weak function
22862
22863     This allows to use show_activity() without having to
22864     define an empty board_show_activity() function.
22865
22866     Signed-off-by: Wolfgang Denk <wd@denx.de>
22867
22868 commit fe876787f8743883ce58fed61525eaa2f34da4c5
22869 Author: Wolfgang Denk <wd@denx.de>
22870 Date:   Tue Sep 9 10:06:44 2008 +0200
22871
22872     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
22873
22874     Signed-off-by: Wolfgang Denk <wd@denx.de>
22875
22876 commit 965de106ba8900372c8b16dc60d5acab7f925e38
22877 Author: Wolfgang Denk <wd@denx.de>
22878 Date:   Tue Sep 9 10:03:47 2008 +0200
22879
22880     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
22881
22882     Signed-off-by: Wolfgang Denk <wd@denx.de>
22883
22884 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
22885 Author: Sergei Poselenov <sposelenov@emcraft.com>
22886 Date:   Fri Aug 15 15:42:11 2008 +0200
22887
22888     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
22889
22890     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22891
22892 commit 36241ca29d4804a1006fb3f26069effda5202581
22893 Author: Anatolij Gustschin <agust@denx.de>
22894 Date:   Fri Aug 15 15:42:13 2008 +0200
22895
22896     85xx: socrates: Enable Lime support.
22897
22898     This patch adds Lime GDC support together with support for the PWM
22899     backlight control through the w83782d chip.  The reset pin of the
22900     latter is attached to GPIO, so we need to reset it in
22901     early_board_init_r.
22902
22903     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22904
22905 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
22906 Author: Detlev Zundel <dzu@denx.de>
22907 Date:   Fri Aug 15 15:42:12 2008 +0200
22908
22909     85xx: Socrates: Major code update.
22910
22911     - Update the local bus ranges in the FDT for Linux for the various
22912       devices connected to the local bus via chip-select.
22913
22914     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
22915       lower than 66 MHz and uses I/O accessor functions consequently.
22916
22917     - UPM data update.
22918
22919     - Update of default environment and configuration.  Use I2C multibus
22920       as we do have two I2C buses.  Also enable sdram and ext2 commands.
22921
22922     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22923     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22924     Signed-off-by: Detlev Zundel <dzu@denx.de>
22925
22926 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
22927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22928 Date:   Tue Sep 9 01:22:39 2008 +0200
22929
22930     disk-on-chip: remove duplicate doc_probe declaration
22931
22932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22933
22934 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
22935 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22936 Date:   Tue Sep 9 00:59:40 2008 +0200
22937
22938     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
22939
22940     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22941
22942 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
22943 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22944 Date:   Tue Sep 9 00:59:39 2008 +0200
22945
22946     rs5c372: fix rtc_set prototype
22947
22948     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22949
22950 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
22951 Author: Sergei Poselenov <sposelenov@emcraft.com>
22952 Date:   Thu Aug 14 14:08:28 2008 +0200
22953
22954     ARM: fix warning: target CPU does not support interworking
22955
22956     This patch fixes warnings like this:
22957
22958     start.S:0: warning: target CPU does not support interworking
22959
22960     which come from some ARM cross compilers and are caused by hard-coded
22961     (with "--with-cpu=arm9" configuration option) ARM targets (which
22962     support ARM Thumb instructions), while the ARM target selected from
22963     the command line (with "-march=armv4") doesn't support Thumb
22964     instructions.
22965
22966     This warning is issued by the compiler regardless of the real use of
22967     the Thumb instructions in code.
22968
22969     To fix this problem, we use options according to compiler version
22970     being used.
22971
22972     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22973     Signed-off-by: Wolfgang Denk <wd@denx.de>
22974
22975 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
22976 Author: Sergei Poselenov <sposelenov@emcraft.com>
22977 Date:   Thu Aug 14 14:08:28 2008 +0200
22978
22979     ARM: Use do_div() instead of division for "long long".
22980
22981     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22982     Signed-off-by: Wolfgang Denk <wd@denx.de>
22983
22984 commit 8febd13c69cb68652577d1a9fcbde954bf784155
22985 Author: Timur Tabi <timur@freescale.com>
22986 Date:   Fri Jul 18 16:52:23 2008 +0200
22987
22988     Update Freescale 85xx boards to sys_eeprom.c
22989
22990     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
22991     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
22992     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
22993     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
22994
22995     Signed-off-by: Timur Tabi <timur@freescale.com>
22996
22997 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
22998 Author: Wolfgang Denk <wd@denx.de>
22999 Date:   Mon Sep 8 23:26:22 2008 +0200
23000
23001     lib_arm/bootm.c: fix compile warnings
23002
23003     bootm.c:128: warning: label 'error' defined but not used
23004     bootm.c:65: warning: unused variable 'ret'
23005
23006     Signed-off-by: Wolfgang Denk <wd@denx.de>
23007
23008 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
23009 Author: Wolfgang Denk <wd@denx.de>
23010 Date:   Mon Sep 8 22:46:42 2008 +0200
23011
23012     ml507: fix out of tree build problem
23013
23014     Signed-off-by: Wolfgang Denk <wd@denx.de>
23015
23016 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
23017 Author: Wolfgang Denk <wd@denx.de>
23018 Date:   Mon Sep 8 22:10:28 2008 +0200
23019
23020     common/cmd_bootm.c: fix printf() format warnings
23021
23022     Signed-off-by: Wolfgang Denk <wd@denx.de>
23023
23024 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
23025 Author: Wolfgang Denk <wd@denx.de>
23026 Date:   Mon Sep 8 22:37:45 2008 +0200
23027
23028     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
23029
23030     missing doc_probe() prototype.
23031
23032     Signed-off-by: Wolfgang Denk <wd@denx.de>
23033
23034 commit 2c5e3cc4994897d364b148942ff23e47783198f6
23035 Author: Wolfgang Denk <wd@denx.de>
23036 Date:   Mon Sep 8 21:28:14 2008 +0200
23037
23038     mk48t59: fix compile problem introduced by commit d1e23194
23039
23040     Signed-off-by: Wolfgang Denk <wd@denx.de>
23041
23042 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
23043 Author: Stefan Roese <sr@denx.de>
23044 Date:   Mon Sep 8 14:11:12 2008 +0200
23045
23046     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
23047
23048     This patch moves some 4xx specific prototypes out of include common.h
23049     to a ppc4xx specific header.
23050
23051     Signed-off-by: Stefan Roese <sr@denx.de>
23052
23053 commit ac53ee8318678190bf3c68da477a84a657d86fb0
23054 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23055 Date:   Fri Sep 5 15:34:04 2008 +0200
23056
23057     ppc4xx: Update CPCI405(AB) configuration
23058
23059     This patch add FDT support and command line editing capabilities
23060     for CPCI405 and CPCI405AB boards.
23061
23062     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23063     Signed-off-by: Stefan Roese <sr@denx.de>
23064
23065 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
23066 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23067 Date:   Fri Sep 5 15:34:03 2008 +0200
23068
23069     ppc4xx: Cleanup CPCI405 linker script
23070
23071     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23072     Signed-off-by: Stefan Roese <sr@denx.de>
23073
23074 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
23075 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23076 Date:   Fri Sep 5 15:34:02 2008 +0200
23077
23078     ppc4xx: Update CPCI405 variants handling
23079
23080     This patch replaces the BOARD_REVISION variable in include/config.mk
23081     by a using a temporary include file in the platform directory.
23082
23083     The former way does not work anymore and the latter is also used by
23084     some other boards.
23085
23086     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23087     Signed-off-by: Stefan Roese <sr@denx.de>
23088
23089 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
23090 Author: Stefan Roese <sr@denx.de>
23091 Date:   Mon Sep 8 10:01:48 2008 +0200
23092
23093     ppc4xx: Remove CONFIG_CS8952_PHY define
23094
23095     Since this define is only used on one board that was never really in
23096     production, removing this compile time option doesn't hurt and makes
23097     the code more readable.
23098
23099     Signed-off-by: Stefan Roese <sr@denx.de>
23100
23101 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
23102 Author: Stefan Roese <sr@denx.de>
23103 Date:   Fri Sep 5 14:11:40 2008 +0200
23104
23105     ppc4xx: Fix compilation warning for PIP405
23106
23107     This patch fixes a compilation warning for the PIP405 board. It moves the
23108     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
23109     occur anymore. I am a little unsure if this #ifdef is at the correct
23110     place now or if it could be removed completely. This needs to get
23111     tested on the PIP405 board.
23112
23113     Signed-off-by: Stefan Roese <sr@denx.de>
23114
23115 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
23116 Author: Stefan Roese <sr@denx.de>
23117 Date:   Fri Sep 5 14:09:09 2008 +0200
23118
23119     ppc4xx: Fix compilation warning for canyonlands & glacier
23120
23121     Signed-off-by: Stefan Roese <sr@denx.de>
23122
23123 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
23124 Author: Kumar Gala <galak@kernel.crashing.org>
23125 Date:   Fri Sep 5 14:40:29 2008 -0500
23126
23127     Fix compiler warning in mpc8xxx ddr code
23128
23129     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
23130     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
23131     ctrl_regs.c:523: note: 'caslat' was declared here
23132
23133     Add a warning in DDR1 case if cas_latency isn't a value we know about.
23134
23135     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23136     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23137
23138 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
23139 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23140 Date:   Mon Sep 1 23:06:23 2008 +0200
23141
23142     rtc: allow rtc_set to return an error and use it in cmd_date
23143
23144     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23145
23146 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
23147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23148 Date:   Mon Sep 1 01:16:33 2008 +0200
23149
23150     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
23151
23152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23153
23154 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
23155 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23156 Date:   Sun Aug 31 05:37:04 2008 +0900
23157
23158     config.mk: Move arch-specific condition to $(ARCH)_config.mk
23159
23160     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23161
23162 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
23163 Author: Kumar Gala <galak@kernel.crashing.org>
23164 Date:   Fri Aug 29 19:08:29 2008 -0500
23165
23166     Prevent crash if random/invalid ramdisks are passed to bootm
23167
23168     Adds returning an error from the ramdisk detection code if
23169     its not a real ramdisk (invalid).  There is no reason we can't
23170     just return back to the console if we detect an invalid
23171     ramdisk or CRC error.
23172
23173     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23174
23175 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
23176 Author: Anatolij Gustschin <agust@denx.de>
23177 Date:   Fri Aug 29 21:04:45 2008 +0200
23178
23179     Prevent crash if random DTB address is passed to bootm
23180
23181     This patch adds bootm_start() return value check. If
23182     error status is returned, we do not proceed further to
23183     prevent board reset or crash as we still can recover
23184     at this point.
23185
23186     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23187
23188 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
23189 Author: Andrew Dyer <adyer@righthandtech.com>
23190 Date:   Fri Aug 29 12:30:39 2008 -0500
23191
23192     clean up some #if !defined() in drivers/video/cfb_console.c
23193
23194     rearrange some #if !defined() / #else / #endif statements to remove
23195     the negative logic.
23196
23197     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
23198
23199 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
23200 Author: Kyungmin Park <kmpark@infradead.org>
23201 Date:   Fri Aug 29 09:02:20 2008 +0900
23202
23203     apollon: use the last memory area for u-boot
23204
23205     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23206
23207 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
23208 Author: Heiko Schocher <hs@denx.de>
23209 Date:   Thu Aug 28 13:50:42 2008 +0200
23210
23211     TQM8272: move NAND part in seperate File
23212
23213     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
23214     because I have no longer access to the hardware.
23215
23216     Signed-off-by: Heiko Schocher <hs@denx.de>
23217
23218 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
23219 Author: Heiko Schocher <hs@denx.de>
23220 Date:   Thu Aug 28 13:48:36 2008 +0200
23221
23222     TQM8272: Fix compiling error for the TQM8272 board.
23223
23224     Fix compile problems caused by
23225     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
23226
23227     Signed-off-by: Heiko Schocher <hs@denx.de>
23228
23229 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
23230 Author: Kyungmin Park <kmpark@infradead.org>
23231 Date:   Wed Aug 27 14:45:20 2008 +0900
23232
23233     Add JFFS2 command support on OneNAND
23234
23235     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23236
23237 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
23238 Author: Mark Jackson <mpfj@mimc.co.uk>
23239 Date:   Mon Aug 25 19:21:30 2008 +0100
23240
23241     Allow console input to be disabled
23242
23243     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
23244
23245     When CONFIG_DISABLE_CONSOLE is defined, setting
23246     GD_FLG_DISABLE_CONSOLE disables all console input and output.
23247
23248     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23249
23250 commit 2b22d608f370565c87f55928b524207031419c11
23251 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23252 Date:   Wed Jul 30 12:39:29 2008 +0200
23253
23254     loads: allow negative offsets
23255
23256     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23257
23258 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
23259 Author: Yuri Tikhonov <yur@emcraft.com>
23260 Date:   Thu Sep 4 11:19:05 2008 +0200
23261
23262     USB EHCI: reset root hub
23263
23264     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
23265     resetting only via EHCI registers. So, this patch adds the
23266     corresponding kind of reset to OHCI's hc_reset() if the newly
23267     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
23268     board).
23269
23270     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23271     Acked-by: Markus Klotzbuecher <mk@denx.de>
23272
23273 commit 5875d358f025c1b042d8a0f08384b756de7256c9
23274 Author: Yuri Tikhonov <yur@emcraft.com>
23275 Date:   Fri Aug 15 15:42:09 2008 +0200
23276
23277     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
23278
23279     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23280
23281 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
23282 Author: Stefan Roese <sr@denx.de>
23283 Date:   Fri Sep 5 10:47:46 2008 +0200
23284
23285     devices: Use list_add_tail() instead of list_add() to register a device
23286
23287     This patch fixes a problem spotted on Glacier/Canyonlands (and most
23288     likely lots of other board ports), that no serial output was seen
23289     after console initialization in console_init_r(). This is because the
23290     last added console device was used instead of the first added.
23291
23292     This patch fixes this problem by using list_add_tail() instead of
23293     list_add() to register a device. This way the first added console
23294     is used again.
23295
23296     Signed-off-by: Stefan Roese <sr@denx.de>
23297
23298 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
23299 Author: Victor Gallardo <vgallardo@amcc.com>
23300 Date:   Thu Sep 4 23:49:36 2008 -0700
23301
23302     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
23303
23304     This patch adds GPCS, SGMII and M88E1112 PHY support
23305     for the AMCC PPC460GT/EX processors.
23306
23307     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
23308     Signed-off-by: Stefan Roese <sr@denx.de>
23309
23310 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
23311 Author: Adam Graham <agraham@amcc.com>
23312 Date:   Wed Sep 3 12:26:59 2008 -0700
23313
23314     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
23315
23316     Signed-off-by: Adam Graham <agraham@amcc.com>
23317     Signed-off-by: Stefan Roese <sr@denx.de>
23318
23319 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
23320 Author: Adam Graham <agraham@amcc.com>
23321 Date:   Wed Sep 3 12:26:28 2008 -0700
23322
23323     ppc4xx: IBM Memory Controller DDR autocalibration routines
23324
23325     Alternate SDRAM DDR autocalibration routine that can be generically used
23326     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
23327     support of more DIMM/memory chip vendors and gets the DDR autocalibration
23328     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
23329
23330     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
23331     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
23332     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
23333     lot longer to run than Method_B.  Method_B executes in the same amount of time
23334     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
23335     Normally Method_B is used and it is set as the default method.
23336
23337     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
23338     Controller registers.[bit-field]:
23339     1)  SDRAM0_RQDC.[RQFD]
23340     2)  SDRAM0_RFDC.[RFFD]
23341
23342     This alternate PPC4xx DDR autocalibration code calibrates the following
23343     IBM SDRAM Controller registers.[bit-field]:
23344
23345     1)  SDRAM0_WRDTR.[WDTR]
23346     2)  SDRAM0_CLKTR.[CKTR]
23347     3)  SDRAM0_RQDC.[RQFD]
23348     4)  SDRAM0_RFDC.[RFFD]
23349
23350     and will also use the calibrated settings of the above four registers that
23351     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
23352     register.[bit-field].
23353
23354     Signed-off-by: Adam Graham <agraham@amcc.com>
23355     Signed-off-by: Stefan Roese <sr@denx.de>
23356
23357 commit e07f4a8033b6270b8103049adb6456f660ff4a89
23358 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23359 Date:   Mon Sep 1 13:09:39 2008 -0400
23360
23361     ppc44x: Unification of virtex5 pp440 boards
23362
23363     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
23364
23365     It unificates 3 different things:
23366
23367     1) Source code
23368     A new board called ppc440-generic has been created. This board includes
23369     a generic tlb initialization (Maps the whole memory into virtual) and
23370     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
23371     so, they can be replaced by specific functions.
23372
23373     If a new board needs to redefine any of the previous functions
23374     (specific initialization) it can create a new directory with the
23375     specific initializations needed. (see the example ml507 board).
23376
23377     2) Configuration file
23378     Common configurations are located under configs/xilinx-ppc440.h, this
23379     header file interpretes the xparameters file generated by EDK and
23380     configurates u-boot in correspondence. Example: if there is a Temac,
23381     allows CMD_CONFIG_NET
23382     Specific configuration are located under specific configuration file.
23383     (see the example ml507 board)
23384
23385     3) Makefile
23386     Some work has been done in order to not duplicate work in the Main
23387     Makefile. Please see the attached code.
23388
23389     In order to support new boards they can be implemented in the next way:
23390
23391     a) Simple Generic Board  (90% of the time)
23392     Using EDK generates a new xparameters.h file, replace
23393     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
23394     && make
23395
23396     b) Simple Boards with special u-boot parameters (9 % of the time)
23397     Create a new file under configs for it (use ml507.h as example) and
23398     change your paramaters. Create a new Makefile paragraph and compile
23399
23400     c) Complex boards (1% of the time)
23401     Create a new folder for the board, like the ml507
23402
23403     Finally, it adds support for the Avnet FX30T Evaluation board, following
23404     the new generic structure:
23405
23406     Cheap board by Avnet for evaluating the Virtex5 FX technology.
23407
23408     This patch adds support for:
23409      - UartLite
23410      - 16MB Flash
23411      - 64MB RAM
23412
23413     Prior using U-boot in this board, read carefully the ERRATA by Avnet
23414     to solve some memory initialization issues.
23415
23416     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23417     Signed-off-by: Stefan Roese <sr@denx.de>
23418
23419 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
23420 Author: Nick Spence <nick.spence@freescale.com>
23421 Date:   Tue Sep 2 15:21:16 2008 -0500
23422
23423     mpc83xx: fix mpc8313 in-tree building with NAND
23424
23425     and add mpc8313 NAND build to MAKEALL
23426
23427     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23428     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23429
23430 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
23431 Author: Nick Spence <nick.spence@freescale.com>
23432 Date:   Thu Aug 28 14:09:25 2008 -0700
23433
23434     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
23435
23436     Cleans up some latent issues with the data cache control so that
23437     dcache_enable() and dcache_disable() will work reliably (after
23438     unlock_ram_in_cache() has been called)
23439
23440     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23441     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23442
23443 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
23444 Author: Nick Spence <nick.spence@freescale.com>
23445 Date:   Thu Aug 28 14:09:19 2008 -0700
23446
23447     mpc83xx: Store and display Arbiter Event Register values
23448
23449     Record the Arbiter Event Register values and optionally display them.
23450
23451     The Arbiter Event Register can record the type and effective address of
23452     an arbiter error, even through an HRESET. This patch stores the values in
23453     the global data structure.
23454
23455     Display of the Arbiter Event registers immediately after the RSR value
23456     can be enabled with defines. The Arbiter values will only be displayed
23457     if an arbiter event has occured since the last Power On Reset, and either
23458     of the following defines exist:
23459      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
23460                                         and type register values
23461      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
23462                                         event register values
23463
23464     Address Only transactions are one of the trapped events that can register
23465     as an arbiter event. They occur with some cache manipulation instructions
23466     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
23467     has the MEMORY_COHERENCE WIMG bit set. Setting:
23468      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
23469                                   only events, so that it can still capture
23470                                   other real problems.
23471
23472     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23473     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23474
23475 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
23476 Author: Nick Spence <nick.spence@freescale.com>
23477 Date:   Thu Aug 28 14:09:11 2008 -0700
23478
23479     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
23480
23481     This is needed in unlock_ram_in_cache() because it is called from C and
23482     will corrupt the small data area anchor that is kept in R2.
23483
23484     lock_ram_in_cache() is modified similarly as good coding practice, but
23485     is not called from C.
23486
23487     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23488     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23489
23490 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
23491 Author: Nick Spence <nick.spence@freescale.com>
23492 Date:   Fri Aug 22 23:52:50 2008 -0700
23493
23494     MPC83XX: Fix GPIO configuration - set gpio level before direction
23495
23496     Set DAT value before DIR values to avoid creating glitches on the
23497     GPIO signals.
23498
23499     Set gpio level register before direction register to inhibit
23500     glitches on high level output pins.
23501
23502     Dir and data gets cleared at powerup, so high level output lines see
23503     a short low pulse between setting the direction and level registers.
23504
23505     Issue was seen on a new board with the nReset line of the NOR flash
23506     connected to a GPIO. Setting the direction register puts the NOR flash
23507     in reset so the next instruction to set the level cannot get executed.
23508
23509     Signed-off-by: Nick Spence <nick.spence@freescale.com>
23510     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
23511     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23512
23513 commit 7007c5975ee900ad70983b0681d3251e221f8321
23514 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23515 Date:   Tue Sep 2 02:58:32 2008 +0200
23516
23517     doc/qemu_mips: add doc howto debug u-boot with gdb
23518
23519     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23520
23521 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
23522 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23523 Date:   Wed Sep 3 17:15:45 2008 +0200
23524
23525     ppx4xx: Fix broken DASA_SIM board
23526
23527     This patch adds initdram() to DASA_SIM boards that has been
23528     removed accidentally by a previous commit.
23529
23530     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23531     Signed-off-by: Stefan Roese <sr@denx.de>
23532
23533 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
23534 Author: Stefan Roese <sr@denx.de>
23535 Date:   Mon Sep 1 08:35:37 2008 +0200
23536
23537     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
23538
23539     This patch removes some direct references to common/lists.o from some
23540     esd linker scripts. This is necessary because the lists source was moved
23541     and is not in the "common" directory anymore.
23542
23543     Signed-off-by: Stefan Roese <sr@denx.de>
23544
23545 commit 97b0734d65f8a0b03df0a335a2addc759da56107
23546 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23547 Date:   Tue Sep 2 16:33:05 2008 +0200
23548
23549     ppc4xx: Remove obsolete or unused functions from some esd boards
23550
23551     This patch removes initdram() and testdram() from most esd 405 platforms.
23552     Some boards also have an empty dummy implementation of
23553     misc_init_f(). This is also removed.
23554
23555     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23556     Signed-off-by: Stefan Roese <sr@denx.de>
23557
23558 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
23559 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23560 Date:   Tue Sep 2 15:07:54 2008 +0200
23561
23562     ppc4xx: Update VOM405 board configuration
23563
23564     - remove PCI code
23565     - add command line editing
23566     - minor cleanup
23567
23568     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23569     Signed-off-by: Stefan Roese <sr@denx.de>
23570
23571 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
23572 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23573 Date:   Tue Sep 2 15:07:53 2008 +0200
23574
23575     ppc4xx: Remove obsolete initdram() function from VOM405 board
23576
23577     This patch removed the obsolete initdram() function from
23578     VOM405 platform file.
23579
23580     Some minor cleanup.
23581
23582     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23583     Signed-off-by: Stefan Roese <sr@denx.de>
23584
23585 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
23586 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23587 Date:   Tue Sep 2 15:07:52 2008 +0200
23588
23589     ppc4xx: Cleanup VOM405 linker script
23590
23591     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23592     Signed-off-by: Stefan Roese <sr@denx.de>
23593
23594 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
23595 Author: Matthias Fuchs <mf@esd.eu>
23596 Date:   Tue Sep 2 15:07:51 2008 +0200
23597
23598     ppc4xx: Add fdt support for VOM405 boards
23599
23600     Signed-off-by: Matthias Fuchs <mf@esd.eu>
23601     Signed-off-by: Stefan Roese <sr@denx.de>
23602
23603 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
23604 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23605 Date:   Tue Sep 2 11:36:14 2008 +0200
23606
23607     ppc4xx: Coding style cleanup
23608
23609     Wrap long lines etc.
23610
23611     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23612     Signed-off-by: Stefan Roese <sr@denx.de>
23613
23614 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
23615 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23616 Date:   Tue Sep 2 11:35:56 2008 +0200
23617
23618     ppc4xx: Enable USB on PLU405 boards
23619
23620     This patch enables the PCI-OHCI controller on PLU405 board.
23621
23622     Also the default CPU frequency is updated to 266 MHz and
23623     command line editing is enabled.
23624
23625     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23626     Signed-off-by: Stefan Roese <sr@denx.de>
23627
23628 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
23629 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23630 Date:   Tue Sep 2 11:35:35 2008 +0200
23631
23632     ppc4xx: Cleanup PLU405 platform file
23633
23634     This patch
23635     - wraps some long lines
23636     - removes unused/obsolete functions: misc_init_f() and initdram()
23637
23638     Signed-off-by: Matthias Fuchs <mf@esd.eu>
23639     Signed-off-by: Stefan Roese <sr@denx.de>
23640
23641 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
23642 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23643 Date:   Tue Sep 2 11:35:04 2008 +0200
23644
23645     ppc4xx: Cleanup PLU405 linker script
23646
23647     Signed-off-by: Matthias Fuchs <mf@esd.eu>
23648     Signed-off-by: Stefan Roese <sr@denx.de>
23649
23650 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
23651 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23652 Date:   Tue Sep 2 11:34:36 2008 +0200
23653
23654     ppc4xx: Add fdt support for PLU405 boards
23655
23656     Signed-off-by: Matthias Fuchs <mf@esd.eu>
23657     Signed-off-by: Stefan Roese <sr@denx.de>
23658
23659 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
23660 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23661 Date:   Tue Sep 2 11:34:08 2008 +0200
23662
23663     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
23664
23665     Signed-off-by: Matthias Fuchs <mf@esd.eu>
23666     Signed-off-by: Stefan Roese <sr@denx.de>
23667
23668 commit be1b0d2777e179191a57b138b660547a17e55aad
23669 Author: Jochen Friedrich <jochen@scram.de>
23670 Date:   Tue Sep 2 11:24:59 2008 +0200
23671
23672     Don't tftp to unknown flash
23673
23674     If a board has a variable number of flash banks, there are empty entries
23675     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
23676     "Outside available Flash". This patch skips flash banks with unknown
23677     flash ids.
23678
23679     Signed-off-by: Jochen Friedrich <jochen@scram.de>
23680     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23681
23682 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
23683 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23684 Date:   Thu Aug 28 13:40:44 2008 +0900
23685
23686     net: smc911x: Add pkt_data_pull and pkt_data_push function
23687
23688     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
23689     Byte-swapping is necessary, and so poor performance is inevitable.
23690     This problem cannot evade by the swap function of CHIP, this can
23691     evade by software Byte-swapping.
23692     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
23693     functions necessary to solve this problem.
23694
23695     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23696     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23697
23698 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
23699 Author: Ben Warren <biggerbadderben@gmail.com>
23700 Date:   Sun Aug 31 20:37:00 2008 -0700
23701
23702     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
23703
23704     Affected boards:
23705         db64360
23706         db64460
23707         katmai
23708         taihu
23709         taishan
23710         yucca
23711         cpc45
23712         cpu87
23713         eXalion
23714         elppc
23715         debris
23716         kvme080
23717         mpc8315erdb
23718         integratorap
23719         ixdp425
23720         oxc
23721         pm826
23722         pm828
23723         pm854
23724         pm856
23725         ppmc7xx
23726         sc3
23727         sc520_spunk
23728         sorcery
23729         tqm8272
23730         tqm85xx
23731         utx8245
23732
23733     Removed initialization of the driver from net/eth.c
23734     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
23735
23736     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23737
23738 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
23739 Author: Ben Warren <biggerbadderben@gmail.com>
23740 Date:   Sun Aug 31 10:45:44 2008 -0700
23741
23742     Moved initialization of TULIP Ethernet controller to board_eth_init()
23743
23744     Affected boards:
23745         cu824
23746         bab7xx
23747         adciop
23748         dasa_sim
23749         mousse
23750         mpc8540eval
23751         musenki
23752         mvblue
23753         pcippc2/pcippc6
23754         sbc8240
23755         stxssa
23756
23757     Removed initialization of the driver from net/eth.c
23758
23759     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23760
23761 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
23762 Author: Ben Warren <biggerbadderben@gmail.com>
23763 Date:   Sun Aug 31 10:44:19 2008 -0700
23764
23765     Moved initialization of E1000 Ethernet controller to board_eth_init()
23766
23767     Affected boards:
23768         ap1000
23769         mvbc_p
23770         PM854
23771
23772     Removed initialization of the driver from net/eth.c
23773
23774     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23775
23776 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
23777 Author: Ben Warren <biggerbadderben@gmail.com>
23778 Date:   Sun Aug 31 10:40:51 2008 -0700
23779
23780     Moved initialization of plb2800 Ethernet driver to board_eth_init
23781
23782     Affected boards:
23783         purple
23784
23785     Removed initialization of controller from net/eth.c
23786
23787     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23788
23789 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
23790 Author: Ben Warren <biggerbadderben@gmail.com>
23791 Date:   Sun Aug 31 10:39:12 2008 -0700
23792
23793     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
23794
23795     Modified board_eth_init() functions of boards that have this FEC in addition
23796     to other Ethernet controllers.
23797
23798     Affected boards:
23799         bc3450
23800         icecube
23801         mvbc_p
23802         o2dnt
23803         pm520
23804         total5200
23805         tq5200
23806
23807     Removed initialization of controller from net/eth.c
23808
23809     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23810
23811 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
23812 Author: Ben Warren <biggerbadderben@gmail.com>
23813 Date:   Sun Aug 31 10:36:38 2008 -0700
23814
23815     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
23816
23817     Added a cpu_eth_init() function to MPC512x CPU directory and
23818     removed code from net/eth.c
23819
23820     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23821
23822 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
23823 Author: Ben Warren <biggerbadderben@gmail.com>
23824 Date:   Sun Aug 31 10:16:59 2008 -0700
23825
23826     Moved initialization of IncaIP Ethernet controller to board_eth_init
23827
23828     Affected boards:
23829         IncaIP
23830
23831     Removed initialization of the driver from net/eth.c
23832
23833     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23834
23835 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
23836 Author: Ben Warren <biggerbadderben@gmail.com>
23837 Date:   Sun Aug 31 10:15:26 2008 -0700
23838
23839     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
23840
23841         Affected boards:
23842             AmigaOneG3SE
23843
23844         Removed initialization of the driver from net/eth.c
23845
23846     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23847
23848 commit 6aca145e067efe75398e9fac97822bd3700de0b2
23849 Author: Ben Warren <biggerbadderben@gmail.com>
23850 Date:   Sun Aug 31 10:13:34 2008 -0700
23851
23852     Moved initialization of GT6426x Ethernet controller to board_eth_init()
23853
23854     Affected boards:
23855         EVB64260
23856         P3G4
23857         ZUMA
23858
23859     Removed initialization of the driver from net/eth.c
23860
23861     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23862
23863 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
23864 Author: Ben Warren <biggerbadderben@gmail.com>
23865 Date:   Sun Aug 31 10:08:43 2008 -0700
23866
23867     Moved initialization of PCNET Ethernet controller to board_eth_init()
23868
23869     Affected boards:
23870         PN62
23871         sc520_cdp
23872
23873     Removed initialization of the driver from net/eth.c
23874
23875     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23876
23877 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
23878 Author: Ben Warren <biggerbadderben@gmail.com>
23879 Date:   Sun Aug 31 10:07:16 2008 -0700
23880
23881     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
23882
23883     Affected boards:
23884         a3000
23885
23886     Removed initialization of the driver from net/eth.c
23887
23888     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23889
23890 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
23891 Author: Ben Warren <biggerbadderben@gmail.com>
23892 Date:   Sun Aug 31 10:03:22 2008 -0700
23893
23894     Moved initialization of NS8382X Ethernet controller to board_eth_init()
23895
23896     Affected boards:
23897         bc3450
23898         cpci5200
23899         mecp5200
23900         pf2000
23901         icecube
23902         o2dnt
23903         pm520
23904         sandpoint8245
23905         total5200
23906         tqm5200
23907
23908     Removed initialization of the driver from net/eth.c
23909
23910     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23911
23912 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
23913 Author: Ben Warren <biggerbadderben@gmail.com>
23914 Date:   Sun Aug 31 09:59:33 2008 -0700
23915
23916     Moved initialization of TSI108 Ethernet controller to board_eth_init()
23917
23918     Affected boards:
23919         mpc7448hpc2
23920
23921     Removed initialization of the driver from net/eth.c
23922
23923     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23924
23925 commit 0b252f50ae218ae15bfb63af44227972686ebc56
23926 Author: Ben Warren <biggerbadderben@gmail.com>
23927 Date:   Sun Aug 31 21:41:08 2008 -0700
23928
23929     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
23930
23931     Affected boards:
23932         hidden_dragon
23933         MPC8544DS
23934         MPC8610HPCN
23935         R2DPLUS
23936         TB0229
23937
23938     Removed initialization of the driver from net/eth.c
23939
23940     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23941
23942 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
23943 Author: Ben Warren <biggerbadderben@gmail.com>
23944 Date:   Sun Aug 31 09:49:42 2008 -0700
23945
23946     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
23947
23948     Affected boards:
23949         linkstation
23950         r7780mp
23951
23952     Removed initialization of the driver from net/eth.c
23953
23954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23955
23956 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
23957 Author: Ben Warren <biggerbadderben@gmail.com>
23958 Date:   Tue Aug 12 22:11:53 2008 -0700
23959
23960     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
23961
23962     Removed at91sam9_eth_initialize() from net/eth.c
23963
23964     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23965
23966 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
23967 Author: Ben Warren <biggerbadderben@gmail.com>
23968 Date:   Sun Aug 31 22:22:04 2008 -0700
23969
23970     Introduce netdev.h header file and remove externs
23971
23972     This addresses all drivers whose initializers have already
23973     been moved to board_eth_init()/cpu_eth_init().
23974
23975     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23976
23977 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
23978 Author: Andy Fleming <afleming@freescale.com>
23979 Date:   Sun Aug 31 16:33:30 2008 -0500
23980
23981     Add pixis_set_sgmii command
23982
23983     The 8544DS and 8572DS platforms support an optional SGMII riser card to
23984     expose ethernet over an SGMII interface.  Once the card is in, it is also
23985     necessary to configure the board such that it uses the card, rather than
23986     the on-board ethernet ports.  This can either be done by flipping dip switches
23987     on the motherboard, or by modifying registers in the pixis.  Either way
23988     requires a reboot.
23989
23990     This adds a command to allow users to choose which ports are routed through
23991     the SGMII card, and which through the onboard ports.  It also allows users
23992     to revert to the current switch settings.
23993
23994     This code does not work on the 8572, as the PIXIS is different.
23995
23996     Signed-off-by: Andy Fleming <afleming@freescale.com>
23997     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23998
23999 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
24000 Author: Andy Fleming <afleming@freescale.com>
24001 Date:   Sun Aug 31 16:33:29 2008 -0500
24002
24003     Add SGMII support for the 8544 DS
24004
24005     The 8544 DS has an optional SGMII Riser card, which uses different PHY
24006     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
24007     setup code if so.
24008
24009     Signed-off-by: Andy Fleming <afleming@freescale.com>
24010     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24011
24012 commit 652f7c2eef76a1340928bd660845441e932d86a2
24013 Author: Andy Fleming <afleming@freescale.com>
24014 Date:   Sun Aug 31 16:33:28 2008 -0500
24015
24016     Add support for Freescale SGMII Riser Card
24017
24018     The 8544DS and 8572DS systems have an optional SGMII riser card which
24019     exposes new ethernet ports which are connected to the eTSECs via an
24020     SGMII interface.  The SGMII PHYs for this board are offset from the standard
24021     PHY addresses, so this code modifies the passed in tsec_info structure to
24022     use the SGMII PHYs on the card, instead.
24023
24024     Signed-off-by: Andy Fleming <afleming@freescale.com>
24025     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24026
24027 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
24028 Author: Andy Fleming <afleming@freescale.com>
24029 Date:   Sun Aug 31 16:33:27 2008 -0500
24030
24031     Add SGMII support to the tsec
24032
24033     Adds support for configuring the TBI to talk properly with the SerDes.
24034
24035     Signed-off-by: Andy Fleming <afleming@freescale.com>
24036     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24037
24038 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
24039 Author: Andy Fleming <afleming@freescale.com>
24040 Date:   Sun Aug 31 16:33:26 2008 -0500
24041
24042     Pass in tsec_info struct through tsec_initialize
24043
24044     The tsec driver contains a hard-coded array of configuration information
24045     for the tsec ethernet controllers.  We create a default function that works
24046     for most tsecs, and allow that to be overridden by board code.  It creates
24047     an array of tsec_info structures, which are then parsed by the corresponding
24048     driver instance to determine configuration.  Also, add regs, miiregs, and
24049     devname fields to the tsec_info structure, so that we don't need the kludgy
24050     "index" parameter.
24051
24052     Signed-off-by: Andy Fleming <afleming@freescale.com>
24053     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24054
24055 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
24056 Author: Andy Fleming <afleming@freescale.com>
24057 Date:   Sun Aug 31 16:33:25 2008 -0500
24058
24059     tsec: Move tsec.h to include/
24060
24061     This is to prepare the way for board code passing in the tsec_info structure
24062
24063     Signed-off-by: Andy Fleming <afleming@freescale.com>
24064     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24065
24066 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
24067 Author: Sergei Poselenov <sposelenov@emcraft.com>
24068 Date:   Fri Jun 6 15:52:44 2008 +0200
24069
24070     PHY: Add support for the M88E1121R Marvell chip.
24071
24072     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24073     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24074     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24075
24076 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
24077 Author: Wolfgang Denk <wd@denx.de>
24078 Date:   Tue Sep 2 21:17:36 2008 +0200
24079
24080     fw_env.c: fix build problems with MTD_VERSION=old
24081
24082     (as needed to support old 2.4 Linux kernel based releases)
24083
24084     Signed-off-by: Wolfgang Denk <wd@denx.de>
24085
24086 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
24087 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24088 Date:   Mon Sep 1 17:11:26 2008 +0200
24089
24090     device: make device_register() clone the device
24091
24092     This is expected by the callers, but this fact was hidden well within
24093     the old list implementation.
24094
24095     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24096
24097 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
24098 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24099 Date:   Mon Sep 1 14:00:07 2008 +0200
24100
24101     avr32: Add support for "GPIO" port mux
24102
24103     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
24104     all later AVR32 chips. This patch adds a driver for it, implementing the
24105     same API as the existing portmux-pio driver but with more functionality.
24106
24107     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24108
24109 commit d92852579546c46bdaac978e0b6767a6645b69e0
24110 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24111 Date:   Fri Aug 15 15:02:29 2008 +0200
24112
24113     atstk1000: Convert to new-style makefile
24114
24115     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24116
24117 commit 25e6854d42c11046a468576179b5494f850311b2
24118 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24119 Date:   Sun Aug 31 18:46:35 2008 +0200
24120
24121     avr32: use board_early_init_r instead of board_init_info
24122
24123     Replace the avr32-specific board_init_info hook by the standard
24124     board_early_init_r hook and make it optional.
24125
24126     board_early_init_r() runs somewhat earlier than board_init_info used to
24127     do, but this isn't a problem for any of the in-tree boards.
24128
24129     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24130
24131 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
24132 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24133 Date:   Sun Aug 31 18:24:24 2008 +0200
24134
24135     avr32: Use board_postclk_init instead of gclk_init
24136
24137     Replace the avr32-specific gclk_init() board hook with the standard
24138     board_postclk_init() hook which is supposed to run at the same point
24139     during initialization.
24140
24141     Provide a dummy weak alias for boards not implementing this hook. The
24142     cost of this is:
24143       - 2 bytes for the dummy function (retal 0)
24144       - 2 bytes for each unnecessary function call (short rcall)
24145
24146     which is a pretty small price to pay for avoiding lots of #ifdef
24147     clutter. In this particular case, all boards probably end up slightly
24148     smaller because we avoid the conditional checking if the gclk_init
24149     symbol is NULL.
24150
24151     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24152
24153 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
24154 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24155 Date:   Sun Aug 31 18:07:35 2008 +0200
24156
24157     hammerhead: Use gclk helper functions
24158
24159     Use the new gclk helper functions to set up the PHY clock instead of
24160     accessing the PM registers directly.
24161
24162     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24163
24164 commit 98090cd75cdb40b2ab94c806c338540a5716748b
24165 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24166 Date:   Sun Aug 31 18:05:32 2008 +0200
24167
24168     avr32: Add gclk helper functions
24169
24170     Add two helper functions for configuring and enabling generic clocks:
24171       - gclk_enable_output: Enables output on a GCLKx pin
24172       - gclk_set_rate: Configures a gclk to run at a specific rate
24173
24174     This should eliminate any reason to go mucking about with PM registers
24175     from board code.
24176
24177     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24178
24179 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
24180 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24181 Date:   Fri Aug 29 21:09:49 2008 +0200
24182
24183     avr32: refactor the portmux/gpio code
24184
24185       - Separate the portmux configuration functionality from the GPIO pin
24186         control API.
24187       - Separate the controller-specific code from the chip-specific code.
24188       - Allow "ganged" port configuration (multiple pins at once).
24189       - Add more flexibility to the "canned" peripheral select functions:
24190           - Allow using more than 23 address bits, more chip selects, as
24191         well as NAND- and CF-specific pins.
24192           - Make the MACB SPEED pin optional, and choose between MII/RMII
24193         using a parameter instead of an #ifdef.
24194           - Make it possible to use other MMC slots than slot 0, and support
24195         different MMC/SDCard data bus widths.
24196       - Use more reasonable pull-up defaults; floating pins may consume a
24197         lot of power.
24198       - Get rid of some custom portmux code from the mimc200 board code. The
24199         old gpio/portmux API couldn't really handle its requirements, but
24200         the new one can.
24201       - Add documentation.
24202
24203     The end result is slightly smaller code for all boards. Which isn't
24204     really the point, but at least it isn't any larger.
24205
24206     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
24207     the board maintainers could help me test this on their boards. In
24208     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
24209     can help me out.
24210
24211     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24212     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
24213     Cc: Mark Jackson <mpfj@mimc.co.uk>
24214     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
24215     Cc: Julien May <julien.may@miromico.ch>
24216
24217     Changes since v1:
24218       * Enable pullup on NWAIT
24219       * Add missing include to portmux-pio.h
24220       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
24221
24222 commit 4c24e8288c601cb773ab02528b48a8577970e867
24223 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24224 Date:   Sat Aug 30 17:28:36 2008 +0200
24225
24226     avr32: data_bits should reflect the actual number of data bits
24227
24228     Make the data_bits enum in struct sdram_config reflect the actual number
24229     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
24230     32 bits is just too confusing.
24231
24232     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24233
24234 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
24235 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24236 Date:   Fri Aug 29 17:48:18 2008 +0200
24237
24238     avr32: Update README
24239
24240     Remove some outdated and/or unnecessary information, and add updated
24241     information about the toolchain and buildroot.
24242
24243     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24244
24245 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
24246 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24247 Date:   Sun Aug 31 23:28:15 2008 +0900
24248
24249     sh: Remove CC line from board's Makefile
24250
24251     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24252
24253 commit 468eae0660de6fdfd9999944c536ecc4797bd944
24254 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24255 Date:   Sun Aug 31 23:25:57 2008 +0900
24256
24257     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
24258
24259     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24260
24261 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
24262 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24263 Date:   Thu Aug 28 14:50:52 2008 +0900
24264
24265     sh: Add support sh2 to MAKEALL
24266
24267     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24268     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24269
24270 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
24271 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24272 Date:   Thu Aug 28 14:52:23 2008 +0900
24273
24274     sh: Fix compile error rsk7203 board
24275
24276     This boards used old type preprocessor.
24277     This patch fix compile error.
24278
24279     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24280     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24281
24282 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
24283 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24284 Date:   Thu Aug 28 14:53:31 2008 +0900
24285
24286     sh: Fix compile error sh7785lcr board
24287
24288     This boards used old type preprocessor.
24289     This patch fix compile error.
24290
24291     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24292     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24293
24294 commit 6f0da4972e48f99d37bc522814940a6022cd3084
24295 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24296 Date:   Fri Aug 22 17:39:09 2008 +0900
24297
24298     sh: Renesas Solutions AP325RXA board support
24299
24300     AP325RXA is SH7723's reference board.
24301     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
24302     In this patch, support SCIF, NOR Flash, and Ethernet.
24303
24304     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24305     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24306
24307 commit ab09f433b50bb83b5e440c335bc3839ee069e534
24308 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24309 Date:   Fri Aug 22 17:48:51 2008 +0900
24310
24311     sh: add support Renesas SH7723
24312
24313     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
24314     This patch supports CPU register's header file and SCIF serial driver.
24315
24316     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24317     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24318
24319 commit c655fad06ba3fb042dbc667724a40e1a9a091248
24320 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24321 Date:   Sun Aug 31 23:02:04 2008 +0900
24322
24323     sh: Renesas RSK+ 7203 board support
24324
24325     This adds initial support for the RTE RSK+ SH7203 board.
24326
24327     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24328     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24329
24330 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
24331 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24332 Date:   Thu Jul 3 23:11:02 2008 +0900
24333
24334     sh: Add support Renesas SH7203 processor
24335
24336     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24337     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24338
24339 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
24340 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24341 Date:   Sun Aug 31 22:48:33 2008 +0900
24342
24343     sh: Add support SH2/SH2A which is CPU of Renesas Technology
24344
24345     Add support SH2/SH2A basic function.
24346
24347     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24348     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24349
24350 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
24351 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24352 Date:   Sun Aug 31 22:45:08 2008 +0900
24353
24354     sh: Renesas R0P7785LC0011RL board support
24355
24356     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
24357     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
24358
24359     This patch supports the following functions:
24360      - 128MB DDR2-SDRAM (29-bit address mode only)
24361      - NOR Flash
24362      - USB host
24363      - Ethernet
24364
24365     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
24366     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24367
24368 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
24369 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
24370 Date:   Thu Jul 10 19:32:53 2008 +0900
24371
24372     sh: add support for SH7785
24373
24374     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
24375     This patch supports CPU register's header file.
24376
24377     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
24378     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24379
24380 commit d6e04258be8f2408845468d3cf722a4cf0433445
24381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24382 Date:   Sun Aug 31 04:45:42 2008 +0200
24383
24384     davinci: fix remaining dm644x_eth
24385
24386     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24387
24388 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
24389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24390 Date:   Sun Aug 31 04:24:56 2008 +0200
24391
24392     fs: Move conditional compilation to Makefile
24393
24394     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24395
24396 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
24397 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24398 Date:   Sun Aug 31 04:24:55 2008 +0200
24399
24400     devices: merge to list_head
24401
24402     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24403
24404 commit ef0255fc75f28655f9681422079287d68a14dbaa
24405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24406 Date:   Sun Aug 31 04:24:51 2008 +0200
24407
24408     update linux/list
24409
24410     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24411
24412 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
24413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24414 Date:   Sun Aug 31 00:39:48 2008 +0200
24415
24416     smdk6400: add gitignore
24417
24418     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24419
24420 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
24421 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24422 Date:   Sun Aug 31 00:39:48 2008 +0200
24423
24424     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
24425
24426     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24427
24428 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
24429 Author: Guennadi Liakhovetski <lg@denx.de>
24430 Date:   Sun Aug 31 00:39:47 2008 +0200
24431
24432     smdk6400: remove redundant bootargs definition
24433
24434     Double bootargs setting leads to a duplicated environmant entry.
24435
24436     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24437
24438 commit 11edcfe260f20dcea79284a3e95270989d433854
24439 Author: Guennadi Liakhovetski <lg@denx.de>
24440 Date:   Sun Aug 31 00:39:47 2008 +0200
24441
24442     ARM: Add support for S3C6400 based SMDK6400 board
24443
24444     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
24445     driver for it too. The board can also boot from the NOR flash, but due to
24446     hardware limitations it can only address 64KiB on it, which is not enough
24447     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
24448
24449     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24450
24451 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
24452 Author: Guennadi Liakhovetski <lg@denx.de>
24453 Date:   Sun Aug 31 00:39:47 2008 +0200
24454
24455     NAND: add NAND driver for S3C64XX
24456
24457     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
24458
24459     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24460
24461 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
24462 Author: Guennadi Liakhovetski <lg@denx.de>
24463 Date:   Sun Aug 31 00:39:47 2008 +0200
24464
24465     S3C64XX: remove broken HWFLOW support from the serial driver
24466
24467     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
24468     broken and currently unused. Remove it.
24469
24470     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24471
24472 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
24473 Author: Guennadi Liakhovetski <lg@denx.de>
24474 Date:   Sun Aug 31 00:39:47 2008 +0200
24475
24476     serial: add S3C64XX serial driver
24477
24478     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
24479
24480     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24481
24482 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
24483 Author: Guennadi Liakhovetski <lg@denx.de>
24484 Date:   Sun Aug 31 00:39:46 2008 +0200
24485
24486     USB: Add support for OHCI controller on S3C6400
24487
24488     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
24489     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
24490     it should work too and we could still profit from instruction cache.
24491
24492     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24493
24494 commit 9b07773f8883665b002500c190507e9fd99b7181
24495 Author: Guennadi Liakhovetski <lg@denx.de>
24496 Date:   Sun Aug 31 00:39:46 2008 +0200
24497
24498     ARM: Add arm1176 core with S3C6400 SoC
24499
24500     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
24501
24502     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24503
24504 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
24505 Author: Sandeep Paulraj <s-paulraj@ti.com>
24506 Date:   Sun Aug 31 00:39:46 2008 +0200
24507
24508     ARM DaVinci: Changing function names for EMAC driver
24509
24510     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
24511     By replacing all the function names that start with dm644x_* to davinci_*
24512     we make these function more portable. I have tested this change on my EVM.
24513     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
24514     be sending patches that add DaVinci DM6467 support to the list soon.
24515
24516     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
24517
24518 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
24519 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
24520 Date:   Sat Aug 30 23:21:30 2008 +0200
24521
24522     Integrator[AP/CP] - Remove unused file memsetup.S
24523
24524     - memsetup.s is changed/merged to lowlevel_init.S
24525       memsetup.S has a global label memsetup that just returns back to caller
24526     - memsetup global label is changed/merged to lowlevel_init
24527       This label is not called from anywhere.
24528
24529     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
24530
24531 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
24532 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24533 Date:   Wed Aug 27 21:35:52 2008 +0200
24534
24535     ARM DaVinci: Standardize names of directories/files
24536
24537     ARM DaVinci: Standardize names of directories/files.
24538
24539     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24540     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24541
24542 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
24543 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24544 Date:   Fri Jul 11 15:10:13 2008 -0400
24545
24546     ARM DaVinci: Move common functions to board/davinci/common
24547
24548     ARM DaVinci: Move common functions to board/davinci/common.
24549
24550     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24551
24552 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
24553 Author: Stefan Roese <sr@denx.de>
24554 Date:   Fri Aug 29 11:56:49 2008 +0200
24555
24556     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
24557
24558     This function is needed for the new NAND infrastructure. We only need
24559     a dummy implementation though for the NDFC.
24560
24561     Signed-off-by: Stefan Roese <sr@denx.de>
24562
24563 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
24564 Author: Stefan Roese <sr@denx.de>
24565 Date:   Fri Aug 29 12:06:27 2008 +0200
24566
24567     ppc4xx: Increase image size for NAND boot target
24568
24569     This is needed since now with HUSH enabled (amcc-common.h) the image
24570     read from NAND exceeds the previous limit.
24571
24572     Signed-off-by: Stefan Roese <sr@denx.de>
24573
24574 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
24575 Author: Ben Warren <biggerbadderben@gmail.com>
24576 Date:   Thu Aug 28 23:58:30 2008 -0700
24577
24578     Move MPC512x_FEC driver to drivers/net
24579
24580     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24581
24582 commit 80b00af01b3c9154774de2936f05a051e92f6a03
24583 Author: Ben Warren <biggerbadderben@gmail.com>
24584 Date:   Thu Aug 28 23:58:29 2008 -0700
24585
24586     Move MPC5xxx_FEC driver to drivers/net
24587
24588     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24589
24590 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
24591 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24592 Date:   Fri Aug 29 21:53:57 2008 +0200
24593
24594     cmd_terminal: remove no need ifdef
24595
24596     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24597
24598 commit 578118bdf122877ae769776be002255be447b4fa
24599 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24600 Date:   Fri Aug 29 21:53:57 2008 +0200
24601
24602     common/Makefile: order by functionality
24603
24604     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24605
24606 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
24607 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24608 Date:   Fri Aug 29 21:53:56 2008 +0200
24609
24610     miiphyutil: Move conditional compilation to Makefile
24611
24612     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24613
24614 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
24615 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24616 Date:   Fri Aug 29 21:53:37 2008 +0200
24617
24618     autoscript: Move conditional compilation to Makefile
24619
24620     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24621
24622 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
24623 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24624 Date:   Fri Aug 29 01:18:11 2008 +0200
24625
24626     crc16: move to lib_generic
24627
24628     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24629
24630 commit 55195773eacefb22dd483a3c560ea30a14263ce1
24631 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24632 Date:   Fri Aug 29 01:18:01 2008 +0200
24633
24634     miiphybb: move to drivers/net/phy
24635
24636     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24637
24638 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
24639 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24640 Date:   Thu Aug 28 12:31:51 2008 +0200
24641
24642     soft_spi: move to drivers/spi
24643
24644     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24645
24646 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
24647 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24648 Date:   Thu Aug 28 12:31:51 2008 +0200
24649
24650     soft_i2c: move to drivers/i2c
24651
24652     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24653
24654 commit 717a222229fdb77703e9174d0eb08a4b41febf49
24655 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24656 Date:   Thu Aug 28 12:31:48 2008 +0200
24657
24658     gunzip: move to lib_generic
24659
24660     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24661
24662 commit 52aef8f9ba28b747973bf76741c23db658d5773c
24663 Author: Wolfgang Ocker <weo@reccoware.de>
24664 Date:   Tue Aug 26 19:55:23 2008 +0200
24665
24666     ppc4xx: NAND configuration
24667
24668     Made NAND bank configuration setting a config variable.
24669
24670     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
24671     Signed-off-by: Stefan Roese <sr@denx.de>
24672
24673 commit 5bc542a593abc9e974fbd34704af85c37c366c60
24674 Author: Victor Gallardo <vgallardo@amcc.com>
24675 Date:   Thu Aug 28 16:03:28 2008 -0700
24676
24677     ppc4xx: fix UIC external_interrupt hang on UIC0
24678
24679     This patch fixes a UIC external_interrupt hang if critical or non-critical
24680     interrupt is set at the same time as a normal interrupt is set on UIC0.
24681
24682     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
24683     Signed-off-by: Stefan Roese <sr@denx.de>
24684
24685 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
24686 Author: Prodyut  Hazarika <phazarika@amcc.com>
24687 Date:   Wed Aug 27 16:39:00 2008 -0700
24688
24689     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
24690
24691     Removed Magic numbers from Initialization preload registers
24692     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
24693     About 5-7% improvement seen for LMBench memtests
24694
24695     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
24696     Signed-off-by: Stefan Roese <sr@denx.de>
24697
24698 commit 8a490422bed685c9491274ec997f62061d88620b
24699 Author: John Rigby <jrigby@freescale.com>
24700 Date:   Thu Aug 28 13:17:07 2008 -0600
24701
24702     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
24703
24704     MPC5121 rev 2 silicon has a new register for controlling how long
24705     CS is asserted after deassertion of ALE in multiplexed mode.
24706
24707     The default is to assert CS together with ALE.  The alternative
24708     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
24709
24710     The default is wrong for the NOR flash and CPLD on the ADS5121.
24711
24712     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
24713     it does so conditionally based on silicon rev 2.0 or greater.
24714
24715     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
24716     Signed-off-by: John Rigby <jrigby@freescale.com>
24717
24718 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
24719 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24720 Date:   Tue Aug 19 00:56:46 2008 +0600
24721
24722     Add I2C frequency dividers for ColdFire
24723
24724     The existing I2C freqency dividers for FDR does not apply
24725     to ColdFire platforms; thus, a seperate table is added
24726     based on MCF5xxx Reference Manual
24727
24728     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
24729     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24730     Acked-by: Tabi Timur <timur@freescale.com>
24731
24732 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
24733 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24734 Date:   Tue Aug 19 03:01:19 2008 +0600
24735
24736     ColdFire: I2C fix for multiple platforms
24737
24738     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24739
24740 commit d53cf6a9c7423cba668b867978648645f71c3090
24741 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24742 Date:   Tue Aug 19 00:37:13 2008 +0600
24743
24744     ColdFire: Add CONFIG_MII_INIT for M5272C3
24745
24746     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24747
24748 commit f78ced3028d4130b24a318943a70cf5584ab16f4
24749 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24750 Date:   Tue Aug 19 00:26:25 2008 +0600
24751
24752     ColdFire: Multiple fixes for MCF5445x platforms
24753
24754     Add FEC pin set and mii reset in __mii_init(). Change
24755     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
24756     change cfi_offset to 0, and change CFG_FLASH_CFI to
24757     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
24758     M54455EVB env settings in configuration file.
24759
24760     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24761
24762 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
24763 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24764 Date:   Fri Aug 15 18:24:25 2008 +0000
24765
24766     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
24767
24768     The user manuals recommend 7.
24769
24770     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
24771     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24772
24773 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
24774 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24775 Date:   Fri Aug 15 16:50:07 2008 +0000
24776
24777     ColdFire: Raise uart baudrate to 115200 bps
24778
24779     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
24780     uart baudrate increase from 19200 to 115200 bps
24781
24782     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24783
24784 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
24785 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24786 Date:   Wed Aug 13 12:07:03 2008 +0000
24787
24788     ColdFire: Fix board.c warning message
24789
24790     Implicit declaration of nand_init() warning message
24791
24792     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24793
24794 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
24795 Author: Kumar Gala <galak@kernel.crashing.org>
24796 Date:   Wed Aug 27 01:10:34 2008 -0500
24797
24798     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
24799
24800     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24801
24802 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
24803 Author: Heiko Schocher <hs@denx.de>
24804 Date:   Thu Aug 21 20:44:49 2008 +0200
24805
24806     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
24807
24808     Signed-off-by: Heiko Schocher <hs@denx.de>
24809
24810 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
24811 Author: Kumar Gala <galak@kernel.crashing.org>
24812 Date:   Tue Aug 19 14:46:36 2008 -0500
24813
24814     mpc85xx: remove redudant code with lib_ppc/interrupts.c
24815
24816     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
24817     not show how that happened, but there is no good reason for it.
24818
24819     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
24820     they exist.
24821
24822     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24823
24824 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
24825 Author: Kumar Gala <galak@kernel.crashing.org>
24826 Date:   Fri Jul 25 13:31:05 2008 -0500
24827
24828     mpc85xx: Add support for the MPC8536DS reference board
24829
24830     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24831     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
24832     Signed-off-by: Dejan Minic <minic@freescale.com>
24833     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24834     Signed-off-by: Dave Liu <daveliu@freescale.com>
24835     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24836
24837 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
24838 Author: Kumar Gala <galak@kernel.crashing.org>
24839 Date:   Tue Aug 12 11:14:19 2008 -0500
24840
24841     mpc85xx: Add support for the MPC8536
24842
24843     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
24844     also have SERDES init code for the 8536.
24845
24846     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24847     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
24848     Signed-off-by: Dejan Minic <minic@freescale.com>
24849     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24850     Signed-off-by: Dave Liu <daveliu@freescale.com>
24851
24852 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
24853 Author: Kumar Gala <galak@kernel.crashing.org>
24854 Date:   Tue Aug 12 11:13:08 2008 -0500
24855
24856     mpc85xx: Add support for the MPC8572DS reference board
24857
24858     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24859
24860 commit 457caecdbca3df21a93abff19eab12dbc61b7897
24861 Author: Kumar Gala <galak@kernel.crashing.org>
24862 Date:   Wed Aug 27 01:05:35 2008 -0500
24863
24864     FSL DDR: Remove old SPD support from cpu/mpc85xx
24865
24866     All 85xx boards have been converted to the new code so we can
24867     remove the old SPD DDR setup code.
24868
24869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24870
24871 commit 0e7927db138976469e7257e29c1338050a50fcd9
24872 Author: Kumar Gala <galak@kernel.crashing.org>
24873 Date:   Wed Aug 27 01:04:07 2008 -0500
24874
24875     FSL DDR: Convert STXSSA to new DDR code.
24876
24877     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24878
24879 commit c360d9b970fbb9c13744c355879671165bbb9b9e
24880 Author: Kumar Gala <galak@kernel.crashing.org>
24881 Date:   Wed Aug 27 01:03:42 2008 -0500
24882
24883     FSL DDR: Convert STXGP3 to new DDR code.
24884
24885     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24886
24887 commit 8e55313b7ae12352a343f9b9962e662dbd897187
24888 Author: Kumar Gala <galak@kernel.crashing.org>
24889 Date:   Tue Aug 26 23:52:58 2008 -0500
24890
24891     FSL DDR: Convert SBC8560 to new DDR code.
24892
24893     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24894
24895 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
24896 Author: Kumar Gala <galak@kernel.crashing.org>
24897 Date:   Tue Aug 26 23:52:32 2008 -0500
24898
24899     FSL DDR: Convert MPC8540EVAL to new DDR code.
24900
24901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24902
24903 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
24904 Author: Kumar Gala <galak@kernel.crashing.org>
24905 Date:   Tue Aug 26 23:52:07 2008 -0500
24906
24907     FSL DDR: Convert PM856 to new DDR code.
24908
24909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24910
24911 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
24912 Author: Kumar Gala <galak@kernel.crashing.org>
24913 Date:   Tue Aug 26 23:51:49 2008 -0500
24914
24915     FSL DDR: Convert PM854 to new DDR code.
24916
24917     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24918
24919 commit 33b9079ba20926f14238fff863b68a98e938948e
24920 Author: Kumar Gala <galak@kernel.crashing.org>
24921 Date:   Tue Aug 26 23:15:28 2008 -0500
24922
24923     FSL DDR: Convert sbc8548 to new DDR code.
24924
24925     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24926
24927 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
24928 Author: Kumar Gala <galak@kernel.crashing.org>
24929 Date:   Tue Aug 26 23:14:14 2008 -0500
24930
24931     FSL DDR: Convert atum8548 to new DDR code.
24932
24933     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24934
24935 commit be0bd8234b9777ecd63c4c686f72af070d886517
24936 Author: Kumar Gala <galak@kernel.crashing.org>
24937 Date:   Tue Aug 26 22:56:56 2008 -0500
24938
24939     FSL DDR: Convert socrates to new DDR code.
24940
24941     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24942
24943 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
24944 Author: Kumar Gala <galak@kernel.crashing.org>
24945 Date:   Tue Aug 26 08:02:30 2008 -0500
24946
24947     FSL DDR: Convert MPC8544DS to new DDR code.
24948
24949     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24950
24951 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
24952 Author: Jon Loeliger <jdl@freescale.com>
24953 Date:   Tue Mar 18 13:51:05 2008 -0500
24954
24955     FSL DDR: Convert MPC8568MDS to new DDR code.
24956
24957     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24959
24960 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
24961 Author: Jon Loeliger <jdl@freescale.com>
24962 Date:   Tue Mar 18 13:51:06 2008 -0500
24963
24964     FSL DDR: Convert MPC8548CDS to new DDR code.
24965
24966     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24967     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24968
24969 commit aa11d85cf318b961e029fe50d68ca47d004bce93
24970 Author: Jon Loeliger <jdl@freescale.com>
24971 Date:   Mon Mar 17 15:48:18 2008 -0500
24972
24973     FSL DDR: Convert MPC8541CDS to new DDR code.
24974
24975     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24977
24978 commit 2b40edb10d81da7bba724edbccd7f53777112579
24979 Author: Jon Loeliger <jdl@freescale.com>
24980 Date:   Tue Mar 18 11:12:42 2008 -0500
24981
24982     FSL DDR: Convert MPC8555ADS to new DDR code.
24983
24984     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24985     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24986
24987 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
24988 Author: Jon Loeliger <jdl@freescale.com>
24989 Date:   Tue Mar 18 11:12:44 2008 -0500
24990
24991     FSL DDR: Convert MPC8560ADS to new DDR code.
24992
24993     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24995
24996 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
24997 Author: Kumar Gala <galak@kernel.crashing.org>
24998 Date:   Fri Jun 6 13:12:18 2008 -0500
24999
25000     FSL DDR: Convert MPC8540ADS to new DDR code.
25001
25002     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25003
25004 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
25005 Author: Kumar Gala <galak@kernel.crashing.org>
25006 Date:   Tue Aug 26 21:34:55 2008 -0500
25007
25008     FSL DDR: Add 85xx specific register setting
25009
25010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25011
25012 commit 6fb1b7346849ccd0c20306143e334f5b76143070
25013 Author: Kumar Gala <galak@kernel.crashing.org>
25014 Date:   Mon Jun 9 11:07:46 2008 -0500
25015
25016     FSL DDR: Add e500 TLB helper for DDR code
25017
25018     Provide a helper function that board code can call to map TLBs when
25019     setting up DDR.
25020
25021     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25022
25023 commit d26b739afe5a6760bd345743188759cd9d0f3b47
25024 Author: Andrew Dyer <adyer@righthandtech.com>
25025 Date:   Tue Aug 26 17:03:38 2008 -0500
25026
25027     dm9000 remove dead external phy support, gpio fix
25028
25029     dm9000 has code to detect and initialize external phy parts, but later
25030     on in the code the part is forced to use the internal phy
25031     unconditionally.  Remove the unused/untested code.
25032
25033     change the GPIO initialization so that only the GPIO used as an
25034     internal phy reset (hardwired in the chip) is set as an output.  The
25035     remaining GPIO need to be handled by board specific code to prevent
25036     possible drive conflicts.  Set as inputs for safety.
25037
25038     replace a few magic numbers with defines
25039
25040     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
25041     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25042
25043 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
25044 Author: Peter Tyser <ptyser@xes-inc.com>
25045 Date:   Tue Aug 26 11:17:48 2008 -0500
25046
25047     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
25048
25049     cmd_net.c command descriptions were updated to describe the optional
25050     hostIPaddr argument.  The dhcp command help message was also updated
25051     to more closely reflect the other commands in cmd_net.c
25052
25053     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25054     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25055
25056 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
25057 Author: Remy Bohmer <linux@bohmer.net>
25058 Date:   Wed Aug 20 11:30:28 2008 +0200
25059
25060     Fix bogus error message in the DHCP handler
25061
25062     The DHCP handler has 1 state that is not listed in this case, causing a
25063     failure message when there is actually no failure.
25064
25065     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25066     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25067
25068 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
25069 Author: Remy Bohmer <linux@bohmer.net>
25070 Date:   Wed Aug 20 11:30:27 2008 +0200
25071
25072     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
25073
25074     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
25075     missing extern inside the net/bootp.h header
25076
25077     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25078     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25079
25080 commit 1803f7f91ff35ca402259065df7557107dcf28a2
25081 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25082 Date:   Tue Aug 19 21:26:32 2008 +0000
25083
25084     ColdFire: Add FEC Buffer descriptors in SRAM
25085
25086     Add FEC Buffer descriptors and data buffer in SRAM for
25087     faster execution and access.
25088
25089     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25090     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25091
25092 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
25093 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25094 Date:   Thu Aug 21 23:55:11 2008 +0000
25095
25096     Fix ColdFire FEC warning messages
25097
25098     Types mismatch and implicit declaration of icache_invalid()
25099     warning messages
25100
25101     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25102     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25103
25104 commit 6a002171098e968bd5b362347d2831224fab6048
25105 Author: Ben Warren <biggerbadderben@gmail.com>
25106 Date:   Sat Jul 12 00:17:50 2008 -0700
25107
25108     Moved initialization of SKGE Ethernet driver to board code.
25109
25110     The only board using this driver is the SL8245 board.
25111     Removed initialization for the driver from net/eth.c
25112
25113     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25114
25115 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
25116 Author: Ben Warren <biggerbadderben@gmail.com>
25117 Date:   Sat Jul 12 00:08:45 2008 -0700
25118
25119     Moved conditional compilation to Makefile for SK98 Ethernet driver
25120
25121     Brute-force removal of #ifdefs.  Didn't touch the code.
25122     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25123
25124 commit 65d3d99c28dc363d15eaee78225ff643df499b97
25125 Author: Ben Warren <biggerbadderben@gmail.com>
25126 Date:   Fri Jul 11 23:42:19 2008 -0700
25127
25128     Moved initialization of ULI526X Ethernet driver to board code.
25129
25130     The only board using this driver is the Freescale MPC8610HPCD board.
25131     Removed initialization for the driver from net/eth.c
25132
25133     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25134
25135 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
25136 Author: Ben Warren <biggerbadderben@gmail.com>
25137 Date:   Fri Jul 11 23:15:28 2008 -0700
25138
25139     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
25140
25141     Added board_eth_init() function to bf537-stamp board.
25142     Removed initialization for the Blackin EMAC driver from net/eth.c
25143
25144     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25145
25146 commit fc363ce35408f348cacced68505f3747a53e3d7c
25147 Author: Ben Warren <biggerbadderben@gmail.com>
25148 Date:   Wed Jul 9 01:04:19 2008 -0700
25149
25150     Moved initialization of GRETH Ethernet driver to CPU directory
25151
25152     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
25153     removed code from net/eth.c
25154
25155     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25156
25157 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
25158 Author: Ben Warren <biggerbadderben@gmail.com>
25159 Date:   Tue Aug 26 22:16:25 2008 -0700
25160
25161     Moved initialization of MCFFEC Ethernet driver to CPU directory
25162
25163     Added a cpu_eth_init() function to coldfire CPU directories and
25164     removed code from net/eth.c
25165
25166     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25167
25168 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
25169 Author: Ben Warren <biggerbadderben@gmail.com>
25170 Date:   Tue Aug 26 22:12:36 2008 -0700
25171
25172     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
25173
25174     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
25175     removed code from net/eth.c
25176
25177     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25178
25179 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
25180 Author: Kumar Gala <galak@kernel.crashing.org>
25181 Date:   Tue Aug 26 15:01:38 2008 -0500
25182
25183     FSL DDR: Remove old SPD support from cpu/mpc86xx
25184
25185     All 86xx boards have been converted to the new code so we can
25186     remove the old SPD DDR setup code.
25187
25188     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25189
25190 commit 9bd4e5911b750837515466bc7449087698b88e0e
25191 Author: Kumar Gala <galak@kernel.crashing.org>
25192 Date:   Tue Aug 26 15:01:37 2008 -0500
25193
25194     FSL DDR: Convert SBC8641D to new DDR code.
25195
25196     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25197
25198 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
25199 Author: Jon Loeliger <jdl@freescale.com>
25200 Date:   Tue Aug 26 15:01:36 2008 -0500
25201
25202     FSL DDR: Convert MPC8610HPCD to new DDR code.
25203
25204     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25206
25207 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
25208 Author: Kumar Gala <galak@kernel.crashing.org>
25209 Date:   Tue Aug 26 15:01:35 2008 -0500
25210
25211     FSL DDR: Convert MPC8641HPCN to new DDR code.
25212
25213     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25214     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25215
25216 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
25217 Author: Kumar Gala <galak@kernel.crashing.org>
25218 Date:   Tue Aug 26 15:01:34 2008 -0500
25219
25220     FSL DDR: Add 86xx specific register setting
25221
25222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25223
25224 commit 233fdd502a6c227f476212b3097653ad48d7e254
25225 Author: Kumar Gala <galak@kernel.crashing.org>
25226 Date:   Tue Aug 26 15:01:32 2008 -0500
25227
25228     FSL DDR: Add DDR2 DIMM paramter support
25229
25230     Compute DIMM parameters based upon the SPD information.
25231
25232     Signed-off-by: James Yang <James.Yang@freescale.com>
25233     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25234     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25235
25236 commit 05c05a2363a6ac11e0e405926034546ffad71fad
25237 Author: Kumar Gala <galak@kernel.crashing.org>
25238 Date:   Tue Aug 26 15:01:30 2008 -0500
25239
25240     FSL DDR: Add DDR1 DIMM paramter support
25241
25242     Compute DIMM parameters based upon the SPD information in spd.
25243
25244     Signed-off-by: James Yang <James.Yang@freescale.com>
25245     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25246     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25247
25248 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
25249 Author: Kumar Gala <galak@kernel.crashing.org>
25250 Date:   Tue Aug 26 15:01:29 2008 -0500
25251
25252     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
25253
25254     The main purpose of this rewrite it to be able to share the same
25255     initialization code on all FSL PowerPC products that have DDR
25256     controllers.  (83xx, 85xx, 86xx).
25257
25258     The code is broken up into the following steps:
25259         GET_SPD
25260         COMPUTE_DIMM_PARMS
25261         COMPUTE_COMMON_PARMS
25262         GATHER_OPTS
25263         ASSIGN_ADDRESSES
25264         COMPUTE_REGS
25265         PROGRAM_REGS
25266
25267     This allows us to share more code an easily allow for board specific code
25268     overrides.
25269
25270     Additionally this code base adds support for >4G of DDR and provides a
25271     foundation for supporting interleaving on processors with more than one
25272     controller.
25273
25274     Signed-off-by: James Yang <James.Yang@freescale.com>
25275     Signed-off-by: Jon Loeliger <jdl@freescale.com>
25276     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
25277     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25279
25280 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
25281 Author: Kumar Gala <galak@kernel.crashing.org>
25282 Date:   Tue Aug 26 15:01:28 2008 -0500
25283
25284     FSL DDR: Provide a generic set_ddr_laws()
25285
25286     Provide a helper function that will setup the last available
25287     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
25288
25289     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25290
25291 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
25292 Author: James Yang <James.Yang@freescale.com>
25293 Date:   Tue Aug 26 15:01:27 2008 -0500
25294
25295     Add proper SPD definitions for DDR1/2/3
25296
25297     Also adds helper functions for DDR1/2 to verify the checksum.
25298
25299     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25300
25301 commit 285db74716c724ae8a0ff177878fd09a74428c7b
25302 Author: Wolfgang Denk <wd@denx.de>
25303 Date:   Wed Aug 27 01:02:48 2008 +0200
25304
25305     Update CHANGELOG
25306
25307     Signed-off-by: Wolfgang Denk <wd@denx.de>
25308
25309 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
25310 Author: Heiko Schocher <hs@denx.de>
25311 Date:   Tue Aug 19 10:08:49 2008 +0200
25312
25313     Add support for muas3001 board (MPC8270)
25314
25315     Signed-off-by: Heiko Schocher <hs@denx.de>
25316
25317 commit 322098bff32410d2a00031649b47c4ec90a66d9a
25318 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25319 Date:   Tue Aug 19 08:31:18 2008 +0530
25320
25321     common/cmd_load.c cleanup - remove unused variables
25322
25323     - Remove unused global variable os_data_count.
25324     - Remove unused variable z.
25325
25326     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
25327
25328 commit 306620b762a4f9fa6678568ad2e8772dec145208
25329 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25330 Date:   Mon Aug 18 13:35:27 2008 +0200
25331
25332     remove MVS1 board
25333
25334     MVS1 board has reached end-of-life and can be removed completely.
25335
25336     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25337
25338 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
25339 Author: Kumar Gala <galak@kernel.crashing.org>
25340 Date:   Fri Aug 15 08:24:45 2008 -0500
25341
25342     bootm: refactor do_reset and os boot function args
25343
25344     There is no need for each OS specific function to call do_reset() we
25345     can just do it once in bootm. This means its feasible on an error for
25346     the OS boot function to return.
25347
25348     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
25349     functions.  flag isn't currently used but might be in the future so
25350     we left it alone.
25351
25352     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25353
25354 commit 40afac22a9c602e55c501c800f1c064324711b56
25355 Author: Kumar Gala <galak@kernel.crashing.org>
25356 Date:   Fri Aug 15 08:24:44 2008 -0500
25357
25358     fdt: Added resize command
25359
25360     Resize the fdt to size + padding to 4k boundary
25361
25362     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25363
25364 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
25365 Author: Kumar Gala <galak@kernel.crashing.org>
25366 Date:   Fri Aug 15 08:24:43 2008 -0500
25367
25368     fdt: refactor initrd related code
25369
25370     Created a new fdt_initrd() to deal with setting the initrd properties
25371     in the device tree and fixing up the mem reserve.  We can use this
25372     both in the choosen node handling and lets us remove some duplicated
25373     code when we fixup the initrd info in bootm on PPC.
25374
25375     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25376
25377 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
25378 Author: Kumar Gala <galak@kernel.crashing.org>
25379 Date:   Fri Aug 15 08:24:42 2008 -0500
25380
25381     fdt: refactor fdt resize code
25382
25383     Move the fdt resizing code out of ppc specific boot code and into
25384     common fdt support code.
25385
25386     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25387
25388 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
25389 Author: Kumar Gala <galak@kernel.crashing.org>
25390 Date:   Fri Aug 15 08:24:41 2008 -0500
25391
25392     bootm: refactor image detection and os load steps
25393
25394     Created a bootm_start() that handles the parsing and detection of all
25395     the images that will be used by the bootm command (OS, ramdisk, fdt).
25396     As part of this we now tract all the relevant image offsets in the
25397     bootm_headers_t struct. This will allow us to have all the needed
25398     state for future sub-commands and lets us reduce a bit of arch
25399     specific code on SPARC.
25400
25401     Created a bootm_load_os() that deals with decompression and loading
25402     the OS image.
25403
25404     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25405
25406 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
25407 Author: Kumar Gala <galak@kernel.crashing.org>
25408 Date:   Fri Aug 15 08:24:40 2008 -0500
25409
25410     bootm: move lmb into the bootm_headers_t structure
25411
25412     To allow for persistent state between future bootm subcommands we
25413     need the lmb to exist in a global state.
25414     Moving it into the bootm_headers_t allows us to do that.
25415
25416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25417
25418 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
25419 Author: Kumar Gala <galak@kernel.crashing.org>
25420 Date:   Fri Aug 15 08:24:39 2008 -0500
25421
25422     bootm: Set working fdt address as part of the bootm flow
25423
25424     Set the fdt working address so "fdt FOO" commands can be used as part
25425     of the bootm flow.  Also set an the environment variable "fdtaddr"
25426     with the value.
25427
25428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25429
25430 commit 06a09918f3903450313e2047a9cc258bf5872f46
25431 Author: Kumar Gala <galak@kernel.crashing.org>
25432 Date:   Fri Aug 15 08:24:38 2008 -0500
25433
25434     bootm: refactor fdt locating and relocation code
25435
25436     Move the code that handles finding a device tree blob and relocating
25437     it (if needed) into common code so all arch's have access to it.
25438
25439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25440
25441 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
25442 Author: Kumar Gala <galak@kernel.crashing.org>
25443 Date:   Fri Aug 15 08:24:37 2008 -0500
25444
25445     bootm: refactor ramdisk locating code
25446
25447     Move determing if we have a ramdisk and where its located into the
25448     common code. Keep track of the ramdisk start and end in the
25449     bootm_headers_t image struct.
25450
25451     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25452
25453 commit c160a9544743e80e8889edb2275538e7764ce334
25454 Author: Kumar Gala <galak@kernel.crashing.org>
25455 Date:   Fri Aug 15 08:24:36 2008 -0500
25456
25457     bootm: refactor entry point code
25458
25459     Move entry point code out of each arch and into common code.
25460     Keep the entry point in the bootm_headers_t images struct.
25461
25462     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25463
25464 commit 20220d22b9f41446288588cd2e457e0077a18bed
25465 Author: Randy Vinson <rvinson@mvista.com>
25466 Date:   Wed Aug 13 11:44:57 2008 -0700
25467
25468     mpc7448hpc2: Fix PCI I/O space mapping.
25469
25470     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
25471     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
25472     space such that 0xFA000000 in the processor's address space maps to 0
25473     on the PCI I/O bus.
25474
25475     Signed-off-by Randy Vinson <rvinson@mvista.com>
25476     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
25477
25478 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
25479 Author: Guennadi Liakhovetski <lg@denx.de>
25480 Date:   Wed Aug 13 18:10:26 2008 +0200
25481
25482     i.MX31: Specify maintainers for i.MX31-based boards
25483
25484     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25485     Signed-off-by: Wolfgang Denk <wd@denx.de>
25486
25487 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
25488 Author: Wolfgang Denk <wd@denx.de>
25489 Date:   Tue Aug 26 15:01:28 2008 +0200
25490
25491     ADS5121: adjust image addresses in RAM and flash
25492
25493     Use the same mapping in flash as used by Linux
25494
25495     Signed-off-by: Wolfgang Denk <wd@denx.de>
25496
25497 commit 19f101412c16edee9fd55db4039e1d68a833b28b
25498 Author: Wolfgang Denk <wd@denx.de>
25499 Date:   Tue Aug 26 13:14:34 2008 +0200
25500
25501     cmd_mem.c: Fix help message alignment
25502
25503     Bug was introced by "Big white-space cleanup" (53677ef1)
25504
25505     Signed-off-by: Wolfgang Denk <wd@denx.de>
25506
25507 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
25508 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25509 Date:   Wed Aug 20 11:11:52 2008 +0200
25510
25511     change mvBL-M7 default env and move to vendor subdir
25512
25513     fix mvBL-M7 config and move to matrix_vision subdir
25514
25515     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25516     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25517
25518 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
25519 Author: Nick Spence <nick.spence@freescale.com>
25520 Date:   Fri Aug 22 23:52:40 2008 -0700
25521
25522     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
25523
25524     This patch adds elements to the 83xx sysconf structure and #define values that are used
25525     by mpc83xx family devices.
25526
25527     Signed-off-by: Nick Spence <nick.spence@freescale.com>
25528     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25529
25530 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
25531 Author: Ira W. Snyder <iws@ovro.caltech.edu>
25532 Date:   Fri Aug 22 11:00:15 2008 -0700
25533
25534     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
25535
25536     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
25537     PCI card rather than a host computer.
25538
25539     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
25540     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25541
25542 commit 4ff9aea9d6b5602683a920951ef896996438af62
25543 Author: Ira W. Snyder <iws@ovro.caltech.edu>
25544 Date:   Fri Aug 22 11:00:14 2008 -0700
25545
25546     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
25547
25548     This adds a helper function to unlock the PCI configuration bit, so that
25549     any extra PCI setup (such as outbound windows, etc.) can be done after
25550     using the 83XX_GENERIC_PCI code to set up the PCI bus.
25551
25552     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
25553     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25554
25555 commit 162338e1fcde231ca4d562e5ebd7859456731691
25556 Author: Ira W. Snyder <iws@ovro.caltech.edu>
25557 Date:   Fri Aug 22 11:00:13 2008 -0700
25558
25559     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
25560
25561     Change the MPC8349EMDS board to use the generic PCI initialization code
25562     for the mpc83xx cpu.
25563
25564     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
25565     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25566
25567 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
25568 Author: Kim Phillips <kim.phillips@freescale.com>
25569 Date:   Mon Aug 25 14:53:09 2008 -0500
25570
25571     fix out of tree building
25572
25573     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25574
25575 commit a49d10cf027d059ee15c262010a05cdaec0961e1
25576 Author: Wolfgang Denk <wd@denx.de>
25577 Date:   Mon Aug 25 23:45:41 2008 +0200
25578
25579     Minor coding style cleanup, updte CHANGELOG
25580
25581     Signed-off-by: Wolfgang Denk <wd@denx.de>
25582
25583 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
25584 Author: Stefan Roese <sr@denx.de>
25585 Date:   Wed Aug 20 20:29:38 2008 +0200
25586
25587     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
25588
25589     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
25590     to combine both config options into one line. This even allows defining
25591     both options and not generating the target object twice.
25592
25593     Signed-off-by: Stefan Roese <sr@denx.de>
25594
25595 commit 079edb913dbae147b50a488cf02e03f473fc5f28
25596 Author: Jens Gehrlein <sew_s@tqs.de>
25597 Date:   Fri Jul 4 16:50:05 2008 +0200
25598
25599     MX31: fix bit masks in function mx31_decode_pll()
25600
25601     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
25602
25603     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
25604
25605 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
25606 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25607 Date:   Mon Aug 25 11:11:34 2008 +0200
25608
25609     Correct ARM Versatile Timer Initialization
25610
25611      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
25612        -- Timer Value Register @ TIMER Base + 4 is Read-only.
25613        -- Prescale Value (Bits 3-2 of TIMER Control register)
25614         can only be one of 00,01,10. 11 is undefined.
25615        -- CFG_HZ for Versatile board is set to
25616         #define CFG_HZ          (1000000 / 256)
25617         So Prescale bits is set to indicate
25618         - 8 Stages of Prescale, Clock divided by 256
25619      - The Timer Control Register has one Undefined/Shouldn't Use Bit
25620        So we should do read/modify/write Operation
25621
25622     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
25623
25624 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
25625 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25626 Date:   Mon Aug 25 11:30:29 2008 +0200
25627
25628     Add ARM AMBA PL031 RTC Support
25629
25630     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25631
25632 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
25633 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25634 Date:   Tue Aug 19 16:21:03 2008 -0400
25635
25636     ARM DaVinci: Removed redundant NAND initialization code.
25637
25638     ARM DaVinci: Removed redundant NAND initialization code.
25639
25640     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25641
25642 commit b3fb663b20d995ca41327db877ddb168279b3f62
25643 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25644 Date:   Tue Aug 19 16:21:00 2008 -0400
25645
25646     ARM DaVinci: Fix compilation error with new MTD code.
25647
25648     ARM DaVinci: Fix compilation error with new MTD code.
25649
25650     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25651
25652 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
25653 Author: Gerald Van Baren <vanbaren@cideas.com>
25654 Date:   Fri Aug 22 14:37:05 2008 -0400
25655
25656     Add note on dereferencing /aliases pointers
25657
25658     Replace the "must quote special characters" note with a hint on
25659     how to dereference /aliases pointers by omitting the leading "/".
25660     This feature was introduced by Kumar Gala as a libfdt enhancement
25661     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
25662
25663     Example:
25664
25665     => fdt print /aliases
25666     aliases {
25667             ethernet0 = "/qe@e0100000/ucc@2000";
25668             ethernet1 = "/qe@e0100000/ucc@3000";
25669             serial0 = "/soc8360@e0000000/serial@4500";
25670             serial1 = "/soc8360@e0000000/serial@4600";
25671             pci0 = "/pci@e0008500";
25672     };
25673     => fdt print ethernet0
25674     ucc@2000 {
25675             device_type = "network";
25676             compatible = "ucc_geth";
25677             cell-index = <0x1>;
25678             reg = <0x2000 0x200>;
25679             interrupts = <0x20>;
25680             interrupt-parent = <0x2>;
25681             local-mac-address = [00 00 00 00 00 00];
25682             rx-clock-name = "none";
25683             tx-clock-name = "clk9";
25684             phy-handle = <0x3>;
25685             phy-connection-type = "rgmii-id";
25686             pio-handle = <0x4>;
25687     };
25688
25689     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
25690
25691 commit feeca3f578b7f53c032ba203698751c982f8bf5a
25692 Author: Kumar Gala <galak@kernel.crashing.org>
25693 Date:   Thu Aug 14 08:28:19 2008 -0500
25694
25695     libfdt: Add support for using aliases in fdt_path_offset()
25696
25697     If the path doesn't start with '/' check to see if it matches some alias
25698     under "/aliases" and substitute the matching alias value in the path
25699     and retry the lookup.
25700
25701     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25702     Acked-by: David Gibson <david@gibson.dropbear.id.au>
25703     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
25704
25705 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
25706 Author: David Gibson <david@gibson.dropbear.id.au>
25707 Date:   Wed Aug 6 14:50:49 2008 +1000
25708
25709     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
25710
25711     As well as fdt_subnode_offset(), libfdt includes an
25712     fdt_subnode_offset_namelen() function that takes the subnode name to
25713     look up not as a NUL-terminated string, but as a string with an
25714     explicit length.  This can be useful when the caller has the name as
25715     part of a longer string, such as a full path.
25716
25717     However, we don't have corresponding 'namelen' versions for
25718     fdt_get_property() and fdt_getprop().  There are less obvious use
25719     cases for these variants on property names, but there are
25720     circumstances where they can be useful e.g. looking up property names
25721     which need to be parsed from a longer string buffer such as user input
25722     or a configuration file, or looking up an alias in a path with
25723     IEEE1275 style aliases.
25724
25725     So, since it's very easy to implement such variants, this patch does
25726     so.  The original NUL-terminated variants are, of course, implemented
25727     in terms of the namelen versions.
25728
25729     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25730
25731 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
25732 Author: David Gibson <david@gibson.dropbear.id.au>
25733 Date:   Tue Jul 29 14:51:22 2008 +1000
25734
25735     libfdt: Forgot one function when cleaning the namespace
25736
25737     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
25738     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
25739     chance of collisions with things from whatever package libfdt is
25740     embedded in, pulled into the libfdt build via that environment's
25741     libfdt_env.h.
25742
25743     Except... I missed one.  This patch applies the same treatment to
25744     _stringlist_contains().  While we're at it, also make it static since
25745     it's only used in the same file.
25746
25747     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25748
25749 commit 46390da15411351fc3b498bd8c1615f78fe80df0
25750 Author: Wolfram Sang <w.sang@pengutronix.de>
25751 Date:   Wed Jul 9 11:22:44 2008 +0200
25752
25753     libfdt: Improve documentation in libfdt.h
25754
25755     Fix a few typos and mistakes.
25756
25757     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
25758     Acked-by: David Gibson <david@gibson.dropbear.id.au>
25759
25760 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
25761 Author: David Gibson <david@gibson.dropbear.id.au>
25762 Date:   Wed Jul 9 14:10:24 2008 +1000
25763
25764     libfdt: Increase namespace-pollution paranoia
25765
25766     libfdt is supposed to easy to embed in projects all and sundry.
25767     Often, it won't be practical to separate the embedded libfdt's
25768     namespace from that of the surrounding project.  Which means there can
25769     be namespace conflicts between even libfdt's internal/static functions
25770     and functions or macros coming from the surrounding project's headers
25771     via libfdt_env.h.
25772
25773     This patch, therefore, renames a bunch of libfdt internal functions
25774     and macros and makes a few other chances to reduce the chances of
25775     namespace collisions with embedding projects.  Specifically:
25776         - Internal functions (even static ones) are now named _fdt_*()
25777
25778         - The type and (static) global for the error table in
25779               fdt_strerror() gain an fdt_ prefix
25780
25781         - The unused macro PALIGN is removed
25782
25783         - The memeq and streq macros are removed and open-coded in the
25784               users (they were only used once each)
25785
25786         - Other macros gain an FDT_ prefix
25787
25788         - To save some of the bulk from the previous change, an
25789               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
25790               FDT_ALIGN(x, FDT_TAGSIZE)
25791
25792     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25793
25794 commit c66830263af19831f2b7db307f79d1943febf7f9
25795 Author: David Gibson <david@gibson.dropbear.id.au>
25796 Date:   Mon Jul 7 10:14:15 2008 +1000
25797
25798     dtc: Enable and fix -Wcast-qual warnings
25799
25800     Enabling -Wcast-qual warnings in dtc shows up a number of places where
25801     we are incorrectly discarding a const qualification.  There are also
25802     some places where we are intentionally discarding the 'const', and we
25803     need an ugly cast through uintptr_t to suppress the warning.  However,
25804     most of these are pretty well isolated with the *_w() functions.  So
25805     in the interests of maximum safety with const qualifications, this
25806     patch enables the warnings and fixes the existing complaints.
25807
25808     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25809     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
25810
25811 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
25812 Author: David Gibson <david@gibson.dropbear.id.au>
25813 Date:   Mon Jul 7 10:10:48 2008 +1000
25814
25815     dtc: Enable and fix -Wpointer-arith warnings
25816
25817     This patch turns on the -Wpointer-arith option in the dtc Makefile,
25818     and fixes the resulting warnings due to using (void *) in pointer
25819     arithmetic.  While convenient, pointer arithmetic on void * is not
25820     portable, so it's better that we avoid it, particularly in libfdt.
25821
25822     Also add necessary definition of uintptr_t needed by David Gibson's
25823     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
25824     comes from stdint.h, which u-boot doesn't have). -- gvb
25825
25826     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25827     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
25828
25829 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
25830 Author: Tirumala R Marri <tmarri@amcc.com>
25831 Date:   Thu Aug 21 21:54:53 2008 -0700
25832
25833     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
25834
25835     During recent PCI-E tests it has been found that current
25836     driverl level and de-emphasis values are not set correctly.
25837     After sweeping throgh all de-ephasis values, it was found that
25838     0x130 is a right value. Where 0x13 is driver level and 0 is
25839     de-emphasis.
25840
25841     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
25842     Signed-off-by: Stefan Roese <sr@denx.de>
25843
25844 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
25845 Author: Remy Bohmer <linux@bohmer.net>
25846 Date:   Wed Aug 20 20:46:56 2008 +0200
25847
25848     Make the YAFFS filesystem work
25849
25850     Recently the YAFFS filesystem support has been added to U-boot.
25851     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
25852
25853     ymount will generate an exception (when dereferencing mtd->readoob()), because
25854     the genericDevice is a null pointer. Further, a lot of logging is produced
25855     while using YAFFS fs, so logging should also be disabled.
25856     Both issues are solved by this patch.
25857
25858     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
25859     in U-boot, as well as in Linux.
25860
25861     Tested on a Atmel AT91SAM9261EK board.
25862
25863     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25864     Acked-by: William Juul <william.juul@tandberg.com>
25865     Signed-off-by: Scott Wood <scottwood@freescale.com>
25866
25867 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
25868 Author: Kyungmin Park <kmpark@infradead.org>
25869 Date:   Tue Aug 19 08:42:53 2008 +0900
25870
25871     Fix OneNAND read_oob/write_oob functions compatability
25872
25873     Also sync with kernel OneNAND codes
25874
25875     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25876     Signed-off-by: Scott Wood <scottwood@freescale.com>
25877
25878 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
25879 Author: Scott Wood <scottwood@freescale.com>
25880 Date:   Mon Aug 18 17:11:20 2008 -0500
25881
25882     NAND: Remove delay from nand_boot_fsl_elbc.c.
25883
25884     It was for debugging purposes, and shouldn't have been left in.
25885
25886     Signed-off-by: Scott Wood <scottwood@freescale.com>
25887
25888 commit f556483734126793522fb7a8cf36af90da78f084
25889 Author: Stefan Roese <sr@denx.de>
25890 Date:   Thu Aug 21 11:05:03 2008 +0200
25891
25892     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
25893
25894     This patch fixes some minor issues introduced with the patch:
25895     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
25896
25897     - Rework memory-queue and PLB arbiter optimization code, that the
25898       local variable is not needed anymore. This removes one #ifdef.
25899     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
25900       of XXX+ 0x01). This was not introduced by Prodyut, just a
25901       copy-paste problem.
25902
25903     Signed-off-by: Stefan Roese <sr@denx.de>
25904
25905 commit 079589bcfb24ba11068460276a3cc9549ab5346f
25906 Author: Prodyut  Hazarika <phazarika@amcc.com>
25907 Date:   Wed Aug 20 09:38:51 2008 -0700
25908
25909     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
25910         PPC405EX and PPC460EX/GT/SX
25911
25912     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
25913       processors
25914     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
25915       across processors (405 and 440/460)
25916     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
25917       processors
25918     - Add register bit definitions for Memory Queue Configuration registers
25919
25920     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
25921     Signed-off-by: Stefan Roese <sr@denx.de>
25922
25923 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
25924 Author: Kumar Gala <galak@kernel.crashing.org>
25925 Date:   Tue Aug 19 15:41:18 2008 -0500
25926
25927     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
25928
25929     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
25930     instead of bd->bi_enetaddr, bi_enet1addr, etc.
25931
25932     This makes the code a bit more flexible to the number of ethernet
25933     interfaces.
25934
25935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25936
25937 commit 4cacf7c64609839f809e2f9c45873f1d65861703
25938 Author: Stefan Roese <sr@denx.de>
25939 Date:   Tue Aug 19 14:57:55 2008 +0200
25940
25941     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
25942
25943     This patch changes the debug_printf() marco for U-Boot in hush.c and
25944     moves the definition of DEBUG_SHELL to a place that is actually compiled
25945     under U-Boot.
25946
25947     Signed-off-by: Stefan Roese <sr@denx.de>
25948
25949 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
25950 Author: Heiko Schocher <hs@denx.de>
25951 Date:   Tue Aug 19 09:57:41 2008 +0200
25952
25953     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
25954
25955     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
25956     missed a few boards:
25957         include/configs/M5253DEMO.h
25958         include/configs/ml507.h
25959         include/configs/redwood.h
25960
25961     This patch fixes this.
25962
25963     Signed-off-by: Heiko Schocher <hs@denx.de>
25964
25965 commit 0768b7a872964085eece8d5e9fec9175e9deb161
25966 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25967 Date:   Mon Aug 18 13:41:27 2008 +0200
25968
25969     Consolidate strmhz() implementation
25970
25971     ARM, i386, m68k and ppc all have identical implementations of strmhz().
25972     Other architectures don't provide this function at all.
25973
25974     This patch moves strmhz() into lib_generic, reducing code duplication
25975     and providing a more unified API across architectures.
25976
25977     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25978
25979 commit a928d0df211f1d829308d335d19be3ca42558dfc
25980 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25981 Date:   Mon Aug 18 12:02:51 2008 +0200
25982
25983     fix mvbc_p board build warnings
25984
25985     fix build warnings @ mvBC-P board by using correct types, i.e. change
25986     out_be32 to out_be16 and out_8 accordingly.
25987
25988     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25989
25990 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
25991 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25992 Date:   Sat Aug 16 18:54:27 2008 +0200
25993
25994     Makefile: fix posix support on find
25995
25996     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25997
25998 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
25999 Author: Axel Beierlein <belatronix@web.de>
26000 Date:   Sat Aug 16 00:30:48 2008 +0200
26001
26002     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
26003
26004     Tested with TQM5200S on STK52XX.200 Board
26005
26006     Signed-off-by: Axel Beierlein <belatronix@web.de>
26007
26008 commit 0800707b6d5041a840a65d556032c15c584b55f8
26009 Author: Peter Tyser <ptyser@xes-inc.com>
26010 Date:   Fri Aug 15 14:36:32 2008 -0500
26011
26012     mod_i2c_mem() bugfix
26013
26014     The last used chip, address, and address length were not being
26015     stored for the imm and imn commands.
26016
26017     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26018
26019 commit 4afbef967275b2f636abae86f91b81becee7ad03
26020 Author: Steven A. Falco <sfalco@harris.com>
26021 Date:   Fri Aug 15 15:37:31 2008 -0400
26022
26023     Fix typo in spelling of ATAPI.
26024
26025     Correct a small spelling mistake.
26026
26027     Signed-off-by: Steven A. Falco <sfalco@harris.com>
26028
26029 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
26030 Author: Steven A. Falco <sfalco@harris.com>
26031 Date:   Fri Aug 15 15:34:10 2008 -0400
26032
26033     Add a hook to allow board-specific PIO mode setting.
26034
26035     This patch adds a hook whereby a board-specific routine can be called to
26036     configure hardware for a PIO mode.  The prototype for the board-specific
26037     routine is:
26038
26039         int inline ide_set_piomode(int pio_mode)
26040
26041     ide_set_piomode should be prepared to configure hardware for a pio_mode
26042     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
26043
26044     Signed-off-by: Steven A. Falco <sfalco@harris.com>
26045
26046 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
26047 Author: Steven A. Falco <sfalco@harris.com>
26048 Date:   Fri Aug 15 15:29:12 2008 -0400
26049
26050     Replace enums in ata.h with an include of libata.h
26051
26052     This patch removes some enums from ata.h and replaces them with an
26053     include of libata.h.  This way, we eliminate duplicated code, and
26054     prevent errors whereby the different versions could be out of sync.
26055
26056     Signed-off-by: Steven A. Falco <sfalco@harris.com>
26057
26058 commit 0de0afbca865ecf482b4d2b635236746def8518f
26059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26060 Date:   Fri Aug 15 18:32:41 2008 +0200
26061
26062     coldfire: fix CFI drivers activation with new macro
26063
26064     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
26065
26066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26067
26068 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
26069 Author: Kumar Gala <galak@kernel.crashing.org>
26070 Date:   Fri Aug 15 08:24:35 2008 -0500
26071
26072     fdt: fdt addr w/o any args reports back the current working address
26073
26074     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26075
26076 commit f953d99fd528a496b400a706b511eaf8e3ea66af
26077 Author: Kumar Gala <galak@kernel.crashing.org>
26078 Date:   Fri Aug 15 08:24:34 2008 -0500
26079
26080     fdt: added the ability to set initrd start/end via chosen command
26081
26082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26083
26084 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
26085 Author: Kumar Gala <galak@kernel.crashing.org>
26086 Date:   Fri Aug 15 08:24:33 2008 -0500
26087
26088     Add command to enable/disable interrupts
26089
26090     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26091
26092 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
26093 Author: Nick Spence <nick.spence@freescale.com>
26094 Date:   Tue Aug 19 22:21:16 2008 -0700
26095
26096     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
26097
26098     This patch fixes a missing vendor code in the flash_real_protect() function.
26099
26100     Signed-off-by: Nick Spence <nick.spence@freescale.com>
26101     Signed-off-by: Stefan Roese <sr@denx.de>
26102
26103 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
26104 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26105 Date:   Tue Aug 19 16:53:39 2008 +0000
26106
26107     CFI: Fix AMD Legacy sector protect
26108
26109     New implement sector lock and unlock or softlock commands
26110     do not exist in AMD legacy flash. Thus, causing issue
26111     when erasing AMD legacy flash (such as lv040)
26112
26113     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26114     Signed-off-by: Stefan Roese <sr@denx.de>
26115
26116 commit 492671404140f09d5b21b3d2ce4e362c0692c069
26117 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26118 Date:   Wed Aug 20 09:40:16 2008 +0200
26119
26120     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
26121
26122     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
26123
26124     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26125
26126 commit 33eac2b3d946fc998a09245dfe54d017079b9056
26127 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26128 Date:   Wed Aug 20 09:28:36 2008 +0200
26129
26130     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
26131
26132     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26133
26134 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
26135 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26136 Date:   Wed Aug 20 09:27:37 2008 +0200
26137
26138     favr-32-ezkit: Fix printf format warnings
26139
26140     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26141
26142 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
26143 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26144 Date:   Fri Aug 15 12:04:25 2008 +0200
26145
26146     MAINTAINERS: Sort avr32 section alphabetically
26147
26148     The rest of the MAINTAINERS file appears to be sorted
26149     almost-alphabetically, but entries for the newly added AVR32 boards were
26150     added somewhat randomly. This patch sorts the list alphabetically again.
26151
26152     Also update my e-mail address. The old one still works, but it may not
26153     work forever.
26154
26155     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26156
26157 commit 13b50fe3bc065c48911fa373231421280855a9d6
26158 Author: Mark Jackson <mpfj@mimc.co.uk>
26159 Date:   Wed Jul 30 13:07:27 2008 +0100
26160
26161     avr32: Add MIMC200 board
26162
26163     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
26164     8MByte FLASH and 128KByte FRAM.
26165
26166     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
26167     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26168
26169 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
26170 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
26171 Date:   Wed Jul 9 21:07:34 2008 +0900
26172
26173     rtl8169: add support for RTL8110SCL
26174
26175     This patch fixes a problem that RTL8110SCL started transfer
26176     with an incorrect memory address.
26177
26178     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
26179     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26180
26181 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
26182 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26183 Date:   Wed Jun 25 15:48:52 2008 -0500
26184
26185     Fix dm9000 receive status and len little endian issue
26186
26187     The received status and len was in little endian
26188     format and caused the ethernet unable to proceed
26189     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
26190
26191     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26192     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26193
26194 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
26195 Author: Kumar Gala <galak@kernel.crashing.org>
26196 Date:   Fri Aug 15 08:24:32 2008 -0500
26197
26198     Clean up usage of icache_disable/dcache_disable
26199
26200     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
26201     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
26202     call icache_disable() right after.  Make it so icache_disable() calls
26203     invalidate_l1_instruction_cache() for us.
26204
26205     Also, dcache_disable() already calls dcache_flush() so there is no point
26206     in the explicit calls of dcache_flush().
26207
26208     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26209
26210 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
26211 Author: Kumar Gala <galak@kernel.crashing.org>
26212 Date:   Fri Aug 15 08:24:31 2008 -0500
26213
26214     Update linux bootm to support ePAPR client interface
26215
26216     The ePAPR spec has some subtle differences from the current device
26217     tree based boot interface to the powerpc linux kernel. The powerpc
26218     linux kernel currently ignores the differences that ePAPR specifies.
26219
26220     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26221
26222 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
26223 Author: Wolfgang Denk <wd@denx.de>
26224 Date:   Mon Aug 18 23:50:20 2008 +0200
26225
26226     Minor code cleanup: keep lists sorted.
26227
26228     Signed-off-by: Wolfgang Denk <wd@denx.de>
26229
26230 commit d0039d4ed275e6ca09fb417895024ad02be118c4
26231 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26232 Date:   Wed Jul 23 19:10:14 2008 +0200
26233
26234     Add support for ADT7460 I2C monitor chip
26235
26236     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26237
26238 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
26239 Author: Michal Simek <monstr@monstr.eu>
26240 Date:   Mon Jul 14 19:45:45 2008 +0200
26241
26242     video: Clean drivers/video/Makefile
26243
26244     Signed-off-by: Michal Simek <monstr@monstr.eu>
26245
26246 commit 871c18dd301752270e1f74328c846c3104be1e2e
26247 Author: Michal Simek <monstr@monstr.eu>
26248 Date:   Mon Jul 14 19:45:37 2008 +0200
26249
26250     rtc: Clean drivers/rtc/Makefile
26251
26252     Signed-off-by: Michal Simek <monstr@monstr.eu>
26253
26254 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
26255 Author: Michal Simek <monstr@monstr.eu>
26256 Date:   Mon Jul 14 19:45:35 2008 +0200
26257
26258     i2c: Clean drivers/i2c/ Makefile
26259
26260     Signed-off-by: Michal Simek <monstr@monstr.eu>
26261
26262 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
26263 Author: Harald Welte <laforge@openmoko.org>
26264 Date:   Wed Jul 9 22:30:30 2008 +0800
26265
26266     Add 'license' command to U-Boot command line
26267
26268     The 'license' command includes the U-Boot license (GPLv2) into the
26269     actual bootloader binary. The license text can be shown interactively
26270     at the U-Boot commandline.
26271
26272     For products where the commandline can actually be accessed by the
26273     end user, this helps to prevent inadvertent GPL violations, since the
26274     GPLv2 license text can no longer be 'forgotten' to be included into
26275     the product.
26276
26277     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
26278
26279     Signed-off-by: Harald Welte <laforge@openmoko.org>
26280
26281 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
26282 Author: Harald Welte <laforge@gnumonks.org>
26283 Date:   Sun Jul 6 15:56:38 2008 +0800
26284
26285     add 'unzip' command to u-boot commandline
26286
26287     [PATCH] add new 'unzip' command to u-boot commandline
26288
26289     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
26290     memory to memory, and option CONFIG_CMD_UNZIP to enable it
26291
26292     Signed-off-by: Werner Almesberger <werner@openmoko.org>
26293     Signed-off-by: Harald Welte <laforge@openmoko.org>
26294
26295 commit 07efc9e321619c3dec213310c32e011aa6f02783
26296 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26297 Date:   Wed Aug 6 19:37:17 2008 -0500
26298
26299     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
26300
26301     The CFG_ENV_SIZE is not suitable used for SPI flash erase
26302     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
26303     Add condition check if CFG_ENV_SIZE is larger than
26304     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
26305     erasing.
26306
26307     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26308
26309 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
26310 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26311 Date:   Mon Aug 11 15:54:25 2008 +0000
26312
26313     ColdFire: Multiple fixes for M5282EVB
26314
26315     Incorrect CFG_HZ value, change 1000000 to 1000.
26316     Rename #waring to #warning. RAMBAR1 uses twice
26317     in start.S, rename the later to FLASHBAR. Insert
26318     nop for DRAM setup. And, env_offset in linker file.
26319
26320     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26321
26322 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
26323 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26324 Date:   Mon Aug 11 15:26:43 2008 +0000
26325
26326     ColdFire: Move m5282evb from board to board/freescale
26327
26328     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26329
26330 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
26331 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26332 Date:   Mon Aug 11 15:25:07 2008 +0000
26333
26334     ColdFire: Move m5272c3 from board to board/freescale
26335
26336     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26337
26338 commit 659e9bad629a480f606b286d5703aef7159edf98
26339 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26340 Date:   Mon Aug 11 15:23:16 2008 +0000
26341
26342     ColdFire: Move m5271evb from board to board/freescale
26343
26344     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26345
26346 commit 05316f8ece8206339a208ec052f039cd0f7ca922
26347 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26348 Date:   Mon Aug 11 13:41:49 2008 +0000
26349
26350     ColdFire: Add M54451EVB platform support for MCF5445x
26351
26352     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26353
26354 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
26355 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26356 Date:   Wed Aug 6 19:14:08 2008 -0500
26357
26358     ColdFire: Add Serial Flash support for M54455EVB
26359
26360     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26361
26362 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
26363 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26364 Date:   Wed Jul 23 20:38:53 2008 -0500
26365
26366     ColdFire: Implement SBF feature for M5445EVB
26367
26368     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26369
26370 commit a7323bba229203aae2604afde131ab47bad4eadc
26371 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26372 Date:   Wed Jul 23 17:53:36 2008 -0500
26373
26374     ColdFire: Add SSPI feature for MCF5445x
26375
26376     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26377
26378 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
26379 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26380 Date:   Wed Jul 23 17:37:10 2008 -0500
26381
26382     ColdFire: Use CFI Flash driver for M54455EVB
26383
26384     Remove non-common flash driver in
26385     board/freescale/m54455evb/flash.c. The non-cfi flash will
26386     use CONFIG_FLASH_CFI_LEGACY to configure the flash
26387     attribute.
26388
26389     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26390
26391 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
26392 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26393 Date:   Wed Jul 23 17:11:47 2008 -0500
26394
26395     ColdFire: Add M5253DEMO platform support for MCF5253
26396
26397     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26398
26399 commit 80ba61fd82569af40e04d4a089257b81881884f2
26400 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26401 Date:   Wed Aug 6 14:17:09 2008 -0500
26402
26403     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
26404
26405     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26406
26407 commit d361307e73ce1f6fc68760123f37d4876f851f3e
26408 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26409 Date:   Wed Aug 6 14:11:36 2008 -0500
26410
26411     ColdFire: Fix M5253EVB dram bring up issue
26412
26413     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26414
26415 commit 4b0708093e15b412296328bf81325cf9b69fe512
26416 Author: Wolfgang Denk <wd@denx.de>
26417 Date:   Thu Aug 14 14:41:06 2008 +0200
26418
26419     Coding Style cleanup, update CHANGELOG
26420
26421     Signed-off-by: Wolfgang Denk <wd@denx.de>
26422
26423 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
26424 Author: Scott Wood <scottwood@freescale.com>
26425 Date:   Wed Aug 13 18:24:05 2008 -0500
26426
26427     socrates: Update NAND driver to new API.
26428
26429     Also, fix some minor formatting issues, and simplify the handling of
26430     "state" for writes.
26431
26432     Signed-off-by: Scott Wood <scottwood@freescale.com>
26433
26434 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
26435 Author: Scott Wood <scottwood@freescale.com>
26436 Date:   Wed Aug 13 18:03:40 2008 -0500
26437
26438     quad100hd: Update NAND driver to new API.
26439
26440     Signed-off-by: Scott Wood <scottwood@freescale.com>
26441
26442 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
26443 Author: Scott Wood <scottwood@freescale.com>
26444 Date:   Wed Aug 13 17:53:48 2008 -0500
26445
26446     m5373evb: Update NAND driver to new API.
26447
26448     Signed-off-by: Scott Wood <scottwood@freescale.com>
26449
26450 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
26451 Author: Scott Wood <scottwood@freescale.com>
26452 Date:   Wed Aug 13 17:04:30 2008 -0500
26453
26454     s3c24x0: Update NAND driver to new API.
26455
26456     Signed-off-by: Scott Wood <scottwood@freescale.com>
26457
26458 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
26459 Author: Scott Wood <scottwood@freescale.com>
26460 Date:   Wed Aug 13 15:56:00 2008 -0500
26461
26462     at91: Update board NAND drivers to current API.
26463
26464     Signed-off-by: Scott Wood <scottwood@freescale.com>
26465
26466 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
26467 Author: Kyungmin Park <kmpark@infradead.org>
26468 Date:   Wed Aug 13 09:11:02 2008 +0900
26469
26470     Fix OneNAND build break
26471
26472     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
26473     - fix bufferram management at erase operation
26474     This patch includes the NAND/OneNAND state filed too.
26475
26476     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26477     Signed-off-by: Scott Wood <scottwood@freescale.com>
26478
26479 commit 9483df6408c25f16060432de3868901e352e23bc
26480 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26481 Date:   Wed Aug 13 01:40:43 2008 +0200
26482
26483     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
26484
26485     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26486
26487 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
26488 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26489 Date:   Wed Aug 13 01:40:43 2008 +0200
26490
26491     drivers/mtd/nand: Move conditional compilation to Makefile
26492
26493     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
26494
26495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26496
26497 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
26498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26499 Date:   Wed Aug 13 01:40:42 2008 +0200
26500
26501     drivers/mtd/onenand: Move conditional compilation to Makefile
26502
26503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26504
26505 commit 00b1883a4cac59d97cd297b1a3a398db85982865
26506 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26507 Date:   Wed Aug 13 01:40:42 2008 +0200
26508
26509     drivers/mtd: Move conditional compilation to Makefile
26510
26511     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
26512
26513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26514
26515 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
26516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26517 Date:   Wed Aug 13 01:40:41 2008 +0200
26518
26519     drivers/qe: Move conditional compilation to Makefile
26520
26521     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26522
26523 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
26524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26525 Date:   Wed Aug 13 01:40:40 2008 +0200
26526
26527     drivers/pci: Move conditional compilation to Makefile
26528
26529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26530
26531 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
26532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26533 Date:   Wed Aug 13 01:40:40 2008 +0200
26534
26535     drivers/misc: Move conditional compilation to Makefile
26536
26537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26538
26539 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
26540 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26541 Date:   Wed Aug 13 01:40:40 2008 +0200
26542
26543     drivers/input: Move conditional compilation to Makefile
26544
26545     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26546
26547 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
26548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26549 Date:   Wed Aug 13 01:40:39 2008 +0200
26550
26551     drivers/dma: Move conditional compilation to Makefile
26552
26553     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26554
26555 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
26556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26557 Date:   Wed Aug 13 01:40:39 2008 +0200
26558
26559     drivers/block: Move conditional compilation to Makefile
26560
26561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26562
26563 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
26564 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26565 Date:   Wed Aug 13 01:40:39 2008 +0200
26566
26567     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
26568
26569     move also conditional compilation to Makefile
26570
26571     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26572
26573 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
26574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26575 Date:   Wed Aug 13 01:40:38 2008 +0200
26576
26577     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
26578
26579     move also conditional compilation to Makefile
26580
26581     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26582
26583 commit d6e9ee92e890f67594ab150689510df361133ead
26584 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26585 Date:   Wed Aug 13 01:40:38 2008 +0200
26586
26587     common: Move conditional compilation to Makefile
26588
26589     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26590
26591 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
26592 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26593 Date:   Wed Aug 13 01:40:09 2008 +0200
26594
26595     mx31: move freescale's mx31 boards to vendor board dir
26596
26597     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26598
26599 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
26600 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26601 Date:   Sat Jul 5 23:11:11 2008 +0200
26602
26603     at91: move arch-at91sam9 to arch-at91
26604
26605     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26606
26607 commit 195ccfc5991d48764b2519941e3507f693851d5d
26608 Author: Fathi BOUDRA <fabo@debian.org>
26609 Date:   Wed Aug 6 10:06:20 2008 +0200
26610
26611     OneNAND: Fill in MTD function pointers for OneNAND.
26612
26613     onenand_print_device_info():
26614      - Now returns a string to be placed in mtd->name,
26615        rather than calling printf.
26616      - Remove verbose parameter as it becomes useless.
26617
26618     Signed-off-by: Fathi Boudra <fabo@debian.org>
26619     Signed-off-by: Scott Wood <scottwood@freescale.com>
26620
26621 commit aa646643b6bc250cb3a4966bf728876e0c10d329
26622 Author: Guennadi Liakhovetski <lg@denx.de>
26623 Date:   Wed Aug 6 21:42:07 2008 +0200
26624
26625     nand_spl: Support page-aligned read in nand_load, use chipselect
26626
26627     Supporting page-aligned reads doesn't incure any sinificant overhead, just
26628     a small change in the algorithm. Also replace in_8 with readb, since there
26629     is no in_8 on ARM.
26630
26631     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26632     Signed-off-by: Scott Wood <scottwood@freescale.com>
26633
26634 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
26635 Author: Scott Wood <scottwood@freescale.com>
26636 Date:   Tue Aug 5 11:15:59 2008 -0500
26637
26638     NAND boot: Update large page support for current API.
26639
26640     Also, remove the ctrl variable in favor of passing the constants
26641     directly, and remove redundant (u8) casts.
26642
26643     Signed-off-by: Scott Wood <scottwood@freescale.com>
26644
26645 commit e4c09508545d1c45617ba45391c03c03cbc360b9
26646 Author: Scott Wood <scottwood@freescale.com>
26647 Date:   Mon Jun 30 14:13:28 2008 -0500
26648
26649     NAND boot: MPC8313ERDB support
26650
26651     Note that with older board revisions, NAND boot may only work after a
26652     power-on reset, and not after a warm reset.  I don't have a newer board
26653     to test on; if you have a board with a 33MHz crystal, please let me know
26654     if it works after a warm reset.
26655
26656     Signed-off-by: Scott Wood <scottwood@freescale.com>
26657
26658 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
26659 Author: Scott Wood <scottwood@freescale.com>
26660 Date:   Thu Jun 26 14:06:52 2008 -0500
26661
26662     mpc8313erdb: Enable NAND in config.
26663
26664     Signed-off-by: Scott Wood <scottwood@freescale.com>
26665
26666 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
26667 Author: Guennadi Liakhovetski <lg@denx.de>
26668 Date:   Thu Jul 31 12:38:26 2008 +0200
26669
26670     NAND: Do not write or read a whole block if it is larger than the environment
26671
26672     Environment can be smaller than NAND block size, do not need to read a whole
26673     block and minimum for writing is one page. Also remove an unused variable.
26674
26675     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26676     Signed-off-by: Scott Wood <scottwood@freescale.com>
26677
26678 commit eafcabd15f00c142156235c519fcc55b10993241
26679 Author: Marcel Ziswiler <marcel@ziswiler.com>
26680 Date:   Sun Jun 22 16:30:06 2008 +0200
26681
26682     NAND: chip->state does not always get set.
26683
26684     Fixes an issue with chip->state not always being set causing troubles.
26685
26686     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
26687     Signed-off-by: Scott Wood <scottwood@freescale.com>
26688
26689 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
26690 Author: Ilya Yanok <yanok@emcraft.com>
26691 Date:   Mon Jun 30 15:34:40 2008 +0200
26692
26693     NAND: Scan bad blocks lazily.
26694
26695     Rather than scanning on boot, scan upon the first attempt to check the
26696     badness of a block.  This speeds up boot when not using NAND, and reduces
26697     the likelihood of needing to reflash via JTAG if NAND becomes
26698     nonfunctional.
26699
26700     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
26701     Signed-off-by: Scott Wood <scottwood@freescale.com>
26702
26703 commit dfbf617ff055e4216f78d358b0867c548916d14b
26704 Author: Scott Wood <scottwood@freescale.com>
26705 Date:   Thu Jun 12 13:20:16 2008 -0500
26706
26707     NAND read/write fix
26708
26709     Implement block-skipping read/write, based on a patch from
26710     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
26711
26712     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
26713     Signed-off-by: Scott Wood <scottwood@freescale.com>
26714
26715 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
26716 Author: Scott Wood <scottwood@freescale.com>
26717 Date:   Thu Jun 12 13:13:23 2008 -0500
26718
26719     NAND: Always skip blocks on read/write/boot.
26720
26721     Use of the non-skipping versions was almost always (if not always)
26722     an error, and no valid use case has been identified.
26723
26724     Signed-off-by: Scott Wood <scottwood@freescale.com>
26725
26726 commit e1c3dbada349992875934575c97b328ab2cb33ca
26727 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26728 Date:   Thu Jun 12 11:10:21 2008 -0500
26729
26730     nand: fsl_upm: convert to updated MTD NAND infrastructure
26731
26732     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26733     Signed-off-by: Scott Wood <scottwood@freescale.com>
26734
26735 commit 300253306acc72b1b2e9faf0987f86551151d7cf
26736 Author: Scott Wood <scottwood@freescale.com>
26737 Date:   Thu May 22 15:02:46 2008 -0500
26738
26739     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
26740
26741     The hardware has separate registers for block and page-within-block,
26742     but the division between the two has no apparent relation to the
26743     actual erase block size of the NAND chip.
26744
26745     Signed-off-by: Scott Wood <scottwood@freescale.com>
26746
26747 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
26748 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26749 Date:   Fri Mar 28 22:10:54 2008 +0300
26750
26751     fsl_elbc_nand: workaround for hangs during nand write
26752
26753     Using current driver elbc sometimes hangs during nand write. Reading back
26754     last byte helps though (thanks to Scott Wood for the idea).
26755
26756     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26757     Signed-off-by: Scott Wood <scottwood@freescale.com>
26758
26759 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
26760 Author: Scott Wood <scottwood@freescale.com>
26761 Date:   Fri Mar 21 16:12:51 2008 -0500
26762
26763     Freescale eLBC FCM NAND driver
26764
26765     This is a driver for the Flash Control Machine of the enhanched Local Bus
26766     Controller found on some Freescale chips (such as the mpc8313 and the
26767     mpc8379).
26768
26769     Signed-off-by: Scott Wood <scottwood@freescale.com>
26770
26771 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
26772 Author: Scott Wood <scottwood@freescale.com>
26773 Date:   Tue Mar 18 15:29:14 2008 -0500
26774
26775     Don't panic if a controller driver does ecc its own way.
26776
26777     Some hardware, such as the enhanced local bus controller used on some
26778     mpc83xx chips, does ecc transparently when reading and writing data, rather
26779     than providing a generic calculate/correct mechanism that can be exported to
26780     the nand subsystem.
26781
26782     The subsystem should not BUG() when calculate, correct, or hwctl are
26783     missing, if the methods that call them have been overridden.
26784
26785     Signed-off-by: Scott Wood <scottwood@freescale.com>
26786
26787 commit e52b34d40a8a646e3d11638ea8797e96398dba13
26788 Author: Stefan Roese <sr@denx.de>
26789 Date:   Thu Jan 10 18:47:33 2008 +0100
26790
26791     NAND: Make NAND driver less verbose per default
26792
26793     This patch turns off printing of bad blocks per default upon bootup.
26794     This can always be shown via the "nand bad" command later.
26795
26796     Signed-off-by: Stefan Roese <sr@denx.de>
26797
26798 commit fe56a2772e5c59577df906163d0d4b29b056140e
26799 Author: Sergey Kubushyn <ksi@koi8.net>
26800 Date:   Wed Jan 9 15:36:20 2008 +0100
26801
26802     NAND: Davinci driver updates
26803
26804     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
26805     don't have hardware handy so I can not test it at the moment but changes are
26806     rather trivial so it should work. It would be nice if somebody with a
26807     hardware checked it anyways.
26808
26809     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
26810
26811 commit deac913effd8d80535c9ff4687b6fcdff540c554
26812 Author: Stefan Roese <sr@denx.de>
26813 Date:   Sat Jan 5 16:50:32 2008 +0100
26814
26815     NAND: Fix compilation warning and small coding style issue
26816
26817     Signed-off-by: Stefan Roese <sr@denx.de>
26818
26819 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
26820 Author: Stefan Roese <sr@denx.de>
26821 Date:   Sat Jan 5 16:49:37 2008 +0100
26822
26823     NAND: Update nand_spl driver to match updated nand subsystem
26824
26825     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
26826     the new infrastructure from the updated NAND subsystem. This NAND
26827     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
26828     subsystem.
26829
26830     Signed-off-by: Stefan Roese <sr@denx.de>
26831
26832 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
26833 Author: Stefan Roese <sr@denx.de>
26834 Date:   Sat Jan 5 16:47:58 2008 +0100
26835
26836     NAND: Update 4xx NDFC driver to match updated nand subsystem
26837
26838     This patch changes the 4xx NAND driver ndfc.c to match the new
26839     infrastructure from the updated NAND subsystem. This NAND
26840     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
26841     subsystem.
26842
26843     Tested successfully on AMCC Sequoia and Bamboo.
26844
26845     Signed-off-by: Stefan Roese <sr@denx.de>
26846
26847 commit 12072264528eba33737bc9674e19f0e925ffda23
26848 Author: Stefan Roese <sr@denx.de>
26849 Date:   Sat Jan 5 16:43:25 2008 +0100
26850
26851     NAND: Change nand_wait_ready() to not call nand_wait()
26852
26853     This patch changes nand_wait_ready() to not just call nand_wait(),
26854     since this will send a new command to the NAND chip. We just want to
26855     wait for the chip to become ready here.
26856
26857     Signed-off-by: Stefan Roese <sr@denx.de>
26858
26859 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
26860 Author: William Juul <william.juul@datarespons.no>
26861 Date:   Fri Dec 14 16:33:45 2007 +0100
26862
26863     make nand dump and nand dump.oob work
26864
26865     Signed-off-by: William Juul <william.juul@tandberg.com>
26866     Signed-off-by: Scott Wood <scottwood@freescale.com>
26867
26868 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
26869 Author: William Juul <william.juul@datarespons.no>
26870 Date:   Mon Nov 19 14:46:00 2007 +0100
26871
26872     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
26873
26874     Signed-off-by: William Juul <william.juul@tandberg.com>
26875
26876 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
26877 Author: William Juul <william.juul@tandberg.com>
26878 Date:   Tue Jun 10 16:18:13 2008 -0500
26879
26880     Clean out unneeded files
26881
26882     Signed-off-by: William Juul <william.juul@tandberg.com>
26883
26884 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
26885 Author: William Juul <william.juul@datarespons.no>
26886 Date:   Fri Nov 16 08:44:27 2007 +0100
26887
26888     Create symlinks from yaffs2/direct to yaffs2
26889
26890     Signed-off-by: William Juul <william.juul@tandberg.com>
26891
26892 commit 90ef117b68387d66763291af0117677644166611
26893 Author: William Juul <william.juul@datarespons.no>
26894 Date:   Thu Nov 15 12:23:57 2007 +0100
26895
26896     Incorporate yaffs2 into U-boot
26897
26898     To use YAFFS2 define CONFIG_YAFFS2
26899
26900     Signed-off-by: William Juul <william.juul@tandberg.com>
26901     Signed-off-by: Scott Wood <scottwood@freescale.com>
26902
26903 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
26904 Author: William Juul <william.juul@datarespons.no>
26905 Date:   Thu Nov 15 11:13:05 2007 +0100
26906
26907     YAFFS2 import
26908
26909     Direct import of yaffs as a tarball as of 20071113 from their public
26910     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
26911
26912     The code can also be imported on the command line with:
26913     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
26914     (Hit return when asked for a password)
26915     cvs checkout yaffs2
26916
26917     Signed-off-by: William Juul <william.juul@tandberg.com>
26918     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
26919
26920 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
26921 Author: William Juul <william.juul@datarespons.no>
26922 Date:   Wed Nov 14 14:28:11 2007 +0100
26923
26924     Whitespace cleanup and marking broken code.
26925
26926     Changes requested by maintainer Stefan Roese after
26927     posting patch to U-boot mailing list.
26928
26929     Signed-off-by: William Juul <william.juul@tandberg.com>
26930     Signed-off-by: Scott Wood <scottwood@freescale.com>
26931
26932 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
26933 Author: William Juul <william.juul@datarespons.no>
26934 Date:   Fri Nov 9 13:32:30 2007 +0100
26935
26936     Fixing coding style issues
26937
26938      - Fixing leading white spaces
26939      - Fixing indentation where 4 spaces are used instead of tab
26940      - Removing C++ comments (//), wherever I introduced them
26941
26942     Signed-off-by: William Juul <william.juul@tandberg.com>
26943     Signed-off-by: Scott Wood <scottwood@freescale.com>
26944
26945 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
26946 Author: William Juul <william.juul@datarespons.no>
26947 Date:   Thu Nov 8 10:39:53 2007 +0100
26948
26949     Remove white space at end.
26950
26951     Signed-off-by: William Juul <william.juul@tandberg.com>
26952     Signed-off-by: Scott Wood <scottwood@freescale.com>
26953
26954 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
26955 Author: William Juul <william.juul@datarespons.no>
26956 Date:   Wed Oct 31 13:53:06 2007 +0100
26957
26958     Update MTD to that of Linux 2.6.22.1
26959
26960     A lot changed in the Linux MTD code, since it was last ported from
26961     Linux to U-Boot. This patch takes U-Boot NAND support to the level
26962     of Linux 2.6.22.1 and will enable support for very large NAND devices
26963     (4KB pages) and ease the compatibility between U-Boot and Linux
26964     filesystems.
26965
26966     This patch is tested on two custom boards with PPC and ARM
26967     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
26968     cross compilers.
26969
26970     MAKEALL ppc/arm has some issues:
26971      * DOC/OneNand/nand_spl is not building (I have not tried porting
26972        these parts, and since I do not have any HW and I am not familiar
26973        with this code/HW I think its best left to someone else.)
26974
26975     Except for the issues mentioned above, I have ported all drivers
26976     necessary to run MAKEALL ppc/arm without errors and warnings. Many
26977     drivers were trivial to port, but some were not so trivial. The
26978     following drivers must be examined carefully and maybe rewritten to
26979     some degree:
26980      cpu/ppc4xx/ndfc.c
26981      cpu/arm926ejs/davinci/nand.c
26982      board/delta/nand.c
26983      board/zylonite/nand.c
26984
26985     Signed-off-by: William Juul <william.juul@tandberg.com>
26986     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
26987     Signed-off-by: Scott Wood <scottwood@freescale.com>
26988
26989 commit cd82919e6c8a73b363a26f34b734923844e52d1c
26990 Author: Wolfgang Denk <wd@denx.de>
26991 Date:   Tue Aug 12 16:08:38 2008 +0200
26992
26993     Coding style cleanup, update CHANGELOG, prepare release
26994
26995     Signed-off-by: Wolfgang Denk <wd@denx.de>
26996
26997 commit 17e900b8c0f38d922da47073246219dce2a847f2
26998 Author: Wolfgang Denk <wd@denx.de>
26999 Date:   Tue Aug 12 14:54:04 2008 +0200
27000
27001     MVBC_P: fix compile problem
27002
27003     Signed-off-by: Wolfgang Denk <wd@denx.de>
27004
27005 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
27006 Author: Wolfgang Denk <wd@denx.de>
27007 Date:   Tue Aug 12 12:10:11 2008 +0200
27008
27009     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
27010
27011     Signed-off-by: Wolfgang Denk <wd@denx.de>
27012
27013 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
27014 Author: Wolfgang Denk <wd@denx.de>
27015 Date:   Tue Aug 12 00:36:53 2008 +0200
27016
27017     ads5121: fix compiler warnings (unused variables)
27018
27019     Signed-off-by: Wolfgang Denk <wd@denx.de>
27020
27021 commit 902ca09246039964d59bbcb519b1e1b5aed01308
27022 Author: Kumar Gala <galak@kernel.crashing.org>
27023 Date:   Mon Aug 11 11:29:28 2008 -0500
27024
27025     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
27026
27027     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
27028
27029     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27030     Acked-by: Jon Loeliger <jdl@freescale.com>
27031
27032 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
27033 Author: Kumar Gala <galak@kernel.crashing.org>
27034 Date:   Mon Aug 11 09:20:53 2008 -0500
27035
27036     Fix fallout from autostart revert
27037
27038     The autostart revert caused a bit of duplicated code as well as
27039     code that was using images->autostart that needs to get removed so
27040     we can build again.
27041
27042     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27043
27044 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
27045 Author: Kumar Gala <galak@kernel.crashing.org>
27046 Date:   Mon Aug 11 09:16:25 2008 -0500
27047
27048     Fix compile error related to r8a66597-hcd & usb
27049
27050     When building the 8544DS board we get this error:
27051
27052     In file included from r8a66597-hcd.c:22:
27053     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
27054     make[1]: *** [r8a66597-hcd.o] Error 1
27055
27056     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
27057     is set.
27058
27059     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27060
27061 commit 2d0daa03612338a813e3c9d22680e54eabfea378
27062 Author: Becky Bruce <becky.bruce@freescale.com>
27063 Date:   Mon Aug 4 14:02:26 2008 -0500
27064
27065     POWERPC 86xx: Move BAT setup code to C
27066
27067     This is needed because we will be possibly be locating
27068     devices at physical addresses above 32bits, and the asm
27069     preprocessing does not appear to deal with ULL constants
27070     properly. We now call write_bat in lib_ppc/bat_rw.c.
27071
27072     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27073     Acked-by: Jon Loeliger <jdl@freescale.com>
27074
27075 commit 9de67149db576c91b9c2a0a182652331e7e44211
27076 Author: Becky Bruce <becky.bruce@freescale.com>
27077 Date:   Mon Aug 4 14:01:53 2008 -0500
27078
27079     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
27080
27081     Perform sync/isync as required by the architecture.
27082
27083     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27084     Acked-by: Jon Loeliger <jdl@freescale.com>
27085
27086 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
27087 Author: Becky Bruce <becky.bruce@freescale.com>
27088 Date:   Mon Aug 4 14:01:16 2008 -0500
27089
27090     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
27091
27092     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27093     Acked-by: Jon Loeliger <jdl@freescale.com>
27094
27095 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
27096 Author: Magnus Lilja <lilja.magnus@gmail.com>
27097 Date:   Sun Aug 3 21:44:10 2008 +0200
27098
27099     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
27100
27101     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
27102     contacts instead of only the first 256 ones as is the case prior to
27103     this patch.
27104
27105     Add missing MUX_* macros and update board files to use the new macros.
27106
27107     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27108
27109 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
27110 Author: Magnus Lilja <lilja.magnus@gmail.com>
27111 Date:   Sun Aug 3 21:43:37 2008 +0200
27112
27113     i.MX31: Fix IOMUX related typos
27114
27115     Correct the names of some IOMUX macros.
27116
27117     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27118
27119 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
27120 Author: Steve Sakoman <steve@sakoman.com>
27121 Date:   Mon Aug 11 20:26:16 2008 +0200
27122
27123     OneNAND: Remove unused parameters to onenand_verify_page
27124
27125     The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
27126
27127     Signed-off-by: Steve Sakoman <steve@sakoman.com>
27128     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
27129
27130 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
27131 Author: Anatolij Gustschin <agust@denx.de>
27132 Date:   Fri Aug 8 18:00:40 2008 +0200
27133
27134     video: fix bug in cfb_console code
27135
27136     FILL_15BIT_555RGB macro extension for pixel swapping
27137     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
27138     introduced a bug in cfb_console:
27139
27140     Bitmaps with odd-numbered width won't be rendered
27141     correctly and even U-Boot crashes are observed on
27142     some platforms while repeated rendering of such
27143     bitmaps with "bmp display". Also if a bitmap is
27144     rendered to an odd-numbered x starting position,
27145     the same problem occurs. This patch is an attempt
27146     to fix it.
27147
27148     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27149
27150 commit d9015f6a50d7258125349ef5c2af836458a0029a
27151 Author: Anatolij Gustschin <agust@denx.de>
27152 Date:   Fri Aug 8 18:00:39 2008 +0200
27153
27154     video: fix bug in logo_plot
27155
27156     If logo_plot() should ever be called with x starting
27157     position other than zero and for pixel depths greater
27158     than 8bpp, logo colors distortion will be observed.
27159     This patch fixes the issue.
27160
27161     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27162
27163 commit 406819ae94f79f5b59e01d163380ca7d83709251
27164 Author: Wolfgang Denk <wd@denx.de>
27165 Date:   Mon Aug 11 00:17:52 2008 +0200
27166
27167     MAINTAINERS: sort entries
27168
27169     Signed-off-by: Wolfgang Denk <wd@denx.de>
27170
27171 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
27172 Author: Roy Zang <tie-fei.zang@freescale.com>
27173 Date:   Thu Aug 7 18:19:28 2008 +0800
27174
27175     Add mpc7448hpc2 maintainer information
27176
27177     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
27178
27179 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
27180 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
27181 Date:   Thu Aug 7 13:13:27 2008 +0530
27182
27183     common/cmd_load.c - Minor code & Coding Style cleanup
27184
27185     - os_data_header Variable is a carry over feature
27186        & unused. So removed all instance of this variable
27187      - Minor Code Style Update
27188
27189     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
27190     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27191
27192 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
27193 Author: Magnus Lilja <lilja.magnus@gmail.com>
27194 Date:   Wed Aug 6 19:32:33 2008 +0200
27195
27196     Update the U-Boot wiki URL.
27197
27198     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27199
27200 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
27201 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
27202 Date:   Sun Aug 10 17:56:36 2008 +0200
27203
27204     OneNAND: Remove base address offset usage
27205
27206     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
27207     using OneNAND and some using NAND, we found some differences in OneNAND and
27208     NAND command address handling.
27209
27210     As this might confuse users (it already confused us), we like to align OneNAND
27211     and NAND address handling.
27212
27213     The issue is that cmd_onenand.c subtracts the onenand base address from the
27214     addresses you type into the u-boot command line so, unlike nand, you can't
27215     use addresses relative to the start of the onenand part e.g. this won't work:
27216
27217     onenand read 82000000 280000 400000
27218
27219     you have to use:
27220
27221     onenand read 82000000 20280000 400000
27222
27223     Looking at recent git, the only board currently using OneNAND is Apollon, and
27224     for this the OneNAND base address is 0 (apollon.h)
27225
27226     #define     CFG_ONENAND_BASE        0x00000000
27227
27228     so patch below won't break any existing boards and will align OneNAND and NAND
27229     handling on boards where OneNAND base address is != 0.
27230
27231     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
27232     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
27233     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
27234
27235 commit c11528083ef6e55e76df742228c26e39d151813d
27236 Author: Kumar Gala <galak@kernel.crashing.org>
27237 Date:   Thu Aug 7 09:28:20 2008 -0500
27238
27239     mpc85xx: workaround old binutils bug
27240
27241     The recent change to move the .bss outside of the image gives older
27242     binutils (ld from eldk4.1/binutils-2.16) some headache:
27243
27244     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
27245     ppc_85xx-ld: final link failed: Bad value
27246
27247     We workaround it by being explicit about the program headers and not
27248     assigning the .bss to a program header.
27249
27250     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27251
27252 commit 0bf202ec586d4466c900e987720fa635c594d689
27253 Author: Wolfgang Denk <wd@denx.de>
27254 Date:   Sun Aug 10 01:26:26 2008 +0200
27255
27256     Revert "[new uImage] Add autostart flag to bootm_headers structure"
27257
27258     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
27259
27260     The commit was based on a misunderstanding of the (documented)
27261     meaning of the 'autostart' environment variable. It might cause
27262     boards to hang if 'autostart' was used, with the potential to brick
27263     them. Go back to the documented behaviour.
27264
27265     Conflicts:
27266
27267         common/cmd_bootm.c
27268         common/image.c
27269         include/image.h
27270
27271     Signed-off-by: Wolfgang Denk <wd@denx.de>
27272
27273 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
27274 Author: Wolfgang Denk <wd@denx.de>
27275 Date:   Sat Aug 9 23:17:32 2008 +0200
27276
27277     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
27278
27279     - enable CFI driver where this was forgotten
27280     - enable mtdparts support
27281     - adjust default environment
27282     etc.
27283
27284     Signed-off-by: Wolfgang Denk <wd@denx.de>
27285
27286 commit 41266c9b5a5f873df3ec891bb0907616958b5602
27287 Author: Peter Tyser <ptyser@xes-inc.com>
27288 Date:   Tue Aug 5 10:51:57 2008 -0500
27289
27290     FIT: Fix handling of images without ramdisks
27291
27292     boot_get_ramdisk() should not treat the case when a FIT image does
27293     not contain a ramdisk as an error.
27294
27295     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27296     Acked-by: Michal Simek <monstr@monstr.eu>
27297
27298 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
27299 Author: Sergey Lapin <slapin@ossfans.org>
27300 Date:   Sat Aug 9 01:39:09 2008 +0400
27301
27302     DataFlash: AT45DB021 fix and AT45DB081 support
27303
27304     Fix for page size of AT45DB021. Also adding bigger AT45DB081
27305     which comes with some newer boards.
27306
27307     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
27308
27309 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
27310 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27311 Date:   Fri Aug 8 16:30:23 2008 +0900
27312
27313     sh: Update sh7763rdp config
27314
27315     Add sh_eth support to sh7763rdp.
27316
27317     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27318
27319 commit 21f971ec265f6042ec21636d55d06a6bc0751077
27320 Author: Wolfgang Denk <wd@denx.de>
27321 Date:   Mon Jul 7 01:22:29 2008 +0200
27322
27323     TQM823L: re-enable logo support; update LCD_INFO text
27324
27325     Signed-off-by: Wolfgang Denk <wd@denx.de>
27326
27327 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
27328 Author: Wolfgang Denk <wd@denx.de>
27329 Date:   Fri Aug 8 16:41:56 2008 +0200
27330
27331     TQM8xxL: fix support for second flash bank
27332
27333     When switching the TQM8xxL modules to use the CFI flash driver,
27334     support for the second flash bank was broken because the CFI driver
27335     did not support dynamically sized banks. This gets fixed now.
27336
27337     Signed-off-by: Wolfgang Denk <wd@denx.de>
27338
27339 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
27340 Author: Wolfgang Denk <wd@denx.de>
27341 Date:   Fri Aug 8 16:39:54 2008 +0200
27342
27343     CFI: allow for dynamically determined flash sizes and addresses
27344
27345     The CFI driver allowed only for static initializers in the
27346     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
27347     several flash banks contiguously if the bank sizes were not known in
27348     advance, which kind of violates U-Boot's design philosophy.
27349
27350     (will be used for example by the TQM8xxL boards)
27351
27352     Signed-off-by: Wolfgang Denk <wd@denx.de>
27353
27354 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
27355 Author: Ben Warren <biggerbadderben@gmail.com>
27356 Date:   Thu Aug 7 23:26:35 2008 -0700
27357
27358     QE UEC: Fix compiler warnings
27359
27360     Moved static functions earlier in file so forward declarations are not needed.
27361
27362     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27363
27364 commit d5d28fe4aad5f4535400647a5617c11039506467
27365 Author: David Saada <David.Saada@ecitele.com>
27366 Date:   Mon Mar 31 02:37:38 2008 -0700
27367
27368     QE UEC: Add MII Commands
27369
27370     Add MII commands to the UEC driver. Note that once a UEC device is selected,
27371     any device on its MDIO bus can be addressed.
27372
27373     Signed-off-by: David Saada <david.saada@ecitele.com>
27374     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27375
27376 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
27377 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27378 Date:   Wed Jul 9 21:07:38 2008 +0900
27379
27380     usb: add support for R8A66597 usb controller
27381
27382     add support for Renesas R8A66597 usb controller.
27383     This patch supports USB Host mode.
27384
27385     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27386     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27387
27388 commit 1d10dcd041aaeae9fd7c821005692898a0303382
27389 Author: Hunter, Jon <jon-hunter@ti.com>
27390 Date:   Sat Jul 26 18:59:16 2008 -0500
27391
27392     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
27393
27394     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
27395
27396     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
27397     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27398
27399 commit eab1007334b93a6209f1ec33615e26ef5311ede7
27400 Author: Steven A. Falco <sfalco@harris.com>
27401 Date:   Wed Aug 6 15:42:52 2008 -0400
27402
27403     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
27404
27405     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
27406     configuration to match the schematic, and also sets the SDR0_PFC1 register to
27407     select the corresponding mode for the UARTs.
27408
27409     Signed-off-by: Steven A. Falco <sfalco@harris.com>
27410     Signed-off-by: Stefan Roese <sr@denx.de>
27411
27412 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
27413 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
27414 Date:   Wed Aug 6 14:42:13 2008 +0200
27415
27416     avr32: add support for EarthLCD Favr-32 board
27417
27418     This patch adds support for the Favr-32 board made by EarthLCD.
27419
27420     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
27421     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
27422     Ethernet, audio out, USB device, SD-card slot, USART and various other
27423     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
27424
27425     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
27426     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27427
27428 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
27429 Author: Rafael Campos <rafael.campos@hanscan.com>
27430 Date:   Thu Jul 31 10:22:20 2008 +0200
27431
27432     cfi-flash: Added support to flash_real_protect for Atmel flash devices
27433
27434     Some of the flash memories produced by ATMEL start in read-only mode.
27435     We need to unprotect it. This patch allows the AT49BV6416 to work with
27436     cfi_flash memories. Tested in the at91rm9200ek board.
27437
27438     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
27439     Signed-off-by: Stefan Roese <sr@denx.de>
27440
27441 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
27442 Author: Guennadi Liakhovetski <lg@denx.de>
27443 Date:   Tue Aug 5 15:36:39 2008 +0200
27444
27445     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
27446
27447     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27448     Signed-off-by: Stefan Roese <sr@denx.de>
27449
27450 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
27451 Author: Stefan Roese <sr@denx.de>
27452 Date:   Wed Aug 6 14:06:03 2008 +0200
27453
27454     Fix merge problems
27455
27456     Signed-off-by: Stefan Roese <sr@denx.de>
27457
27458 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
27459 Author: Stefan Roese <sr@denx.de>
27460 Date:   Wed Aug 6 14:05:38 2008 +0200
27461
27462     Fix merge problems
27463
27464     Signed-off-by: Stefan Roese <sr@denx.de>
27465
27466 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
27467 Author: Kenneth Johansson <kenneth@southpole.se>
27468 Date:   Tue Jul 15 12:13:38 2008 +0200
27469
27470     mpc5121: Move iopin features from board specific to common files.
27471
27472     And in the process eliminate some duplicate register defines.
27473
27474     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
27475
27476 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
27477 Author: John Rigby <jrigby@freescale.com>
27478 Date:   Tue Aug 5 17:38:57 2008 -0600
27479
27480     mpc5121: squash some fdt fixup errors
27481
27482     On ADS5121 when booting linux the following errors are seen:
27483         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
27484         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
27485         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
27486
27487     This is caused by ft_cpu_setup trying to deal with
27488     both old and new soc node naming.  This patch
27489     fixes this by being smarter about what to
27490     fixup.
27491
27492     Also do soc node fixups by compatible instead of by path.
27493     A new board config called OF_SOC_COMPAT defined
27494     to be "fsl,mpc5121-immr" replaces the old
27495     OF_SOC node path that was defined to be "soc@80000000".
27496
27497     Old device trees still work, but the compatiblity
27498     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
27499     which is on by default in include/configs/ads5121.h.
27500
27501     Signed-off-by: John Rigby <jrigby@freescale.com>
27502
27503 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
27504 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27505 Date:   Sat Aug 2 23:48:30 2008 +0200
27506
27507     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
27508
27509     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27510
27511 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
27512 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27513 Date:   Sat Aug 2 23:48:32 2008 +0200
27514
27515     nios2/sysid: fix printf warning
27516
27517     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27518
27519 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
27520 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27521 Date:   Sat Aug 2 23:48:33 2008 +0200
27522
27523     Fix remaining build issues with MPC8xx FADS boards.
27524
27525     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27526
27527 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
27528 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27529 Date:   Sat Aug 2 23:48:31 2008 +0200
27530
27531     nios2: fix phys_addr_t and phys_size_t support
27532
27533     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27534
27535 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
27536 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27537 Date:   Sat Aug 2 23:48:34 2008 +0200
27538
27539     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
27540
27541     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27542
27543 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
27544 Author: Mark Jackson <mpfj@mimc.co.uk>
27545 Date:   Fri Aug 1 09:48:29 2008 +0100
27546
27547     Fix bitmap display for atmel lcd controller
27548
27549     The current lcd_display_bitmap() function does not work properly
27550     for the Atmel LCD controller.
27551
27552     2 fixes need to be done:-
27553
27554     (a) when setting the colour map, use the lcd_setcolreg() function
27555         as provided by the Atmel driver
27556     (b) the data is never actually written to the lcd framebuffer !!
27557
27558     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
27559
27560 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
27561 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27562 Date:   Fri Aug 1 08:40:34 2008 +0200
27563
27564     qemu_mips: update README to follow qemu update about default machine
27565
27566     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27567
27568 commit ac169d645f5f0e0b9a232563099209e92a355d8e
27569 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27570 Date:   Thu Jul 31 19:53:21 2008 -0500
27571
27572     ColdFire: Fix compilation issue caused by a missing function
27573
27574     Implement usec2ticks() which is used by fsl_i2c.c in
27575     lib_m68k/time.c
27576
27577     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27578
27579 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
27580 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27581 Date:   Thu Jul 31 19:53:06 2008 -0500
27582
27583     Fix compilation error for TASREG
27584
27585     TASREG is ColdFire platform, the include ppc4xx.h in
27586     board/esd/common/flash.c causes conflict.
27587
27588     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27589
27590 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
27591 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27592 Date:   Thu Jul 31 19:52:36 2008 -0500
27593
27594     Fix compilation error for MCF5275
27595
27596     Rename OBJ to COBJ in board/platform/Makefile
27597
27598     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27599
27600 commit 5c40548f01218360a1f1395198c50ff45f3035b5
27601 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27602 Date:   Thu Jul 31 19:52:28 2008 -0500
27603
27604     Fix compile error caused by incorrect function return type
27605
27606     Rename int mii_init(void) to void mii_init(void) for idmr
27607     ColdFire platform
27608
27609     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27610
27611 commit a58c78067c928976c082c758d3987e89ead5b191
27612 Author: Wolfgang Denk <wd@denx.de>
27613 Date:   Fri Aug 1 12:06:22 2008 +0200
27614
27615     Fix build issues with MPC8xx FADS boards.
27616
27617     Signed-off-by: Wolfgang Denk <wd@denx.de>
27618
27619 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
27620 Author: Wolfgang Denk <wd@denx.de>
27621 Date:   Thu Jul 31 17:54:03 2008 +0200
27622
27623     Prepare v1.3.4-rc2: update CHANGELOG
27624
27625     Signed-off-by: Wolfgang Denk <wd@denx.de>
27626
27627 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
27628 Author: Mark Jackson <mpfj@mimc.co.uk>
27629 Date:   Thu Jul 31 16:09:00 2008 +0100
27630
27631     Add gzipped logo support
27632
27633     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
27634
27635       If this option is set, additionally to standard BMP
27636       images, gzipped BMP images can be displayed via the
27637       splashscreen support or the bmp command.
27638
27639     However, the splashscreen function *only* supports standard BMP images.
27640
27641     This patch adds the documented gzip support.
27642
27643     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
27644
27645 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
27646 Author: Mark Jackson <mpfj@mimc.co.uk>
27647 Date:   Thu Jul 31 15:56:48 2008 +0100
27648
27649     Fix Atmel LCD controller endianess for AVR32 processors
27650
27651     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
27652     AVR32 (big endian) platforms.
27653
27654     As such, the controller can handle both big and little endian memory.
27655
27656     This patch fixes the driver for the AVR32 platform.
27657
27658     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
27659
27660 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
27661 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27662 Date:   Thu Jul 31 15:56:01 2008 +0200
27663
27664     apollon: fix build out of tree
27665
27666     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27667
27668 commit 2e752be39d3e398d4ab89ffa6634c397df298297
27669 Author: Guennadi Liakhovetski <lg@denx.de>
27670 Date:   Thu Jul 31 12:35:04 2008 +0200
27671
27672     Uncompressed images loaded to their start address shall set load_end too
27673
27674     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27675     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
27676
27677 commit c37207d7f51e19c17f859966f314e27cc1231801
27678 Author: Wolfgang Denk <wd@denx.de>
27679 Date:   Wed Jul 16 16:38:59 2008 +0200
27680
27681     Fix printf() format problems with configurable prompts
27682
27683     U-Boot allows for configurable prompt strings using the
27684     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
27685     the assumption was that any such user defined problts would contain
27686     exactly one "%d" format specifier. But some boards did not.
27687
27688     To allow for flexible boot prompts without adding too complex code we
27689     now allow to specify the whole list of printf() arguments in the user
27690     definition. This is powerful, but requires a responsible user who
27691     really understands what he is doing, as he needs to know for exanple
27692     which variables are available in the respective context.
27693
27694     Signed-off-by: Wolfgang Denk <wd@denx.de>
27695
27696 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
27697 Author: Wolfgang Denk <wd@denx.de>
27698 Date:   Thu Jul 31 17:02:14 2008 +0200
27699
27700     TQM85xx: fix typo introduce by commit ffbb5cb9
27701
27702     Signed-off-by: Wolfgang Denk <wd@denx.de>
27703
27704 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
27705 Author: Wolfgang Denk <wd@denx.de>
27706 Date:   Thu Jul 31 15:27:01 2008 +0200
27707
27708     mvbc_p board: fix most build warnings.
27709
27710     Signed-off-by: Wolfgang Denk <wd@denx.de>
27711
27712 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
27713 Author: Wolfgang Denk <wd@denx.de>
27714 Date:   Thu Jul 31 13:57:20 2008 +0200
27715
27716     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
27717
27718     Avoid "integer constant is too large for 'long' type" warnings.
27719     And simplify the code.
27720
27721     Signed-off-by: Wolfgang Denk <wd@denx.de>
27722
27723 commit 9196b44334c330cc13de2464c59181e4db71f549
27724 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
27725 Date:   Wed Jul 30 23:21:19 2008 +0400
27726
27727     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
27728
27729     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
27730
27731 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
27732 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
27733 Date:   Wed Jul 30 23:20:32 2008 +0400
27734
27735     PPC: Add pci_clk in the global_data for CPM2 processors
27736
27737     This patch adds pci_clk field to the global_data structure for the
27738     processors which have CPM2 module in case the CONFIG_PCI is defined.
27739
27740     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
27741
27742 commit f0ff885ca64655bee6540eb8a25eed90b1152686
27743 Author: Kumar Gala <galak@kernel.crashing.org>
27744 Date:   Wed Jul 30 14:13:30 2008 -0500
27745
27746     mpc85xx: Update linker scripts for Freescale boards
27747
27748     * Move to using absolute addressing always.  Makes the scripts a bit more
27749       portable and common
27750     * Moved .bss after the end of the image.  These allows us to have more
27751       room in the resulting binary image for code and data.
27752     * Removed .text object files that aren't really needed
27753     * Make sure _end is 4-byte aligned as the .bss init code expects this.
27754       (Its possible that the end of .bss isn't 4-byte aligned)
27755
27756     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27757
27758 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
27759 Author: Kumar Gala <galak@kernel.crashing.org>
27760 Date:   Wed Jul 30 08:01:15 2008 -0500
27761
27762     Fix compile warnings in dlmalloc
27763
27764     The origional code was using on odd reference to get to the first
27765     real element in av_[].  The first two elements of the array are
27766     not used for actual bins, but for house keeping.  If we are more
27767     explicit about how use the first few elements we can get rid of the
27768     warnings:
27769
27770     dlmalloc.c: In function 'malloc_extend_top':
27771     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
27772     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
27773     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
27774     ...
27775
27776     The logic of how this code came to be is:
27777         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
27778
27779     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
27780         bin_at(0) = &(av_[0])
27781
27782     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
27783
27784     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27785
27786 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
27787 Author: Stefan Roese <sr@denx.de>
27788 Date:   Wed Jul 30 10:21:01 2008 +0200
27789
27790     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
27791
27792     Signed-off-by: Stefan Roese <sr@denx.de>
27793
27794 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
27795 Author: Stefan Roese <sr@denx.de>
27796 Date:   Wed Jul 30 09:59:51 2008 +0200
27797
27798     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
27799
27800     A recent patch used '#if (CONFIG_CMD_USB)' instead of
27801     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
27802     common/bootm.c compile again.
27803
27804     Signed-off-by: Stefan Roese <sr@denx.de>
27805     Acked-by: Markus Klotzbuecher <mk@denx.de>
27806
27807 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
27808 Author: Kyungmin Park <kmpark@infradead.org>
27809 Date:   Tue Jul 22 08:01:43 2008 +0900
27810
27811     Remove unused I2C at apollon board
27812
27813     There are no I2C devices on this board.
27814
27815     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27816
27817 commit 3c95960e526b3b026da20201db64526f46faf14b
27818 Author: Wolfgang Denk <wd@denx.de>
27819 Date:   Thu Jul 31 10:12:09 2008 +0200
27820
27821     at91rm9200dk, csb637: fix NAND related build problems
27822
27823     Tried fixing NAND support for the at91rm9200dk board; untested.
27824     Disabled NAND support in the csb637 board config file.
27825
27826     Signed-off-by: Wolfgang Denk <wd@denx.de>
27827
27828 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
27829 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27830 Date:   Wed Jul 30 12:39:28 2008 +0200
27831
27832     ppc4xx: ML507: Environment in flash and MTD Support
27833
27834     - Relocate the location of U-Boot in the flash
27835     - Save the environment in one sector of the flash memory
27836     - MTD Support
27837
27838     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27839     Signed-off-by: Stefan Roese <sr@denx.de>
27840
27841 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
27842 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27843 Date:   Tue Jul 29 17:16:10 2008 +0200
27844
27845     ppc4xx: ML507: Use of get_ram_size in board ml507
27846
27847     - Change suggested by WD
27848
27849     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27850     Signed-off-by: Stefan Roese <sr@denx.de>
27851
27852 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
27853 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27854 Date:   Mon Jul 21 20:30:07 2008 +0200
27855
27856     ppc4xx: ML507: U-Boot in flash and System ACE
27857
27858     This patch allows booting from FLASH the ML507 board by Xilinx.
27859     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
27860
27861     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27862     Signed-off-by: Stefan Roese <sr@denx.de>
27863
27864 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
27865 Author: Julien May <mailinglist@miromico.ch>
27866 Date:   Mon Jun 23 13:57:52 2008 +0200
27867
27868     Add support for the hammerhead (AVR32) board
27869
27870     The Hammerhead platform is built around a AVR32 32-bit microcontroller
27871     from Atmel.  It offers versatile peripherals, such as ethernet, usb
27872     device, usb host etc.
27873
27874     The board also incooperates a power supply and is a Power over Ethernet
27875     (PoE) Powered Device (PD).
27876
27877     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
27878     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
27879     DDR2 SDRAM interfaces, which will cover even the most exceptional need
27880     of memory bandwidth. Together with the onboard video decoder the board
27881     is ready for video processing.
27882
27883     For more information see: http:///www.miromico.com/hammerhead
27884
27885     Signed-off-by: Julien May <mailinglist@miromico.ch>
27886     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
27887     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27888
27889 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
27890 Author: Kumar Gala <galak@kernel.crashing.org>
27891 Date:   Tue Jul 29 12:23:49 2008 -0500
27892
27893     fsl_i2c: Use timebase timer functions instead of get_timer()
27894
27895     The current implementation of get_timer() is only really useful after we
27896     have relocated u-boot to memory.  The i2c code is used before that as part
27897     of the SPD DDR setup.
27898
27899     We actually have a bug when using the get_timer() code before relocation
27900     because the .bss hasn't been setup and thus we could be reading/writing
27901     a random location (probably in flash).
27902
27903     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27904
27905 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
27906 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
27907 Date:   Tue Jul 29 14:49:31 2008 +0200
27908
27909     Adder8xx: Fix CFG_MONITOR_LEN
27910
27911     Due to increased space usage, U-Boot can no longer be stored in three sectors.
27912     The current U-Boot use just over three flash sectors (197k), and U-Boot will
27913     become corrupt after saving environment variables. This patch adds another 64k
27914     to CFG_MONITOR_LEN.
27915
27916     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
27917
27918 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
27919 Author: Kyungmin Park <kmpark@infradead.org>
27920 Date:   Tue Jul 29 08:47:57 2008 +0900
27921
27922     Add OneNAND IPL related files to gitignore
27923
27924     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27925
27926 commit 8d87589e8e874df7120a3d9667f051bc33bac250
27927 Author: Rafal Jaworowski <raj@semihalf.com>
27928 Date:   Mon Jul 28 20:38:25 2008 +0200
27929
27930     API: Teach the storage layer about SATA and MMC options.
27931
27932     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
27933     Acked-by: Rafal Jaworowski <raj@semihalf.com>
27934
27935 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
27936 Author: Rafal Jaworowski <raj@semihalf.com>
27937 Date:   Mon Jul 28 20:37:48 2008 +0200
27938
27939     API: Dump contents of sector 0 in the demo application.
27940
27941     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
27942     Acked-by: Rafal Jaworowski <raj@semihalf.com>
27943
27944 commit 13ca6305f2eba49c175f6370c35286141059c789
27945 Author: Rafal Jaworowski <raj@semihalf.com>
27946 Date:   Mon Jul 28 20:37:10 2008 +0200
27947
27948     API: Correct storage enumeration routine, other minor fixes in API storage area.
27949
27950     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
27951     Acked-by: Rafal Jaworowski <raj@semihalf.com>
27952
27953 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
27954 Author: Rafal Jaworowski <raj@semihalf.com>
27955 Date:   Mon Jul 28 20:36:19 2008 +0200
27956
27957     API: Fix compilation warnings in api_examples/demo.c.
27958
27959     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
27960
27961 commit c14eefcc48212af2f3314809605698dd8393a90a
27962 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27963 Date:   Sun Jul 27 17:09:43 2008 +0200
27964
27965     Fix more printf() format warnings
27966
27967     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27968
27969 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
27970 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27971 Date:   Fri Jul 25 15:18:16 2008 +0200
27972
27973     Fix remaining CFG_CMD_ define, ifdef and comments
27974
27975     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27976
27977 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
27978 Author: Stefano Babic <sbabic@denx.de>
27979 Date:   Fri Jul 25 08:57:40 2008 +0200
27980
27981     Add include for config.h in command.h.
27982
27983     Because the cmd_tbl_s structure depends on the configuration file, it
27984     must be assured that config.h is included before the structure is
27985     evaluated by the compiler. If this is not certain, it could happen
27986     that the compiler generates structures of different size, depending
27987     on the fact if the source file includes <config.h> before or after
27988     <command.h>.
27989
27990     The effect is that u-boot crashes when tries to relocate the command
27991     table (for ppc) or try to access to the command table for other
27992     architectures.
27993
27994     The problem can happen on board-depending commands. All general
27995     commands under /common are unaffected, because they include already
27996     config.h before command.h.
27997
27998     Signed-off-by: Stefano Babic <sbabic@denx.de>
27999
28000 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
28001 Author: Scott Wood <scottwood@freescale.com>
28002 Date:   Wed Jul 23 13:16:06 2008 -0500
28003
28004     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
28005
28006     This fixes building out-of-tree.
28007
28008     Signed-off-by: Scott Wood <scottwood@freescale.com>
28009
28010 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
28011 Author: Heiko Schocher <hs@denx.de>
28012 Date:   Wed Jul 23 07:30:46 2008 +0200
28013
28014     Fix warnings if compiling with IDE support.
28015
28016     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
28017     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
28018
28019     Signed-off-by: Heiko Schocher <hs@denx.de>
28020
28021 commit 7610db17fd4d59c51d825488526d85ede2f06767
28022 Author: Adrian Filipi <adrian.filipi@eurotech.com>
28023 Date:   Tue Jul 22 14:28:11 2008 -0400
28024
28025     Removed support for the adsvix board.
28026
28027     Support for the adsvix was originally provided by Applied Data
28028     Systems (ADS), inc., now EuroTech, Inc.
28029     The board never shipped aside from some sample boards.
28030
28031     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
28032
28033 commit f96b44cef897bd372beb86dde1b33637c119d84d
28034 Author: Remy Bohmer <linux@bohmer.net>
28035 Date:   Tue Jul 22 16:22:11 2008 +0200
28036
28037     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
28038
28039     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
28040     never set, because relocation to RAM is actually never done by U-boot
28041     itself. However, several pieces of code check if this flag is set at
28042     some time.
28043
28044     So, to make sure this flag is set on boards skipping relocation, this
28045     is added to the initialisation of U-boot at a moment where it is safe
28046     to do so.
28047
28048     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28049
28050 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
28051 Author: Timur Tabi <timur@freescale.com>
28052 Date:   Mon Jul 21 14:26:23 2008 -0500
28053
28054     fsl-i2c: fix writes to data segment before relocation
28055
28056     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
28057     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
28058     I2C bus speed and save the value in i2c_bus_speed[], which is a global
28059     variable.  It is an error to write to the data segment before relocation,
28060     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
28061
28062     Signed-off-by: Timur Tabi <timur@freescale.com>
28063
28064 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
28065 Author: Wolfgang Ocker <weo@reccoware.de>
28066 Date:   Mon Jul 28 16:56:51 2008 +0200
28067
28068     mips: Fix baudrate divisor computation on alchemy cpus
28069
28070     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
28071     on alchemy cpus.
28072
28073     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
28074     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28075
28076 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
28077 Author: Ben Warren <biggerbadderben@gmail.com>
28078 Date:   Sat Jul 5 00:08:48 2008 -0700
28079
28080     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
28081
28082     Renamed initialization functions for atngw100 and atstk1000.
28083     Removed initializations for these boards from net/eth.c
28084
28085     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28086     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28087
28088 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
28089 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28090 Date:   Wed Jul 23 10:55:46 2008 +0200
28091
28092     spi flash: Fix printf() format warnings
28093
28094     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28095
28096 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
28097 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28098 Date:   Wed Jul 23 10:55:31 2008 +0200
28099
28100     atmel_mci: Fix printf() format warnings
28101
28102     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28103
28104 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
28105 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28106 Date:   Wed Jul 23 10:55:15 2008 +0200
28107
28108     avr32: Fix printf() format warnings
28109
28110     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28111
28112 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
28113 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28114 Date:   Wed Jul 23 10:52:19 2008 +0200
28115
28116     avr32: asm/io.h needs asm/types.h
28117
28118     map_physmem() takes a phys_addr_t as parameter. This type is defined in
28119     asm/types.h, so we need to include that file.
28120
28121     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28122
28123 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
28124 Author: Michal Simek <monstr@monstr.eu>
28125 Date:   Thu Jul 17 12:25:46 2008 +0200
28126
28127     microblaze: Fix printf() format issues
28128
28129     Signed-off-by: Michal Simek <monstr@monstr.eu>
28130
28131 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
28132 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28133 Date:   Thu Jul 17 07:27:51 2008 +0530
28134
28135     Remove unused code from lib_arm/bootm.c
28136
28137     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
28138
28139 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
28140 Author: Detlev Zundel <dzu@denx.de>
28141 Date:   Wed Jul 16 18:56:45 2008 +0200
28142
28143     tqm85xx: Demystify 'DK: !!!' comment
28144
28145     Signed-off-by: Detlev Zundel <dzu@denx.de>
28146
28147 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
28148 Author: Detlev Zundel <dzu@denx.de>
28149 Date:   Wed Jul 16 18:56:44 2008 +0200
28150
28151     83xx/85xx/86xx: Add LTEDR local bus definitions
28152
28153     Signed-off-by: Detlev Zundel <dzu@denx.de>
28154
28155 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
28156 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28157 Date:   Wed Jul 16 16:22:32 2008 +0200
28158
28159     serial_xuartlite.c: fix compiler warnings
28160
28161     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28162     Acked-by: Grant Likely <grant.likely@secretlab.ca>
28163
28164 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
28165 Author: Stefan Roese <sr@denx.de>
28166 Date:   Fri Jul 18 11:03:35 2008 +0200
28167
28168     POST: Add disable interrupts in some of the missing CPU POST tests
28169
28170     Some CPU POST tests did not disable the interrupts while running. This
28171     seems to be necessary to protect this self modifying code.
28172
28173     Signed-off-by: Stefan Roese <sr@denx.de>
28174
28175 commit 97a3bf268d096e0e97e54048448c35114edcf557
28176 Author: Stefan Roese <sr@denx.de>
28177 Date:   Fri Jul 18 10:43:24 2008 +0200
28178
28179     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
28180
28181     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
28182     CFG_64BIT_LBA.
28183
28184     Signed-off-by: Stefan Roese <sr@denx.de>
28185
28186 commit 0043ac55024963295fc79b39af85b6dc3b261e17
28187 Author: Niklaus Giger <niklaus.giger@netstal.com>
28188 Date:   Fri Jul 18 11:22:23 2008 +0200
28189
28190     POST PPC4xx/spr IVPR only if PPC440
28191
28192     The SPR IVPR register is only present (as far as I know) for
28193     processors with a PPC440 core.
28194
28195     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
28196     Acked-by: Stefan Roese <sr@denx.de>
28197
28198 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
28199 Author: Stefan Roese <sr@denx.de>
28200 Date:   Fri Jul 18 10:42:29 2008 +0200
28201
28202     ppc4xx: Enable 64bit printf format on 440/460 platforms
28203
28204     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
28205     440/460 platforms. This may be needed since those platforms support
28206     36bit physical address space.
28207
28208     Signed-off-by: Stefan Roese <sr@denx.de>
28209
28210 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
28211 Author: Stefan Roese <sr@denx.de>
28212 Date:   Fri Jul 18 15:57:23 2008 +0200
28213
28214     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
28215
28216     This patch fixes a problem with incorrect MODTx (On Die Termination)
28217     setup for a configuration with multiple DIMM's and multiple ranks.
28218     Without this change Katmai was unable to boot Linux with DDR2 frequency
28219     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
28220     with DDR2 frequency = 640MHz and mem=4GB.
28221
28222     Signed-off-by: Stefan Roese <sr@denx.de>
28223
28224 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
28225 Author: Stefan Roese <sr@denx.de>
28226 Date:   Fri Jul 18 12:24:41 2008 +0200
28227
28228     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
28229
28230     Signed-off-by: Stefan Roese <sr@denx.de>
28231
28232 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
28233 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28234 Date:   Thu Jul 17 12:47:09 2008 +0200
28235
28236     ppc4xx: ML507 Board Support
28237
28238     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
28239         among others:
28240         -Virtex 5 FX FPGA (With a ppc440x5 in it)
28241         -256MB of SDRAM2
28242         -32MB of Flash
28243         -I2C Eeprom
28244         -System ACE chip
28245         -Serial ATA connectors
28246         -RS232 Level Conversors
28247         -Ethernet Transceiver
28248
28249     This patch gives support to a standard design produced by EDK for this
28250     board: ppc440, uartlite, xilinx_int and flash
28251
28252     - Includes Changes propossed by Stefan Roese and Michal Simek
28253
28254     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28255     Acked-by: Stefan Roese <sr@denx.de>
28256
28257 commit d865fd09809a3a18669f35f970781820af40e4de
28258 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28259 Date:   Thu Jul 17 11:44:12 2008 +0200
28260
28261     ppc4xx: CPU PPC440x5 on Virtex5 FX
28262
28263     -This patchs gives support for the embbedded ppc440
28264      on the Virtex5 FPGAs
28265     -interrupts.c divided in uic.c and interrupts.c
28266     -xilinx_irq.c for xilinx interrupt controller
28267     -Include modifications propossed by  Stefan Roese
28268
28269     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28270     Acked-by: Stefan Roese <sr@denx.de>
28271
28272 commit 340ccb260f21516be360745d5c5e3bd0657698df
28273 Author: Sebastian Siewior <bigeasy@linutronix.de>
28274 Date:   Wed Jul 16 20:04:49 2008 +0200
28275
28276     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
28277
28278     This got broken by commits 93c56f212c
28279      [cfi_flash: support of long cmd in U-boot.]
28280
28281     That command needs to be in little endian format on BE machines
28282     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
28283     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
28284     the cmdbuf in case portwidth = chipwidth = 8bit.
28285
28286     Cc: Alexey Korolev <akorolev@infradead.org>
28287     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28288     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
28289
28290 commit 11188d55bc16dd907451c00282e00a038f73dd62
28291 Author: Stefan Roese <sr@denx.de>
28292 Date:   Thu Jul 17 10:40:51 2008 +0200
28293
28294     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
28295
28296     Signed-off-by: Stefan Roese <sr@denx.de>
28297
28298 commit 021f6df6e96af5b387810cf96d24848da1faa55c
28299 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28300 Date:   Thu Jul 10 17:20:51 2008 +0400
28301
28302     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
28303
28304     The thinko was quite silly indeed, I messed with !ptr. Normally this
28305     would trigger some fault, but in U-Boot NULL pointer is equal to phys
28306     0, so the code was working still, just didn't actually test mpc8315erdb
28307     environment variable value. Heh.
28308
28309     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28310     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28311
28312 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
28313 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28314 Date:   Tue Jul 8 21:00:04 2008 +0400
28315
28316     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
28317
28318     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
28319     support, or without TSEC1 but with USB ULPI PHY support in addition.
28320     With this patch user can specify desired USB PHY.
28321
28322     Also, it seems that we can't distinguish the two boards in software, so
28323     user have to set `mpc8315erdb' environment variable to either 'tsec1'
28324     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
28325     Linux will not probe for TSEC1.
28326
28327     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28328     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28329
28330 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
28331 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28332 Date:   Tue Jul 8 20:59:43 2008 +0400
28333
28334     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
28335
28336     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
28337     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
28338     (connected to the four-ports hub, usb host only).
28339
28340     This patch implements support for passing Dual-Role USB controller's
28341     device tree property phy_type through the usb_phy_type environment
28342     variable.
28343
28344     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28345     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
28346     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28347
28348 commit 699f05125509249072a0b865c8d35520d97cd501
28349 Author: Wolfgang Denk <wd@denx.de>
28350 Date:   Tue Jul 15 22:22:44 2008 +0200
28351
28352     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
28353
28354     Signed-off-by: Wolfgang Denk <wd@denx.de>
28355
28356 commit bcab74baa6b1b1c969038ab6f64a186239180405
28357 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28358 Date:   Tue Jul 15 11:23:02 2008 -0400
28359
28360     Round the serial port clock divisor value returned by calc_divisor()
28361
28362     Round the serial port clock divisor value returned by
28363     calc_divisor()
28364
28365     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28366     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
28367
28368 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
28369 Author: Robin Getz <rgetz@blackfin.uclinux.org>
28370 Date:   Tue Jul 15 21:44:46 2008 +0200
28371
28372     Fix DHCP protocol so U-Boot does not respond too early
28373     on the network with it's offered IP number; it should not reply until
28374     after it has received a DHCP ACK message. Also ensures that U-Boot
28375     does it's DHCPREQUEST as broadcast (per RFC 2131).
28376
28377     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
28378     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28379     Signed-off-by: Wolfgang Denk <wd@denx.de>
28380
28381 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
28382 Author: Sebastian Siewior <bigeasy@linutronix.de>
28383 Date:   Tue Jul 15 13:35:23 2008 +0200
28384
28385     cfi_flash: make the command u32 only
28386
28387     This got changed by commit 93c56f212c
28388     [cfi_flash: support of long cmd in U-boot.]
28389
28390     Long is the wrong type because it will behave differently on 64bit
28391     machines in a way that is probably not expected. u32 should be
28392     enough.
28393
28394     Cc: Alexey Korolev <akorolev@infradead.org>
28395     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28396     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
28397
28398 commit 31cfe57491b183acae575d486729e158f016c27b
28399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28400 Date:   Mon Jul 14 23:48:41 2008 +0200
28401
28402     tools/gitignore: update to all generated files
28403
28404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28405
28406 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
28407 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28408 Date:   Wed Jul 9 18:30:44 2008 +0200
28409
28410     mpc5xxx: Add MVBC_P board support
28411
28412     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
28413     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
28414
28415     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28416     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28417
28418 commit e2d31fb3450653115452144363d5bde4e5e3e693
28419 Author: Timur Tabi <timur@freescale.com>
28420 Date:   Thu Jun 19 17:56:11 2008 -0500
28421
28422     Update Freescale sys_eeprom.c to handle CCID formats
28423
28424     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
28425     NXID format replaces the older CCID format, but it's important to support both
28426     since most boards out there still use the CCID format.  This change is in
28427     preparation for using one file to handle both formats.  This will also unify
28428     EEPROM support for all Freescale 85xx and 86xx boards.
28429
28430     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
28431     instead of ID_EEPROM_ADDR.
28432
28433     Signed-off-by: Timur Tabi <timur@freescale.com>
28434
28435 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
28436 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28437 Date:   Fri Jul 11 17:22:43 2008 +0900
28438
28439     pci: sh: Add pci_skip_dev and pci_print_dev function
28440
28441     Add function of new PCI, pci_skip_dev and pci_print_dev.
28442
28443     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28444     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28445
28446 commit 1107014e835ec9d46c0333f4211d104f77442db0
28447 Author: Andy Fleming <afleming@freescale.com>
28448 Date:   Mon Jul 14 20:29:07 2008 -0500
28449
28450     Clean up INIT_RAM options
28451
28452     The L2_INIT_RAM option was unused, and recent changes to the TLB code
28453     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
28454     the amount of mapped space attached to nothing, we change things so the TLBs
28455     get cleared.
28456
28457     Signed-off-by: Andy Fleming <afleming@freescale.com>
28458
28459 commit 4524561820a9327e89107854b3a7187800ccf719
28460 Author: Andy Fleming <afleming@freescale.com>
28461 Date:   Mon Jul 14 20:26:57 2008 -0500
28462
28463     Remove fake flash bank from 8544 DS
28464
28465     The fake flash bank was generating errors for anyone who didn't have a
28466     PromJET hooked up to the board.  As that constitutes the vast majority of
28467     users, we remove it.
28468
28469     Signed-off-by: Andy Fleming <afleming@freescale.com>
28470
28471 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
28472 Author: Kumar Gala <galak@kernel.crashing.org>
28473 Date:   Mon Jul 14 14:07:03 2008 -0500
28474
28475     MPC8544DS: Add ATI Video card support
28476
28477     Add support for using a PCIe ATI Video card on PCIe2.
28478
28479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28480
28481 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
28482 Author: Kumar Gala <galak@kernel.crashing.org>
28483 Date:   Mon Jul 14 14:07:02 2008 -0500
28484
28485     85xx: Add some L1/L2 SPR register definitions
28486
28487     Add new L1/L2 SPRs related to e500mc cache config and control.
28488
28489     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28490
28491 commit e5852787f0c3c442a276262f13d91ca450605ac0
28492 Author: Kumar Gala <galak@kernel.crashing.org>
28493 Date:   Mon Jul 14 14:07:01 2008 -0500
28494
28495     MPC8544DS: Report board id, board version and fpga version.
28496
28497     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28498
28499 commit 73f15a060f67a2462551c334215bd20fac6b81d1
28500 Author: Kumar Gala <galak@kernel.crashing.org>
28501 Date:   Mon Jul 14 14:07:00 2008 -0500
28502
28503     85xx: Cleanup L2 cache size detection
28504
28505     The L2 size detection code was a bit confusing and we kept having to add
28506     code to it to handle new processors.  Change the sense of detection so we
28507     look for the older processors that aren't changing.
28508
28509     Also added support for 1M cache size on 8572.
28510
28511     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28512
28513 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
28514 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28515 Date:   Fri Jul 11 15:33:08 2008 -0400
28516
28517     sbc8560: enable CONFIG_OF_LIBFDT by default
28518
28519     Make the default build for the sbc8560 board be powerpc
28520     capable with libfdt support.
28521
28522     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28523
28524 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
28525 Author: Andy Fleming <afleming@freescale.com>
28526 Date:   Mon Jul 14 20:04:40 2008 -0500
28527
28528     Fix indentation for default boot environment variables
28529
28530     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
28531     similar #defines in sbc8560.h.
28532
28533     Signed-off-by: Andy Fleming <afleming@freescale.com>
28534
28535 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
28536 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28537 Date:   Fri Jul 11 15:33:07 2008 -0400
28538
28539     sbc8560: add default fdt values
28540
28541     Add in the default fdt settings and the typical EXTRA_ENV
28542     settings as borrowed from the mpc8560ads.  Fix a couple
28543     of stale references to the mpc8560ads dating back to the
28544     original clone/fork.
28545
28546     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28547     Signed-off-by: Andy Fleming <afleming@freescale.com>
28548
28549 commit d04e76edf92f7f89696989e8702b97e020455af3
28550 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28551 Date:   Fri Jul 11 15:33:06 2008 -0400
28552
28553     sbc8560: add in ft_board_setup()
28554
28555     Add in for the sbc8560, the ft_board_setup() routine, based on what is
28556     in use for the Freescale MPC8560ADS board.
28557
28558     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28559
28560 commit c158bcaca3b31cbe38c4143812e6170e38a57393
28561 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28562 Date:   Fri Jul 11 15:33:05 2008 -0400
28563
28564     sbc8560: define eth0 and eth1 instead of eth1 and eth2
28565
28566     The existing config doesn't define CONFIG_HAS_ETH0, and so the
28567     fdt support doesn't update the zeros in the dtb local-mac with
28568     real data from the u-boot env.  Since the existing config is
28569     tailored to just two interfaces, get rid of the ETH2 definitions
28570     at the same time.
28571
28572     Also don't include any end user specific data into the environment
28573     by default -- things like MAC address, network parameters etc. need
28574     to come from the end user.
28575
28576     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28577     Signed-off-by: Andy Fleming <afleming@freescale.com>
28578
28579 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
28580 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28581 Date:   Fri Jul 11 15:33:04 2008 -0400
28582
28583     sbc8560: properly set cs0_bnds for 512MB
28584
28585     The sbc8560 board ships with 512MB of memory installed,
28586     but the current cs0_bnds is hard coded for 256MB.  Set the
28587     value based on CFG_SDRAM_SIZE.
28588
28589     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28590
28591 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
28592 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28593 Date:   Fri Jul 11 15:33:03 2008 -0400
28594
28595     sbc8560: proper definitions for TSEC.
28596
28597     The definitions for the TSEC have become out of date.  There is no
28598     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
28599     Update to match those of other boards, like the MPC8560ADS.
28600
28601     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28602     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28603
28604 commit 71074abbe0c76429577aff58aeff0a24ad210b23
28605 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28606 Date:   Wed Jul 9 13:23:05 2008 -0400
28607
28608     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
28609
28610     Some boards that have external 16550 UARTs don't have a direct
28611     tie between bi_busfreq and the clock used for the UARTs.  Boards
28612     that do have such a tie should set CFG_NS16550_CLK to be
28613     get_bus_freq(0) -- which most of them do already.
28614
28615     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28616     Acked-by: Kim Phillips <kim.phillips@freescale.com>
28617
28618 commit 24ef76f320fbadf074105229826514db140f939f
28619 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
28620 Date:   Wed Jul 2 07:03:53 2008 -0700
28621
28622     Change the temp map to ROM to align addresses to page size.
28623
28624     With a page size of BOOKE_PAGESZ_16M, both the real and effective
28625     addresses must be multiples of 16MB.  The hardware silently truncates
28626     them so the code happens to work.  This patch clarifies the situation
28627     by establishing addresses that the hardware doesn't need to truncate.
28628
28629     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
28630     Signed-off-by: Andy Fleming <afleming@freescale.com>
28631
28632 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
28633 Author: Kim Phillips <kim.phillips@freescale.com>
28634 Date:   Tue Jun 17 17:45:22 2008 -0500
28635
28636     mpc85xx: use IS_E_PROCESSOR macro
28637
28638     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28639
28640 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
28641 Author: Kim Phillips <kim.phillips@freescale.com>
28642 Date:   Mon Jun 16 15:55:53 2008 -0500
28643
28644     fdt: add crypto node handling for MPC8{3, 5}xxE processors
28645
28646     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
28647     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
28648     if on an 'EA' processor, e.g. MPC8349EA.
28649
28650     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28651
28652 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
28653 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28654 Date:   Fri Jul 11 15:10:11 2008 -0400
28655
28656     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
28657
28658     ARM DaVinci: Remove extern phy_t declaration by moving
28659     code to proper place.
28660
28661     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28662
28663 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
28664 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28665 Date:   Fri Jul 11 15:10:10 2008 -0400
28666
28667     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
28668
28669     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
28670     and prototype of i2c_init().
28671
28672     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28673
28674 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
28675 Author: Kumar Gala <galak@kernel.crashing.org>
28676 Date:   Mon Jul 14 14:03:02 2008 -0500
28677
28678     Fix some more printf() format problems.
28679
28680     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28681
28682 commit 45b16d22c64674ccd8c4637456a987463609141c
28683 Author: Wolfgang Denk <wd@denx.de>
28684 Date:   Mon Jul 14 22:38:42 2008 +0200
28685
28686     Fix coding style; make code better parsable by external tools
28687
28688     Signed-off-by: Wolfgang Denk <wd@denx.de>
28689
28690 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
28691 Author: Wolfgang Denk <wd@denx.de>
28692 Date:   Mon Jul 14 21:19:08 2008 +0200
28693
28694     cpu/i386/serial.c: Fix syntax errors
28695
28696     Signed-off-by: Wolfgang Denk <wd@denx.de>
28697
28698 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
28699 Author: Wolfgang Denk <wd@denx.de>
28700 Date:   Mon Jul 14 20:41:35 2008 +0200
28701
28702     elppc board: Coding style cleanup.
28703
28704     Signed-off-by: Wolfgang Denk <wd@denx.de>
28705
28706 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
28707 Author: Wolfgang Denk <wd@denx.de>
28708 Date:   Mon Jul 14 20:40:22 2008 +0200
28709
28710     elppc board: fix syntax error.
28711
28712     Signed-off-by: Wolfgang Denk <wd@denx.de>
28713
28714 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
28715 Author: Wolfgang Denk <wd@denx.de>
28716 Date:   Mon Jul 14 20:38:26 2008 +0200
28717
28718     EB+MCF-EV123 board: fix coding style (alingment)
28719
28720     Signed-off-by: Wolfgang Denk <wd@denx.de>
28721
28722 commit 6841785a0bb0f38175456a923edd634fb7dd6947
28723 Author: Wolfgang Denk <wd@denx.de>
28724 Date:   Mon Jul 14 20:36:44 2008 +0200
28725
28726     EB+MCF-EV123 board: fix syntx error
28727
28728     Signed-off-by: Wolfgang Denk <wd@denx.de>
28729
28730 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
28731 Author: Andy Fleming <afleming@freescale.com>
28732 Date:   Mon Jul 7 18:02:08 2008 -0500
28733
28734     Remove LBC_CACHE_BASE from 8544 DS
28735
28736     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
28737     space for some anyway, we were allowing speculative loads into unmapped space,
28738     which would cause an exception (annoying, even if ultimately harmless).
28739     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
28740     problem.
28741
28742     Signed-off-by: Andy Fleming <afleming@freescale.com>
28743
28744 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
28745 Author: Wolfgang Denk <wd@denx.de>
28746 Date:   Mon Jul 14 15:19:07 2008 +0200
28747
28748     Code cleanup: fix old style assignment ambiguities like "=-" etc.
28749
28750     Signed-off-by: Wolfgang Denk <wd@denx.de>
28751
28752 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
28753 Author: Wolfgang Denk <wd@denx.de>
28754 Date:   Mon Jul 14 15:10:53 2008 +0200
28755
28756     AmigaOneG3SE: remove dead and incomplete files
28757
28758     Signed-off-by: Wolfgang Denk <wd@denx.de>
28759
28760 commit b64f190b7a34224df09b559ca111eb1b733f00ad
28761 Author: Wolfgang Denk <wd@denx.de>
28762 Date:   Mon Jul 14 15:06:35 2008 +0200
28763
28764     Fix printf() format issues with sizeof_t types by using %zu
28765
28766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28767     Signed-off-by: Wolfgang Denk <wd@denx.de>
28768
28769 commit f354b73e16a86f9e9085471a830605f74f84ea5d
28770 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28771 Date:   Mon Jul 14 14:11:45 2008 +0200
28772
28773     vsprintf: add z and t options
28774
28775     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28776
28777 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
28778 Author: Wolfgang Denk <wd@denx.de>
28779 Date:   Sun Jul 13 23:07:35 2008 +0200
28780
28781     Fix some more printf() format issues.
28782
28783     Signed-off-by: Wolfgang Denk <wd@denx.de>
28784
28785 commit d5996dd555edf52721b7691a4c59de016251ed39
28786 Author: Wolfgang Denk <wd@denx.de>
28787 Date:   Sun Jul 13 19:51:00 2008 +0200
28788
28789     Fix some more printf() format problems.
28790
28791     Signed-off-by: Wolfgang Denk <wd@denx.de>
28792
28793 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
28794 Author: Wolfgang Denk <wd@denx.de>
28795 Date:   Sun Jul 13 19:48:26 2008 +0200
28796
28797     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
28798
28799     Signed-off-by: Wolfgang Denk <wd@denx.de>
28800
28801 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
28802 Author: Anatolij Gustschin <agust@denx.de>
28803 Date:   Sat Jul 12 17:31:36 2008 +0200
28804
28805     Fix bug in Lime video driver
28806
28807     We need to wait while drawing engine clears frame
28808     buffer before any further software accesses to frame
28809     buffer will be initiated. Otherwise software drawn
28810     parts could be partially destroyed by the drawing
28811     engine or even GDC chip freeze could occur (as
28812     observed on socrates board).
28813
28814     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28815
28816 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
28817 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28818 Date:   Sat Jul 12 14:36:34 2008 +0200
28819
28820     Fix some more printf() format issues.
28821
28822     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28823
28824 commit 18c8a28aad49803780bd8d52432ded528e37e701
28825 Author: Michal Simek <monstr@monstr.eu>
28826 Date:   Fri Jul 11 15:11:57 2008 +0200
28827
28828     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
28829
28830     Signed-off-by: Michal Simek <monstr@monstr.eu>
28831     Acked-by: Stefan Roese <sr@denx.de>
28832
28833 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
28834 Author: Michal Simek <monstr@monstr.eu>
28835 Date:   Fri Jul 11 11:50:53 2008 +0200
28836
28837     hwmon: Cleaning hwmon devices
28838
28839     Clean Makefile
28840     Move device specific values to driver for better reading
28841
28842     Signed-off-by: Michal Simek <monstr@monstr.eu>
28843     Acked-by: Stefan Roese <sr@denx.de>
28844
28845 commit c78fce699c7ff467ecd841da6a79f065180bf578
28846 Author: Michal Simek <monstr@monstr.eu>
28847 Date:   Fri Jul 11 10:43:13 2008 +0200
28848
28849     FIS: repare incorrect return value with ramdisk handling
28850
28851     Microblaze and PowerPC use boot_get_ramdisk for loading
28852     ramdisk to memory with checking return value.
28853     Return 0 means success. Return 1 means failed.
28854     Here is correspond part of code from bootm.c which check
28855     return code.
28856
28857     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
28858                 &rd_data_start, &rd_data_end);
28859     if (ret)
28860         goto error;
28861
28862     Signed-off-by: Michal Simek <monstr@monstr.eu>
28863
28864 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
28865 Author: Michal Simek <monstr@monstr.eu>
28866 Date:   Fri Jul 11 10:10:32 2008 +0200
28867
28868     microblaze: Remove useless ancient headers
28869
28870     Signed-off-by: Michal Simek <monstr@monstr.eu>
28871
28872 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
28873 Author: Michal Simek <monstr@monstr.eu>
28874 Date:   Fri Jul 11 10:10:31 2008 +0200
28875
28876     microblaze: Clean uartlite driver
28877
28878     Redesign uartlite driver to in_be32 and out_be32 macros
28879     Fix missing header in io.h
28880
28881     Signed-off-by: Michal Simek <monstr@monstr.eu>
28882     Acked-by: Grant Likely <grant.likely@secretlab.ca>
28883
28884 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
28885 Author: Marcel Ziswiler <marcel@ziswiler.com>
28886 Date:   Fri Jul 11 02:39:14 2008 +0200
28887
28888     Enable passing of ATAGs required by latest Linux kernel.
28889
28890 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
28891 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28892 Date:   Fri Jul 11 10:24:15 2008 -0400
28893
28894     Fix integer overflow warning in calc_divisor()
28895
28896     which happened when rounding the serial port clock divisor
28897
28898     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28899
28900 commit 6b760189d77f001684e3160b355c185ca3804961
28901 Author: Marcel Ziswiler <marcel@ziswiler.com>
28902 Date:   Fri Jul 11 01:09:59 2008 +0200
28903
28904     Fix build time warnings in function mmc_decode_csd()
28905
28906     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
28907
28908 commit c15947d6ce0d59925c97fdfac692476af6e262d0
28909 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28910 Date:   Thu Jul 10 10:46:33 2008 -0400
28911
28912     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
28913
28914     caused by missing dcache status/enable/disable functions.
28915
28916     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28917
28918 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
28919 Author: Stefan Roese <sr@denx.de>
28920 Date:   Thu Jul 10 13:53:31 2008 +0200
28921
28922     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
28923
28924     This patch removes some ft_board_setup() functions from some 4xx boards.
28925     This can be done since we now have a default weak implementation for this
28926     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
28927     implementation like canyonlands need their own version.
28928
28929     Signed-off-by: Stefan Roese <sr@denx.de>
28930
28931 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
28932 Author: Wolfgang Denk <wd@denx.de>
28933 Date:   Sun Jul 13 14:58:16 2008 +0200
28934
28935     Add last known maintainer for orphaned boards; reformat.
28936
28937     Signed-off-by: Wolfgang Denk <wd@denx.de>
28938
28939 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
28940 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28941 Date:   Thu Jul 10 13:16:04 2008 +0200
28942
28943     Remove kharris@nexus-tech.net from MAINTAINERS
28944
28945     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
28946     anymore. You can't be a maintainer without a valid e-mail address, so
28947     move all boards that used to be maintained by Kyle Harris to the
28948     "orphaned" list.
28949
28950     Currently, only PowerPC has a list of orphaned boards, so this patch
28951     creates one for ARM as well.
28952
28953     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28954
28955 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
28956 Author: Anatolij Gustschin <agust@denx.de>
28957 Date:   Thu Jul 10 01:15:10 2008 +0200
28958
28959     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
28960
28961     On the at91sam9260ep development board there is an EEPROM
28962     connected to the TWI interface (PA23, PA24 Peripheral A
28963     multiplexing), so we cannot use these pins as ETX2, ETX3.
28964     This patch configures PA10, PA11 pins for ETX2, ETX3
28965     instead of PA23, PA24 pins.
28966
28967     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28968     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
28969
28970 commit f889265753ddf4465d9d580827bb9289bfac55d6
28971 Author: Kenneth Johansson <kenneth@southpole.se>
28972 Date:   Sat Jul 12 13:18:34 2008 -0600
28973
28974     fix DIU for small screens
28975
28976     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
28977     so it was not possible to set a slow pixel clock and thus prevented
28978     display on small screens.
28979
28980     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
28981     Acked-by: John Rigby <jrigby@freescale.com>
28982
28983 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
28984 Author: John Rigby <jrigby@freescale.com>
28985 Date:   Fri Jul 11 14:44:09 2008 -0600
28986
28987     ADS5121 cleanup compile warnings
28988
28989     board/ads5121/iopin.c
28990         Replace bit fields in struct iopin_t with a single
28991         field and intialize it via plain old macros.
28992         This fixes the type pun warnings and makes the code
28993         more readable.
28994
28995     board/ads5121/ads5121.c
28996         Add include iopin.h to ads5121.c for the iopin_initialize
28997         prototype.
28998
28999         Add an extern void ads5121_diu_init(void)
29000
29001     Signed-off-by: John Rigby <jrigby@freescale.com>
29002
29003 commit bde63587622c4b830a27d1ddf7265843de9e994f
29004 Author: Wolfgang Denk <wd@denx.de>
29005 Date:   Fri Jul 11 22:56:11 2008 +0200
29006
29007     Fix some more printf() format issues.
29008
29009     Signed-off-by: Wolfgang Denk <wd@denx.de>
29010
29011 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
29012 Author: Wolfgang Denk <wd@denx.de>
29013 Date:   Fri Jul 11 22:55:31 2008 +0200
29014
29015     Fixed some out-of-tree build issues
29016
29017     Signed-off-by: Wolfgang Denk <wd@denx.de>
29018
29019 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
29020 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29021 Date:   Wed Jul 9 16:20:23 2008 -0500
29022
29023     ColdFire: Fix FB CS not setup properly for Mcf5282
29024
29025     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
29026     CFG_CSn_RO is defined as 0, the chipselect will not
29027     be assigned.
29028
29029     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29030
29031 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
29032 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29033 Date:   Wed Jul 9 15:47:27 2008 -0500
29034
29035     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
29036
29037     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
29038     clock module in cpu/<cf arch>/cpu_init.c
29039
29040     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29041
29042 commit f94945b517f10e01927101679c62361e03d4e837
29043 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29044 Date:   Wed Jul 9 15:25:01 2008 -0500
29045
29046     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
29047
29048     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29049
29050 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
29051 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29052 Date:   Wed Jul 9 15:21:44 2008 -0500
29053
29054     Fix compile error caused by missing timer function
29055
29056     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
29057
29058     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29059
29060 commit c37ea031175b807c54e6bad9b270e9bede6c0078
29061 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29062 Date:   Wed Jul 9 15:14:25 2008 -0500
29063
29064     Fix compile error caused by incorrect function return type
29065
29066     Rename int mii_init(void) to void mii_init(void)
29067
29068     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29069
29070 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
29071 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29072 Date:   Wed Jun 18 19:27:23 2008 -0500
29073
29074     ColdFire: Fix power up issue for MCF5235
29075
29076     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29077
29078 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
29079 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29080 Date:   Wed Jun 18 19:19:07 2008 -0500
29081
29082     ColdFire: Fix compiling error for MCF5275
29083
29084     The compiling error was caused by missing a closed parentheses
29085     in speed.c
29086
29087     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29088
29089 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
29090 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29091 Date:   Wed Jun 18 19:14:01 2008 -0500
29092
29093     ColdFire: Fix timer issue for MCF5272
29094
29095     The timer was assigned to wrong timer memory mapped which
29096     caused udelay() and timer() not working properly.
29097
29098     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29099
29100 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
29101 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29102 Date:   Wed Jun 18 19:12:13 2008 -0500
29103
29104     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
29105
29106     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
29107
29108 commit 8371dc2066136be21e10b7b9293e469297d77298
29109 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29110 Date:   Wed Jun 18 19:05:23 2008 -0500
29111
29112     ColdFire: Add -got=single param for new linux v4e toolchains
29113
29114     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
29115
29116 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
29117 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29118 Date:   Wed Jun 18 13:21:19 2008 -0500
29119
29120     ColdFire: Fix code flash configuration for M547x/M548x boards
29121
29122     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
29123
29124 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
29125 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29126 Date:   Tue Jun 24 12:12:16 2008 -0500
29127
29128     ColdFire: Fix warning messages by passing correct data type in board.c
29129
29130     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29131
29132 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
29133 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29134 Date:   Thu May 29 12:21:54 2008 -0500
29135
29136     ColdFire: Fix UART baudrate formula
29137
29138     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
29139     can generate the wrong divisor due to integer division truncation.
29140     Round the calculated divisor value by adding 1/2 the baudrate
29141     before dividing by the baudrate.
29142
29143     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29144     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
29145
29146 commit b578fb471444cbd7db1285701ba51343baaf73fb
29147 Author: Stefan Roese <sr@denx.de>
29148 Date:   Thu Jul 10 11:38:26 2008 +0200
29149
29150     ppc4xx: Fix include sequence in 4xx_pcie.c
29151
29152     This patch now moves common.h to the top of the inlcude list. This
29153     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
29154     the phys_size_t/phys_addr_t are defined to the correct size in this
29155     driver.
29156
29157     Signed-off-by: Stefan Roese <sr@denx.de>
29158
29159 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
29160 Author: Stefan Roese <sr@denx.de>
29161 Date:   Fri Jul 11 13:10:56 2008 +0200
29162
29163     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
29164
29165     Signed-off-by: Stefan Roese <sr@denx.de>
29166
29167 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
29168 Author: Stefan Roese <sr@denx.de>
29169 Date:   Fri Jul 11 11:40:13 2008 +0200
29170
29171     ppc4xx: Fix small korat merge problem
29172
29173     Signed-off-by: Stefan Roese <sr@denx.de>
29174
29175 commit 1d0554736a0a1dd59718acda660871ce56b69e18
29176 Author: Stefan Roese <sr@denx.de>
29177 Date:   Fri Jul 11 11:34:52 2008 +0200
29178
29179     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
29180
29181     Signed-off-by: Stefan Roese <sr@denx.de>
29182
29183 commit 3a82113ed5934d498f25080441a8261fc9454b15
29184 Author: Stefan Roese <sr@denx.de>
29185 Date:   Thu Jul 10 16:37:09 2008 +0200
29186
29187     ppc4xx: Add 460SX UIC defines
29188
29189     Only the really needed ones are added (cascading and EMAC/MAL).
29190
29191     Signed-off-by: Stefan Roese <sr@denx.de>
29192
29193 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
29194 Author: Stefan Roese <sr@denx.de>
29195 Date:   Mon Jun 30 14:11:07 2008 +0200
29196
29197     ppc4xx: Continue cleanup of ppc440.h
29198
29199     This patch continues the ppc440.h cleanup by removing some of the unused
29200     defines.
29201
29202     Signed-off-by: Stefan Roese <sr@denx.de>
29203
29204 commit d9056b7913ed6a228d2f33671d916efedee541dd
29205 Author: Stefan Roese <sr@denx.de>
29206 Date:   Mon Jun 30 14:05:05 2008 +0200
29207
29208     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
29209
29210     This patch cleans up the 440SPe PCIe register usage. Now only defines
29211     from the include/asm-ppc/4xx_pcie.h are used.
29212
29213     Signed-off-by: Stefan Roese <sr@denx.de>
29214
29215 commit 5de851403b01489b493fa83137ad990b8ce60d1c
29216 Author: Stefan Roese <sr@denx.de>
29217 Date:   Thu Jun 26 17:36:39 2008 +0200
29218
29219     ppc4xx: Rework 440GX UIC handling
29220
29221     This patch reworks the 440GX interrupt handling so that the common 4xx
29222     code can be used. The 440GX is an exception to all other 4xx variants
29223     by having the cascading interrupt vectors not on UIC0 but on a special
29224     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
29225     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
29226     handling is simpler without any 440GX special cases.
29227
29228     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
29229
29230     Signed-off-by: Stefan Roese <sr@denx.de>
29231
29232 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
29233 Author: Stefan Roese <sr@denx.de>
29234 Date:   Thu Jun 26 13:40:57 2008 +0200
29235
29236     ppc4xx: Consolidate PPC4xx UIC defines
29237
29238     This 2nd patch now removes all UIC mask bit definition. They should be
29239     generated from the vectors by using the UIC_MASK() macro from now on.
29240     This way only the vectors need to get defined for new PPC's.
29241
29242     Also only the really used interrupt vectors are now defined. This makes
29243     definitions for new PPC versions easier and less error prone.
29244
29245     Another part of this patch is that the 4xx emac driver got a little
29246     cleanup, since now the usage of the interrupts is clearer.
29247
29248     Signed-off-by: Stefan Roese <sr@denx.de>
29249
29250 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
29251 Author: Stefan Roese <sr@denx.de>
29252 Date:   Wed Jun 25 10:59:22 2008 +0200
29253
29254     ppc4xx: Consolidate PPC4xx UIC defines
29255
29256     This patch is the first step to consolidate the UIC related defines in the
29257     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
29258     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
29259     steps.
29260
29261     Signed-off-by: Stefan Roese <sr@denx.de>
29262
29263 commit 7ee2619c20ccecd57966d74d844e6329e141261c
29264 Author: Stefan Roese <sr@denx.de>
29265 Date:   Tue Jun 24 17:18:50 2008 +0200
29266
29267     ppc4xx: Consolidate PPC4xx EBC defines
29268
29269     This patch removes all EBC related defines from the PPC4xx headers
29270     ppc405.h and ppc440.h and introduces a new header
29271
29272     include/asm-ppc/ppc4xx-ebc.h
29273
29274     with all those defines.
29275
29276     Signed-off-by: Stefan Roese <sr@denx.de>
29277
29278 commit e321801bed5a6d896d298c00fd20046f039d5d66
29279 Author: Stefan Roese <sr@denx.de>
29280 Date:   Thu Jul 10 13:52:44 2008 +0200
29281
29282     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
29283
29284     This patch removes some ft_board_setup() functions from some 4xx boards.
29285     This can be done since we now have a default weak implementation for this
29286     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
29287     implementation like canyonlands need their own version.
29288
29289     Signed-off-by: Stefan Roese <sr@denx.de>
29290
29291 commit 08250eb2edbd96514d049602d9e134110ac3185f
29292 Author: Stefan Roese <sr@denx.de>
29293 Date:   Thu Jul 10 15:32:32 2008 +0200
29294
29295     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
29296
29297     Signed-off-by: Stefan Roese <sr@denx.de>
29298
29299 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
29300 Author: Grant Erickson <gerickson@nuovations.com>
29301 Date:   Tue Jul 8 08:35:00 2008 -0700
29302
29303     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
29304
29305     This patch adds support for placing the RGMII bridge on the
29306     PPC405EX(r) into MII/GMII mode and allows a board-specific
29307     configuration to specify the bridge mode at compile-time.
29308
29309     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29310     Signed-off-by: Stefan Roese <sr@denx.de>
29311
29312 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
29313 Author: Grant Erickson <gerickson@nuovations.com>
29314 Date:   Wed Jul 9 16:46:35 2008 -0700
29315
29316     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
29317
29318     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
29319     controller registers (MODT and INITPLR) used by the
29320     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
29321     peer values used for the INITPLR MR and EMR registers,
29322     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
29323
29324     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
29325     Kilauea are replaced by equivalent mnemonics to make it easier to
29326     compare and contrast other 405EX(r)-based boards (e.g. during board
29327     bring-up).
29328
29329     Finally, unified the SDRAM controller register dump routine such that
29330     it can be used across all processor variants that utilize the IBM DDR2
29331     SDRAM controller core. It produces output of the form:
29332
29333         PPC4xx IBM DDR2 Register Dump:
29334                 ...
29335                 SDRAM_MB0CF[40] = 0x00006701
29336                 ...
29337
29338     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
29339     since it is not uncommon that the DCR values in header files get mixed
29340     up and it helps to validate, at a glance, they match what is printed
29341     in the user manual.
29342
29343     Tested on:
29344       AMCC Kilauea/Haleakala:
29345       - NFS Linux Boot: PASSED
29346       - NAND Linux Boot: PASSED
29347
29348     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29349     Signed-off-by: Stefan Roese <sr@denx.de>
29350
29351 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
29352 Author: Grant Erickson <gerickson@nuovations.com>
29353 Date:   Wed Jul 9 16:31:59 2008 -0700
29354
29355     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
29356
29357     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
29358     revision ID DCR based on 405EX, and add field mnemonics for bus error
29359     status and ECC error status registers.
29360
29361     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29362     Signed-off-by: Stefan Roese <sr@denx.de>
29363
29364 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
29365 Author: Grant Erickson <gerickson@nuovations.com>
29366 Date:   Wed Jul 9 16:31:36 2008 -0700
29367
29368     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
29369
29370     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
29371
29372     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29373     Signed-off-by: Stefan Roese <sr@denx.de>
29374
29375 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
29376 Author: Grant Erickson <gerickson@nuovations.com>
29377 Date:   Wed Jul 9 11:55:46 2008 -0700
29378
29379     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
29380
29381     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
29382     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
29383     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
29384
29385     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
29386     which causes SDRAM initialization to periodically fail since it can
29387     prematurely indicate SDRAM ready status.
29388
29389     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29390     Signed-off-by: Stefan Roese <sr@denx.de>
29391
29392 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
29393 Author: Feng Kan <fkan@amcc.com>
29394 Date:   Tue Jul 8 22:48:42 2008 -0700
29395
29396     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
29397
29398     Add AMCC Redwood reference board that uses the latest
29399     PPC 464 CPU processor combined with a rich mix of peripheral
29400     controllers. The board will support PCIe, mutiple Gig ethernet
29401     ports, advanced hardware RAID assistance and IEEE 1588.
29402
29403     Signed-off-by: Feng Kan <fkan@amcc.com>
29404     Signed-off-by: Stefan Roese <sr@denx.de>
29405
29406 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
29407 Author: Feng Kan <fkan@amcc.com>
29408 Date:   Tue Jul 8 22:48:07 2008 -0700
29409
29410     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
29411
29412     Signed-off-by: Feng Kan <fkan@amcc.com>
29413     Signed-off-by: Stefan Roese <sr@denx.de>
29414
29415 commit 7d30793685efcada183891c78fc892e6c9ba50c7
29416 Author: Feng Kan <fkan@amcc.com>
29417 Date:   Tue Jul 8 22:47:31 2008 -0700
29418
29419     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
29420
29421     Signed-off-by: Feng Kan <fkan@amcc.com>
29422     Signed-off-by: Stefan Roese <sr@denx.de>
29423
29424 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
29425 Author: Wolfgang Denk <wd@denx.de>
29426 Date:   Fri Jul 11 01:16:00 2008 +0200
29427
29428     Fix some more print() format errors.
29429
29430     Signed-off-by: Wolfgang Denk <wd@denx.de>
29431
29432 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
29433 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29434 Date:   Thu Jul 10 20:57:54 2008 +0200
29435
29436     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
29437
29438     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29439
29440 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
29441 Author: Sergey Lapin <slapin@ossfans.org>
29442 Date:   Thu Jun 5 11:06:29 2008 +0400
29443
29444     DataFlash AT45DB021 support
29445
29446     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
29447     bootstrap, u-boot and its environment, using NAND or other external
29448     storage for kernel and rootfs. This patch adds support for
29449     small 1024x263 chip.
29450
29451     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
29452
29453 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
29454 Author: Kim Phillips <kim.phillips@freescale.com>
29455 Date:   Thu Jul 10 14:00:15 2008 -0500
29456
29457     silence misc printf formatting compiler warnings
29458
29459     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29460
29461 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
29462 Author: Markus Klotzbücher <mk@denx.de>
29463 Date:   Thu Jul 10 14:47:09 2008 +0200
29464
29465     USB: shutdown USB before booting
29466
29467     This patch fixes a potentially serious issue related to USB which was
29468     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
29469     ARM920T. Martin wrote:
29470
29471       Turn off USB to prevent the host controller from writing to the
29472       SDRAM while Linux is booting. This could happen, because the HCCA
29473       (Host Controller Communication Area) lies within the SDRAM and the
29474       host controller writes continously to this area (as busmaster!), for
29475       example to increase the HccaFrameNumber variable, which happens
29476       every 1 ms.
29477
29478     This is a slightly modified version of the patch in order to shutdown
29479     USB when booting on all architectures.
29480
29481     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29482
29483 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
29484 Author: Martha Marx <mmarx@silicontkx.com>
29485 Date:   Thu May 29 14:23:25 2008 -0400
29486
29487     Configuration changes for ADS5121 Rev 3
29488
29489     ADS5121 Rev 3 board is now the default config
29490
29491     config targets are now
29492
29493     ads5121_config
29494         Rev 3 board with
29495         PCI
29496         M41T62 on board RTC
29497         512MB DRAM
29498
29499     ads5121_rev2_config
29500         Rev 2 board with
29501         No PCI
29502         256MB DRAM
29503
29504     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
29505     Acked-by: Grant Likely <grant.likely@secretlab.ca>
29506     Acked-by: John Rigby <jrigby@freescale.com>
29507
29508 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
29509 Author: Martha Marx <mmarx@silicontkx.com>
29510 Date:   Thu May 29 15:37:21 2008 -0400
29511
29512     Consolidate ADS5121 IO Pin configuration
29513
29514     Consolidate ADS5121 IO Pin configuration to one file
29515     board/ads5121/iopin.c.
29516
29517     Remove pin config from cpu/mpc512x/fec.c
29518
29519     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
29520     Acked-by: Grant Likely <grant.likely@secretlab.ca>
29521     Acked-by: John Rigby <jrigby@freescale.com>
29522
29523 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
29524 Author: Christian Eggers <christian@p2400.wgnetz.xx>
29525 Date:   Fri Jun 27 19:46:51 2008 +0200
29526
29527     Fix "usb part" command
29528
29529     Only print partition for selected device if user supplied the <dev>
29530     arg with the "usb part [dev]" command.
29531
29532     Signed-off-by: Christian Eggers <ceggers@gmx.de>
29533     Acked-by: Markus Klotzbuecher <mk@denx.de>
29534
29535 commit cc83b27217f7380041fea386ddb6d6d9b261617d
29536 Author: Harald Welte <laforge@gnumonks.org>
29537 Date:   Mon Jul 7 00:58:05 2008 +0800
29538
29539     fix USB devices with multiple configurations
29540
29541     This patch fixes bugs in usbdcore*.c related to the use of devices
29542     with multiple configurations.
29543
29544     The original code made mistakes about the meaning of configuration value and
29545     configuration index, and the resulting off-by-one errors resulted in:
29546
29547     * SET_CONFIGURATION always selected the first configuration, no matter what
29548       wValue is being passed.
29549     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
29550       configuration (index 0).
29551
29552     Signed-off-by: Harald Welte <laforge@openmoko.org>
29553     Acked-by: Markus Klotzbuecher <mk@denx.de>
29554
29555 commit 06c53beae1a726e707971c555613f09b270a2461
29556 Author: Wolfgang Denk <wd@denx.de>
29557 Date:   Thu Jul 10 13:16:09 2008 +0200
29558
29559     Fix some more print() format errors.
29560
29561     Signed-off-by: Wolfgang Denk <wd@denx.de>
29562
29563 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
29564 Author: Christian Eggers <christian@p2400.wgnetz.xx>
29565 Date:   Fri Jun 27 19:46:51 2008 +0200
29566
29567     Fix "usb part" command
29568
29569     Only print partition for selected device if user supplied the <dev>
29570     arg with the "usb part [dev]" command.
29571
29572     Signed-off-by: Christian Eggers <ceggers@gmx.de>
29573     Acked-by: Markus Klotzbuecher <mk@denx.de>
29574
29575 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
29576 Author: Harald Welte <laforge@gnumonks.org>
29577 Date:   Mon Jul 7 00:58:05 2008 +0800
29578
29579     fix USB devices with multiple configurations
29580
29581     This patch fixes bugs in usbdcore*.c related to the use of devices
29582     with multiple configurations.
29583
29584     The original code made mistakes about the meaning of configuration value and
29585     configuration index, and the resulting off-by-one errors resulted in:
29586
29587     * SET_CONFIGURATION always selected the first configuration, no matter what
29588       wValue is being passed.
29589     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
29590       configuration (index 0).
29591
29592     Signed-off-by: Harald Welte <laforge@openmoko.org>
29593     Acked-by: Markus Klotzbuecher <mk@denx.de>
29594
29595 commit e870690bdca154943ecadd5212d2d59c1b9d391b
29596 Author: Stefan Roese <sr@denx.de>
29597 Date:   Thu Jul 10 10:10:54 2008 +0200
29598
29599     MTD/NAND: Fix printf format warning in nand code
29600
29601     This patch fixes NAND related printf format warning. Those warnings are
29602     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
29603     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
29604     really helpful.
29605
29606     Signed-off-by: Stefan Roese <sr@denx.de>
29607
29608 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
29609 Author: Stefan Roese <sr@denx.de>
29610 Date:   Thu Jul 10 10:00:45 2008 +0200
29611
29612     rtc: Fix printf format warning in m41t60.c
29613
29614     Signed-off-by: Stefan Roese <sr@denx.de>
29615
29616 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
29617 Author: Stefan Roese <sr@denx.de>
29618 Date:   Tue Jul 8 12:01:47 2008 +0200
29619
29620     pci: Move PCI device configuration check into a separate weak function
29621
29622     This patch moves the check, if a device should be skipped in PCI PNP
29623     configuration into the function pci_skip_dev(). This function is defined
29624     as weak so that it can be overwritten by a platform specific one if
29625     needed. The check if the device should get printed in the PCI summary upon
29626     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
29627     pci_print_dev() which is also defined as weak too.
29628
29629     Signed-off-by: Stefan Roese <sr@denx.de>
29630
29631 commit b002144e1dc21374b1ef5281fe6b5d014af96650
29632 Author: Stefan Roese <sr@denx.de>
29633 Date:   Thu Jul 10 09:58:06 2008 +0200
29634
29635     ppc4xx: Fix printf format warnings now visible with the updated format check
29636
29637     This patch fixes ppc4xx related printf format warning. Those warnings are
29638     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
29639     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
29640     really helpful.
29641
29642     Signed-off-by: Stefan Roese <sr@denx.de>
29643
29644 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
29645 Author: Stefan Roese <sr@denx.de>
29646 Date:   Wed Jul 9 17:33:57 2008 +0200
29647
29648     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
29649
29650     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
29651     To support such configurations, we "only" map the first 2GB via the TLB's. We
29652     need some free virtual address space for the remaining peripherals like, SoC
29653     devices, FLASH etc.
29654
29655     Note that ECC is currently not supported on configurations with more than 2GB
29656     SDRAM. This is because we only map the first 2GB on such systems, and therefore
29657     the ECC parity byte of the remaining area can't be written.
29658
29659     Signed-off-by: Stefan Roese <sr@denx.de>
29660
29661 commit cf1c2ed91df26903b956948f37f82de9e1158a89
29662 Author: Larry Johnson <lrj@acm.org>
29663 Date:   Sat Jun 14 17:02:49 2008 -0400
29664
29665     ppc4xx: Remove implementation of testdram() from Korat board support
29666
29667     Signed-off-by: Larry Johnson <lrj@acm.org>
29668     Signed-off-by: Stefan Roese <sr@denx.de>
29669
29670 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
29671 Author: Larry Johnson <lrj@acm.org>
29672 Date:   Sat Jun 14 16:53:02 2008 -0400
29673
29674     ppc4xx: Update and add FDT to Korat board support
29675
29676     Signed-off-by: Larry Johnson <lrj@acm.org>
29677     Signed-off-by: Stefan Roese <sr@denx.de>
29678
29679 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
29680 Author: Wolfgang Denk <wd@denx.de>
29681 Date:   Thu Jul 10 01:13:30 2008 +0200
29682
29683     Minor coding style cleanup; update CHANGELOG
29684
29685     Signed-off-by: Wolfgang Denk <wd@denx.de>
29686
29687 commit 8915f1189c1d29d8be7f4de325702d90a8988219
29688 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
29689 Date:   Wed Jul 9 17:50:45 2008 -0400
29690
29691     e1000: add support for 82545GM 64bit PCI-X copper variant
29692
29693     This PCI-X e1000 variant works by just adding in the correct
29694     PCI IDs in the appropriate places.
29695
29696     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
29697
29698 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
29699 Author: Daniel Hellstrom <daniel@gaisler.com>
29700 Date:   Wed Jul 9 12:34:11 2008 +0000
29701
29702     SPARC: Build error fix
29703
29704     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
29705
29706     This patch makes SPARC targets build again. It is caused by
29707     phys_addr_t and phys_size_t being defined in the wrong header
29708     file. include/lmb.h need those typedefs to build.
29709
29710     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
29711
29712 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
29713 Author: Marcel Ziswiler <marcel@ziswiler.com>
29714 Date:   Wed Jul 9 08:17:15 2008 +0200
29715
29716     Many spelling fixes in README.
29717
29718     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
29719
29720 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
29721 Author: Marcel Ziswiler <marcel@ziswiler.com>
29722 Date:   Wed Jul 9 08:17:06 2008 +0200
29723
29724     Minor spelling fix in comment.
29725
29726     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
29727
29728 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
29729 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29730 Date:   Tue Jul 8 14:54:58 2008 -0400
29731
29732     Round the serial port clock divisor value returned by calc_divisor()
29733
29734     Round the serial port clock divisor value returned by
29735     calc_divisor().
29736
29737     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29738     Signed-off-by: John Roberts <john.roberts@pwav.com>
29739
29740 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
29741 Author: Scott Wood <scottwood@freescale.com>
29742 Date:   Wed Jul 9 17:47:52 2008 -0500
29743
29744     NAND: ifdef-protect most of nand.h when using legacy NAND.
29745
29746     Some macros such as NAND_CTL_SETALE conflict between current and legacy
29747     NAND, being defined by the subsystem in the former case and the board
29748     config file in the latter.
29749
29750     Signed-off-by: Scott Wood <scottwood@freescale.com>
29751
29752 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
29753 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29754 Date:   Tue Jul 8 11:02:05 2008 -0400
29755
29756     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
29757
29758     ARM: Fix for incorrect version of patch applied when
29759     adding support for the Lyrtech SFF-SDR board.
29760
29761     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29762     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
29763
29764 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
29765 Author: Kyungmin Park <kmpark@infradead.org>
29766 Date:   Tue Jul 8 09:08:40 2008 +0900
29767
29768     Remove useless print message at apollon
29769
29770     Remove useless print message at apollon
29771
29772     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
29773
29774 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
29775 Author: Andy Fleming <afleming@freescale.com>
29776 Date:   Mon Jul 7 14:24:39 2008 -0500
29777
29778     Fix LMB type issues
29779
29780     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
29781     of casting problems in the bootm code that called the LMB functions.
29782
29783     Signed-off-by: Andy Fleming <afleming@freescale.com>
29784
29785 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
29786 Author: Kumar Gala <galak@kernel.crashing.org>
29787 Date:   Mon Jul 7 09:39:06 2008 -0500
29788
29789     Fix compiler warnings
29790
29791     gcc-4.3.x generates the following:
29792
29793     bootm.c: In function 'do_bootm_linux':
29794     bootm.c:208: warning: cast from pointer to integer of different size
29795     bootm.c:215: warning: cast from pointer to integer of different size
29796
29797     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29798
29799 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
29800 Author: Harald Welte <laforge@gnumonks.org>
29801 Date:   Mon Jul 7 15:40:39 2008 +0800
29802
29803     Remove code duplication for setting the default environment
29804
29805     common/env_common.c (default_env): new function that resets the environment to
29806                     the default value
29807     common/env_common.c (env_relocate): use default_env instead of own copy
29808     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
29809     include/environment.h: added default_env prototype
29810
29811     Signed-off-by: Werner Almesberger <werner@openmoko.org>
29812     Signed-off-by: Harald Welte <laforge@openmoko.org>
29813
29814 commit 99c2b434d37863df5dda5207a53760c6506fc2be
29815 Author: Marcel Ziswiler <marcel@ziswiler.com>
29816 Date:   Sun Jun 22 16:13:46 2008 +0200
29817
29818     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
29819
29820     The writeenv() and readenv() calls introduced by the recently added bad block
29821     management for environment variables were missing casts therefore producing
29822     compile time warnings.
29823     While at it fixing some typo in a comment and indentation.
29824
29825     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
29826     Signed-off-by: Scott Wood <scottwood@freescale.com>
29827
29828 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
29829 Author: Scott Wood <scottwood@freescale.com>
29830 Date:   Fri Jun 20 12:38:57 2008 -0500
29831
29832     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
29833
29834     This is particularly problematic now that non-NAND-specific code is
29835     including <nand.h>, and thus all debugging code is being compiled
29836     regardless of whether it was requested, as reported by Scott McNutt
29837     <smcnutt@psyent.com>.
29838
29839     Signed-off-by: Scott Wood <scottwood@freescale.com>
29840
29841 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
29842 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29843 Date:   Thu Jun 12 19:27:58 2008 +0200
29844
29845     mmc: Move atmel_mci driver into drivers/mmc
29846
29847     This makes it easier to use the driver on other platforms.
29848
29849     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29850     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29851
29852 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
29853 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29854 Date:   Thu Jun 12 19:27:57 2008 +0200
29855
29856     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
29857
29858     After we move the atmel_mci driver into drivers/mmc, we can't select
29859     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
29860     this driver so that there's no ambiguity.
29861
29862     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29863     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29864
29865 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
29866 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29867 Date:   Thu Jun 12 19:27:56 2008 +0200
29868
29869     Create drivers/mmc subdirectory
29870
29871     In order to consolidate more of the various MMC drivers around the
29872     tree, we must first have a common place to put them.
29873
29874     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29875     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29876
29877 commit b502611b51f02718c2d1117d4981dabceb5af6de
29878 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
29879 Date:   Sun Jul 6 12:30:09 2008 +0200
29880
29881     Change env_get_char from a global function ptr to a function
29882
29883     This avoids an early global data reference.
29884
29885     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29886
29887 commit 27269417ade432189b234d9fbac98b54e37b978c
29888 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
29889 Date:   Sun Jul 6 13:57:58 2008 +0400
29890
29891     Some copy-n-paste fixes in printf usage
29892
29893     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
29894
29895 commit 0e6989b9faf1588e8723535539e88a0df3c71356
29896 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
29897 Date:   Sun Jul 6 13:57:00 2008 +0400
29898
29899     FDT memory and pci node fixes for MPC8260ADS
29900
29901     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
29902
29903 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
29904 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
29905 Date:   Mon Jul 7 06:41:14 2008 -0700
29906
29907     Fix printf errors.
29908
29909     The compiler will help find mismatches between printf formats and
29910     arguments if you let it.  This patch adds the necessary attributes to
29911     declarations in include/common.h, then begins to correct the resulting
29912     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
29913     "%d" and incorrect arguments.  Others were just annoying, like
29914     int-long mismatches on a system where both are 32 bits.  It's worth
29915     fixing the annoying errors to catch the real ones.
29916
29917     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
29918
29919 commit 417faf285b2527acb2de24c5cd3e2621d385408c
29920 Author: Becky Bruce <becky.bruce@freescale.com>
29921 Date:   Wed Jul 9 11:09:41 2008 -0500
29922
29923     Allow print_size to print in GB
29924
29925     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29926
29927 commit e7c374529c87525c9aa463e0557c287887ae4e9e
29928 Author: Jason McMullan <mcmullan@netapp.com>
29929 Date:   Sun Jun 8 23:56:00 2008 -0400
29930
29931     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
29932
29933     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
29934     they are set in the U-Boot environment.
29935
29936     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
29937     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29938
29939 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
29940 Author: Stefan Roese <sr@denx.de>
29941 Date:   Tue Jul 8 12:57:14 2008 +0200
29942
29943     jedec_flash: Fix AM29DL800BB device ID
29944
29945     As pointed out by Jerry Hicks, this patch corrects the device ID of
29946     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
29947     datasheet (rev C4 from Dezember 2006).
29948
29949     Signed-off-by: Stefan Roese <sr@denx.de>
29950
29951 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
29952 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29953 Date:   Mon Jul 7 11:22:37 2008 +0900
29954
29955     sh: Fix compile error sh7763rdp board
29956
29957     Disable SH ether driver.
29958
29959     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29960
29961 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
29962 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29963 Date:   Tue Jul 8 12:03:24 2008 +0900
29964
29965     sh: Fix SH-boards compile error
29966
29967     By Cleanup out-or-tree building for some boards (.depend)
29968     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
29969     because filse ware changed, some SH-boards have compile error.
29970     I revised this problem.
29971
29972     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29973
29974 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
29975 Author: Jason Jin <Jason.jin@freescale.com>
29976 Date:   Tue May 13 11:50:36 2008 +0800
29977
29978     Feed the watchdog in u-boot for 8610 board.
29979
29980     The watchdog on 8610 board is enabled by setting sw[6]
29981     to on. Once enabled, the watchdog can not be disabled
29982     by software. So feed the dog in u-boot is necessary for
29983     normal operation.
29984
29985     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
29986
29987 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
29988 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
29989 Date:   Wed Jun 18 12:10:33 2008 -0400
29990
29991     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
29992
29993     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
29994
29995     Remove duplicate code in a if/else block in
29996     cpu/arm926ejs/davinci/lxt972.c.
29997     Fixed style issues.
29998
29999     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30000     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30001
30002 commit fec61431a003f5778bafa2624073a571af8bec9f
30003 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30004 Date:   Wed Jun 18 12:10:31 2008 -0400
30005
30006     Remove duplicate definitions in include/lxt971a.h.
30007
30008     Remove duplicate definitions in include/lxt971a.h.
30009
30010     Remove duplicate registers and bits definitions in
30011     include/lxt971a.h for standard MII registers, and
30012     use values in include/miiphy.h instead.
30013
30014     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30015     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30016
30017 commit 9751ee0990f467941da0b095a4e995f863672d7a
30018 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30019 Date:   Wed Jun 11 21:05:00 2008 +0900
30020
30021     net: sh: Renesas SH7763 Ethernet device support
30022
30023     Renesas SH7763 has 2 channel Ethernet device.
30024     This is 10/100/1000 Base support.
30025     But this patch check 10/100 Base only.
30026
30027     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30028     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30029
30030 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
30031 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30032 Date:   Tue Jun 17 16:28:05 2008 +0900
30033
30034     sh: Update Renesas R2DPlus board
30035
30036     New NOR Flash board support and remove old type flash board config.
30037     And Remove network setting from config file.
30038
30039     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30040     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30041
30042 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
30043 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30044 Date:   Tue Jun 17 16:28:01 2008 +0900
30045
30046     sh: Update Renesas R7780MP board
30047
30048     New NOR Flash board support and remove network setting from config file.
30049
30050     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30051     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30052
30053 commit c001cd604e9f133743effbddb1c215b48e761c5a
30054 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30055 Date:   Tue Jun 17 16:27:56 2008 +0900
30056
30057     sh: Update Renesas Migo-R board
30058
30059     Remove network setting from config file.
30060
30061     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30062     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30063
30064 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
30065 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30066 Date:   Tue Jun 17 16:27:52 2008 +0900
30067
30068     sh: Update Hitachi MS7722SE board
30069
30070     Remove network setting from config file.
30071
30072     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30073     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30074
30075 commit 26209e48e8791670c93108029a5c31a30016c6df
30076 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30077 Date:   Tue Jun 17 16:27:48 2008 +0900
30078
30079     sh: Cleanup source code of SH7763RDP
30080
30081     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30082     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30083
30084 commit 5cd5b2c96ef0025762931349d350287aec03ab47
30085 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30086 Date:   Tue Jun 17 16:27:44 2008 +0900
30087
30088     sh: Cleanup source code of R2DPlus
30089
30090     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30091     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30092
30093 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
30094 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30095 Date:   Tue Jun 17 16:27:41 2008 +0900
30096
30097     sh: Cleanup source code of R7780MP
30098
30099     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30100     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30101
30102 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
30103 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30104 Date:   Tue Jun 17 16:27:38 2008 +0900
30105
30106     sh: Cleanup source code of MS7722SE
30107
30108     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30109     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30110
30111 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
30112 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30113 Date:   Tue Jun 17 16:27:34 2008 +0900
30114
30115     sh: Cleanup source code of MS7720SE
30116
30117     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30118     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30119
30120 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
30121 Author: Wolfgang Denk <wd@denx.de>
30122 Date:   Mon Jul 7 00:45:03 2008 +0200
30123
30124     SH: fix out of tree building
30125
30126     Signed-off-by: Wolfgang Denk <wd@denx.de>
30127
30128 commit 9047bfa1e737d787be460387dd6f45737eeceb10
30129 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30130 Date:   Thu Jul 3 23:16:06 2008 +0900
30131
30132     net: smc911x: Fix typo
30133
30134     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30135
30136 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
30137 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30138 Date:   Wed Jul 2 18:54:08 2008 +0200
30139
30140     update mvBL-M7 board config
30141
30142     update mvBL-M7 config file to use UBOOT_VERSION and define
30143     CONFIG_HIGH_BATS.
30144
30145     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30146
30147 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
30148 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30149 Date:   Mon Jun 30 17:45:01 2008 +0900
30150
30151     net: fix compile problem in smc911x driver.
30152
30153     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30154     Acked-by: Ben Warren <biggerbadderben@gmail.com>
30155
30156 commit 9fea65a6c469b1b474b27446feb58738baba2d31
30157 Author: Michal Simek <monstr@monstr.eu>
30158 Date:   Tue Jun 24 09:54:09 2008 +0200
30159
30160     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
30161
30162     This change helps with better handling with others
30163     Xilinx based platform.
30164
30165     Signed-off-by: Michal Simek <monstr@monstr.eu>
30166     Acked-by: Stefan Roese <sr@denx.de>
30167
30168 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
30169 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30170 Date:   Tue Jun 17 13:07:11 2008 +0900
30171
30172     net: ne2000: Move dev_addr variable from grobal to local.
30173
30174     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30175     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30176
30177 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
30178 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30179 Date:   Tue Jun 17 13:07:15 2008 +0900
30180
30181     net: ne2000: Fix compile error of NE2000
30182
30183     If enable DEBUG, can not compile ne2000 driver.
30184
30185     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30186     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30187
30188 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
30189 Author: Ben Warren <biggerbadderben@gmail.com>
30190 Date:   Mon Jun 23 22:57:27 2008 -0700
30191
30192     Add mechanisms for CPU and board-specific Ethernet initialization
30193
30194     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
30195     initialization to CPU or board-specific code.  Initial implementation is
30196     only on the Freescale TSEC controller, but others will be added soon.
30197
30198     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30199
30200 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
30201 Author: Wolfgang Denk <wd@denx.de>
30202 Date:   Sun Jul 6 01:21:46 2008 +0200
30203
30204     include/sha256.h: fix file permissions.
30205
30206     Signed-off-by: Wolfgang Denk <wd@denx.de>
30207
30208 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
30209 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
30210 Date:   Tue May 27 11:15:29 2008 +0200
30211
30212     [AT91SAM9] Fix NAND FLASH timings
30213
30214     Fix NAND FLASH timings for at91sam9x evaluation kits.
30215
30216     New timings are based on application note
30217     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
30218     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
30219
30220     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
30221     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30222     Acked-by: Stelian Pop <stelian@popies.net>
30223
30224 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
30225 Author: Stelian Pop <stelian@popies.net>
30226 Date:   Thu May 22 00:15:40 2008 +0200
30227
30228     Fix boot from NOR due to incorrect reset delay.
30229
30230     AT91 RSTC registers are battery-backuped, so their values
30231     are not reset across power cycles. One of those registers,
30232     the AT91_RSTC_MR register, is being modified by U-Boot, in
30233     the ethernet initialisation routine, to generate a 500ms
30234     user reset.
30235
30236     Unfortunately, this value is not being restored afterwards,
30237     causing subsequent resets to also last for 500ms.
30238
30239     This long reset sequence causes problems (at least) in the
30240     boot sequence from NOR: by the time the CPU tries to load
30241     a program from the NOR flash, the latter is still in reset
30242     and not yet available.
30243
30244     Additionaly, this patch fixes a bug in the original code which
30245     caused the reset delay to last for 2s instead of 500ms.
30246
30247     Signed-off-by: Stelian Pop <stelian@popies.net>
30248     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30249
30250 commit f492dd636fbbae529e17533995bc6e5813c007f6
30251 Author: Wolfgang Denk <wd@denx.de>
30252 Date:   Fri Jul 4 20:11:49 2008 +0200
30253
30254     Update CHANGELOG
30255
30256     Signed-off-by: Wolfgang Denk <wd@denx.de>
30257
30258 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
30259 Author: Wolfgang Denk <wd@denx.de>
30260 Date:   Fri Jul 4 20:07:35 2008 +0200
30261
30262     CCM/SCM boards: fix out of tree building
30263
30264     Signed-off-by: Wolfgang Denk <wd@denx.de>
30265
30266 commit ab4c3a490df9a964711556d2a05b0c787db45fde
30267 Author: Wolfgang Denk <wd@denx.de>
30268 Date:   Thu Jul 3 23:22:27 2008 +0200
30269
30270     SCM board: fix build errors.
30271
30272     Signed-off-by: Wolfgang Denk <wd@denx.de>
30273
30274 commit a566466f17ba0e2d2b6c250e77da678fb932470d
30275 Author: Wolfgang Denk <wd@denx.de>
30276 Date:   Thu Jul 3 23:06:36 2008 +0200
30277
30278     IAD210 board: fix ``"ALIGN" redefined'' warning.
30279
30280     Signed-off-by: Wolfgang Denk <wd@denx.de>
30281
30282 commit ad756314797c16fa5dca23e115aab881011f164f
30283 Author: Wolfgang Denk <wd@denx.de>
30284 Date:   Thu Jul 3 23:00:24 2008 +0200
30285
30286     CCM board: fix build errors.
30287
30288     Signed-off-by: Wolfgang Denk <wd@denx.de>
30289
30290 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
30291 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30292 Date:   Wed Jul 2 18:54:08 2008 +0200
30293
30294     update mvBL-M7 board config
30295
30296     update mvBL-M7 config file to use UBOOT_VERSION.
30297
30298     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30299     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30300
30301 commit ced209c50e80c25f13c083099b05044048d21f4f
30302 Author: Wolfgang Denk <wd@denx.de>
30303 Date:   Thu Jul 3 22:39:21 2008 +0200
30304
30305     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
30306
30307     Signed-off-by: Wolfgang Denk <wd@denx.de>
30308
30309 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
30310 Author: Wolfgang Denk <wd@denx.de>
30311 Date:   Thu Jul 3 22:34:08 2008 +0200
30312
30313     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
30314
30315     Signed-off-by: Wolfgang Denk <wd@denx.de>
30316
30317 commit 730f298485984b011b6ee8f4acb511cb45a843dd
30318 Author: Wolfgang Denk <wd@denx.de>
30319 Date:   Thu Jul 3 22:04:17 2008 +0200
30320
30321     lmb: fix "implicit declaration of function 'lmb_free'" warning
30322
30323     Signed-off-by: Wolfgang Denk <wd@denx.de>
30324
30325 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
30326 Author: Wolfgang Denk <wd@denx.de>
30327 Date:   Wed Jul 2 23:53:23 2008 +0200
30328
30329     Cleanup: remove redundant deleting on *~ files
30330
30331     Signed-off-by: Wolfgang Denk <wd@denx.de>
30332
30333 commit c8a3b109f07f02342d097b30908965f7261d9f15
30334 Author: Wolfgang Denk <wd@denx.de>
30335 Date:   Wed Jul 2 23:49:18 2008 +0200
30336
30337     Cleanup out-or-tree building for some boards (.depend)
30338
30339     Signed-off-by: Wolfgang Denk <wd@denx.de>
30340
30341 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
30342 Author: Wolfgang Denk <wd@denx.de>
30343 Date:   Wed Jul 2 23:38:50 2008 +0200
30344
30345     Cleanup: fix out-of-tree building for some boards
30346
30347     Signed-off-by: Wolfgang Denk <wd@denx.de>
30348
30349 commit 461fa68d20861811487944d22291db5a13410e20
30350 Author: Wolfgang Denk <wd@denx.de>
30351 Date:   Wed Jul 2 23:00:14 2008 +0200
30352
30353     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
30354
30355     Signed-off-by: Wolfgang Denk <wd@denx.de>
30356
30357 commit 5981ebd32017e062b08aa6747cf591276f2db779
30358 Author: Detlev Zundel <dzu@denx.de>
30359 Date:   Fri Jun 20 22:26:24 2008 +0200
30360
30361     fdt: Fix typo in variable name.
30362
30363     Signed-off-by: Detlev Zundel <dzu@denx.de>
30364
30365 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
30366 Author: Gary Jennejohn <garyj@denx.de>
30367 Date:   Thu Jun 19 11:11:19 2008 +0200
30368
30369     Add logos for RRvision board
30370
30371     Signed-off-by: Gary Jennejohn <garyj@denx.de>
30372
30373 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
30374 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
30375 Date:   Wed Jun 18 11:03:57 2008 +0200
30376
30377     mpc8260: add fdt_fixup_ethernet support
30378
30379     Add support for updating mac-address and local-mac-address in fdt for
30380     all MPC8260 targets.
30381
30382     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
30383
30384 commit f6a69559d64498a04e1e0b087a9b920e5775f866
30385 Author: Steven A. Falco <sfalco@harris.com>
30386 Date:   Thu Jun 12 13:24:42 2008 -0400
30387
30388     cmd_nvedit.c: clean up syntax highlighting
30389
30390     My text-editor (vim) has a bit of trouble syntax-highlighting the
30391     cmd_nvedit.c file, because it apparently does not parse C
30392     ifdef/else/endif. The following patch does not change the behavior of
30393     the code at all, but does allow the editor to properly
30394     syntax-highlight the file.
30395
30396     Signed-off-by: Steve Falco <sfalco@harris.com>
30397
30398 commit 75678c807a6272ecc5541eb32898c93887f08400
30399 Author: Steven A. Falco <sfalco@harris.com>
30400 Date:   Thu Jun 12 13:22:12 2008 -0400
30401
30402     Make setenv() return status
30403
30404     Currently, the setenv function does not return an error code.
30405     This patch allows to test for errors.
30406
30407     Signed-off-by: Steve Falco <sfalco@harris.com>
30408
30409 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
30410 Author: Kumar Gala <galak@kernel.crashing.org>
30411 Date:   Wed Jun 11 10:14:06 2008 -0500
30412
30413     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
30414
30415     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
30416     and fls is used to implement them.
30417
30418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30419
30420 commit 83002a77cbdf383015ca384eff5fa31722d8e571
30421 Author: Magnus Lilja <lilja.magnus@gmail.com>
30422 Date:   Mon Jun 9 22:58:48 2008 +0200
30423
30424     i.MX31: Cleanup comments in lowlevel_init.S.
30425
30426     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
30427
30428 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
30429 Author: Ben Warren <biggerbadderben@gmail.com>
30430 Date:   Sun Jun 8 23:28:33 2008 -0700
30431
30432     Move conditional compilation of MPC8XXX SPI driver to Makefile
30433
30434     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30435
30436 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
30437 Author: Juergen Kilb <J.Kilb@gmx.de>
30438 Date:   Sun Jun 8 17:59:53 2008 +0200
30439
30440     i.MX31: fixed CTRL-C detection
30441
30442     The Register URXD contains status information in bits [15..8].
30443     With status bit 15 set, CTRL-C was reported as 0x8003 instead
30444     of 0x03. Therefore CTRL-C was not detected.
30445     To solve this, bits [15..8] were masked out now.
30446
30447     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
30448     Acked-by: Felix Radensky <felix@embedded-sol.com>
30449
30450 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
30451 Author: Stefan Roese <sr@denx.de>
30452 Date:   Tue Jul 1 17:03:19 2008 +0200
30453
30454     ppc4xx: Fix 460EX/GT PCIe port initialization
30455
30456     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
30457     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
30458     this out.
30459
30460     Signed-off-by: Stefan Roese <sr@denx.de>
30461
30462 commit b571afde0295b007a45055ee49f8822c753a5651
30463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30464 Date:   Sat Jun 7 12:29:52 2008 +0200
30465
30466     add SHA256 support
30467
30468     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30469     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
30470
30471 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
30472 Author: Marian Balakowicz <m8@semihalf.com>
30473 Date:   Fri Jun 6 23:07:40 2008 +0200
30474
30475     Delay FIT format check on sector based devices
30476
30477     Global FIT image operations like format check cannot be performed on
30478     a first sector data, defer them to the point when whole FIT image was
30479     uploaded to a system RAM.
30480
30481     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30482     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
30483     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
30484
30485 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
30486 Author: Dave Liu <r63238@freescale.com>
30487 Date:   Tue Jun 3 17:38:19 2008 +0800
30488
30489     sata: wait for device updating signature to host
30490
30491     The driver need wait for the device updating signature to host.
30492     If we don't wait for it, the driver can not detect the device(disk)
30493     when the system powers up.
30494
30495     Signed-off-by: Dave Liu <daveliu@freescale.com>
30496
30497 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
30498 Author: Stefan Roese <sr@denx.de>
30499 Date:   Sat Jun 28 14:56:17 2008 +0200
30500
30501     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
30502
30503     This patch implements a fix provided by AMCC so that the lockup upon
30504     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
30505     anymore:
30506
30507     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
30508     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
30509     USB 2.0 host and SATA.
30510
30511     This errata is not officially available yet. I'll update the comment
30512     to add the errata number later.
30513
30514     Signed-off-by: Stefan Roese <sr@denx.de>
30515
30516 commit 8b616edb118e37d05f6401389eaee1c636b22828
30517 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
30518 Date:   Mon Jun 2 16:42:19 2008 -0400
30519
30520     serial_pl010.c: add watchdog support
30521
30522     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
30523
30524 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
30525 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
30526 Date:   Mon Jun 2 16:40:08 2008 -0400
30527
30528     jffs2_1pass.c: add watchdog support
30529
30530     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
30531
30532 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
30533 Author: Sascha Laue <sascha.laue@liebherr.com>
30534 Date:   Fri May 30 09:48:14 2008 +0200
30535
30536     Configure DSP POST; add watchdog reset to diag command
30537
30538     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
30539
30540 commit f13526517859bf6b573e23ff47199e107d1009b5
30541 Author: Tor Krill <tor@excito.com>
30542 Date:   Thu May 29 10:40:17 2008 +0200
30543
30544     Add sata sil3114 support
30545
30546     Signed-off-by: Tor Krill <tor@excito.com>
30547
30548 commit e093a247628228100f405b6d7f6b1bfc16141938
30549 Author: Wolfgang Denk <wd@denx.de>
30550 Date:   Sat Jun 28 23:34:37 2008 +0200
30551
30552     Coding Style Cleanup
30553
30554     Signed-off-by: Wolfgang Denk <wd@denx.de>
30555
30556 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
30557 Author: Wolfgang Denk <wd@denx.de>
30558 Date:   Sat Jun 28 23:16:01 2008 +0200
30559
30560     Update CHANGELOG
30561
30562     Signed-off-by: Wolfgang Denk <wd@denx.de>
30563
30564 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
30565 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30566 Date:   Wed May 21 13:58:41 2008 -0400
30567
30568     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
30569
30570     This patch adds support for the Lyrtech SFF-SDR board,
30571     based on the TI DaVinci architecture (ARM926EJS).
30572
30573     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30574     Signed-off-by: Philip Balister <philip@balister.org>
30575     Signed-off-by: Wolfgang Denk <wd@denx.de>
30576
30577 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
30578 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30579 Date:   Thu May 22 11:09:59 2008 +0200
30580
30581     MMC: Consolidate MMC/SD command definitions
30582
30583     This moves the MMC and SD Card command definitions from
30584     include/asm/arch/mmc.h into include/mmc.h. These definitions are
30585     given by the MMC and SD Card standards, not by any particular
30586     architecture.
30587
30588     There's a lot more room for consolidation in the MMC drivers which
30589     I'm hoping to get done eventually, but this patch is a start.
30590
30591     Compile-tested for all avr32 boards as well as lpc2292sodimm and
30592     lubbock. This should cover all three mmc drivers in the tree.
30593
30594     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30595
30596 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
30597 Author: Kyungmin Park <kmpark@infradead.org>
30598 Date:   Wed May 21 14:38:08 2008 +0900
30599
30600     Use better Ethernet timings for apollon board
30601
30602     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30603
30604 commit 41c5eaa7253ed82bbae1eda5667755872c615164
30605 Author: Andy Fleming <afleming@freescale.com>
30606 Date:   Mon Jun 16 13:58:56 2008 -0500
30607
30608     Resize device tree to allow space for board changes and the chosen node
30609
30610     Current code requires that a compiled device tree have space added to the end to
30611     leave room for extra nodes added by board code (and the chosen node).  This
30612     requires that device tree creators anticipate how much space U-Boot will add to
30613     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
30614     tree when it needed more space, but this would require a systemic change to the
30615     fdt code, which is non-trivial.  Instead, we resize the tree inside
30616     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
30617     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
30618
30619     Signed-off-by: Andy Fleming <afleming@freescale.com>
30620
30621 commit 7570a9941fc565922078679a72d246fe208d696d
30622 Author: Andy Fleming <afleming@freescale.com>
30623 Date:   Mon Jun 16 13:58:55 2008 -0500
30624
30625     Fix an underflow bug in __lmb_alloc_base
30626
30627     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
30628     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
30629     merely updates __lmb_alloc_base to resemble the current version in Linux.
30630
30631     Signed-off-by: Andy Fleming <afleming@freescale.com>
30632
30633 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
30634 Author: Andy Fleming <afleming@freescale.com>
30635 Date:   Mon Jun 16 13:58:54 2008 -0500
30636
30637     Add lmb_free
30638
30639     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
30640     lmb_reserve to temporarily reserve some memory.
30641
30642     Signed-off-by: Andy Fleming <afleming@freescale.com>
30643
30644 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
30645 Author: Andy Fleming <afleming@freescale.com>
30646 Date:   Mon Jun 16 13:58:53 2008 -0500
30647
30648     Add ALIGN() macro
30649
30650     ALIGN() returns the smallest aligned value greater than the passed
30651     in address or size.  Taken from Linux.
30652
30653     Signed-off-by: Andy Fleming <afleming@freescale.com>
30654
30655 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
30656 Author: Stefan Roese <sr@denx.de>
30657 Date:   Tue Jun 24 17:15:22 2008 +0200
30658
30659     ppc4xx: Fix compilation problems with phys_size_t
30660
30661     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
30662     board specific files where it has been missing.
30663
30664     Signed-off-by: Stefan Roese <sr@denx.de>
30665
30666 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
30667 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
30668 Date:   Mon May 19 12:26:38 2008 +0200
30669
30670     Conditionally add -fno-stack-protector to CFLAGS
30671
30672     When compile-testing on powerpc, I get errors like this:
30673
30674     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
30675
30676     This seems to be because -fstack-protector is on by default, so
30677     let's explicitly disable it on all architectures that support the
30678     option.
30679
30680     The Ubuntu toolchain is affected by this problem, and according to
30681     Mike Frysinger, Gentoo has been running with SSP enabled for years.
30682     More and more distros are turning SSP on by default, so this problem
30683     is likely to get worse in the future.
30684
30685     Also, powerpc just happens to be one of the arches I do
30686     compile-testing on. There may be other arches affected by this too.
30687
30688     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30689
30690 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
30691 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30692 Date:   Sun May 18 19:09:52 2008 +0200
30693
30694     pcmcia/ti_pci1410a: Move compile condition to the Makefile
30695
30696     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30697
30698 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
30699 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30700 Date:   Sun May 18 19:09:51 2008 +0200
30701
30702     pxa_pcmcia: Move compile condition to the Makefile
30703
30704     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30705
30706 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
30707 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30708 Date:   Sun May 18 19:09:50 2008 +0200
30709
30710     marabun_pcmcia: Move compile condition to the Makefile
30711
30712     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30713
30714 commit 6a19c46cae43c16c528eddefae3db97134f1915d
30715 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30716 Date:   Mon Jun 23 13:25:34 2008 +0200
30717
30718     fix non-working mvBL-M7
30719
30720     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
30721
30722     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30723     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30724
30725 commit 846f1574ddddeda2bc227655e687308695f41cdc
30726 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30727 Date:   Mon Jun 23 11:40:56 2008 +0200
30728
30729     fix system config overwrite @ MPC834x and MPC8313
30730
30731     During 83xx setup the "System I/O configuration register high" gets
30732     overwritten with user defined value if CFG_SICRH is defined.
30733
30734     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
30735     must keep their reset value regardless of configuration.
30736
30737     On my board (using RGMII) those bits are set after reset - yet it's
30738     unclear where they come from.
30739
30740     The patch keeps both bits on MPC834x and MPC8313.
30741
30742     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30743     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30744
30745 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
30746 Author: Kim Phillips <kim.phillips@freescale.com>
30747 Date:   Tue Jun 17 17:45:27 2008 -0500
30748
30749     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
30750
30751     to avoid this:
30752
30753     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
30754     In file included from cpu.c:33:
30755     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
30756
30757     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30758
30759 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
30760 Author: Stefan Roese <sr@denx.de>
30761 Date:   Mon Jun 23 11:15:09 2008 +0200
30762
30763     ppc4xx: Fix problem in gpio_config()
30764
30765     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
30766     left by one. So the additional shift is bogus.
30767
30768     Signed-off-by: Stefan Roese <sr@denx.de>
30769
30770 commit 40777812316fc252c941665c0f60c148fd79d50f
30771 Author: Detlev Zundel <dzu@denx.de>
30772 Date:   Fri Jun 20 22:24:05 2008 +0200
30773
30774     fdt: Fix typo in variable name.
30775
30776     Signed-off-by: Detlev Zundel <dzu@denx.de>
30777
30778 commit 5f723a3b98c630bde33de74351f2121691fdef14
30779 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30780 Date:   Fri Jun 20 10:41:05 2008 +0200
30781
30782     avr32: Enable SPI flash support on ATNGW100
30783
30784     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
30785     the new SPI flash framework.
30786
30787     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30788
30789 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
30790 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30791 Date:   Fri Jun 20 12:44:28 2008 +0200
30792
30793     avr32: Fix SPI portmux initialization
30794
30795     Use the new GPIO manipulation functions to set up the chip select lines,
30796     and make sure both busses use GPIO for chip select control.
30797
30798     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30799
30800 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
30801 Author: Peter Ma <pma@mediamatech.com>
30802 Date:   Sun Jun 1 22:59:24 2008 -0700
30803
30804     avr32: Add GPIO manipulation functions
30805
30806     Adds GPIO manipulation functions for AVR32 AP7 platform.
30807
30808     Signed-off-by: Peter Ma <pma@mediamatech.com>
30809     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
30810     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30811
30812 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
30813 Author: Wolfgang Grandegger <wg@grandegger.com>
30814 Date:   Thu Jun 5 13:02:30 2008 +0200
30815
30816     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
30817
30818     This patch is based on the following patch sent a few minutes ago:
30819     "NAND FSL UPM: driver re-write using the hwcontrol callback"
30820     It is untested, of course. Anton, could you please give it a try.
30821
30822     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30823     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30824
30825 commit 96026d42fa4e646d28318c0a1438aac4b2017909
30826 Author: Anatolij Gustschin <agust@denx.de>
30827 Date:   Thu Jun 12 12:40:11 2008 +0200
30828
30829     Fix 4xx build issue
30830
30831     Building for 4xx doesn't work since commit 4dbdb768:
30832
30833     In file included from 4xx_pcie.c:28:
30834     include/asm/processor.h:971: error: expected ')' before 'ver'
30835     make[1]: *** [4xx_pcie.o] Error 1
30836
30837     This patch fixes the problem.
30838
30839     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30840     Acked-by: Stefan Roese <sr@denx.de>
30841     Acked-by: Kumar Gala <galak@kernel.crashing.org>
30842
30843 commit a036b0443657fe0f4773786de9092251869f08ac
30844 Author: Kumar Gala <galak@kernel.crashing.org>
30845 Date:   Thu Jun 19 01:45:50 2008 -0500
30846
30847     MPC8610HPCD: Report board id, board version and fpga version.
30848
30849     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30850
30851 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
30852 Author: Kumar Gala <galak@kernel.crashing.org>
30853 Date:   Thu Jun 19 01:45:27 2008 -0500
30854
30855     MPC8641HPCN: Report board id, board version and fpga version.
30856
30857     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30858
30859 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
30860 Author: Stefan Roese <sr@denx.de>
30861 Date:   Mon Jun 16 10:40:02 2008 +0200
30862
30863     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
30864
30865     This patch simplifies flash_toggle() (AMD commandset), which is used to
30866     detect if a FLASH device is still busy with erase/program operations. On
30867     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
30868     did not detect the busy state reliably, resulting in non erased sectors
30869     etc. This patch now simplifies this function by "just" comparing the
30870     complete data-word instead of ANDing it with the command-word (0x40)
30871     before the compatison. It is done the same way in the Linux implementation
30872     chip_ready() in cfi_cmdset_0002.c.
30873
30874     Signed-off-by: Stefan Roese <sr@denx.de>
30875
30876 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
30877 Author: Philip Balister <philip@balister.org>
30878 Date:   Mon Jun 16 08:58:07 2008 -0400
30879
30880     NAND: Add missing declaration to non-redundant saveenv().
30881
30882     Signed-off-by: Scott Wood <scottwood@freescale.com>
30883
30884 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
30885 Author: Wolfgang Grandegger <wg@grandegger.com>
30886 Date:   Mon Jun 2 15:09:55 2008 +0200
30887
30888     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
30889
30890     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30891     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30892     Signed-off-by: Scott Wood <scottwood@freescale.com>
30893
30894 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
30895 Author: Stefan Roese <sr@denx.de>
30896 Date:   Tue Jun 10 15:34:11 2008 +0200
30897
30898     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
30899
30900     This patch disables the square wave output of the M41T62 RTC used on
30901     Canyonlands & Glacier. Here the explanation:
30902
30903     The serial real-time clock part used in the design is an
30904     STMicro M41T62. This part has a full-time 32KHz square wave
30905     output that is connected to the TmrClk input to the
30906     processor. The default state for this square wave output is
30907     enabled so the output runs continuously when the board is
30908     powered normally and also from the battery. The TmrClk input
30909     to the processor goes to ground when the power is removed
30910     from the board/processor, and therefore the running square
30911     wave output is driving ground which drains the battery quickly.
30912
30913     Signed-off-by: Stefan Roese <sr@denx.de>
30914
30915 commit a94f22f08f280905926219e568568964cb9eeb9d
30916 Author: Andy Fleming <afleming@freescale.com>
30917 Date:   Wed Jun 11 18:10:20 2008 -0500
30918
30919     Fix build issue with string.h and linux/string.h
30920
30921     This commit:
30922     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
30923     Author: Wolfgang Denk <wd@denx.de>
30924     Date:   Fri Jun 6 14:28:14 2008 +0200
30925
30926         tools/mkimage: fix compiler warnings on some systems.
30927
30928     Broke building on some systems, because the host's string.h was interfering
30929     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
30930     we're building for the host, so now we only include when building inside
30931     u-boot.
30932
30933     Signed-off-by: Andy Fleming <afleming@freescale.com>
30934
30935 commit 9973e3c614721bbf169882ffc3be266a6611cd60
30936 Author: Becky Bruce <becky.bruce@freescale.com>
30937 Date:   Mon Jun 9 16:03:40 2008 -0500
30938
30939     Change initdram() return type to phys_size_t
30940
30941     This patch changes the return type of initdram() from long int to phys_size_t.
30942     This is required for a couple of reasons: long int limits the amount of dram
30943     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
30944     size of physical memory.  phys_size_t is defined as an unsigned long on almost
30945     all current platforms.
30946
30947     This patch *only* changes the return type of the initdram function (in
30948     include/common.h, as well as in each board's implementation of initdram).  It
30949     does not actually modify the code inside the function on any of the platforms;
30950     platforms which wish to support more than 2GB of DRAM will need to modify
30951     their initdram() function code.
30952
30953     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
30954     MPC8641HPCN.
30955
30956     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30957
30958 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
30959 Author: Becky Bruce <becky.bruce@freescale.com>
30960 Date:   Mon Jun 9 20:37:18 2008 -0500
30961
30962     Change lmb to use phys_size_t/phys_addr_t
30963
30964     This updates the lmb code to use phys_size_t
30965     and phys_addr_t instead of unsigned long.  Other code
30966     which interacts with this code, like getenv_bootm_size()
30967     is also updated.
30968
30969     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
30970
30971     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30972
30973 commit 61b09fc2952dc636017df4e7970e3de132276ba1
30974 Author: Becky Bruce <becky.bruce@freescale.com>
30975 Date:   Mon Jun 9 20:37:17 2008 -0500
30976
30977     Change print_size to take phys_size_t
30978
30979     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30980
30981 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
30982 Author: Becky Bruce <becky.bruce@freescale.com>
30983 Date:   Mon Jun 9 20:37:16 2008 -0500
30984
30985     Change bd/gd memsize/ram_size to be phys_size_t.
30986
30987     Currently, both are defined as an unsigned long, but
30988     should be phys_size_t. This should result in no real change,
30989     since phys_size_t is currently an unsigned long for all the
30990     default configs.  Also add print_lnum to cmd_bdinfo to deal
30991     with the potentially wider memsize.
30992
30993     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30994
30995 commit ba04f7010958e88a8910f2a123fee53fdc72e013
30996 Author: Kumar Gala <galak@kernel.crashing.org>
30997 Date:   Tue Jun 10 16:16:02 2008 -0500
30998
30999     FSL LAW: Add new interface to use the last free LAW
31000
31001     LAWs have the concept of priority so its useful to be able to allocate
31002     the lowest (highest number) priority.  We will end up using this with the
31003     new DDR code.
31004
31005     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31006
31007 commit 859a86a25c569d3665ff413d1d923394b8a961f3
31008 Author: Kumar Gala <galak@kernel.crashing.org>
31009 Date:   Wed Jun 11 00:51:45 2008 -0500
31010
31011     85xx/86xx: Move to dynamic mgmt of LAWs
31012
31013     With the new LAW interface (set_next_law) we can move to letting the
31014     system allocate which LAWs are used for what purpose.  This makes life
31015     a bit easier going forward with the new DDR code.
31016
31017     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31018     Signed-off-by: Andy Fleming <afleming@freescale.com>
31019     Acked-by: Jon Loeliger <jdl@freescale.com>
31020     Acked-by: Becky Bruce <becky.bruce@freescale.com>
31021
31022 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
31023 Author: Kumar Gala <galak@kernel.crashing.org>
31024 Date:   Wed Jun 11 00:44:10 2008 -0500
31025
31026     FSL LAW: Keep track of LAW allocations
31027
31028     Make it so we keep track of which LAWs have allocated and provide
31029     a function (set_next_law) which can allocate a LAW for us if one is
31030     free.
31031
31032     In the future we will move to doing more "dynamic" LAW allocation
31033     since the majority of users dont really care about what LAW number
31034     they are at.
31035
31036     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
31037
31038     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31039     Signed-off-by: Andy Fleming <afleming@freescale.com>
31040
31041 commit ddde74a159caa6e18b481fec01d40b885aebb566
31042 Author: Kumar Gala <galak@kernel.crashing.org>
31043 Date:   Mon Jun 9 22:31:57 2008 -0500
31044
31045     85xx: remove dummy board_early_init_f
31046
31047     A number of board ports have empty version of board_early_init_f
31048     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
31049
31050     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31051
31052 commit 81e56e9af0d43712db8efb843606a8d62eab454f
31053 Author: Kumar Gala <galak@kernel.crashing.org>
31054 Date:   Mon Jun 9 18:55:38 2008 -0500
31055
31056     MPC8544DS: Update config.h
31057
31058     * Enable flash progress
31059     * remove CLEAR_LAW0 since we dont really use it
31060
31061     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31062
31063 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
31064 Author: Kumar Gala <galak@kernel.crashing.org>
31065 Date:   Mon Jun 9 13:37:24 2008 -0500
31066
31067     85xx: Remove unused and unconfigured memory test code.
31068
31069     Remove unused and unconfigured DDR test code from FSL 85xx boards.
31070     Besides, other common code exists.
31071
31072     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31073
31074 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
31075 Author: Sergei Poselenov <sposelenov@emcraft.com>
31076 Date:   Fri Jun 6 15:42:45 2008 +0200
31077
31078     Socrates: Added FPGA base address update in FDT.
31079
31080     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31081
31082 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
31083 Author: Sergei Poselenov <sposelenov@emcraft.com>
31084 Date:   Fri Jun 6 15:42:44 2008 +0200
31085
31086     Socrates: NAND support added. Changed the U-Boot base address and
31087
31088     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31089
31090 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
31091 Author: Sergei Poselenov <sposelenov@emcraft.com>
31092 Date:   Fri Jun 6 15:42:43 2008 +0200
31093
31094     NAND: Added support for 128-bit OOB, adapted
31095
31096     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31097
31098 commit 31ca0208612f2eb57690110d7c2815953650e47b
31099 Author: Sergei Poselenov <sposelenov@emcraft.com>
31100 Date:   Fri Jun 6 15:42:42 2008 +0200
31101
31102     Socrates: added missed file with UPMA configuration data.
31103
31104     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
31105
31106 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
31107 Author: Sergei Poselenov <sposelenov@emcraft.com>
31108 Date:   Fri Jun 6 15:42:41 2008 +0200
31109
31110     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
31111
31112     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31113
31114 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
31115 Author: Sergei Poselenov <sposelenov@emcraft.com>
31116 Date:   Fri Jun 6 15:42:40 2008 +0200
31117
31118     Added the upmconfig() function for 85xx.
31119
31120     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31121     Signed-off-by: Andy Fleming <afleming@freescale.com>
31122
31123 commit d39e68514ff943930ee692cff3fde03532eb7fec
31124 Author: Sergei Poselenov <sposelenov@emcraft.com>
31125 Date:   Fri Jun 6 15:42:39 2008 +0200
31126
31127     Socrates: config file cleanup.
31128
31129     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31130
31131 commit e8cc3f04b124f757af4528206e60d8eb715ae083
31132 Author: Wolfgang Grandegger <wg@grandegger.com>
31133 Date:   Thu Jun 5 13:12:10 2008 +0200
31134
31135     TQM85xx: Change memory map to support Flash memory > 128 MiB
31136
31137     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
31138     memory. The current memory map only supports up to 128 MiB Flash.
31139     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
31140     set, up to 1 GiB flash is supported. To achieve this, the memory
31141     map has to be adjusted in great parts (for example the CCSRBAR is
31142     moved from 0xE0000000 to 0xA0000000).
31143
31144     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
31145     memory map also has to be considered in the kernel (changed
31146     CCSRBAR address, changed PCI IO base address, ...). Please use
31147     an appropriate Flat Device Tree blob (tqm8548.dtb).
31148
31149     Signed-off-by: Martin Krause <martin.krause@tqs.de>
31150     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31151
31152 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
31153 Author: Wolfgang Grandegger <wg@grandegger.com>
31154 Date:   Thu Jun 5 13:12:09 2008 +0200
31155
31156     TQM85xx: NAND support via local bus UPMB
31157
31158     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
31159     default and can be enabled for the TQM8548 modules. It is now based on
31160     the re-written FSL NAND UPM driver. A patch has been posted earlier today
31161     with the subject:
31162
31163     "NAND FSL UPM: driver re-write using the hwcontrol callback"
31164
31165     Note that the R/B pin is not supported by that module requiring to use
31166     the specified maximum delay time.
31167
31168     Note: With NAND support enabled the size of the U-Boot image exceeds
31169     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
31170     doubling the image size :-(.
31171
31172     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
31173     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31174
31175 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
31176 Author: Wolfgang Grandegger <wg@grandegger.com>
31177 Date:   Thu Jun 5 13:12:08 2008 +0200
31178
31179     TQM8548: PCI express support
31180
31181     This patch adds support for PCI express cards. The board support
31182     now uses common FSL PCI init code, for both, PCI and PCIe on all
31183     TQM85xx modules.
31184
31185     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
31186     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31187
31188 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
31189 Author: Wolfgang Grandegger <wg@grandegger.com>
31190 Date:   Thu Jun 5 13:12:07 2008 +0200
31191
31192     TQM8548: Basic support for the TQM8548 modules
31193
31194     This patch adds basic support for the TQM8548 module from TQ-Components
31195     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
31196     eTSEC 3 and 4
31197
31198     Furthermore Flash buffer write has been enabled to speed up output to
31199     the Flash by approx. a factor of 10.
31200
31201     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
31202     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31203
31204 commit 25991353204c78b094c3c1fec90182dcd607ab8f
31205 Author: Wolfgang Grandegger <wg@grandegger.com>
31206 Date:   Thu Jun 5 13:12:06 2008 +0200
31207
31208     TQM85xx: Support for Flat Device Tree
31209
31210     This patch adds support for Linux kernels using the Flat Device Tree.
31211     It also re-defines the default environment settings for booting Linux
31212     with the FDT blob.
31213
31214     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31215
31216 commit d9ee843d54c54776e1fdb86336ce554906a87331
31217 Author: Wolfgang Grandegger <wg@grandegger.com>
31218 Date:   Thu Jun 5 13:12:05 2008 +0200
31219
31220     TQM85xx: Support for Intel 82527 compatible CAN controller
31221
31222     This patch adds initialization of the UPMC RAM to support up to two
31223     Intel 82527 compatible CAN controller on the TQM85xx modules.
31224
31225     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
31226     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31227
31228 commit 518d5cfe72916323c746af1647764459914f555f
31229 Author: Wolfgang Grandegger <wg@grandegger.com>
31230 Date:   Thu Jun 5 13:12:04 2008 +0200
31231
31232     TQM85xx: Bugfix in the SDRAM initialisation
31233
31234     The CS0_BNDS register is now set according to the detected
31235     memory size.
31236
31237     Signed-off-by Martin Krause <martin.krause@tqs.de>
31238
31239 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
31240 Author: Wolfgang Grandegger <wg@grandegger.com>
31241 Date:   Thu Jun 5 13:12:03 2008 +0200
31242
31243     TQM85xx: Fix chip select configuration for second FLASH bank
31244
31245     This patch fixes the re-calculation of the automatic chip select
31246     configuration for boards with two populated FLASH banks.
31247
31248     Signed-off-by: Martin Krause <martin.krause@tqs.de>
31249
31250 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
31251 Author: Wolfgang Grandegger <wg@grandegger.com>
31252 Date:   Thu Jun 5 13:12:02 2008 +0200
31253
31254     TQM85xx: Support for Spansion 'N' type flashes added
31255
31256     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
31257     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
31258     needs to be changed -> new start address of the environment. The macro
31259     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
31260     defined for boards with 'N' type flashes.
31261
31262     Signed-off-by: Martin Krause <martin.krause@tqs.de>
31263     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31264
31265 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
31266 Author: Wolfgang Grandegger <wg@grandegger.com>
31267 Date:   Thu Jun 5 13:12:01 2008 +0200
31268
31269     TQM85xx: Fix CPM port pin configuration
31270
31271     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
31272     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
31273     as serial interface anyway. Worse, on some board variants configuring the
31274     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
31275
31276     Signed-off-by: Martin Krause <martin.krause@tqs.de>
31277
31278 commit b99ba1679e8cd51b023e67098c89e606e47137d2
31279 Author: Wolfgang Grandegger <wg@grandegger.com>
31280 Date:   Thu Jun 5 13:12:00 2008 +0200
31281
31282     TQM85xx: Various coding style fixes
31283
31284     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31285
31286 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
31287 Author: Gerald Van Baren <vanbaren@cideas.com>
31288 Date:   Tue Jun 10 22:15:58 2008 -0400
31289
31290     libfdt: Move the working_fdt pointer to cmd_fdt.c
31291
31292     The working_fdt pointer was declared in common/fdt_support.c but was
31293     not used there.  Move it to common/cmd_fdt.c where it is used (it is
31294     also used in lib_ppc/bootm.c).
31295
31296     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31297
31298 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
31299 Author: Kim Phillips <kim.phillips@freescale.com>
31300 Date:   Tue Jun 10 11:06:17 2008 -0500
31301
31302     fdt: unshadow global working fdt variable
31303
31304     differentiate with local variables of the same name by renaming the
31305     global 'fdt' variable 'working_fdt'.
31306
31307     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31308
31309 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
31310 Author: Andy Fleming <afleming@freescale.com>
31311 Date:   Tue Jun 10 18:49:34 2008 -0500
31312
31313     socrates: Fix PCI clk fix patch
31314
31315     The submitted patch seems to have been more up-to-date, but an older patch was
31316     already in the repository.  This patch encompasses the differences
31317
31318     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
31319
31320     Signed-off-by: Andy Fleming <afleming@freescale.com>
31321
31322 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
31323 Author: Wolfgang Grandegger <wg@grandegger.com>
31324 Date:   Thu Jun 5 13:02:29 2008 +0200
31325
31326     NAND FSL UPM: driver re-write using the hwcontrol callback
31327
31328     This is a re-write of the NAND FSL UPM driver using the more universal
31329     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
31330     list of furher modifications:
31331
31332     - For the time being, the UPM setup writing the UPM array has been
31333       removed from the driver and must now be done by the board specific
31334       code.
31335
31336     - The bus width definition in "struct fsl_upm_nand" is now in bits to
31337       comply with the corresponding Linux driver and 8, 16 and 32 bit
31338       accesses are supported.
31339
31340     - chip->dev_read is only set if fun->dev_ready != NULL, which is
31341       required for boards not connecting the R/B pin.
31342
31343     - A few issue have been fixed with MxMR bit manipulation like in the
31344       corresponding Linux driver.
31345
31346     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
31347           as well, because the address is already determined by
31348           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
31349
31350     This patch has been tested on a TQM8548 modules with the NAND chip
31351     Micron MT29F8G08FABWP.
31352
31353     This patch is based on the following patches posted to this list a few
31354     minutes ago:
31355
31356       PPC: add accessor macros to clear and set bits in one shot
31357       83xx/85xx/86xx: add more MxMR local bus definitions
31358
31359     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31360     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31361
31362 commit 6beecfbb542992eede5831240cd58678274683a9
31363 Author: Wolfgang Grandegger <wg@grandegger.com>
31364 Date:   Thu Jun 5 13:11:59 2008 +0200
31365
31366     MPC85xx: Beautify boot output of L2 cache configuration
31367
31368     The boot output is now aligned poperly with other boot output
31369     lines, e.g.:
31370
31371       FLASH: 128 MB
31372       L2:    512 KB enabled
31373
31374     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31375
31376 commit 398415114f0a705163a14543e9fef03f734b1ffa
31377 Author: Wolfgang Grandegger <wg@grandegger.com>
31378 Date:   Wed Jun 4 12:45:22 2008 +0200
31379
31380     PPC: add accessor macros to clear and set bits in one shot
31381
31382     PPC: add accessor macros to clear and set bits in one shot
31383
31384     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
31385     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
31386     They are very handy to manipulate bits it I/O registers.
31387
31388     This patch is required for my forthcoming FSL NAND UPM driver re-write and
31389     the support for the TQM8548 module.
31390
31391     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31392
31393 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
31394 Author: Wolfgang Grandegger <wg@grandegger.com>
31395 Date:   Wed Jun 4 13:52:17 2008 +0200
31396
31397     TQM: move TQM boards to board/tqc
31398
31399     Move all TQM board directories to the vendor specific directory "tqc"
31400     for modules from TQ-Components GmbH (http://www.tqc.de).
31401
31402     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31403
31404 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
31405 Author: Wolfgang Grandegger <wg@grandegger.com>
31406 Date:   Mon Jun 2 12:09:30 2008 +0200
31407
31408     83xx/85xx/86xx: add more MxMR local bus definitions
31409
31410     83xx/85xx/86xx: add more MxMR local bus definitions
31411
31412     This patch adds more macro definitions for the UPM Machine Mode Registers
31413     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
31414     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
31415     required for my forthcoming FSL NAND UPM driver re-write and the support
31416     for the TQM8548 module.
31417
31418     This patch is based on the following two patches from Anton Vorontsov:
31419
31420     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
31421     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
31422
31423     I leave coding style violation fixes, code beautification and name
31424     corrections to somebody else ;-(.
31425
31426     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31427
31428 commit c8c5fc266e4499e283c293ccb972863156aa4134
31429 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31430 Date:   Thu May 29 18:14:56 2008 +0400
31431
31432     83xx/85xx: further localbus cleanups
31433
31434     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
31435     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
31436
31437     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31438
31439 commit 42dbd667c88d496882d53e22656e89b654205492
31440 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31441 Date:   Wed May 28 18:20:15 2008 +0400
31442
31443     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
31444
31445     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
31446     use it on MPC85xx and MPC86xx processors.
31447
31448     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31449
31450 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
31451 Author: Kumar Gala <galak@kernel.crashing.org>
31452 Date:   Thu May 29 11:22:06 2008 -0500
31453
31454     85xx: Add setting of cache props in the device tree.
31455
31456     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31457
31458 commit 4dbdb7681e243431530df0725627192a0c4aefda
31459 Author: Kumar Gala <galak@kernel.crashing.org>
31460 Date:   Tue Jun 10 16:53:46 2008 -0500
31461
31462     85xx: expose cpu identification
31463
31464     The current cpu identification code is used just to return the name
31465     of the processor at boot.  There are some other locations that the name
31466     is useful (device tree setup).  Expose the functionality to other bits
31467     of code.
31468
31469     Also, drop the 'E' suffix and add it on by looking at the SVR version
31470     when we print this out.  This is mainly to allow the most flexible use
31471     of the name.  The device tree code tends to not care about the 'E' suffix.
31472
31473     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31474
31475 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
31476 Author: Kim Phillips <kim.phillips@freescale.com>
31477 Date:   Tue Jun 10 13:25:24 2008 -0500
31478
31479     mpc83xx: MVBLM7: minor build fixups
31480
31481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31482
31483 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
31484 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31485 Date:   Tue Jun 10 09:14:05 2008 +0200
31486
31487     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
31488
31489     Add MPC8343 based board mvBlueLYNX-M7.
31490     It's a single board stereo camera system.
31491     Please read doc/README.mvblm7 for details.
31492
31493     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31495
31496 commit c005b93925ba49f07da2aa748527996d927e172f
31497 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31498 Date:   Tue Jun 10 09:13:16 2008 +0200
31499
31500     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
31501
31502     Add MPC8343 based board mvBlueLYNX-M7.
31503     It's a single board stereo camera system.
31504     Please read doc/README.mvblm7 for details.
31505
31506     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31507     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31508
31509 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
31510 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31511 Date:   Thu May 29 18:14:56 2008 +0400
31512
31513     83xx/85xx: further localbus cleanups
31514
31515     move the BRx_* and ORx_* left behind in mpc85xx.h
31516
31517     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
31518     the same, just few differences which needs some attention though).
31519
31520     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
31521     of these defines. So this cleanup I'll leave for the "better times".
31522
31523     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31524     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31525
31526 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
31527 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31528 Date:   Wed May 28 18:20:15 2008 +0400
31529
31530     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
31531
31532     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
31533     use it on MPC85xx and MPC86xx processors.
31534
31535     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31536     Acked-by: Andy Fleming <afleming@freescale.com>
31537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31538
31539 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
31540 Author: Tor Krill <tor@excito.com>
31541 Date:   Mon Jun 2 15:09:30 2008 +0200
31542
31543     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
31544
31545     Signed-off-by: Tor Krill <tor@excito.com>
31546     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31547
31548 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
31549 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31550 Date:   Mon Jun 9 23:37:44 2008 +0900
31551
31552     net: Conditional COBJS inclusion of network drivers
31553
31554     Replace COBJS-y with appropriate driver config names.
31555
31556     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31557     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31558
31559 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
31560 Author: Gerald Van Baren <vanbaren@cideas.com>
31561 Date:   Mon Jun 9 21:02:17 2008 -0400
31562
31563     Use strncmp() for the fdt command
31564
31565     Cleaner than doing multiple conditionals on characters.
31566
31567     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31568
31569 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
31570 Author: Gerald Van Baren <vanbaren@cideas.com>
31571 Date:   Sat Jun 7 12:25:05 2008 -0400
31572
31573     The fdt boardsetup command criteria was not unique
31574
31575     It was checking just for "b", which is not unique with respect to the
31576     "boot" command.  Change to check for "boa"[rdsetup].
31577
31578     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31579
31580 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
31581 Author: David Gibson <david@gibson.dropbear.id.au>
31582 Date:   Tue May 20 17:19:11 2008 +1000
31583
31584     libfdt: Several cleanups to parameter checking
31585
31586     This patch makes a couple of small cleanups to parameter checking of
31587     libfdt functions.
31588
31589         - In several functions which take a node offset, we use an
31590     idiom involving fdt_next_tag() first to check that we have indeed been
31591     given a node offset.  This patch adds a helper function
31592     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
31593
31594         - In fdt_rw.c in several places we have the expanded version
31595     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
31596     replaces those instances with an invocation of the macro; that's what
31597     it's for.
31598
31599         - In fdt_sw.c we rename the check_header_sw() function to
31600     sw_check_header() to match the analgous function in fdt_rw.c, and we
31601     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
31602     functions in fdt_rw.c
31603
31604     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31605
31606 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
31607 Author: Gerald Van Baren <vanbaren@cideas.com>
31608 Date:   Tue Jun 3 20:34:45 2008 -0400
31609
31610     Remove the deprecated CONFIG_OF_FLAT_TREE
31611
31612     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
31613     cleaner, has better functionality, and is better supported.
31614
31615     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31616
31617 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
31618 Author: Gerald Van Baren <vanbaren@cideas.com>
31619 Date:   Tue Jun 3 20:26:29 2008 -0400
31620
31621     Change the stxxst to CONFIG_OF_LIBFDT
31622
31623     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
31624     to CONFIG_OF_LIBFDT.
31625
31626     WARNING: It appears that this board lost its ability to boot via a
31627     flattened device tree prior to this changeset.
31628
31629     WARNING: This conversion was untested because I do not have a board to
31630     test it on.
31631
31632     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31633
31634 commit 589c04271d129729a8b01391453851ab9cc4069c
31635 Author: Gerald Van Baren <vanbaren@cideas.com>
31636 Date:   Tue Jun 3 20:24:58 2008 -0400
31637
31638     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
31639
31640     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
31641     to CONFIG_OF_LIBFDT.
31642
31643     WARNING: This conversion is untested because I do not have a board to
31644     test it on.
31645
31646     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
31647     /aliases/ethernet1 property for the ethernet to work.
31648
31649     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31650
31651 commit ee1e35bede91debc8bff9b02f75574486033b652
31652 Author: Kumar Gala <galak@kernel.crashing.org>
31653 Date:   Thu May 29 01:21:24 2008 -0500
31654
31655     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
31656
31657     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31658
31659 commit 3b9519fc50802436e417c839e69df7b2016cade5
31660 Author: Becky Bruce <becky.bruce@freescale.com>
31661 Date:   Wed May 14 13:10:04 2008 -0500
31662
31663     MPC85xx: Change traps.c to not reference non-addressable memory
31664
31665     Currently, END_OF_RAM is used by the trap code to determine if
31666     we should attempt to access the stack pointer or not. However,
31667     on systems with a lot of RAM, only a subset of the RAM is
31668     guaranteed to be mapped in and accessible.  Change END_OF_RAM
31669     to use get_effective_memsize() instead of using the raw ram
31670     size out of the bd.
31671
31672     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31673
31674 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
31675 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31676 Date:   Mon Jun 9 13:39:57 2008 +0900
31677
31678     sh: Renesas Solutions SH7763RDP board support
31679
31680     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
31681     In this patch, support SCIF, NOR Flash, and Ethernet.
31682
31683     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31684     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31685
31686 commit 60179098a95eaa972007d7ec58e4c1588029720f
31687 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31688 Date:   Fri Jun 6 16:24:13 2008 +0900
31689
31690     sh: Add support Renesas SH7763
31691
31692     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
31693     This patch supprts CPU register's header file.
31694
31695     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31696     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31697
31698 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
31699 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31700 Date:   Fri Jun 6 16:16:08 2008 +0900
31701
31702     sh: SH7763 SCIF support
31703
31704     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
31705     but only SCIF2 is different. This patch work all SCIF channel.
31706
31707     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31708     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31709
31710 commit 79b51ff8205f0354d5300570614c1d2db499679c
31711 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31712 Date:   Sat Jun 7 20:51:59 2008 +0900
31713
31714     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
31715
31716     Also get rid of some #ifdefs in *.c files.
31717
31718     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31719
31720 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
31721 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31722 Date:   Sat Jun 7 20:51:56 2008 +0900
31723
31724     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
31725
31726     CONFIG_SOC_AU1X00
31727
31728       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
31729       need to have this config as a system type specifier.
31730
31731     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
31732     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
31733
31734       Machine type specifiers. Each port should have one of aboves.
31735
31736     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31737
31738 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
31739 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
31740 Date:   Fri May 30 16:05:28 2008 -0400
31741
31742     env_nand.c: Added bad block management for environment variables
31743
31744     Modified to check for bad blocks and to skipping over them when
31745     CFG_ENV_RANGE has been defined.
31746     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
31747     flash block size.
31748
31749     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
31750     Signed-off-by: Scott Wood <scottwood@freescale.com>
31751
31752 commit 279726bd00558e80263d44581c44167625b7fb9a
31753 Author: Becky Bruce <becky.bruce@freescale.com>
31754 Date:   Wed May 14 13:09:58 2008 -0500
31755
31756     MPC86xx: Change traps.c to not reference non-addressable memory
31757
31758     Currently, END_OF_RAM is used by the trap code to determine if
31759     we should attempt to access the stack pointer or not. However,
31760     on systems with a lot of RAM, only a subset of the RAM is
31761     guaranteed to be mapped in and accessible.  Change END_OF_RAM
31762     to use get_effective_memsize() instead of using the raw ram
31763     size out of the bd to prevent us from trying to access
31764     non-mapped memory.
31765
31766     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31767
31768 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
31769 Author: Wolfgang Denk <wd@denx.de>
31770 Date:   Fri Jun 6 14:28:14 2008 +0200
31771
31772     tools/mkimage: fix compiler warnings on some systems.
31773
31774     Signed-off-by: Wolfgang Denk <wd@denx.de>
31775
31776 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
31777 Author: Stefan Roese <sr@denx.de>
31778 Date:   Fri Jun 6 16:10:41 2008 +0200
31779
31780     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
31781
31782     We use upper case letters for the AMCC processor defines (like
31783     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
31784     not CONFIG_440SPe. This patch fixes the last misspelled config options.
31785
31786     Signed-off-by: Stefan Roese <sr@denx.de>
31787
31788 commit 72675dc6c06a48846d180106161d49dd714383cc
31789 Author: Stefan Roese <sr@denx.de>
31790 Date:   Fri Jun 6 15:55:21 2008 +0200
31791
31792     ppc4xx: Unify AMCC's board config files (part 3/3)
31793
31794     This patch series unifies the AMCC eval board ports by introducing
31795     a common include header for all AMCC eval boards:
31796
31797     include/configs/amcc-common.h
31798
31799     This header now includes all common configuration options/defines which
31800     are removed from the board specific headers.
31801
31802     The reason for this is ease of maintenance and unified look and feel
31803     of all AMCC boards.
31804
31805     Signed-off-by: Stefan Roese <sr@denx.de>
31806
31807 commit 490f204096d6e2c9940f67816f154a8125bab116
31808 Author: Stefan Roese <sr@denx.de>
31809 Date:   Fri Jun 6 15:55:03 2008 +0200
31810
31811     ppc4xx: Unify AMCC's board config files (part 2/3)
31812
31813     This patch series unifies the AMCC eval board ports by introducing
31814     a common include header for all AMCC eval boards:
31815
31816     include/configs/amcc-common.h
31817
31818     This header now includes all common configuration options/defines which
31819     are removed from the board specific headers.
31820
31821     The reason for this is ease of maintenance and unified look and feel
31822     of all AMCC boards.
31823
31824     Signed-off-by: Stefan Roese <sr@denx.de>
31825
31826 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
31827 Author: Stefan Roese <sr@denx.de>
31828 Date:   Fri Jun 6 15:54:31 2008 +0200
31829
31830     ppc4xx: Unify AMCC's board config files (part 1/3)
31831
31832     This patch series unifies the AMCC eval board ports by introducing
31833     a common include header for all AMCC eval boards:
31834
31835     include/configs/amcc-common.h
31836
31837     This header now includes all common configuration options/defines which
31838     are removed from the board specific headers.
31839
31840     The reason for this is ease of maintenance and unified look and feel
31841     of all AMCC boards.
31842
31843     Signed-off-by: Stefan Roese <sr@denx.de>
31844
31845 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
31846 Author: Remy Bohmer <linux@bohmer.net>
31847 Date:   Thu Jun 5 13:03:36 2008 +0200
31848
31849     DM9000 fix status check fail 0x6d error for trizeps board
31850
31851     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
31852     the status byte need to be checked to identify a valid packet in the fifo
31853
31854     But, The several different Application Notes do not all speak the same
31855     language on these bits. They do not disagree, but only 1 Application Note
31856     noted explicitly that only these 2 bits need to be checked.
31857     Even the datasheets do not mention anything about these 2 bits.
31858
31859     Because the old code, and the kernel check the whole byte, I left this piece
31860     untouched.
31861
31862     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
31863     it should work.
31864
31865     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
31866     in the fifo) is much shorter now, compared to the older U-boot driver code,
31867     so that we can maybe run into a hardware condition now that was never seen
31868     before, or maybe was seen very unfrequently.
31869
31870     Additionaly added a cleanup of a stack variable.
31871
31872     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31873     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31874
31875 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
31876 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31877 Date:   Thu Jun 5 22:29:00 2008 +0900
31878
31879     [MIPS] Update <asm/addrspace.h> header
31880
31881     - Fix traditional KSEG names
31882     - Replace PHYSADDR with CPHYSADDR
31883
31884     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31885
31886 commit f0d5a6f060d00358b85c62a921a423ea8df71184
31887 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31888 Date:   Thu Jun 5 22:29:00 2008 +0900
31889
31890     [MIPS] mips_config.mk: Misc fixes
31891
31892     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
31893     - Modify comments
31894
31895     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31896
31897 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
31898 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31899 Date:   Thu Jun 5 22:29:00 2008 +0900
31900
31901     [MIPS] Kill unused <version.h> inclusions
31902
31903     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31904
31905 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
31906 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31907 Date:   Thu Jun 5 22:29:00 2008 +0900
31908
31909     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
31910
31911     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
31912     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
31913     in the U-Boot system.
31914
31915     The other is we don't have a proper time management counter like timestamp
31916     other ARCHs have. We need the 32-bit millisecond clock counter.
31917
31918     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
31919     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
31920     of calculated CP0 counter cycles in a CFG_HZ.
31921
31922     STRATEGY:
31923
31924     * Fix improper CFG_HZ value to have 1000
31925
31926     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
31927
31928     * timer_init: initialize timestamp and set up the first timer expiration.
31929       Note that we don't need to initialize CP0 count/compare registers here
31930       as they have been already zeroed out on the system reset. Leave them as
31931       they are.
31932
31933     * get_timer: calculate how many timestamps have been passed, then return
31934       base-relative timestamp. Make sure we can easily count missed timestamps
31935       regardless of CP0 count/compare value.
31936
31937     * get_ticks: return the current timestamp, that is get_timer(0).
31938
31939     Most parts are from good old Linux v2.6.16 kernel.
31940
31941     v2:
31942     - Remove FIXME comments as they turned out to be trivial.
31943     - Use CP0 compare register as a global variable for expirelo.
31944     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
31945       instead.
31946
31947     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31948
31949 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
31950 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31951 Date:   Thu Jun 5 22:29:00 2008 +0900
31952
31953     [MIPS] lib_mips/time.c: Fix udelay
31954
31955     What we have to do is just to wait for given micro-seconds. No need to
31956     take into account current time, get_timer and CFG_HZ.
31957
31958     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31959
31960 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
31961 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31962 Date:   Thu Jun 5 22:28:59 2008 +0900
31963
31964     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
31965
31966     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
31967     This patch replaces mips_{compare,count}_set and mips_count_get with
31968     existing macros.
31969
31970     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31971
31972 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
31973 Author: Remy Bohmer <linux@bohmer.net>
31974 Date:   Tue Jun 3 15:48:17 2008 +0200
31975
31976     Get rid of annoying/superfluous bad-checksum warning message
31977
31978     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
31979     It is annoying for ordinary users who start to doubt the network connection
31980     in general when they see messages like this.
31981
31982     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
31983     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
31984     now before checking the checksum.
31985
31986     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31987     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31988
31989 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
31990 Author: Remy Bohmer <linux@bohmer.net>
31991 Date:   Wed Jun 4 10:47:25 2008 +0200
31992
31993     Fix order for reading rx-status registers in 32bit mode of DM9000
31994
31995     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
31996     a bug in reading the rx-status registers in 32bit mode only.
31997     This patch repairs this.
31998
31999     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32000     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32001
32002 commit 98291e2e689096420465074cce926b226d2e71b4
32003 Author: Remy Bohmer <linux@bohmer.net>
32004 Date:   Tue Jun 3 15:26:26 2008 +0200
32005
32006     DM9000: Some minor code cleanups
32007
32008     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
32009     need some other minor cleanup.
32010
32011     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32012     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32013
32014 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
32015 Author: Remy Bohmer <linux@bohmer.net>
32016 Date:   Tue Jun 3 15:26:25 2008 +0200
32017
32018     DM9000: Make driver work properly for DM9000A
32019
32020     The DM9000A network controller does not work with the U-boot DM9000x driver.
32021     Analysis showed that many incoming packets are lost.
32022
32023     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
32024     check for a valid rx packet be done on the interrupt status register, not
32025     directly by performing the dummy read and the rx status check as is currently
32026     the case in the u-boot driver.
32027
32028     When the recommended poll is done as suggested the driver starts working
32029     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
32030     can be more than 1 package in the fifo at the same time.
32031
32032     The driver must perform the rx-status check in a loop and read and handle all
32033     packages until there is no more left _after_ the interrupt RX flag is set.
32034
32035     This change has been tested with DM9000A, DM9000E, DM9000EP.
32036
32037     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32038     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32039
32040 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
32041 Author: Remy Bohmer <linux@bohmer.net>
32042 Date:   Tue Jun 3 15:26:24 2008 +0200
32043
32044     DM9000: Improve eth_reset() routine
32045
32046     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
32047     reset procedure must be done twice to properly reset the DM9000 by means of software.
32048     This errata is not needed anymore for the DM9000A, but it does not bother it.
32049
32050     This change has been tested with DM9000A, DM9000E, DM9000EP.
32051
32052     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32053     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32054
32055 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
32056 Author: Remy Bohmer <linux@bohmer.net>
32057 Date:   Tue Jun 3 15:26:23 2008 +0200
32058
32059     DM9000: improve eth_send() routine
32060
32061     The eth_send routine of the U-boot DM9000x driver does not match the
32062     DM9000 or DM9000A application notes/programming guides.
32063
32064     This change improves the stability of the DM9000A network controller.
32065
32066     This change has been tested with DM9000A, DM9000E, DM9000EP.
32067
32068     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32069     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32070
32071 commit 134e266253c02a7832560da59d394989c4f64453
32072 Author: Remy Bohmer <linux@bohmer.net>
32073 Date:   Tue Jun 3 15:26:22 2008 +0200
32074
32075     DM9000: repair debug logging
32076
32077     It seems that the debugging code of the DM9000x driver in U-boot has not been
32078     compiled for a long time, because it cannot compile...
32079
32080     Also rearranged some loglines to get more useful info while debugging.
32081
32082     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32083     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32084
32085 commit a101361bfe23c120321e45d114c0603b8e0763e9
32086 Author: Remy Bohmer <linux@bohmer.net>
32087 Date:   Tue Jun 3 15:26:21 2008 +0200
32088
32089     DM9000: Add data bus-width auto detection.
32090
32091     The U-boot DM9000x driver contains a compile time bus-width definition for
32092     the databus connected to the network controller.
32093
32094     This compile check makes the code unclear, inflexible and is unneccessary.
32095     It can be asked to the network controller what its bus-width is by reading bits
32096     6 and 7 of the interrupt status register.
32097
32098     The linux kernel already uses a runtime mechanism to determine this bus-width,
32099     so the implementation below looks somewhat like that implementation.
32100
32101     This change has been tested with DM9000A, DM9000E, DM9000EP.
32102
32103     Signed-off-by: Remy Bohmer <linux@bohmer.net>
32104     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32105
32106 commit 63a0afa0c32e5f4ea98a9439542870072437404d
32107 Author: Stefan Roese <sr@denx.de>
32108 Date:   Wed Jun 4 19:19:20 2008 +0200
32109
32110     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
32111
32112     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
32113     introduced by the commit:
32114
32115     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
32116
32117     With this patch SDRAM will get initialized again and booting from NAND
32118     is working again.
32119
32120     Signed-off-by: Stefan Roese <sr@denx.de>
32121     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
32122
32123 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
32124 Author: Wolfgang Denk <wd@denx.de>
32125 Date:   Tue May 27 14:19:30 2008 +0200
32126
32127     Socrates: Fix PCI bus frequency report
32128
32129     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
32130
32131 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
32132 Author: Tor Krill <tor@excito.com>
32133 Date:   Thu May 29 11:10:30 2008 +0200
32134
32135     Fix incorrect switch for IF_TYPE in part.c
32136
32137     Use correct field in block_dev_desc_t when writing interface type in
32138     dev_print. Error introduced in 574b3195.
32139
32140     Also added fix from Martin Krause
32141
32142     Signed-off-by: Tor Krill <tor@excito.com>
32143
32144 commit b64b8a0bd310935b70af69ac970952f2b364ae56
32145 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
32146 Date:   Tue May 27 10:25:39 2008 +0200
32147
32148     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
32149
32150     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
32151
32152 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
32153 Author: Peter Tyser <ptyser@xes-inc.com>
32154 Date:   Thu May 22 18:56:52 2008 -0500
32155
32156     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
32157
32158     Removed unneeded command line history initialization.  Also, the original
32159     code would access the 'initted' variable before relocation to SDRAM
32160     which resulted in erratic behavior since the bss is not initialized when
32161     executing from flash.
32162
32163     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32164
32165 commit 22f371b63038a4ecab04068877c1089e51a01ba1
32166 Author: Grant Erickson <gerickson@nuovations.com>
32167 Date:   Wed May 21 13:28:30 2008 -0700
32168
32169     PPC4xx: Simplified post_word_{load, store}
32170
32171     This patch simplifies post_word_{load,store} by using the preprocessor
32172     to eliminate redundant, copy-and-pasted code.
32173
32174     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32175
32176 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
32177 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
32178 Date:   Wed May 7 21:25:33 2008 +0400
32179
32180     cfi_flash: enable M18 flash chips family support.
32181
32182     Added new command set ID. Buffered write command processing is changed
32183     in order to support M18 flash chips family.
32184
32185     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
32186     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
32187
32188 commit 93c56f212ccdadc182018f0769cb284426b88f1d
32189 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
32190 Date:   Wed May 7 21:24:44 2008 +0400
32191
32192     cfi_flash: support of long cmd in U-boot.
32193
32194     Some NOR flash chips needs support of commands with length grether than max
32195     value size of uchar. For example all M18 family chips use 0x1ff command in
32196     buffered write mode as value of program loops count.
32197
32198     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
32199     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
32200
32201 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
32202 Author: Stefan Roese <sr@denx.de>
32203 Date:   Fri May 16 11:06:06 2008 +0200
32204
32205     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
32206
32207     On AD7414 the first value upon bootup is not read correctly.
32208     This is most likely because of the 800ms update time of the
32209     temp register in normal update mode. To get current values
32210     each time we issue the "dtt" command including upon powerup
32211     we switch into one-short mode.
32212
32213     This patch fixes the problem on AD7414 equipped boards (Sequoia,
32214     Canyonlands etc), that temp value printed in the bootup log was
32215     incorrect.
32216
32217     Signed-off-by: Stefan Roese <sr@denx.de>
32218
32219 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
32220 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32221 Date:   Fri May 30 16:55:06 2008 +0200
32222
32223     ppc4xx: Cleanup CPCI405 variant's config file
32224
32225     This patch removes some dead code from CPCI405 board's
32226     config files. JFFS2 support is also removed. It's not used and
32227     CPCI4052 does not build anymore without some size reduction.
32228
32229     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32230
32231 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
32232 Author: Kenneth Johansson <kenneth@southpole.se>
32233 Date:   Thu May 29 16:32:33 2008 +0200
32234
32235     Remove shell variable UNDEF_SYM.
32236
32237     UNDEF_SYM is a shell variable in the main Makefile used to force the
32238     linker to add all u-boot commands to the final image. It has no use here.
32239
32240     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
32241
32242 commit 8c66497e06bf803489c589df58ee591d71033274
32243 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32244 Date:   Fri May 16 11:10:35 2008 +0200
32245
32246     Add support for environment in SPI flash
32247
32248     This is pretty incomplete...it doesn't handle reading the environment
32249     before relocation, it doesn't support redundant environment, and it
32250     doesn't support embedded environment. But apart from that, it does
32251     seem to work.
32252
32253     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32254
32255 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
32256 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32257 Date:   Fri May 16 11:10:34 2008 +0200
32258
32259     SPI Flash: Add "sf" command
32260
32261     This adds a new command, "sf" which can be used to manipulate SPI
32262     flash. Currently, initialization, reading, writing and erasing is
32263     supported.
32264
32265     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32266
32267 commit d25ce7d24cc0f93881559f4009175ea305af65e8
32268 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32269 Date:   Fri May 16 11:10:33 2008 +0200
32270
32271     SPI Flash subsystem
32272
32273     This adds a new SPI flash subsystem.
32274
32275     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
32276     but some preliminary support for other flash types is in place as
32277     well.
32278
32279     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32280
32281 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
32282 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
32283 Date:   Fri May 16 11:10:32 2008 +0200
32284
32285     atmel_spi: Driver for the Atmel SPI controller
32286
32287     This adds a driver for the SPI controller found on most AT91 and AVR32
32288     chips, implementing the new SPI API.
32289
32290     Changed in v4:
32291       - Update to new API
32292       - Handle zero-length transfers appropriately. The user may send a
32293         zero-length SPI transfer with SPI_XFER_END set in order to
32294         deactivate the chip select after a series of transfers with chip
32295         select active. This is useful e.g. when polling the status
32296         register of DataFlash.
32297
32298     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32299
32300 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
32301 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32302 Date:   Fri May 16 11:10:31 2008 +0200
32303
32304     SPI API improvements
32305
32306     This patch gets rid of the spi_chipsel table and adds a handful of new
32307     functions that makes the SPI layer cleaner and more flexible.
32308
32309     Instead of the spi_chipsel table, each board that wants to use SPI
32310     gets to implement three hooks:
32311       * spi_cs_activate(): Activates the chipselect for a given slave
32312       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
32313       * spi_cs_is_valid(): Determines if the given bus/chipselect
32314         combination can be activated.
32315
32316     Not all drivers may need those extra functions however. If that's the
32317     case, the board code may just leave them out (assuming they know what
32318     the driver needs) or rely on the linker to strip them out (assuming
32319     --gc-sections is being used.)
32320
32321     To set up communication parameters for a given slave, the driver needs
32322     to call spi_setup_slave(). This returns a pointer to an opaque
32323     spi_slave struct which must be passed as a parameter to subsequent SPI
32324     calls. This struct can be freed by calling spi_free_slave(), but most
32325     driver probably don't want to do this.
32326
32327     Before starting one or more SPI transfers, the driver must call
32328     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
32329     the hardware. When all transfers are done, the driver must call
32330     spi_release_bus() to make the bus available to others, and possibly
32331     shut down the SPI controller hardware.
32332
32333     spi_xfer() behaves mostly the same as before, but it now takes a
32334     spi_slave parameter instead of a spi_chipsel function pointer. It also
32335     got a new parameter, flags, which is used to specify chip select
32336     behaviour. This may be extended with other flags in the future.
32337
32338     This patch has been build-tested on all powerpc and arm boards
32339     involved. I have not tested NIOS since I don't have a toolchain for it
32340     installed, so I expect some breakage there even though I've tried
32341     fixing up everything I could find by visual inspection.
32342
32343     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
32344     DataFlash drivers posted as a follow-up. I'd like some help testing
32345     other boards that use the existing SPI API.
32346
32347     But most of all, I'd like some comments on the new API. Is this stuff
32348     usable for everyone? If not, why?
32349
32350     Changed in v4:
32351       - Build fixes for various boards, drivers and commands
32352       - Provide common struct spi_slave definition that can be extended by
32353         drivers
32354       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
32355       - Make default bus and mode build-time configurable
32356       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
32357
32358     Changed in v3:
32359       - Add opaque struct spi_slave for controller-specific data associated
32360         with a slave.
32361       - Add spi_claim_bus() and spi_release_bus()
32362       - Add spi_free_slave()
32363       - spi_setup() is now called spi_setup_slave() and returns a
32364         struct spi_slave
32365       - soft_spi now supports four SPI modes (CPOL|CPHA)
32366       - Add bus parameter to spi_setup_slave()
32367       - Convert the new i.MX32 SPI driver
32368       - Convert the new MC13783 RTC driver
32369
32370     Changed in v2:
32371       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
32372         new API.
32373
32374     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32375     Tested-by: Guennadi Liakhovetski <lg@denx.de>
32376
32377 commit 289011207d999b2e4085150d2aa30d547ad9b800
32378 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32379 Date:   Fri May 16 11:10:30 2008 +0200
32380
32381     Move definition of container_of() to common.h
32382
32383     AVR32 and AT91SAM9 both have their own identical definitions of
32384     container_of() taken from the Linux kernel. Move it to common.h so
32385     that all architectures can use it.
32386
32387     container_of() is already used by some drivers, and will be used
32388     extensively by the new and improved SPI API.
32389
32390     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32391
32392 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
32393 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32394 Date:   Fri May 16 11:08:11 2008 +0200
32395
32396     soft_i2c: Pull SDA high before reading
32397
32398     Spotted by Dean Capindale.
32399
32400     Systems that support open-drain GPIO properly are allowed provide an
32401     empty I2C_TRISTATE define. However, this means that we need to be
32402     careful not to drive SDA low when the slave is expected to respond.
32403
32404     This patch adds a missing I2C_SDA(1) to read_byte() required to
32405     tristate the SDA line on systems that support open-drain GPIO.
32406
32407     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32408
32409 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
32410 Author: Stefan Roese <sr@denx.de>
32411 Date:   Mon May 19 11:34:53 2008 +0200
32412
32413     ppc4xx: Remove implementations of testdram()
32414
32415     This patch removes the used testdram() implementations of the board
32416     that are maintained by myself.
32417
32418     Signed-off-by: Stefan Roese <sr@denx.de>
32419
32420 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
32421 Author: Stefan Roese <sr@denx.de>
32422 Date:   Mon Jun 2 17:37:28 2008 +0200
32423
32424     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
32425
32426     Historically the 405 U-Boot port had a dram_init() call in early init
32427     stage. This function was still called from start.S and most of the time
32428     coded in assembler. This is not needed anymore (since a long time) and
32429     boards should implement the common initdram() function in C instead.
32430
32431     This patch now removed the dram_init() call from start.S and removes the
32432     empty implementations that are scattered through most of the 405 board
32433     ports. Some older board ports really implement this dram_init() though.
32434     These are:
32435
32436     csb272
32437     csb472
32438     ERIC
32439     EXBITGEN
32440     W7OLMC
32441     W7OLMG
32442
32443     I changed those boards to call this assembler dram_init() function now
32444     from their board specific initdram() instead. This *should* work, but please
32445     test again on those platforms. And it is perhaps a good idea that those
32446     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
32447     some time. So further patches welcome here.
32448
32449     Signed-off-by: Stefan Roese <sr@denx.de>
32450
32451 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
32452 Author: Stefan Roese <sr@denx.de>
32453 Date:   Mon Jun 2 17:22:11 2008 +0200
32454
32455     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
32456
32457     Signed-off-by: Stefan Roese <sr@denx.de>
32458
32459 commit 39b32be18cd33b53a84065edcd4e465165cc5564
32460 Author: Stefan Roese <sr@denx.de>
32461 Date:   Mon Jun 2 17:20:03 2008 +0200
32462
32463     ppc4xx: Fix common ECC generation code for 440GP style platforms
32464
32465     This patch makes the common 4xx ECC code really usable on 440GP style
32466     platforms.
32467
32468     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
32469     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
32470     we need to make some processor dependant defines used later on by the
32471     driver.
32472
32473     Signed-off-by: Stefan Roese <sr@denx.de>
32474
32475 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
32476 Author: Stefan Roese <sr@denx.de>
32477 Date:   Mon Jun 2 17:13:55 2008 +0200
32478
32479     ppc4xx: Change Kilauea to use the common DDR2 init function
32480
32481     This patch changes the kilauea and kilauea_nand (for NAND booting)
32482     board port to not use a board specific DDR2 init routine anymore. Now
32483     the common code from cpu/ppc4xx is used.
32484
32485     Thanks to Grant Erickson for all his basic work on this 405EX early
32486     bootup.
32487
32488     Signed-off-by: Stefan Roese <sr@denx.de>
32489
32490 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
32491 Author: Stefan Roese <sr@denx.de>
32492 Date:   Mon Jun 2 14:59:21 2008 +0200
32493
32494     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
32495
32496     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
32497     ppc4xx related SDRAM/DDR/DDR2 controller defines.
32498
32499     Signed-off-by: Stefan Roese <sr@denx.de>
32500
32501 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
32502 Author: Stefan Roese <sr@denx.de>
32503 Date:   Mon Jun 2 14:57:41 2008 +0200
32504
32505     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
32506
32507     This patch removes all SDRAM related defines from the PPC4xx headers
32508     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
32509     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
32510
32511     It also introduces new defines for the equipped SDRAM controller based on
32512     which PPC variant is used. There new defines are:
32513
32514     used on 405GR/CR/EP and some Xilinx Virtex boards.
32515
32516     used on 440GP/GX/EP/GR.
32517
32518     used on 440EPx/GRx.
32519
32520     used on 405EX/r/440SP/SPe/460EX/GT.
32521
32522     Signed-off-by: Stefan Roese <sr@denx.de>
32523
32524 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
32525 Author: Stefan Roese <sr@denx.de>
32526 Date:   Mon Jun 2 14:35:44 2008 +0200
32527
32528     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
32529
32530     This patch consolidates the 405 and 440 parts of the NAND booting code
32531     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
32532     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
32533     Only *after* running from this location, nand_boot() is called.
32534
32535     Please note that the initsdram() call is now moved from nand_boot.c
32536     to start.S. I experienced problems with some boards like Kilauea
32537     (405EX), which don't have internal SRAM (OCM) and relocation needs to
32538     be done to SDRAM before the NAND controller can get accessed. When
32539     initdram() is called later on in nand_boot(), this can lead to problems
32540     with variables in the bss sections like nand_ecc_pos[].
32541
32542     Signed-off-by: Stefan Roese <sr@denx.de>
32543     Acked-by: Scott Wood <scottwood@freescale.com>
32544
32545 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
32546 Author: Grant Erickson <gerickson@nuovations.com>
32547 Date:   Thu May 22 14:44:24 2008 -0700
32548
32549     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
32550
32551     This patch (Part 2 of 2):
32552
32553     * Rolls up a suite of changes to enable correct primordial stack and
32554       global data handling when the data cache is used for such a purpose
32555       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
32556
32557     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
32558       eliminating redundant ECC initialization implementations and moving
32559       redundant SDRAM initialization out of board code into shared 4xx
32560       code.
32561
32562     * Enables MCSR visibility on the 405EX(r).
32563
32564     * Enables the use of the data cache for initial RAM on
32565       both AMCC's Kilauea and Makalu and removes a redundant
32566       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
32567
32568       - Removed, per Stefan Roese's request, defunct memory.c file for
32569         Makalu and rolled sdram_init from it into makalu.c.
32570
32571     With respect to the 4xx DDR initialization and ECC unification, there
32572     is certainly more work that can and should be done (file renaming,
32573     etc.). However, that can be handled at a later date on a second or
32574     third pass. As it stands, this patch moves things forward in an
32575     incremental yet positive way for those platforms that utilize this
32576     code and the features associated with it.
32577
32578     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32579     Signed-off-by: Stefan Roese <sr@denx.de>
32580
32581 commit c821b5f120bedf73867513466412587c6912a8f8
32582 Author: Grant Erickson <gerickson@nuovations.com>
32583 Date:   Thu May 22 14:44:14 2008 -0700
32584
32585     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
32586
32587     This patch (Part 1 of 2):
32588
32589     * Rolls up a suite of changes to enable correct primordial stack and
32590       global data handling when the data cache is used for such a purpose
32591       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
32592
32593     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
32594       eliminating redundant ECC initialization implementations and moving
32595       redundant SDRAM initialization out of board code into shared 4xx
32596       code.
32597
32598     * Enables MCSR visibility on the 405EX(r).
32599
32600     * Enables the use of the data cache for initial RAM on
32601       both AMCC's Kilauea and Makalu and removes a redundant
32602       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
32603
32604       - Removed, per Stefan Roese's request, defunct memory.c file for
32605         Makalu and rolled sdram_init from it into makalu.c.
32606
32607     With respect to the 4xx DDR initialization and ECC unification, there
32608     is certainly more work that can and should be done (file renaming,
32609     etc.). However, that can be handled at a later date on a second or
32610     third pass. As it stands, this patch moves things forward in an
32611     incremental yet positive way for those platforms that utilize this
32612     code and the features associated with it.
32613
32614     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32615     Signed-off-by: Stefan Roese <sr@denx.de>
32616
32617 commit a439680019e06171d4a5694b7992accce87f590e
32618 Author: Grant Erickson <gerickson@nuovations.com>
32619 Date:   Wed May 21 13:28:30 2008 -0700
32620
32621     PPC4xx: Simplified post_word_{load, store}
32622
32623     This patch simplifies post_word_{load,store} by using the preprocessor
32624     to eliminate redundant, copy-and-pasted code.
32625
32626     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32627
32628 commit f979690ee337450b2030aba128f95b7a8d9881c0
32629 Author: Kumar Gala <galak@kernel.crashing.org>
32630 Date:   Thu May 15 15:13:08 2008 -0500
32631
32632     Fix warnings from gcc-4.3.0 build on a ppc host
32633
32634     * The cfi_flash.c memset fix actual allows the board to boot so there is
32635       a bit more going on here than just resolving warnings associated with
32636       uninitialized variables.
32637
32638     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
32639       inline function 'ext2_find_next_zero_bit' which is not static
32640
32641     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32642
32643 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
32644 Author: Becky Bruce <becky.bruce@freescale.com>
32645 Date:   Wed May 14 13:09:51 2008 -0500
32646
32647     MPC512x: Change traps.c to not reference non-addressable memory
32648
32649     Currently, END_OF_RAM is used by the trap code to determine if
32650     we should attempt to access the stack pointer or not. However,
32651     on systems with a lot of RAM, only a subset of the RAM is
32652     guaranteed to be mapped in and accessible.  Change END_OF_RAM
32653     to use get_effective_memsize() instead of using the raw ram
32654     size out of the bd.
32655
32656     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32657
32658 commit 81673e9ae14b771cd13faf19947192599cae3959
32659 Author: Kumar Gala <galak@kernel.crashing.org>
32660 Date:   Tue May 13 19:01:54 2008 -0500
32661
32662     Make sure common.h is the first include.
32663
32664     If common.h isn't first we can get CONFIG_ options defined in the
32665     board config file ignored.  This can cause an issue if any of those
32666     config options impact the size of types of data structures
32667     (eg CONFIG_PHYS_64BIT).
32668
32669     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32670
32671 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
32672 Author: Marian Balakowicz <m8@semihalf.com>
32673 Date:   Tue May 13 15:53:29 2008 +0200
32674
32675     Avoid initrd and logbuffer area overlaps
32676
32677     Add logbuffer to reserved LMB areas to prevent initrd allocation
32678     from overlaping with it.
32679
32680     Make sure to use correct logbuffer base address.
32681
32682     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32683
32684 commit 6956d53d9934862507f83f0e3255dfd4662e7482
32685 Author: Sascha Laue <sascha.laue@liebherr.com>
32686 Date:   Tue May 13 13:29:54 2008 +0200
32687
32688     lwmon5: add memory-pattern-test to FPGA POST.
32689
32690 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
32691 Author: Becky Bruce <becky.bruce@freescale.com>
32692 Date:   Thu May 8 19:02:51 2008 -0500
32693
32694     PPC: 86xx Add bat registers to reginfo command
32695
32696     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32697
32698 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
32699 Author: Becky Bruce <becky.bruce@freescale.com>
32700 Date:   Fri May 9 15:41:35 2008 -0500
32701
32702     PPC: Add print_bats() to lib_ppc/bat_rw.c
32703
32704     This function prints the values of all the BAT register
32705     pairs - I needed this for debug earlier this week; adding it to
32706     lib_ppc so others can use it (and add it to reginfo commands
32707     if so desired).
32708
32709     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32710
32711 commit c148f24c15743a02e855636e6bed013bd121f7f2
32712 Author: Becky Bruce <becky.bruce@freescale.com>
32713 Date:   Thu May 15 21:29:04 2008 -0500
32714
32715     PPC: Change lib_ppc/bat_rw.c to use high bats
32716
32717     Currently, this code only deals with BATs 0-3, which makes
32718     it useless on systems that support BATs 4-7.  Add the
32719     support for these registers.
32720
32721     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
32722
32723 commit 31d826722434931e1152a09d140187dcf72f8aac
32724 Author: Becky Bruce <becky.bruce@freescale.com>
32725 Date:   Thu May 8 19:02:12 2008 -0500
32726
32727     PPC: Create and use CONFIG_HIGH_BATS
32728
32729     Change all code that conditionally operates on high bat
32730     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
32731     instead of the myriad ways this is done now.  Define the option
32732     for every config for which high bats are supported (and
32733     enabled by early boot, on parts where they're not always
32734     enabled)
32735
32736     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32737
32738 commit aa3b8bf9c30065bb2ea852799d32db5020598495
32739 Author: Wolfgang Grandegger <wg@grandegger.com>
32740 Date:   Wed May 28 19:55:19 2008 +0200
32741
32742     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
32743
32744     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
32745     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32746
32747 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
32748 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32749 Date:   Wed May 28 13:06:25 2008 -0500
32750
32751     ColdFire: Add 10 base ethernet support for mcf5445x
32752
32753     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32754     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32755
32756 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
32757 Author: Jason McMullan <mcmullan@netapp.com>
32758 Date:   Fri May 30 00:53:38 2008 +0900
32759
32760     mips: Add an 'include/asm/errno.h', like all other architectures
32761
32762     All other u-boot architectures have an include/asm/errno.h, so
32763     this change adds it to the mips include/asm-mips headers also.
32764
32765     Stolen from Linux 2.6.25.
32766
32767     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
32768
32769 commit e2ad8426624bac457acc6925b6ff408e9bf20466
32770 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32771 Date:   Fri May 30 00:53:38 2008 +0900
32772
32773     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
32774
32775     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32776
32777 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
32778 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32779 Date:   Fri May 30 00:53:38 2008 +0900
32780
32781     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
32782
32783     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32784
32785 commit bf462ae450a7f2eeeddc699ed345b391e3263540
32786 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32787 Date:   Fri May 30 00:53:37 2008 +0900
32788
32789     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
32790
32791     No functional changes.
32792
32793     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32794
32795 commit 89a1550ec6b74452274a7a23127936e2c7eec711
32796 Author: Jason McMullan <mcmullan@netapp.com>
32797 Date:   Fri May 30 00:53:37 2008 +0900
32798
32799     mips: If CONFIG_CMD_SPI is defined, call spi_init()
32800
32801     The mips architecture currently does not call 'spi_init()' in the generic
32802     board initialization routine is CONFIG_CMD_SPI is defined.
32803
32804     This patch rectifies that problem.
32805
32806     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
32807     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32808
32809 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
32810 Author: Jason McMullan <mcmullan@netapp.com>
32811 Date:   Fri May 30 00:53:37 2008 +0900
32812
32813     [MIPS] lib_mips/board.c: Add nand_init
32814
32815     This patch adds the standard 'nand_init()' call to the mips generic
32816     'board_init_r()' call, bringing MIPS in line with the other architectures.
32817
32818     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
32819     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32820
32821 commit d6ac2ed893c2168738aee01579d6283af8d37045
32822 Author: Scott Wood <scottwood@freescale.com>
32823 Date:   Thu May 22 10:49:46 2008 -0500
32824
32825     Remove prototypes of nand_init() in favor of including nand.h.
32826
32827     Likewise with onenand_init().
32828
32829     Signed-off-by: Scott Wood <scottwood@freescale.com>
32830
32831 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
32832 Author: Scott Wood <scottwood@freescale.com>
32833 Date:   Thu May 22 10:49:00 2008 -0500
32834
32835     Make onenand_uboot.h self-sufficient.
32836
32837     Don't assume types are provided by previously included headers.
32838
32839     Signed-off-by: Scott Wood <scottwood@freescale.com>
32840
32841 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
32842 Author: Dirk Behme <dirk.behme@gmail.com>
32843 Date:   Wed Jan 16 14:26:59 2008 +0100
32844
32845     nand: Correct NAND erase percentage output
32846
32847     For NAND erase sizes smaller than one NAND erase block, erase
32848     percentage output becomes grater than 100% e.g.
32849
32850     -- cut --
32851       > nand info
32852     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
32853       > nand erase 0x100000 0x2000
32854     NAND erase: device 0 offset 0x100000, size 0x2000
32855     Erasing at 0x100000 -- 200% complete.
32856     OK
32857       >
32858     -- cut --
32859
32860     Correct this and give user a warning that more is erased than specified:
32861
32862     -- cut --
32863       > nand erase 0x100000 0x2000
32864     NAND erase: device 0 offset 0x100000, size 0x2000
32865     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
32866                Erasing 0x00004000 instead
32867     Erasing at 0x100000 -- 100% complete.
32868     OK
32869       >
32870     -- cut --
32871
32872     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32873
32874 commit 5922db6c0948506be91e0de44e7a6863a18a417f
32875 Author: Stelian Pop <stelian@popies.net>
32876 Date:   Tue May 13 17:31:24 2008 +0200
32877
32878     Cleanup nand_info[] declaration.
32879
32880     The nand_info array is declared as extern in several .c files.
32881     Those days, nand.h contains a reference to the array, so there is
32882     no need to declare it elsewhere.
32883
32884     Signed-off-by: Stelian Pop <stelian@popies.net>
32885     Signed-off-by: Scott Wood <scottwood@freescale.com>
32886
32887 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
32888 Author: Scott Wood <scottwood@freescale.com>
32889 Date:   Mon May 19 09:30:43 2008 -0500
32890
32891     NAND: Provide a sane default for NAND_MAX_CHIPS.
32892
32893     This allows the header to be included regardless of whether a board's
32894     config file provides NAND-related defininitions.
32895
32896     Signed-off-by: Scott Wood <scottwood@freescale.com>
32897
32898 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
32899 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32900 Date:   Mon May 26 12:19:10 2008 +0200
32901
32902     avr32: Fix theoretical race in udelay()
32903
32904     If the specified delay is very short, the cycle counter may go past the
32905     "end" time we are waiting for before we get around to reading it.
32906
32907     Fix it by checking the different between the cycle count "now" and the
32908     cycle count at the beginning. This will work as long as the delay
32909     measured in number of cycles is below 2^31.
32910
32911     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32912
32913 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
32914 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32915 Date:   Wed May 21 13:01:09 2008 +0200
32916
32917     avr32: Compile atmel_mci.o conditionally
32918
32919     Remove #ifdef CONFIG_MMC from the source file and use conditional
32920     compilation in the Makefile instead.
32921
32922     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32923
32924 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
32925 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32926 Date:   Thu May 22 12:28:25 2008 +0200
32927
32928     avr32: Fix wrong error flags in atmel_mci driver
32929
32930     Make sure we check for CRC errors when sending commands that use CRC
32931     checking.
32932
32933     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
32934     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32935
32936 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
32937 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32938 Date:   Wed May 21 11:10:59 2008 +0200
32939
32940     avr32: Fix two warnings in atmel_mci.c
32941
32942     The warnings are harmless but annoying. Let's fix them.
32943
32944     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32945
32946 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
32947 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32948 Date:   Mon May 19 11:36:28 2008 +0200
32949
32950     avr32: Rework SDRAM initialization code
32951
32952     This cleans up the SDRAM initialization and related code a bit, and
32953     allows faster booting.
32954
32955       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
32956       * Remove memory test from sdram_init() and make caller responsible
32957         for verifying the SDRAM and determining its size.
32958       * Remove base_address member from struct sdram_config (was sdram_info)
32959       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
32960       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
32961
32962     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32963
32964 commit 95107b7c028806919630bf02c653aa8f4f867c94
32965 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32966 Date:   Mon May 19 11:27:37 2008 +0200
32967
32968     avr32: Do stricter stack checking in the exception handler
32969
32970     Don't do a stack dump if the stack pointer is outside the memory area
32971     reserved for stack.
32972
32973     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32974
32975 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
32976 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32977 Date:   Fri May 2 15:32:57 2008 +0200
32978
32979     avr32: Use the same entry point for reset and exception handling
32980
32981     Since the reset vector is always aligned to a very large boundary, we
32982     can save a couple of KB worth of alignment padding by placing the
32983     exception vectors at the same address.
32984
32985     Deciding which one it is is easy: If we're handling an exception, the
32986     CPU is in Exception mode. If we're starting up after reset, the CPU is
32987     in Supervisor mode. So this adds a very minimal overhead to the reset
32988     path (only executed once) and the exception handling path (normally
32989     never executed at all.)
32990
32991     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32992
32993 commit 0c16eed2189a190bd5655b33c029f809a9b31128
32994 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32995 Date:   Fri May 2 15:24:22 2008 +0200
32996
32997     avr32: Put memset in its own section
32998
32999     All C code is compiled with -ffunction-sections -fdata-sections.
33000     Assembly functions should get their own sections as well so that
33001     everything looks consistent.
33002
33003     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33004
33005 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
33006 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33007 Date:   Fri May 2 15:21:40 2008 +0200
33008
33009     avr32: Rename pm_init() as clk_init() and make SoC-specific
33010
33011     pm_init() was always more about clock initialization than anything
33012     else. Dealing with PLLs, clock gating and such is also inherently
33013     SoC-specific, so move it into a SoC-specific directory.
33014
33015     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33016
33017 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
33018 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33019 Date:   Wed Apr 30 16:15:57 2008 +0200
33020
33021     avr32: Use new-style Makefile for the at32ap platform
33022
33023     This makes it easier to avoid compiling certain files later.
33024
33025     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33026
33027 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
33028 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33029 Date:   Wed Apr 30 14:36:47 2008 +0200
33030
33031     avr32: Remove unused file cpu/at32ap/pm.c
33032
33033     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33034
33035 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
33036 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33037 Date:   Wed Apr 30 14:19:28 2008 +0200
33038
33039     avr32: Clean up the HMATRIX code
33040
33041     Rework the HMATRIX configuration interface so that it becomes easier
33042     to configure the HMATRIX for boards with special needs, and add new
33043     parts.
33044
33045     The HMATRIX header file has been split into a general,
33046     chip-independent part with register definitions, etc. and a
33047     chip-specific part with SFR bitfield definitions and master/slave
33048     identifiers.
33049
33050     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33051
33052 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
33053 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33054 Date:   Thu Nov 22 12:14:11 2007 +0100
33055
33056     avr32: Add support for the ATSTK1006 board
33057
33058     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
33059     board. It's currently in production and will be available soon.
33060
33061     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33062
33063 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
33064 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33065 Date:   Tue Apr 29 12:53:05 2008 +0200
33066
33067     avr32: Get rid of the .flashprog section
33068
33069     The .flashprog section was only needed back when we were running
33070     directly from flash, and it's even more useless on NGW100 since it
33071     uses the CFI flash driver which never used this workaround in the
33072     first place.
33073
33074     Remove it on STK1000 as well, and get rid of all the associated code and
33075     annotations.
33076
33077     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33078
33079 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
33080 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33081 Date:   Wed Apr 30 13:09:56 2008 +0200
33082
33083     avr32: Use correct condition around macb clock accessors
33084
33085     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
33086     the chip has a MACB controller, not when it has a USART.
33087
33088     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33089
33090 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
33091 Author: David Brownell <david-b@pacbell.net>
33092 Date:   Wed Apr 16 22:57:58 2008 -0700
33093
33094     avr32: Disable the AP7000 internal watchdog on startup
33095
33096     This patch forces the watchdog off in all cases.  That will at least
33097     get rid of the constant reboot cycle, though it won't let the watchdog
33098     actually run in the new kernels:  its probe() comes up with a polite
33099     warning.
33100
33101     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33102
33103 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
33104 Author: David Brownell <david-b@pacbell.net>
33105 Date:   Fri Feb 22 12:54:39 2008 -0800
33106
33107     avr32: stk1002 and ngw100 convergence
33108
33109     Make STK1002 and NGW100 boards act more alike:
33110       - STK boards can use as many arguments as NGW
33111       - STK boards don't need to manage FPGAs either
33112       - NGW commands should match STK ones
33113
33114     Also spell U-Boot right in prompts for STK1002 and NGW100.
33115
33116     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
33117     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
33118     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33119
33120 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
33121 Author: Sergei Poselenov <sposelenov@emcraft.com>
33122 Date:   Tue May 27 13:47:00 2008 +0200
33123
33124     Socrates: Fix PCI bus frequency report
33125
33126     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33127
33128 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
33129 Author: Sergei Poselenov <sposelenov@emcraft.com>
33130 Date:   Tue May 27 11:49:13 2008 +0200
33131
33132     Socrates: Added USB support.
33133
33134     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33135
33136 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
33137 Author: Sergei Poselenov <sposelenov@emcraft.com>
33138 Date:   Tue May 27 11:35:02 2008 +0200
33139
33140     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
33141
33142     In case of several PCI USB controllers on a board this variable
33143     specifys which controller to use.
33144     See doc/README.generic_usb_ohci for details.
33145
33146     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33147
33148 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
33149 Author: Sergei Poselenov <sposelenov@emcraft.com>
33150 Date:   Tue May 27 10:36:07 2008 +0200
33151
33152     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
33153
33154     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33155
33156 commit 83e9d7a2614d4006b92690afa3390c291734267e
33157 Author: Sergei Poselenov <sposelenov@emcraft.com>
33158 Date:   Mon May 26 18:16:04 2008 +0200
33159
33160     Socrates: Config file cleanup.
33161
33162     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33163
33164 commit 602cac1389b755b223272f2328a47e6f8c240848
33165 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33166 Date:   Sat May 24 12:47:46 2008 +0200
33167
33168     MAKEALL: add at91 list
33169
33170     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33171
33172 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
33173 Author: Ron Madrid <ron_madrid@sbcglobal.net>
33174 Date:   Fri May 23 15:37:05 2008 -0700
33175
33176     Add Marvell 88E1118 support for TSEC
33177
33178     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
33179     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33180
33181 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
33182 Author: Jens Gehrlein <sew_s@tqs.de>
33183 Date:   Mon May 5 14:06:11 2008 +0200
33184
33185     smc911x: add 16 bit support
33186
33187     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
33188     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33189
33190 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
33191 Author: Christian Eggers <ceggers@gmx.de>
33192 Date:   Wed May 21 21:29:10 2008 +0200
33193
33194     Fix endianess conversion in usb_ohci.c
33195
33196     Sorry, I forgot this line:
33197
33198     Signed-off-by: Christian Eggers <ceggers@gmx.de>
33199
33200     I think this must be swapped (result may be equal).
33201
33202 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
33203 Author: Christian Eggers <ceggers@gmx.de>
33204 Date:   Wed May 21 22:12:00 2008 +0200
33205
33206     USB: replace old swap_ with proper endianess conversion macros
33207
33208     Signed-off-by: Christian Eggers <ceggers@gmx.de>
33209     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
33210
33211 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
33212 Author: Christian Eggers <ceggers@gmx.de>
33213 Date:   Wed May 21 21:29:10 2008 +0200
33214
33215     Fix endianess conversion in usb_ohci.c
33216
33217     Signed-off-by: Christian Eggers <ceggers@gmx.de>
33218     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
33219
33220 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
33221 Author: Sergei Poselenov <sposelenov@emcraft.com>
33222 Date:   Thu May 22 01:15:53 2008 +0200
33223
33224     USB: add support for multiple PCI OHCI controllers
33225
33226     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
33227     In case of several PCI USB controllers on a board this variable
33228     specifys which controller to use.
33229
33230     Also add USB support for sokrates board.
33231
33232     See doc/README.generic_usb_ohci for details.
33233
33234     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33235     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
33236
33237 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
33238 Author: Wolfgang Denk <wd@denx.de>
33239 Date:   Wed May 21 16:56:08 2008 +0200
33240
33241     Fix some whitespace issues
33242
33243     introduced by 53677ef18 "Big white-space cleanup."
33244
33245     Signed-off-by: Wolfgang Denk <wd@denx.de>
33246
33247 commit 4416603aeb06861b468b06a981e52c3ff805db7b
33248 Author: York Sun <yorksun@freescale.com>
33249 Date:   Mon May 12 14:36:39 2008 -0500
33250
33251     Make ads5121 out-of-tree compiling safe
33252
33253     Reuse the existing DIU driver in board/freescale/common.
33254
33255     Signed-off-by: York Sun <yorksun@freescale.com>
33256
33257 commit 0e1bad47cd345c76c91a64caf41011e431b62599
33258 Author: York Sun <yorksun@freescale.com>
33259 Date:   Mon May 5 10:20:01 2008 -0500
33260
33261     Adding DIU support for Freescale 5121ADS
33262
33263     Add DIU and cfb console support to FSL 5121ADS board.
33264
33265     Use #define CONFIG_VIDEO in config file to enable fb console.
33266
33267     Signed-off-by: York Sun <yorksun@freescale.com>
33268
33269 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
33270 Author: York Sun <yorksun@freescale.com>
33271 Date:   Mon May 5 10:20:00 2008 -0500
33272
33273     Replace DPRINTF with debug
33274
33275     Remove DPRINTF macro and replace it with generic debug macro.
33276
33277     Signed-off-by: York Sun <yorksun@freescale.com>
33278
33279 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
33280 Author: York Sun <yorksun@freescale.com>
33281 Date:   Mon May 5 10:19:59 2008 -0500
33282
33283     Move pixel clock setting to board file
33284
33285     The clock divider has different format in 5121 and 8610. This patch moves it to
33286     board specific code.
33287
33288     Signed-off-by: York Sun <yorksun@freescale.com>
33289
33290 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
33291 Author: Wolfgang Denk <wd@denx.de>
33292 Date:   Tue May 20 16:00:29 2008 +0200
33293
33294     Big white-space cleanup.
33295
33296     This commit gets rid of a huge amount of silly white-space issues.
33297     Especially, all sequences of SPACEs followed by TAB characters get
33298     removed (unless they appear in print statements).
33299
33300     Also remove all embedded "vim:" and "vi:" statements which hide
33301     indentation problems.
33302
33303     Signed-off-by: Wolfgang Denk <wd@denx.de>
33304
33305 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
33306 Author: Sergei Poselenov <sposelenov@emcraft.com>
33307 Date:   Thu May 8 17:46:23 2008 +0200
33308
33309     socrates: fix second TSEC configuration (it is actually TSEC3)
33310
33311     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33312
33313 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
33314 Author: Sergei Poselenov <sposelenov@emcraft.com>
33315 Date:   Thu May 8 14:17:08 2008 +0200
33316
33317     Fixed reset for socrates
33318
33319     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33320
33321 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
33322 Author: Sergei Poselenov <sposelenov@emcraft.com>
33323 Date:   Wed May 7 15:10:49 2008 +0200
33324
33325     socrates: changes to support FDT
33326
33327     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33328     Signed-off-by: Wolfgang Denk <wd@denx.de>
33329
33330 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
33331 Author: Sergei Poselenov <sposelenov@emcraft.com>
33332 Date:   Wed Apr 30 11:42:50 2008 +0200
33333
33334     Initial support for "Socrates" board
33335
33336     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
33337
33338 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
33339 Author: Yuri Tikhonov <yur@emcraft.com>
33340 Date:   Thu May 8 15:46:42 2008 +0200
33341
33342     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
33343
33344     This way we become able to utilize the full post_log_word for POST
33345     activities (overwise, POST ECC, which has 0x8000 ID, could be
33346     erroneously treated as started in post_output_backlog() even if there
33347     was actually no POST ECC run (because of OCM POST failure, for
33348     example).
33349
33350     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
33351
33352 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
33353 Author: Yuri Tikhonov <yur@emcraft.com>
33354 Date:   Thu May 8 15:46:02 2008 +0200
33355
33356     POST: mark OCM test as POST_STOP
33357
33358     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33359
33360 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
33361 Author: Yuri Tikhonov <yur@emcraft.com>
33362 Date:   Thu May 8 15:45:26 2008 +0200
33363
33364     POST: add POST_STOP flag
33365
33366     Don't run futher tests in case of a test fails that is marked as
33367     POST_STOP.
33368
33369     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33370     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
33371
33372 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
33373 Author: Yuri Tikhonov <yur@emcraft.com>
33374 Date:   Thu May 8 15:44:16 2008 +0200
33375
33376     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
33377
33378     Switch the OCM testid with the codec one. The reason is that current
33379     implementation requires the POST_ROM testid to fit into lower 16
33380     bits, and the codec test will never run with POST_ROM hopefully.
33381
33382     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33383
33384 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
33385 Author: Yuri Tikhonov <yur@emcraft.com>
33386 Date:   Thu May 8 15:43:28 2008 +0200
33387
33388     lwmon5: enable OCM post test on lwmon5 board
33389
33390     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33391
33392 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
33393 Author: Yuri Tikhonov <yur@emcraft.com>
33394 Date:   Thu May 8 15:42:47 2008 +0200
33395
33396     POST: OCM test added.
33397
33398     Added OCM test to POST layer. This version runs before all other tests
33399     but doesn't yet interrupt post sequence on failure.
33400
33401     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33402     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
33403
33404 commit 6891260bdd935a382c95d9fa333922b0dfded68a
33405 Author: Yuri Tikhonov <yur@emcraft.com>
33406 Date:   Thu May 8 15:40:39 2008 +0200
33407
33408     POST: typo fix
33409
33410     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33411
33412 commit 727f63334676e760877d43bfb8f0e9331ac8b101
33413 Author: Hebbar <gururajakr@sanyo.co.in>
33414 Date:   Tue May 20 02:16:36 2008 -0700
33415
33416     common/usb.c: fix incorrect escape sequence
33417
33418     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
33419
33420 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
33421 Author: York Sun <yorksun@freescale.com>
33422 Date:   Thu May 15 15:26:27 2008 -0500
33423
33424     Fix 8313ERDB board configuration
33425
33426     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
33427     Correct TSEC1 vs TSEC2 assignment.
33428     Define ETHADDR and ETH1ADDR always.
33429
33430     Signed-off-by: York Sun <yorksun@freescale.com>
33431     Signed-off-by: Timur Tabi <timur@freescale.com>
33432
33433 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
33434 Author: Jon Loeliger <jdl@freescale.com>
33435 Date:   Mon May 19 09:47:25 2008 -0500
33436
33437     mpc86xx: Removed unused and unconfigured memory test code.
33438
33439     Besides, other common code exists.
33440
33441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33442
33443 commit 180a90abdae72587c0f679edf8991455e559440d
33444 Author: Wolfgang Denk <wd@denx.de>
33445 Date:   Mon May 19 12:47:11 2008 +0200
33446
33447     Release v1.3.3
33448
33449     Update CHANGELOG for release.
33450
33451     Signed-off-by: Wolfgang Denk <wd@denx.de>
33452
33453 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
33454 Author: Stefan Roese <sr@denx.de>
33455 Date:   Mon May 19 07:14:38 2008 +0200
33456
33457     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
33458
33459     When SATA is selected (via jumper J6) we need to disable the first PCIe
33460     node in the device tree, so that Linux doesn't initialize it. Otherwise
33461     the Linux SATA driver will fail to detect the devices.
33462
33463     The same goes the other way around too. So if PCIe is selected we need
33464     to disable the SATA node in the device tree.
33465
33466     This is because PCIe port 0 and SATA on 460EX share the same pins
33467     (multiplexed) and we have to configure in U-Boot which peripheral is
33468     enabled.
33469
33470     Signed-off-by: Stefan Roese <sr@denx.de>
33471
33472 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
33473 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33474 Date:   Sun May 18 19:09:58 2008 +0200
33475
33476     i386: Fix multiple definitions of __show_boot_progress
33477
33478     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33479
33480 commit 311f3446930c1e64c12026c1cfd00500b05be52d
33481 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33482 Date:   Sun May 18 19:09:57 2008 +0200
33483
33484     sc530_spunk: add missing SOBJS entry
33485
33486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33487
33488 commit a559317143b4f95927b08cd388707e6f077e95fa
33489 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33490 Date:   Sun May 18 19:09:56 2008 +0200
33491
33492     sc520_spunk: Fix flash
33493
33494     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
33495     flash.c:398: error: label at end of compound statement
33496
33497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33498
33499 commit 91f221317af64191ee8caf303ea9305943158691
33500 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33501 Date:   Sun May 18 19:09:49 2008 +0200
33502
33503     drivers/pcmcia: add missing i82365
33504
33505     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33506
33507 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
33508 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33509 Date:   Sun May 18 19:09:47 2008 +0200
33510
33511     i386/bootm: remove unused var
33512
33513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33514
33515 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
33516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33517 Date:   Sun May 18 19:09:45 2008 +0200
33518
33519     example/gitignore: update with all generated examples
33520
33521     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33522
33523 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
33524 Author: Wolfgang Denk <wd@denx.de>
33525 Date:   Thu May 15 00:42:45 2008 +0200
33526
33527     TQM8272: fix out-of-tree building
33528
33529     ...and add to MAKEALL script
33530
33531     Signed-off-by: Wolfgang Denk <wd@denx.de>
33532
33533 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
33534 Author: Wolfgang Denk <wd@denx.de>
33535 Date:   Wed May 14 23:34:53 2008 +0200
33536
33537     environment: fix bug introduced by commit a8409f4f1ac8
33538
33539     env_get_char is not a function, but a pointer to one.
33540
33541     Signed-off-by: Wolfgang Denk <wd@denx.de>
33542
33543 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
33544 Author: Gary Jennejohn <garyj@denx.de>
33545 Date:   Wed May 14 13:39:22 2008 +0200
33546
33547     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
33548
33549     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
33550     use a redundant environment.
33551
33552     Signed-off-by: Gary Jennejohn <garyj@denx.de>
33553
33554 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
33555 Author: Wolfgang Denk <wd@denx.de>
33556 Date:   Wed May 14 13:55:30 2008 +0200
33557
33558     Fix config files for out-of-tree building
33559
33560     Several board/<...>/config.mk files include dynamically built (by
33561     the Makefile) config files but used the wrong file name of
33562         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
33563     instead if the correct
33564         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
33565
33566     The bug is nasty because the build result is correct for the (normal)
33567     in-tree builds, and because 'sinclude' is used no errors get raised
33568     even for out-of-tree build tests. But out-of-tree builds use an
33569     incomplete and thus usually incorrect configuration...
33570
33571     Signed-off-by: Wolfgang Denk <wd@denx.de>
33572
33573 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
33574 Author: Stefan Roese <sr@denx.de>
33575 Date:   Wed May 14 13:40:03 2008 +0200
33576
33577     ppc4xx: Fix bogus Canyonlands config.mk
33578
33579     This patch fixes the canyonlands config.mk file to enable correct
33580     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
33581
33582     Signed-off-by: Stefan Roese <sr@denx.de>
33583
33584 commit fdd1247a66d788a3446244f6fde9955a93c26322
33585 Author: Stefan Roese <sr@denx.de>
33586 Date:   Wed May 14 10:32:32 2008 +0200
33587
33588     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
33589
33590     Canyonlands has a file ddr2_fixed.c which needs special treatment when
33591     building in separate directory. It has to be linked to build directory
33592     otherwise it is not seen.
33593
33594     Signed-off-by: Stefan Roese <sr@denx.de>
33595
33596 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
33597 Author: Wolfgang Denk <wd@denx.de>
33598 Date:   Wed May 14 12:22:49 2008 +0200
33599
33600     environment: cleanup prototype declarations of env functions.
33601
33602     Signed-off-by: Wolfgang Denk <wd@denx.de>
33603
33604 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
33605 Author: Wolfgang Denk <wd@denx.de>
33606 Date:   Wed May 14 12:21:48 2008 +0200
33607
33608     linkstation_HGLAN: Fix out of tree building.
33609
33610     Signed-off-by: Wolfgang Denk <wd@denx.de>
33611
33612 commit 085551c05ca09e6c491ea11a1c6727a36776a545
33613 Author: Stefan Roese <sr@denx.de>
33614 Date:   Wed May 14 10:32:32 2008 +0200
33615
33616     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
33617
33618     Canyonlands has a file ddr2_fixed.c which needs special treatment when
33619     building in separate directory. It has to be linked to build directory
33620     otherwise it is not seen.
33621
33622     Signed-off-by: Stefan Roese <sr@denx.de>
33623
33624 commit 1510b82d50615f344e89d42533e8224cce067dc0
33625 Author: Wolfgang Denk <wd@denx.de>
33626 Date:   Tue May 13 23:15:52 2008 +0200
33627
33628     Makefile: fix "error: version_autogenerated.h: No such file or directory"
33629
33630     Signed-off-by: Wolfgang Denk <wd@denx.de>
33631
33632 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
33633 Author: Stelian Pop <stelian@popies.net>
33634 Date:   Tue May 13 17:31:24 2008 +0200
33635
33636     Cleanup nand_info[] declaration.
33637
33638     The nand_info array is declared as extern in several .c files.
33639     Those days, nand.h contains a reference to the array, so there is
33640     no need to declare it elsewhere.
33641
33642     Signed-off-by: Stelian Pop <stelian@popies.net>
33643     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33644
33645 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
33646 Author: Stefan Roese <sr@denx.de>
33647 Date:   Tue May 13 20:22:01 2008 +0200
33648
33649     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
33650
33651     Signed-off-by: Stefan Roese <sr@denx.de>
33652
33653 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
33654 Author: Wolfgang Denk <wd@denx.de>
33655 Date:   Mon May 12 01:11:21 2008 +0200
33656
33657     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
33658
33659     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
33660     which broke many PowerPC boards.
33661
33662 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
33663 Author: Wolfgang Denk <wd@denx.de>
33664 Date:   Mon May 12 00:56:28 2008 +0200
33665
33666     Revert "Avoid initrd and logbuffer area overlaps"
33667
33668     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
33669     which breaks building on all PPC boards that don't use a log buffer.
33670
33671 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
33672 Author: Nick Spence <nick.spence@freescale.com>
33673 Date:   Sat May 10 14:02:04 2008 -0700
33674
33675     Fix offset calculation for multi-type legacy images.
33676
33677     Calculation of tail was incorrect when size % 4 == 0.
33678
33679     New code removes the conditional and does the same thing but with arithmetic
33680
33681     Signed-off-by: Nick Spence <nick.spence@freescale.com>
33682
33683 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
33684 Author: Wolfgang Denk <wd@denx.de>
33685 Date:   Mon May 12 00:40:58 2008 +0200
33686
33687     Revert "Change env_get_char from a global function ptr to a function."
33688
33689     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
33690     which is known to break booting from dataflash and NAND.
33691
33692 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
33693 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33694 Date:   Sun May 11 23:13:57 2008 +0200
33695
33696     API: remove duplicate syscall check
33697
33698     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33699
33700 commit 67e3beb52c320b0a31cf030716c99392cde2d532
33701 Author: Stelian Pop <stelian@popies.net>
33702 Date:   Fri May 9 21:46:51 2008 +0200
33703
33704     AT91: Cleanup unused config header file definitions.
33705
33706     CONFIG_ENV_OVERWRITE is commented out in the config header files,
33707     so let's cleanup the files by removing the whole definition.
33708
33709     Signed-off-by: Stelian Pop <stelian@popies.net>
33710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33711
33712 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
33713 Author: Stelian Pop <stelian@popies.net>
33714 Date:   Thu May 8 14:52:34 2008 +0200
33715
33716     Support AT91CAP9 revC CPUs
33717
33718     The AT91CAP9 revC CPU has a few differences over the previous,
33719     revB CPU which was distributed in small quantities only (revA was
33720     an internal Atmel product only).
33721
33722     The revC silicon needs a special initialisation sequence to
33723     switch from the internal (imprecise) RC oscillator to the
33724     external 32k clock.
33725
33726     Signed-off-by: Stelian Pop <stelian@popies.net>
33727     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33728
33729 commit 098b7b4b441b12c2a64dd517930f43c793542759
33730 Author: Stelian Pop <stelian@popies.net>
33731 Date:   Thu May 8 14:52:33 2008 +0200
33732
33733     Use custom logo for Atmel boards
33734
33735     This patch adds a custom vendor logo for the Atmel AT91 boards.
33736
33737     Signed-off-by: Stelian Pop <stelian@popies.net>
33738     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33739
33740 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
33741 Author: Stelian Pop <stelian@popies.net>
33742 Date:   Thu May 8 14:52:32 2008 +0200
33743
33744     AT91SAM9RLEK: hook up the ATMEL LCD driver
33745
33746     This patch makes the necessary adaptations (PIO configurations and
33747     defines in config header file) to hook up the Atmel LCD driver to the
33748     AT91SAM9RLEK board.
33749
33750     Signed-off-by: Stelian Pop <stelian@popies.net>
33751     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33752
33753 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
33754 Author: Stelian Pop <stelian@popies.net>
33755 Date:   Thu May 8 14:52:31 2008 +0200
33756
33757     AT91SAM9263EK: hook up the ATMEL LCD driver
33758
33759     This patch makes the necessary adaptations (PIO configurations and
33760     defines in config header file) to hook up the Atmel LCD driver to the
33761     AT91SAM9263EK board.
33762
33763     Signed-off-by: Stelian Pop <stelian@popies.net>
33764     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33765
33766 commit 820f2a958325061a446115f3035e48e4726b3390
33767 Author: Stelian Pop <stelian@popies.net>
33768 Date:   Thu May 8 14:52:30 2008 +0200
33769
33770     AT91SAM9261EK: hook up the ATMEL LCD driver
33771
33772     This patch makes the necessary adaptations (PIO configurations and
33773     defines in config header file) to hook up the Atmel LCD driver to the
33774     AT91SAM9261EK board.
33775
33776     Signed-off-by: Stelian Pop <stelian@popies.net>
33777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33778
33779 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
33780 Author: Stelian Pop <stelian@popies.net>
33781 Date:   Thu May 8 14:52:29 2008 +0200
33782
33783     AT91CAP9ADK: hook up the ATMEL LCD driver
33784
33785     This patch makes the necessary adaptations (PIO configurations and
33786     defines in config header file) to hook up the Atmel LCD driver to the
33787     AT91CAP9ADK board.
33788
33789     Signed-off-by: Stelian Pop <stelian@popies.net>
33790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33791
33792 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
33793 Author: Stelian Pop <stelian@popies.net>
33794 Date:   Fri May 9 21:57:18 2008 +0200
33795
33796     Add ATMEL LCD driver
33797
33798     This patch adds support for the ATMEL LCDC driver which is used on some
33799     AT91 and AVR platforms.
33800
33801     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
33802     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
33803
33804     Signed-off-by: Stelian Pop <stelian@popies.net>
33805     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33806
33807 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
33808 Author: Stelian Pop <stelian@popies.net>
33809 Date:   Thu May 8 18:52:25 2008 +0200
33810
33811     AT91SAM9RLEK support
33812
33813     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
33814     board.
33815
33816     Signed-off-by: Stelian Pop <stelian@popies.net>
33817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33818
33819 commit 8e429b3eee23927c1222679f6b6f53667b21595c
33820 Author: Stelian Pop <stelian@popies.net>
33821 Date:   Thu May 8 18:52:23 2008 +0200
33822
33823     AT91SAM9263EK support
33824
33825     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
33826     board.
33827
33828     Signed-off-by: Stelian Pop <stelian@popies.net>
33829     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33830
33831 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
33832 Author: Stelian Pop <stelian@popies.net>
33833 Date:   Thu May 8 20:52:22 2008 +0200
33834
33835     AT91SAM9261EK support
33836
33837     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
33838     board.
33839
33840     Signed-off-by: Stelian Pop <stelian@popies.net>
33841     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33842
33843 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
33844 Author: Stelian Pop <stelian@popies.net>
33845 Date:   Thu May 8 20:52:21 2008 +0200
33846
33847     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
33848
33849     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
33850     in order to cope with the changes in DataFlash partitionning scheme
33851     (cset c3a60cb3).
33852
33853     Signed-off-by: Stelian Pop <stelian@popies.net>
33854     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33855
33856 commit 96996ac25d5222611a8888968db6e53a6d3726da
33857 Author: Stelian Pop <stelian@popies.net>
33858 Date:   Thu May 8 20:52:20 2008 +0200
33859
33860     AT91SAM9260EK: Normalize BOOTARGS
33861
33862     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
33863     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
33864     variable.
33865
33866     Signed-off-by: Stelian Pop <stelian@popies.net>
33867     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33868
33869 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
33870 Author: Stelian Pop <stelian@popies.net>
33871 Date:   Thu May 8 20:52:19 2008 +0200
33872
33873     AT91SAM9260EK: Normalize SPI timings
33874
33875     This patch changes the SPI timings to closely match the ones
33876     used by the Linux kernel and the Atmel's own bootstrap project.
33877
33878     Signed-off-by: Stelian Pop <stelian@popies.net>
33879     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33880
33881 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
33882 Author: Stelian Pop <stelian@popies.net>
33883 Date:   Thu May 8 20:52:18 2008 +0200
33884
33885     AT91SAM9260EK: Handle 8 or 16 bit NAND
33886
33887     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
33888     makes the support configurable in the board config header file
33889     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
33890
33891     Signed-off-by: Stelian Pop <stelian@popies.net>
33892     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33893
33894 commit ab52640fc01624e208424e527af0b7b3a5a65a12
33895 Author: Stelian Pop <stelian@popies.net>
33896 Date:   Thu May 8 20:52:17 2008 +0200
33897
33898     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
33899
33900     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
33901     in order to cope with the changes in DataFlash partitionning scheme
33902     (cset c3a60cb3).
33903
33904     Signed-off-by: Stelian Pop <stelian@popies.net>
33905     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33906
33907 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
33908 Author: Stelian Pop <stelian@popies.net>
33909 Date:   Thu May 8 20:52:16 2008 +0200
33910
33911     AT91CAP9ADK: Normalize BOOTARGS
33912
33913     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
33914     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
33915     variable.
33916
33917     Signed-off-by: Stelian Pop <stelian@popies.net>
33918     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33919
33920 commit 93da48b910511911ce110656e17ed733c8ac4c45
33921 Author: Stelian Pop <stelian@popies.net>
33922 Date:   Thu May 8 20:52:15 2008 +0200
33923
33924     AT91CAP9ADK: Normalize SPI timings
33925
33926     This patch changes the SPI timings to closely match the ones
33927     used by the Linux kernel and the Atmel's own bootstrap project.
33928
33929     Signed-off-by: Stelian Pop <stelian@popies.net>
33930     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33931
33932 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
33933 Author: Stelian Pop <stelian@popies.net>
33934 Date:   Thu May 8 20:52:14 2008 +0200
33935
33936     AT91CAP9ADK: Handle 8 or 16 bit NAND
33937
33938     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
33939     makes the support configurable in the board config header file
33940     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
33941
33942     Signed-off-by: Stelian Pop <stelian@popies.net>
33943     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33944
33945 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
33946 Author: Stelian Pop <stelian@popies.net>
33947 Date:   Thu May 8 20:52:13 2008 +0200
33948
33949     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
33950
33951     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
33952     below avoids the duplication of u-boot.lds by putting the file in the
33953     cpu directory instead of the board one.
33954
33955     Signed-off-by: Stelian Pop <stelian@popies.net>
33956     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33957
33958 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
33959 Author: Stelian Pop <stelian@popies.net>
33960 Date:   Thu May 8 20:52:12 2008 +0200
33961
33962     Add proper copyright notices in Atmel boards Makefiles
33963
33964     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
33965     copyright notice. This patch adds the missing pieces.
33966
33967     Signed-off-by: Stelian Pop <stelian@popies.net>
33968     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33969
33970 commit e817a042cef6164bf26fee86f90326f2ec9e6745
33971 Author: Stelian Pop <stelian@popies.net>
33972 Date:   Thu May 8 20:52:11 2008 +0200
33973
33974     Add copyright information in Atmel boards partition.c
33975
33976     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
33977     the new created files. This patch fixes the problem.
33978
33979     Signed-off-by: Stelian Pop <stelian@popies.net>
33980     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33981
33982 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
33983 Author: Stelian Pop <stelian@popies.net>
33984 Date:   Thu May 8 20:52:10 2008 +0200
33985
33986     Update origin and copyright information in arch-at91sam9 header files
33987
33988     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
33989     copied from the Linux kernel sources. This patch explicitly specifies
33990     this origin for all the copied headers, and for those missing copyright
33991     information, adds it.
33992
33993     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
33994     in the latest kernel sources by 'at91sam9_smc.h'.
33995
33996     The copyright information has been confirmed by the AT91 Linux kernel
33997     maintainer, Andrew Victor <avictor.za@gmail.com>.
33998
33999     Signed-off-by: Stelian Pop <stelian@popies.net>
34000     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34001
34002 commit 79dd1712689d6a5031d7cbff54957049680751c7
34003 Author: Markus Klotzbücher <mk@denx.de>
34004 Date:   Thu May 8 16:00:55 2008 +0200
34005
34006     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
34007
34008     When using dhcp/bootp the "netmask" environment variable is not set
34009     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
34010     desireable, so the following patch adds this this option to the board
34011     config.
34012
34013     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34014     Signed-off-by: Stefan Roese <sr@denx.de>
34015
34016 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
34017 Author: Stefan Roese <sr@denx.de>
34018 Date:   Sat May 10 10:30:36 2008 +0200
34019
34020     ppc4xx: Update Makalu defconfig to use device-tree booting as default
34021
34022     This patch reworks the default environment on Makalu. Now "net_nfs" for
34023     example uses the device-tree style booting formerly know as "net_nfs_fdt".
34024     Also the addresses in RAM were changed because of the new image booting
34025     support, which check for image overwriting. So the addresses needed to
34026     get adjusted.
34027
34028     Signed-off-by: Stefan Roese <sr@denx.de>
34029
34030 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
34031 Author: Becky Bruce <bgill@freescale.com>
34032 Date:   Wed May 7 13:28:16 2008 -0500
34033
34034     PPC: fix map_physmem build warning
34035
34036     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
34037     enabled.  This quiets the warning.
34038
34039     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
34040
34041 commit 36f32675f40292002ee1fed252c180a43022d2d4
34042 Author: Becky Bruce <bgill@freescale.com>
34043 Date:   Wed May 7 13:24:57 2008 -0500
34044
34045     Update pci code to use phys_addr_t
34046
34047     Physical addrs need to be represented by phys_addr_t, not
34048     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
34049     are going to fail mightily.
34050
34051     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34052
34053 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
34054 Author: Nick Spence <nick.spence@freescale.com>
34055 Date:   Thu May 8 22:32:22 2008 -0700
34056
34057     Support legacy multi-type images without FDT section.
34058
34059     This patch enables legacy multi-type images containing only a Linux kernel
34060     and root file system to be loaded, maintaining compatibility with previous
34061     versions of u-boot.
34062
34063     This is required when using old image files such as a Linux 2.4 kernel /
34064     filesystem.
34065
34066     Signed-off-by: Nick Spence <nick.spence@freescale.com>
34067     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
34068
34069 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
34070 Author: Wolfgang Denk <wd@denx.de>
34071 Date:   Sat May 10 00:38:02 2008 +0200
34072
34073     Update CHANGELOG.
34074
34075     Signed-off-by: Wolfgang Denk <wd@denx.de>
34076
34077 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
34078 Author: Wolfgang Denk <wd@denx.de>
34079 Date:   Sat May 10 00:36:09 2008 +0200
34080
34081     post/cpu/ppc4xx/Makefile: line length cleanup
34082
34083     Signed-off-by: Wolfgang Denk <wd@denx.de>
34084
34085 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
34086 Author: Stelian Pop <stelian@popies.net>
34087 Date:   Thu May 8 22:52:09 2008 +0200
34088
34089     Fix @ -> <at> substitution
34090
34091     When applying the AT91CAP9 patches upstream, something transformed
34092     the '@' character into the ' <at> ' sequence.
34093
34094     The patch below restores the original form in all the places where
34095     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
34096     were copied from AT91CAP9, and a couple of other files where the
34097     ' <at> ' sequence was present).
34098
34099     Signed-off-by: Stelian Pop <stelian@popies.net>
34100
34101 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
34102 Author: Stelian Pop <stelian@popies.net>
34103 Date:   Thu May 8 22:52:10 2008 +0200
34104
34105     Update origin and copyright information in arch-at91sam9 header files
34106
34107     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
34108     copied from the Linux kernel sources. This patch explicitly specifies
34109     this origin for all the copied headers, and for those missing copyright
34110     information, adds it.
34111
34112     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
34113     in the latest kernel sources by 'at91sam9_smc.h'.
34114
34115     The copyright information has been confirmed by the AT91 Linux kernel
34116     maintainer, Andrew Victor <avictor.za@gmail.com>.
34117
34118     Signed-off-by: Stelian Pop <stelian@popies.net>
34119
34120 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
34121 Author: Stelian Pop <stelian@popies.net>
34122 Date:   Thu May 8 22:52:11 2008 +0200
34123
34124     Add copyright information in Atmel boards partition.c
34125
34126     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
34127     the new created files. This patch fixes the problem.
34128
34129     Signed-off-by: Stelian Pop <stelian@popies.net>
34130
34131 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
34132 Author: Guennadi Liakhovetski <lg@denx.de>
34133 Date:   Thu May 8 10:09:27 2008 +0200
34134
34135     mx31ads: fix 32kHz clock handling
34136
34137     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
34138     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
34139     Also fix a typo when verifying a jumper configuration. While at it, make
34140     two needlessly global functions static.
34141
34142     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34143
34144 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
34145 Author: Marian Balakowicz <m8@semihalf.com>
34146 Date:   Wed May 7 13:10:04 2008 +0200
34147
34148     Avoid initrd and logbuffer area overlaps
34149
34150     Add logbuffer to reserved LMB areas to prevent initrd allocation
34151     from overlaping with it.
34152
34153     Make sure to use correct logbuffer base address.
34154
34155     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34156
34157 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
34158 Author: Marian Balakowicz <m8@semihalf.com>
34159 Date:   Wed May 7 13:08:54 2008 +0200
34160
34161     ppc: Cleanup get_effective_memsize() use
34162
34163     Removed duplicated effective memory size calculation code.
34164
34165     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34166
34167 commit 273c37d843d5b581090378016cd12dd9c586907b
34168 Author: Marian Balakowicz <m8@semihalf.com>
34169 Date:   Wed May 7 09:03:53 2008 +0200
34170
34171     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
34172
34173     Recent modifcations to LOGBUFFER handling code were incorrecly
34174     introduced to fit_check_kernel() routine during
34175     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
34176     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
34177
34178     This patch cleans up this merge issue.
34179
34180     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34181
34182 commit bc11756daff89a3de09ca80adac962b88cf06e6e
34183 Author: Grant Erickson <gerickson@nuovations.com>
34184 Date:   Tue May 6 20:16:15 2008 -0700
34185
34186     Propagate Error Status to the Shell on fw_printenv Errors
34187
34188     Changed implementation such that fw_printenv returns failure status
34189     when one or more specified variables do not exist or when incorrect
34190     command syntax is used.
34191
34192     This aids scripting fw_printenv such that the script can key of the
34193     return status rather than relying on standard error "scraping".
34194
34195     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34196     Signed-off-by: Wolfgang Denk <wd@denx.de>
34197
34198 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
34199 Author: Grant Erickson <gerickson@nuovations.com>
34200 Date:   Tue May 6 16:18:00 2008 -0700
34201
34202     Fix Compilation Errors with 'tools/env/fw_printenv'
34203
34204     In the current top-of-tree, 1.3.3.-rc2, the optional tool
34205     'tools/env/fw_printenv' fails to compile for two reasons:
34206
34207     1) The header watchdog.h cannot be found.
34208     2) The header zlib.h is picked up from the tool chain rather than the
34209        project causing a prototype conflict for crc32.
34210
34211     This patch addresses both of these issues.
34212
34213     Platforms Tested On:
34214     - AMCC "Kilauea"
34215
34216     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34217
34218 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
34219 Author: James Yang <James.Yang@freescale.com>
34220 Date:   Mon May 5 10:22:53 2008 -0500
34221
34222     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
34223
34224     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
34225     work before relocating to RAM because command history is written into
34226     a global array that is not writable before relocation.  This patch
34227     defers to the no-editing and no-history code in readline_into_buffer()
34228     if it is called before relocation.
34229
34230     Signed-off-by: James Yang <James.Yang@freescale.com>
34231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34232
34233 commit 726c0f1e5f108dccea052965123b95837d2bd402
34234 Author: Detlev Zundel <dzu@denx.de>
34235 Date:   Mon May 5 16:11:22 2008 +0200
34236
34237     cosmetic: Adjust coding style for switch statements to be consistent
34238
34239     Signed-off-by: Detlev Zundel <dzu@denx.de>
34240
34241 commit 574b319512b13e10800f0045e39b993f4ca25e42
34242 Author: Detlev Zundel <dzu@denx.de>
34243 Date:   Mon May 5 16:11:21 2008 +0200
34244
34245     Fix disk type output in disk/part.c
34246
34247     Signed-off-by: Detlev Zundel <dzu@denx.de>
34248
34249 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
34250 Author: Vlad Lungu <vlad.lungu@windriver.com>
34251 Date:   Mon May 5 14:20:03 2008 +0300
34252
34253     Mail address change, documentation modified
34254
34255     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
34256
34257 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
34258 Author: Michal Simek <monstr@monstr.eu>
34259 Date:   Sun May 4 15:42:41 2008 +0200
34260
34261     microblaze: Repare intc handling
34262
34263     Signed-off-by: Michal Simek <monstr@monstr.eu>
34264
34265 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
34266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34267 Date:   Sun May 4 15:17:52 2008 +0200
34268
34269     include/gitignore: update to all architectures
34270
34271     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34272
34273 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
34274 Author: Marcel Ziswiler <marcel@ziswiler.com>
34275 Date:   Mon May 5 02:12:06 2008 +0200
34276
34277     ide: Remove spurious second include of io.h
34278
34279     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
34280
34281     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34282
34283 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
34284 Author: Adrian Filipi <adrian.filipi@eurotech.com>
34285 Date:   Tue May 6 16:46:37 2008 -0400
34286
34287     Fix some typos
34288
34289     This patch fixes three typos.
34290     The first is a repetition of CONFIG_CMD_BSP.
34291     The second makes the #endif comment match its #if.
34292     The third is a spelling error.
34293
34294     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
34295
34296 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
34297 Author: Grant Erickson <gerickson@nuovations.com>
34298 Date:   Sun May 4 16:45:01 2008 -0700
34299
34300     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
34301
34302     Add support for the recognition of 'powerpc' as an alias for the PowerPC
34303     architecture type since Linux is already trending in that direction,
34304     preferring 'powerpc' to 'ppc'.
34305
34306     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34307
34308 commit f5a24259190c388c2527bdc49fee34577d862cc7
34309 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
34310 Date:   Fri May 2 13:35:15 2008 -0700
34311
34312     7450 and 86xx L2 cache invalidate bug corrections
34313
34314     The 7610 and related parts have an L2IP bit in the L2CR that is
34315     monitored to signal when the L2 cache invalidate is complete whereas the
34316     7450 and related parts utilize L2I for this purpose. However, the
34317     current code does not account for this difference. Additionally the 86xx
34318     L2 cache invalidate code used an "andi" instruction where an "andis"
34319     instruction should have been used.
34320
34321     This patch addresses both of these bugs.
34322
34323     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
34324     Acked-By: Jon Loeliger <jdl@freescale.com>
34325
34326 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
34327 Author: Wolfgang Denk <wd@denx.de>
34328 Date:   Fri May 9 10:16:13 2008 +0200
34329
34330     Avoid infinite loop "Generating include/autoconf.mk"
34331
34332     Fix a bogus circular dependency that caused an infinite loop of
34333     "Generating include/autoconf.mk" again and again.
34334
34335     Signed-off-by: Wolfgang Denk <wd@denx.de>
34336
34337 commit 567fb852178dbf59529d7301620a3f3732a4b02d
34338 Author: Stelian Pop <stelian@popies.net>
34339 Date:   Thu May 8 22:52:09 2008 +0200
34340
34341     Fix @ -> <at> substitution
34342
34343     When applying the AT91CAP9 patches upstream, something transformed
34344     the '@' character into the ' <at> ' sequence.
34345
34346     The patch below restores the original form in all the places where
34347     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
34348     were copied from AT91CAP9, and a couple of other files where the
34349     ' <at> ' sequence was present).
34350
34351     Signed-off-by: Stelian Pop <stelian@popies.net>
34352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34353
34354 commit 73ccb3410a0785593cda7aee455dfc51f790e281
34355 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
34356 Date:   Mon Apr 28 14:04:32 2008 +0200
34357
34358     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
34359
34360     Signed-off-by: Gary Jennejohn <garyj@denx.de>
34361     Signed-off-by: Stefan Roese <sr@denx.de>
34362
34363 commit ef2642625cbfb1c3695e3478d08ae515052a4950
34364 Author: Stefan Roese <sr@denx.de>
34365 Date:   Thu May 8 11:10:46 2008 +0200
34366
34367     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
34368
34369     Signed-off-by: Stefan Roese <sr@denx.de>
34370
34371 commit a00eccfebc954ad9485161efeca7d9aaf626d530
34372 Author: Stefan Roese <sr@denx.de>
34373 Date:   Thu May 8 11:05:15 2008 +0200
34374
34375     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
34376
34377     This patch adds fdt (flattened device tree) support to all remaining AMCC
34378     eval boards. Most newer boards already support device tree. With this patch,
34379     all AMCC boards now enable device tree passing from U-Boot to Linux
34380     arch/powerpc kernels.
34381
34382     Signed-off-by: Stefan Roese <sr@denx.de>
34383
34384 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
34385 Author: Stefan Roese <sr@denx.de>
34386 Date:   Thu May 8 11:01:09 2008 +0200
34387
34388     ppc4xx: Add weak default ft_board_setup() routine
34389
34390     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
34391     This routine is defined as weak and can be overwritten by a board specific
34392     one if needed.
34393
34394     Signed-off-by: Stefan Roese <sr@denx.de>
34395
34396 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
34397 Author: Stefan Roese <sr@denx.de>
34398 Date:   Thu May 8 10:48:58 2008 +0200
34399
34400     ppc4xx: acadia: Add fdt support and fix section overlap problem
34401
34402     This patch adds fdt (flattened device tree) support to the AMCC
34403     Acadia eval board. This increases the image size and it doesn't
34404     fit anymore into 256kByte. Since we didn't want to remove features
34405     from the configuration, we decided to increase the U-Boot image size
34406     (add one flash sector).
34407
34408     Also changed the default environment definition to make it
34409     independent of such changes.
34410
34411     Signed-off-by: Stefan Roese <sr@denx.de>
34412
34413 commit 4adb3023de75bc150f088c8935db340930ad38c8
34414 Author: Ira Snyder <iws@ovro.caltech.edu>
34415 Date:   Tue Apr 29 11:18:54 2008 -0700
34416
34417     ppc4xx: Add device tree support to AMCC Yosemite
34418
34419     Add support for booting with a device tree blob. This is needed to boot
34420     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
34421     via the ethaddr variable.
34422
34423     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
34424     Signed-off-by: Stefan Roese <sr@denx.de>
34425
34426 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
34427 Author: Dave Mitchell <dmitchell@amcc.com>
34428 Date:   Wed May 7 09:00:23 2008 -0700
34429
34430     ppc4xx: Fix typos in 460GT/EX FBDV array
34431
34432     Corrected two typos in the 460GT/EX FBDV array.
34433
34434     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
34435     Signed-off-by: Stefan Roese <sr@denx.de>
34436
34437 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
34438 Author: Andy Fleming <afleming@freescale.com>
34439 Date:   Wed May 7 16:54:31 2008 -0500
34440
34441     85xx: Limit CPU2 workaround to parts that have the errata
34442
34443     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
34444     Signed-off-by: Andy Fleming <afleming@freescale.com>
34445
34446 commit a5fe514e8ace564300d2c1d73846ddff49654243
34447 Author: Lee Nipper <lee.nipper@freescale.com>
34448 Date:   Fri Apr 25 15:44:45 2008 -0500
34449
34450     mpc83xx: system performance settings for MPC8349EMDS.
34451
34452     These same settings are used on MPC8349ITX, and
34453     improve performance on MPC8349EMDS.
34454
34455     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
34456     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34457
34458 commit 49387dba910e485640b575e920ee463b7e611dc3
34459 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34460 Date:   Tue May 6 13:22:52 2008 +0900
34461
34462     [MIPS] cpu/mips/cache.S: Fix build warning
34463
34464     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
34465     warns illegal global symbol references by bal (and jal also) instruction.
34466     This does not happen with the latest binutils v2.18.
34467
34468     Here's an example on gth2_config:
34469
34470     mips_4KC-gcc  -D__ASSEMBLY__ -g  -Os   -D__KERNEL__ -DTEXT_BASE=0x90000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isy
34471     stem /opt/eldk311/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe  -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4k
34472     c -EB -c -o cache.o cache.S
34473     cache.S: Assembler messages:
34474     cache.S:243: Warning: Pretending global symbol used as branch target is local.
34475     cache.S:250: Warning: Pretending global symbol used as branch target is local.
34476
34477     In principle, gas might be sensitive to global symbol references in PIC
34478     code because they should be processed through GOT (global offset table).
34479     But if `bal' instruction is used, it results in PC-based offset jump.
34480     This is the cause of this warning.
34481
34482     In practice, we know it doesn't matter whether PC-based reference or GOT-
34483     based. As for this case, both will work before/after relocation. But let's
34484     fix the code.
34485
34486     This patch explicitly sets up a target address, then jump there.
34487     Here's an example of disassembled code with/without this patch.
34488
34489      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
34490      9000066c:       ac80fffc        sw      zero,-4(a0)
34491      90000670:       01402821        move    a1,t2
34492     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
34493     -90000678:       01803021        move    a2,t4
34494     -9000067c:       01602821        move    a1,t3
34495     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
34496     -90000684:       01a03021        move    a2,t5
34497     -90000688:       03000008        jr      t8
34498     -9000068c:       00000000        nop
34499     +90000674:       01803021        move    a2,t4
34500     +90000678:       8f8f83ec        lw      t7,-31764(gp)
34501     +9000067c:       01e0f809        jalr    t7
34502     +90000680:       00000000        nop
34503     +90000684:       01602821        move    a1,t3
34504     +90000688:       01a03021        move    a2,t5
34505     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
34506     +90000690:       01e0f809        jalr    t7
34507     +90000694:       00000000        nop
34508     +90000698:       03000008        jr      t8
34509     +9000069c:       00000000        nop
34510
34511     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34512
34513 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
34514 Author: Vlad Lungu <vlad.lungu@windriver.com>
34515 Date:   Mon May 5 14:04:00 2008 +0300
34516
34517     Allow building mips versions with ELDK 3.1.1
34518
34519     .gpword works only with local symbols on certain binutils versions
34520
34521     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
34522
34523 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
34524 Author: Wolfgang Denk <wd@denx.de>
34525 Date:   Mon May 5 12:52:36 2008 +0200
34526
34527     MAKEALL: add inka4x0 board
34528
34529     Signed-off-by: Wolfgang Denk <wd@denx.de>
34530
34531 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
34532 Author: Wolfgang Denk <wd@denx.de>
34533 Date:   Sun May 4 21:34:23 2008 +0200
34534
34535     kb9202 board: fix build problem.
34536
34537     Signed-off-by: Wolfgang Denk <wd@denx.de>
34538
34539 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
34540 Author: Wolfgang Denk <wd@denx.de>
34541 Date:   Sun May 4 12:10:33 2008 +0200
34542
34543     Prepare for v1.3.3-rc3
34544
34545     Update ChNAGELOG, minor white space cleanup.
34546
34547     Signed-off-by: Wolfgang Denk <wd@denx.de>
34548
34549 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
34550 Author: Wolfgang Denk <wd@denx.de>
34551 Date:   Sun May 4 00:35:15 2008 +0200
34552
34553     drivers/net/tsec.c: Fix typo.
34554
34555     Signed-off-by: Wolfgang Denk <wd@denx.de>
34556
34557 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
34558 Author: Mike Frysinger <vapier@gentoo.org>
34559 Date:   Fri May 2 21:45:12 2008 -0400
34560
34561     version_autogenerated.h: use printf rather than echo -n
34562
34563     Some systems are dumb and do not implement the -n flag to echo (like OS X).
34564     Convert the Makefile to use printf as this should work everywhere.
34565
34566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34567     Signed-off-by: Wolfgang Denk <wd@denx.de>
34568
34569 commit 4acc2a108ad0a669165924704a6cb083f9138242
34570 Author: Mike Frysinger <vapier@gentoo.org>
34571 Date:   Fri May 2 18:17:50 2008 -0400
34572
34573     fix building when saveenv is disabled in some setups
34574
34575     If you enable environment in the flash, but disable the embedded
34576     option, and you disable the saveenv command, then the #if nested
34577     logic will trigger a compile failure:
34578     env_flash.c: In function 'env_relocate_spec':
34579     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
34580     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
34581
34582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34583
34584 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
34585 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
34586 Date:   Fri May 2 16:10:04 2008 -0400
34587
34588     SBC8548: fix address mask to allow 64M flash
34589
34590     Fix incorrect mask to enable all 64MB of onboard flash.
34591     Previously U-Boot incorrectly mapped only 8MB of flash, this
34592     patch correctly maps all the available flash.
34593
34594     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
34595
34596 commit 3648085c464c8c22ef76fab006ca4344d3796124
34597 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34598 Date:   Fri May 2 19:48:56 2008 +0200
34599
34600     qemu_mips: add README
34601
34602     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34603
34604 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
34605 Author: Marcel Ziswiler <marcel@ziswiler.com>
34606 Date:   Fri May 2 02:35:59 2008 +0200
34607
34608     Fix misspelled comment
34609
34610     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34611
34612 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
34613 Author: Mike Frysinger <vapier@gentoo.org>
34614 Date:   Thu May 1 04:13:05 2008 -0400
34615
34616     mkimage: make mmap() checks consistent
34617
34618     The mmap() related code is full of inconsistent casts/constants when
34619     it comes to error checking, and may break when building on some
34620     systems (like ones that do not implicitly define the caddr_t type).
34621     Let's just avoid the whole mess by writing the code nice and clean in
34622     the first place.
34623
34624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34625
34626 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
34627 Author: Marcel Ziswiler <marcel@ziswiler.com>
34628 Date:   Thu May 1 09:05:34 2008 +0200
34629
34630     Fix defined but not used build warning
34631
34632     - warning: 'srom' defined but not used
34633
34634     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34635
34636 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
34637 Author: Marcel Ziswiler <marcel@ziswiler.com>
34638 Date:   Thu May 1 09:05:26 2008 +0200
34639
34640     Fix implicit declaration build warnings
34641
34642     - warning: implicit declaration of function â€˜serial_initialize’
34643
34644     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34645
34646 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
34647 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34648 Date:   Tue Apr 29 19:18:32 2008 +0200
34649
34650     TSEC: add config options for VSC8601 RGMII PHY
34651
34652     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
34653     and Tx clock lines. They are configured using 2 bits in extended
34654     register 0x17.
34655     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
34656     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
34657
34658     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34659     Acked-by: Andy Fleming <afleming@freescale.com>
34660     Acked-by: Ben Warren <biggerbadderben@gmail.com>
34661     --
34662
34663      drivers/net/tsec.c |    6 ++++++
34664      drivers/net/tsec.h |    3 +++
34665      2 files changed, 9 insertions(+), 0 deletions(-)
34666
34667 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
34668 Author: Wolfgang Denk <wd@denx.de>
34669 Date:   Sat May 3 23:07:15 2008 +0200
34670
34671     Revert "ColdFire: Get information from the correct GCC"
34672
34673     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
34674     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
34675
34676 commit c4e5f52a58d278eebb87f476e353972c5dacea40
34677 Author: Wolfgang Denk <wd@denx.de>
34678 Date:   Sat May 3 22:25:00 2008 +0200
34679
34680     config.mk: use correct (cross) compiler
34681
34682     Some config.mk files reference $(CC) to test for specific tool chain
34683     features, so make sure $(CC) gets set before including any such
34684     config files.
34685
34686     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
34687     the correct GCC").
34688
34689     Signed-off-by: Wolfgang Denk <wd@denx.de>
34690
34691 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
34692 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34693 Date:   Thu May 1 02:13:44 2008 +0200
34694
34695     pxa: fix previous definition on cpu init
34696
34697     start.S:183:1: warning: "ICMR" redefined
34698     In file included from start.S:33:
34699     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
34700     start.S:187:1: warning: "RCSR" redefined
34701     ...
34702
34703     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34704
34705 commit 6d12e697de794d700767f22f950e3026ccf4daf6
34706 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34707 Date:   Thu May 1 02:13:43 2008 +0200
34708
34709     pxa: fix pcmcia operation on 'i' may be undefined
34710
34711     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34712     Signed-off-by: Wolfgang Denk <wd@denx.de>
34713
34714 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
34715 Author: Kumar Gala <galak@kernel.crashing.org>
34716 Date:   Wed Apr 30 16:24:35 2008 -0500
34717
34718     MPC8610HPCD: Drop -O2 from the build flags
34719
34720     Make the flags use -Os like all other boards
34721
34722     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34723
34724 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
34725 Author: Stefan Roese <sr@denx.de>
34726 Date:   Wed Apr 30 15:50:39 2008 +0200
34727
34728     RTC: Fix month offset by one problem in M41T62 RTC driver
34729
34730     This patch fixes a problem with the month being read and written
34731     incorrectly (offset by one). This only gets visible by also using
34732     the Linux driver (rtc-m41t80).
34733
34734     Tested on AMCC Canyonlands.
34735
34736     Signed-off-by: Stefan Roese <sr@denx.de>
34737
34738 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
34739 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34740 Date:   Sat May 3 13:51:44 2008 +0900
34741
34742     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
34743
34744     Current trick to pick up GNU assembler minor version uses a dot(.) as a
34745     delimiter, and take the second field to obtain minor version number. But
34746     as can be expected, this doesn't work with a version string which has
34747     dots more than needs.
34748
34749     Here's an example:
34750
34751     $ mips-linux-gnu-as --version | grep 'GNU assembler'
34752     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
34753     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
34754     2-129) 2
34755     $
34756
34757     This patch restricts the version format to 2.XX.XX... This will work
34758     in most cases.
34759
34760     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
34761     2.18.50.20080215
34762     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
34763     18
34764     $
34765
34766     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34767
34768 commit ea638951acead7f1086c908c0b9f086beab82a22
34769 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34770 Date:   Sat May 3 13:51:28 2008 +0900
34771
34772     [MIPS] cpu/mips/cache.S: Add dcache_enable
34773
34774     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
34775     "allow ports to override bootelf behavior") requires ports to have this
34776     function.
34777
34778     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34779     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34780
34781 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
34782 Author: Wolfgang Denk <wd@denx.de>
34783 Date:   Thu May 1 21:30:16 2008 +0200
34784
34785     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
34786
34787     Onenand needs a version of memcpy() which performs 16 bit accesses
34788     only; make sure the name does not conflict with the standard
34789     function.
34790
34791     Signed-off-by: Wolfgang Denk <wd@denx.de>
34792
34793 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
34794 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34795 Date:   Wed Apr 30 22:38:17 2008 +0200
34796
34797     cmd_nand: fix warning: str2long ncompatible pointer type
34798
34799     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34800
34801 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
34802 Author: Timur Tabi <timur@freescale.com>
34803 Date:   Fri Apr 4 11:16:11 2008 -0500
34804
34805     Fix calculation of I2C clock for some 86xx chips
34806
34807     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
34808     There is no pattern that can be used to determine which chips use which
34809     frequency, so the only way to determine is to look up the actual SOC
34810     designation and use the right value for that SOC.
34811
34812     Signed-off-by: Timur Tabi <timur@freescale.com>
34813
34814 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
34815 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34816 Date:   Wed Apr 30 12:11:19 2008 -0500
34817
34818     ColdFire: Fix ethernet hang issue for mcf547x_8x
34819
34820     The ethernet hang is caused by receiving buffer in DRAM is not
34821     yet ready due to access cycles require longer time in DRAM.
34822     Relocate DMA buffer descriptors from DRAM to internal SRAM.
34823
34824     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34825
34826 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
34827 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34828 Date:   Wed Apr 30 12:10:47 2008 -0500
34829
34830     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
34831
34832     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
34833     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34834
34835 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
34836 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34837 Date:   Wed Apr 30 12:10:23 2008 -0500
34838
34839     ColdFire: Get information from the correct GCC
34840
34841     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
34842     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34843
34844 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
34845 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
34846 Date:   Wed Apr 30 18:02:59 2008 +0200
34847
34848     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
34849
34850     Fix warnings
34851
34852     nv_nand.c: In function 'saveenv':
34853     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
34854     env_nand.c: In function 'env_relocate_spec':
34855     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
34856
34857     if compiled for davinci_schmoogie_config.
34858
34859     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
34860     Ack by: Sergey Kubushyn <ksi@koi8.net>
34861
34862 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
34863 Author: Anatolij Gustschin <agust@denx.de>
34864 Date:   Wed Apr 30 13:34:40 2008 +0200
34865
34866     Fix warnings while compiling net/net.c for MPC8610HPCD board
34867
34868     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
34869     causing overriding default -Os option. New gcc (ver. 4.2.2)
34870     produces warnings while compiling net/net.c file with -O2
34871     option. The patch is an attempt to fix this.
34872
34873     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34874
34875 commit 58b575e575c25fdf8c88141e145db201f3092149
34876 Author: Sascha Laue <Sascha.Laue@gmx.biz>
34877 Date:   Wed Apr 30 15:23:38 2008 +0200
34878
34879     lwmon5: fix offset error in sysmon0 POST
34880
34881     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
34882     Signed-off-by: Wolfgang Denk <wd@denx.de>
34883
34884 commit e7419b243a373de4ee042f7d4f45f66de787240d
34885 Author: Sascha Laue <Sascha.Laue@gmx.biz>
34886 Date:   Wed Apr 30 15:16:35 2008 +0200
34887
34888     lwmon5: fix manual merge error in POST
34889
34890     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
34891
34892 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
34893 Author: Wolfgang Denk <wd@denx.de>
34894 Date:   Wed Apr 30 17:46:26 2008 +0200
34895
34896     cmd_nand.c: fix another 'incompatible pointer type' warning.
34897
34898     Signed-off-by: Wolfgang Denk <wd@denx.de>
34899
34900 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
34901 Author: Wolfgang Denk <wd@denx.de>
34902 Date:   Wed Apr 30 17:25:07 2008 +0200
34903
34904     Makefile: fix parallel builds
34905
34906     This problem shows up with parallel builds only; it results in
34907     somewhat cryptic error messages like
34908
34909         $ JOBS=-j6 MAKEALL netstar
34910         Configuring for netstar board...
34911         arm-linux-ld: cannot find -lgeneric
34912         make[1]: *** [eeprom.srec] Error 1
34913
34914     A few boards (like netstar and voiceblue) need some libraries for
34915     building; however, the board Makefile does not contain any such
34916     dependencies which may cause problems with parallel builds. Adding
34917     such dependencies is difficult as we would also have to provide build
34918     rules, which already exist in the respective library Makefiles.
34919
34920     To solve this, we make sure that all libraries get built before the
34921     board code.
34922
34923     Signed-off-by: Wolfgang Denk <wd@denx.de>
34924
34925 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
34926 Author: Stefan Roese <sr@denx.de>
34927 Date:   Wed Apr 30 14:51:36 2008 +0200
34928
34929     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
34930
34931     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
34932     used for NAND booting to match the values needed for the new 512MB
34933     DIMM modules shipped with the productions boards:
34934
34935     Crucial: CT6464AC667.8FB
34936
34937     Signed-off-by: Stefan Roese <sr@denx.de>
34938
34939 commit ea9202a659dc75996facf1475f1866a19a9d3129
34940 Author: Stefan Roese <sr@denx.de>
34941 Date:   Wed Apr 30 10:49:43 2008 +0200
34942
34943     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
34944
34945     This patch fixes a problem with DIMMs that have 8 banks. Now the
34946     MCIF0_MBxCF register will be setup correctly for this setup too.
34947
34948     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
34949
34950     Signed-off-by: Stefan Roese <sr@denx.de>
34951
34952 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
34953 Author: Wolfgang Denk <wd@denx.de>
34954 Date:   Tue Apr 29 23:41:06 2008 +0200
34955
34956     Prepare v1.3.3-rc2, again.
34957
34958     Signed-off-by: Wolfgang Denk <wd@denx.de>
34959
34960 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
34961 Author: Wolfgang Denk <wd@denx.de>
34962 Date:   Tue Apr 29 23:35:24 2008 +0200
34963
34964     Prepare v1.3.3-rc2
34965
34966     Signed-off-by: Wolfgang Denk <wd@denx.de>
34967
34968 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
34969 Author: Wolfgang Denk <wd@denx.de>
34970 Date:   Tue Apr 29 23:32:20 2008 +0200
34971
34972     common/env_nand.c: fix one more incompatible pointer type issue
34973
34974     Signed-off-by: Wolfgang Denk <wd@denx.de>
34975
34976 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
34977 Author: Wolfgang Denk <wd@denx.de>
34978 Date:   Tue Apr 29 21:33:08 2008 +0200
34979
34980     post/board/lwmon5/sysmon.c: fix manual merge error.
34981
34982     Signed-off-by: Wolfgang Denk <wd@denx.de>
34983
34984 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
34985 Author: Kumar Gala <galak@kernel.crashing.org>
34986 Date:   Tue Apr 29 12:54:59 2008 -0500
34987
34988     85xx: Add -mno-spe to e500/85xx builds
34989
34990     Newer gcc's might be configured to enable autovectorization by default.
34991     If we happen to build with one of those compilers we will get SPE
34992     instructions in random code.
34993
34994     -mno-spe disables the compiler for automatically generating SPE
34995     instructions without our knowledge.
34996
34997     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34998
34999 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
35000 Author: Kumar Gala <galak@kernel.crashing.org>
35001 Date:   Tue Apr 29 10:18:34 2008 -0500
35002
35003     Update .gitignore for zlib.h
35004
35005     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35006
35007 commit 45239cf4152109caa925145ccd433529902df887
35008 Author: Kumar Gala <galak@kernel.crashing.org>
35009 Date:   Tue Apr 29 10:27:08 2008 -0500
35010
35011     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
35012
35013     All the 85xx and 86xx UM describe the register as timing_cfg_3
35014     not as ext_refrec.
35015
35016     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35017
35018 commit ef7d30b14394e4c4a153118f5845760cadada02a
35019 Author: Kumar Gala <galak@kernel.crashing.org>
35020 Date:   Tue Apr 29 10:28:34 2008 -0500
35021
35022     85xx/86xx: Rename DDR init address and init extended address register
35023
35024     Rename init_addr and init_ext_addr to match the docs between
35025     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
35026
35027     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35028
35029 commit cf6cc014270549684873a5972d2595052c468cb6
35030 Author: Kumar Gala <galak@kernel.crashing.org>
35031 Date:   Mon Apr 28 02:24:04 2008 -0500
35032
35033     85xx: Additional fixes and cleanup of MP code
35034
35035     * adjust __spin_table alignment to match ePAPR v0.94 spec
35036     * loop over all cpus when determing who is up.  This fixes an issue if
35037       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
35038       cpu_up_mask so there is no harm
35039     * Added some protection in the code to ensure proper behavior.  These
35040       changes are explicitly needed but don't hurt:
35041       - Added eieio to ensure the "hot word" of the table is written after
35042         all other table updates have occurred.
35043       - Added isync to ensure we don't prefetch loading of table entries
35044         until we a released
35045
35046     These issues we raised by Dave Liu.
35047
35048     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35049
35050 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
35051 Author: Yuri Tikhonov <yur@emcraft.com>
35052 Date:   Tue Apr 29 15:06:41 2008 +0200
35053
35054     lwmon5: minor clean-up to include/configs/lwmon5.h
35055
35056     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
35057     the CFG_DSPIC_TEST_ADDR definition more readable.
35058
35059     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35060
35061 commit f4c4d21a885ccc222fd0acdf653b683249e85117
35062 Author: Stefan Roese <sr@denx.de>
35063 Date:   Tue Apr 29 16:08:05 2008 +0200
35064
35065     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
35066
35067     Signed-off-by: Stefan Roese <sr@denx.de>
35068
35069 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
35070 Author: Yuri Tikhonov <yur@emcraft.com>
35071 Date:   Tue Apr 29 13:32:45 2008 +0200
35072
35073     ppc flush_cache: add watch-dog triggering into the loops.
35074
35075     Some boards (e.g. lwmon5) need rather a frequent watch-dog
35076     kicking. Since the time it takes for the flush_cache() function
35077     to complete its job depends on the size of data being flushed, one
35078     may encounter watch-dog resets on such boards when, for example,
35079     download big files over ethernet.
35080
35081     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35082
35083 commit cab99d6f3281ab6784feccf98b9b425daa58418a
35084 Author: Stefan Roese <sr@denx.de>
35085 Date:   Tue Apr 29 14:44:54 2008 +0200
35086
35087     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
35088
35089     Signed-off-by: Stefan Roese <sr@denx.de>
35090
35091 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
35092 Author: Stefan Roese <sr@denx.de>
35093 Date:   Tue Apr 29 14:12:07 2008 +0200
35094
35095     ppc4xx: Fix Katmai CFG_MONITOR_LEN
35096
35097     Signed-off-by: Stefan Roese <sr@denx.de>
35098
35099 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
35100 Author: Stefan Roese <sr@denx.de>
35101 Date:   Tue Apr 29 13:57:07 2008 +0200
35102
35103     ppc4xx: Complete remove bogus dflush()
35104
35105     Since the current dflush() implementation is know to have some problems
35106     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
35107     it by using clean_dcache_range().
35108
35109     Tested on Katmai with ECC DIMM.
35110
35111     Signed-off-by: Stefan Roese <sr@denx.de>
35112
35113 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
35114 Author: Stefan Roese <sr@denx.de>
35115 Date:   Tue Apr 29 13:36:51 2008 +0200
35116
35117     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
35118
35119     As it seems the "old" ECC initialization routine by using dflush() didn't
35120     write all lines in the dcache back to memory on lwmon5. This could lead
35121     to ECC error upon Linux booting. This patch changes the program_ecc()
35122     routine to now use clean_dcache_range() instead of dflush().
35123     clean_dcache_range() uses dcbst which is exactly what we want in this
35124     case.
35125
35126     Since dflush() is known is cause problems, this routine will be
35127     removed completely and replaced by clean_dcache_range() with an
35128     additional patch.
35129
35130     Signed-off-by: Stefan Roese <sr@denx.de>
35131
35132 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
35133 Author: Yuri Tikhonov <yur@emcraft.com>
35134 Date:   Mon Apr 28 18:19:34 2008 +0200
35135
35136     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
35137
35138     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35139
35140 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
35141 Author: Markus Brunner <super.firetwister@googlemail.com>
35142 Date:   Mon Apr 28 08:47:47 2008 +0200
35143
35144     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
35145
35146     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
35147     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
35148     doesn't exist.
35149
35150     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
35151
35152 commit 2ef7503a593c77a80c2a054011970227c4b62774
35153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35154 Date:   Thu Apr 24 07:57:17 2008 +0200
35155
35156     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
35157
35158     Move non-inlied functions into specific drivers file
35159     Set get_prom as weak
35160
35161     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35162     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
35163     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35164
35165 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
35166 Author: Guennadi Liakhovetski <lg@denx.de>
35167 Date:   Thu Apr 3 17:04:19 2008 +0200
35168
35169     net: make ARP timeout configurable
35170
35171     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
35172     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
35173     to the boards get lost, which typically are ARP replies. By configuring
35174     the timeout to a lower value we significantly improve the first network
35175     transfer time on this board. The timeout is specified in milliseconds,
35176     later internally it is converted to deciseconds, because it has to be
35177     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
35178     different boards.
35179
35180     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35181     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35182
35183 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
35184 Author: Guennadi Liakhovetski <lg@denx.de>
35185 Date:   Thu Apr 3 13:36:18 2008 +0200
35186
35187     minor cs8900 driver clean up
35188
35189     Remove a redundant register definition, clean up some coding style
35190     violations.
35191
35192     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35193     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35194
35195 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
35196 Author: Wolfgang Denk <wd@denx.de>
35197 Date:   Mon Apr 28 22:01:04 2008 +0200
35198
35199     jffs2_1pass.c: fix incompatible pointer type warning
35200
35201     Signed-off-by: Wolfgang Denk <wd@denx.de>
35202
35203 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
35204 Author: Sascha Laue <Sascha.Laue@gmx.biz>
35205 Date:   Tue Apr 1 10:10:18 2008 +0200
35206
35207     lwmon5: update dsPIC POST spezification
35208
35209     The specification for the lwmon5 board dsPIC POST got changed.
35210     Also add defines for the temperatures  and voltages.
35211
35212     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
35213
35214 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
35215 Author: Sascha Laue <Sascha.Laue@gmx.biz>
35216 Date:   Tue Apr 1 15:13:03 2008 +0200
35217
35218     Fix watchdog POST for lwmon5
35219
35220     If the hardware watchdog detects a voltage error, the watchdog sets
35221     GPIO62 to low. The watchdog POST has to detect this low level.
35222
35223     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
35224     Signed-off-by: Wolfgang Denk <wd@denx.de>
35225
35226 commit dd5748bcd669f46aeb6686c1b341323843738ccc
35227 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
35228 Date:   Mon Apr 28 14:37:14 2008 +0200
35229
35230     rtl8169: fix compiler warnings
35231
35232     Fix multiple compiler warnings related to argument type mismatch.
35233
35234     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
35235
35236 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
35237 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
35238 Date:   Mon Apr 28 14:36:06 2008 +0200
35239
35240     IDE: fix compiler warnings
35241
35242     The IDE driver can use 32-bit addresses in LBA mode, in which case it
35243     spits multiple warnings during compilation. Fix them.
35244
35245     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
35246
35247 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
35248 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
35249 Date:   Mon Apr 28 14:35:57 2008 +0200
35250
35251     LinkStation: fix compiler warning, add a maintainer
35252
35253     out_8 wants a pointer to an unsigned as the first argument. Add a
35254     maintainer for Linkstation boards.
35255
35256     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
35257
35258 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
35259 Author: Wolfgang Denk <wd@denx.de>
35260 Date:   Mon Apr 28 14:55:12 2008 +0200
35261
35262     cmd_nand.c: fix "differ in signedness" problem
35263
35264     Signed-off-by: Wolfgang Denk <wd@denx.de>
35265
35266 commit f2c288a35341ad02ac03b1563d786763c9c8f159
35267 Author: Wolfgang Denk <wd@denx.de>
35268 Date:   Mon Apr 28 12:48:47 2008 +0200
35269
35270     pcnet.c: fix a merge issue
35271
35272     Signed-off-by: Wolfgang Denk <wd@denx.de>
35273
35274 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
35275 Author: Wolfgang Denk <wd@denx.de>
35276 Date:   Mon Apr 28 12:08:18 2008 +0200
35277
35278     NAND: fix some strict-aliasing compiler warnings
35279
35280     Signed-off-by: Wolfgang Denk <wd@denx.de>
35281
35282 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
35283 Author: Stefan Roese <sr@denx.de>
35284 Date:   Mon Apr 28 11:37:14 2008 +0200
35285
35286     ppc4xx: Fix compile warning of hcu4 board
35287
35288     Signed-off-by: Stefan Roese <sr@denx.de>
35289
35290 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
35291 Author: Wolfgang Denk <wd@denx.de>
35292 Date:   Mon Apr 28 11:31:23 2008 +0200
35293
35294     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
35295
35296     Signed-off-by: Wolfgang Denk <wd@denx.de>
35297
35298 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
35299 Author: Guennadi Liakhovetski <lg@denx.de>
35300 Date:   Mon Apr 28 00:25:32 2008 +0200
35301
35302     mx31ads: fix loadaddr environment variable define
35303
35304     Arithmetic expressions do not get evaluated under stringification. Remove
35305     default network configuration, add DHCP command support. Thanks to Felix
35306     Radensky for reporting.
35307
35308     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35309
35310 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
35311 Author: Wolfgang Denk <wd@denx.de>
35312 Date:   Mon Apr 28 10:55:24 2008 +0200
35313
35314     katmai: fix section overlap problem
35315
35316     Since we didn't want to remove features from the configuration, we
35317     decided to increase the U-Boot image size (add one flash sector).
35318
35319     Also changed the default environment definition to make it
35320     independent of such changes.
35321
35322     Signed-off-by: Wolfgang Denk <wd@denx.de>
35323     Acked-by: Stefan Roese <sr@denx.de>
35324
35325 commit 941d696d25624e3cc65ebf924199541acf52d74e
35326 Author: Wolfgang Denk <wd@denx.de>
35327 Date:   Mon Apr 28 10:55:24 2008 +0200
35328
35329     katmai: fix section overlap problem
35330
35331     Since we didn't want to remove features from the configuration, we
35332     decided to increase the U-Boot image size (add one flash sector).
35333
35334     Also changed the default environment definition to make it
35335     independent of such changes.
35336
35337     Signed-off-by: Wolfgang Denk <wd@denx.de>
35338     Acked-by: Stefan Roese <sr@denx.de>
35339
35340 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
35341 Author: Kumar Gala <galak@kernel.crashing.org>
35342 Date:   Sat Apr 26 11:44:44 2008 -0500
35343
35344     post: Fix building with O=
35345
35346     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35347
35348 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
35349 Author: Wolfgang Denk <wd@denx.de>
35350 Date:   Sat Apr 26 01:55:00 2008 +0200
35351
35352     Prepare v1.3.3-rc1
35353
35354     Signed-off-by: Wolfgang Denk <wd@denx.de>
35355
35356 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
35357 Author: Wolfgang Denk <wd@denx.de>
35358 Date:   Sat Apr 26 01:25:39 2008 +0200
35359
35360     post/Makefile: make sure to use the correct flags
35361
35362     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
35363     messages to be printed.
35364
35365     Signed-off-by: Wolfgang Denk <wd@denx.de>
35366
35367 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
35368 Author: Wolfgang Denk <wd@denx.de>
35369 Date:   Sat Apr 26 00:34:42 2008 +0200
35370
35371     Coding Style cleanup, update CHANGELOG
35372
35373     Signed-off-by: Wolfgang Denk <wd@denx.de>
35374
35375 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
35376 Author: Magnus Lilja <lilja.magnus@gmail.com>
35377 Date:   Sun Apr 20 10:38:12 2008 +0200
35378
35379     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
35380
35381     This patch enables SPI and MC13783/RTC support for the Litekit board.
35382
35383     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35384
35385 commit f97abbfb47d9e407354e157cae3f6369e460cd37
35386 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
35387 Date:   Fri Apr 25 01:08:32 2008 -0500
35388
35389     MPC8544DS: decode pcie3 end-point configuration correctly.
35390
35391     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
35392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35393
35394 commit 292188e15523c165c4269403fdcd33c26d89176e
35395 Author: Roy Zang <tie-fei.zang@freescale.com>
35396 Date:   Fri Apr 25 00:55:09 2008 -0500
35397
35398     MPC8544DS: Removes the unknown flash message information
35399
35400     This patch removes the unknown flash message information:
35401     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
35402     This unknown flash message is caused by PromJet.
35403     Some of the board user is unhappy with this information.
35404
35405     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
35406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35407
35408 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
35409 Author: Kim Phillips <kim.phillips@freescale.com>
35410 Date:   Thu Apr 24 14:07:38 2008 -0500
35411
35412     mpc83xx: bump loadaddr over fdtaddr to 0x500000
35413
35414     this seems as a good compromise between human memory, typing,
35415     and last but not least, to accommodate for current and future kernel bloat.
35416
35417     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35418     Acked-by: Dave Liu <daveliu@freescale.com>
35419
35420 commit be5a7190265a34d968578ff266549c60f6f57654
35421 Author: Dave Liu <r63238@freescale.com>
35422 Date:   Tue Apr 15 13:12:23 2008 +0800
35423
35424     mpc83xx: clean up the readme for 83xx boards
35425
35426     1. correct the typo
35427     2. correct the memory map for 837xerdb board
35428
35429     Signed-off-by: Dave Liu <daveliu@freescale.com>
35430
35431 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
35432 Author: Dave Liu <r63238@freescale.com>
35433 Date:   Tue Apr 15 13:11:11 2008 +0800
35434
35435     mpc83xx: remove the unused CPM's stuff
35436
35437     The MPC83xx family never have CPM block, so remove it from 83xx.
35438
35439     Signed-off-by: Dave Liu <daveliu@freescale.com>
35440
35441 commit c63ad6325a8ac0097a54b418a3288926b0484b18
35442 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35443 Date:   Fri Apr 18 16:29:40 2008 +0200
35444
35445     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
35446
35447     This patch adds a configurable flash auto protection list that can be used
35448     to make U-Boot protect flash regions in flash_init().
35449
35450     The idea has been discussed on the u-boot mailing list starting
35451     on Nov 18th, 2007.
35452
35453     Even this patch brings a new feature it is used as a bugfix for 4xx
35454     platforms where flash_init() does not completely protect the
35455     monitor's flash range in all situations.
35456
35457     U-Boot protects the flash range from CFG_MONITOR_BASE to
35458     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
35459     include the reset vector at 0xfffffffc.
35460
35461     Example:
35462     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
35463
35464     This config option will auto protect the last 512k of flash that
35465     contains the bootloader on board like APC405 and PMC405.
35466
35467     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35468
35469 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
35470 Author: Stefan Roese <sr@denx.de>
35471 Date:   Fri Apr 25 13:59:03 2008 +0200
35472
35473     ppc4xx: Remove double defines in lwmon5.h
35474
35475     introduced with latest lwmon5/POST merge
35476
35477     Signed-off-by: Stefan Roese <sr@denx.de>
35478
35479 commit 7590378fb9c686709492ceb142825cd058255956
35480 Author: Bartlomiej Sieka <tur@semihalf.com>
35481 Date:   Fri Apr 25 13:54:02 2008 +0200
35482
35483     Use watchdog-aware functions when calculating hashes of images - take two
35484
35485     Some files didn't get updated properly with the "Use watchdog-aware
35486     functions when calculating hashes of images" commit, this commit
35487     fixes this.
35488
35489     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35490     Signed-off-by: Wolfgang Denk <wd@denx.de>
35491
35492 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
35493 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35494 Date:   Fri Apr 25 12:01:39 2008 +0200
35495
35496     ppc4xx: Add bootcount limit handling for APC405 boards
35497
35498     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35499
35500 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
35501 Author: Bartlomiej Sieka <tur@semihalf.com>
35502 Date:   Fri Apr 25 12:10:09 2008 +0200
35503
35504     Use watchdog-aware functions when calculating hashes of images
35505
35506     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35507
35508 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
35509 Author: Wolfgang Denk <wd@denx.de>
35510 Date:   Fri Apr 25 12:44:08 2008 +0200
35511
35512     USB: fix more GCC 4.2.x aliasing warnings
35513
35514     Signed-off-by: Wolfgang Denk <wd@denx.de>
35515     Acked-by: Markus Klotzbuecher <mk@denx.de>
35516
35517 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
35518 Author: Wolfgang Denk <wd@denx.de>
35519 Date:   Fri Apr 25 12:41:53 2008 +0200
35520
35521     lib_generic/crc32.c: add missing #include <watchdog.h>
35522
35523     Signed-off-by: Wolfgang Denk <wd@denx.de>
35524
35525 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
35526 Author: Wolfgang Denk <wd@denx.de>
35527 Date:   Fri Apr 25 11:52:21 2008 +0200
35528
35529     lib_generic/crc32.c: fix compile problem
35530
35531     Signed-off-by: Wolfgang Denk <wd@denx.de>
35532
35533 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
35534 Author: Stefan Roese <sr@denx.de>
35535 Date:   Tue Apr 22 12:20:32 2008 +0200
35536
35537     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
35538
35539     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
35540     environment variable will now get passed to the Linux kernel by setting
35541     the device_type property of the PCIe device tree node. For normal root-
35542     complex configuration it will keep its defaults value of "pci" and for
35543     endpoint configuration it will get changed to "pci-endpoint".
35544
35545     Signed-off-by: Stefan Roese <sr@denx.de>
35546
35547 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
35548 Author: Yuri Tikhonov <yur@emcraft.com>
35549 Date:   Thu Apr 24 10:30:53 2008 +0200
35550
35551     lwmon5: watchdog POST fix
35552
35553     Use the GPT0_MASKx registers as the temporary storage for watch-dog
35554     timer POST test instead of GPT0_COMPx. The latter
35555     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
35556
35557     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35558     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35559
35560 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
35561 Author: Kim Phillips <kim.phillips@freescale.com>
35562 Date:   Mon Apr 21 18:10:14 2008 -0500
35563
35564     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
35565
35566     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
35567     proven problematic getting right from the start at least on 83xx and
35568     4xx.
35569
35570     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35571
35572 commit a99715b8ebfc500f3f40e01b36b64d473938443d
35573 Author: Detlev Zundel <dzu@denx.de>
35574 Date:   Fri Apr 18 14:50:01 2008 +0200
35575
35576     Realining some header definitions.
35577
35578     Signed-off-by: Detlev Zundel <dzu@denx.de>
35579
35580 commit 4acbc6c7f993cae409c424615415a3e76820f13d
35581 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35582 Date:   Thu Apr 24 07:57:16 2008 +0200
35583
35584     NE2000: coding style cleanup
35585
35586     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35587
35588 commit b4aff1ffaf7120032c653357c007faa14f74d29d
35589 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35590 Date:   Wed Apr 23 00:11:47 2008 +0900
35591
35592     qemu-mips.h: Add CFI support
35593
35594     CONFIG_ENV_OVERWRITE is also added.
35595
35596     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
35597
35598     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35599     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35600
35601 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
35602 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35603 Date:   Tue Apr 22 22:47:27 2008 +0900
35604
35605     doc/README.mips: Add MIPS notes
35606
35607     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35608
35609 commit 215b01bba8bc662d35f72b084700b192d367dfb4
35610 Author: Bartlomiej Sieka <tur@semihalf.com>
35611 Date:   Tue Apr 22 12:27:56 2008 +0200
35612
35613     Add support for calculating hashes with watchdog triggering
35614
35615     Implement watchodg-aware variants of hash calculation functions:
35616     - crc32_wd()
35617     - md5_wd()
35618     - sha1_csum_wd()
35619     The above functions calculate the hash of the input buffer in chunks,
35620     triggering the watchdog after processing each chunk. The chunk size
35621     is given as a function call parameter.
35622
35623     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35624
35625 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
35626 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35627 Date:   Wed Apr 23 11:02:12 2008 +0900
35628
35629     qemu-mips: Cleanup whitespace, indentation, etc.
35630
35631     No functional change.
35632
35633     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
35634     Then I re-created from scratch, and changed more lines than the original.
35635
35636     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35637     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35638
35639 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
35640 Author: Vlad Lungu <vlad@comsys.ro>
35641 Date:   Wed Oct 10 23:02:09 2007 +0300
35642
35643     Fixed pcnet io_base
35644
35645     Bus and phys address are not always the same
35646
35647     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
35648
35649 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
35650 Author: Wolfgang Denk <wd@denx.de>
35651 Date:   Thu Apr 24 23:44:26 2008 +0200
35652
35653     drivers/net/pcnet.c: Coding Style cleanup.
35654
35655     Signed-off-by: Wolfgang Denk <wd@denx.de>
35656
35657 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
35658 Author: Vlad Lungu <vlad@comsys.ro>
35659 Date:   Wed Oct 10 23:04:23 2007 +0300
35660
35661     Added Am79C970A chip id to pcnet
35662
35663     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
35664
35665 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
35666 Author: Magnus Lilja <lilja.magnus@gmail.com>
35667 Date:   Sun Apr 20 10:35:03 2008 +0200
35668
35669     i.MX31: Fix architecture numbers for ADS and Litekit boards
35670
35671     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
35672
35673     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35674
35675 commit e7ae84d6c7288790e88639f57cb60daf89c11369
35676 Author: Magnus Lilja <lilja.magnus@gmail.com>
35677 Date:   Sun Apr 20 10:36:36 2008 +0200
35678
35679     i.MX31: Use symbolic names for Litekit membases.
35680
35681     Use symbolic names instead of hard coded addresses for Litekit membases.
35682
35683     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35684
35685 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
35686 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35687 Date:   Sat Apr 19 17:59:20 2008 +0200
35688
35689     Fix show_boot_progress prototype
35690
35691     in commit fad634071 "make show_boot_progress () weak."
35692     show_boot_progress is supposed to be declared as weak but declared as
35693     inline instead.
35694
35695     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35696
35697 commit edbed247a14d70b94958010f736621212285de91
35698 Author: Bartlomiej Sieka <tur@semihalf.com>
35699 Date:   Fri Apr 18 12:39:23 2008 +0200
35700
35701     Memory footprint optimizations
35702
35703     As suggested by Wolfgang Denk:
35704     - image printing functions:
35705       - remove wrappers
35706       - remove indentation prefix from functions' signatures
35707     - merge getenv_verify and getenv_autostart into one parametrized function
35708
35709     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35710
35711 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
35712 Author: Guennadi Liakhovetski <lg@denx.de>
35713 Date:   Tue Apr 15 13:33:11 2008 +0200
35714
35715     MX31ADS environment variable update, spi and rtc support
35716
35717     Update MX31ADS default environment to better match the flash layout and
35718     the memory map, support SPI and RTC.
35719
35720     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35721
35722 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
35723 Author: Kumar Gala <galak@kernel.crashing.org>
35724 Date:   Mon Apr 21 09:28:36 2008 -0500
35725
35726     85xx: Round up frequency calculations to get reasonable output
35727
35728     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
35729
35730     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
35731
35732     Signed-off-by: Dejan Minic <minic@freescale.com>
35733     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
35734     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35735     Acked-by: Andy Fleming <afleming@freescale.com>
35736
35737 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
35738 Author: Kumar Gala <galak@kernel.crashing.org>
35739 Date:   Wed Apr 23 16:58:04 2008 -0500
35740
35741     fsl_pci: Only modify registers if we have them
35742
35743     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
35744
35745     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35746
35747 commit 83fe32334337def160b302aa9d152d808bfcc68e
35748 Author: Markus Klotzbücher <mk@denx.de>
35749 Date:   Wed Apr 23 10:57:33 2008 +0200
35750
35751     USB: remove a cpu bug workaround for an unsupported architecture.
35752
35753     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35754
35755 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
35756 Author: Markus Klotzbücher <mk@denx.de>
35757 Date:   Wed Apr 23 10:53:23 2008 +0200
35758
35759     USB: fix those pesky aliasing warnings issued by gcc-4.2
35760
35761     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35762     Signed-off-by: Detlev Zundel <dzu@denx.de>
35763
35764 commit 89cdab788f3716b335fefb60b836ebcf975aceab
35765 Author: Mike Frysinger <vapier@gentoo.org>
35766 Date:   Mon Mar 31 11:02:01 2008 -0400
35767
35768     crc32: use uint32_t rather than unsigned long
35769
35770     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
35771     this is done with the build toolchain instead of the target tool
35772     chain, so if the build is a 64bit system but the target is 32bits,
35773     the size will obviously be wrong. This converts all unsigned long
35774     stuff related to crc32 to uint32_t types. Compile tested only: output
35775     of ./tools/envcrc when run on a 32bit build system matches that of a
35776     64bit build system.
35777
35778     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35779     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35780
35781 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
35782 Author: Dirk Behme <dirk.behme@googlemail.com>
35783 Date:   Wed Mar 26 09:53:29 2008 +0100
35784
35785     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
35786
35787     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
35788
35789     Changes:
35790
35791     - Remove *_masked() functions as noted by Wolfgang
35792
35793     - Adapt register naming to recent TI spec (sprue26, March 2007)
35794
35795     - Fix reset_timer() handling
35796
35797     - 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.
35798
35799     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
35800
35801     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
35802
35803     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
35804
35805     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
35806
35807     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
35808     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
35809
35810 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
35811 Author: Sergei Poselenov <sposelenov@emcraft.com>
35812 Date:   Wed Apr 9 16:09:41 2008 +0200
35813
35814     Added watchdog triggering calls in the "mtest" test function.
35815
35816     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35817
35818 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
35819 Author: Yuri Tikhonov <yur@emcraft.com>
35820 Date:   Sun Apr 6 19:19:14 2008 +0200
35821
35822     lwmon5 watchdog: limit trigger rate
35823
35824     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
35825     the CONFIG_WD_MAX_RATE value.
35826
35827     Note that an earlier version of this patch which used microseconds
35828     instead of ticks dis not work. The problem was that we used
35829     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
35830     get_tbclk(), which in turn calls get_sys_info(). It turns out that
35831     this function does a lot of prolonged operations (like divisions)
35832     which take too much time so we do not trigger the watchdog in time,
35833     and it resets the system.
35834
35835     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35836
35837 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
35838 Author: Yuri Tikhonov <yur@emcraft.com>
35839 Date:   Mon Mar 31 10:51:37 2008 +0200
35840
35841     POST: move CONFIG_POST to Makefiles
35842
35843     Introduce the new logical option CONFIG_HAS_POST which is set when the
35844     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
35845     to determine should the POST libs be compiled for the selected target
35846     platform, or not.
35847
35848     To avoid breaking u-boot linking process, the empty post/libpost.a file is
35849     created for platforms which do not have POSTs.
35850
35851     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35852     Signed-off-by: Wolfgang Denk <wd@denx.de>
35853
35854 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
35855 Author: Yuri Tikhonov <yur@emcraft.com>
35856 Date:   Mon Mar 31 10:49:34 2008 +0200
35857
35858     POST: preparations for moving CONFIG_POST to Makefiles
35859
35860     Remove CONFIG_POST ifdefs from the post/ source files.
35861
35862     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35863     Signed-off-by: Wolfgang Denk <wd@denx.de>
35864
35865 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
35866 Author: Stefan Roese <sr@denx.de>
35867 Date:   Tue Apr 22 14:14:20 2008 +0200
35868
35869     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
35870
35871     This patch fixes the Canyonlands and Glacier default environment to better
35872     fit to the arch/powerpc device-tree kernels. The variables dealing with
35873     arch/ppc booting are removed, since these boards are supported only in
35874     arch/powerpc. Glacier uses the same config file as Canyonlands.
35875
35876     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
35877
35878     Signed-off-by: Stefan Roese <sr@denx.de>
35879
35880 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
35881 Author: Stefan Roese <sr@denx.de>
35882 Date:   Tue Apr 22 14:06:42 2008 +0200
35883
35884     ppc4xx: Small coding style cleanup for the latest esd patches
35885
35886     Signed-off-by: Stefan Roese <sr@denx.de>
35887
35888 commit 79941d63bc03aed8c48d7602f18217cc200ee931
35889 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35890 Date:   Mon Apr 21 18:01:07 2008 +0200
35891
35892     ppc4xx: Update CPU strapping for PMC440 boards
35893
35894     This patch removes the temporary 'test' strapping option
35895     of the sbe command. The '667' strapping option now uses
35896     a PLB/PCI divider of 3.
35897
35898     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35899
35900 commit f00cf3193a6635355b121e90debb2f54e777e7da
35901 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35902 Date:   Mon Apr 21 14:42:21 2008 +0200
35903
35904     ppc4xx: Remove unused APC405 strataflash driver
35905
35906     The APC405 board support has been migrated to use the common
35907     CFI flash driver.
35908
35909     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35910
35911 commit 1c686676a86473bbd92151f0544e109413f6ed06
35912 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35913 Date:   Mon Apr 21 14:42:17 2008 +0200
35914
35915     ppc4xx: Update APC405 configuration
35916
35917     - enable esd's auto_update mechanism
35918     - support alternative flash layout on rev. 1.8 boards
35919     - update default environment
35920     - use common CFI flash driver
35921     - coding style cleanup
35922
35923     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35924
35925 commit 0b9872515a521bf7866dc24b85ddce708e60d702
35926 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35927 Date:   Mon Apr 21 14:42:11 2008 +0200
35928
35929     ppc4xx: Update APC405 board support
35930
35931     - enable esd's auto_update mechanism
35932     - fix LCD support on latest hardware revision (uses other LCD controller)
35933     - support alternative flash layout on rev. 1.8 boards
35934     - coding style cleanup
35935
35936     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35937
35938 commit 83975d02e225e231960784972e7820a8b303756b
35939 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35940 Date:   Mon Apr 21 14:42:06 2008 +0200
35941
35942     ppc4xx: update esd's common auto_update code for 405 boards
35943
35944     - Coding style cleanup (long lines)
35945     - improve handling of protected flash regions
35946     - remove dead code
35947
35948     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35949
35950 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
35951 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35952 Date:   Mon Apr 21 14:41:59 2008 +0200
35953
35954     ppc4xx: Update esd's common LCD code for 405 boards
35955
35956     - Coding style cleanup (long lines)
35957     - Add s1d13505 support
35958     - Make some functions return a result code instead of void
35959
35960     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35961
35962 commit dea68189424c3f1242427a8146a3861bf093173c
35963 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35964 Date:   Mon Apr 21 11:36:55 2008 +0200
35965
35966     ppc4xx: Update FPGA image for APC405 boards
35967
35968     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35969
35970 commit 2a05b152924acfcec3b037693329e517e6d3578f
35971 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35972 Date:   Mon Apr 21 11:36:08 2008 +0200
35973
35974     ppc4xx: Update bootlogo for APC405 boards
35975
35976     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35977
35978 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
35979 Author: Stefan Roese <sr@denx.de>
35980 Date:   Fri Apr 18 16:41:31 2008 +0200
35981
35982     ppc4xx: Add dcache_enable() for 440
35983
35984     dcache_enable() was missing for 440 and the patch
35985     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
35986     "] behavior uses this function.
35987
35988     Note: Currently the cache handling functions like
35989     d/icache_disable/enable() are NOP's on 440. This may be changed in the
35990     future.
35991
35992     Signed-off-by: Stefan Roese <sr@denx.de>
35993
35994 commit a49e0d177a0749614b316ec847fb623f09c82c07
35995 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35996 Date:   Mon Apr 21 11:19:04 2008 +0200
35997
35998     video: Add missing free for logo memory
35999
36000     This patch adds two missing free()s.
36001
36002     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36003
36004 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
36005 Author: Troy Kisky <troy.kisky@boundarydevices.com>
36006 Date:   Mon Sep 24 16:41:43 2007 -0700
36007
36008     PATCH - Fix oob data copied into supplied buffer
36009
36010     This patch correctly sets the oobavail variable
36011     and fixes a bug where the oob data was not valid when
36012     there where multiple groups in oobfree.
36013
36014     First segment fixes a typo
36015     Second segment fixes a bug where oob data may be copied incorrectly.
36016     Third segment adds an error message when exiting due to write protect.
36017     Forth segment fixes a bug where oobavail may be set incorrectly.
36018
36019     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
36020
36021 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
36022 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36023 Date:   Fri Apr 18 17:24:32 2008 +0200
36024
36025     ppc4xx: Fix sys_get_info() for 405GP(r)
36026
36027     This patch assigns the correct EBC clock for 405GP(r) CPUs
36028     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
36029     uses an uninitialized EBC clock in its startup message.
36030
36031     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36032
36033 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
36034 Author: Wolfgang Denk <wd@denx.de>
36035 Date:   Sun Apr 20 15:39:38 2008 -0700
36036
36037     Makefile: remove nand_spl/System.map when cleaning up.
36038
36039 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
36040 Author: Wolfgang Denk <wd@denx.de>
36041 Date:   Sun Apr 20 15:35:52 2008 -0700
36042
36043     MAKEALL: sort entries / lists.
36044
36045     Signed-off-by: Wolfgang Denk <wd@denx.de>
36046
36047 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
36048 Author: Kumar Gala <galak@kernel.crashing.org>
36049 Date:   Fri Apr 18 11:29:01 2008 -0500
36050
36051     85xx: Fix size of cpu-release-addr property
36052
36053     The cpu-release-addr is defined as always being a 64-bit quanity regardless
36054     if we are running on a 32-bit or 64-bit machine.
36055
36056 commit 88353a985109562a639b2f8a0c90d77011bfe374
36057 Author: Timur Tabi <timur@freescale.com>
36058 Date:   Fri Apr 4 11:15:58 2008 -0500
36059
36060     Fix calculation of I2C clock for some 85xx chips
36061
36062     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
36063     some use CCB/3.  There is no pattern that can be used to determine which
36064     chips use which frequency, so the only way to determine is to look up the
36065     actual SOC designation and use the right value for that SOC.
36066
36067     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
36068
36069     Signed-off-by: Timur Tabi <timur@freescale.com>
36070
36071 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
36072 Author: Wolfgang Denk <wd@denx.de>
36073 Date:   Fri Apr 18 11:44:27 2008 -0700
36074
36075     Fix build breakage casued by commit c0559be371b2
36076
36077         Change env_get_char from a global function ptr to a function.
36078
36079     Signed-off-by: Wolfgang Denk <wd@denx.de>
36080
36081 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
36082 Author: Wolfgang Denk <wd@denx.de>
36083 Date:   Fri Apr 18 10:53:41 2008 -0700
36084
36085     Coding Style cleanup, update CHANGELOG.
36086
36087     Signed-off-by: Wolfgang Denk <wd@denx.de>
36088
36089 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
36090 Author: Mike Frysinger <vapier@gentoo.org>
36091 Date:   Tue Apr 8 14:00:57 2008 -0400
36092
36093     Add support for u-boot in svn and localversion-* files
36094
36095     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36096
36097 commit d23ff6827decf121461fbc5622612fd7effe207e
36098 Author: Guennadi Liakhovetski <lg@denx.de>
36099 Date:   Thu Apr 3 17:04:22 2008 +0200
36100
36101     MX31ADS network and flash updates
36102
36103     This patch allows U-Boot to use buffered writes to the Spansion NOR
36104     flash installed on this board, and eliminates long delays in network
36105     transfers after the board startup.
36106
36107     Also modify flash layout to embed main and redundant environment
36108     blocks in the U-Boot image.
36109
36110     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36111
36112 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
36113 Author: Guennadi Liakhovetski <lg@denx.de>
36114 Date:   Mon Apr 14 10:53:12 2008 +0200
36115
36116     Support for the MX31ADS evaluation board from Freescale
36117
36118     This patch adds support for the MX31ADS evaluation board from Freescale,
36119     initialization code is copied from RedBoot sources, also provided by
36120     Freescale.
36121
36122     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36123
36124 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
36125 Author: Stefan Roese <sr@denx.de>
36126 Date:   Tue Apr 8 10:33:29 2008 +0200
36127
36128     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
36129
36130     Signed-off-by: Stefan Roese <sr@denx.de>
36131
36132 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
36133 Author: Stefan Roese <sr@denx.de>
36134 Date:   Tue Apr 8 10:33:28 2008 +0200
36135
36136     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
36137
36138     Signed-off-by: Stefan Roese <sr@denx.de>
36139
36140 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
36141 Author: Stefan Roese <sr@denx.de>
36142 Date:   Tue Apr 8 10:33:27 2008 +0200
36143
36144     ppc4xx: Add Glacier NAND booting target
36145
36146     Signed-off-by: Stefan Roese <sr@denx.de>
36147
36148 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
36149 Author: Stefan Roese <sr@denx.de>
36150 Date:   Tue Apr 8 10:31:00 2008 +0200
36151
36152     nand_spl: Update nand_spl to support 2k page size NAND devices
36153
36154     This patch adds support for booting from 2k page sized NAND device
36155     (e.g. Micron 29F2G08AAC).
36156
36157     Tested on AMCC Canyonlands.
36158
36159     Signed-off-by: Stefan Roese <sr@denx.de>
36160
36161 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
36162 Author: Anatolij Gustschin <agust@denx.de>
36163 Date:   Thu Apr 17 18:18:00 2008 +0200
36164
36165     Fix crash on sequoia in ppc_4xx_eth_init
36166
36167     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
36168     with cache enabled (TLB Parity exeption). This patch
36169     fixes the problem.
36170
36171     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36172
36173 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
36174 Author: Anatolij Gustschin <agust@denx.de>
36175 Date:   Thu Apr 17 18:15:27 2008 +0200
36176
36177     ppc4xx: Fix crash on sequoia with cache enabled
36178
36179     Currently U-Boot crashes on sequoia board in CPU POST if
36180     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
36181     won't be disabled by change_tlb before CPU POST because
36182     there is an insufficient adress range check since
36183     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
36184     this problem.
36185
36186     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36187
36188 commit 43c509254fab375c49936498da944658117ed07c
36189 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36190 Date:   Thu Apr 17 23:35:13 2008 +0900
36191
36192     Use jr as register jump instruction
36193
36194     Current assembler codes are inconsistent in the way of register jump
36195     instruction usage; some use jr, some use j. Of course GNU as allows both
36196     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
36197     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
36198     at all.
36199
36200     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36201
36202 commit 7ce63709828d37b08866e537339a169bd0db2bd3
36203 Author: Guennadi Liakhovetski <lg@denx.de>
36204 Date:   Tue Apr 15 14:15:30 2008 +0200
36205
36206     RTC driver for MC13783
36207
36208     MC13783 is a multifunction IS with an SPI interface to the host. This
36209     driver handles the RTC controller in this chip.
36210
36211     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36212
36213 commit 38254f45b0b412332726c90d3184ad47479fcffb
36214 Author: Guennadi Liakhovetski <lg@denx.de>
36215 Date:   Tue Apr 15 14:14:25 2008 +0200
36216
36217     New i.MX31 SPI driver
36218
36219     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
36220     only implemented and tested on i.MX31, can with a modified register layout
36221     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
36222     controllers too.
36223
36224     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36225
36226 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
36227 Author: Magnus Lilja <lilja.magnus@gmail.com>
36228 Date:   Tue Apr 15 19:09:10 2008 +0200
36229
36230     Fix name of i.MX31 boards in config file header
36231
36232     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
36233
36234     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
36235
36236 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
36237 Author: Mike Frysinger <vapier@gentoo.org>
36238 Date:   Sun Apr 13 19:42:19 2008 -0400
36239
36240     allow ports to override go behavior
36241
36242     Split the arch-specific logic out of the common go code and into a dedicated
36243     weak function called do_go_exec() that lives in cpu directories.  This will
36244     need review from i386/nios people to make sure I didn't break them.
36245
36246 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
36247 Author: Mike Frysinger <vapier@gentoo.org>
36248 Date:   Sun Apr 13 19:42:18 2008 -0400
36249
36250     allow ports to override bootelf behavior
36251
36252     Change the bootelf setup function into a dedicated weak function called
36253     do_bootelf_exec.  This way ports can control the behavior however they
36254     like before/after calling the ELF entry point.
36255
36256 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
36257 Author: Ulf Samuelsson <ulf@atmel.com>
36258 Date:   Sat Apr 12 20:56:03 2008 +0200
36259
36260     Reorder ARM boards in Makefile
36261
36262     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
36263     are no longer under ARM92xT header.
36264
36265     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
36266     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36267
36268 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
36269 Author: Ulf Samuelsson <ulf@atmel.com>
36270 Date:   Sat Apr 12 20:29:44 2008 +0200
36271
36272     Clean up dataflash partitioning
36273
36274     This patch removes the board dependent parts from
36275     "drivers/mtd/dataflash.c".
36276     Each board relying on this, will have the appropriate
36277     code in a new file, "partition.c" in the board directory.
36278     board Makefiles updated to use the file.
36279
36280     The dataflash partitions are aligned on sector/page boundaries.
36281
36282     The CONFIG_NEW_DF_PARTITION was used to create named partitions
36283     This is now the default operation, and the CONFIG variable is removed.
36284
36285     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
36286
36287 commit 51ecde946fec511a16346e498204ca10ad71080d
36288 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36289 Date:   Sat Apr 12 14:08:45 2008 +0200
36290
36291     gitignore: udpate stgit generated and .patch file
36292
36293     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36294
36295 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
36296 Author: Wolfgang Denk <wd@denx.de>
36297 Date:   Fri Apr 18 00:15:36 2008 -0700
36298
36299     Get rid of redundant copy of renamed header file.
36300
36301     Signed-off-by: Wolfgang Denk <wd@denx.de>
36302
36303 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
36304 Author: Vlad Lungu <vlad@comsys.ro>
36305 Date:   Fri Apr 11 21:20:14 2008 +0300
36306
36307     Fix dependency generation for older gcc versions
36308
36309      With gcc 3.3.3 at least, compilation fails with
36310
36311     Generating include/autoconf.mk
36312     gcc: compilation of header file requested
36313     make: *** [include/autoconf.mk] Error 1
36314
36315     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
36316
36317     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
36318
36319 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
36320 Author: Marian Balakowicz <m8@semihalf.com>
36321 Date:   Fri Apr 11 11:07:49 2008 +0200
36322
36323     Restore the ability to continue booting after legacy image overwrite
36324
36325     Before new uImage code was merged, bootm code allowed for the kernel image to
36326     get overwritten during decompresion. new uImage introduced a check for image
36327     overwrites and refused to boot the image that got overwritten. This patch
36328     restores the old behavior. It also adds a warning when the image overwriten is
36329     a multi-image file, because in such case accessing componentes other than the
36330     first one will fail.
36331
36332     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36333
36334 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
36335 Author: Marian Balakowicz <m8@semihalf.com>
36336 Date:   Fri Apr 11 11:07:43 2008 +0200
36337
36338     ppc: Fix ftd_blob variable init when processing raw blob
36339
36340     Set fdt_blob variable before its value is printed out.
36341
36342     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36343
36344 commit 3d36be030043cd841a2551d00a395135e363a64b
36345 Author: Jason Wessel <jason.wessel@windriver.com>
36346 Date:   Thu Apr 10 14:30:16 2008 -0500
36347
36348     Remove all the search paths from the .lds files.
36349
36350     The cross compiler is responsible for providing the correct libraries
36351     and the logic to find the linking libraries.
36352
36353     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
36354
36355 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
36356 Author: Bartlomiej Sieka <tur@semihalf.com>
36357 Date:   Mon Apr 14 15:44:16 2008 +0200
36358
36359     Boot-related documentation update
36360
36361     - document 'bootm_low' and 'bootm_size' environment variables
36362     - update inaccurate CFG_BOOTMAPSZ entry
36363
36364     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36365
36366 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
36367 Author: Guennadi Liakhovetski <lg@denx.de>
36368 Date:   Wed Apr 9 17:34:08 2008 +0200
36369
36370     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
36371
36372     Restore logic reverted by commit
36373
36374     commit 80767a6cead9990d9e77e62be947843c2c72f469
36375     Author: Peter Pearse <peter.pearse@arm.com>
36376     Date:   Wed Sep 5 16:04:41 2007 +0100
36377
36378         Changed API name to coloured_led.h
36379         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
36380         Tidied other cpu/arm920t/start.S code
36381
36382     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36383
36384 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
36385 Author: Mike Frysinger <vapier@gentoo.org>
36386 Date:   Tue Apr 8 10:24:24 2008 -0400
36387
36388     Remove conflicting NAND ID
36389
36390     There are two NAND entries with ID 0xDC and this obviously causes problems.
36391     In the kernel, they punted the first entry, so we should do the same.
36392
36393     See this upstream e-mail for more info:
36394     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
36395
36396     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
36397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36398
36399 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
36400 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36401 Date:   Tue Apr 8 16:20:35 2008 +0900
36402
36403     cpu/mips/cpu.c: Fix flush_cache bug
36404
36405     Cache operations have to take line address (addr), not start_addr.
36406     I noticed this bug when debugging ping failure.
36407
36408     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36409
36410 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
36411 Author: Martin Krause <martin.krause@tqs.de>
36412 Date:   Thu Apr 3 14:29:01 2008 +0200
36413
36414     TQM5200: fix default IDE reset level
36415
36416     Before the first call of ide_reset(), the level of the IDE reset
36417     signal on the TQM5200 is low (reset asserted). This patch sets the
36418     default value to high (reset not asserted).
36419
36420     Currently this patch fixes no real problem, but it is cleaner to
36421     assert the reset signal only on demand, and not permanently.
36422
36423     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36424
36425 commit c61e033d6e8abb7b4060ee36060961e1399f6079
36426 Author: Detlev Zundel <dzu@denx.de>
36427 Date:   Thu Apr 3 14:18:48 2008 +0200
36428
36429     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
36430
36431     Signed-off-by: Detlev Zundel <dzu@denx.de>
36432
36433 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
36434 Author: Detlev Zundel <dzu@denx.de>
36435 Date:   Thu Apr 3 14:18:47 2008 +0200
36436
36437     mgcoge, mgsuv: rename 'addcon' to 'addcons'
36438
36439     The latter name with 13 users is already established, so we will use
36440     that.
36441
36442     Signed-off-by: Detlev Zundel <dzu@denx.de>
36443
36444 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
36445 Author: Martin Krause <martin.krause@tqs.de>
36446 Date:   Thu Apr 3 13:37:56 2008 +0200
36447
36448     IDE: fix bug in reset sequence
36449
36450     According to the ata (ata5) specification the RESET- signal
36451     shall be asserted for at least 25 us. Without this patch,
36452     the RESET- signal is asserted on some boards for only < 1 us
36453     (e. g. on the TQM5200). This patch adds a general delay of
36454     25 us to the RESET- signal.
36455
36456     Without this patch a Platinum 4 GiB CF card is not recognised
36457     properly on boards with a TQM5200 (STK52xx, TB5200).
36458
36459     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36460
36461 commit 813bea96a960916c72b4a3a7df840151529c26ce
36462 Author: Sascha Laue <Sascha.Laue@gmx.biz>
36463 Date:   Thu Apr 3 14:43:11 2008 +0200
36464
36465     lwmon5: disable CONFIG_ZERO_BOOTDELAY
36466
36467     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
36468
36469 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
36470 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36471 Date:   Wed Apr 2 08:03:58 2008 +0200
36472
36473     ds174x: Fix warning on return in rtc_get and rtc_set functions
36474
36475     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36476
36477 commit a253b38bf50c85227c33ca0febc870ee49d1588e
36478 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36479 Date:   Wed Apr 2 08:03:57 2008 +0200
36480
36481     cmd_log.c: Fix assignment differ in signedness
36482
36483     In function 'logbuff_init_ptrs':
36484     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
36485
36486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36487
36488 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
36489 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
36490 Date:   Wed Apr 2 11:04:43 2008 +0530
36491
36492     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
36493
36494     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
36495
36496 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
36497 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36498 Date:   Tue Apr 1 14:07:10 2008 +0200
36499
36500     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
36501
36502     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36503
36504 commit c08fb3ea36d19b1640b7906264581e9105534399
36505 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
36506 Date:   Tue Apr 15 10:24:14 2008 +0200
36507
36508     Additional PCI IDs for IDE and network controllers
36509
36510     These PCI IDs are required by the Linkstation platforms.
36511
36512     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
36513
36514 commit c0559be371b2a64b1a817088c3308688e2182f93
36515 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
36516 Date:   Mon Apr 14 23:01:50 2008 +0200
36517
36518     Change env_get_char from a global function ptr to a function.
36519
36520     This avoids an early global data reference.
36521
36522     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
36523
36524 commit 3e0f331c05d72f140715c1e9fca991927e44d422
36525 Author: Guennadi Liakhovetski <lg@denx.de>
36526 Date:   Tue Apr 29 12:35:08 2008 +0000
36527
36528     Clean up smsc911x driver
36529
36530     Replace direct register address derefencing with accessor functions.
36531     Restrict explicitly 32-bit bus-width, extend affected configurations
36532     respectively.
36533
36534     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36535     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36536
36537 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
36538 Author: Sascha Hauer <s.hauer@pengutronix.de>
36539 Date:   Tue Apr 15 00:08:20 2008 -0400
36540
36541     This patch adds a driver for the following smsc network controllers:
36542     LAN9115
36543     LAN9116
36544     LAN9117
36545     LAN9215
36546     LAN9216
36547     LAN9217
36548
36549     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
36550     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
36551     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36552
36553 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
36554 Author: Sascha Laue <Sascha.Laue@gmx.biz>
36555 Date:   Tue Apr 1 15:13:03 2008 +0200
36556
36557     Fix watchdog POST for lwmon5
36558
36559     If the hardware watchdog detects a voltage error, the watchdog sets
36560     GPIO62 to low. The watchdog POST has to detect this low level.
36561
36562     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
36563
36564 commit 24b448448a917e52806f82660a5c9d47608894fb
36565 Author: Dave Liu <r63238@freescale.com>
36566 Date:   Tue Apr 1 15:22:11 2008 +0800
36567
36568     ata: update the libata.h from ata.h of linux kernel
36569
36570     Current libata.h of u-boot is out of sync from linux kernel,
36571     this patch make it be consistent with linux kernel.
36572
36573     Signed-off-by: Dave Liu <daveliu@freescale.com>
36574     Signed-off-by: Tor Krill <tor@excito.com>
36575
36576 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
36577 Author: Kumar Gala <galak@kernel.crashing.org>
36578 Date:   Mon Mar 31 11:59:27 2008 -0500
36579
36580     Allow use of ARCH=powerpc when building
36581
36582     The linux kernel is now mostly ARCH=powerpc, so to make life easier
36583     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
36584
36585     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36586
36587 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
36588 Author: Kyungmin Park <kmpark@infradead.org>
36589 Date:   Mon Mar 31 10:40:54 2008 +0900
36590
36591     Add apollon board MAINTAINERS entry
36592
36593     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36594
36595 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
36596 Author: Kyungmin Park <kmpark@infradead.org>
36597 Date:   Mon Mar 31 10:40:36 2008 +0900
36598
36599     Fix OneNAND read
36600
36601     It should access with 16-bit instead of 8-bit
36602
36603     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
36604
36605     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36606
36607 commit a9da2b41079d230db3a5641625311983f85ce1fb
36608 Author: Kyungmin Park <kmpark@infradead.org>
36609 Date:   Mon Mar 31 10:40:19 2008 +0900
36610
36611     Fix OneNAND erase command
36612
36613     It mis-calculates the block address.
36614     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
36615
36616     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36617
36618 commit 61525f2ffa156665a66908fda47dbf29d65ea579
36619 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
36620 Date:   Mon Mar 31 01:32:15 2008 +0200
36621
36622     Support for LinkStation / KuroBox HD and HG PPC models
36623
36624     This patch is based on the port by Mihai Georgian (see linkstation.c for
36625     Copyright information) and implements support for LinkStation / KuroBox HD
36626     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
36627     the moment, pending network driver fixing.
36628
36629     Notice to users: this is pretty much a barebone port. Support for network
36630     on HG models is already in the U-Boot mainline, but you might also want
36631     patches to switch fan / phy modes depending on the negotiated ethernet
36632     parameters. This patch also doesn't support console switching, booting EM
36633     mode, Buffalo specific ext2 magic number. So, if you want to use any of
36634     those, you need additional patches. Otherwise this patche provides a fully
36635     functional u-boot with a network console on your system.
36636
36637     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36638
36639 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
36640 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36641 Date:   Sun Mar 30 01:22:13 2008 -0500
36642
36643     Add CONFIG_MII_INIT support to related boards
36644
36645     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
36646     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
36647     that use mii_init() in cmd_init.c.
36648
36649     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36650     Acked-by: Ben Warren <biggerbadderben@gmail.com>
36651
36652 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
36653 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36654 Date:   Sun Mar 30 01:19:06 2008 -0500
36655
36656     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
36657
36658     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
36659     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
36660
36661     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36662
36663 commit e99ccb488181d012248c6be30b2093e950319fc5
36664 Author: Kumar Gala <galak@kernel.crashing.org>
36665 Date:   Thu Mar 27 11:46:38 2008 -0500
36666
36667     Introduce phys_size_t and move phys_addr_t into asm/types.h
36668
36669     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
36670     that have larger physical addresses like 44x, 85xx, and 86xx.
36671
36672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36673
36674 commit 20a14a42a25f72e379f38460b8a8484667536795
36675 Author: Andy Fleming <afleming@freescale.com>
36676 Date:   Wed Apr 2 16:19:07 2008 -0500
36677
36678     Rename include/md5.h to include/u-boot/md5.h
36679
36680     Some systems have md5.h installed in /usr/include/. This isn't the
36681     desired file (we want the one in include/md5.h). This will avoid the
36682     conflict. This fixes the host tools building problem by creating a new
36683     directory for U-Boot specific header files.
36684
36685     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
36686     Denk]
36687
36688     Signed-off-by: Wolfgang Denk <wd@denx.de>
36689     Signed-off-by: Andy Fleming <afleming@freescale.com>
36690     Acked-by: Timur Tabi <timur@freescale.com>
36691
36692 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
36693 Author: Dave Liu <r63238@freescale.com>
36694 Date:   Thu Mar 27 18:51:17 2008 +0800
36695
36696     drivers: code clean up
36697
36698     Signed-off-by: Dave Liu <daveliu@freescale.com>
36699
36700 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
36701 Author: Dave Liu <r63238@freescale.com>
36702 Date:   Thu Mar 27 18:50:41 2008 +0800
36703
36704     drivers: clean up the ata_piix.h
36705
36706     Signed-off-by: Dave Liu <daveliu@freescale.com>
36707
36708 commit e8f7ba404f1409606962815ecc955a06984b08b3
36709 Author: Dave Liu <r63238@freescale.com>
36710 Date:   Thu Mar 27 18:49:56 2008 +0800
36711
36712     doc: english polishing for README.sata
36713
36714     according to gvb's suggestion, polishing for the doc.
36715
36716     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
36717     Signed-off-by: Dave Liu <daveliu@freescale.com>
36718
36719 commit 3e3f766a5274d204780460e1879723b565296d34
36720 Author: Kumar Gala <galak@kernel.crashing.org>
36721 Date:   Wed Mar 26 18:53:28 2008 -0500
36722
36723     Fix warnings introduced by I2C bus speed setting patch
36724
36725     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36726
36727 commit 3c735e7437150e8615f26930c7819db85634276d
36728 Author: eran liberty <eran.liberty@gmail.com>
36729 Date:   Thu Mar 27 00:50:49 2008 +0100
36730
36731     Altera Stratix II support
36732
36733     Adds Support for Altera's Stratix II.
36734
36735     Within your board specific init file you will have to call
36736
36737     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
36738     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
36739
36740     Altera_desc* contines (for example):
36741         {
36742          Altera_StratixII,      /* part type */
36743          passive_serial,        /* interface type */
36744          1,                     /* bytes of data part can accept */
36745          (void *)(&funcs),      /* interface function table */
36746          0L,                    /* base interface address */
36747          0                      /* implementation specific cookie */
36748          }
36749
36750     funcs is the interface. It is of type altera_board_specific_func.
36751     It looks like this:
36752     altera_board_specific_func func = {
36753         pre_fn,
36754         config_fn,
36755         status_fn,
36756         done_fn,
36757         clk_fn,
36758         data_fn,
36759         abort_fn,
36760         post_fn,
36761     };
36762
36763     you will have to implement these functions, which is usually bit
36764     banging some gpio.
36765
36766     Signed-off-by: Eran Liberty <liberty@extricom.com>
36767
36768 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
36769 Author: Wolfgang Denk <wd@denx.de>
36770 Date:   Sun Apr 13 14:32:54 2008 -0700
36771
36772     Update CHANGELOG
36773
36774     Signed-off-by: Wolfgang Denk <wd@denx.de>
36775
36776 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
36777 Author: Sascha Hauer <s.hauer@pengutronix.de>
36778 Date:   Wed Mar 26 20:41:17 2008 +0100
36779
36780     Phytec Phycore-i.MX31 support
36781
36782     This patch adds support for the Phytec Phycore-i.MX31 board
36783
36784     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
36785     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36786
36787 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
36788 Author: Sascha Hauer <s.hauer@pengutronix.de>
36789 Date:   Wed Mar 26 20:41:09 2008 +0100
36790
36791     mx31 litekit support
36792
36793     This patch adds support for the mx31 litekit board
36794
36795     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
36796     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36797
36798 commit cdace0661208754a53019ea0dc7b803a040e0939
36799 Author: Sascha Hauer <s.hauer@pengutronix.de>
36800 Date:   Wed Mar 26 20:40:49 2008 +0100
36801
36802     add an i2c driver for mx31
36803
36804     This patch adds an i2c driver for Freescale i.MX processors
36805
36806     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
36807     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36808
36809 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
36810 Author: Sascha Hauer <s.hauer@pengutronix.de>
36811 Date:   Wed Mar 26 20:40:42 2008 +0100
36812
36813     core support for Freescale mx31
36814
36815     This patch adds the core support for Freescale mx31
36816
36817     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
36818     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36819
36820 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
36821 Author: Wolfgang Denk <wd@denx.de>
36822 Date:   Sun Apr 13 14:19:23 2008 -0700
36823
36824     Fix compile error
36825
36826     ...as suggested by Peter Pearse
36827
36828     Signed-off-by: Wolfgang Denk <wd@denx.de>
36829
36830 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
36831 Author: Sascha Hauer <s.hauer@pengutronix.de>
36832 Date:   Wed Mar 26 20:40:36 2008 +0100
36833
36834     Separate omap24xx specific code from arm1136
36835
36836     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
36837     to cpu/arm1136/omap24xx.
36838
36839     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
36840     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36841
36842 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
36843 Author: Mike Frysinger <vapier@gentoo.org>
36844 Date:   Tue Jan 29 18:21:05 2008 -0500
36845
36846     disable caches before booting an app for Blackfin apps
36847
36848     It isn't generally save to execute applications outside of U-Boot with caches
36849     enabled due to the way the Blackfin processor handles caches (requires
36850     software assistance).  This patch disables caches before booting an ELF or
36851     just booting raw code.  The previous discussion on the patch was that we
36852     wanted to use weaks instead, but that proved to not be feasible when multiple
36853     symbols are involved, which puts us back at the ifdef solution.  I've
36854     minimized the ugliness by moving the setup step outside of the main function.
36855
36856     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36857
36858 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
36859 Author: Wolfgang Denk <wd@denx.de>
36860 Date:   Sun Apr 13 10:03:54 2008 -0700
36861
36862     ppc: Get rid of unused machine type definitions
36863
36864     Signed-off-by: Wolfgang Denk <wd@denx.de>
36865
36866 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
36867 Author: Wolfgang Denk <wd@denx.de>
36868 Date:   Sun Apr 13 09:59:26 2008 -0700
36869
36870     Coding Style cleanup; update CHANGELOG
36871
36872     Signed-off-by: Wolfgang Denk <wd@denx.de>
36873
36874 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
36875 Author: Larry Johnson <lrj@acm.org>
36876 Date:   Thu Feb 21 13:58:11 2008 -0500
36877
36878     LM73 bug fix for negative temperatures and cleanup
36879
36880     When the LM73 temperature sensor measures a temperature below 0 C, the
36881     current driver does not perform sign extension, so the result returned is
36882     512 C too high.  This patch fixes the problem, and does general cleanup
36883     of the code.
36884
36885     Signed-off-by: Larry Johnson <lrj@acm.org>
36886
36887 commit 96ef831f713289afba19da0c8f905e99da2b23e0
36888 Author: Guennadi Liakhovetski <lg@denx.de>
36889 Date:   Thu Apr 3 13:36:02 2008 +0200
36890
36891     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
36892
36893     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
36894     series require different addresses for buffered write commands. Define a
36895     configuration option to support buffered writes on those chips. A more
36896     elegant solution would be to automatically detect those chips by parsing
36897     their CFI records, but that would require introduction of a fixup table
36898     into the cfi_flash driver.
36899
36900     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36901
36902 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
36903 Author: Lee Nipper <lee.nipper@freescale.com>
36904 Date:   Thu Apr 10 09:35:06 2008 -0500
36905
36906     mpc83xx: Update DIMM data bus width test to support 40-bit width
36907
36908     32-bit wide ECC memory modules report 40-bit width.
36909     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
36910
36911     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
36912     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36913
36914 commit 5fb5a689d822ca61e814bd523fc930af335242fa
36915 Author: Dave Liu <r63238@freescale.com>
36916 Date:   Mon Mar 31 17:05:12 2008 +0800
36917
36918     mpc83xx: Fix the bug of serdes initialization
36919
36920     Currently the serdes will not be initializated due to the
36921     partid's error.
36922
36923     Signed-off-by: Dave Liu <daveliu@freescale.com>
36924     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36925
36926 commit 2000784818f043db7ca60e2846a72d097766b894
36927 Author: Dave Liu <r63238@freescale.com>
36928 Date:   Thu Apr 3 16:28:29 2008 +0800
36929
36930     mpc83xx: Fix the SATA clock setting of 837x targets
36931
36932     Currently the SATA controller clock is configured as CSB clock,
36933     usually the CSB clock is 400/333/266MHz.
36934
36935     However, The SATA IP block is only guaranteed to operate up to
36936     200 MHz as stated in the HW spec.
36937
36938     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
36939
36940     This patch makes the SATA clock as half of CSB clock.
36941
36942     Signed-off-by: Dave Liu <daveliu@freescale.com>
36943     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36944
36945 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
36946 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36947 Date:   Wed Apr 2 13:41:21 2008 +0200
36948
36949     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
36950
36951     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36952     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36953
36954 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
36955 Author: Kumar Gala <galak@kernel.crashing.org>
36956 Date:   Wed Apr 9 04:20:57 2008 -0500
36957
36958     85xx: Fix detection of MP cpu spin up
36959
36960     We were looking at the wrong memory offset to determine of a secondary
36961     cpu had been spun up or not.  Also added a warning message if the
36962     all the secondary cpus we expect don't spin up.
36963
36964     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36965
36966 commit f3e04bdc3f360c66801a9048956e61e41a16edba
36967 Author: Kumar Gala <galak@kernel.crashing.org>
36968 Date:   Tue Apr 8 10:45:50 2008 -0500
36969
36970     85xx: Use SVR_SOC_VER instead of SVR_VER
36971
36972     The recent change introduced by 'Update SVR numbers to expand support'
36973     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
36974     to compare against a particular processor id.
36975
36976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36977
36978 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
36979 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
36980 Date:   Fri Apr 11 10:00:35 2008 -0400
36981
36982     ppc4xx: Fix power mgt definitions for PPC440
36983
36984     Corrected DCR addresses of PPC440EP power management registers.
36985
36986     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
36987
36988 commit 950a392464e616b4590bc4501be46e2d7d162dea
36989 Author: Wolfgang Denk <wd@denx.de>
36990 Date:   Fri Apr 11 15:11:26 2008 +0200
36991
36992     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
36993
36994     Reverting became necessary after it turned out that the patches in
36995     the u-boot-arm repo were modified, and in some cases corrupted.
36996
36997     This reverts the following commits:
36998
36999         066bebd6353e33af3adefc3404560871699e9961
37000         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
37001         c88ae20580b2b01487b4cdcc8b2a113f551aee36
37002         a147e56f03871bba4f05058d5e04ce7deb010b04
37003         d6674e0e2a6a1f033945f78838566210d3f28c95
37004         8c8463cce44d849e37744749b32d38e1dfb12e50
37005         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
37006         8bf69d81782619187933a605f1a95ee1d069478d
37007         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
37008         a574a73852a527779234e73e17e7597fd8128882
37009         1377b5583a48021d983e1fd565f7d40c89e84d63
37010         1704dc20917b4f71e373e2c888497ee666d40380
37011
37012     Signed-off-by: Wolfgang Denk <wd@denx.de>
37013
37014 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
37015 Author: Stefan Roese <sr@denx.de>
37016 Date:   Fri Apr 11 07:02:29 2008 +0200
37017
37018     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
37019
37020     This patch reworks the default environment on Kilauea/Haleakala. Now
37021     "net_nfs" for exmaple uses the device-tree style booting formerly know
37022     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
37023     new image booting support, which check for image overwriting. So the
37024     addresses needed togeet adjusted.
37025
37026     Signed-off-by: Stefan Roese <sr@denx.de>
37027
37028 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
37029 Author: Stefan Roese <sr@denx.de>
37030 Date:   Wed Apr 9 11:58:02 2008 +0200
37031
37032     ppc4xx: Fix Canyonlands default environment to work with new image support
37033
37034     Since the new image support checks for image overwriting, the default
37035     environment needs to get adjusted to use correct addresses.
37036
37037     Signed-off-by: Stefan Roese <sr@denx.de>
37038
37039 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
37040 Author: Stefan Roese <sr@denx.de>
37041 Date:   Wed Apr 9 11:54:11 2008 +0200
37042
37043     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
37044
37045     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
37046     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
37047     on 4xx systems _start currently cannot be used for this calculation.
37048     So revert back to the original version for now.
37049
37050     Signed-off-by: Stefan Roese <sr@denx.de>
37051
37052 commit f91374f65eae8b42cac329e06ba1c54728278efb
37053 Author: Michal Simek <monstr@monstr.eu>
37054 Date:   Fri Mar 28 12:49:52 2008 +0100
37055
37056     microblaze: Sort microblaze boards in MAKEALL script
37057
37058 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
37059 Author: Michal Simek <monstr@monstr.eu>
37060 Date:   Fri Mar 28 11:58:45 2008 +0100
37061
37062     microblaze: clean microblaze_config.mk
37063
37064     FLAGS are generated by U-BOOT generator.
37065     Board specific FLAGS are in board directory
37066
37067     Signed-off-by: Michal Simek <monstr@monstr.eu>
37068
37069 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
37070 Author: Michal Simek <monstr@monstr.eu>
37071 Date:   Fri Mar 28 12:47:19 2008 +0100
37072
37073     microblaze: xupv2p fix config file for supporting FDT
37074
37075 commit 188dc16b189143573b1ed90e584bf866d75cdd12
37076 Author: Michal Simek <monstr@monstr.eu>
37077 Date:   Fri Mar 28 11:53:02 2008 +0100
37078
37079     microblaze: ml401 fix config file for supporting FDT
37080
37081     Signed-off-by: Michal Simek <monstr@monstr.eu>
37082
37083 commit 4c6a6f02e239236261333759997eeaf86b30b54c
37084 Author: Michal Simek <monstr@monstr.eu>
37085 Date:   Fri Mar 28 11:22:48 2008 +0100
37086
37087     microblaze: ml401 - add ifdef for GPIO
37088
37089     Signed-off-by: Michal Simek <monstr@monstr.eu>
37090
37091 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
37092 Author: Michal Simek <monstr@monstr.eu>
37093 Date:   Fri Mar 28 12:13:03 2008 +0100
37094
37095     microblaze: clean uart16550 and uartlite handling
37096
37097     Signed-off-by: Michal Simek <monstr@monstr.eu>
37098
37099 commit 0b20f250877441460fb79d72192954abe8498834
37100 Author: Michal Simek <monstr@monstr.eu>
37101 Date:   Fri Mar 28 11:08:31 2008 +0100
37102
37103     microblaze: Add Emaclite driver to Makefile
37104
37105     Signed-off-by: Michal Simek <monstr@monstr.eu>
37106
37107 commit 868cde5310f88234b774878e4f06e79df10a88b3
37108 Author: Michal Simek <monstr@monstr.eu>
37109 Date:   Fri Mar 28 11:08:01 2008 +0100
37110
37111     microblaze: Add Emac driver to Makefile
37112
37113     Signed-off-by: Michal Simek <monstr@monstr.eu>
37114
37115 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
37116 Author: Michal Simek <monstr@monstr.eu>
37117 Date:   Fri Mar 28 12:42:29 2008 +0100
37118
37119     microblaze: add Emac ethernet driver
37120
37121 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
37122 Author: Michal Simek <monstr@monstr.eu>
37123 Date:   Fri Mar 28 12:41:56 2008 +0100
37124
37125     microblaze: add Emaclite ethernet driver
37126
37127 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
37128 Author: Michal Simek <monstr@monstr.eu>
37129 Date:   Fri Mar 28 11:04:01 2008 +0100
37130
37131     microblaze: ML401 and XUPV2P remove emac and emaclite reference
37132
37133     Signed-off-by: Michal Simek <monstr@monstr.eu>
37134
37135 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
37136 Author: Michal Simek <monstr@monstr.eu>
37137 Date:   Fri Mar 28 10:59:32 2008 +0100
37138
37139     microblaze: remove old setting for emac driver
37140
37141     Signed-off-by: Michal Simek <monstr@monstr.eu>
37142
37143 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
37144 Author: Michal Simek <monstr@monstr.eu>
37145 Date:   Fri Mar 28 10:58:15 2008 +0100
37146
37147     microblaze: Clean Makefile from ancient emac driver
37148
37149     Signed-off-by: Michal Simek <monstr@monstr.eu>
37150
37151 commit ab68f921d9c741830f721c3d879c13a0c5597183
37152 Author: Daniel Hellstrom <daniel@gaisler.com>
37153 Date:   Fri Mar 28 10:20:43 2008 +0100
37154
37155     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
37156
37157     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37158
37159 commit 6ed8a43a19bb0275501bc286007daafa923552cf
37160 Author: Daniel Hellstrom <daniel@gaisler.com>
37161 Date:   Wed Mar 26 23:38:48 2008 +0100
37162
37163     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.
37164
37165     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37166
37167 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
37168 Author: Daniel Hellstrom <daniel@gaisler.com>
37169 Date:   Wed Mar 26 23:34:47 2008 +0100
37170
37171     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
37172
37173     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37174
37175 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
37176 Author: Daniel Hellstrom <daniel@gaisler.com>
37177 Date:   Fri Mar 28 10:06:52 2008 +0100
37178
37179     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
37180
37181     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37182
37183 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
37184 Author: Daniel Hellstrom <daniel@gaisler.com>
37185 Date:   Wed Mar 26 23:26:48 2008 +0100
37186
37187     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
37188
37189     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37190
37191 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
37192 Author: Daniel Hellstrom <daniel@gaisler.com>
37193 Date:   Fri Mar 28 10:00:33 2008 +0100
37194
37195     SPARC: Added support for SPARC LEON2 SOC Processor.
37196
37197     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37198
37199 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
37200 Author: Daniel Hellstrom <daniel@gaisler.com>
37201 Date:   Wed Mar 26 23:00:38 2008 +0100
37202
37203     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.
37204
37205     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37206
37207 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
37208 Author: Daniel Hellstrom <daniel@gaisler.com>
37209 Date:   Wed Mar 26 22:51:29 2008 +0100
37210
37211     SPARC: Added support for SPARC LEON3 SOC processor.
37212
37213     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37214
37215 commit bf3d8b31169546fcddb4737391e1893fb12d033a
37216 Author: Daniel Hellstrom <daniel@gaisler.com>
37217 Date:   Fri Mar 28 08:29:26 2008 +0100
37218
37219     SPARC: added SPARC support for new uimage in common code.
37220
37221     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37222
37223 commit 00ab32c85405a4fe65fd4128243086210fc90a21
37224 Author: Daniel Hellstrom <daniel@gaisler.com>
37225 Date:   Wed Mar 26 22:36:03 2008 +0100
37226
37227     SPARC: added SPARC board information to the command bdinfo.
37228
37229     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37230
37231 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
37232 Author: Daniel Hellstrom <daniel@gaisler.com>
37233 Date:   Fri Mar 28 09:47:00 2008 +0100
37234
37235     SPARC: Added generic support for SPARC architecture.
37236
37237     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37238
37239 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
37240 Author: Stefan Roese <sr@denx.de>
37241 Date:   Thu Apr 3 14:50:34 2008 +0200
37242
37243     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
37244
37245     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
37246     has 2 RGMII instances and we need to configure the 2nd RGMII instance
37247     for the EMAC2+3 channels.
37248
37249     Signed-off-by: Stefan Roese <sr@denx.de>
37250
37251 commit c2a545ce33b26d80337f80b533828839249fb1c9
37252 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37253 Date:   Wed Apr 2 08:03:56 2008 +0200
37254
37255     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
37256
37257     fdt.c: In function 'ft_cpu_setup':
37258     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
37259     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
37260     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
37261     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
37262
37263     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37264
37265 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
37266 Author: Andy Fleming <afleming@freescale.com>
37267 Date:   Mon Mar 31 20:45:56 2008 -0500
37268
37269     Fix fdt set command to conform to dts spec
37270
37271     The fdt set command was treating properties specified as <00> and <0011>
37272     as byte streams, rather than as an array of cells.  As we already have
37273     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
37274     we should use the <> syntax to describe arrays of cells, which are always
37275     32-bits per element.  If we imagine this likely (IMHO) scenario:
37276
37277     > fdt set /ethernet-phy@1 reg <1>
37278
37279     With the old code, this would create a bad fdt, since the reg cell would be
37280     made to be one byte in length.  But the cell must be 4 bytes, so this would
37281     break mysteriously.
37282
37283     Also, the dts spec calls for constants inside the angle brackets (<>)
37284     to conform to C constant standards as they pertain to base.
37285     Take this scenario:
37286
37287     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
37288
37289     The old fdt command would complain that it couldn't parse that.  Or, if you
37290     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
37291     do this:
37292
37293     > fdt set /mydev clock <1f78a40>
37294
37295     Whereas the new code will accept decimal numbers.
37296
37297     While I was in there, I extended the fdt command parser to handle property
37298     strings which are split across multiple arguments:
37299
37300     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
37301     > fdt p /ethernet@f00
37302     ethernet@f00 {
37303         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
37304     };
37305
37306     Lastly, the fdt print code was rearranged slightly to print arrays of cells
37307     if the length of the property is a multiple of 4 bytes, and to not print
37308     leading zeros.
37309
37310     Signed-off-by: Andy Fleming <afleming@freescale.com>
37311
37312 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
37313 Author: Stefan Roese <sr@denx.de>
37314 Date:   Wed Apr 2 08:39:33 2008 +0200
37315
37316     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
37317
37318     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
37319     interface. This usage can be configured with the jumper J6. This patch
37320     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
37321     is installed.
37322
37323     Signed-off-by: Stefan Roese <sr@denx.de>
37324
37325 commit 6fe2946f198481254a6ee9600d7456b8316a4083
37326 Author: Kim Phillips <kim.phillips@freescale.com>
37327 Date:   Fri Mar 28 17:37:49 2008 -0500
37328
37329     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
37330
37331     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
37332     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
37333     started.
37334
37335     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37336
37337 commit b5873f1732b92a25690e1513b90dfb0d644f6697
37338 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37339 Date:   Tue Apr 1 07:30:51 2008 +0200
37340
37341     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
37342
37343     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37344
37345 commit 2d934ea51f276522b532f870a820e844ff480b5b
37346 Author: Tor Krill <tor@excito.com>
37347 Date:   Fri Mar 28 15:29:45 2008 +0100
37348
37349     Add Vitesse 8601 support to TSEC driver
37350
37351     Add phy_info for Vitesse VSC8601.
37352     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
37353
37354     Signed-off-by: Tor Krill <tor@excito.com>
37355     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
37356     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37357
37358 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
37359 Author: Daniel Hellstrom <daniel@gaisler.com>
37360 Date:   Mon Mar 31 14:25:00 2008 +0000
37361
37362     SPARC: added SMC91111 driver in and out macros for LEON processors.
37363
37364     This patch makes SPARC/LEON processors able to read and write
37365     to the SMC91111 chip using the chip external I/O bus of the memory
37366     controller. This patchs defines the standard in and out macros
37367     expected by the SMC9111 driver.
37368
37369     To access that I/O bus one must set up the memory controller
37370     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
37371     up this correctly when the other MCTRL parameters are set up. It
37372     can be set up from the board configuration header file.
37373
37374     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37375     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37376
37377 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
37378 Author: Stelian Pop <stelian@popies.net>
37379 Date:   Wed Mar 26 18:52:34 2008 +0100
37380
37381     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
37382
37383     Signed-off-by: Stelian Pop <stelian@popies.net>
37384
37385 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
37386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37387 Date:   Mon Mar 31 21:31:04 2008 +0200
37388
37389     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
37390
37391     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37392
37393 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
37394 Author: Stelian Pop <stelian@popies.net>
37395 Date:   Wed Mar 26 18:52:33 2008 +0100
37396
37397     Add support for AT91SAM9260EK
37398
37399     Support for booting from internal DataFlash, external DataFlash card
37400     or NAND flash is available.
37401
37402     Signed-off-by: Stelian Pop <stelian@popies.net>
37403
37404 commit 1762f13b4aab88b685b1722f17dada247945624b
37405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37406 Date:   Mon Mar 31 21:20:49 2008 +0200
37407
37408     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
37409
37410     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37411
37412 commit 761712188b353494defb2b644491ff73d0daaa6f
37413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37414 Date:   Mon Mar 31 21:12:17 2008 +0200
37415
37416     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
37417
37418     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37419
37420 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
37421 Author: Stelian Pop <stelian@popies.net>
37422 Date:   Wed Mar 26 20:52:32 2008 +0100
37423
37424     Port AT91CAP9 to the new headers
37425
37426     Adapt the existing AT91CAP9 code to the new headers and APIs.
37427
37428     Signed-off-by: Stelian Pop <stelian@popies.net>
37429
37430 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
37431 Author: Stelian Pop <stelian@popies.net>
37432 Date:   Wed Mar 26 19:52:31 2008 +0100
37433
37434     Finish header files reworking
37435
37436     Replace AT91CAP9.h file with several splitted header files coming
37437     from the Linux kernel.
37438
37439     This is part 2 of the replacement: more header imports and edits.
37440
37441     Signed-off-by: Stelian Pop <stelian@popies.net>
37442
37443 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
37444 Author: Stelian Pop <stelian@popies.net>
37445 Date:   Wed Mar 26 19:52:30 2008 +0100
37446
37447     Import several header files from Linux
37448
37449     Replace AT91CAP9.h file with several splitted header files coming
37450     from the Linux kernel.
37451
37452     This is part 1 of the replacement: pristine header files import.
37453
37454     Signed-off-by: Stelian Pop <stelian@popies.net>
37455
37456 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
37457 Author: Stelian Pop <stelian@popies.net>
37458 Date:   Wed Mar 26 20:52:28 2008 +0100
37459
37460     Move at91cap9 specific files to at91sam9 directory
37461
37462     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
37463     common infrastructure can be used. Let this infrastructure be
37464     named after the AT91SAM9 family, and move the existing AT91CAP9
37465     files to the new place.
37466
37467     Signed-off-by: Stelian Pop <stelian@popies.net>
37468
37469 commit 61106a565870ff503f92b251b94bd7afef889a04
37470 Author: Stelian Pop <stelian@popies.net>
37471 Date:   Wed Mar 26 21:52:27 2008 +0100
37472
37473     Use timer_init() instead of board supplied interrupt_init()
37474
37475     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
37476     the board, so use timer_init() instead of interrupt_init().
37477
37478     Signed-off-by: Stelian Pop <stelian@popies.net>
37479
37480 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
37481 Author: Stelian Pop <stelian@popies.net>
37482 Date:   Wed Mar 26 21:52:36 2008 +0100
37483
37484     Cleanup DataFlash partition handling
37485
37486     DataFlash partition information has become a mess. This patch
37487     defines a single partition scheme for Atmel DataFlashes. This partition
37488     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
37489
37490     Signed-off-by: Stelian Pop <stelian@popies.net>
37491
37492 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
37493 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37494 Date:   Fri Mar 28 08:47:45 2008 -0500
37495
37496     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
37497
37498     When the version_string function in start.S is not 4-byte align,
37499     it will cause the compiler generates "unaligned opcodes detected
37500     in executable segment". This issue affects all ColdFire CPUs.
37501     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
37502     it is not aligned.
37503
37504     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37505     Acked-by: John Rigby <jrigby@freescale.com>
37506
37507 commit bae61eefe15b4d454060a7140e49ae58322be803
37508 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37509 Date:   Tue Mar 25 15:41:15 2008 -0500
37510
37511     ColdFire: Add dspi and serial flash support for MCF5445x
37512
37513     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37514     Acked-by: John Rigby <jrigby@freescale.com>
37515
37516 commit 48ead7a7a922fceaf494e352abfab8216a41b417
37517 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37518 Date:   Tue Mar 18 17:37:01 2008 -0500
37519
37520     ColdFire: Remove R5200 board
37521
37522     This board never went into production
37523
37524     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
37525     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37526     Acked-by: John Rigby <jrigby@freescale.com>
37527
37528 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
37529 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
37530 Date:   Thu Jan 24 14:02:32 2008 -0600
37531
37532     ColdFire: Added M5275EVB support.
37533
37534     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
37535     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37536     Acked-by: John Rigby <jrigby@freescale.com>
37537
37538 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
37539 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
37540 Date:   Mon Feb 4 15:38:20 2008 -0600
37541
37542     ColdFire: Added MCF5275 cpu support.
37543
37544     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
37545     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37546     Acked-by: John Rigby <jrigby@freescale.com>
37547
37548 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
37549 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37550 Date:   Mon Mar 17 12:14:11 2008 -0500
37551
37552     ColdFire: Define bootdelay in configuration file for M52277EVB
37553
37554     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
37555     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37556     Acked-by: John Rigby <jrigby@freescale.com>
37557
37558 commit 77878f16cedee17161ff2336990970fffc6cea35
37559 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37560 Date:   Mon Mar 17 12:09:07 2008 -0500
37561
37562     ColdFire: Fix second memory Chipselect for M5475EVB
37563
37564     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37565     Acked-by: John Rigby <jrigby@freescale.com>
37566
37567 commit 43d60642395a550956cb21d287c8cfa563913d28
37568 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37569 Date:   Thu Mar 13 14:26:32 2008 -0500
37570
37571     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
37572
37573     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37574     Acked-by: John Rigby <jrigby@freescale.com>
37575
37576 commit eb14ebe813a0cb5d47905228da446a5ad692473b
37577 Author: Larry Johnson <lrj@acm.org>
37578 Date:   Sun Mar 30 20:33:04 2008 -0500
37579
37580     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
37581
37582     Signed-off-by: Larry Johnson <lrj@acm.org>
37583
37584 commit 02e3892021112f21067d9ed1d04ae4182725ba52
37585 Author: Stefan Roese <sr@denx.de>
37586 Date:   Mon Mar 31 12:20:48 2008 +0200
37587
37588     ppc4xx: Small whitespace fix of esd patches
37589
37590     Signed-off-by: Stefan Roese <sr@denx.de>
37591
37592 commit 034394abb524785047c815f00dde8cdbdc1593c5
37593 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37594 Date:   Sun Mar 30 18:52:44 2008 +0200
37595
37596     ppc4xx: Cleanup PMC440 board support
37597
37598     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37599
37600 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
37601 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37602 Date:   Sun Mar 30 18:52:06 2008 +0200
37603
37604     ppc4xx: Add ptm configuration variables for PMC440
37605
37606     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
37607     environment variables.
37608
37609     Cleanup pci_target_init.
37610
37611     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37612
37613 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
37614 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37615 Date:   Sun Mar 30 18:01:15 2008 +0200
37616
37617     ppc4xx: Minor updates for DU440 boards
37618
37619     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37620
37621 commit d5bffeb868d6b4d462f558dac43011027b6644b7
37622 Author: Mike Frysinger <vapier@gentoo.org>
37623 Date:   Tue Feb 19 00:54:20 2008 -0500
37624
37625     Blackfin: cleanup and overhaul common board init functions
37626
37627     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37628
37629 commit b86b3416f874358acaf07519e7620cdb2145f75b
37630 Author: Mike Frysinger <vapier@gentoo.org>
37631 Date:   Tue Feb 19 00:50:58 2008 -0500
37632
37633     Blackfin: cleanup lib_blackfin/cache.c
37634
37635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37636
37637 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
37638 Author: Mike Frysinger <vapier@gentoo.org>
37639 Date:   Sun Mar 30 15:46:13 2008 -0400
37640
37641     Blackfin: unify cpu and boot modes
37642
37643     All of the duplicated code for Blackfin processors and boot modes have been
37644     unified.  After all, the core is the same for all processors, just the
37645     peripheral set differs (which gets handled in the drivers).
37646
37647     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37648
37649 commit 880cc4381ea8360248cddcdf87a64566745a5724
37650 Author: Stelian Pop <stelian@popies.net>
37651 Date:   Wed Mar 26 22:52:35 2008 +0100
37652
37653     Fix CFG_NO_FLASH compilation.
37654
37655     Many Atmel boards have no "real" (NOR) flash on board, and rely only
37656     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
37657     be present in a board configuration file, while still enabling flash
37658     commands like 'flinfo', 'protect', etc.
37659
37660     Signed-off-by: Stelian Pop <stelian@popies.net>
37661
37662 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
37663 Author: Mike Frysinger <vapier@gentoo.org>
37664 Date:   Tue Feb 19 00:58:13 2008 -0500
37665
37666     Blackfin: BF537-stamp: cleanup spi flash driver
37667
37668     This punts the old spi flash driver for a new/generalized one until the
37669     common one can be integrated.
37670
37671     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37672
37673 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
37674 Author: Ben Warren <biggerbadderben@gmail.com>
37675 Date:   Sun Mar 30 11:34:34 2008 -0400
37676
37677     Fix macro typo in common/cmd_mii.c
37678
37679     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
37680     actually applied the wrong patch.
37681
37682     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37683
37684 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
37685 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37686 Date:   Sun Mar 30 16:39:53 2008 +0200
37687
37688     use correct at91rm9200 register name in m501sk board
37689
37690     This fixes a naming bug for at91rm9200 lowlevel init code:
37691     NOR boot flash is on chipselect 0, not chipselect 2.  This
37692     makes code use the register name from chip datasheets.
37693
37694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37695
37696 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
37697 Author: David Brownell <david-b@pacbell.net>
37698 Date:   Fri Jan 18 12:55:00 2008 -0800
37699
37700     use correct at91rm9200 register name
37701
37702     This fixes a naming bug for at91rm9200 lowlevel init code:
37703     NOR boot flash is on chipselect 0, not chipselect 2.  This
37704     makes code use the register name from chip datasheets.
37705
37706     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
37707
37708 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
37709 Author: David Brownell <david-b@pacbell.net>
37710 Date:   Fri Jan 18 12:45:45 2008 -0800
37711
37712     add missing ARM boards to MAKEALL
37713
37714     Add some missing ARM boards to MAKEALL.  These build correctly,
37715     unlike several of the boards already listed.
37716
37717     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
37718
37719 commit 066bebd6353e33af3adefc3404560871699e9961
37720 Author: Peter Pearse <peter.pearse@arm.com>
37721 Date:   Sun Mar 30 11:34:09 2008 +0100
37722
37723     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
37724     to prevent compilation error.
37725
37726     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
37727
37728 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
37729 Author: Guennadi Liakhovetski <[lg@denx.de]>
37730 Date:   Sun Mar 30 11:32:30 2008 +0100
37731
37732     Support for the MX31ADS evaluation board from Freescale
37733
37734     This patch adds support for the MX31ADS evaluation board from Freescale,
37735     initialization code is copied from RedBoot sources, also provided by Freescale.
37736
37737     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37738
37739 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
37740 Author: Sascha Hauer <s.hauer@pengutronix.de>
37741 Date:   Sun Mar 30 11:32:27 2008 +0100
37742
37743     Phytec Phycore-i.MX31 support
37744
37745     This patch adds support for the Phytec Phycore-i.MX31 board
37746
37747     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
37748     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37749
37750 commit a147e56f03871bba4f05058d5e04ce7deb010b04
37751 Author: Sascha Hauer <s.hauer@pengutronix.de>
37752 Date:   Sun Mar 30 11:32:24 2008 +0100
37753
37754     mx31 litekit support
37755
37756     This patch adds support for the mx31 litekit board
37757
37758     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
37759     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37760
37761 commit d6674e0e2a6a1f033945f78838566210d3f28c95
37762 Author: Sascha Hauer <s.hauer@pengutronix.de>
37763 Date:   Sun Mar 30 11:32:21 2008 +0100
37764
37765     add SMSC LAN9x1x Network driver
37766
37767     This patch adds a driver for the following smsc network controllers:
37768     LAN9115
37769     LAN9116
37770     LAN9117
37771     LAN9215
37772     LAN9216
37773     LAN9217
37774
37775     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
37776     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37777
37778 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
37779 Author: Sascha Hauer <s.hauer@pengutronix.de>
37780 Date:   Sun Mar 30 11:32:16 2008 +0100
37781
37782     add an i2c driver for mx31
37783
37784     This patch adds an i2c driver for Freescale i.MX processors
37785
37786     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
37787     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37788
37789 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
37790 Author: Sascha Hauer <s.hauer@pengutronix.de>
37791 Date:   Sun Mar 30 11:30:43 2008 +0100
37792
37793     core support for Freescale mx31
37794
37795     This patch adds the core support for Freescale mx31
37796
37797     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
37798     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37799
37800 commit 8bf69d81782619187933a605f1a95ee1d069478d
37801 Author: Sascha Hauer <s.hauer@pengutronix.de>
37802 Date:   Sun Mar 30 11:28:46 2008 +0100
37803
37804     Separate omap24xx specific code from arm1136
37805
37806     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
37807
37808     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
37809     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37810
37811 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
37812 Author: Peter Pearse <peter.pearse@arm.com>
37813 Date:   Sun Mar 30 11:23:05 2008 +0100
37814
37815     Add pmdra into MAKEALL
37816
37817     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
37818
37819 commit a574a73852a527779234e73e17e7597fd8128882
37820 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
37821 Date:   Sun Mar 30 11:21:58 2008 +0100
37822
37823     Adds support for the Prodrive PMDRA board, based on a DM6441
37824
37825     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
37826
37827 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
37828 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
37829 Date:   Sun Mar 30 11:11:34 2008 +0100
37830
37831     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
37832
37833     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
37834
37835 commit 1704dc20917b4f71e373e2c888497ee666d40380
37836 Author: Dirk Behme <dirk.behme@gmail.com>
37837 Date:   Sun Mar 30 11:09:01 2008 +0100
37838
37839     - Remove *_masked() functions as noted by Wolfgang
37840     - Adapt register naming to recent TI spec (sprue26, March 2007)
37841     - Fix reset_timer() handling
37842     - As reported by Pieter [1] the overflow fix introduced a
37843     delay of factor 16 (e.g 2 seconds became 32). While the
37844     overflow fix is basically okay, it missed to divide udelay by
37845     16, too. Fix this.
37846     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
37847     - Remove software division of timer count value (DIV(x)
37848     macro) and do it in hardware (TIM_CLK_DIV).
37849     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
37850     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
37851     the hints & testing!
37852
37853     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
37854
37855     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
37856
37857 commit ac3315c26e143c31680750c9c13f027efbcc887e
37858 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
37859 Date:   Thu Mar 6 16:45:44 2008 +0100
37860
37861     new PHY @ e1000 - 2nd try
37862
37863     Add 82541ER device with latest integrated IGP2 PHY.
37864     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
37865
37866     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
37867     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37868
37869 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
37870 Author: Daniel Hellstrom <daniel@gaisler.com>
37871 Date:   Fri Mar 28 20:22:53 2008 +0100
37872
37873     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
37874
37875     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
37876     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
37877     available at www.gaisler.com.
37878
37879     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
37880     offloading etc.) can be determined by a bit in the control register.
37881     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
37882
37883     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37885
37886 commit 233a8bcd94997f3f345833a3b82e836222f2a206
37887 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
37888 Date:   Mon Mar 17 17:08:22 2008 -0500
37889
37890     Add CONFIG_MII_INIT in cmd_mii.c
37891
37892     Provide common configuration in do_mii() to execute mii_init()
37893     for all cpu architectures
37894
37895     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37896     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37897
37898 commit f605479de2deb11e834f31dfdb0af107c86aced6
37899 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
37900 Date:   Mon Mar 17 17:08:16 2008 -0500
37901
37902     ColdFire: Fix FEC transmit issue for MCF5275
37903
37904     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37905     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37906
37907 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
37908 Author: Aras Vaichas <arasv@magtech.com.au>
37909 Date:   Wed Mar 26 09:43:57 2008 +1100
37910
37911     DHCP request fix for Windows Server 2003
37912
37913     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
37914     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
37915     interoperability problems with Windows Server 200x DHCP server when U-Boot
37916     client responds too fast for server to handle.
37917
37918     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
37919     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37920
37921 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
37922 Author: Daniel Hellstrom <daniel@gaisler.com>
37923 Date:   Fri Mar 28 20:40:19 2008 +0100
37924
37925     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
37926
37927     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
37928     SPARC CPUs implement flash_read64 which calls __raw_readq.
37929
37930     For current SPARC architectures (LEON2 and LEON3) each read from the
37931     FLASH must lead to a cache miss. This is because FLASH can not be set
37932     non-cacheable since program code resides there, and alternatively disabling
37933     cache is poor from performance view, or doing a cache flush between each
37934     read is even poorer.
37935
37936     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
37937     load alternative space, the alternative space number (ASI) is processor
37938     implementation spcific and can be found by including <asm/processor.h>.
37939
37940     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
37941
37942 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
37943 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
37944 Date:   Fri Mar 28 15:41:25 2008 +0100
37945
37946     Make MPC83xx one step closer to full relocation.
37947
37948     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
37949     and use GOT relative reference.
37950
37951     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
37952     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37953
37954 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
37955 Author: Michael Barkowski <michael.barkowski@freescale.com>
37956 Date:   Thu Mar 27 14:34:43 2008 -0400
37957
37958     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
37959
37960     This patch fixes eeprom page size so that you can now write more than
37961     64 bytes at a time.
37962
37963     It also makes the board take MAC addresses, if found, from EEPROM.
37964
37965     User should place up to 4 addresses at offset 0x7f00, for
37966     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
37967     four six-byte values should have it's CRC at the end.  crc32 and
37968     eeprom commands can be used to accomplish this.
37969
37970     If CRC fails, MAC addresses come from the environment.  If CRC
37971     succeeds, the environment is overwritten at startup.
37972
37973     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
37974     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37975
37976 commit 8f325cff31f6e745e6540014b131b9a97f61944c
37977 Author: Michael Barkowski <michael.barkowski@freescale.com>
37978 Date:   Fri Mar 28 15:15:38 2008 -0400
37979
37980     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
37981
37982     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
37983     controller on the PCI bus in Linux on the MPC8323ERDB.
37984
37985     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
37986     config file.
37987
37988     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
37989     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37990
37991 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
37992 Author: Kim Phillips <kim.phillips@freescale.com>
37993 Date:   Fri Mar 28 10:19:07 2008 -0500
37994
37995     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
37996
37997     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
37998     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
37999     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
38000     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
38001     convenience macros.
38002
38003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38004
38005 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
38006 Author: Kim Phillips <kim.phillips@freescale.com>
38007 Date:   Fri Mar 28 10:18:53 2008 -0500
38008
38009     mpc83xx: display ddr frequency in board_add_ram_info banner
38010
38011     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38012
38013 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
38014 Author: Kim Phillips <kim.phillips@freescale.com>
38015 Date:   Fri Mar 28 10:18:40 2008 -0500
38016
38017     mpc83xx: unreinvent mem_clk
38018
38019     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
38020     mem_*_clk for consistency's sake.
38021
38022     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38023
38024 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
38025 Author: Kim Phillips <kim.phillips@freescale.com>
38026 Date:   Fri Mar 28 14:31:23 2008 -0500
38027
38028     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
38029
38030     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38031
38032 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
38033 Author: Dave Liu <r63238@freescale.com>
38034 Date:   Wed Mar 26 22:57:19 2008 +0800
38035
38036     mpc83xx: enable the SATA interface on mpc837xemds board
38037
38038     Enable the first two SATA interfaces on MPC837xEMDS board,
38039     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
38040
38041     Signed-off-by: Dave Liu <daveliu@freescale.com>
38042     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38043
38044 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
38045 Author: Dave Liu <r63238@freescale.com>
38046 Date:   Wed Mar 26 22:56:36 2008 +0800
38047
38048     mpc83xx: initialize serdes for MPC837xEMDS boards
38049
38050     This patch is stolen from Anton Vorontsov's patch
38051     for mpc837xerdb boards.
38052
38053     The reference clk and xcorevdd voltage of serdes1/2
38054     is same between mpc837xemds and mpc837xerdb.
38055
38056     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
38057     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
38058     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
38059
38060     Signed-off-by: Dave Liu <daveliu@freescale.com>
38061     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38062
38063 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
38064 Author: Stefan Roese <sr@denx.de>
38065 Date:   Fri Mar 28 14:09:04 2008 +0100
38066
38067     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
38068
38069     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
38070     interface. This usage can be configured with the jumper J6. This patch
38071     displays the current configuration upon bootup and changes the PCIe
38072     init loop, to only initialize the availabel PCIe slots.
38073
38074     Signed-off-by: Stefan Roese <sr@denx.de>
38075
38076 commit 90447ecbbac8572457b6d8903073ac3f120995ba
38077 Author: Tor Krill <tor@excito.com>
38078 Date:   Fri Mar 28 11:29:10 2008 +0100
38079
38080     MTD/CFI: Add support for 16bit legacy AMD flash
38081
38082     Add entry for 512Kx16 AMD flash to jedec_table.
38083     Read out 16bit device id if chipwidth is 16bit.
38084     Fixed coding style after Stefans feedback
38085
38086     Signed-off-by: Tor Krill <tor@excito.com>
38087
38088 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
38089 Author: Stefan Roese <sr@denx.de>
38090 Date:   Fri Mar 28 11:02:53 2008 +0100
38091
38092     ppc: Small change to CFG_MEM_TOP_HIDE description
38093
38094     Signed-off-by: Stefan Roese <sr@denx.de>
38095
38096 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
38097 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38098 Date:   Thu Mar 27 15:44:12 2008 +0900
38099
38100     sh: Add support stat structure and stat.h
38101
38102     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38103
38104 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
38105 Author: Mark Jonas <toertel@gmail.com>
38106 Date:   Sat Mar 22 19:27:52 2008 +0100
38107
38108     sh: Removed warning when compiling drivers/serial/serial_sh.c.
38109
38110     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
38111     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38112
38113 commit f309fa38929ffba71230c02330ffa42f4bba6333
38114 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38115 Date:   Wed Mar 12 18:02:57 2008 +0900
38116
38117     sh: Remove disable_ctrlc function from R7780MP
38118
38119     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38120
38121 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
38122 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38123 Date:   Wed Mar 12 17:55:15 2008 +0900
38124
38125     sh: Add maintainer of R7780MP to MAINTAINER file
38126
38127     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
38128
38129     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38130
38131 commit f5e2466f7baa887a7df0c536333eea8231333497
38132 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38133 Date:   Tue Mar 25 17:11:24 2008 +0900
38134
38135     sh: Add support Renesas Solutions R2D plus board
38136
38137     R2D plus is SH reference board used with SH7751R.
38138     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
38139     one PCI bus, VGA, and two Ethernet controller.
38140
38141     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38142
38143 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
38144 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38145 Date:   Wed Mar 12 12:15:29 2008 +0900
38146
38147     sh: Add support SH4 cache control
38148
38149     Add support SH4 cache control and flash_cache function
38150
38151     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38152
38153 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
38154 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38155 Date:   Mon Mar 24 01:53:01 2008 +0900
38156
38157     sh: Add support PCI host driver for SH7751/SH7751R
38158
38159     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38160
38161 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
38162 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38163 Date:   Mon Mar 24 02:11:26 2008 +0900
38164
38165     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
38166
38167     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38168
38169 commit 566933278101c144d75361ea682678a326c1290d
38170 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38171 Date:   Wed Mar 12 12:10:28 2008 +0900
38172
38173     sh: Add support SuperH SH7751/SH7751R
38174
38175     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38176
38177 commit 3313e0e26224fc9a0c445124f3455058c696df84
38178 Author: Mark Jonas <toertel@gmail.com>
38179 Date:   Mon Mar 10 11:37:10 2008 +0100
38180
38181     sh: Added support for SH7720 based board MPR2.
38182
38183     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
38184     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38185
38186 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
38187 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38188 Date:   Thu Mar 6 14:05:53 2008 +0900
38189
38190     sh: Fix receive FIFO level register of SH4A
38191
38192     Receive FIFO level register is different in SH4A.
38193     Because register is different, cannot occasionally receive data.
38194
38195     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38196
38197 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
38198 Author: Yusuke Goda <goda.yusuke@renesas.com>
38199 Date:   Tue Mar 11 12:55:12 2008 +0900
38200
38201     sh: Add support Renesas Solutions R7780MP
38202
38203     Renesas Solutions R7780MP is a reference board on SH7780.
38204     This board has serial, 10/100 base Ethernet deivice, CF slot
38205     and VGA devices. This board can set extension board.
38206     Extension board has 10/100/1000 base Ethernet device, PCI slot,
38207     S-ATA, iDVR slot.
38208
38209     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
38210     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38211
38212 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
38213 Author: Yusuke Goda <goda.yusuke@renesas.com>
38214 Date:   Wed Mar 5 14:30:02 2008 +0900
38215
38216     sh: Add support PCI of SuperH and SH7780
38217
38218     This patch add support PCI of SuperH base code and SH7780 specific code.
38219
38220     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
38221     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38222
38223 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
38224 Author: Yusuke Goda <goda.yusuke@renesas.com>
38225 Date:   Wed Mar 5 14:23:26 2008 +0900
38226
38227     sh: Add support SH7780
38228
38229     SH7780 is CPU of Renesas Technology.
38230     This CPU has
38231      - CPU clock 400MHz
38232      - PCI support
38233      - DDR-SDRAM controller
38234      - etc ...
38235
38236     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
38237     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38238
38239 commit c2042f5952a686c414031309b8f244513bf578f0
38240 Author: goda.yusuke <goda.yusuke@renesas.com>
38241 Date:   Fri Jan 25 20:46:36 2008 +0900
38242
38243     sh: Add support Renesas Solutions Migo-R board
38244
38245     Migo-R is a board based on SH7722 and has may devices.
38246     In this patch, supported SCIF, NOR flash and Ethernet.
38247
38248     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
38249     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38250
38251 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
38252 Author: Bartlomiej Sieka <tur@semihalf.com>
38253 Date:   Thu Mar 27 15:06:40 2008 +0100
38254
38255     Fix host tool build breakage, take two
38256
38257     Revert commit 87c8431f and fix build breakage so that the build continues
38258     to work on FC systems.
38259
38260     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
38261
38262 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
38263 Author: Stefan Roese <sr@denx.de>
38264 Date:   Wed Mar 19 09:36:47 2008 +0100
38265
38266     ppc4xx: Enable ECC on LWMON5
38267
38268     Since all ECC related problems seem to be resolved on LWMON5, this patch
38269     now enables ECC support.
38270
38271     We have to write the ECC bytes by zeroing and flushing in smaller
38272     steps, since the whole 256MByte takes too long for the external
38273     watchdog.
38274
38275     Signed-off-by: Stefan Roese <sr@denx.de>
38276
38277 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
38278 Author: Larry Johnson <lrj@acm.org>
38279 Date:   Mon Mar 17 11:10:35 2008 -0500
38280
38281     ppc4xx: Updates to Korat-specific code
38282
38283     This patch contains updates for changes for the Korat PPC440EPx board.
38284     These changes include:
38285
38286     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
38287     described in the new "doc/README.korat" file;
38288
38289     (2) a new memory map for the registers in the board's CPLD;
38290
38291     (3) a revised format for manufacturer's data in serial EEPROM; and
38292
38293     (4) changes to track updates to U-Boot for the Sequoia board.
38294
38295     Signed-off-by: Larry Johnson <lrj@acm.org>
38296
38297 commit f766cdf89b3a2a7634b8c5869f606150e332036c
38298 Author: Markus Brunner <super.firetwister@gmail.com>
38299 Date:   Thu Mar 27 10:46:25 2008 +0100
38300
38301     ppc4xx: PPC405EP Set EMAC noise filter bits
38302
38303     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
38304     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
38305     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
38306
38307     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
38308     Signed-off-by: Stefan Roese <sr@denx.de>
38309
38310 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
38311 Author: Mike Nuss <mike@terascala.com>
38312 Date:   Wed Feb 20 11:54:20 2008 -0500
38313
38314     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
38315
38316     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
38317     after startup to change the speed of the clocks. This patch adds the
38318     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
38319     initialization code will reconfigure the PLL to run the system with a CPU
38320     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
38321     external EEPROM.
38322
38323     Signed-off-by: Mike Nuss <mike@terascala.com>
38324     Acked-by: Stefan Roese <sr@denx.de>
38325
38326 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
38327 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38328 Date:   Thu Mar 27 09:12:40 2008 +0100
38329
38330     new-image: Fix host tool build breakage
38331
38332     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38333
38334 commit 6fb4b640562a10daff0dbe537638d511b5b48650
38335 Author: Stefan Roese <sr@denx.de>
38336 Date:   Thu Mar 27 10:24:03 2008 +0100
38337
38338     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
38339
38340     Signed-off-by: Stefan Roese <sr@denx.de>
38341
38342 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
38343 Author: Stefan Roese <sr@denx.de>
38344 Date:   Wed Mar 19 10:23:43 2008 +0100
38345
38346     ppc4xx: Add fdt support to Prodrive alpr
38347
38348     Since this board will probably be ported to arch/powerpc in the
38349     near future, we add device tree support now. This way we are
38350     "ready" for arch/powerpc from now on.
38351
38352     Signed-off-by: Stefan Roese <sr@denx.de>
38353
38354 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
38355 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
38356 Date:   Mon Mar 17 09:27:56 2008 +0100
38357
38358     ppc4xx: Enable cache support on the ALPR board
38359
38360     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
38361
38362 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
38363 Author: Stefan Roese <sr@denx.de>
38364 Date:   Wed Mar 26 10:14:11 2008 +0100
38365
38366     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
38367
38368     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
38369     memory area will get subtracted from the top (end) of ram and won't get
38370     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
38371     should gets passed the now "corrected" memory size and won't touch it
38372     either. This should work for arch/ppc and arch/powerpc. Only Linux board
38373     ports in arch/powerpc with bootwrapper support, which recalculate the
38374     memory size from the SDRAM controller setup, will have to get fixed
38375     in Linux additionally.
38376
38377     This patch enables this config option on some PPC440EPx boards as a workaround
38378     for the CHIP 11 errata. Here the description from the AMCC documentation:
38379
38380     CHIP_11: End of memory range area restricted access.
38381     Category: 3
38382
38383     Overview:
38384     The 440EPx DDR controller does not acknowledge any
38385     transaction which is determined to be crossing over the
38386     end-of-memory-range boundary, even if the starting address is
38387     within valid memory space. Any such transaction from any PLB4
38388     master will result in a PLB time-out on PLB4 bus.
38389
38390     Impact:
38391     In case of such misaligned bursts, PLB4 masters will not
38392     retrieve any data at all, just the available data up to the
38393     end of memory, especially the 440 CPU. For example, if a CPU
38394     instruction required an operand located in memory within the
38395     last 7 words of memory, the DCU master would burst read 8
38396     words to update the data cache and cross over the
38397     end-of-memory-range boundary. Such a DCU read would not be
38398     answered by the DDR controller, resulting in a PLB4 time-out
38399     and ultimately in a Machine Check interrupt. The data would
38400     be inaccessible to the CPU.
38401
38402     Workaround:
38403     Forbid any application to access the last 256 bytes of DDR
38404     memory. For example, make your operating system believe that
38405     the last 256 bytes of DDR memory are absent. AMCC has a patch
38406     that does this, available for Linux.
38407
38408     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
38409     lwmon5, korat, sequoia
38410
38411     The other remaining 440EPx board were intentionally not included
38412     since it is not clear to me, if they use the end of ram for some
38413     other purpose. This is unclear, since these boards have CONFIG_PRAM
38414     defined and even comments like this:
38415
38416     PMC440.h:
38417     /* esd expects pram at end of physical memory.
38418      * So no logbuffer at the moment.
38419      */
38420
38421     It is strongly recommended to not use the last 256 bytes on those
38422     boards too. Patches from the board maintainers are welcome.
38423
38424     Signed-off-by: Stefan Roese <sr@denx.de>
38425
38426 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
38427 Author: Stefan Roese <sr@denx.de>
38428 Date:   Thu Mar 27 10:09:05 2008 +0100
38429
38430     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
38431
38432     Signed-off-by: Stefan Roese <sr@denx.de>
38433
38434 commit d56a3ce179688cde61073a3690e21703d68fafd7
38435 Author: Stefan Roese <sr@denx.de>
38436 Date:   Tue Mar 25 17:51:13 2008 +0100
38437
38438     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
38439
38440     The routine ft_board_setup() configures the EBC NOR mappings for the
38441     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
38442     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
38443     problem, we need to pass the corrected address here too.
38444
38445     Signed-off-by: Stefan Roese <sr@denx.de>
38446
38447 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
38448 Author: Stefan Roese <sr@denx.de>
38449 Date:   Wed Mar 19 16:35:12 2008 +0100
38450
38451     ppc4xx: Fix compilation warning in 4xx_enet.c
38452
38453     Signed-off-by: Stefan Roese <sr@denx.de>
38454
38455 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
38456 Author: Stefan Roese <sr@denx.de>
38457 Date:   Wed Mar 19 16:20:49 2008 +0100
38458
38459     ppc4xx: Add AMCC Glacier 406GT eval board support
38460
38461     This patch adds support for the AMCC Glacier 460GT eval board.
38462     The main difference to the Canyonlands board are listed here:
38463
38464     - 4 ethernet ports instead of 2
38465     - no SATA port
38466     - no USB port
38467
38468     Currently EMAC2+3 are not working. This will be fixed in a later
38469     release.
38470
38471     Signed-off-by: Stefan Roese <sr@denx.de>
38472
38473 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
38474 Author: Stefan Roese <sr@denx.de>
38475 Date:   Thu Mar 27 08:47:26 2008 +0100
38476
38477     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
38478
38479     Signed-off-by: Stefan Roese <sr@denx.de>
38480
38481 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
38482 Author: Anatolij Gustschin <agust@denx.de>
38483 Date:   Wed Mar 26 21:05:43 2008 +0100
38484
38485     Fix out of tree building issue
38486
38487     Currently U-Boot building in some external directory
38488     doesn't work. This patch tries to fix the problem.
38489
38490     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38491
38492 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
38493 Author: Anatolij Gustschin <agust@denx.de>
38494 Date:   Wed Mar 26 18:13:33 2008 +0100
38495
38496     README: update documentation (availability, links, etc.)
38497
38498     Fix typo in README
38499
38500     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38501
38502 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
38503 Author: Anatolij Gustschin <agust@denx.de>
38504 Date:   Wed Mar 26 17:47:44 2008 +0100
38505
38506     Fix compilation error in cmd_usb.c
38507
38508     This patch fixes compilation error
38509     cmd_usb.c: In function 'do_usb':
38510     cmd_usb.c:552: error: void value not ignored as it ought to be
38511
38512     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38513
38514 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
38515 Author: Timur Tabi <timur@freescale.com>
38516 Date:   Fri Mar 14 17:45:29 2008 -0500
38517
38518     Add support for setting the I2C bus speed in fsl_i2c.c
38519
38520     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
38521     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
38522     but fsl_i2c.c ignores it and uses conservative value when programming the
38523     I2C bus speed.
38524
38525     Signed-off-by: Timur Tabi <timur@freescale.com>
38526     Acked-by: Andy Fleming <afleming@freescale.com>
38527
38528 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
38529 Author: Wolfgang Denk <wd@denx.de>
38530 Date:   Thu Mar 27 00:03:57 2008 +0100
38531
38532     Coding style cleanup, update CHANGELOG
38533
38534     Signed-off-by: Wolfgang Denk <wd@denx.de>
38535
38536 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
38537 Author: Dave Liu <r63238@freescale.com>
38538 Date:   Wed Mar 26 22:55:32 2008 +0800
38539
38540     drivers: add the support for Freescale SATA controller
38541
38542     Add the Freescale on-chip SATA controller driver to u-boot,
38543     The SATA controller is used on the 837x and 8315 targets,
38544     The driver can be used to load kernel, fs and dtb.
38545
38546     The features list:
38547     - 1.5/3 Gbps link speed
38548     - LBA48, LBA28 support
38549     - DMA and FPDMA support
38550     - Two ports support
38551
38552     Signed-off-by: Dave Liu <daveliu@freescale.com>
38553
38554 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
38555 Author: Dave Liu <r63238@freescale.com>
38556 Date:   Wed Mar 26 22:54:44 2008 +0800
38557
38558     ata: add the readme for SATA command line
38559
38560     Signed-off-by: Dave Liu <daveliu@freescale.com>
38561
38562 commit cd54081cd479e542fc399b8a40651ff11a1ad849
38563 Author: Dave Liu <r63238@freescale.com>
38564 Date:   Wed Mar 26 22:53:24 2008 +0800
38565
38566     ata: enable the sata initialize on boot up
38567
38568     Signed-off-by: Dave Liu <daveliu@freescale.com>
38569
38570 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
38571 Author: Dave Liu <r63238@freescale.com>
38572 Date:   Wed Mar 26 22:52:36 2008 +0800
38573
38574     ata: add the fis struct for SATA
38575
38576     Signed-off-by: Dave Liu <daveliu@freescale.com>
38577
38578 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
38579 Author: Dave Liu <r63238@freescale.com>
38580 Date:   Wed Mar 26 22:51:44 2008 +0800
38581
38582     ata: add the libata support
38583
38584     add simple libata support in u-boot
38585
38586     Signed-off-by: Dave Liu <daveliu@freescale.com>
38587
38588 commit 8e9bb43429e50df55fa41932cbe65841ff579220
38589 Author: Dave Liu <r63238@freescale.com>
38590 Date:   Wed Mar 26 22:50:45 2008 +0800
38591
38592     ata: make the ata_piix driver using new SATA framework
38593
38594     original ata_piix driver is using IDE framework, not real
38595     SATA framework. For now, the ata_piix driver is only used
38596     by x86 sc520_cdp board. This patch makes the ata_piix driver
38597     use the new SATA framework, so
38598
38599     - remove the duplicated command stuff
38600     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
38601     - add the CONFIG_CMD_SATA define to sc520_cdp.h
38602
38603     Signed-off-by: Dave Liu <daveliu@freescale.com>
38604
38605 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
38606 Author: Dave Liu <r63238@freescale.com>
38607 Date:   Wed Mar 26 22:49:44 2008 +0800
38608
38609     ata: add the support for SATA framework
38610
38611     - add the SATA framework
38612     - add the SATA command line
38613
38614     Signed-off-by: Dave Liu <daveliu@freescale.com>
38615
38616 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
38617 Author: Dave Liu <r63238@freescale.com>
38618 Date:   Wed Mar 26 22:48:18 2008 +0800
38619
38620     ata: merge the header of ata_piix driver
38621
38622     move the sata.h from include/ to drivers/block/ata_piix.h
38623
38624     Signed-off-by: Dave Liu <daveliu@freescale.com>
38625
38626 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
38627 Author: Dave Liu <r63238@freescale.com>
38628 Date:   Wed Mar 26 22:47:06 2008 +0800
38629
38630     ata: merge the ata_piix driver
38631
38632     move the cmd_sata.c from common/ to drivers/ata_piix.c,
38633     the cmd_sata.c have some part of ata_piix controller drivers.
38634     consolidate the driver to have better framework.
38635
38636     Signed-off-by: Dave Liu <daveliu@freescale.com>
38637
38638 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
38639 Author: Markus Klotzbuecher <mk@denx.de>
38640 Date:   Wed Mar 26 18:26:43 2008 +0100
38641
38642     USB, Storage: fix a bug introduced in commit
38643     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
38644     to only print only information on one storage device, but not for
38645     multiple.
38646
38647     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38648
38649 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
38650 Author: Anatolij Gustschin <agust@denx.de>
38651 Date:   Wed Mar 26 17:47:44 2008 +0100
38652
38653     Fix compilation error in cmd_usb.c
38654
38655     This patch fixes compilation error
38656     cmd_usb.c: In function 'do_usb':
38657     cmd_usb.c:552: error: void value not ignored as it ought to be
38658
38659     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38660     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38661
38662 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
38663 Author: Kumar Gala <galak@kernel.crashing.org>
38664 Date:   Wed Mar 26 08:53:53 2008 -0500
38665
38666     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
38667
38668     Provide a board_lmb_reserve helper function to ensure we reserve
38669     the page of memory we are using for the boot page translation code.
38670
38671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38672
38673 commit 79679d80021ab095e639e250ca472fe526da02e2
38674 Author: Kumar Gala <galak@kernel.crashing.org>
38675 Date:   Wed Mar 26 08:34:25 2008 -0500
38676
38677     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
38678
38679     The following changes are needed to be inline with ePAPR v0.81:
38680
38681     * r4, r5 and now always set to 0 on boot release
38682     * r7 is used to pass the size of the initial map area (IMA)
38683     * EPAPR_MAGIC value changed for book-e processors
38684     * changes in the spin table layout
38685     * spin table supports a 64-bit physical release address
38686
38687     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38688
38689 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
38690 Author: Jon Loeliger <jdl@freescale.com>
38691 Date:   Wed Mar 19 15:02:07 2008 -0500
38692
38693     FSL: Clean up board/freescale/common/Makefile
38694
38695     Each file that can be built here now follows some
38696     CONFIG_ option so that they are appropriately built
38697     or not, as needed.  And CONFIG_ defines were added
38698     to various board config files to make sure that happens.
38699
38700     The other board/freescale/*/Makefiles no longer need
38701     to reach up and over into ../common to build their
38702     individually needed files any more.
38703
38704     Boards that are CDS specific were renamed with cds_ prefix.
38705
38706     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38707
38708 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
38709 Author: Kumar Gala <galak@kernel.crashing.org>
38710 Date:   Wed Feb 27 22:00:27 2008 -0600
38711
38712     85xx: Fix merge duplication
38713
38714     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
38715
38716     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38717
38718 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
38719 Author: James Yang <James.Yang@freescale.com>
38720 Date:   Tue Feb 12 16:35:07 2008 -0600
38721
38722     85xx: Expand CCSR space with more DDR controller registers.
38723
38724     Signed-off-by: James Yang <James.Yang@freescale.com>
38725     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38726     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38727
38728 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
38729 Author: James Yang <James.Yang@freescale.com>
38730 Date:   Fri Feb 8 18:05:08 2008 -0600
38731
38732     85xx: Speed up get_ddr_freq() and get_bus_freq()
38733
38734     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
38735     called.  However, get_sys_info() recalculates extraneous information when
38736     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
38737     values from global_data instead.
38738
38739     Signed-off-by: James Yang <James.Yang@freescale.com>
38740     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38741
38742 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
38743 Author: James Yang <James.Yang@freescale.com>
38744 Date:   Fri Feb 8 16:46:27 2008 -0600
38745
38746     85xx: Show DDR memory data rate in addition to the memory clock frequency.
38747
38748     Show the DDR memory data rate in addition to the memory clock
38749     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
38750     memory clock.
38751
38752     Signed-off-by: James Yang <James.Yang@freescale.com>
38753     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38754
38755 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
38756 Author: James Yang <James.Yang@freescale.com>
38757 Date:   Fri Feb 8 16:44:53 2008 -0600
38758
38759     85xx: get_tbclk() speed up and rounding fix
38760
38761     Speed up get_tbclk() by referencing pre-computed bus clock
38762     frequency value from global data instead of sys_info_t.  Fix
38763     rounding of result to nearest; previously it was rounding
38764     upwards.
38765
38766     Signed-off-by: James Yang <James.Yang@freescale.com>
38767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38768
38769 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
38770 Author: Andy Fleming <afleming@freescale.com>
38771 Date:   Wed Feb 6 01:19:40 2008 -0600
38772
38773     Update SVR numbers to expand support
38774
38775     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
38776     is used to distinguish certain variants within an SOC family.  To
38777     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
38778     constants to reflect the larger value.  We also add SVR numbers for all
38779     of the current variants.  Finally, to make things neater, rather than
38780     use an enormous switch statement to print out the CPU type, we create
38781     and array of SVR/name pairs (using a macro), and print out the CPU name
38782     that matches the SVR SOC version.
38783
38784     Signed-off-by: Andy Fleming <afleming@freescale.com>
38785
38786 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
38787 Author: Andy Fleming <afleming@freescale.com>
38788 Date:   Wed Feb 6 01:12:57 2008 -0600
38789
38790     Add the Freescale PCI device IDs
38791
38792     Signed-off-by: Andy Fleming <afleming@freescale.com>
38793
38794 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
38795 Author: Kumar Gala <galak@kernel.crashing.org>
38796 Date:   Thu Feb 14 11:04:23 2008 -0600
38797
38798     85xx: Added support for multicore boot mechanism
38799
38800     Added the cpu command that provides a generic mechanism to get status,
38801     reset, and release secondary cores in multicore processors.
38802
38803     Added support for using the ePAPR defined spin-table mechanism on 85xx.
38804
38805     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38806     Signed-off-by: Andy Fleming <afleming@freescale.com>
38807
38808 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
38809 Author: Kumar Gala <galak@kernel.crashing.org>
38810 Date:   Thu Jan 17 16:48:33 2008 -0600
38811
38812     85xx: Added support for multicore boot mechanism
38813
38814     Added the cpu command that provides a generic mechanism to get status,
38815     reset, and release secondary cores in multicore processors.
38816
38817     Added support for using the ePAPR defined spin-table mechanism on 85xx.
38818
38819     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38820
38821 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
38822 Author: Kumar Gala <galak@kernel.crashing.org>
38823 Date:   Wed Jan 30 14:55:14 2008 -0600
38824
38825     85xx: Add the concept of CFG_CCSRBAR_PHYS
38826
38827     When we go to 36-bit physical addresses we need to keep the concept of
38828     the physical CCSRBAR address seperate from the virtual one.
38829
38830     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
38831
38832     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38833
38834 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
38835 Author: Wolfgang Denk <wd@denx.de>
38836 Date:   Wed Mar 26 15:38:47 2008 +0100
38837
38838     Coding style cleanup.
38839
38840     Signed-off-by: Wolfgang Denk <wd@denx.de>
38841
38842 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
38843 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
38844 Date:   Wed Mar 26 13:02:13 2008 +0100
38845
38846     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
38847
38848     The default settings for RTC DS1337 keeps the OSC
38849     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
38850     turn it off.
38851
38852     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
38853
38854 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
38855 Author: Wolfgang Denk <wd@denx.de>
38856 Date:   Wed Mar 26 11:48:46 2008 +0100
38857
38858     Cleanup coding style, update CHANGELOG
38859
38860     Signed-off-by: Wolfgang Denk <wd@denx.de>
38861
38862 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
38863 Author: Wolfgang Denk <wd@denx.de>
38864 Date:   Wed Mar 26 10:40:12 2008 +0100
38865
38866     README: update documentation (availability, links, etc.)
38867
38868     Signed-off-by: Wolfgang Denk <wd@denx.de>
38869
38870 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
38871 Author: Aras Vaichas <arasv@magtech.com.au>
38872 Date:   Tue Mar 25 12:09:07 2008 +1100
38873
38874     USB Storage, add meaningful return value
38875
38876     This patch changes the "usb storage" command to return success if it
38877     finds a USB storage device, otherwise it returns error.
38878
38879     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38880
38881 commit 18e69a35efbb078403db0c0063986470dad7d082
38882 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38883 Date:   Fri Mar 14 23:20:18 2008 +0300
38884
38885     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
38886
38887     Linux understands "host" (default), "peripheral" and "otg" (broken).
38888     Though, U-Boot doesn't restrict dr_mode variable to these values (think
38889     of renames in future).
38890
38891     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38892     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38893
38894 commit c7604783b236e368f225efb7b3efb418fe20b404
38895 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38896 Date:   Fri Mar 14 23:20:30 2008 +0300
38897
38898     tsec: fix link detection for the RTL8211B PHY
38899
38900     RTL8211B sets link state register after autonegotiation complete,
38901     so with bootdelay=0 RTL8211B will report lack of the link.
38902
38903     To fix this, we should wait for aneg to complete, even if the
38904     link is currently down.
38905
38906     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38907     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38908
38909 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
38910 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38911 Date:   Mon Mar 24 20:47:09 2008 +0300
38912
38913     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
38914
38915     device_type = "soc" is being deprecated, newer device trees will use
38916     "fsl,soc" and/or "fsl,immr" for the soc nodes.
38917
38918     This patch also adds clock-frequency property for soc nodes (the same
38919     value as bus-frequency).
38920
38921     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38922
38923 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
38924 Author: Joe D'Abbraccio <ljd015@freescale.com>
38925 Date:   Mon Mar 24 13:00:59 2008 -0400
38926
38927     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
38928
38929     With the original value of 1/2 clock cycle delay, the system ran relatively
38930     stable except when we run benchmarks that are intensive users of memory.
38931     When I run samba connected disk with a HDBENCH test, the system locks-up
38932     or reboots sporadically.
38933
38934     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
38935
38936 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
38937 Author: Scott Wood <scottwood@freescale.com>
38938 Date:   Mon Mar 24 12:44:13 2008 -0500
38939
38940     mpc83xx: Set PCI I/O bus-address base to zero.
38941
38942     The device trees for these boards describe PCI I/O as starting from
38943     address zero from the device's perspective.
38944
38945     Placing I/O elsewhere may cause problems with certain PCI boards, and may
38946     cause problems with Linux.
38947
38948     Signed-off-by: Scott Wood <scottwood@freescale.com>
38949
38950 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
38951 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38952 Date:   Mon Mar 24 20:47:05 2008 +0300
38953
38954     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
38955
38956     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
38957     This patch fixes "system time drifting" problem.
38958
38959     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38960
38961 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
38962 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38963 Date:   Mon Mar 24 20:47:02 2008 +0300
38964
38965     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
38966
38967     This is needed to update /choosen/linux,stdout-path properly.
38968
38969     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38970
38971 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
38972 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38973 Date:   Mon Mar 24 20:47:00 2008 +0300
38974
38975     mpc83xx: MPC8360E-RDK: add dhcp command
38976
38977     Plus modify environment to use it and remove bootfile env variable,
38978     it is internal and CONFIG_BOOTFILE is used for these purposes.
38979
38980     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38981
38982 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
38983 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38984 Date:   Mon Mar 24 20:46:57 2008 +0300
38985
38986     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
38987
38988     Current DDR setup easily causes memory corruption, this patch fixes it.
38989
38990     Also fix TIMING_CFG0_MRS_CYC definition.
38991
38992     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38993
38994 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
38995 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38996 Date:   Mon Mar 24 20:46:53 2008 +0300
38997
38998     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
38999
39000     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
39001     controller and FHCI (QE USB).
39002
39003     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39004
39005 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
39006 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39007 Date:   Mon Mar 24 20:46:51 2008 +0300
39008
39009     mpc83xx: MPC8360E-RDK: add support for NAND
39010
39011     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39012
39013 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
39014 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39015 Date:   Mon Mar 24 20:46:46 2008 +0300
39016
39017     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
39018
39019     This is needed for BCM PHYs to work on this board.
39020
39021     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39022
39023 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
39024 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39025 Date:   Mon Mar 24 20:46:34 2008 +0300
39026
39027     uec: add support for Broadcom BCM5481 Gigabit PHY
39028
39029     This patch adds basic support for Broadcom BCM5481 PHY.
39030
39031     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
39032     Peter Barada <peterb@logicpd.com>.
39033
39034     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39035
39036 commit 6a600c3a1876bc203445df4f0fd6b12648259666
39037 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39038 Date:   Mon Mar 24 20:46:28 2008 +0300
39039
39040     uec: add support for RGMII_RXID interface mode
39041
39042     PHY drivers will use it to setup software delay between RXD and RXC
39043     signals.
39044
39045     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39046
39047 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
39048 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39049 Date:   Mon Mar 24 20:46:24 2008 +0300
39050
39051     uec: add support for gbit mii status readings
39052
39053     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39054
39055 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
39056 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39057 Date:   Mon Mar 24 17:40:47 2008 +0300
39058
39059     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
39060
39061     This is primarily for the early console support.
39062
39063     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39064
39065 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
39066 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39067 Date:   Mon Mar 24 17:40:43 2008 +0300
39068
39069     83xx: initialize serdes for MPC837XRDB boards
39070
39071     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
39072     On the MPC8378ERDB: 2 PCI-E
39073     On the MPC8379ERDB: 4 SATA
39074
39075     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39076
39077 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
39078 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39079 Date:   Mon Mar 24 17:40:32 2008 +0300
39080
39081     83xx: serdes setup routines
39082
39083     This patch adds few routines to configure serdes on 837x targets.
39084
39085     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39086
39087 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
39088 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39089 Date:   Mon Mar 24 17:40:27 2008 +0300
39090
39091     83xx: split COBJS onto separate lines
39092
39093     ..plus get rid of some #ifdefs in the .c files.
39094
39095     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39096
39097 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
39098 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39099 Date:   Mon Mar 24 17:40:23 2008 +0300
39100
39101     83xx: nand support for MPC837XRDB boards
39102
39103     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39104
39105 commit 82e45a204190593e8613145a928f998fb8c909c4
39106 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39107 Date:   Tue Mar 18 21:44:41 2008 -0400
39108
39109     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
39110
39111     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39112     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39113
39114 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
39115 Author: Michael Barkowski <michael.barkowski@freescale.com>
39116 Date:   Thu Mar 20 13:15:39 2008 -0400
39117
39118     mpc8323erdb: remove RTC and add EEPROM
39119
39120     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
39121
39122     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
39123     Acked-by: Kim Phillips <kim.phillips@freescale.com>
39124
39125 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
39126 Author: Michael Barkowski <michael.barkowski@freescale.com>
39127 Date:   Thu Mar 20 13:15:34 2008 -0400
39128
39129     mpc8323erdb: Improve the system performance
39130
39131     The following changes are based on kernel UCC ethernet performance:
39132
39133     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
39134     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
39135         switch to enable this setting.
39136
39137     The following changes are based on the App Note AN3369 and
39138     verified to improve memory latency using LMbench:
39139
39140     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
39141     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
39142         previously.
39143     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
39144         Twr=15ns, and this was already the setting in DDR_MODE)
39145     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
39146         Trp=15ns)
39147     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
39148         Tras=40ns)
39149     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
39150         Trcd=15ns)
39151     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
39152         Trfc=75ns)
39153     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
39154         on Tfaw=50ns)
39155     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
39156         on CL=3 and WL=2).
39157
39158     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
39159     Acked-by: Kim Phillips <kim.phillips@freescale.com>
39160
39161 commit fc549c871f43933396a5b3e21d897023d4b31b8d
39162 Author: Michael Barkowski <michael.barkowski@freescale.com>
39163 Date:   Thu Mar 20 13:15:28 2008 -0400
39164
39165     mpc8323erdb: use readable DDR config macros
39166
39167     Use available shift/mask macros to define DDR configuration.
39168
39169     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
39170     Acked-by: Kim Phillips <kim.phillips@freescale.com>
39171
39172 commit 89c7784ed90ba50301eec521144f95111e472906
39173 Author: Timur Tabi <timur@freescale.com>
39174 Date:   Fri Feb 8 13:15:55 2008 -0600
39175
39176     83xx: Add Vitesse VSC7385 firmware uploading
39177
39178     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
39179     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
39180     Cleaned up the board header files to make selecting the VSC7385 easier to
39181     control.
39182
39183     Signed-off-by: Timur Tabi <timur@freescale.com>
39184     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39185
39186 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
39187 Author: Timur Tabi <timur@freescale.com>
39188 Date:   Fri Feb 8 13:15:54 2008 -0600
39189
39190     NET: Add Vitesse VSC7385 firmware uploading
39191
39192     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
39193     and other boards.  A small firwmare must be uploaded to its on-board memory
39194     before it can be enabled.  This patch adds the code which uploads firmware
39195     (but not the firmware itself).
39196
39197     Previously, this feature was provided by a U-Boot application that was
39198     made available only on Freescale BSPs.  The VSC7385 firmware must still
39199     be obtained separately, but at least there is no longer a need for a separate
39200     application.
39201
39202     Signed-off-by: Timur Tabi <timur@freescale.com>
39203     Acked-by: Ben Warren <biggerbadderben@gmail.com>
39204
39205 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
39206 Author: Wolfgang Denk <wd@denx.de>
39207 Date:   Wed Mar 26 00:52:10 2008 +0100
39208
39209     Coding Style cleanyp; update CHANGELOG
39210
39211     Signed-off-by: Wolfgang Denk <wd@denx.de>
39212
39213 commit 43ddd9c820fec44816188f53346b464e20b3142d
39214 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39215 Date:   Sat Mar 22 14:23:49 2008 -0400
39216
39217     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
39218
39219     These defines embedded the u-boot env variables and/or the bd_t structure
39220     in the fdt blob.  The conclusion of discussion on the u-boot email list
39221     was that embedding these in the fdt blob is not useful: there are better
39222     ways of passing the data (in fact, the fdt blob itself replaces the
39223     bd_t struct).
39224
39225     The only board that enables these is the stxxtc and they don't appear
39226     to be used by linux.
39227
39228     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39229     Acked-by: Kim Phillips <kim.phillips@freescale.com>
39230
39231 commit 22ed2285743359fd1fe73e411dff914b2256e68f
39232 Author: Stefan Roese <sr@denx.de>
39233 Date:   Mon Mar 17 10:49:25 2008 +0100
39234
39235     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
39236
39237     Signed-off-by: Stefan Roese <sr@denx.de>
39238
39239 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
39240 Author: Kyungmin Park <kmpark@infradead.org>
39241 Date:   Mon Mar 17 08:54:06 2008 +0900
39242
39243     Add Flex-OneNAND booting support
39244
39245     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
39246     using a NOR Flash interface. This on-chip integration enables system designers
39247     to reduce external system logic and use high-density NAND Flash
39248     in applications that would otherwise have to use more NOR components.
39249
39250     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
39251     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
39252     that require low reliability and high density, SLC area of Flex-OneNAND
39253     to store data that need high reliability and high performance. Flex-OneNAND
39254     can let users take advantage of storing these two different types of data
39255     into one chip, which is making Flex-OneNAND more cost- and space-effective.
39256
39257     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39258
39259 commit c512389cc4a10253249271ff6c887c6dab1f0db2
39260 Author: André Schwarz <andre.schwarz@matrix-vision.de>
39261 Date:   Thu Mar 13 13:50:52 2008 +0100
39262
39263     MPC5200: support setup without FEC
39264
39265     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
39266     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
39267
39268     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
39269     Acked-by: Grant Likely <grant.likely@secretlab.ca>
39270
39271 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
39272 Author: Jon Loeliger <jdl@freescale.com>
39273 Date:   Wed Mar 5 18:05:46 2008 -0600
39274
39275     FSL: Move board/mpc8266ads under board/freescale
39276
39277     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39278
39279 commit 7f1d846e5c5754449c286587d099d85246062772
39280 Author: Jon Loeliger <jdl@freescale.com>
39281 Date:   Wed Mar 5 18:05:47 2008 -0600
39282
39283     FSL: Move board/mpc7448hpc2 under board/freescale
39284
39285     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39286
39287 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
39288 Author: Jon Loeliger <jdl@freescale.com>
39289 Date:   Wed Mar 5 18:05:45 2008 -0600
39290
39291     FSL: Move board/mpc8260ads under board/freescale
39292
39293     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39294
39295 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
39296 Author: goda.yusuke <goda.yusuke@renesas.com>
39297 Date:   Wed Mar 5 17:08:33 2008 +0900
39298
39299     net: Add support AX88796L ethernet device
39300
39301     AX88796L is device of NE2000 compatible.
39302     This patch support AX88796L ethernet device.
39303
39304     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
39305     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39306
39307 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
39308 Author: Wolfgang Denk <wd@denx.de>
39309 Date:   Tue Mar 25 22:50:41 2008 +0100
39310
39311     ne2000 driver: change #ifdef to Makefile conditional compilation
39312
39313     Signed-off-by: Wolfgang Denk <wd@denx.de>
39314
39315 commit e710185aae90c64d39c2d453e40e58ceefe4f250
39316 Author: goda.yusuke <goda.yusuke@renesas.com>
39317 Date:   Wed Mar 5 17:08:20 2008 +0900
39318
39319     net: Divided code of NE2000 ethernet driver
39320
39321     There are more devices of the NE2000 base.
39322     A present code is difficult for us to support more devices.
39323     To support more NE2000 clone devices, separated the function.
39324
39325     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
39326     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39327
39328 commit 395bce4f59a507a60a475f7ee46bed47de9482df
39329 Author: Mike Frysinger <vapier@gentoo.org>
39330 Date:   Sun Feb 24 23:58:13 2008 -0500
39331
39332     net/Blackfin: move on-chip MAC driver into drivers/net/
39333
39334     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
39335     directory, but it is not board specific, so relocate it to the drivers dir
39336     so that other Blackfin ports can utilize it.
39337
39338     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39339
39340 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
39341 Author: Mike Frysinger <vapier@gentoo.org>
39342 Date:   Sun Feb 24 23:52:35 2008 -0500
39343
39344     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
39345
39346     Since the "ssync" instruction may have hardware anomalies associated with
39347     it, have the smc91111 driver use the SSYNC macro rather than invoking it
39348     directly.  We workaround all the anomalies via this macro.
39349
39350     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39351
39352 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
39353 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
39354 Date:   Sun Feb 17 22:57:47 2008 +0000
39355
39356     8xx: Update OF support on 8xx
39357
39358     This patch does some shifting around of OF support on 8xx.
39359
39360     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
39361
39362 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
39363 Author: Kumar Gala <galak@kernel.crashing.org>
39364 Date:   Fri Feb 15 15:16:18 2008 -0600
39365
39366     ppc: Allow boards to specify how much memory they can map
39367
39368     For historical reasons we limited the stack to 256M because some boards
39369     could only map that much via BATS.  However newer boards are capable of
39370     mapping more memory (for example 85xx is capble of doing up to 2G).
39371
39372     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39373
39374 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
39375 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
39376 Date:   Fri Feb 15 01:05:58 2008 +0000
39377
39378     8xx : Add OF support to Adder875 board port - resubmit
39379
39380     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
39381
39382 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
39383 Author: Kumar Gala <galak@kernel.crashing.org>
39384 Date:   Thu Feb 14 20:44:42 2008 -0600
39385
39386     Add setexpr command
39387
39388     Add a simple expr style command that will set an env variable as the result
39389     of the command.  This allows us to do simple math in shell.  The following
39390     operations are supported: &, |, ^, +, -, *, /.
39391
39392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39393
39394 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
39395 Author: Jon Loeliger <jdl@freescale.com>
39396 Date:   Wed Mar 5 17:27:48 2008 -0600
39397
39398     FSL: Move board/mpc7448hpc2 under board/freescale
39399
39400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39401
39402 commit 449c703374a8868453425e15da7e2f76221b72e4
39403 Author: Jon Loeliger <jdl@freescale.com>
39404 Date:   Wed Mar 5 17:21:43 2008 -0600
39405
39406     FSL: Move board/mpc8266ads under board/freescale
39407
39408     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39409
39410 commit 5863577989ad689427bb750107e9a75f1c1645d2
39411 Author: Jon Loeliger <jdl@freescale.com>
39412 Date:   Wed Mar 5 16:41:41 2008 -0600
39413
39414     FSL: Move board/mpc8260ads under board/freescale
39415
39416     Signed-off-by: Jon Loeliger <jdl@freescale.com>
39417
39418 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
39419 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39420 Date:   Tue Mar 25 21:30:08 2008 +0900
39421
39422     [MIPS] Move gth2_config from ARM section to MIPS
39423
39424     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39425
39426 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
39427 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39428 Date:   Tue Mar 25 21:30:07 2008 +0900
39429
39430     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
39431
39432     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39433
39434 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
39435 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39436 Date:   Tue Mar 25 21:30:07 2008 +0900
39437
39438     [MIPS] Fix dcache_status()
39439
39440     You can't judge UNCACHED by Config.K0 LSB.
39441
39442     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39443
39444 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
39445 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39446 Date:   Tue Mar 25 21:30:07 2008 +0900
39447
39448     [MIPS] Introduce _machine_restart
39449
39450     Handles machine specific functions by using weak functions.
39451
39452     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39453
39454 commit decaba6f5cf386d569ac3997bebb871b966c6b18
39455 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39456 Date:   Tue Mar 25 21:30:07 2008 +0900
39457
39458     [MIPS] Cleanup CP0 Status initialization
39459
39460     Add setup_c0_status from Linux. For the moment we disable interrupts, set
39461     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
39462     reset-time configuration and will work well across most processors.
39463
39464     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39465
39466 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
39467 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39468 Date:   Tue Mar 25 21:30:07 2008 +0900
39469
39470     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
39471
39472     Without this change, we'll be suffering from deffered WATCH exception
39473     once Status.EXL is cleared. Make sure Cause.WP is cleared.
39474
39475     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39476
39477 commit 26138623230ca2bad3c78e05a65527ea70c8b688
39478 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39479 Date:   Tue Mar 25 21:30:07 2008 +0900
39480
39481     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
39482
39483     Move things to appropriate place.
39484
39485     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39486
39487 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
39488 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39489 Date:   Tue Mar 25 21:30:06 2008 +0900
39490
39491     [MIPS] Implement flush_cache()
39492
39493     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
39494     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
39495     function is used not only in U-Boot specfic programs but also at loading
39496     target binaries.
39497
39498     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39499
39500 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
39501 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39502 Date:   Tue Mar 25 21:30:06 2008 +0900
39503
39504     [MIPS] Fix I-/D-cache initialization loops
39505
39506     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
39507     again per a loop for I-cache initialization. But according to 'See MIPS
39508     Run', we're encouraged to use three separate loops rather than combining
39509     them *for both I- and D-cache*. This patch tries to fix this.
39510
39511     In accordance with fixing above, mips_init_[id]cache are separated from
39512     mips_cache_reset(), and rewrite cache loops are completely rewritten with
39513     useful macros.
39514
39515     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39516
39517 commit 1898840797c7f50799377bd5b285a8a93a82c419
39518 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39519 Date:   Tue Mar 25 21:30:06 2008 +0900
39520
39521     [MIPS] Replace memory clearance code with f_fill64
39522
39523     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
39524
39525     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39526
39527 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
39528 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39529 Date:   Tue Mar 25 21:30:06 2008 +0900
39530
39531     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
39532
39533     This patch replaces the current function definitions with NESTED, LEAF
39534     and END macro. They specify some more additional information about the
39535     function; an alignment of symbol, type of symbol, stack frame usage, etc.
39536     These information explicitly tells the assembler and the debugger about
39537     the types of code we want to generate.
39538
39539     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39540
39541 commit 282223a607c611425fa33f5428f8eae6636972bb
39542 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39543 Date:   Tue Mar 25 11:43:17 2008 +0900
39544
39545     [MIPS] asm headers' updates
39546
39547     Make some asm headers adjusted to the latest Linux kernel.
39548
39549     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39550
39551 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
39552 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39553 Date:   Tue Mar 25 11:39:29 2008 +0900
39554
39555     [MIPS] Request for the 'mips_cache_lock()' removal
39556
39557     The initial intension of having mips_cache_lock() was to use the cache
39558     as memory for temporary stack use so that a C environment can be set up
39559     as early as possible.
39560
39561     But now mips_cache_lock() follow lowlevel_init(). We've already have the
39562     real memory initilaized at this point, therefore we could/should use it.
39563     No reason to lock at all.
39564
39565     Other problems:
39566
39567     Cache locking is not consistent across MIPS implementaions. Some imple-
39568     mentations don't support locking at all. The style of locking varies -
39569     some support per line locking, others per way, etc. Some parts use bits
39570     in status registers instead of cache ops. Current mips_cache_lock() is
39571     not necessarily general-purpose.
39572
39573     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
39574     they are never get unlocked, so the code relies on whatever gets loaded
39575     after U-Boot to re-initialize the cache and clear the locks. We're sup-
39576     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
39577     but leave the situation as it is for a long time.
39578
39579     For these reasons, I proposed the removal of mips_cache_lock() from the
39580     global start-up code.
39581
39582     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
39583     *things have changed*. If he wants the same behavior as before, he needs
39584     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
39585
39586     If we don't have any regression report through several releases, then
39587     we'll remove codes entirely.
39588
39589     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39590     Acked-by: Andrew Dyer <amdyer@gmail.com>
39591
39592 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
39593 Author: Yuri Tikhonov <yur@emcraft.com>
39594 Date:   Mon Mar 24 11:30:54 2008 +0100
39595
39596     lwmon5 SYSMON POST: fix backlight control
39597
39598     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
39599     run on the board, then the SYSMON POST controls the display backlight
39600     (doesn't switch backlight ON if POST FAILED, and does switch the
39601     backlight ON if PASSED).
39602
39603     If not, then the video driver controls the display backlight (just
39604     switch ON the backlight upon initialization).
39605
39606     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39607
39608 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
39609 Author: Yuri Tikhonov <yur@emcraft.com>
39610 Date:   Mon Mar 24 11:29:14 2008 +0100
39611
39612     lwmon5 SYSMON POST: fix handling of negative temperatures
39613
39614     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
39615
39616     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39617
39618 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
39619 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39620 Date:   Fri Mar 7 16:04:25 2008 +0900
39621
39622     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
39623
39624     In current source code, when the device number of PCI is 0, process PCI
39625     bridge without fail. However, when the device number is 0, it is not PCI
39626     always bridge. There are times when device of PCI allocates.
39627
39628     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
39629     use this patch.
39630
39631     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39632     Acked-by: Stefan Roese <sr@denx.de>
39633
39634 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
39635 Author: Yuri Tikhonov <yur@emcraft.com>
39636 Date:   Fri Mar 21 09:18:40 2008 +0100
39637
39638     LWMON5: fix dsPIC POST
39639
39640     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
39641
39642     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
39643
39644 commit 388b82fddc7c05596f3f615f190da0448227dc82
39645 Author: Bartlomiej Sieka <tur@semihalf.com>
39646 Date:   Thu Mar 20 23:23:13 2008 +0100
39647
39648     [new uImage] Enable new uImage support for the pcs440ep board.
39649
39650     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39651
39652 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
39653 Author: Bartlomiej Sieka <tur@semihalf.com>
39654 Date:   Thu Mar 20 23:23:13 2008 +0100
39655
39656     [new uImage] Do not compile new uImage format support by default
39657
39658     Disable default building of new uImage format support in preparation
39659     for merge with the master. Support for new format can be enabled on
39660     a per-board basis, by defining the following in the board's config file:
39661
39662     #define CONFIG_FIT             1
39663     #define CONFIG_OF_LIBFDT       1
39664
39665     This can be optionally defined to give more verbose output:
39666
39667     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
39668
39669     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39670
39671 commit dafaede8a46c7159310239e036c93e31c6374487
39672 Author: Bartlomiej Sieka <tur@semihalf.com>
39673 Date:   Thu Mar 20 23:20:31 2008 +0100
39674
39675     [new uImage] Disable debuging output in preparation for merge with master
39676
39677     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39678
39679 commit fbe7a155027beacebaee9b32e1ada781fe924bca
39680 Author: Bartlomiej Sieka <tur@semihalf.com>
39681 Date:   Thu Mar 20 19:38:45 2008 +0100
39682
39683     [new uImage] Compilation and new uImage handling fixes for imxtract
39684
39685     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
39686     include/config_cmd_default.h. Fix few warnings and handling of new format
39687     images.
39688
39689     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39690
39691 commit 36cc8cbb3379d5166f882641123521735c469f92
39692 Author: Bartlomiej Sieka <tur@semihalf.com>
39693 Date:   Thu Mar 20 23:10:19 2008 +0100
39694
39695     [new uImage] Fix autoscr command used with new uImage format
39696
39697     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39698
39699 commit 43142e817f0597be412e7cbe19413f5532eafa5d
39700 Author: Bartlomiej Sieka <tur@semihalf.com>
39701 Date:   Thu Mar 20 23:10:19 2008 +0100
39702
39703     [new uImage] Fix *.its files location in documentation
39704
39705     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39706
39707 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
39708 Author: Wolfgang Denk <wd@denx.de>
39709 Date:   Thu Mar 20 22:01:38 2008 +0100
39710
39711     lwmon5 POST: remove unreachable code
39712
39713     plus some coding style cleanup
39714
39715     Signed-off-by: Wolfgang Denk <wd@denx.de>
39716
39717 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
39718 Author: Yuri Tikhonov <yur@emcraft.com>
39719 Date:   Thu Mar 20 17:56:04 2008 +0300
39720
39721     LWMON5: POST RTC fix
39722
39723     Modify the RTC API to provide one a status for the time reported by
39724     the rtc_get() function:
39725       0 - a reliable time is guaranteed,
39726     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
39727           and so on).
39728
39729     The RTC chip drivers are responsible for providing this info if the
39730     corresponding chip supports such functionality. If not - always
39731     report that the time is reliable.
39732
39733     The POST RTC test was modified to detect the RTC faults utilizing
39734     this new rtc_get() feature.
39735
39736     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39737
39738 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
39739 Author: Martin Krause <martin.krause@tqs.de>
39740 Date:   Wed Mar 19 14:25:14 2008 +0100
39741
39742     TQM5200B: update MTD partition layout
39743
39744     - insert partition for dtb blob to TQM5200B MTD layout
39745     - set env variables dependent on the configured board
39746       (TQM5200 or TQM5200B)
39747
39748     Signed-off-by: Martin Krause <martin.krause@tqs.de>
39749
39750 commit f0105727d132f56a21fa3ed8b162309cca6cac44
39751 Author: Stefan Roese <sr@denx.de>
39752 Date:   Wed Mar 19 07:09:26 2008 +0100
39753
39754     CFI: Small cleanup for FLASH_SHOW_PROGRESS
39755
39756     With this patch we don't need that many #ifdef's in the code. It moves
39757     the subtraction into the macro and defines a NOP-macro when
39758     CONFIG_FLASH_SHOW_PROGRESS is not defined.
39759
39760     Signed-off-by: Stefan Roese <sr@denx.de>
39761     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39762
39763 commit 9a042e9ca512beaaa2cb450274313fc477141241
39764 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39765 Date:   Sat Mar 8 13:48:01 2008 -0500
39766
39767     Flash programming progress countdown.
39768
39769     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39770
39771 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
39772 Author: Bartlomiej Sieka <tur@semihalf.com>
39773 Date:   Wed Mar 19 10:00:06 2008 +0100
39774
39775     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
39776
39777     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39778
39779 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
39780 Author: David Gibson <david@gibson.dropbear.id.au>
39781 Date:   Mon Feb 18 18:09:04 2008 +1100
39782
39783     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
39784
39785     Since fdt_node_offset_by_compatible() was converted to the new
39786     fdt_next_node() iterator, a chunk of initialization code became
39787     redundant, but was not removed by oversight.  This patch cleans it up.
39788
39789     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
39790
39791 commit d0ccb9b140b472039732de102fc14597eedb14df
39792 Author: David Gibson <david@gibson.dropbear.id.au>
39793 Date:   Mon Feb 18 18:06:31 2008 +1100
39794
39795     libfdt: Trivial cleanup for CHECK_HEADER)
39796
39797     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
39798     However, there are a handful of functions (fdt_move, rw_check_header,
39799     fdt_open_into) from other files which could also use it (currently
39800     they open-code something more-or-less identical).  Therefore, this
39801     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
39802     places.
39803
39804     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
39805
39806 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
39807 Author: Kumar Gala <galak@kernel.crashing.org>
39808 Date:   Wed Feb 20 14:32:36 2008 -0600
39809
39810     Fix fdt boardsetup command parsing
39811
39812     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
39813
39814     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39815
39816 commit 804887e6001e2f00bea11431bf34d6d472512cda
39817 Author: Kumar Gala <galak@kernel.crashing.org>
39818 Date:   Fri Feb 15 03:34:36 2008 -0600
39819
39820     Add sub-commands to fdt
39821
39822     fdt header                          - Display header info
39823     fdt bootcpu <id>                    - Set boot cpuid
39824     fdt memory <addr> <size>            - Add/Update memory node
39825     fdt rsvmem print                    - Show current mem reserves
39826     fdt rsvmem add <addr> <size>        - Add a mem reserve
39827     fdt rsvmem delete <index>           - Delete a mem reserves
39828
39829     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39830
39831 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
39832 Author: David Gibson <david@gibson.dropbear.id.au>
39833 Date:   Thu Feb 14 16:50:34 2008 +1100
39834
39835     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
39836
39837     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
39838     node which has NOP tags interspersed with its properties.  In this
39839     case fdt_add_subnode_namelen() will put the new subnode before the
39840     first NOP tag, even if there are properties after it, which will
39841     result in an invalid blob.
39842
39843     This patch fixes the bug, and adds a testcase for it.
39844
39845     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
39846
39847 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
39848 Author: David Gibson <david@gibson.dropbear.id.au>
39849 Date:   Tue Feb 12 11:58:31 2008 +1100
39850
39851     libfdt: Add and use a node iteration helper function.
39852
39853     This patch adds an fdt_next_node() function which can be used to
39854     iterate through nodes of the tree while keeping track of depth.  This
39855     function is used to simplify the iteration code in a lot of other
39856     functions, and is also exported for use by library users.
39857
39858     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
39859
39860 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
39861 Author: David Gibson <david@gibson.dropbear.id.au>
39862 Date:   Fri Jan 11 14:55:05 2008 +1100
39863
39864     libfdt: Add fdt_set_name() function
39865
39866     This patch adds an fdt_set_name() function to libfdt, mirroring
39867     fdt_get_name().  This is a r/w function which alters the name of a
39868     given device tree node.
39869
39870     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
39871
39872 commit 23e20aa6488e6c0622496549861bfdc74108debe
39873 Author: Yuri Tikhonov <yur@pollux.denx.de>
39874 Date:   Tue Mar 18 13:33:30 2008 +0100
39875
39876     lwmon5: Fix register test logic to match the specific GDC h/w.
39877
39878     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39879     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39880
39881 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
39882 Author: Yuri Tikhonov <yur@pollux.denx.de>
39883 Date:   Tue Mar 18 13:27:57 2008 +0100
39884
39885     Fix backlight in the lwmon5 POST.
39886
39887     Backlight was switched on even when temperature was too low.
39888
39889     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39890     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39891
39892 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
39893 Author: Yuri Tikhonov <yur@pollux.denx.de>
39894 Date:   Wed Feb 6 18:48:36 2008 +0100
39895
39896     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).
39897
39898      To enable this, alternative, configuration the U-Boot board configuration
39899     file for lwmon5 includes the definitions of alternative addresses for header
39900     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
39901
39902      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
39903     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
39904     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
39905
39906     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39907
39908 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
39909 Author: Yuri Tikhonov <yur@pollux.denx.de>
39910 Date:   Mon Feb 4 17:11:53 2008 +0100
39911
39912     Add support for the lwmon5 board reset via GPIO58.
39913
39914     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39915     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39916
39917 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
39918 Author: Yuri Tikhonov <yur@pollux.denx.de>
39919 Date:   Mon Feb 4 17:09:55 2008 +0100
39920
39921     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
39922
39923     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39924     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39925
39926 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
39927 Author: Yuri Tikhonov <yur@pollux.denx.de>
39928 Date:   Mon Feb 4 14:11:03 2008 +0100
39929
39930     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.
39931
39932     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39933     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39934
39935 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
39936 Author: Yuri Tikhonov <yur@pollux.denx.de>
39937 Date:   Mon Feb 4 14:10:42 2008 +0100
39938
39939     The patch adds new POST tests for the Lwmon5 board. These are:
39940
39941     * External Watchdog test;
39942     * dsPIC tests;
39943     * FPGA test;
39944     * GDC test;
39945     * Sysmon tests.
39946
39947     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39948     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39949
39950 commit c2ed33efbfff5767bca236828e021c55fd547b6c
39951 Author: Yuri Tikhonov <yur@pollux.denx.de>
39952 Date:   Mon Feb 4 14:10:01 2008 +0100
39953
39954     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
39955
39956     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39957
39958 commit 3a5d1e7f1309998791702b2a559e3126781746b9
39959 Author: Yuri Tikhonov <yur@pollux.denx.de>
39960 Date:   Tue Mar 18 13:33:30 2008 +0100
39961
39962     lwmon5: Fix register test logic to match the specific GDC h/w.
39963
39964     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39965     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39966
39967 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
39968 Author: Yuri Tikhonov <yur@pollux.denx.de>
39969 Date:   Tue Mar 18 13:27:57 2008 +0100
39970
39971     Fix backlight in the lwmon5 POST.
39972
39973     Backlight was switcehd on even when temperature was too low.
39974
39975     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
39976     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39977
39978 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
39979 Author: Yuri Tikhonov <yur@pollux.denx.de>
39980 Date:   Wed Feb 6 18:48:36 2008 +0100
39981
39982      The patch introduces the alternative configuration of the log buffer for
39983     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
39984     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
39985     PPC440EPX_GPT0_COMP5).
39986
39987      To enable this, alternative, configuration the U-Boot board configuration
39988     file for lwmon5 includes the definitions of alternative addresses for header
39989     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
39990
39991      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
39992     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
39993     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
39994
39995     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39996
39997 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
39998 Author: Yuri Tikhonov <yur@pollux.denx.de>
39999 Date:   Mon Feb 4 17:11:53 2008 +0100
40000
40001     Add support for the lwmon5 board reset via GPIO58.
40002
40003     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
40004     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40005
40006 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
40007 Author: Yuri Tikhonov <yur@pollux.denx.de>
40008 Date:   Mon Feb 4 17:09:55 2008 +0100
40009
40010     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
40011     Disable external watch-dog for now.
40012
40013     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
40014     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40015
40016 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
40017 Author: Yuri Tikhonov <yur@pollux.denx.de>
40018 Date:   Mon Feb 4 14:11:03 2008 +0100
40019
40020     The patch introduces the CRITICAL feature of POST tests. If the test
40021     marked as POST_CRITICAL fails then the alternative, post_critical,
40022     boot-command is used. If this command is not defined then U-Boot
40023     enters into interactive mode.
40024
40025     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
40026     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40027
40028 commit 65b20dcefc89618193fa51947968dada91e4c778
40029 Author: Yuri Tikhonov <yur@pollux.denx.de>
40030 Date:   Mon Feb 4 14:10:42 2008 +0100
40031
40032     The patch adds new POST tests for the Lwmon5 board.
40033     These are:
40034
40035     * External Watchdog test;
40036     * dsPIC tests;
40037     * FPGA test;
40038     * GDC test;
40039     * Sysmon tests.
40040
40041     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
40042     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40043
40044 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
40045 Author: Yuri Tikhonov <yur@pollux.denx.de>
40046 Date:   Mon Feb 4 14:10:01 2008 +0100
40047
40048     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
40049
40050     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
40051
40052 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
40053 Author: Wolfgang Denk <wd@denx.de>
40054 Date:   Tue Mar 18 17:35:51 2008 +0100
40055
40056     HMI1001: fix compile problem.
40057
40058     Signed-off-by: Wolfgang Denk <wd@denx.de>
40059
40060 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
40061 Author: Mike Frysinger <vapier@gentoo.org>
40062 Date:   Mon Feb 18 05:32:30 2008 -0500
40063
40064     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
40065
40066     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
40067     for the board specific driver at all.  Just use the common CFI driver.
40068
40069     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40070
40071 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
40072 Author: Mike Frysinger <vapier@gentoo.org>
40073 Date:   Tue Feb 19 00:36:14 2008 -0500
40074
40075     Blackfin: add proper ELF markings to some assembly functions
40076
40077     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40078
40079 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
40080 Author: Mike Frysinger <vapier@gentoo.org>
40081 Date:   Tue Feb 19 00:35:17 2008 -0500
40082
40083     Blackfin: new cplbinfo command for viewing cplb tables
40084
40085     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40086
40087 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
40088 Author: Mike Frysinger <vapier@gentoo.org>
40089 Date:   Mon Feb 18 05:37:51 2008 -0500
40090
40091     Blackfin: update MAINTAINERS list
40092
40093     Add maintainer information for the Blackfin boards.
40094
40095     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40096
40097 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
40098 Author: Mike Frysinger <vapier@gentoo.org>
40099 Date:   Mon Feb 18 05:26:48 2008 -0500
40100
40101     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
40102
40103     Stop tying things to the processor that should be tied to other defines and
40104     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
40105     system to select the -mcpu option.
40106
40107     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40108
40109 commit 86a20fb920bd198105acf7b1191117f566d637ed
40110 Author: Mike Frysinger <vapier@gentoo.org>
40111 Date:   Sat Feb 16 07:40:36 2008 -0500
40112
40113     Blackfin: move bootldr command to common code
40114
40115     This moves the Blackfin-common bootldr command out of the BF537-STAMP
40116     specific board directory and into the common directory so that all Blackfin
40117     boards may utilize it.
40118
40119     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40120
40121 commit decbe029b2a9d3333d02c433389b1c821eea96d7
40122 Author: Heiko Schocher <hs@denx.de>
40123 Date:   Fri Mar 14 11:05:20 2008 +0100
40124
40125     mgcoge: update configuration
40126
40127     Fix configuration for mgcoge board
40128
40129     Signed-off-by: Heiko Schocher <hs@denx.de>
40130
40131 commit c136724cda0219c49f1d4b346f00da29b14fdf14
40132 Author: Wolfgang Denk <wd@denx.de>
40133 Date:   Sun Mar 16 01:22:59 2008 +0100
40134
40135     drivers/rtc/Makefile: keep list sorted
40136
40137     Signed-off-by: Wolfgang Denk <wd@denx.de>
40138
40139 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
40140 Author: Tor Krill <tor@excito.com>
40141 Date:   Sat Mar 15 15:40:26 2008 +0100
40142
40143     Add support for Intersil isl1208 RTC
40144
40145     Signed-off-by: Tor Krill <tor@excito.com>
40146
40147 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
40148 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40149 Date:   Sat Mar 15 17:36:41 2008 +0100
40150
40151     cramfs: Fix ifdef
40152
40153     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40154
40155 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
40156 Author: Wolfgang Denk <wd@denx.de>
40157 Date:   Sun Mar 16 01:12:58 2008 +0100
40158
40159     Conding style cleanup
40160
40161     Signed-off-by: Wolfgang Denk <wd@denx.de>
40162
40163 commit 41712b4e8c95dff23354bcd620e1f9477160c190
40164 Author: Stefan Roese <sr@denx.de>
40165 Date:   Wed Mar 5 12:31:53 2008 +0100
40166
40167     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
40168
40169     This patch adds USB OHCI support to the Canyonlands board port. It also
40170     enables EXT2 support.
40171
40172     Signed-off-by: Stefan Roese <sr@denx.de>
40173
40174 commit 2596f5b9d353ff3e4387a3325d05740f16958038
40175 Author: Stefan Roese <sr@denx.de>
40176 Date:   Wed Mar 5 12:29:32 2008 +0100
40177
40178     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
40179
40180     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
40181     way a board just needs to define this new option to enable the "force
40182     NoPowerSwitching mode" instead of adding new CPU/architecture defines
40183     to the USB source itself.
40184
40185     This new option will be used first with the new AMCC 460EX Canyonlands
40186     board port, which will be posted in a few days.
40187
40188     This patch also fixes a small compilation problem when DEBUG is enabled.
40189
40190     Signed-off-by: Stefan Roese <sr@denx.de>
40191
40192 commit 71665ebf88408ff2acb762af47989fd4365b321a
40193 Author: Stefan Roese <sr@denx.de>
40194 Date:   Mon Mar 3 17:27:02 2008 +0100
40195
40196     ppc4xx: Add Canyonlands NAND booting support
40197
40198     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
40199     NAND devices. The only bootstrap option for NAND booting is option F for
40200     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
40201     EEPROM needs to be programmed accordingly.
40202
40203     This patch adds basic NAND booting support for the AMCC Canyonlands aval
40204     board and also adds support to the "bootstrap" command, to enable NAND
40205     booting I2C setting.
40206
40207     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
40208
40209     Signed-off-by: Stefan Roese <sr@denx.de>
40210
40211 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
40212 Author: Stefan Roese <sr@denx.de>
40213 Date:   Tue Mar 11 16:53:00 2008 +0100
40214
40215     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
40216
40217     This patch adds support for the AMCC Canyonlands 460EX evaluation
40218     board.
40219
40220     Signed-off-by: Stefan Roese <sr@denx.de>
40221
40222 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
40223 Author: Stefan Roese <sr@denx.de>
40224 Date:   Tue Mar 11 16:52:24 2008 +0100
40225
40226     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
40227
40228     This patch adds support for the AMCC Canyonlands 460EX evaluation
40229     board.
40230
40231     Signed-off-by: Stefan Roese <sr@denx.de>
40232
40233 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
40234 Author: Stefan Roese <sr@denx.de>
40235 Date:   Tue Mar 11 16:51:17 2008 +0100
40236
40237     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
40238
40239     This patch adds support for the AMCC Canyonlands 460EX evaluation
40240     board.
40241
40242     Signed-off-by: Stefan Roese <sr@denx.de>
40243
40244 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
40245 Author: Stefan Roese <sr@denx.de>
40246 Date:   Tue Mar 11 15:11:43 2008 +0100
40247
40248     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
40249
40250     This patch adds basic support for the AMCC 460EX/460GT PPC's.
40251
40252     Signed-off-by: Stefan Roese <sr@denx.de>
40253
40254 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
40255 Author: Stefan Roese <sr@denx.de>
40256 Date:   Tue Mar 11 15:11:18 2008 +0100
40257
40258     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
40259
40260     This patch adds basic support for the AMCC 460EX/460GT PPC's.
40261
40262     Signed-off-by: Stefan Roese <sr@denx.de>
40263
40264 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
40265 Author: Stefan Roese <sr@denx.de>
40266 Date:   Tue Mar 11 15:07:10 2008 +0100
40267
40268     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
40269
40270     This patch adds basic support for the AMCC 460EX/460GT PPC's.
40271
40272     Signed-off-by: Stefan Roese <sr@denx.de>
40273
40274 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
40275 Author: Stefan Roese <sr@denx.de>
40276 Date:   Tue Mar 11 15:05:50 2008 +0100
40277
40278     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
40279
40280     This patch adds basic support for the AMCC 460EX/460GT PPC's.
40281
40282     Signed-off-by: Stefan Roese <sr@denx.de>
40283
40284 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
40285 Author: Stefan Roese <sr@denx.de>
40286 Date:   Tue Mar 11 15:05:26 2008 +0100
40287
40288     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
40289
40290     This patch adds basic support for the AMCC 460EX/460GT PPC's.
40291
40292     Signed-off-by: Stefan Roese <sr@denx.de>
40293
40294 commit 56e410178375d9f20be25fb24e180974f0ae120b
40295 Author: Stefan Roese <sr@denx.de>
40296 Date:   Tue Feb 19 22:07:57 2008 +0100
40297
40298     ppc4xx: interrupt.c reworked
40299
40300     This patch is a rework of the 4xx interrupt handling done while
40301     adding the 460EX/GT support. Interrupts are needed on 4xx for the
40302     EMAC driver.
40303
40304     Signed-off-by: Stefan Roese <sr@denx.de>
40305
40306 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
40307 Author: Stefan Roese <sr@denx.de>
40308 Date:   Tue Feb 19 22:01:57 2008 +0100
40309
40310     ppc4xx: program_tlb now uses 64bit physical addess
40311
40312     This patch changes the physical addess parameter from 32bit to 64bit.
40313     This is needed for 36bit 4xx platforms to access areas located
40314     beyond the 4GB border, like SoC peripherals (EBC etc.).
40315
40316     Signed-off-by: Stefan Roese <sr@denx.de>
40317
40318 commit c3307fa186af85771924c434997089b8104c0a46
40319 Author: Stefan Roese <sr@denx.de>
40320 Date:   Tue Feb 19 21:58:25 2008 +0100
40321
40322     ppc4xx: miiphy.c reworked
40323
40324     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
40325     badly neede some cleanup.
40326
40327     Signed-off-by: Stefan Roese <sr@denx.de>
40328
40329 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
40330 Author: Stefan Roese <sr@denx.de>
40331 Date:   Tue Feb 19 16:21:49 2008 +0100
40332
40333     rtc: Add M41T62 support
40334
40335     This patch add support for the STM M41T62 RTC. It is used and tested
40336     on the AMCC Canyonlands 406EX platform.
40337
40338     Signed-off-by: Stefan Roese <sr@denx.de>
40339
40340 commit 217d383e201adc7f2271145ae345ea5eae2b7170
40341 Author: Niklaus Giger <niklaus.giger@netstal.com>
40342 Date:   Mon Feb 25 18:46:43 2008 +0100
40343
40344     ppc4xx: Add 405GPr based MCU25 board specific files
40345
40346     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40347
40348 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
40349 Author: Niklaus Giger <niklaus.giger@netstal.com>
40350 Date:   Mon Feb 25 18:46:42 2008 +0100
40351
40352     ppc4xx: Add 405GPr based MCU25 board config file
40353
40354     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40355
40356 commit b05f35436b733a240559e77e46bed8439665ecc5
40357 Author: Niklaus Giger <niklaus.giger@netstal.com>
40358 Date:   Mon Feb 25 18:46:41 2008 +0100
40359
40360     ppc4xx: Add 405GPr based MCU25 board. Global files
40361
40362     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40363
40364 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
40365 Author: Niklaus Giger <niklaus.giger@netstal.com>
40366 Date:   Mon Feb 25 18:37:02 2008 +0100
40367
40368     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
40369
40370     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40371
40372 commit a079494853cc2bfeddb26673219db0b4b2b31566
40373 Author: Niklaus Giger <niklaus.giger@netstal.com>
40374 Date:   Mon Feb 25 18:37:01 2008 +0100
40375
40376     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
40377
40378     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
40379     the FLASH_CFI_LEGACY et al. config options.
40380
40381     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
40382
40383 commit e4170e5a50c8110f792bc37472833ae669d69951
40384 Author: Stefan Roese <sr@denx.de>
40385 Date:   Tue Mar 11 13:52:25 2008 +0100
40386
40387     ppc4xx: Fix comment in 405EX DDR2 init code
40388
40389     Signed-off-by: Stefan Roese <sr@denx.de>
40390
40391 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
40392 Author: Bartlomiej Sieka <tur@semihalf.com>
40393 Date:   Fri Mar 14 16:22:34 2008 +0100
40394
40395     Add MD5 support to the new uImage format
40396
40397     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40398
40399 commit 0ede0c383530a418cf98be9122371a86573cd0db
40400 Author: Bartlomiej Sieka <tur@semihalf.com>
40401 Date:   Fri Mar 14 16:22:34 2008 +0100
40402
40403     Add the MD5 algorithm
40404
40405     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
40406     calculated using the md5() function -- see include/md5.h for details.
40407
40408     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40409
40410 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
40411 Author: Wolfgang Denk <wd@denx.de>
40412 Date:   Fri Mar 14 16:04:54 2008 +0100
40413
40414     tools/setlocalversion: use a git-describe-ish format
40415
40416     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
40417     where 'nnnnn' is the number of commits since the last tag (i.e.,
40418     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
40419     and to see how much has been changed since the referenced tag.
40420
40421     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
40422
40423     Signed-off-by: Wolfgang Denk <wd@denx.de>
40424
40425 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
40426 Author: Wolfgang Denk <wd@denx.de>
40427 Date:   Thu Mar 13 14:32:03 2008 +0100
40428
40429     HMI1001: add support for MPC5200 Rev. B processors.
40430
40431     Signed-off-by: Wolfgang Denk <wd@denx.de>
40432
40433 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
40434 Author: Wolfgang Denk <wd@denx.de>
40435 Date:   Thu Mar 13 14:29:49 2008 +0100
40436
40437     TQM5200: remove dead code
40438
40439     This board never used a MGT5100 processor.
40440
40441     Signed-off-by: Wolfgang Denk <wd@denx.de>
40442
40443 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
40444 Author: Marian Balakowicz <m8@semihalf.com>
40445 Date:   Wed Mar 12 12:14:15 2008 +0100
40446
40447     [new uImage] Fix build issue on ARM
40448
40449     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
40450
40451     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40452
40453 commit 3310c549a73a949430bfda90876df7552a1dab0c
40454 Author: Marian Balakowicz <m8@semihalf.com>
40455 Date:   Wed Mar 12 12:13:13 2008 +0100
40456
40457     [new uImage] Add new uImage format documentation and examples
40458
40459     Create doc/uImage.FIT documentation directory with the following files:
40460     - command_syntax_extensions.txt : extended command syntax description
40461     - howto.txt                     : short usage howto
40462     - source_file_format.txt        : internal new uImage format description
40463
40464     Add example image source files:
40465     - kernel.its
40466     - kernel_fdt.its
40467     - multi.its
40468
40469     Update README appropriately.
40470
40471     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40472     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40473
40474 commit 1ec73761d2e247078f4520a265d463e8b73391a2
40475 Author: Marian Balakowicz <m8@semihalf.com>
40476 Date:   Wed Mar 12 10:35:52 2008 +0100
40477
40478     [new uImage] Fix definition of common bootm_headers_t fields
40479
40480     verify, autostart and lmb fields are used regardless of CONFIG_FIT
40481     setting, move their definitions to common section.
40482
40483     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40484
40485 commit 1d1cb4270edc6a99276834064069717f9782c491
40486 Author: Marian Balakowicz <m8@semihalf.com>
40487 Date:   Wed Mar 12 10:35:51 2008 +0100
40488
40489     [new uImage] Fix build problems on trab board
40490
40491     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40492
40493 commit f773bea8e11f4a11c388dcee956b2444203e6b65
40494 Author: Marian Balakowicz <m8@semihalf.com>
40495 Date:   Wed Mar 12 10:35:46 2008 +0100
40496
40497     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
40498
40499     Save FIT configuration provied in the first bootm argument and use it
40500     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
40501     arguments are not specified.
40502
40503     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40504
40505 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
40506 Author: Marian Balakowicz <m8@semihalf.com>
40507 Date:   Wed Mar 12 10:33:01 2008 +0100
40508
40509     [new uImage] More verbose kernel image uncompress error message
40510
40511     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40512
40513 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
40514 Author: Marian Balakowicz <m8@semihalf.com>
40515 Date:   Wed Mar 12 10:33:01 2008 +0100
40516
40517     [new uImage] Use show_boot_progress() for new uImage format
40518
40519     This patch allocates a set of show_boot_progress() IDs for new uImage format
40520     and adds show_boot_progress() calls in new uImage format handling code.
40521
40522     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40523
40524 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
40525 Author: Marian Balakowicz <m8@semihalf.com>
40526 Date:   Wed Mar 12 10:33:01 2008 +0100
40527
40528     [new uImage] Add new uImage fromat support to fpga command
40529
40530     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40531
40532 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
40533 Author: Marian Balakowicz <m8@semihalf.com>
40534 Date:   Wed Mar 12 10:33:01 2008 +0100
40535
40536     [new uImage] Add new uImage format handling to other bootm related commands
40537
40538     Updated commands:
40539
40540     docboot  - cmd_doc.c
40541     fdcboot  - cmd_fdc.c
40542     diskboot - cmd_ide.c
40543     nboot    - cmd_nand.c
40544     scsiboot - cmd_scsi.c
40545     usbboot  - cmd_usb.c
40546
40547     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40548
40549 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
40550 Author: Marian Balakowicz <m8@semihalf.com>
40551 Date:   Wed Mar 12 10:33:00 2008 +0100
40552
40553     [new uImage] Add new uImage format support to imgextract command
40554
40555     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40556
40557 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
40558 Author: Marian Balakowicz <m8@semihalf.com>
40559 Date:   Wed Mar 12 10:33:00 2008 +0100
40560
40561     [new uImage] Add new uImage format support to autoscript routine
40562
40563     autoscript() routine is updated to accept second argument, which
40564     is only used for FIT images and provides a FIT subimage unit name.
40565
40566     autoscript() routine callers must now pass two arguments. For
40567     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
40568     variable 'autoscript_uname' is introduced and used as a FIT
40569     subimage unit name source.
40570
40571     autoscript command accepts extended syntax of the addr argument:
40572     addr:<subimg_uname>
40573
40574     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40575
40576 commit cd7c596e9f561dbbc17b717277438aee78cde14f
40577 Author: Marian Balakowicz <m8@semihalf.com>
40578 Date:   Wed Mar 12 10:33:00 2008 +0100
40579
40580     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
40581
40582     This patch updates architecture specific implementations of
40583     do_bootm_linux() adding new uImage format handling for
40584     operations like get kernel entry point address, get kernel
40585     image data start address.
40586
40587     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40588
40589 commit 3dfe110149311425919e6d6a14b561b4207498f1
40590 Author: Marian Balakowicz <m8@semihalf.com>
40591 Date:   Wed Mar 12 10:32:59 2008 +0100
40592
40593     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
40594
40595     This patch adds new node offset fields to struct bootm_headers
40596     and updates bootm_headers processing code to make use of them.
40597     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
40598
40599     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40600
40601 commit bc8ed486b125452ba3bd8344f052f437329150c5
40602 Author: Marian Balakowicz <m8@semihalf.com>
40603 Date:   Wed Mar 12 10:32:53 2008 +0100
40604
40605     [new uImage] ppc: Add new uImage format support to FDT handling routines
40606
40607     Support for new (FIT) format uImages is added to powerpc specific
40608     boot_get_fdt() routine which now recognizes, sanity checks FIT image
40609     and is able to access data sections of the requested component image.
40610
40611     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40612
40613 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
40614 Author: Marian Balakowicz <m8@semihalf.com>
40615 Date:   Wed Mar 12 10:14:57 2008 +0100
40616
40617     [new uImage] Re-enable interrupts for non automatic booting
40618
40619     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
40620     environment variable is not set to 'yes'.
40621
40622     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40623
40624 commit d985c8498c4e47095820da97aa722381d39172c5
40625 Author: Marian Balakowicz <m8@semihalf.com>
40626 Date:   Wed Mar 12 10:14:38 2008 +0100
40627
40628     [new uImage] Remove unnecessary arguments passed to ramdisk routines
40629
40630     boot_get_ramdisk() and image_get_ramdisk() do not need all
40631     cmdtp, flag, argc and argv arguments. Simplify routines definition.
40632
40633     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40634
40635 commit c87796483bc7c2900470dc747c367f602577608d
40636 Author: Marian Balakowicz <m8@semihalf.com>
40637 Date:   Wed Mar 12 10:12:37 2008 +0100
40638
40639     [new uImage] Add new uImage format support for ramdisk handling
40640
40641     This patch updates boot_get_ramdisk() routine adding format
40642     verification and handling for new (FIT) uImages.
40643
40644     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40645
40646 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
40647 Author: Marian Balakowicz <m8@semihalf.com>
40648 Date:   Wed Mar 12 10:01:05 2008 +0100
40649
40650     [new uImage] Add new uImage format support for kernel booting
40651
40652     New format uImages are recognized by the bootm command,
40653     validity of specified kernel component image is checked and
40654     its data section located and used for further processing
40655     (uncompress, load, etc.)
40656
40657     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40658
40659 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
40660 Author: Marian Balakowicz <m8@semihalf.com>
40661 Date:   Tue Mar 11 12:35:20 2008 +0100
40662
40663     [new uImage] Add new uImage format support for imls and iminfo commands
40664
40665     imls and iminfo can now recognize nad print out contents of the new (FIT)
40666     format uImages.
40667
40668     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40669
40670 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
40671 Author: Bartlomiej Sieka <tur@semihalf.com>
40672 Date:   Tue Mar 11 12:34:47 2008 +0100
40673
40674     [new uImage] Add support for new uImage format to mkimage tool
40675
40676     Support for the new uImage format (FIT) is added to mkimage tool.
40677     Commandline syntax is appropriately extended:
40678
40679     mkimage [-D dtc_options] -f fit-image.its fit-image
40680
40681     mkimage (together with dtc) takes fit-image.its and referenced therein
40682     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
40683     final image that can be transferred to the target (e.g., via tftp) and then
40684     booted using the bootm command in U-Boot.
40685
40686     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40687
40688 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
40689 Author: Marian Balakowicz <m8@semihalf.com>
40690 Date:   Mon Mar 10 17:53:49 2008 +0100
40691
40692     [new uImage] Make node unit names const in struct bootm_headers
40693
40694     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40695
40696 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
40697 Author: Marian Balakowicz <m8@semihalf.com>
40698 Date:   Fri Feb 29 21:24:06 2008 +0100
40699
40700     [new uImage] New uImage low-level API
40701
40702     Add FDT-based functions for handling new format component images,
40703     configurations, node operations, property get/set, etc.
40704
40705     fit_        - routines handling global new format uImage operations
40706                   like get/set top level property, process all nodes, etc.
40707     fit_image_  - routines handling component images subnodes
40708     fit_conf_   - routines handling configurations node
40709
40710     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40711     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40712
40713 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
40714 Author: Wolfgang Denk <wd@denx.de>
40715 Date:   Sun Mar 9 16:20:02 2008 +0100
40716
40717     Release v1.3.2
40718
40719     Update CHANGELOG for release.
40720
40721     Signed-off-by: Wolfgang Denk <wd@denx.de>
40722
40723 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
40724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40725 Date:   Sun Mar 9 14:52:11 2008 +0100
40726
40727     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
40728
40729     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40730     Signed-off-by: Wolfgang Denk <wd@denx.de>
40731
40732 commit db695b78515ddb88a2d4f3357c120345efbf59ec
40733 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40734 Date:   Sun Mar 9 10:44:01 2008 +0100
40735
40736     scb9328: Fix flash warning: type qualifiers ignored on function return type
40737
40738     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40739
40740 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
40741 Author: Wolfgang Denk <wd@denx.de>
40742 Date:   Sun Mar 9 10:50:41 2008 +0100
40743
40744     esd/common/fpga.c: fix indentation.
40745
40746     Signed-off-by: Wolfgang Denk <wd@denx.de>
40747
40748 commit cc3843e36453e2b8db65d7e56de938ba045016a0
40749 Author: Wolfgang Denk <wd@denx.de>
40750 Date:   Sun Mar 9 10:33:31 2008 +0100
40751
40752     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
40753
40754     and get rid of a couple of unneeded casts.
40755
40756     Signed-off-by: Wolfgang Denk <wd@denx.de>
40757
40758 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
40759 Author: Wolfgang Denk <wd@denx.de>
40760 Date:   Sun Mar 9 10:09:53 2008 +0100
40761
40762     esd/common/fpga.c: fix 'assignment of read-only location' error
40763
40764     Signed-off-by: Wolfgang Denk <wd@denx.de>
40765
40766 commit c6fe4dabac066e8758345d249032768496983a3e
40767 Author: Wolfgang Denk <wd@denx.de>
40768 Date:   Sun Mar 9 02:13:19 2008 +0100
40769
40770     Makefile: make build silently again.
40771
40772     Signed-off-by: Wolfgang Denk <wd@denx.de>
40773
40774 commit 76babc86576f092573599334c85ec543fdbc6015
40775 Author: Wolfgang Denk <wd@denx.de>
40776 Date:   Sun Mar 9 02:07:49 2008 +0100
40777
40778     m501sk: Fix out of tree building
40779
40780     Signed-off-by: Wolfgang Denk <wd@denx.de>
40781
40782 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
40783 Author: Wolfgang Denk <wd@denx.de>
40784 Date:   Sun Mar 9 00:06:09 2008 +0100
40785
40786     ADS5121: fix out of tree build
40787
40788     and simplify Makefile a bit.
40789
40790     Signed-off-by: Wolfgang Denk <wd@denx.de>
40791
40792 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
40793 Author: Wolfgang Denk <wd@denx.de>
40794 Date:   Sat Mar 8 22:35:31 2008 +0100
40795
40796     Release v1.3.2
40797
40798     Signed-off-by: Wolfgang Denk <wd@denx.de>
40799
40800 commit 78a90f827df74520e939c794fc7413dace21c4db
40801 Author: Wolfgang Denk <wd@denx.de>
40802 Date:   Sat Mar 8 22:35:04 2008 +0100
40803
40804     Update CHANGELOG
40805
40806     Signed-off-by: Wolfgang Denk <wd@denx.de>
40807
40808 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
40809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40810 Date:   Sat Mar 8 21:30:04 2008 +0100
40811
40812     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
40813
40814     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40815
40816 commit d75469d48c05795144f4b8ba76addbb4920a7bba
40817 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40818 Date:   Sat Mar 8 09:25:49 2008 +0900
40819
40820     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
40821
40822     When rtl_recv() of rtl8169 is called, OWNbit of status register
40823     is not enable occasionally.
40824     rtl_recv() doesn't work normally when the driver doesn't do
40825     appropriate processing.
40826     This patch fix this problem.
40827
40828     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40829
40830 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
40831 Author: Heiko Schocher <hs@denx.de>
40832 Date:   Fri Mar 7 08:15:28 2008 +0100
40833
40834     mgsuvd: update board configuration
40835
40836     initialize the UPIOx controller.
40837
40838     Signed-off-by: Heiko Schocher <hs@denx.de>
40839
40840 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
40841 Author: Heiko Schocher <hs@denx.de>
40842 Date:   Fri Mar 7 08:13:41 2008 +0100
40843
40844     mgcoge: update board configuration
40845
40846     add support for the config Flash.
40847     initialize the UPIOx controller.
40848
40849     Signed-off-by: Heiko Schocher <hs@denx.de>
40850
40851 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
40852 Author: Kim Phillips <kim.phillips@freescale.com>
40853 Date:   Fri Mar 7 12:27:31 2008 -0600
40854
40855     mpc83xx: make dtb basename file references equal those of linux
40856
40857     the dts file basenames were updated in linux - this helps avoid
40858     inadvertently loading any old dtbs laying around.
40859
40860     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40861
40862 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
40863 Author: Kim Phillips <kim.phillips@freescale.com>
40864 Date:   Wed Feb 27 16:08:22 2008 -0600
40865
40866     net: uec_phy: actually increment the timeout counter
40867
40868     allow u-boot to recover (and, e.g., switch to another interface) in the
40869     case where a PHY does not report autonegotiation is complete within its
40870     two second timeout value.
40871
40872     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40873
40874 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
40875 Author: Markus Brunner <super.firetwister@googlemail.com>
40876 Date:   Wed Mar 5 21:38:12 2008 +0100
40877
40878     fix taihu soft spi_read
40879
40880     The taihu board used gpio_read_out_bit which reads the output register and not
40881     the pin state.
40882
40883     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
40884
40885 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
40886 Author: Stefan Roese <sr@denx.de>
40887 Date:   Fri Mar 7 08:01:43 2008 +0100
40888
40889     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
40890
40891     Signed-off-by: Stefan Roese <sr@denx.de>
40892
40893 commit bd4458cb47abecabd406b1210457be96c69fc49d
40894 Author: Dave Liu <r63238@freescale.com>
40895 Date:   Tue Mar 4 16:59:22 2008 +0800
40896
40897     837xEMDS: Improve the system performance
40898
40899     1. Make the CSB bus pipeline depth as 4, and enable
40900        the repeat mode;
40901     2. Raise the eTSEC emergency priority;
40902     3. Use the highest IP blocks clock.
40903
40904     Signed-off-by: Dave Liu <daveliu@freescale.com>
40905
40906 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
40907 Author: Detlev Zundel <dzu@denx.de>
40908 Date:   Thu Mar 6 16:45:53 2008 +0100
40909
40910     Replace "run load; run update" with conditionalized "run load update".
40911
40912     The latter version stops when "run load" fails for whatever reasons
40913     rendering the combination *a lot* more secure.
40914
40915     Signed-off-by: Detlev Zundel <dzu@denx.de>
40916
40917 commit 6bc113886d7d316df1a4e459bec8baf027518551
40918 Author: Stefan Roese <sr@denx.de>
40919 Date:   Tue Mar 4 17:40:41 2008 +0100
40920
40921     net: Print error message upon net usage when no ethernet-interface is found
40922
40923     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
40924     defined. Then no ethernet interface is available but a simple "tftp"
40925     command will return without any error message which is quite confusing.
40926
40927     Signed-off-by: Stefan Roese <sr@denx.de>
40928
40929 commit a30a549a3553032d809e0356306b62de0b125901
40930 Author: Jon Loeliger <jdl@freescale.com>
40931 Date:   Tue Mar 4 10:03:03 2008 -0600
40932
40933     Remove erroneous or extra spd.h #includers.
40934
40935     Many of the spd.h #includers don't need it,
40936     and wanted to have spd_sdram() declared instead.
40937     Since they didn't get that, some also had open
40938     coded extern declarations of it instead or as well.
40939     Fix it all up by using spd_sdram.h where needed.
40940
40941     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40942
40943 commit a4475386cef14af3fd88f0518b688e755669486d
40944 Author: Wolfgang Denk <wd@denx.de>
40945 Date:   Tue Mar 4 17:41:28 2008 +0100
40946
40947     PCS440EP: fix build problems (redundant #define)
40948
40949     Signed-off-by: Wolfgang Denk <wd@denx.de>
40950
40951 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
40952 Author: Stefan Roese <sr@denx.de>
40953 Date:   Tue Mar 4 17:39:25 2008 +0100
40954
40955     net: Print error message upon net usage when no ethernet-interface is found
40956
40957     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
40958     defined. Then no ethernet interface is available but a simple "tftp"
40959     command will return without any error message which is quite confusing.
40960
40961     Signed-off-by: Stefan Roese <sr@denx.de>
40962
40963 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
40964 Author: Wolfgang Denk <wd@denx.de>
40965 Date:   Tue Mar 4 17:38:50 2008 +0100
40966
40967     W7OLMC/W7OLMG: fix build problems (redundant #define)
40968
40969     Signed-off-by: Wolfgang Denk <wd@denx.de>
40970
40971 commit f9301e1cda296245ba052d7b08321199c3d0af9d
40972 Author: Wolfgang Denk <wd@denx.de>
40973 Date:   Tue Mar 4 14:58:31 2008 +0100
40974
40975     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
40976
40977     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
40978     problem for out-of-tree builds which caused "make clean" to fail.
40979
40980     Signed-off-by: Wolfgang Denk <wd@denx.de>
40981
40982 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
40983 Author: Wolfgang Denk <wd@denx.de>
40984 Date:   Tue Mar 4 11:58:26 2008 +0100
40985
40986     examples/Makefile: build "hello_world" on 8xx, too.
40987
40988     Signed-off-by: Wolfgang Denk <wd@denx.de>
40989
40990 commit 74eb0222594fd23aafdf168e60e872814eea8b62
40991 Author: Mike Nuss <mike@terascala.com>
40992 Date:   Mon Mar 3 15:27:05 2008 -0500
40993
40994     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
40995
40996     Every now and then a Sequoia board (or equivalent hardware) had
40997     problems connecting to a Gigabit capable network interface.
40998
40999     There were differences in the PHY setup between Linux and U-Boot.
41000
41001     This patch fixes the problem. Apparently "remote fault" is being set,
41002     which signals to some devices (on the other end of the cable) that a
41003     fault has occurred, while other devices ignore it. I believe the RF bit
41004     was causing the issue, but I removed T4 also, to match up with Linux.
41005
41006     Signed-off-by: Mike Nuss <mike@terascala.com>
41007
41008 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
41009 Author: Timur Tabi <timur@freescale.com>
41010 Date:   Mon Mar 3 09:58:52 2008 -0600
41011
41012     fix QE firmware uploading limit
41013
41014     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
41015     systems with more than one RISC core.
41016
41017     Signed-off-by: Timur Tabi <timur@freescale.com>
41018
41019 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
41020 Author: Bernhard Nemec <bnemec@ganssloser.com>
41021 Date:   Mon Mar 3 11:57:23 2008 +0000
41022
41023     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
41024
41025     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
41026     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
41027
41028     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
41029
41030 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
41031 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
41032 Date:   Mon Mar 3 10:39:13 2008 +0200
41033
41034     fix copy from ram to dataflash
41035
41036     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
41037     routines instead of dataflash. This is because it checks "if source
41038     address is not dataflash" instead of target address.
41039
41040     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
41041
41042 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
41043 Author: Wolfgang Denk <wd@denx.de>
41044 Date:   Mon Mar 3 12:16:44 2008 +0100
41045
41046     Fix quoting problem (preboot setting) in many board config files.
41047
41048     Signed-off-by: Wolfgang Denk <wd@denx.de>
41049
41050 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
41051 Author: Wolfgang Denk <wd@denx.de>
41052 Date:   Mon Mar 3 12:36:49 2008 +0100
41053
41054     ADS5121: Fix default environment.
41055
41056     Signed-off-by: Wolfgang Denk <wd@denx.de>
41057
41058 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
41059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41060 Date:   Sun Mar 2 16:12:31 2008 +0100
41061
41062     Makefile: Fix missing unconfig and mkconfig use
41063
41064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41065
41066 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
41067 Author: michael <trimarchi@gandalf.sssup.it>
41068 Date:   Sun Mar 2 23:33:46 2008 +0100
41069
41070     Fix checking fat32 cluster size.
41071
41072     This fixes the cluster size tests in the FAT32 file system.
41073     The current implementation of VFAT support doesn't work if the
41074     referred cluster has an offset > 16bit representation, causing
41075     "fatload" and "fatls" commands etc. to fail.
41076
41077     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
41078
41079 commit 661bad63a076a96c39c64f136915f146725af92b
41080 Author: Wolfgang Denk <wd@denx.de>
41081 Date:   Sun Mar 2 22:57:23 2008 +0100
41082
41083     Prepare v1.3.2-rc2 release candidate
41084
41085     Signed-off-by: Wolfgang Denk <wd@denx.de>
41086
41087 commit 76957cb3d621bf664311908e5962e151c633c285
41088 Author: Stefan Roese <sr@denx.de>
41089 Date:   Sat Mar 1 12:11:40 2008 +0100
41090
41091     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
41092
41093     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
41094     currently 4k/2k is configured. This patch fixes this issue.
41095
41096     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
41097
41098     Signed-off-by: Stefan Roese <sr@denx.de>
41099
41100 commit 118978c8eb43803e2794233922df4249fa278b83
41101 Author: Woodruff, Richard <r-woodruff2@ti.com>
41102 Date:   Fri Feb 29 17:34:35 2008 -0600
41103
41104     Fix alignment error on ARM for modules
41105
41106     Fix alignment fault on ARM when running modules.  With out an explicit
41107     linker file gcc4.2.1 will half word align __bss_start's value.  The word
41108     dereference will crash hello_world.
41109
41110     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
41111
41112 commit ce1120dd703e6f12c59e4eba9962356a0300b832
41113 Author: Dave Liu <r63238@freescale.com>
41114 Date:   Fri Feb 29 17:45:31 2008 +0800
41115
41116     fs: Fix ext2 read issue
41117
41118     The ext2 aligned process will corrupt the key
41119     data struct, the patch fix this.
41120
41121     Signed-off-by: Dave Liu <daveliu@freescale.com>
41122
41123 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
41124 Author: Wolfgang Denk <wd@denx.de>
41125 Date:   Sun Mar 2 22:45:33 2008 +0100
41126
41127     Makefile: cleanup "clean" target
41128
41129     Make sure CDPATH settings cannot interfere.
41130     Update CHANGELOG.
41131
41132     Signed-off-by: Wolfgang Denk <wd@denx.de>
41133
41134 commit ffda586fc1373243c9794babde69500f6293a8d8
41135 Author: Li Yang <leoli@freescale.com>
41136 Date:   Fri Feb 29 11:46:05 2008 +0800
41137
41138     add cscope build target
41139
41140     Add cscope build target to generate cscope database for code browsing.
41141
41142     Signed-off-by: Li Yang <leoli@freescale.com>
41143
41144 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
41145 Author: Kim Phillips <kim.phillips@freescale.com>
41146 Date:   Wed Feb 27 15:06:39 2008 -0600
41147
41148     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
41149
41150     erratum 5.6 states the autoneg completion bit is functional only if the
41151     autoneg bit is asserted.
41152
41153     This fixes any secondarily-issued networking commands on non-gigabit
41154     links on the mpc8360 mds board.
41155
41156     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41157
41158 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
41159 Author: John Rigby <jrigby@freescale.com>
41160 Date:   Tue Feb 26 09:38:14 2008 -0700
41161
41162     MPC5121e ADS PCI support take 3
41163
41164     Adds PCI support for MPC5121
41165
41166     Tested with drivers/net/rtl8139.c
41167
41168     Support is conditional since PCI on old silicon does not work.
41169
41170     ads5121_PCI_config turns on PCI
41171
41172     In this version, condition compilation of PCI code has been moved
41173     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
41174     suggested by Jean-Christophe PLAGNIOL-VILLARD
41175
41176     Signed-off-by: John Rigby <jrigby@freescale.com>
41177
41178 commit 44b4dbed4133f657705b7c5193209da9978243a7
41179 Author: Anatolij Gustschin <agust@denx.de>
41180 Date:   Mon Feb 25 23:53:07 2008 +0100
41181
41182     Fix warnings while compilation of post/drivers/memory.c
41183
41184     Fix warnings while compilation with new gcc in eldk-4.2
41185
41186     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41187
41188 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
41189 Author: Anatolij Gustschin <agust@denx.de>
41190 Date:   Mon Feb 25 20:54:04 2008 +0100
41191
41192     ppc4xx: Fix problem in 4xx_enet.c driver
41193
41194     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
41195     enabled. To reproduce the problem ensure that 'ethrotate'
41196     environment variable isn't set to "no" and then run
41197     "tftp 200000 not_existent_file".
41198     This patch tries to fix the issue.
41199
41200     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41201
41202 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
41203 Author: Anatolij Gustschin <agust@denx.de>
41204 Date:   Mon Feb 25 20:04:20 2008 +0100
41205
41206     POST: Disable cache while SPR POST
41207
41208     Currently (since commit b2e2142c) u-boot crashes on
41209     sequoia board while SPR test if CONFIG_4xx_DCACHE is
41210     enabled. This patch disables the cache while SPR test.
41211
41212     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41213
41214 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
41215 Author: Martin Krause <martin.krause@tqs.de>
41216 Date:   Mon Feb 25 17:52:40 2008 +0100
41217
41218     TQM5200: use automatic fdt memory fixup (part 2)
41219
41220     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
41221     TB5200 and TB5200_B to fixup the /memory node with the memory values
41222     detected by U-Boot.
41223
41224     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41225
41226 commit 44ceec253ea941b301abf4b079d52324def69d92
41227 Author: Martin Krause <martin.krause@tqs.de>
41228 Date:   Mon Feb 25 15:17:05 2008 +0100
41229
41230     TQM5200: use automatic fdt memory fixup
41231
41232     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
41233     TB5200 and TB5200_B to fixup the /memory node with the memory values
41234     detected by U-Boot.
41235
41236     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41237
41238 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
41239 Author: Martin Krause <martin.krause@tqs.de>
41240 Date:   Mon Feb 25 13:27:52 2008 +0100
41241
41242     TQM5200: fix bug in SDRAM initialization code
41243
41244     This patch fixes a bug in the SDRAM initialization code for the
41245     TQM5200. The hi_addr bit is now set correctly. Without this patch
41246     the hi_addr bit is always set to 1, if the second SDRAM bank is
41247     not populated.
41248
41249     For other MPC5200 boards a correspondig patch has already been applied
41250     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
41251
41252     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41253     --
41254     Forget the first patch please. I confused flash with SDRAM in
41255     the comment ...
41256
41257 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
41258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41259 Date:   Mon Feb 25 00:03:12 2008 +0100
41260
41261     mx1fs2/flash: Fix multiple compiler warnings
41262
41263     "pointer targets in assignment differ in signedness"
41264
41265     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41266
41267 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
41268 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41269 Date:   Mon Feb 25 00:03:11 2008 +0100
41270
41271     arm-imx: Fix register definitions
41272
41273     Sync register definitions with linux
41274
41275     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41276
41277 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
41278 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41279 Date:   Mon Feb 25 00:03:10 2008 +0100
41280
41281     actua1/actua2/actua3: Fix multiple unused variable warnings
41282
41283     - actua1:
41284         actux1.c: In function 'checkboard':
41285         actux1.c:92: warning: unused variable 'revision'
41286
41287     - actua2:
41288         actux2.c: In function 'checkboard':
41289         actux2.c:100: warning: unused variable 's'
41290         actux2.c:99: warning: unused variable 'revision'
41291         actux2.c: In function 'reset_phy':
41292         actux2.c:130: warning: unused variable 'i'
41293
41294     - actua3:
41295         actux3.c: In function 'checkboard':
41296         actux3.c:114: warning: unused variable 'revision'
41297
41298     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41299
41300 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
41301 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41302 Date:   Sun Feb 24 11:44:29 2008 +0900
41303
41304     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
41305
41306     The previous patch was lacking of i386, microblaze, nios and nios2. This
41307     patch tries to fix them.
41308
41309     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41310
41311 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
41312 Author: Marian Balakowicz <m8@semihalf.com>
41313 Date:   Fri Feb 29 22:22:46 2008 +0100
41314
41315     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
41316
41317     Do not use global fdt blob pointer, calculate blob size from routine
41318     argument blob pointer.
41319
41320     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41321
41322 commit d1cc52879c8966507dad9fb575481e6d3985e64e
41323 Author: David Gibson <david@gibson.dropbear.id.au>
41324 Date:   Tue Feb 12 00:58:31 2008 +1100
41325
41326     libfdt: Add and use a node iteration helper function.
41327
41328     This patch adds an fdt_next_node() function which can be used to
41329     iterate through nodes of the tree while keeping track of depth.  This
41330     function is used to simplify the iteration code in a lot of other
41331     functions, and is also exported for use by library users.
41332
41333     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
41334
41335 commit 8cf30809a82902a471866d2f07725ce3b8a22291
41336 Author: Bartlomiej Sieka <tur@semihalf.com>
41337 Date:   Fri Feb 29 16:00:24 2008 +0100
41338
41339     [new uImage] Add libfdt support to mkimage
41340
41341     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41342
41343 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
41344 Author: Bartlomiej Sieka <tur@semihalf.com>
41345 Date:   Fri Feb 29 16:00:23 2008 +0100
41346
41347     [new uImage] Add sha1.o object to mkimage binary build
41348
41349     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41350
41351 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
41352 Author: Marian Balakowicz <m8@semihalf.com>
41353 Date:   Fri Feb 29 16:00:06 2008 +0100
41354
41355     [new uImage] Fix component handling for legacy multi component images
41356
41357     Use uint32_t when accessing size table in image_multi_count() and
41358     image_multi_getimg() for multi component images.
41359
41360     Add missing uimage_to_cpu() endianness conversion.
41361
41362     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41363
41364 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
41365 Author: Marian Balakowicz <m8@semihalf.com>
41366 Date:   Fri Feb 29 15:59:59 2008 +0100
41367
41368     [new uImage] Share common uImage code between mkimage and U-boot
41369
41370     This patch adds the following common routines:
41371
41372     1) Dedicated mkimage print_header() is replaced with common
41373     image_print_contents()
41374     image_print_contents_noindent()
41375
41376     2) Common os/arch/type/comp fields name <--> id translation routines
41377     genimg_get_os_name()
41378     genimg_get_arch_name()
41379     genimg_get_type_name()
41380     genimg_get_comp_name()
41381     genimg_get_os_id()
41382     genimg_get_arch_id()
41383     genimg_get_type_id()
41384     genimg_get_comp_id()
41385
41386     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41387
41388 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
41389 Author: Marian Balakowicz <m8@semihalf.com>
41390 Date:   Fri Feb 29 14:58:34 2008 +0100
41391
41392     [new uImage] Update naming convention for bootm/uImage related code
41393
41394     This patch introduces the following prefix convention for the
41395     image format handling and bootm related code:
41396
41397     genimg_             - dual format shared code
41398     image_              - legacy uImage format specific code
41399     fit_                - new uImage format specific code
41400     boot_               - booting process related code
41401
41402     Related routines are renamed and a few pieces of code are moved around and
41403     re-grouped.
41404
41405     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41406
41407 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
41408 Author: Kumar Gala <galak@kernel.crashing.org>
41409 Date:   Wed Feb 27 21:51:51 2008 -0600
41410
41411     [new uImage] Respect autostart setting in linux bootm
41412
41413     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41414     Acked-by: Marian Balakowicz <m8@semihalf.com>
41415
41416 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
41417 Author: Kumar Gala <galak@kernel.crashing.org>
41418 Date:   Wed Feb 27 21:51:50 2008 -0600
41419
41420     [new uImage] Provide ability to restrict region used for boot images
41421
41422     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
41423     to restrict what memory range is used for bootm.
41424
41425     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41426     Acked-by: Marian Balakowicz <m8@semihalf.com>
41427
41428 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
41429 Author: Kumar Gala <galak@kernel.crashing.org>
41430 Date:   Wed Feb 27 21:51:49 2008 -0600
41431
41432     [new uImage] Use lmb for bootm allocations
41433
41434     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
41435     functions over to using lmb for allocation of the ramdisk, command line
41436     and kernel bd info.
41437
41438     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
41439     tree.
41440
41441     Provided a weak function that board code can call to do additional
41442     lmb reserves if needed.
41443
41444     Also introduce the concept of bootmap_base to specify the offset in
41445     physical memory that the bootmap is located at.  This is used for
41446     allocations of the cmdline, kernel bd, and device tree as they should
41447     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
41448
41449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41450
41451 commit f5614e7926863bf0225ec860d9b319741a9c4004
41452 Author: Kumar Gala <galak@kernel.crashing.org>
41453 Date:   Wed Feb 27 21:51:48 2008 -0600
41454
41455     [new uImage] Add autostart flag to bootm_headers structure
41456
41457     The autostart env variable was dropped as part of the initial new uImage
41458     cleanup.  Add it back here so the arch specific code can decide if it
41459     wants to really boot or not.
41460
41461     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41462     Acked-by: Marian Balakowicz <m8@semihalf.com>
41463
41464 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
41465 Author: Kumar Gala <galak@kernel.crashing.org>
41466 Date:   Wed Feb 27 21:51:47 2008 -0600
41467
41468     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
41469
41470     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
41471     the memory spaces used by various boot images and structures.  This code
41472     will allow us to simplify the code in bootm and its support functions.
41473
41474     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41475
41476 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
41477 Author: Kumar Gala <galak@kernel.crashing.org>
41478 Date:   Tue Feb 19 22:03:47 2008 -0600
41479
41480     [new uImage] ppc: Allow boards to specify effective amount of memory
41481
41482     For historical reasons we limited the stack to 256M because some boards
41483     could only map that much via BATS.  However newer boards are capable of
41484     mapping more memory (for example 85xx is capable of doing up to 2G).
41485
41486     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41487     Acked-by: Marian Balakowicz <m8@semihalf.com>
41488
41489 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
41490 Author: Kumar Gala <galak@kernel.crashing.org>
41491 Date:   Wed Feb 27 21:51:46 2008 -0600
41492
41493     [new uImage] rework error handling so common functions don't reset
41494
41495     Changed image_get_ramdisk() to just return NULL on error and have
41496     get_ramdisk() propogate that error to the caller.  It's left to the
41497     caller to call do_reset() if it wants to.
41498
41499     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
41500     to a common location.  In the future we will change get_fdt() and
41501     fdt_relocate() to return success/failure and not call do_reset() at all.
41502
41503     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41504     Acked-by: Marian Balakowicz <m8@semihalf.com>
41505
41506 commit d2bc095a639672def11d5d043b5688d0dbd692ec
41507 Author: Kumar Gala <galak@kernel.crashing.org>
41508 Date:   Wed Feb 27 21:51:45 2008 -0600
41509
41510     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
41511
41512     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
41513     however it does mean we have to go in and fixup the initrd info since
41514     we don't know where it will be.
41515
41516     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41517
41518 commit 27953493ef025fb698d68c5dee39b36f01f4d530
41519 Author: Kumar Gala <galak@kernel.crashing.org>
41520 Date:   Wed Feb 27 21:51:44 2008 -0600
41521
41522     [new uImage] ppc: Determine if we are booting an OF style
41523
41524     If we are bootin OF style than we can skip setting up some things
41525     that are used for the old boot method.
41526
41527     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41528     Acked-by: Marian Balakowicz <m8@semihalf.com>
41529
41530 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
41531 Author: Kumar Gala <galak@kernel.crashing.org>
41532 Date:   Wed Feb 27 21:51:43 2008 -0600
41533
41534     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
41535
41536     We don't actually need the kdb param as we are just using it to get
41537     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
41538     boot via OF we might not actually fill out a kdb.
41539
41540     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41541     Acked-by: Marian Balakowicz <m8@semihalf.com>
41542
41543 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
41544 Author: Kumar Gala <galak@kernel.crashing.org>
41545 Date:   Wed Feb 27 16:30:47 2008 -0600
41546
41547     85xx: Don't icbi when unlocking the cache
41548
41549     There is no reason to icbi when invalidating the temporary stack in
41550     the d-cache.  Its impossible on e500 to have the i-cache contain
41551     any addresses in the temp stack and it can be problematic in generating
41552     transactions on the bus to non-valid addresses.
41553
41554     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41555
41556 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
41557 Author: Andy Fleming <afleming@freescale.com>
41558 Date:   Wed Feb 27 15:50:50 2008 -0600
41559
41560     Fix source for ECM error IVPR
41561
41562     The source vector for the ECM was being set to 2,
41563     but that's what the source vector for DDR was being
41564     set to.  Change it to 1.
41565
41566     Signed-off-by: Andy Fleming <afleming@freescale.com>
41567
41568 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
41569 Author: Andy Fleming <afleming@freescale.com>
41570 Date:   Wed Feb 27 14:29:58 2008 -0600
41571
41572     Invalidate INIT_RAM TLB mappings
41573
41574     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
41575     mappings to be unguarded.  This collided with an existing "bug"
41576     where the mappings for the INIT_RAM were being kept around.
41577     This meant that speculative loads to those addresses were
41578     succeeding in the TLB, and going out to the bus, where they
41579     were causing an exception (there's nothing at that address). The
41580     Flash code was coincidentally causing such a speculative load.
41581     Rather than go back to mapping the INIT RAM as guarded, we fix
41582     it so that the entries for the INIT_RAM are invalidated.  Thus
41583     the speculative loads will fail in the TLB, and have no effect.
41584
41585     Signed-off-by: Andy Fleming <afleming@freescale.com>
41586
41587 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
41588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41589 Date:   Sun Feb 17 22:56:17 2008 +0100
41590
41591     sbc8548: Fix Revision reading and unused variable 'path'
41592
41593     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41594
41595 commit 495d162374c472f46454453553382ad0735dc725
41596 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41597 Date:   Sun Feb 17 22:56:16 2008 +0100
41598
41599     sbc8548: Fix cfi flash bank declaration
41600
41601     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41602
41603 commit 4efbe9dbb129f857f27856936112c8c02f016be6
41604 Author: Marian Balakowicz <m8@semihalf.com>
41605 Date:   Wed Feb 27 11:02:26 2008 +0100
41606
41607     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
41608
41609     Dual format image code must properly handle all three FDT passing methods:
41610     - raw FDT blob passed
41611     - FDT blob embedded in the legacy uImage
41612     - FDT blob embedded in the new uImage
41613
41614     This patch enables proper raw FDT handling when no FIT imaeg support
41615     is compiled in. This is a bit tricky as we must dected FIT format even
41616     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
41617     blobs use tha same low level format (libfdt).
41618
41619     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41620
41621 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
41622 Author: Marian Balakowicz <m8@semihalf.com>
41623 Date:   Wed Feb 27 11:02:26 2008 +0100
41624
41625     [new uImage] POWERPC: Add image_get_fdt() routine
41626
41627     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
41628     (3) or embedded in the new uImage. For the (2) case embedding image must be
41629     verified before we get FDT from it. This patch factors out legacy image
41630     specific verification routine to the separate helper routine.
41631
41632     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41633     Acked-by: Kumar Gala <galak@kernel.crashing.org>
41634
41635 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
41636 Author: Marian Balakowicz <m8@semihalf.com>
41637 Date:   Wed Feb 27 11:02:07 2008 +0100
41638
41639     [new uImage] Add image_get_kernel() routine
41640
41641     Legacy image specific verification is factored out to a separate helper
41642     routine to keep get_kernel() generic and simple.
41643
41644     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41645     Acked-by: Kumar Gala <galak@kernel.crashing.org>
41646
41647 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
41648 Author: Marian Balakowicz <m8@semihalf.com>
41649 Date:   Wed Feb 27 11:01:04 2008 +0100
41650
41651     [new uImage] Move image verify flag to bootm_headers structure
41652
41653     Do not pass image verification flag directly to related routines.
41654     Simplify argument passing and move it to the bootm_header structure which
41655     contains curently processed image specific data and is already being passed
41656     on the argument list.
41657
41658     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41659     Acked-by: Kumar Gala <galak@kernel.crashing.org>
41660
41661 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
41662 Author: Marian Balakowicz <m8@semihalf.com>
41663 Date:   Wed Feb 27 11:00:47 2008 +0100
41664
41665     [Makefile] Sort COBJS in lib_<arch> Makefiles
41666
41667     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41668
41669 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
41670 Author: Marian Balakowicz <m8@semihalf.com>
41671 Date:   Wed Feb 27 11:00:47 2008 +0100
41672
41673     [new uImage] Optimize gen_get_image() flow control
41674
41675     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
41676     to do, update its control flow to better reflect that simple case.
41677
41678     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41679     Acked-by: Kumar Gala <galak@kernel.crashing.org>
41680
41681 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
41682 Author: Marian Balakowicz <m8@semihalf.com>
41683 Date:   Mon Feb 4 08:28:17 2008 +0100
41684
41685     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
41686
41687     PPC specific FDT blob handling code is divided into two separate routines:
41688
41689     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
41690     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
41691
41692     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41693     Acked-by: Kumar Gala <galak@kernel.crashing.org>
41694
41695 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
41696 Author: Jon Loeliger <jdl@freescale.com>
41697 Date:   Mon Feb 25 13:13:37 2008 -0600
41698
41699     86xx: Fix renamed GUR symbols in sbc8641d board.
41700
41701     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
41702     (86xx: Fix GUR PCI config registers properly), we should have
41703     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
41704     symbols in the sbc8641d board as well.  Fix this oversight.
41705
41706     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41707
41708 commit 64cd594e623c39f73964d18787763e4533f791f7
41709 Author: Stefan Roese <sr@denx.de>
41710 Date:   Mon Feb 25 16:50:48 2008 +0100
41711
41712     ppc4xx: Fix acadia_nand build problem
41713
41714     Don't include testdram() on NAND-booting target acadia_nand. This saves
41715     a few bytes and makes the target build clean again.
41716
41717     Signed-off-by: Stefan Roese <sr@denx.de>
41718
41719 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
41720 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41721 Date:   Sun Feb 24 23:03:12 2008 +0000
41722
41723     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
41724
41725     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41726
41727 commit 724902c8464e610642b3a170278b99710325888e
41728 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41729 Date:   Sun Feb 24 23:03:11 2008 +0000
41730
41731     arm-imx: Fix registers definition
41732
41733     Sync registers definition with linux
41734
41735     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41736
41737 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
41738 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41739 Date:   Sun Feb 24 23:03:10 2008 +0000
41740
41741     actua1/actua2/actua3: Fix multipleunused variable
41742
41743     - actua1:
41744         actux1.c: In function 'checkboard':
41745         actux1.c:92: warning: unused variable 'revision'
41746
41747     - actua2:
41748         actux2.c: In function 'checkboard':
41749         actux2.c:100: warning: unused variable 's'
41750         actux2.c:99: warning: unused variable 'revision'
41751         actux2.c: In function 'reset_phy':
41752         actux2.c:130: warning: unused variable 'i'
41753
41754     - actua3:
41755         actux3.c: In function 'checkboard':
41756         actux3.c:114: warning: unused variable 'revision'
41757
41758     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41759
41760 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
41761 Author: Marian Balakowicz <m8@semihalf.com>
41762 Date:   Mon Feb 4 08:28:09 2008 +0100
41763
41764     [new uImage] Add dual format uImage support framework
41765
41766     This patch adds framework for dual format images. Format detection is added
41767     and the bootm controll flow is updated to include cases for new FIT format
41768     uImages.
41769
41770     When the legacy (image_header based) format is detected appropriate
41771     legacy specific handling is invoked. For the new (FIT based) format uImages
41772     dual boot framework has a minial support, that will only print out a
41773     corresponding debug messages. Implementation of the FIT specific handling will
41774     be added in following patches.
41775
41776     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41777
41778 commit b29661fc1151077776454288051bc9a488351ce8
41779 Author: Wolfgang Denk <wd@denx.de>
41780 Date:   Sun Feb 24 15:21:36 2008 +0100
41781
41782     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
41783
41784     Signed-off-by: Wolfgang Denk <wd@denx.de>
41785
41786 commit 00b48a48424894daa589d166d73277830b1c6ac4
41787 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41788 Date:   Sat Feb 23 12:15:56 2008 +0100
41789
41790     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
41791
41792     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41793
41794 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
41795 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41796 Date:   Sat Feb 23 17:24:16 2008 +0900
41797
41798     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
41799
41800     ----------------------------------------------------------------
41801     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
41802
41803     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
41804     32bit targets.
41805
41806     GCC can be made to warn about usage of long long types with ISO C90
41807     (-ansi), but only with -pedantic.  You can write this in a way that even
41808     then it doesn't cause warnings, namely by:
41809
41810     #ifdef __GNUC__
41811     __extension__ typedef __signed__ long long __s64;
41812     __extension__ typedef unsigned long long __u64;
41813     #endif
41814
41815     The __extension__ keyword in front of this switches off any pedantic
41816     warnings for this expression.
41817
41818     Signed-off-by: Olaf Hering <olh@suse.de>
41819     Cc: <linux-arch@vger.kernel.org>
41820     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
41821     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
41822     ----------------------------------------------------------------
41823
41824     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41825
41826 commit 208acd112e6517b21fc30c420396902b103563ac
41827 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41828 Date:   Sat Feb 23 17:07:57 2008 +0900
41829
41830     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
41831
41832     This will reduce the build time.
41833
41834     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41835
41836 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
41837 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41838 Date:   Sat Feb 23 17:05:00 2008 +0900
41839
41840     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
41841
41842     This will reduce the build time.
41843
41844     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41845
41846 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
41847 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41848 Date:   Sat Feb 23 16:58:41 2008 +0900
41849
41850     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
41851
41852     This reduces the build time by ~10%. Here's the gth2_config example.
41853
41854             BEFORE       AFTER
41855     real    0m31.441s    0m27.833s
41856     user    0m24.766s    0m23.045s
41857     sys     0m10.425s    0m7.468s
41858
41859     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41860
41861 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
41862 Author: Marcel Moolenaar <marcelm@juniper.net>
41863 Date:   Fri Feb 22 10:48:07 2008 -0800
41864
41865     make define2mk.sed work on FreeBSD
41866
41867     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
41868     the define2mk.sed script was identified as the source of the link
41869     failure on FreeBSD. The problem is that sed(1) does not always support
41870     the '+' operator. It isn't on FreeBSD. The attach patch implements the
41871     equivalent, using the '*' operator instead and should work everywhere.
41872
41873     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
41874
41875 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
41876 Author: Detlev Zundel <dzu@denx.de>
41877 Date:   Fri Feb 22 17:21:32 2008 +0100
41878
41879     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
41880
41881     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
41882     final traces of long-deprecated "ramdisk" kernel parm") makes these
41883     changes neccessary.
41884
41885     Signed-off-by: Detlev Zundel <dzu@denx.de>
41886
41887 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
41888 Author: Larry Johnson <lrj@acm.org>
41889 Date:   Thu Feb 21 13:58:16 2008 -0500
41890
41891     LM75 bug fix for negative temperatures
41892
41893     When the LM75 temperature sensor measures a temperature below 0 C, the
41894     current driver does not perform sign extension, so the result returned is
41895     256 C too high.  This patch fixes the problem.
41896
41897     Signed-off-by: Larry Johnson <lrj@acm.org>
41898
41899 commit 5a910c224b13e413bda41922379add6d75c32da3
41900 Author: Heiko Schocher <hs@denx.de>
41901 Date:   Thu Feb 21 18:33:45 2008 +0100
41902
41903     IDS8247: update MAINTAINER entry.
41904
41905     Signed-off-by: Heiko Schocher <hs@denx.de>
41906
41907 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
41908 Author: Heiko Schocher <hs@denx.de>
41909 Date:   Thu Feb 21 18:31:15 2008 +0100
41910
41911     Fix device tree for mgsuvd board.
41912
41913     Rename the "scc" node in "ethernet" for the mgsuvd board.
41914
41915     Signed-off-by: Heiko Schocher <hs@denx.de>
41916
41917 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
41918 Author: Yuri Tikhonov <yur@emcraft.com>
41919 Date:   Thu Feb 21 14:23:42 2008 +0100
41920
41921     lwmon5: enable hardware watchdog
41922
41923     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
41924     causing it to reboot the board if U-Boot does a long busy-wait with
41925     udelay(). Thus, for these boards we have to restart WD more
41926     frequently.
41927
41928     This patch splits the busy-wait udelay() into smaller, predefined,
41929     intervals, so that the watchdog timer may be resetted with the
41930     configurable (CONFIG_WD_PERIOD) interval.
41931
41932     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
41933
41934 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
41935 Author: Anatolij Gustschin <agust@denx.de>
41936 Date:   Thu Feb 21 12:52:29 2008 +0100
41937
41938     ppc4xx: Support for ATI Radeon 9200 card on sequoia
41939
41940     Adds configuration option for ATI Radeon 9200 card
41941     support to sequoia config file. If CONFIG_VIDEO
41942     is enabled, TEXT_BASE should be changed to 0xFFF80000.
41943
41944     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41945
41946 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
41947 Author: Kumar Gala <galak@kernel.crashing.org>
41948 Date:   Mon Feb 18 08:18:07 2008 -0600
41949
41950     Remove duplicate defines for ARRAY_SIZE
41951
41952     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
41953     the define in common.h.
41954
41955     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41956
41957 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
41958 Author: Kumar Gala <galak@kernel.crashing.org>
41959 Date:   Mon Feb 18 08:09:37 2008 -0600
41960
41961     ppc: Allow boards to specify effective amount of memory
41962
41963     For historical reasons we limited the stack to 256M because some boards
41964     could only map that much via BATS.  However newer boards are capable of
41965     mapping more memory (for example 85xx is capable of doing up to 2G).
41966
41967     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41968
41969 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
41970 Author: Mike Frysinger <vapier@gentoo.org>
41971 Date:   Mon Feb 18 05:24:13 2008 -0500
41972
41973     include autoconf.mk before any other .mk files
41974
41975     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
41976     those .mk files can have make if statements based on the current config.
41977
41978     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41979
41980 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
41981 Author: Mike Frysinger <vapier@gentoo.org>
41982 Date:   Mon Feb 18 05:10:07 2008 -0500
41983
41984     error check autoconf.mk generation
41985
41986     If any of the steps for generating autoconf.mk fail currently, they go
41987     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
41988     This is simpler and more robust than placing '|| exit $$?' after every line.
41989
41990     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41991
41992 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
41993 Author: Stefano Babic <sbabic@denx.de>
41994 Date:   Mon Feb 18 08:03:51 2008 +0100
41995
41996     Fix bug in dependency checking
41997
41998     By adding VERSION_FILE to the PHONY targets the script
41999     /tools/setlocalversion is always called and version_autogenerated.h
42000     is replaced only if the script find a modified source file.
42001
42002     Signed-off-by: Stefano Babic <sbabic@denx.de>
42003
42004 commit 98ba144ccc912eee90dd42699f023c497ce774c6
42005 Author: Kyungmin Park <kmpark@infradead.org>
42006 Date:   Mon Feb 18 14:35:43 2008 +0900
42007
42008     Fix GPMC CS2 memory setup at apollon
42009
42010     It disables the current map first
42011
42012     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42013
42014 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
42015 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42016 Date:   Sun Feb 17 23:52:46 2008 +0100
42017
42018     uli526x: Fix multiple differ in signedness and parentheses around comparison
42019
42020     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42021
42022 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
42023 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42024 Date:   Sun Feb 17 16:58:04 2008 +0100
42025
42026     MIPS: Fix CFG_NO_FLASH support
42027
42028     - Fix flash_init call when CFG_NO_FLASH is used
42029     - Remove no more needed flash.c for qemu-mips
42030
42031     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42032
42033 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
42034 Author: Mike Frysinger <vapier@gentoo.org>
42035 Date:   Sat Feb 16 02:40:18 2008 -0500
42036
42037     easylogo: clean up some more and add -r (rgb) support
42038
42039     Michael Hennerich added support for outputting an image in RGB format rather
42040     than forcing YUYV all the time.  This makes obvious sense if the display you
42041     have takes RGB input rather than YUYV.
42042
42043     Rather than hack in support for options, I've converted it to use getopt and
42044     cleaned up the argument parsing in the process.
42045
42046     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
42047     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42048
42049 commit f65c98129ccada3f7caf97d80395a95b84e911de
42050 Author: Mike Frysinger <vapier@gentoo.org>
42051 Date:   Sat Feb 16 02:12:37 2008 -0500
42052
42053     Makefile: add target for $(LDSCRIPT)
42054
42055     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
42056     then change into the board directory and try and create it.  This allows you
42057     to generate the linker script on the fly based upon board defines (like the
42058     Blackfin boards do).
42059
42060     There should be no regressions due to this change as the normal case is to
42061     already have a u-boot.lds file.  If that's the case, then there's nothing to
42062     generate, and so make will always exit.  The fix here is that if the linker
42063     script does not exist, the implicit rules take over and attempt to guess how
42064     to generate the file.
42065
42066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42067
42068 commit 5583cbf736474ef754e128a54fb78632f57b48fd
42069 Author: Marian Balakowicz <m8@semihalf.com>
42070 Date:   Thu Feb 21 17:27:49 2008 +0100
42071
42072     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
42073
42074     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42075
42076 commit 2242f5369822bc7780db95c47985bb408ea9157b
42077 Author: Marian Balakowicz <m8@semihalf.com>
42078 Date:   Thu Feb 21 17:27:41 2008 +0100
42079
42080     [new uImage] Rename and move print_image_hdr() routine
42081
42082     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42083
42084 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
42085 Author: Marian Balakowicz <m8@semihalf.com>
42086 Date:   Thu Feb 21 17:20:20 2008 +0100
42087
42088     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
42089
42090     Introducing routines for parsing new uImage format bootm arguments:
42091     [<addr>]#<conf>             - configuration specification
42092     [<addr>]:<subimg>   - subimage specification
42093
42094     New format images can contain multiple subimages of the same type. For example
42095     a single new format image file can contain three kernels, two ramdisks and a
42096     couple of FDT blobs. Subimage and configuration specifications are extensions
42097     to bootm (and other image-related commands) arguments' syntax that allow to
42098     specify which particular subimage should be operated on.
42099
42100     Subimage specification is used to denote a particular subimage. Configurations
42101     are a bit more complex -- they are used to define a particualr booting setup,
42102     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
42103     etc.
42104
42105     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42106
42107 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
42108 Author: Marian Balakowicz <m8@semihalf.com>
42109 Date:   Thu Feb 21 17:20:19 2008 +0100
42110
42111     [new uImage] Add gen_get_image() routine
42112
42113     This routine assures that image (whether legacy or FIT) is not
42114     in a special dataflash storage.
42115
42116     If image address is a dataflash address image is moved to system RAM.
42117
42118     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42119
42120 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
42121 Author: Marian Balakowicz <m8@semihalf.com>
42122 Date:   Thu Feb 21 17:20:18 2008 +0100
42123
42124     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
42125
42126     New uImage format (Flattened Image Tree) requires libfdt
42127     functionality, print out error message if CONFIG_OF_LIBFDT
42128     is not defined.
42129
42130     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
42131     This commit turns it on by default.
42132
42133     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42134
42135 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
42136 Author: Michael Schwingen <michael@schwingen.org>
42137 Date:   Mon Feb 18 23:16:35 2008 +0100
42138
42139     CFI: Do not use uninitialized cmd_reset
42140
42141     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
42142     commands instead
42143
42144     From a short test, it looks like AMD-style flash roms treat *any* unknown
42145     command write as a reset, at least when in CFI Query mode, so issuing the
42146     Intel reset command to AMD-style flashs seems safe (from the small sample I
42147     have), plus the 3-cycle magic sequence should kick the state machine into
42148     the right state even without a reset command. Since the AMD-style flashs
42149     require the unlock sequence for real operation, I chose to try the AMD reset
42150     command first, so that Intel flashs do no see an invalid command prior to
42151     the CFI query.
42152
42153     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
42154     plus Intel StrataFlash.
42155
42156     Signed-off-by: Michael Schwingen <michael@schwingen.org>
42157     Signed-off-by: Stefan Roese <sr@denx.de>
42158
42159 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
42160 Author: Rafal Jaworowski <raj@semihalf.com>
42161 Date:   Thu Feb 21 11:56:44 2008 +0100
42162
42163     API: Add (c) and licensing notice to the public API header.
42164
42165     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
42166
42167 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
42168 Author: Yuri Tikhonov <yur@emcraft.com>
42169 Date:   Thu Feb 21 11:06:07 2008 +0100
42170
42171     Fix CPU POST test failure
42172
42173     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
42174     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
42175     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
42176     This patch just saves the CR value before running the test code, so allowing
42177     it to do anything it wants with CR.
42178
42179     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42180     Acked-by: Yuri Tikhonov <yur@emcraft.com>
42181     --
42182
42183 commit d5908b093955415f3d340706378b991f911af671
42184 Author: Jon Loeliger <jdl@freescale.com>
42185 Date:   Wed Feb 20 15:26:51 2008 -0600
42186
42187     8610HPCD: Document the flashbank selection switches.
42188
42189     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42190
42191 commit a551cee99ad1d1da20fd23ad265de47448852f56
42192 Author: Jon Loeliger <jdl@freescale.com>
42193 Date:   Wed Feb 20 14:22:26 2008 -0600
42194
42195     86xx: Fix GUR PCI config registers properly.
42196
42197     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
42198     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
42199     botched it due to not realizing that 8610 and 8641 had different
42200     Global Utility Register defintions, one of which was like 85xx,
42201     and the other wasn't.  Correct this problem by introducing two
42202     symbols, one for each 86xx SoC, but neither of which is named
42203     anything like 85xx.
42204
42205     My bad.  Lovely Wednesday with git bisect.  You know.
42206
42207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42208
42209 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
42210 Author: Jon Loeliger <jdl@freescale.com>
42211 Date:   Wed Feb 20 12:24:11 2008 -0600
42212
42213     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
42214
42215     Without an actual supported video card hooked up, enabling
42216     the CONFIG_VIDEO by default just makes it look broken by
42217     routing all console output to the video card.   Don't.
42218
42219     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42220
42221 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
42222 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42223 Date:   Wed Jan 30 15:08:15 2008 -0600
42224
42225     ColdFire: Fix missing code flash size for M5485EVB
42226
42227     Signed-off-by: James Mahan <kmahan@freescale.com>
42228     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42229
42230 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
42231 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42232 Date:   Wed Jan 30 15:04:42 2008 -0600
42233
42234     ColdFire: Fix 5282 and 5271 interrupt mask bit
42235
42236     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42237
42238 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
42239 Author: Jon Loeliger <jdl@freescale.com>
42240 Date:   Tue Feb 19 12:31:08 2008 -0600
42241
42242     8610HPCD: Fix typos in two PCI setup registers.
42243
42244     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
42245     were erroneously present as 85xx names and values, leftover from
42246     the clone wars.  Fix this by removing the 85xx cruft from the
42247     86xx codebase.
42248
42249     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42250
42251 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
42252 Author: Jon Loeliger <jdl@freescale.com>
42253 Date:   Mon Feb 18 14:01:56 2008 -0600
42254
42255     86xx: Convert sbc8641d to use libfdt.
42256
42257     This is the proper fix for a missing closing brace in the function
42258     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
42259     The ft_cpu_setup() function in mpc8641hpcn.c should have been
42260     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
42261     but was missed.  Only, the sbc8641d was nominally still using it.
42262     It all got ripped out, and the funcality that was in ft_board_setup()
42263     was refactored to remove the CPU portions into the new file
42264     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
42265
42266     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
42267
42268     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42269
42270 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
42271 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42272 Date:   Sun Feb 17 23:35:31 2008 +0100
42273
42274     mpc86xx: Fix unused variable 'config' and 'immap'
42275
42276     and remove useless CONFIG_DDR_INTERLEAVE
42277
42278     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42279
42280 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
42281 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42282 Date:   Sun Feb 17 23:03:36 2008 +0100
42283
42284     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
42285
42286     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42287
42288 commit b6f29c84c208a091f95a10cbc9852d729659ba20
42289 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42290 Date:   Sun Feb 17 14:15:31 2008 +0100
42291
42292     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
42293
42294     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42295
42296 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
42297 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42298 Date:   Sun Feb 17 14:15:32 2008 +0100
42299
42300     pxa: fix assignment from incompatible pointer type
42301
42302     fix mmc_bread function prototype
42303
42304     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42305
42306 commit 64d792063fff90b8118179b092feee09fe5cae13
42307 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42308 Date:   Sun Feb 17 14:15:30 2008 +0100
42309
42310     at91cap9adk: fix implicit declaration of function 'eth_init'
42311
42312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42313
42314 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
42315 Author: Wolfgang Denk <wd@denx.de>
42316 Date:   Sun Feb 17 15:43:44 2008 +0100
42317
42318     Remove files added by mistake, update CHANGELOG.
42319
42320     Signed-off-by: Wolfgang Denk <wd@denx.de>
42321
42322 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
42323 Author: Mike Nuss <mike@terascala.com>
42324 Date:   Wed Feb 6 11:10:11 2008 -0500
42325
42326     PPC440EPx: Optionally enable second I2C bus
42327
42328     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
42329     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
42330     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
42331
42332     Signed-off-by: Mike Nuss <mike@terascala.com>
42333     Cc: Stefan Roese <sr@denx.de>
42334
42335 commit ef5b4f221c22d05770878513951745f236b5b43f
42336 Author: Niklaus Giger <niklaus.giger@netstal.com>
42337 Date:   Tue Feb 5 10:26:44 2008 +0100
42338
42339     ppc4xx: HCU4/5. Cleanup configs
42340
42341     - hcu4.h: Removed define of CONFIG_PPC405GPr
42342     - Corrected phy addresses
42343     - Fix boot variables
42344     - Respect line length of 80 chars
42345
42346     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42347
42348 commit 74973126d1be63ac75bdc192f46234dca3a7c421
42349 Author: Niklaus Giger <niklaus.giger@netstal.com>
42350 Date:   Tue Feb 5 11:31:28 2008 +0100
42351
42352     ppc4xx: HCU4/5. Cleanups
42353
42354     - Fix some coding style violations.
42355     - Use in/out_u16/32 where appropriate.
42356     - Use register names from ppc405.h.
42357     - Fix trace useage for Lauterbach.
42358     - Remove obsolete generation HCU2.
42359     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
42360
42361     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42362
42363 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
42364 Author: Niklaus Giger <niklaus.giger@netstal.com>
42365 Date:   Tue Feb 5 10:26:41 2008 +0100
42366
42367     ppc4xx: PPC405GPr fix missing register definitions
42368
42369     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42370
42371 commit 214398d9cb22268d9d4f7563359edca0f78297a2
42372 Author: Larry Johnson <lrj@acm.org>
42373 Date:   Fri Jan 18 21:49:05 2008 -0500
42374
42375     ppc4xx: Beautify configuration files for Sequoia and Korat boards
42376
42377     Signed-off-by: Larry Johnson <lrj@acm.org>
42378
42379 commit 30c6a241e88499f536e86d325759e29ba00ff67f
42380 Author: Anatolij Gustschin <agust@denx.de>
42381 Date:   Fri Feb 15 20:09:01 2008 +0100
42382
42383     Wipe out assembler warnings while compiling x86 biosemu
42384
42385     This patch tries to get rid of some assembler warnings about
42386     changed .got2 section type while compiling x86 bios emulator
42387     code.
42388
42389     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42390
42391 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
42392 Author: Wolfgang Denk <wd@denx.de>
42393 Date:   Fri Feb 15 00:57:09 2008 +0100
42394
42395     Prepare v1.3.2-rc1 release candidate
42396
42397 commit f33e9653c9c09868995d788511d573771c209fe5
42398 Author: Anatolij Gustschin <agust@denx.de>
42399 Date:   Fri Feb 15 00:13:20 2008 +0100
42400
42401     Fix compile warning on lib_ppc/board.c
42402
42403     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42404
42405 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
42406 Author: Anatolij Gustschin <agust@denx.de>
42407 Date:   Thu Feb 14 18:22:04 2008 +0100
42408
42409     Add Radeon Mobility 9200 pci device id to the radeon driver
42410
42411     This patch extends PCI device id table of the
42412     radeon driver so that the driver will also support
42413     Radeon Mobility 9200 (M9+) based boards.
42414
42415     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42416
42417 commit 1b8607e1f7143548c6062c28371449ec69588c00
42418 Author: Anatolij Gustschin <agust@denx.de>
42419 Date:   Thu Feb 14 18:19:50 2008 +0100
42420
42421     Extend ATI Radeon driver to support more video modes
42422
42423     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
42424     800x600, 640x480 at 24, 16 and 8 bpp.
42425
42426     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42427
42428 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
42429 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42430 Date:   Sun Feb 10 17:05:20 2008 +0100
42431
42432     xsengine: fix typo and few coding style
42433
42434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42435
42436 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
42437 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
42438 Date:   Fri Feb 8 21:25:58 2008 +0100
42439
42440     Fix wrong memory limit calculation in memory-test
42441
42442     If the length of the memory address range passed to the "mtest" command is
42443     not of the form 2^x - 1, not all address lines are tested. This bug is
42444     inherited from the original software at
42445     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
42446     this.
42447
42448     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
42449
42450 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
42451 Author: Wolfgang Denk <wd@denx.de>
42452 Date:   Fri Feb 15 00:11:39 2008 +0100
42453
42454     Coding STyle cleanup.
42455
42456     Signed-off-by: Wolfgang Denk <wd@denx.de>
42457
42458 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
42459 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42460 Date:   Tue Feb 5 13:30:43 2008 +0900
42461
42462     sh: Fix register address of SH7722
42463
42464     The address of SH7722 is wrong by old document.
42465     This patch fixes this problem.
42466
42467     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42468
42469 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
42470 Author: Mike Frysinger <vapier@gentoo.org>
42471 Date:   Mon Feb 4 17:44:23 2008 -0500
42472
42473     only update version header as needed
42474
42475     Constantly rebuilding the version header will force useless relinking, so we
42476     simply need to compare the new header with the existing one before updating
42477     it.
42478
42479     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42480
42481 commit 208447f8e953f347425eb92c8e28d59e6d911363
42482 Author: Mike Frysinger <vapier@gentoo.org>
42483 Date:   Mon Jan 28 05:56:19 2008 -0500
42484
42485     Do not specify a CROSS_COMPILE default when executing size
42486
42487     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42488
42489 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
42490 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
42491 Date:   Wed Feb 13 11:19:19 2008 +0100
42492
42493     Fix return value of mtest when CFG_ALT_MEMTEST set
42494
42495     Fix a missing return statement from a non-void function.
42496
42497     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
42498
42499 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
42500 Author: Timur Tabi <timur@freescale.com>
42501 Date:   Wed Jan 9 14:35:26 2008 -0600
42502
42503     85xx, 86xx: Determine I2C clock frequencies and store in global_data
42504
42505     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
42506
42507     Update the get_clocks() function in 85xx and 86xx to determine the I2C
42508     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
42509
42510     Signed-off-by: Timur Tabi <timur@freescale.com>
42511
42512 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
42513 Author: Wolfgang Denk <wd@denx.de>
42514 Date:   Thu Feb 14 23:18:01 2008 +0100
42515
42516     TQM834x: clean up configuration
42517
42518     Get board name consistent with Linux and elsewhere;
42519     get rid of local network definitions etc.
42520
42521     Signed-off-by: Wolfgang Denk <wd@denx.de>
42522
42523 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
42524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42525 Date:   Thu Feb 14 08:02:12 2008 +0100
42526
42527     TFTP: fix search of ':' in BootFile
42528
42529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42530
42531 commit 0bc9efada170096c6b273f19165e32936d330d80
42532 Author: Wolfgang Denk <wd@denx.de>
42533 Date:   Thu Feb 14 22:46:55 2008 +0100
42534
42535     Coding style cleanup; update CHANGELOG.
42536
42537     Signed-off-by: Wolfgang Denk <wd@denx.de>
42538
42539 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
42540 Author: Wolfgang Denk <wd@denx.de>
42541 Date:   Thu Feb 14 22:43:22 2008 +0100
42542
42543     PPC: Use r2 instead of r29 as global data pointer
42544
42545     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
42546     will refuse to use load/store multiple insns; instead, it issues a
42547     list of simple load/store instructions upon function entry and exit,
42548     resulting in bigger code size, which in turn makes the build for a
42549     few boards fail.
42550
42551     Use r2 instead.
42552
42553     Signed-off-by: Wolfgang Denk <wd@denx.de>
42554
42555 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
42556 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
42557 Date:   Wed Jan 30 09:08:49 2008 +0100
42558
42559     ARM: make the machid configurable via the environment
42560
42561     If the variable "machid" exists, let do_bootm_linux use that instead
42562     of bd->bi_arch_number.
42563
42564     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
42565
42566 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
42567 Author: Vlad Lungu <vlad@comsys.ro>
42568 Date:   Wed Jan 23 16:34:46 2008 +0200
42569
42570     Use #ifdef CONFIG_FSLDMAFEC
42571
42572     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
42573     fails
42574
42575     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
42576
42577 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
42578 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42579 Date:   Sat Jan 19 10:25:59 2008 +0900
42580
42581     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
42582
42583     Current MII_DEBUG is confusing in two ways. One is useless define-then-
42584     undef at the top of the file. The other is there is only one debug() in
42585     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
42586     While there are many useful printf()/puts() debug codes, but they are for
42587     DEBUG, not for MII_DEBUG.
42588
42589     This patch tries to put them all together into MII_DEBUG and debug().
42590
42591     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42592
42593 commit 751b9b5189f3274b03c809172631316d6b002c82
42594 Author: Kyungmin Park <kmpark@infradead.org>
42595 Date:   Thu Jan 17 16:43:25 2008 +0900
42596
42597     OneNAND Initial Program Loader (IPL) support
42598
42599     This patch enables the OneNAND boot within U-Boot.
42600     Before this work, we used another OneNAND IPL called X-Loader based
42601     on open source. With this work, we can build the oneboot.bin image
42602     without other program.
42603
42604     The build sequence is simple.
42605     First, it compiles the u-boot.bin
42606     Second, it compiles OneNAND IPL
42607     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
42608     The mechanism is similar with NAND boot except it boots from itself.
42609
42610     Another thing is that you can only use the OneNAND IPL only to work
42611     other bootloader such as RedBoot and so on.
42612
42613     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42614
42615 commit 21f6f9636f0e978397548751347425fbf8d42bb3
42616 Author: Andy Fleming <afleming@freescale.com>
42617 Date:   Wed Jan 16 13:06:59 2008 -0600
42618
42619     Fix CONFIG_MMC usage in fat code
42620
42621     A #if statement in fat.c depended on CONFIG_MMC, instead of
42622     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
42623     as "1" rather than just defined.  Now it's better.
42624
42625     Signed-off-by: Andy Fleming <afleming@freescale.com>
42626
42627 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
42628 Author: Rafal Jaworowski <raj@semihalf.com>
42629 Date:   Tue Jan 15 12:52:31 2008 +0100
42630
42631     ppc: Refactor cache routines, so there is only one common set.
42632
42633     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
42634
42635 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
42636 Author: Jon Loeliger <jdl@jdl.com>
42637 Date:   Wed Jan 23 15:55:02 2008 -0600
42638
42639     86xx: Fix compilation warning in sys_eprom.c
42640
42641     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
42642
42643     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42644
42645 commit 65230107025733e89e28fd5e5cfd916d4953c28a
42646 Author: Haavard Skinnemoen <hskinnemoen at>
42647 Date:   Fri Feb 22 11:40:50 2008 +0000
42648
42649     Move AT91RM9200DK board support under board/atmel
42650
42651     We already have a vendor subdir for Atmel, so we should use it.
42652
42653     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
42654
42655 commit 6d0943a6be99977d6d853d51749e9963d68eb192
42656 Author: Andreas Engel <andreas.engel@ericsson.com>
42657 Date:   Mon Jan 14 09:06:52 2008 +0000
42658
42659     ARM: cleanup duplicated exception handlingcode
42660
42661     Move duplicated exception handling code into lib_arm.
42662
42663     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
42664
42665 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
42666 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
42667 Date:   Fri Feb 1 10:09:03 2008 +0000
42668
42669     Support for Artila M-501 starter kit
42670
42671     Kimmo Leppala / Sysart and
42672     Timo Tuunainen / Sysart
42673
42674 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
42675 Author: Stelian Pop <stelian@popies.net>
42676 Date:   Mon Feb 11 10:50:19 2008 +0000
42677
42678     AT91CAP9 support
42679
42680     ---------------------------------
42681
42682     read_dataflash() takes a signed char pointer as a parameter. Silence a
42683     few warnings dues to incorrect parameter types in env_dataflash.c.
42684
42685     Signed-off-by: Stelian Pop <stelian@popies.net>
42686
42687 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
42688 Author: Stelian Pop <stelian@popies.net>
42689 Date:   Thu Feb 7 09:42:57 2008 +0000
42690
42691     AT91CAP9 support : move board files to Atmel vendor directory.
42692
42693     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
42694
42695     Signed-off-by: Stelian Pop <stelian@popies.net>
42696
42697 commit 7263ef191b87da94768f762c7093bedeb70db98f
42698 Author: Stelian Pop <stelian at>
42699 Date:   Thu Jan 3 21:15:56 2008 +0000
42700
42701     AT91CAP9 support : MACB changes
42702
42703     Signed-off-by: Stelian Pop <stelian <at> popies.net>
42704     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
42705
42706 commit 6afcabf11d7321850f4feaadfee841488ace54c5
42707 Author: Stelian Pop <stelian@popies.net>
42708 Date:   Thu Feb 7 16:37:54 2008 +0000
42709
42710     AT91CAP9 support : board/ files
42711
42712     Signed-off-by: Stelian Pop <stelian@popies.net>
42713
42714 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
42715 Author: Stelian Pop <stelian at>
42716 Date:   Wed Jan 30 21:15:54 2008 +0000
42717
42718     AT91CAP9 support : cpu/ files
42719
42720     Signed-off-by: Stelian Pop <stelian <at> popies.net>
42721
42722 commit fa506a926cec348805143576c941f8e61b333cc0
42723 Author: Stelian Pop <stelian@popies.net>
42724 Date:   Thu Jan 31 21:15:53 2008 +0000
42725
42726     AT91CAP9 support : include/ files
42727
42728     Signed-off-by: Stelian Pop <stelian@popies.net>
42729
42730 commit 20b197c6f2799af399a68f96a1aff543a75621b8
42731 Author: Stelian Pop <stelian@popies.net>
42732 Date:   Sun Jan 20 19:49:21 2008 +0000
42733
42734     AT91CAP9 support : build integration
42735
42736     Signed-off-by: Stelian Pop <stelian@popies.net>
42737
42738 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
42739 Author: Stelian Pop <stelian@popies.net>
42740 Date:   Sun Jan 20 21:07:00 2008 +0000
42741
42742     Improve DataFlash CS definition.
42743
42744     Use a structure instead of the error prone unnamed array to
42745     define the possible dataflash banks.
42746
42747     Signed-off-by: Stelian Pop <stelian@popies.net>
42748
42749 commit a6cdd21b56014208706238712a853a9e9a0a2290
42750 Author: Stelian Pop <stelian@popies.net>
42751 Date:   Sat Jan 19 21:09:35 2008 +0000
42752
42753     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
42754
42755     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
42756
42757     cpu/arm926ejs/start.o: In function `cpu_init_crit':
42758     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
42759
42760     Signed-off-by: Stelian Pop <stelian@popies.net>
42761
42762 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
42763 Author: Peter Pearse <peter.pearse@arm.com>
42764 Date:   Fri Feb 1 16:50:24 2008 +0000
42765
42766     Fix timer overflow in DaVinci
42767     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
42768
42769 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
42770 Author: Peter Pearse <peter.pearse@arm.com>
42771 Date:   Fri Feb 1 16:49:08 2008 +0000
42772
42773     Update board NetStar
42774     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
42775
42776 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
42777 Author: Niklaus Giger <niklaus.giger@netstal.com>
42778 Date:   Tue Feb 5 10:26:42 2008 +0100
42779
42780     ppc4xx: HCU4/5. Fix make O=../xx
42781
42782     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42783
42784 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
42785 Author: Larry Johnson <lrj@acm.org>
42786 Date:   Tue Jan 22 08:51:59 2008 -0500
42787
42788     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
42789
42790     Signed-off-by: Larry Johnson <lrj@acm.org>
42791
42792 commit fe891ecf4d187e9d11dde869ed4623af52b54451
42793 Author: Hiroshi Ito <ito@mlb.co.jp>
42794 Date:   Thu Jan 31 18:35:04 2008 +0900
42795
42796     NFS Timeout with large files.
42797
42798     Retry to send NFS packet before reaching timeout.
42799
42800     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
42801
42802 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
42803 Author: Johannes Stezenbach <js@sig21.net>
42804 Date:   Tue Jan 29 00:11:25 2008 +0100
42805
42806     Add dependencies to avoid race conditions with parallel make.
42807
42808     Signed-off-by: Johannes Stezenbach <js@sig21.net>
42809
42810 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
42811 Author: Mike Frysinger <vapier@gentoo.org>
42812 Date:   Mon Jan 28 05:46:01 2008 -0500
42813
42814     Mark board_init_[fr] as noreturn
42815
42816     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42817
42818 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
42819 Author: Mike Frysinger <vapier@gentoo.org>
42820 Date:   Mon Jan 28 05:28:50 2008 -0500
42821
42822     Only use TEXT_BASE if defined by the board
42823
42824     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42825
42826 commit 1b769881750030f10743808b9d6013e11f559350
42827 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42828 Date:   Fri Jan 25 07:54:47 2008 +0100
42829
42830     Fix remaining CONFIG_COMMANDS
42831
42832     update comments
42833     Fix coding style
42834
42835     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42836
42837 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
42838 Author: Niklaus Giger <niklaus.giger@netstal.com>
42839 Date:   Mon Jan 21 16:46:00 2008 +0100
42840
42841     Add *~ to .gitignore
42842
42843     One should never add a backup file ending in with ~ to the git repository.
42844
42845     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42846
42847 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
42848 Author: Kumar Gala <galak@kernel.crashing.org>
42849 Date:   Thu Jan 17 00:02:10 2008 -0600
42850
42851     Remove duplicate defines for ARRAY_SIZE
42852
42853     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42854
42855 commit c77ce474b1c57b13e9d36d9830f147966c143694
42856 Author: Stelian Pop <stelian@popies.net>
42857 Date:   Mon Jan 14 22:08:14 2008 +0100
42858
42859     Fix incorrect address test in AT91F_DataflashSelect().
42860
42861     Signed-off-by: Stelian Pop <stelian@popies.net>
42862
42863 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
42864 Author: Kumar Gala <galak@kernel.crashing.org>
42865 Date:   Wed Feb 13 15:09:58 2008 -0600
42866
42867     Fix building of fdt_support.c if DEBUG set
42868
42869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42870
42871 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
42872 Author: Jon Loeliger <jdl@freescale.com>
42873 Date:   Tue Feb 12 14:53:28 2008 -0600
42874
42875     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
42876
42877     These replace direct structure references for IMMR sections.
42878
42879     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42880
42881 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
42882 Author: Wolfgang Denk <wd@denx.de>
42883 Date:   Tue Feb 12 00:45:06 2008 +0100
42884
42885     Get rid of "#undef DEBUG" from board config files.
42886
42887     Signed-off-by: Wolfgang Denk <wd@denx.de>
42888
42889 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
42890 Author: Timur Tabi <timur@freescale.com>
42891 Date:   Tue Jan 15 17:09:41 2008 -0600
42892
42893     Remove #undef DEBUG from MPC83xx board header files
42894
42895     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
42896     The inclusion of this line makes it impossible to enable debug code in
42897     other source files, because "#define DEBUG" typically needs to be defined
42898     before any header files are included.
42899
42900     Signed-off-by: Timur Tabi <timur@freescale.com>
42901
42902 commit 69018ce2e086e9caf35b914d675b82bc4888f077
42903 Author: Kumar Gala <galak@kernel.crashing.org>
42904 Date:   Thu Jan 17 08:25:45 2008 -0600
42905
42906     QE: Move FDT support into a common file
42907
42908     Move the flat device tree setup for QE related devices into
42909     a common file shared between 83xx & 85xx platforms that have QE's.
42910
42911     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42912
42913 commit 5cf746c303710329f8040d9c62ee354313e3e91f
42914 Author: Marian Balakowicz <m8@semihalf.com>
42915 Date:   Thu Jan 31 13:59:09 2008 +0100
42916
42917     [new uImage] Move kernel data find code to get_kernel() routine
42918
42919     Verification of the kernel image (in old format) and finding kernel
42920     data is moved to a dedicated routine. The routine will also hold
42921     support for, to be added, new image format.
42922
42923     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42924
42925 commit 7b325454fd231d4273de3fe373850f777fb086bf
42926 Author: Marian Balakowicz <m8@semihalf.com>
42927 Date:   Thu Jan 31 13:58:20 2008 +0100
42928
42929     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
42930
42931     Move FDT blob finding and relocation to a dedicated
42932     get_fdt() routine. It increases code readability and
42933     will make adding support for new uImage format easier.
42934
42935     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42936
42937 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
42938 Author: Marian Balakowicz <m8@semihalf.com>
42939 Date:   Thu Jan 31 13:58:13 2008 +0100
42940
42941     [new uImage] Cleanup do_botm_linux() boot allocations
42942
42943     This patch moves common pre-boot allocation steps shared between PPC
42944     and M68K to a helper routines:
42945
42946     common:
42947     - get_boot_sp_limit()
42948     - get_boot_cmline()
42949     - get_boot_kbd()
42950
42951     platform:
42952     - set_clocks_in_mhz()
42953
42954     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42955
42956 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
42957 Author: Marian Balakowicz <m8@semihalf.com>
42958 Date:   Thu Jan 31 13:57:17 2008 +0100
42959
42960     [new uImage] Move ramdisk loading to a common routine
42961
42962     Ramdisk loading code, including initrd_high variable handling,
42963     was duplicated for PPC and M68K platforms. This patch creates
42964     common helper routine that is being called from both platform
42965     do_bootm_linux() routines.
42966
42967     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42968
42969 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
42970 Author: Marian Balakowicz <m8@semihalf.com>
42971 Date:   Thu Jan 31 13:55:53 2008 +0100
42972
42973     [new uImage] Removed dead ramdisk code on microblaze architectures
42974
42975     Microblaze do_bootm_linux() includes ramdisk processing code but
42976     the ramdisk does not get used anywhere later on.
42977
42978     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42979
42980 commit 5ad03eb3854c162684222a718b44c0716ea0db03
42981 Author: Marian Balakowicz <m8@semihalf.com>
42982 Date:   Thu Jan 31 13:55:39 2008 +0100
42983
42984     [new uImage] Factor out common image_get_ramdisk() routine
42985
42986     Architecture specific do_bootm_linux() routines share common
42987     ramdisk image processing code. Move this code to a common
42988     helper routine.
42989
42990     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42991
42992 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
42993 Author: Marian Balakowicz <m8@semihalf.com>
42994 Date:   Thu Jan 31 13:20:08 2008 +0100
42995
42996     [new uImage] Move FDT error printing to common fdt_error() routine
42997
42998     FDT error handling in PPC do_bootm_linux() shares the same message format.
42999     This patch moves error message printing to a helper fdt_error() routine.
43000
43001     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43002     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
43003
43004 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
43005 Author: Marian Balakowicz <m8@semihalf.com>
43006 Date:   Thu Jan 31 13:20:07 2008 +0100
43007
43008     [new uImage] Factor out common routines for getting os/arch/type/comp names
43009
43010     Move numeric-id to name translation for image os/arch/type/comp header
43011     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
43012     image_get_type_name(), image_get_comp_name().
43013
43014     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43015
43016 commit e99c26694a384221d336f6448c06a57479c0baa4
43017 Author: Marian Balakowicz <m8@semihalf.com>
43018 Date:   Thu Jan 31 13:20:07 2008 +0100
43019
43020     [new uImage] Remove standalone applications handling from boootm
43021
43022     Standalone applications are supposed to be run using the "go" command.
43023     This patch removes standalone images handling from the do_bootm().
43024
43025     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43026
43027 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
43028 Author: Marian Balakowicz <m8@semihalf.com>
43029 Date:   Thu Jan 31 13:20:07 2008 +0100
43030
43031     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
43032
43033     Support for OF_FLAT_TREE is to be obsoleted in the near future,
43034     remove related code from the bootm routines.
43035
43036     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43037
43038 commit 82850f3d32a2661868ec6876bed7a22c55cef718
43039 Author: Marian Balakowicz <m8@semihalf.com>
43040 Date:   Thu Jan 31 13:20:06 2008 +0100
43041
43042     [new uImage] Use image API in SH do_bootm_linux() routine
43043
43044     Introduce image handling API for lately added Hitachi SH architecture.
43045
43046     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43047
43048 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
43049 Author: Marian Balakowicz <m8@semihalf.com>
43050 Date:   Thu Jan 31 13:20:06 2008 +0100
43051
43052     [new uImage] Rename architecture specific bootm code files
43053
43054     Implementation of the do_bootm_linux() and other bootm helper routines is
43055     architecture specific code. As such it resides in lib_<arch> directories
43056     in files named <arch>_linux.c
43057
43058     This patch renames those files to a more clear and accurate
43059     lib_<arch>/bootm.c form.
43060
43061     List of the renamed files:
43062        lib_arm/armlinux.c -> lib_arm/bootm.c
43063        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
43064        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
43065        lib_i386/i386_linux.c -> lib_i386/bootm.c
43066        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
43067        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
43068        lib_mips/mips_linux.c -> lib_mips/bootm.c
43069        lib_nios/nios_linux.c -> lib_nios/bootm.c
43070        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
43071        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
43072        lib_sh/sh_linux.c -> lib_sh/bootm.c
43073
43074     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43075
43076 commit 7582438c285bf0cef82909d0f232de64ec567a8a
43077 Author: Marian Balakowicz <m8@semihalf.com>
43078 Date:   Thu Jan 31 13:20:06 2008 +0100
43079
43080     [new uImage] Return error on image move/uncompress overwrites
43081
43082     Check for overwrites during image move/uncompress, return with error
43083     when the original image gets corrupted. Report clear message to the user
43084     and prevent further troubles when pointer to the corrupted images is passed
43085     to do_bootm_linux routine.
43086
43087     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43088
43089 commit f13e7b2e993c61fed1f607962501e051940d6e80
43090 Author: Marian Balakowicz <m8@semihalf.com>
43091 Date:   Tue Jan 8 18:12:17 2008 +0100
43092
43093     [new uImage] Cleanup image header pointer use in bootm code
43094
43095     - use single image header pointer instead of a set of auxilliary variables.
43096     - add multi component image helper routines: get component size/data address
43097
43098     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43099
43100 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
43101 Author: Marian Balakowicz <m8@semihalf.com>
43102 Date:   Tue Jan 8 18:17:10 2008 +0100
43103
43104     [new uImage] Cleanup cmd_bootm.c
43105
43106     - sort and cleanup headers, declarations, etc.
43107     - group related routines
43108     - cleanup indentation, white spaces
43109
43110     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43111
43112 commit af13cdbc01eaf88880978bfb4f603e012818ba24
43113 Author: Marian Balakowicz <m8@semihalf.com>
43114 Date:   Tue Jan 8 18:11:45 2008 +0100
43115
43116     [new uImage] Add memmove_wd() common routine
43117
43118     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
43119
43120     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43121
43122 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
43123 Author: Marian Balakowicz <m8@semihalf.com>
43124 Date:   Tue Jan 8 18:11:44 2008 +0100
43125
43126     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
43127
43128     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43129
43130 commit 15158971f49255ccef54f0979a942cfd3de2ae52
43131 Author: Marian Balakowicz <m8@semihalf.com>
43132 Date:   Tue Jan 8 18:11:44 2008 +0100
43133
43134     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
43135
43136     Use image header copy instead of a (possibly corrupted) pointer to
43137     a initial image location.
43138
43139     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43140
43141 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
43142 Author: Marian Balakowicz <m8@semihalf.com>
43143 Date:   Tue Jan 8 18:11:44 2008 +0100
43144
43145     [new uImage] Remove I386 uImage fake_header() routine
43146
43147     I386 targets are not using a uImage format, instead fake header
43148     is added to ram image before it is further processed by bootm.
43149
43150     Remove this fixup and force proper uImage use for I386.
43151
43152     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43153
43154 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
43155 Author: Marian Balakowicz <m8@semihalf.com>
43156 Date:   Tue Jan 8 18:11:44 2008 +0100
43157
43158     [new uImage] Move CHUNKSZ definition to image.h
43159
43160     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
43161     move this definition to a common header.
43162
43163     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43164
43165 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
43166 Author: Marian Balakowicz <m8@semihalf.com>
43167 Date:   Tue Jan 8 18:11:43 2008 +0100
43168
43169     [new uImage] Move gunzip() common code to common/gunzip.c
43170
43171     Move gunzip(), zalloc() and zfree() to a separate file.
43172     Share zalloc() and zfree() with cramfs uncompress routine.
43173
43174     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43175
43176 commit d45d5a18b6b36688f2365623f9d550566c664b5b
43177 Author: Marian Balakowicz <m8@semihalf.com>
43178 Date:   Tue Jan 8 18:11:43 2008 +0100
43179
43180     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
43181
43182     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
43183     readable in PPC variant of do_bootm_linux() routine.
43184
43185     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43186
43187 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
43188 Author: Marian Balakowicz <m8@semihalf.com>
43189 Date:   Tue Jan 8 18:11:43 2008 +0100
43190
43191     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
43192
43193     PPC implementation of do_bootm_linux() routine is moved to
43194     a dedicated file lib_ppc/ppc_linux.c
43195
43196     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43197
43198 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
43199 Author: Marian Balakowicz <m8@semihalf.com>
43200 Date:   Tue Jan 8 18:14:09 2008 +0100
43201
43202     [new uImage] Define a API for image handling operations
43203
43204     - Add inline helper macros for basic header processing
43205     - Move common non inline code common/image.c
43206     - Replace direct header access with the API routines
43207     - Rename IH_CPU_* to IH_ARCH_*
43208
43209     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43210
43211 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
43212 Author: Marian Balakowicz <m8@semihalf.com>
43213 Date:   Thu Jan 31 13:19:58 2008 +0100
43214
43215     Add missing cmd_ximg.o to common/Makefile
43216
43217     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43218
43219 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
43220 Author: Grzegorz Bernacki <gjb@semihalf.com>
43221 Date:   Mon Jan 28 10:15:02 2008 +0100
43222
43223     ADS5121e: DDR2 init/timing update.
43224
43225     Signed-off-by: John Rigby <jrigby@freescale.com>
43226     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43227
43228 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
43229 Author: John Rigby <jrigby@freescale.com>
43230 Date:   Wed Jan 30 13:36:57 2008 -0700
43231
43232     Device tree updates
43233
43234     Changes to match 5121 device tree going mainline in 2.6.25.
43235
43236     Change OF_SOC from "soc5121" to plain "soc".
43237     Remove unneeded "ref-frequency" fixups.
43238     Remove "address" enetaddr fixup.
43239
43240     Add bus-frequency fixup for old OF_SOC so old
43241     kernels with old device trees will work with new
43242     u-boot with 66MHz IPS clock
43243
43244     Signed-off-by: John Rigby <jrigby@freescale.com>
43245
43246 commit de55d18df3ff2ea614624e74793de7c43520e0e7
43247 Author: John Rigby <jrigby@freescale.com>
43248 Date:   Wed Jan 30 13:36:56 2008 -0700
43249
43250     Change IPS freq to 66MHz
43251
43252     Recommended frequency is 66MHz
43253     Change divider from 4 to 3.
43254
43255     Signed-off-by: John Rigby <jrigby@freescale.com>
43256
43257 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
43258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43259 Date:   Mon Jan 14 22:38:55 2008 +0100
43260
43261     xsengine: rename board_post_init to board_late_init
43262
43263     missing migration from "Cleanup of some init functions"
43264     in c837dcb1a316745092567bfe4fb266d0941884ff
43265
43266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43267
43268 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
43269 Author: Larry Johnson <lrj@acm.org>
43270 Date:   Sat Jan 12 23:35:33 2008 -0500
43271
43272     Add attribute POST_PREREL to ECC memory POST
43273
43274     Signed-off-by: Larry Johnson <lrj@acm.org>
43275
43276 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
43277 Author: Kumar Gala <galak@kernel.crashing.org>
43278 Date:   Thu Jan 17 08:25:45 2008 -0600
43279
43280     QE: Move FDT support into a common file
43281
43282     Move the flat device tree setup for QE related devices into
43283     a common file shared between 83xx & 85xx platforms that have QE's.
43284
43285     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43286
43287 commit d38da537943cd36356b9d3d9d9b60533554b81d8
43288 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43289 Date:   Wed Jan 23 17:20:14 2008 +0100
43290
43291     AVR32: Make SDRAM refresh rate configurable
43292
43293     The existing code assumes the SDRAM row refresh period should always
43294     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
43295     refresh rate should really be 7.81 us.
43296
43297     Add a refresh_period member to struct sdram_info and initialize it
43298     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
43299     panic() until the refresh_period member is updated properly.
43300
43301     Big thanks to Gerhard Berghofer for pointing out this issue.
43302
43303     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43304
43305 commit 61151cccb660cdb06a07fb283de6089913d7bde0
43306 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43307 Date:   Thu Apr 19 10:10:11 2007 +0200
43308
43309     ATSTK1000: Fix potential flash programming bug
43310
43311     The (now obsolete) atngw100 flash programming code was having problems
43312     programming the onboard at49bv642 chip. The atstk1000 flash
43313     programming code may have the same bug, so import fix for this problem
43314     from the AVR32 Linux BSP.
43315
43316     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43317
43318 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
43319 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43320 Date:   Thu Nov 22 17:04:13 2007 +0100
43321
43322     ATSTK1004: Fix comment about default load address
43323
43324     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
43325     wouldn't have worked anyway since the board can only access 4MB of
43326     SDRAM.
43327
43328     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43329
43330 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
43331 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43332 Date:   Thu Nov 22 17:01:24 2007 +0100
43333
43334     ATSTK1002: Use SDRAM + 4MB as default load address
43335
43336     Many people run into problems when they compile a big kernel and load
43337     the uImage at the default SDRAM + 2MB address as the kernel will
43338     overwrite the uImage as it is being unpacked. Increase the default
43339     load address so that we can load a 4MB kernel image without any
43340     problems.
43341
43342     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43343
43344 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
43345 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43346 Date:   Thu Nov 22 16:51:39 2007 +0100
43347
43348     ATNGW100: Fix default mtest range
43349
43350     Let mtest cover the whole SDRAM except the last megabyte, which is
43351     where u-boot lives.
43352
43353     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43354
43355 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
43356 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43357 Date:   Tue Jan 22 15:31:56 2008 +0900
43358
43359     sh: Fix register address of SH7722.
43360
43361     The address of SH7722 is wrong by old document.
43362     This patch fixes this problem.
43363
43364     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43365
43366 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
43367 Author: Mike Frysinger <vapier@gentoo.org>
43368 Date:   Mon Feb 4 19:26:57 2008 -0500
43369
43370     new command for displaying strings at specified memory locations
43371
43372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43373
43374 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
43375 Author: Mike Frysinger <vapier@gentoo.org>
43376 Date:   Mon Feb 4 19:26:57 2008 -0500
43377
43378     rewrite/cleanup Blackfin RTC driver
43379
43380     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43381
43382 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
43383 Author: Mike Frysinger <vapier@gentoo.org>
43384 Date:   Mon Feb 4 19:26:57 2008 -0500
43385
43386     generate u-boot.ldr for Blackfin targets
43387
43388     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43389
43390 commit b779f7a59530436040f157f7841db7ab796542df
43391 Author: Mike Frysinger <vapier@gentoo.org>
43392 Date:   Mon Feb 4 19:26:57 2008 -0500
43393
43394     scrub unused symbols
43395
43396     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43397
43398 commit cc2977acc3bbbb7850f16645dd1081f95335868d
43399 Author: Mike Frysinger <vapier@gentoo.org>
43400 Date:   Mon Feb 4 19:26:57 2008 -0500
43401
43402     move Blackfin cpu object list to respective cpu directories
43403
43404     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43405
43406 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
43407 Author: Mike Frysinger <vapier@gentoo.org>
43408 Date:   Mon Feb 4 19:26:57 2008 -0500
43409
43410     interface to Blackfin on-chip One-Time-Programmable memory
43411
43412     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43413
43414 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
43415 Author: Mike Frysinger <vapier@gentoo.org>
43416 Date:   Mon Feb 4 19:26:56 2008 -0500
43417
43418     add support for memory commands with Blackfin L1 instruction memory
43419
43420     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43421
43422 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
43423 Author: Mike Frysinger <vapier@gentoo.org>
43424 Date:   Mon Feb 4 19:26:56 2008 -0500
43425
43426     use C code rather than inline assembly
43427
43428     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43429
43430 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
43431 Author: Mike Frysinger <vapier@gentoo.org>
43432 Date:   Mon Feb 4 19:26:56 2008 -0500
43433
43434     add Blackfin-specific reginfo command
43435
43436     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43437
43438 commit 0858b835e7ea501ea084d34cef75932f098342bb
43439 Author: Mike Frysinger <vapier@gentoo.org>
43440 Date:   Mon Feb 4 19:26:55 2008 -0500
43441
43442     add support for Blackfin symbol prefixes to examples
43443
43444     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43445
43446 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
43447 Author: Mike Frysinger <vapier@gentoo.org>
43448 Date:   Mon Feb 4 19:26:55 2008 -0500
43449
43450     add Blackfin-specific bdinfo command
43451
43452     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43453
43454 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
43455 Author: Mike Frysinger <vapier@gentoo.org>
43456 Date:   Mon Feb 4 19:26:55 2008 -0500
43457
43458     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
43459
43460     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43461
43462 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
43463 Author: Mike Frysinger <vapier@gentoo.org>
43464 Date:   Mon Feb 4 19:26:55 2008 -0500
43465
43466     unify the Blackfin board targets
43467
43468     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43469
43470 commit d4d7730853e5d675f76ec666807da3028c91d592
43471 Author: Mike Frysinger <vapier@gentoo.org>
43472 Date:   Mon Feb 4 19:26:55 2008 -0500
43473
43474     punt Blackfin VDSP headers and import sanitized/auto-generated ones
43475
43476     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43477
43478 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
43479 Author: Mike Frysinger <vapier@gentoo.org>
43480 Date:   Mon Feb 4 19:26:54 2008 -0500
43481
43482     always pull in asm/blackfin.h for Blackfin ports
43483
43484     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43485
43486 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
43487 Author: Mike Frysinger <vapier@gentoo.org>
43488 Date:   Mon Feb 4 19:26:54 2008 -0500
43489
43490     add missing __raw versions of Blackfin read/write io functions
43491
43492     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43493
43494 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
43495 Author: Mike Frysinger <vapier@gentoo.org>
43496 Date:   Mon Feb 4 19:26:54 2008 -0500
43497
43498     add the default Blackfin logo used by Blackfin boards with splash screens
43499
43500     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43501
43502 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
43503 Author: Mike Frysinger <vapier@gentoo.org>
43504 Date:   Mon Feb 4 19:26:54 2008 -0500
43505
43506     add some more Blackfin docs
43507
43508     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43509
43510 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
43511 Author: Mike Frysinger <vapier@gentoo.org>
43512 Date:   Mon Feb 4 19:26:54 2008 -0500
43513
43514     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
43515
43516     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43517
43518 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
43519 Author: Mike Frysinger <vapier@gentoo.org>
43520 Date:   Mon Feb 4 19:26:54 2008 -0500
43521
43522     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
43523
43524     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43525
43526 commit b45264ee85cbd92020640a32e02fb434fd557108
43527 Author: Mike Frysinger <vapier@gentoo.org>
43528 Date:   Mon Feb 4 19:26:53 2008 -0500
43529
43530     add gitignores for Blackfin pieces
43531
43532     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43533
43534 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
43535 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43536 Date:   Fri Jan 18 01:14:03 2008 +0100
43537
43538     TFTP: add host ip addr support
43539
43540     allow to use a different server as set in serverip
43541     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
43542     if not defined the max length will be at 128
43543
43544     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43545
43546 commit e56b4b494cd92def577969f9678395aa22d34c9f
43547 Author: Timur Tabi <timur@freescale.com>
43548 Date:   Wed Jan 9 14:35:26 2008 -0600
43549
43550     85xx,86xx: Determine I2C clock frequencies and store in global_data
43551
43552     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
43553
43554     Update the get_clocks() function in 85xx and 86xx to determine the I2C
43555     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
43556
43557     Signed-off-by: Timur Tabi <timur@freescale.com>
43558
43559 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
43560 Author: Wolfgang Denk <wd@denx.de>
43561 Date:   Thu Dec 27 10:56:54 2007 +0100
43562
43563     OMAP5912: fix FIFO handling in UART driver
43564
43565     According to the OMAP5912 Serial Interfaces Reference Guide (see
43566     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
43567     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
43568     changed when the baud clock is not running, i. e. when both DLL and
43569     DLH are set to 0.
43570
43571     Thus make sure that DLL and DLH are 0 when writing the FCR.
43572
43573     Signed-off-by: Wolfgang Denk <wd@denx.de>
43574
43575 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
43576 Author: Harald Welte <laforge@openmoko.org>
43577 Date:   Wed Dec 19 15:10:52 2007 +0100
43578
43579     ARM: S3C24x0 SoC NAND controller support
43580
43581     This patch adds NAND support to the S3C24x0 SoC code in u-boot
43582
43583     Signed-off-by: Harald Welte <laforge@openmoko.org>
43584
43585 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
43586 Author: Harald Welte <laforge@openmoko.org>
43587 Date:   Wed Dec 19 14:24:40 2007 +0100
43588
43589     ARM: s3c24xx: Multiple serial port support
43590
43591     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
43592
43593     Signed-off-by: Harald Welte <laforge@openmoko.org>
43594
43595 commit a25f72f1f73a11de68251fb88c89991e202e68fa
43596 Author: Harald Welte <laforge@openmoko.org>
43597 Date:   Wed Dec 19 14:16:57 2007 +0100
43598
43599     ARM: arm920t: Allow use of 'gd' pointer from IRQ
43600
43601     This patch allows us to use the 'gd' pointer (and thus environment
43602     and everything else associated with it) from interrupt context on
43603     arm920t.
43604
43605     Signed-off-by: Harald Welte <laforge@openmoko.org>
43606
43607 commit be19bd5cd0f454b63298844a0b5377e029b2caad
43608 Author: Harald Welte <laforge@openmoko.org>
43609 Date:   Wed Dec 19 14:19:38 2007 +0100
43610
43611     ARM: arm920/s3c24xx: IRQ demulitplexer callback
43612
43613     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
43614     plus a stub implementation of it for the S3C2410.
43615
43616     The purpose is to allow arm920t implementations such as the s3c24x0 to
43617     implement interrupt handlers in u-boot without having to touch core
43618     arm920t code.
43619
43620     Signed-off-by: Harald Welte <laforge@openmoko.org>
43621
43622 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
43623 Author: Hebbar <gururajakr@sanyo.co.in>
43624 Date:   Tue Dec 18 16:03:07 2007 -0800
43625
43626     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
43627
43628     Add ifdef to bdinfo command to display ethernet information
43629     only if CONFIG_CMD_NET is defined for arm modules.
43630
43631     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
43632
43633 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
43634 Author: Hebbar <gururajakr@sanyo.co.in>
43635 Date:   Tue Dec 18 16:00:54 2007 -0800
43636
43637     ARM: add I2C init function call in lib_arm/board.c
43638
43639     Adds I2C init func call to init sequence for ARM boards. This is
43640     present in ppc,blackfin and other processor init sequence.
43641
43642     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
43643
43644 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
43645 Author: Stefan Roese <sr@denx.de>
43646 Date:   Fri Feb 1 09:38:29 2008 +0100
43647
43648     ppc4xx: Fix ndfc HW ECC byte order
43649
43650     The current ndfc HW ECC implementation swaps the first two ECC bytes.
43651     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
43652     so this swapping in the HW ECC driver is bogus. This patch fixes this
43653     problem and now really uses the SMC ECC byte order.
43654
43655     Thanks to Sean MacLennan for pointing this out.
43656
43657     Signed-off-by: Stefan Roese <sr@denx.de>
43658
43659 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
43660 Author: Stefan Roese <sr@denx.de>
43661 Date:   Wed Jan 30 15:35:50 2008 +0100
43662
43663     ppc4xx: Fix GPIO configuration for pcs440ep
43664
43665     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
43666     49-63 for GPIO. They have been configured as trace signals. This patch
43667     fixes this by clearing the corresponding bit.
43668
43669     Signed-off-by: Stefan Roese <sr@denx.de>
43670
43671 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
43672 Author: Stefan Roese <sr@denx.de>
43673 Date:   Wed Jan 30 14:48:28 2008 +0100
43674
43675     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
43676
43677     Signed-off-by: Stefan Roese <sr@denx.de>
43678
43679 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
43680 Author: Ladislav Michl <ladis@linux-mips.org>
43681 Date:   Fri Dec 7 00:42:32 2007 +0100
43682
43683     ARM: Board voiceblue update
43684
43685     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43686
43687 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
43688 Author: Ladislav Michl <ladis@linux-mips.org>
43689 Date:   Thu Dec 6 23:24:57 2007 +0100
43690
43691     ARM: AT91RM9200 based boards config cleanup
43692
43693     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43694
43695     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
43696     indentation.
43697
43698 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
43699 Author: Ladislav Michl <ladis@linux-mips.org>
43700 Date:   Thu Dec 6 22:59:16 2007 +0100
43701
43702     ARM: Fix at91rm9200dk base address
43703
43704     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
43705     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
43706     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
43707     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
43708     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
43709     I'm sending this patch 4th (!) time in hope it produces at least some
43710     reaction.
43711
43712     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43713
43714     Fix at91rm9200dk base and environment address.
43715
43716 commit c95219fae2a7add7daa2f91aedca65b1698465c7
43717 Author: stefano babic <sbabic@denx.de>
43718 Date:   Tue Nov 20 10:40:24 2007 +0100
43719
43720     MMC for PXA 27X (resubmit)
43721
43722     MMC support for X_Scale PXA is broken and does not work.
43723     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
43724     There were already some patches around the world but none of them was
43725     merged into the official u-boot tree.
43726
43727     This patch makes order fixing this issue. Resubmit after code cleanup.
43728
43729     Applied and tested on PXA 270 (TrizepsIV module).
43730
43731     Signed-off-by: Stefano Babic <sbabic@denx.de>
43732
43733 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
43734 Author: stefano babic <sbabic@denx.de>
43735 Date:   Tue Nov 20 10:37:04 2007 +0100
43736
43737     Fix gcc issues in pxa-regs.h
43738
43739     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
43740     issues generates wrong code.
43741     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
43742     This patch fixes the problem and solves the gcc-4 issues as the linux
43743     kernel does.
43744
43745     Signed-off-by: Stefano Babic <sbabic@denx.de>
43746     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
43747
43748 commit 7047b388876e7b905b2ec4edb8010543e3641b85
43749 Author: Jens Gehrlein <sew_s@tqs.de>
43750 Date:   Tue Jan 29 08:45:03 2008 +0100
43751
43752     TQM834x: enable DHCP
43753
43754     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
43755     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43756
43757 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
43758 Author: Jens Gehrlein <sew_s@tqs.de>
43759 Date:   Tue Jan 29 08:45:02 2008 +0100
43760
43761     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
43762
43763     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
43764     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43765
43766 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
43767 Author: Ben Warren <biggerbadderben@gmail.com>
43768 Date:   Sat Jan 26 23:41:19 2008 -0500
43769
43770     Fix conditional compilation of mpx8xxx_spi driver
43771
43772     This driver should only compile if CONFIG_MPC8XXX_SPI is set
43773
43774     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43775     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43776
43777 commit 63f732d3d3880feb531f48af247c025bf01462b0
43778 Author: Rafal Jaworowski <raj@semihalf.com>
43779 Date:   Tue Jan 29 17:00:34 2008 +0100
43780
43781     API: Provide dummy halt() in the glue layer.
43782
43783     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
43784
43785     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
43786
43787 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
43788 Author: Rafal Jaworowski <raj@semihalf.com>
43789 Date:   Tue Jan 29 16:57:38 2008 +0100
43790
43791     API: Convert conditional building to the new scheme.
43792
43793     This fixes a build breakage with CONFIG_API enabled, which appeared after
43794     the recent changes in the U-Boot build system.
43795
43796     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
43797
43798 commit 98b742489c09780be6a832eeaa4e5eff824792bb
43799 Author: Wolfgang Denk <wd@denx.de>
43800 Date:   Fri Jan 25 09:56:17 2008 +0100
43801
43802     inka4x0: remove dead code
43803
43804     Signed-off-by: Wolfgang Denk <wd@denx.de>
43805
43806 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
43807 Author: Becky Bruce <becky.bruce@freescale.com>
43808 Date:   Wed Jan 23 16:31:06 2008 -0600
43809
43810     86xx: Add reginfo command
43811
43812     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43813
43814 commit ddcebcb638715a6278da93b553d5016f99823816
43815 Author: Becky Bruce <becky.bruce@freescale.com>
43816 Date:   Wed Jan 23 16:31:05 2008 -0600
43817
43818     86xx: Add print_laws function to fsl_law.c
43819
43820     This can be used for debug, and will be used by board code
43821     to help implement reginfo.
43822
43823     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43824
43825 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
43826 Author: Becky Bruce <becky.bruce@freescale.com>
43827 Date:   Wed Jan 23 16:31:04 2008 -0600
43828
43829     86xx: Remove old-style law setup code
43830
43831     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
43832
43833     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43834
43835 commit 713d8186649dae874613d495b0cecaa039a98b30
43836 Author: Becky Bruce <becky.bruce@freescale.com>
43837 Date:   Wed Jan 23 16:31:03 2008 -0600
43838
43839     86xx: Convert sbc8641d to use new law setup code.
43840
43841     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43842
43843 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
43844 Author: Becky Bruce <becky.bruce@freescale.com>
43845 Date:   Wed Jan 23 16:31:02 2008 -0600
43846
43847     86xx: Convert mpc8610hpcd to new law setup method.
43848
43849     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43850
43851 commit 4933b91f8a49e436681f163df3173beb91cac44a
43852 Author: Becky Bruce <becky.bruce@freescale.com>
43853 Date:   Wed Jan 23 16:31:01 2008 -0600
43854
43855     86xx: Support new law setup method and convert mpc8641
43856
43857     Adds the support code in cpu/mpc86xx for the new law setup code
43858     recently created fsl_law.c, and changes the MPC8641HPCN config
43859     to use this code.
43860
43861     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43862
43863 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
43864 Author: Becky Bruce <becky.bruce@freescale.com>
43865 Date:   Wed Jan 23 16:31:00 2008 -0600
43866
43867     86xx: Rearrange the sequence in start.S
43868
43869     * split the BAT initialization so that only 2 BATs (for the boot page
43870     and stack) are programmed very early on.  The rest are initialized later.
43871     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
43872     after translation has been enabled.
43873
43874     These changes will facilitate the moving of law and BAT initialization
43875     to C code, and will aid with 36-bit physical addressing support.
43876
43877     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
43878
43879 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
43880 Author: Wolfgang Denk <wd@denx.de>
43881 Date:   Wed Jan 23 14:41:37 2008 +0100
43882
43883     Coding Style Cleanup; update CHANGELOG
43884
43885     Signed-off-by: Wolfgang Denk <wd@denx.de>
43886
43887 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
43888 Author: Wolfgang Denk <wd@denx.de>
43889 Date:   Wed Jan 23 14:31:17 2008 +0100
43890
43891     Coding Style Cleanup; update CHANGELOG
43892
43893     Signed-off-by: Wolfgang Denk <wd@denx.de>
43894
43895 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
43896 Author: Dave Liu <r63238@freescale.com>
43897 Date:   Fri Jan 18 10:07:04 2008 +0800
43898
43899     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
43900
43901     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
43902     cause the 83xx immap broken, so the DMA and PCI will
43903     be failed.
43904
43905     The patch fix the struct spi8xxx and rm struct spi83xx.
43906
43907     Signed-off-by: Dave Liu <daveliu@freescale.com>
43908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43909
43910 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
43911 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43912 Date:   Sat Apr 14 17:11:49 2007 +0200
43913
43914     AVR32: ATNGW100 board support
43915
43916     Add support for the ATNGW100 Network Gateway reference design,
43917     including flash, ethernet and MMC support.
43918
43919     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43920
43921 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
43922 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43923 Date:   Sat Nov 24 18:15:31 2007 +0100
43924
43925     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
43926
43927     I don't know why the relevant layers can't do this by itself, but this
43928     is what ppc does.
43929
43930     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43931
43932 commit 799891ef7b1b3432032ec23466df6b665a797fa4
43933 Author: Michael Schwingen <michael@schwingen.org>
43934 Date:   Fri Jan 18 00:04:28 2008 +0100
43935
43936     Add AcTux board support
43937
43938     Hi,
43939
43940     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
43941     files that
43942     contain changes for multiple boards, the board-specific files follow as
43943     separate patches.
43944
43945     Signed-off-by: Michael Schwingen <michael@schwingen.org>
43946
43947 commit 66a4344a4d910a11125df7768899ad529719855e
43948 Author: Michael Schwingen <michael@schwingen.org>
43949 Date:   Wed Jan 16 19:53:23 2008 +0100
43950
43951     add AcTux-4 board support
43952
43953     Signed-off-by: Michael Schwingen <michael@schwingen.org>
43954
43955 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
43956 Author: Michael Schwingen <michael@schwingen.org>
43957 Date:   Wed Jan 16 19:51:55 2008 +0100
43958
43959     add AcTux-3 board support
43960
43961     Signed-off-by: Michael Schwingen <michael@schwingen.org>
43962
43963 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
43964 Author: Michael Schwingen <michael@schwingen.org>
43965 Date:   Wed Jan 16 19:51:14 2008 +0100
43966
43967     add AcTux-2 board support
43968
43969     Signed-off-by: Michael Schwingen <michael@schwingen.org>
43970
43971 commit ea99e8f05b7240fd657739e286664664ae160abe
43972 Author: Michael Schwingen <michael@schwingen.org>
43973 Date:   Wed Jan 16 19:50:37 2008 +0100
43974
43975     add AcTux-1 board support
43976
43977     Signed-off-by: Michael Schwingen <michael@schwingen.org>
43978
43979 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
43980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43981 Date:   Mon Jan 14 19:20:08 2008 +0100
43982
43983     ARM: remove useless function board_post_init
43984
43985     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43986
43987 commit 96bd462942022e4569b582c072a0ed26de1cd19b
43988 Author: Michael Schwingen <michael@schwingen.org>
43989 Date:   Thu Jan 10 14:59:46 2008 +0100
43990
43991     IXP: enable RTS
43992
43993     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
43994     No handshaking is done, but the active RTS signal allows to
43995     connect to the target using a PC which is using RTS/CTS
43996     handshake, and does no harm if the PC is set to ignore RTS.
43997
43998     Signed-off-by: Michael Schwingen <michael@schwingen.org>
43999
44000 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
44001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44002 Date:   Mon Jan 7 08:41:34 2008 +0100
44003
44004     IXP: add dynamic microcode addr
44005
44006     allow to load the microde from flash or ram by download it through
44007     the serial or other.
44008
44009     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44010     Acked-by: Stefan Roese <sr@denx.de>
44011
44012 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
44013 Author: Michael Schwingen <michael@schwingen.org>
44014 Date:   Sat Nov 10 15:44:12 2007 +0100
44015
44016     load ixp42x NPE firmware from separate flash block, remove dead code
44017
44018     Hi,
44019
44020     the following patch adds support to move the IXP42X NPE firmware to a
44021     separate flash block, whose start address is defined in
44022     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
44023     NPE-enabled u-boot without copyright problems due to the NPE firmware.
44024
44025     I hope the patch applies, I get whitespace-related differences in the NPE
44026     files due to trailing whitespace in the original versions.
44027
44028     Signed-off-by: Michael Schwingen <michael@schwingen.org>
44029     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44030
44031 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
44032 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44033 Date:   Tue Jan 15 14:15:46 2008 -0600
44034
44035     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
44036
44037     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44038     Signed-off by: John Rigby <jrigby@freescale.com>
44039
44040 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
44041 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44042 Date:   Tue Jan 15 14:02:49 2008 -0600
44043
44044     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
44045
44046     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44047     Signed-off by: John Rigby <jrigby@freescale.com>
44048
44049 commit 777d1abd9796f1c2e148417cc10657e847d318ce
44050 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44051 Date:   Tue Jan 15 14:00:25 2008 -0600
44052
44053     ColdFire: Add MCF547x_8x FEC driver
44054
44055     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44056     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44057     Signed-off by: John Rigby <jrigby@freescale.com>
44058
44059 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
44060 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44061 Date:   Tue Jan 15 13:54:09 2008 -0600
44062
44063     ColdFire: Add MCF547x_8x dma code and header files
44064
44065     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44066     Signed-off by: John Rigby <jrigby@freescale.com>
44067
44068 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
44069 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44070 Date:   Tue Jan 15 13:52:03 2008 -0600
44071
44072     ColdFire: Add MCF547x_8x dma code - 2
44073
44074     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44075     Signed-off by: John Rigby <jrigby@freescale.com>
44076
44077 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
44078 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44079 Date:   Tue Jan 15 13:48:52 2008 -0600
44080
44081     ColdFire: Add MCF547x_8x dma code - 1
44082
44083     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44084     Signed-off by: John Rigby <jrigby@freescale.com>
44085
44086 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
44087 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44088 Date:   Tue Jan 15 13:39:44 2008 -0600
44089
44090     ColdFire: Add MCF547x_8x related header files
44091
44092     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44093     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44094     Signed-off by: John Rigby <jrigby@freescale.com>
44095
44096 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
44097 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44098 Date:   Tue Jan 15 13:37:34 2008 -0600
44099
44100     ColdFire: Add MCF547x_8x cpu arch
44101
44102     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44103     Signed-off by: John Rigby <jrigby@freescale.com>
44104
44105 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
44106 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44107 Date:   Mon Jan 14 17:47:23 2008 -0600
44108
44109     ColdFire: Add MCF5227x cpu and M52277EVB support-3
44110
44111     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44112     Signed-off by: John Rigby <jrigby@freescale.com>
44113
44114 commit c87581027994c148131b2f11aa75501f782ec19a
44115 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44116 Date:   Mon Jan 14 17:46:19 2008 -0600
44117
44118     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
44119
44120     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44121     Signed-off by: John Rigby <jrigby@freescale.com>
44122
44123 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
44124 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44125 Date:   Mon Jan 14 17:43:33 2008 -0600
44126
44127     ColdFire: Add MCF5227x cpu and M52277EVB support-1
44128
44129     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44130     Signed-off by: John Rigby <jrigby@freescale.com>
44131
44132 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
44133 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44134 Date:   Mon Jan 14 17:35:44 2008 -0600
44135
44136     ColdFire: Fix CFI Flash low level Read/Write macro
44137
44138     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44139     Signed-off by: John Rigby <jrigby@freescale.com>
44140
44141 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
44142 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44143 Date:   Mon Jan 14 17:23:08 2008 -0600
44144
44145     ColdFire: Add M5373EVB platform support - 2
44146
44147     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44148     Signed-off by: John Rigby <jrigby@freescale.com>
44149
44150 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
44151 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44152 Date:   Mon Jan 14 17:19:54 2008 -0600
44153
44154     ColdFire: Add M5373EVB platform support - 1
44155
44156     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44157     Signed-off by: John Rigby <jrigby@freescale.com>
44158
44159 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
44160 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44161 Date:   Mon Jan 14 17:17:03 2008 -0600
44162
44163     ColdFire: Update FlexBus CS for MCF532x
44164
44165     Definition update and change from 16bit to 32bit
44166
44167     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44168     Signed-off by: John Rigby <jrigby@freescale.com>
44169
44170 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
44171 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44172 Date:   Mon Jan 14 17:11:47 2008 -0600
44173
44174     ColdFire: PCI and misc updates for MCF5445x
44175
44176     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44177     Signed-off by: John Rigby <jrigby@freescale.com>
44178
44179 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
44180 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44181 Date:   Mon Jan 14 17:06:55 2008 -0600
44182
44183     ColdFire: MCF5445x header files cleanup
44184
44185     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44186     Signed-off by: John Rigby <jrigby@freescale.com>
44187
44188 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
44189 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44190 Date:   Mon Jan 14 16:59:42 2008 -0600
44191
44192     ColdFire: MCF532x header files cleanup
44193
44194     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44195     Signed-off by: John Rigby <jrigby@freescale.com>
44196
44197 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
44198 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44199 Date:   Mon Jan 14 15:30:15 2008 -0600
44200
44201     ColdFire: Add modules header files
44202
44203     Add CF specific modules header files
44204
44205     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
44206     Signed-off-by: John Rigby <jrigby@freescale.com>
44207
44208 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
44209 Author: Kim Phillips <kim.phillips@freescale.com>
44210 Date:   Thu Jan 17 12:48:00 2008 -0600
44211
44212     codingstyle cleanup for spi driver
44213
44214     ..and rm unused CONFIG_FSL_SPI define
44215
44216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44217
44218 commit d59feffb42c9f174116db7a82a311df98983dfce
44219 Author: Haiying Wang <Haiying.Wang@freescale.com>
44220 Date:   Wed Jan 16 17:12:12 2008 -0500
44221
44222     FSL: Fix common EEPROM_data structure definition
44223
44224     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
44225     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
44226       bd->bi_ethaddr.
44227
44228     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44229
44230 commit 6bee764bd6da510a4aad614880300c968bc7318d
44231 Author: Timur Tabi <timur@freescale.com>
44232 Date:   Wed Jan 16 15:48:12 2008 -0600
44233
44234     86xx: enable command-line editing
44235
44236     Enable command-line editing for all MPC86xx boards.
44237
44238     Signed-off-by: Timur Tabi <timur@freescale.com>
44239
44240 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
44241 Author: Ben Warren <biggerbadderben@gmail.com>
44242 Date:   Wed Jan 16 22:37:42 2008 -0500
44243
44244     Implement hard SPI driver on MPC8349EMDS
44245
44246     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
44247     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
44248
44249     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44250     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44251
44252 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
44253 Author: Ben Warren <biggerbadderben@gmail.com>
44254 Date:   Wed Jan 16 22:37:35 2008 -0500
44255
44256     Add support for a Freescale non-CPM SPI controller
44257
44258     This patch adds support for the SPI controller found on Freescale PowerPC
44259     processors such as the MCP834x family.  Additionally, a new config option,
44260     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
44261
44262     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44263     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44264
44265 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
44266 Author: Dave Liu <r63238@freescale.com>
44267 Date:   Thu Jan 17 18:23:19 2008 +0800
44268
44269     mpc83xx: Fix the fatal conflict of merge
44270
44271     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
44272     will cause the mpc8315erdb board can't boot up.
44273
44274     The patch fix that bug, and remove the duplicated #ifdef
44275     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
44276     MPC8313E processor.
44277
44278     Signed-off-by: Dave Liu <daveliu@freescale.com>
44279     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44280
44281 commit 3259eeaa4148125a81417477f62c05bd67f60587
44282 Author: Larry Johnson <lrj@acm.org>
44283 Date:   Thu Jan 17 08:50:09 2008 -0500
44284
44285     Merge Sequoia beautification into Korat code
44286
44287     Signed-off-by: Larry Johnson <lrj@acm.org>
44288
44289 commit e16925773211291b562e77187061e9dd1d757217
44290 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44291 Date:   Thu Jan 17 07:45:05 2008 +0100
44292
44293     net: add 'ethrotate' environment variable
44294
44295     [PATCH] net: add 'ethrotate' environment variable
44296
44297     This patch replaces the buildtime configuration option
44298     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
44299     configuration veriable. See README.
44300
44301     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44302     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44303
44304 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
44305 Author: Stefan Roese <sr@denx.de>
44306 Date:   Thu Jan 17 14:29:04 2008 +0100
44307
44308     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
44309
44310     Signed-off-by: Stefan Roese <sr@denx.de>
44311
44312 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
44313 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44314 Date:   Thu Jan 17 18:07:32 2008 +0900
44315
44316     sh: Remove CONFIG_COMMANDS from MS7720SE config file
44317
44318     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44319
44320 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
44321 Author: Niklaus Giger <niklaus.giger@netstal.com>
44322 Date:   Wed Jan 16 18:39:20 2008 +0100
44323
44324     ppc4xx: Netstal HCU4 board: added various fixes and POST
44325
44326     - Moved some common code to netstal/common/nm_bsp.c.
44327     - sdram initialisation goes go netstal/common/fixed_sdram.c.
44328     - Added support for POST.
44329     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
44330
44331     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44332
44333 commit 69b0634a4ee98c9791815600d43b99f626a952f3
44334 Author: Niklaus Giger <niklaus.giger@netstal.com>
44335 Date:   Thu Jan 17 12:53:56 2008 +0100
44336
44337     ppc4xx: netstal/common define routines used by all boards
44338
44339     Added some routines used by all Netstal boards:
44340     - nm_bsp.c: - nm_show_print and
44341             -  common_misc_init_r
44342             - set_params_for_sw_install. Very specific code to handle our SW
44343               installation procedure
44344     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
44345       to handle sdram initialization.
44346     - nm.h: Common header
44347
44348     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44349
44350 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
44351 Author: Niklaus Giger <niklaus.giger@netstal.com>
44352 Date:   Wed Jan 16 18:39:18 2008 +0100
44353
44354     ppc4xx: Netstal HCU5 board: added various fixes and POST
44355
44356     - Moved some common code to nestal/common/nm_bsp.c.
44357     - Added support for the vxWorks EDR.
44358     - Enable trace for Lauterbach, if present.
44359     - Added support for POST.
44360     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
44361
44362     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44363
44364 commit 4371090e5da77edc7bf9f296364db4801639d9c4
44365 Author: Niklaus Giger <niklaus.giger@netstal.com>
44366 Date:   Wed Jan 16 18:39:08 2008 +0100
44367
44368     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
44369
44370     - Various fixes
44371     - Reduced rom_size from 384 to 320 kB
44372     - Environment is now in flash
44373     - Added POST
44374     - Support for OF
44375
44376     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44377
44378 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
44379 Author: Niklaus Giger <niklaus.giger@netstal.com>
44380 Date:   Wed Jan 16 18:37:50 2008 +0100
44381
44382     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
44383
44384     - Various fixes
44385     - Reduced rom_size from 384 to 320 kB
44386     - Environment is now in flash
44387     - Added POST
44388     - Support for OF
44389
44390     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44391
44392 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
44393 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44394 Date:   Thu Jan 17 10:53:08 2008 +0100
44395
44396     ppc4xx: Complete DU440 board support
44397
44398     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44399
44400 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
44401 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44402 Date:   Thu Jan 17 10:52:30 2008 +0100
44403
44404     ppc4xx: Add DU440 board support
44405
44406     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44407
44408 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
44409 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44410 Date:   Thu Jan 17 15:53:52 2008 +0900
44411
44412     sh: Update SuperH SCIF driver
44413
44414     This patch fixed wrong SH7720 CPU macro and changed macro that
44415     calculated value of SCBRR register.
44416
44417     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44418
44419 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
44420 Author: Grzegorz Bernacki <gjb@semihalf.com>
44421 Date:   Wed Jan 16 15:12:47 2008 +0100
44422
44423     Set ips dividor to 1/4 of csb clock.
44424
44425     Previous setting cause ips clock to be out of spec. This bug was found by John
44426     Rigby from Freescale.
44427
44428     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
44429
44430 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
44431 Author: Kumar Gala <galak@kernel.crashing.org>
44432 Date:   Thu Jan 17 02:19:18 2008 -0600
44433
44434     85xx: Get ride of old TLB setup code
44435
44436     Now that all boards have been converted, remove old config code and the
44437     config option for the new style.
44438
44439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44440
44441 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
44442 Author: Kumar Gala <galak@kernel.crashing.org>
44443 Date:   Thu Jan 17 02:02:10 2008 -0600
44444
44445     85xx: Convert TQM85xx to new TLB setup
44446
44447     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44448
44449 commit 74121b470c14f7eaf284ee838bffca6f9521069e
44450 Author: Kumar Gala <galak@kernel.crashing.org>
44451 Date:   Thu Jan 17 01:56:32 2008 -0600
44452
44453     85xx: Convert STXGP3 & STXSSA to new TLB setup
44454
44455     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44456
44457 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
44458 Author: Kumar Gala <galak@kernel.crashing.org>
44459 Date:   Thu Jan 17 01:44:34 2008 -0600
44460
44461     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
44462
44463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44464
44465 commit 818218bac6a11591e2542c344d2330e0f4e1968b
44466 Author: Kumar Gala <galak@kernel.crashing.org>
44467 Date:   Thu Jan 17 01:31:34 2008 -0600
44468
44469     85xx: Convert PM854/PM856 to new TLB setup
44470
44471     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44472
44473 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
44474 Author: Kumar Gala <galak@kernel.crashing.org>
44475 Date:   Thu Jan 17 01:25:33 2008 -0600
44476
44477     85xx: Convert MPC8540EVAL to new TLB setup
44478
44479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44480
44481 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
44482 Author: Kumar Gala <galak@kernel.crashing.org>
44483 Date:   Thu Jan 17 01:12:22 2008 -0600
44484
44485     85xx: Convert MPC8568 MDS to new TLB setup
44486
44487     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44488
44489 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
44490 Author: Kumar Gala <galak@kernel.crashing.org>
44491 Date:   Thu Jan 17 01:01:09 2008 -0600
44492
44493     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
44494
44495     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44496
44497 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
44498 Author: Kumar Gala <galak@kernel.crashing.org>
44499 Date:   Thu Jan 17 00:52:29 2008 -0600
44500
44501     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
44502
44503     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44504
44505 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
44506 Author: Kumar Gala <galak@kernel.crashing.org>
44507 Date:   Thu Jan 17 00:32:17 2008 -0600
44508
44509     85xx: Convert ATUM8548 to new TLB setup
44510
44511     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44512
44513 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
44514 Author: Kumar Gala <galak@kernel.crashing.org>
44515 Date:   Wed Jan 16 23:11:57 2008 -0600
44516
44517     85xx: Convert MPC8544 DS to new TLB setup
44518
44519     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44520
44521 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
44522 Author: Kumar Gala <galak@kernel.crashing.org>
44523 Date:   Wed Jan 16 22:38:34 2008 -0600
44524
44525     85xx: Reworked initial processor init
44526
44527     Reworked the initial processor initialzation sequence:
44528     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
44529     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
44530     * Reworked initial asm code to do most of the core init before TLBs
44531
44532     The main reasons for these changes are to allow handling of 36-bit phys
44533     addresses in the future and some of the issues that will exist when we
44534     do that.
44535
44536     There are a few caveats on what can be initialized via the LAW and TLB
44537     static tables:
44538     * TLB entry 14/15 can't be initialized via the TLB table
44539     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
44540       the code that is currently executing.
44541
44542     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44543
44544 commit 44a23cfd6360a68eaa41f945190618a55519eac3
44545 Author: Kumar Gala <galak@kernel.crashing.org>
44546 Date:   Wed Jan 16 22:33:22 2008 -0600
44547
44548     85xx: Introduce new tlb API
44549
44550     Add a set of functions to manipulate TLB entries:
44551      * set_tlb() - write a tlb entry
44552      * invalidate_tlb() - invalidate a tlb array
44553      * disable_tlb() - disable a variable size tlb entry
44554      * init_tlbs() - setup initial tlbs based on static table
44555
44556     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44557
44558 commit be88b1699863c262818f3af7f60173b4d48df8fc
44559 Author: Stefan Roese <sr@denx.de>
44560 Date:   Thu Jan 17 07:50:17 2008 +0100
44561
44562     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
44563
44564     Signed-off-by: Stefan Roese <sr@denx.de>
44565
44566 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
44567 Author: Kumar Gala <galak@kernel.crashing.org>
44568 Date:   Wed Jan 16 10:04:42 2008 -0600
44569
44570     85xx: Use proper defines for PCI addresses
44571
44572     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
44573     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
44574     be used for configuring the PCI ATMU.
44575
44576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44577
44578 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
44579 Author: Kumar Gala <galak@kernel.crashing.org>
44580 Date:   Wed Jan 16 09:22:29 2008 -0600
44581
44582     85xx: Remove old style of LAW init
44583
44584     All boards are now using the new fsl_law code so we can drop the old version.
44585
44586     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44587
44588 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
44589 Author: Kumar Gala <galak@kernel.crashing.org>
44590 Date:   Wed Jan 16 09:15:29 2008 -0600
44591
44592     85xx: convert remaining 85xx boards over to use new LAW init code
44593
44594     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
44595     to use new LAW init code.
44596
44597     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44598
44599 commit 572b13afc42710f2957c382a710360429c0e099b
44600 Author: Kumar Gala <galak@kernel.crashing.org>
44601 Date:   Wed Jan 16 09:11:53 2008 -0600
44602
44603     85xx: convert STXGP3/STXSSA over to use new LAW init code
44604
44605     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44606
44607 commit 45f2166ac0233a9263058378f39612bd11f61196
44608 Author: Kumar Gala <galak@kernel.crashing.org>
44609 Date:   Wed Jan 16 09:06:48 2008 -0600
44610
44611     85xx: convert PM854/PM856 over to use new LAW init code
44612
44613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44614
44615 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
44616 Author: Kumar Gala <galak@kernel.crashing.org>
44617 Date:   Wed Jan 16 09:05:27 2008 -0600
44618
44619     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
44620
44621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44622
44623 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
44624 Author: Kumar Gala <galak@kernel.crashing.org>
44625 Date:   Wed Jan 16 01:45:10 2008 -0600
44626
44627     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
44628
44629     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44630
44631 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
44632 Author: Kumar Gala <galak@kernel.crashing.org>
44633 Date:   Wed Jan 16 01:32:06 2008 -0600
44634
44635     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
44636
44637     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44638
44639 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
44640 Author: Kumar Gala <galak@kernel.crashing.org>
44641 Date:   Wed Jan 16 01:16:16 2008 -0600
44642
44643     85xx: convert MPC8544 DS over to use new LAW init code
44644
44645     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44646
44647 commit 83d40dfd79fe868796275802f60116d84b9e4395
44648 Author: Kumar Gala <galak@kernel.crashing.org>
44649 Date:   Wed Jan 16 01:13:58 2008 -0600
44650
44651     85xx: Move LAW init code into C
44652
44653     Move the initialization of the LAWs into C code and provide an API
44654     to allow modification of LAWs after init.
44655
44656     Board code is responsible to provide a law_table and num_law_entries.
44657
44658     We should be able to use the same code on 86xx as well.
44659
44660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44661
44662 commit bed8ce838a609aaab136d43b25e6df2a520bc854
44663 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44664 Date:   Sat Dec 22 15:03:12 2007 +0100
44665
44666     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
44667
44668     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44669
44670 commit 0764c164fed6277d359cf132d55187ea34290114
44671 Author: Vlad Lungu <vlad@comsys.ro>
44672 Date:   Wed Jan 16 19:27:51 2008 +0200
44673
44674     MIPS:Target support for qemu -M mips
44675
44676     With serial, NE2000, IDE support. Tested in big-endian mode.
44677     Memory size hard-coded to 128M for now, so don't play with
44678     the -m option.
44679
44680     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
44681
44682 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
44683 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44684 Date:   Fri Jan 11 00:01:37 2008 +0100
44685
44686     Fix nfs command help to reflect that the serverip is optional
44687
44688     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44689     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44690
44691 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
44692 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44693 Date:   Mon Dec 10 22:32:14 2007 +0100
44694
44695     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
44696
44697     and move is_valid_ether_addr board file
44698
44699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44700     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44701
44702 commit c2f896b8fc4722e36915903e1942e138e68ce804
44703 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44704 Date:   Wed Jan 16 16:13:31 2008 +0900
44705
44706     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
44707
44708     rx_status on the memory is basically in LE, but needs to be handled in CPU
44709     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
44710     it'll work fine.
44711
44712     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44713     Cc: Masami Komiya <mkomiya@sonare.it>
44714     Cc: Lucas Jin <lucasjin@gmail.com>
44715     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44716
44717 commit 96a236746fe6a7b84802afb4ed31536696d34812
44718 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44719 Date:   Wed Jan 16 16:12:26 2008 +0900
44720
44721     drivers/net/rtl8139.c: Fix cache coherency issues
44722
44723     Current driver is meant for cache coherent systems. This patch adds
44724     flush_cache() routines to support cache non-coherent systems.
44725
44726     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44727     Cc: Masami Komiya <mkomiya@sonare.it>
44728     Cc: Lucas Jin <lucasjin@gmail.com>
44729     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44730
44731 commit d1276c76c1e2b5035296689280ba1acb2c425104
44732 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44733 Date:   Wed Jan 16 16:11:14 2008 +0900
44734
44735     drivers/net/rtl8139.c: Fix tx timeout
44736
44737     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
44738     does, the condition "(currticks() < to)" becomes invalid and immediately
44739     leads to tx timeout error. This patch introduces the fine-graded udely(10)
44740     loops to ease the impact of wrapping around.
44741
44742     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44743     Cc: Masami Komiya <mkomiya@sonare.it>
44744     Cc: Lucas Jin <lucasjin@gmail.com>
44745     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44746
44747 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
44748 Author: Dave Liu <r63238@freescale.com>
44749 Date:   Fri Jan 11 18:45:28 2008 +0800
44750
44751     TSEC: Add the support for RealTek RTL8211B PHY
44752
44753     Add the support of RealTek RTL8211B PHY, the RTL8211B
44754     PHY only supports RGMII and MII mode.
44755
44756     Signed-off-by: Dave Liu <daveliu@freescale.com>
44757     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44758
44759 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
44760 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
44761 Date:   Wed Jan 16 09:40:41 2008 +0100
44762
44763     Remove annoying debug printout for PHY less boards.
44764
44765     PHY less board prints out lots of "read wrong ...":
44766     read wrong value : mii_id 3,mii_reg 2, base e0102320
44767     read wrong value : mii_id 3,mii_reg 3, base e0102320
44768     UEC: PHY is Generic MII (ffffffff)
44769     read wrong value : mii_id 3,mii_reg 4, base e0102320
44770     read wrong value : mii_id 3,mii_reg 0, base e0102320
44771     read wrong value : mii_id 3,mii_reg 1, base e0102320
44772     read wrong value : mii_id 3,mii_reg 1, base e0102320
44773     read wrong value : mii_id 3,mii_reg 5, base e0102320
44774     read wrong value : mii_id 3,mii_reg 1, base e0102320
44775     read wrong value : mii_id 3,mii_reg 1, base e0102320
44776     read wrong value : mii_id 3,mii_reg 5, base e0102320
44777     FSL UEC0: Full Duplex
44778     FSL UEC0: Speed 100BT
44779     FSL UEC0: Link is up
44780     Using FSL UEC0 device
44781
44782     Make this printout depend on UEC_VERBOSE_DEBUG and
44783     remove its definition in uec_phy.c
44784
44785     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
44786     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44787
44788 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
44789 Author: Kim Phillips <kim.phillips@freescale.com>
44790 Date:   Tue Jan 15 14:11:00 2008 -0600
44791
44792     net: reduce boot latency on QE UEC based boards
44793
44794     actually polling for PHY autonegotiation to finish enables us to remove the
44795     5 second boot prompt latency present on QE based boards.
44796
44797     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
44798     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
44799     code shamelessly stolen from tsec driver.
44800
44801     also rm unused CONFIG_RMII_MODE code.
44802
44803     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44804     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
44805     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44806
44807 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
44808 Author: michael.firth@bt.com <michael.firth@bt.com>
44809 Date:   Wed Jan 16 11:40:51 2008 +0000
44810
44811     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
44812
44813     The current TSEC driver limits MDIO access to the devices that have been configured as attached
44814     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
44815
44816     Signed-off-by: Michael Firth <michael.firth@bt.com>
44817     Acked-by: Andy Fleming <afleming@freescale.com>
44818     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44819
44820 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
44821 Author: Kim Phillips <kim.phillips@freescale.com>
44822 Date:   Wed Jan 16 00:38:05 2008 -0600
44823
44824     Add support for the MPC837xERDB
44825
44826     MPC837xERDB board support includes:
44827     * DDR2 330MHz hardcoded (soldered on the board)
44828     * Local Bus NOR Flash
44829     * I2C, UART and RTC
44830     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
44831     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
44832     *                  load)
44833
44834     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
44835     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
44836     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44837
44838 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
44839 Author: Kim Phillips <kim.phillips@freescale.com>
44840 Date:   Wed Jan 16 12:06:16 2008 -0600
44841
44842     mpc83xx: add support for more system clock performance controls
44843
44844     System registers that are modified are the Arbiter Configuration
44845     Register (ACR), the System Priority Control Register (SPCR), and the
44846     System Clock Configuration Register (SCCR).
44847
44848     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
44849     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
44850     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44851
44852 commit 16c3cde050e2d243e62b37486f1558570787beb8
44853 Author: James Yang <james.yang@freescale.com>
44854 Date:   Wed Jan 16 11:58:08 2008 -0600
44855
44856     FSL: Generalize PIXIS reset command parsing.
44857
44858     Before, the order of arguments to the pixis_reset
44859     command needed to be supplied in a hard-coded order.
44860     Generalize the command parsing to allow any order.
44861
44862     Signed-off-by: James Yang <james.yang@freescale.com>
44863     Acked-by: Jon Loeliger <jdl@freescale.com>
44864
44865 commit ad8f8687b78c3e917b173f038926695383c55555
44866 Author: Jon Loeliger <jdl@freescale.com>
44867 Date:   Tue Jan 15 13:42:41 2008 -0600
44868
44869     FSL: Convert board/freescale/common/Makefile to use CONFIG_
44870
44871     Convert the board/freescale/common/Makefile to use
44872     CONFIG_* options to select which files to conditionally
44873     compile into the board/freescale/common library rather
44874     than conditionally compiling entire files.
44875
44876     Now handles::
44877         CONFIG_FSL_PIXIS
44878         CONFIG_FSL_DIU_FB
44879         CONFIG_PQ_MDS_PIB
44880
44881     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
44882
44883     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44884
44885 commit 7c2221eb230372a9e537c4f6636b147b0909325f
44886 Author: Roy Zang <tie-fei.zang@freescale.com>
44887 Date:   Tue Jan 15 16:38:38 2008 +0800
44888
44889     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
44890
44891     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
44892     Remove unused ethernet CONFIG_ options.
44893
44894     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44895     Acked-by: Jon Loeliger <jdl@freescale.com>
44896
44897 commit 711a7946277d2e29af481011e8635e9975c54e45
44898 Author: Kim Phillips <kim.phillips@freescale.com>
44899 Date:   Tue Jan 15 14:05:14 2008 -0600
44900
44901     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
44902
44903     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
44904
44905     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44906
44907 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
44908 Author: Kim Phillips <kim.phillips@freescale.com>
44909 Date:   Tue Jan 15 09:51:12 2008 -0600
44910
44911     mpc83xx: clean up mpc8360emds.c warnings
44912
44913     mpc8360emds.c: In function 'ft_board_setup':
44914     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
44915     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
44916     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
44917     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
44918     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
44919     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
44920
44921     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44922
44923 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
44924 Author: Kim Phillips <kim.phillips@freescale.com>
44925 Date:   Mon Jan 14 16:14:46 2008 -0600
44926
44927     mpc83xx: fix phy-connection-type fixup code
44928
44929     use tree passed to us in local blob, not global fdt.
44930
44931     Also use fdt_path_offset to convert to relative offset, since absolute
44932     reference is needed to check for rgmii-id mode string value.
44933
44934     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44935
44936 commit 2b4c952be7c4357a13e839d48df80853820c33eb
44937 Author: Kumar Gala <galak@kernel.crashing.org>
44938 Date:   Mon Jan 14 09:01:40 2008 -0600
44939
44940     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
44941
44942     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44943     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44944
44945 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
44946 Author: Poonam Aggrwal <b10812@freescale.com>
44947 Date:   Mon Jan 14 09:41:14 2008 +0530
44948
44949     Changes in uboot DDR configuration for MPC8313eRDB
44950
44951     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
44952     DDR configuration in u-boot code. Some are related to performance, some
44953     affect stability and some correct few basic errors in the current
44954     configuration.
44955
44956     The changes have been tested and found to give better memory latency
44957     figures on MPC8313eRDB.LMBench figures prove it.
44958
44959     The changes are:
44960
44961     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
44962       (this may improve performance for application with many read
44963       or write to open pages).
44964     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
44965       001 (activating all the CS when only one is used may cause
44966       unwanted noise on the system)
44967
44968     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
44969       Tras=45ns)
44970     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
44971
44972     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
44973       comply with the 3 ODT clk requirements)
44974     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
44975     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
44976
44977     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
44978     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
44979
44980     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
44981     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
44982
44983     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
44984     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
44985
44986     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
44987     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
44988     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
44989     Cc: Josep P J <PJ.Joseph@freescale.com>
44990     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44991
44992 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
44993 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44994 Date:   Sat Jan 12 13:24:14 2008 -0500
44995
44996     Enable the isdram command on the MPC8360EMDS board
44997
44998     The isdram command prints out decoded information the "serial presence
44999     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
45000     debugging memory configuration problems.
45001
45002     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45004
45005 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
45006 Author: Dave Liu <r63238@freescale.com>
45007 Date:   Fri Jan 11 18:48:24 2008 +0800
45008
45009     mpc83xx: Add the support for MPC8315ERDB board
45010
45011     The features list:
45012     - Boot from NOR Flash
45013     - DDR2 266MHz hardcoded configuration
45014     - Local bus NOR Flash R/W operation
45015     - I2C, UART, MII and RTC
45016     - eTSEC0/1 support
45017     - PCI host
45018
45019     Signed-off-by: Dave Liu <daveliu@freescale.com>
45020     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45021
45022 commit b05884efa614e4d8a9413158fc228e0dc02ab704
45023 Author: Dave Liu <r63238@freescale.com>
45024 Date:   Fri Jan 11 18:46:50 2008 +0800
45025
45026     mpc83xx: Add config of eTSEC emergency priority in SPCR
45027
45028     The TSEC emergency priority definition of 831x/837x
45029     is different than the definition of 834x in SPCR register.
45030
45031     Add the other config of TSEC emergency priority into
45032     cpu_init.c
45033
45034     Signed-off-by: Dave Liu <daveliu@freescale.com>
45035     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45036
45037 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
45038 Author: Dave Liu <r63238@freescale.com>
45039 Date:   Fri Jan 11 18:42:19 2008 +0800
45040
45041     mpc83xx: Remove cache config from MPC8360ERDK.h
45042
45043     The MPC8360ERDK board support patch is added before
45044     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
45045     so, miss clean up it.
45046
45047     The patch clean up the miss cache config.
45048
45049     Signed-off-by: Dave Liu <daveliu@freescale.com>
45050     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45051
45052 commit cd9d23053d435c08fc8695017b5cb9003fcda786
45053 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45054 Date:   Mon Jan 14 23:09:32 2008 +0300
45055
45056     nand: FSL UPM NAND driver
45057
45058     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45059
45060 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
45061 Author: Kyungmin Park <kmpark@infradead.org>
45062 Date:   Tue Jan 15 08:59:44 2008 +0900
45063
45064     OneNAND: Separate U-Boot dependent code from OneNAND
45065
45066     OneNAND: Separate U-Boot dependent code from OneNAND
45067
45068     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
45069
45070 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
45071 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45072 Date:   Wed Jan 16 10:33:46 2008 +0100
45073
45074     ppc4xx: Sequoia coding style cleanup and beautification
45075
45076     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45077
45078 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
45079 Author: Larry Johnson <lrj@acm.org>
45080 Date:   Tue Jan 15 14:35:58 2008 -0500
45081
45082     ppc4xx: Refactor ECC POST for AMCC Denali core
45083
45084     The ECC POST reported intermittent failures running after power-up on
45085     the Korat PPC440EPx board.  Even when the test passed, the debugging
45086     output occasionally reported additional unexpected ECC errors.
45087
45088     This refactoring has three main objectives: (1) minimize the code
45089     executed with ECC enabled during the tests, (2) add more checking of the
45090     results so any unexpected ECC errors would cause the test to fail, and
45091     (3) use synchronization (only) where required by the processor.
45092
45093     Signed-off-by: Larry Johnson <lrj@acm.org>
45094
45095 commit 2465665b73ac2f688af945b1ed510752afa816a4
45096 Author: David Saada <David.Saada@ecitele.com>
45097 Date:   Tue Jan 15 10:40:24 2008 +0200
45098
45099     QE UEC: Extend number of supported UECs to 4
45100
45101     This patch extends the number of supported UECs to 4. Note that the
45102     problem of QE thread resources exhaustion is resolved by setting the
45103     correct number of QE threads according to Ethernet type (GBE or FE).
45104
45105     Signed-off-by: David Saada <david.saada@ecitele.com>
45106     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45107
45108 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
45109 Author: Wolfgang Denk <wd@denx.de>
45110 Date:   Wed Jan 16 00:01:01 2008 +0100
45111
45112     LWMON5: enable hush shell as command line parser
45113
45114     Signed-off-by: Wolfgang Denk <wd@denx.de>
45115
45116 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
45117 Author: Wolfgang Denk <wd@denx.de>
45118 Date:   Tue Jan 15 17:22:28 2008 +0100
45119
45120     ADS5121: disable watchdog; enable image timestamps
45121
45122     Signed-off-by: Wolfgang Denk <wd@denx.de>
45123
45124 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
45125 Author: Wolfgang Denk <wd@denx.de>
45126 Date:   Tue Jan 15 17:21:28 2008 +0100
45127
45128     TK885D: fixes for bigger flash sector sizes on new modules;
45129     adjust default environment;
45130     disable SCC ethernet (not used on this board).
45131
45132     Signed-off-by: Wolfgang Denk <wd@denx.de>
45133
45134 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
45135 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45136 Date:   Tue Jan 15 17:48:13 2008 +0900
45137
45138     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
45139
45140     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45141
45142 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
45143 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45144 Date:   Tue Jan 15 23:25:25 2008 +0900
45145
45146     sh: Add support SH7710/SH7712
45147
45148     SH7710/SH7712 of SH3 CPU are supported.
45149     SH771X is called SH-Ether, and has the Ether controller in CPU.
45150     The driver of Ether is not included in this patch.
45151
45152     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45153
45154 commit 63a11be68306870e04d3851ed9fa41955cdf4894
45155 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45156 Date:   Tue Jan 15 23:06:17 2008 +0900
45157
45158     sh: Add support of map_physmem() and unmap_physmem() to SuperH
45159
45160     This patch add the support of map_physmem() and unmap_physmem()
45161     used with Common Flash Interface(CFI) driver.
45162
45163     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45164
45165 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
45166 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45167 Date:   Wed Jan 9 14:42:27 2008 +0900
45168
45169     sh: Add maintainer of MS7720SE to the MAINTAINER file
45170
45171     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45172
45173 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
45174 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45175 Date:   Wed Jan 9 14:39:58 2008 +0900
45176
45177     sh: Fix board name in MS7720SE's config.mk
45178
45179     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45180
45181 commit c0a04d93734d768b39dbb72fb501b65614c8615d
45182 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45183 Date:   Wed Jan 9 14:37:36 2008 +0900
45184
45185     sh: Add MS7720SE to MAKEALL
45186
45187     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45188
45189 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
45190 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45191 Date:   Mon Dec 3 22:58:50 2007 +0900
45192
45193     sh: Add support for MS7720RP02 board
45194
45195     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45196     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45197     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45198
45199 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
45200 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45201 Date:   Wed Jan 9 14:30:02 2008 +0900
45202
45203     sh: Add support for SH7720 in serial_sh driver.
45204
45205     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45206     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45207     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45208
45209 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
45210 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45211 Date:   Mon Dec 3 22:58:45 2007 +0900
45212
45213     sh: Add support SH3 and SH7720
45214
45215     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45216     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45217     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45218
45219 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
45220 Author: Stefan Roese <sr@denx.de>
45221 Date:   Tue Jan 15 10:11:02 2008 +0100
45222
45223     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
45224
45225     Signed-off-by: Stefan Roese <sr@denx.de>
45226
45227 commit 17bef68097ab3692500a36fb31115bff7910aa99
45228 Author: Niklaus Giger <niklausgiger@gmx.ch>
45229 Date:   Mon Jan 14 14:04:42 2008 +0100
45230
45231     ppc_4xx: Fix post spr.c for PPC405
45232
45233     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
45234     for PPC440 and derivates processor.
45235
45236     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45237
45238 commit 06c428bcd4413014b43236e77765022071424fa6
45239 Author: Dave Liu <r63238@freescale.com>
45240 Date:   Mon Jan 14 11:12:01 2008 +0800
45241
45242     QE: fix compile warning
45243
45244     qe.c: In function 'qe_upload_firmware':
45245     qe.c:390: warning: pointer targets in passing argument 2
45246     uec.c: In function 'uec_initialize':
45247     uec.c:1236: warning: 'uec_info' may be used uninitialized
45248
45249     Signed-off-by: Dave Liu <daveliu@freescale.com>
45250
45251 commit a0dd99d51efa55fe023e19c97ead92683725eb11
45252 Author: Stefan Roese <sr@denx.de>
45253 Date:   Mon Jan 14 10:05:05 2008 +0100
45254
45255     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
45256
45257     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
45258     to remove the USB PHY reset after powerup. The CPLD will keep the
45259     USB PHY in reset (active low) until the bit is set to 1 in
45260     board_early_init_f().
45261
45262     Signed-off-by: Stefan Roese <sr@denx.de>
45263
45264 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
45265 Author: Wolfgang Denk <wd@denx.de>
45266 Date:   Sun Jan 13 23:26:45 2008 +0100
45267
45268     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
45269
45270     Signed-off-by: Wolfgang Denk <wd@denx.de>
45271
45272 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
45273 Author: Wolfgang Denk <wd@denx.de>
45274 Date:   Sun Jan 13 23:37:50 2008 +0100
45275
45276     ADS5121: Fix typo in ads5121.c, adjust default environment
45277
45278     Signed-off-by: Wolfgang Denk <wd@denx.de>
45279
45280 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
45281 Author: John Rigby <jrigby@freescale.com>
45282 Date:   Fri Aug 24 18:18:43 2007 -0600
45283
45284     ADS5121: MAX slew rate for PATA pins
45285
45286     Signed-off-by: John Rigby <jrigby@freescale.com>
45287
45288 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
45289 Author: Wolfgang Denk <wd@denx.de>
45290 Date:   Sun Jan 13 21:05:52 2008 +0100
45291
45292     Fix Makefile dependency problem with parallel builds.
45293
45294     Signed-off-by: Wolfgang Denk <wd@denx.de>
45295
45296 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
45297 Author: Wolfgang Denk <wd@denx.de>
45298 Date:   Sun Jan 13 19:51:39 2008 +0100
45299
45300     MPC8544DS: fix board Makefile for silent build (with -s)
45301
45302     Signed-off-by: Wolfgang Denk <wd@denx.de>
45303
45304 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
45305 Author: Wolfgang Denk <wd@denx.de>
45306 Date:   Sun Jan 13 16:44:08 2008 +0100
45307
45308     PMC440 board: fix board Makefile for out-of-tree building
45309
45310     Signed-off-by: Wolfgang Denk <wd@denx.de>
45311
45312 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
45313 Author: Wolfgang Denk <wd@denx.de>
45314 Date:   Sun Jan 13 16:07:44 2008 +0100
45315
45316     Makalu: fix compile warning
45317
45318     Signed-off-by: Wolfgang Denk <wd@denx.de>
45319
45320 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
45321 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45322 Date:   Sun Jan 13 12:36:12 2008 +0100
45323
45324     cmd_nand : fix compiler warning.
45325
45326     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45327
45328 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
45329 Author: Michael Schwingen <rincewind@discworld.dascon.de>
45330 Date:   Sat Jan 12 20:29:47 2008 +0100
45331
45332     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
45333
45334     Signed-off-by: Michael Schwingen <michael@schwingen.org>
45335     Acked-by: Stefan Roese <sr@denx.de>
45336
45337 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
45338 Author: Wolfgang Denk <wd@denx.de>
45339 Date:   Sun Jan 13 02:19:44 2008 +0100
45340
45341     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
45342
45343     Signed-off-by: Wolfgang Denk <wd@denx.de>
45344
45345 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
45346 Author: Wolfgang Denk <wd@denx.de>
45347 Date:   Sun Jan 13 02:19:13 2008 +0100
45348
45349     MPC8xx FEC driver: fix compiler warning.
45350
45351     Signed-off-by: Wolfgang Denk <wd@denx.de>
45352
45353 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
45354 Author: Wolfgang Denk <wd@denx.de>
45355 Date:   Sun Jan 13 00:59:21 2008 +0100
45356
45357     Fix Makefile dependencies issues; allow silent build
45358
45359     - get rid of "version" target whichdidn't really work
45360     - make autoconf.mk depend on version_autogenerated.h to make sure
45361       to rebuild files as needed
45362     - add XECHO macro to allow for silent build using "make -s"
45363
45364     Signed-off-by: Wolfgang Denk <wd@denx.de>
45365
45366 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
45367 Author: Wolfgang Denk <wd@denx.de>
45368 Date:   Sun Jan 13 00:55:47 2008 +0100
45369
45370     ADS5121e: fix compile warning
45371
45372     Signed-off-by: Wolfgang Denk <wd@denx.de>
45373
45374 commit f2b6f4610627fe3d607620e25082916a01538875
45375 Author: Wolfgang Denk <wd@denx.de>
45376 Date:   Sun Jan 13 00:55:18 2008 +0100
45377
45378     MUNICes: fix board Makefile for remote build directory
45379
45380     Signed-off-by: Wolfgang Denk <wd@denx.de>
45381
45382 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
45383 Author: Oliver Weber <almoeli@gmx.de>
45384 Date:   Wed Jan 9 17:04:38 2008 +0100
45385
45386     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
45387
45388     Signed-off-by: Oliver Weber <almoeli@gmx.de>
45389
45390 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
45391 Author: Andreas Engel <andreas.engel@ericsson.com>
45392 Date:   Wed Jan 9 17:10:56 2008 +0100
45393
45394     Make bootretry work when command line editing is enabled
45395
45396     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
45397     This patch fixes the problem.
45398
45399     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
45400
45401 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
45402 Author: Larry Johnson <lrj@acm.org>
45403 Date:   Fri Jan 11 23:26:18 2008 -0500
45404
45405     Refactor code for "i2c sdram" command
45406
45407     Signed-off-by: Larry Johnson <lrj@acm.org>
45408
45409 commit 0df6b8446c4721b91ce311548114891130371083
45410 Author: Larry Johnson <lrj@acm.org>
45411 Date:   Thu Jan 10 22:23:39 2008 -0500
45412
45413     Fix "i2c sdram" command for DDR2 DIMMs
45414
45415     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
45416     "i2c sdram" command.  This patch provides correct alternative
45417     interpretations when DDR2 memory is detected.
45418
45419     Signed-off-by: Larry Johnson <lrj@acm.org>
45420
45421 commit 64134f011254123618798ff77c42ba196b2ec485
45422 Author: Wolfgang Denk <wd@denx.de>
45423 Date:   Sat Jan 12 20:31:39 2008 +0100
45424
45425     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
45426
45427     With recent toolchain versions, some boards would not build because
45428     or errors like this one (here for ocotea board when building with
45429     ELDK 4.2 beta):
45430     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
45431
45432     For many boards, the .bss section is big enough that it wraps around
45433     at the end of the address space (0xFFFFFFFF), so the problem will not
45434     be visible unless you use a 64 bit tool chain for development. On
45435     some boards however, changes to the code size (due to different
45436     optimizations) we bail out with section overlaps like above.
45437
45438     The fix is to add the NOLOAD attribute to the .bss and .sbss
45439     sections, telling the linker that .bss does not consume any space in
45440     the image.
45441
45442     Signed-off-by: Wolfgang Denk <wd@denx.de>
45443
45444 commit 3afac79ec27b91df185f090b31dad9620779f440
45445 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45446 Date:   Fri Jan 11 20:42:58 2008 -0600
45447
45448     USB: Add Philips 1561 PCI-OHCI ids
45449     (needed for M5475EVB)
45450
45451     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45452
45453 commit 5e8def6731cd7bec74bff42a16b139de04010353
45454 Author: Wolfgang Denk <wd@denx.de>
45455 Date:   Sat Jan 12 15:51:34 2008 +0100
45456
45457     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
45458     boards.
45459
45460     Signed-off-by: Heiko Schocher <hs@denx.de>
45461     Signed-off-by: Wolfgang Denk <wd@denx.de>
45462
45463 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
45464 Author: Grzegorz Bernacki <gjb@semihalf.com>
45465 Date:   Fri Jan 11 12:03:43 2008 +0100
45466
45467     MPC512X: Cleanup bus clock names.
45468
45469     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
45470
45471 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
45472 Author: Grzegorz Bernacki <gjb@semihalf.com>
45473 Date:   Tue Jan 8 17:16:59 2008 +0100
45474
45475     MPC512X: Fixed typo in macro name.
45476
45477     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
45478
45479 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
45480 Author: Grzegorz Bernacki <gjb@semihalf.com>
45481 Date:   Tue Jan 8 17:16:15 2008 +0100
45482
45483     ads5121: Added support for FDT.
45484
45485     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
45486
45487 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
45488 Author: Wolfgang Denk <wd@denx.de>
45489 Date:   Sat Jan 12 01:05:50 2008 +0100
45490
45491     Coding Style cleanup; update CHANGELOG.
45492
45493     Signed-off-by: Wolfgang Denk <wd@denx.de>
45494
45495 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
45496 Author: Heiko Schocher <hs@denx.de>
45497 Date:   Fri Jan 11 15:15:17 2008 +0100
45498
45499     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
45500
45501     Signed-off-by: Timur Tabi <timur@freescale.com>
45502     Signed-off-by: Heiko Schocher <hs@denx.de>
45503
45504 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
45505 Author: Heiko Schocher <hs@denx.de>
45506 Date:   Fri Jan 11 15:15:16 2008 +0100
45507
45508     MUNICes: Set the right CFG_DEFAULT_MBAR value.
45509
45510     Signed-off-by: Heiko Schocher <hs@denx.de>
45511
45512 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
45513 Author: Heiko Schocher <hs@denx.de>
45514 Date:   Fri Jan 11 15:15:15 2008 +0100
45515
45516     added the config File for the MUNICes board.
45517
45518     Signed-off-by: Heiko Schocher <hs@denx.de>
45519
45520 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
45521 Author: Heiko Schocher <hs@denx.de>
45522 Date:   Fri Jan 11 15:15:14 2008 +0100
45523
45524     added basic support for the MUNICes board.
45525
45526     Signed-off-by: Heiko Schocher <hs@denx.de>
45527
45528 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
45529 Author: Wolfgang Denk <wd@denx.de>
45530 Date:   Sat Jan 12 00:39:37 2008 +0100
45531
45532     Update CHANGELOG and MAINTAINERS files.
45533
45534     Signed-off-by: Wolfgang Denk <wd@denx.de>
45535
45536 commit 5ba7390c3cb579172be66888a371707b47b5be4e
45537 Author: Anatolij Gustschin <agust@denx.de>
45538 Date:   Fri Jan 11 02:15:02 2008 +0100
45539
45540     Fix compilation problem in common/cmd_bmp.c
45541
45542     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
45543     isn't defined. This patch fix this.
45544
45545     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45546
45547 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
45548 Author: Heiko Schocher <hs@denx.de>
45549 Date:   Fri Jan 11 01:12:09 2008 +0100
45550
45551     Fix defaultconfig for the mgcoge board.
45552
45553     Signed-off-by: Heiko Schocher <hs@denx.de>
45554
45555 commit ac9db066b26935f31bff15c98168b19faeb603f3
45556 Author: Heiko Schocher <hs@denx.de>
45557 Date:   Fri Jan 11 01:12:08 2008 +0100
45558
45559     Added support for the mgcoge board from keymile.
45560
45561     Signed-off-by: Heiko Schocher <hs@denx.de>
45562
45563 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
45564 Author: Heiko Schocher <hs@denx.de>
45565 Date:   Fri Jan 11 01:12:07 2008 +0100
45566
45567     Enable SMC microcode relocation patch for SMC1.
45568
45569     Signed-off-by: Heiko Schocher <hs@denx.de>
45570
45571 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
45572 Author: Heiko Schocher <hs@denx.de>
45573 Date:   Fri Jan 11 01:12:06 2008 +0100
45574
45575     Added support for the mgsuvd board from keymile.
45576
45577     Signed-off-by: Heiko Schocher <hs@denx.de>
45578
45579 commit bf05293973b348f6946c9df92cd3c65ece42d0be
45580 Author: James Yang <james.yang@freescale.com>
45581 Date:   Thu Jan 10 16:02:07 2008 -0600
45582
45583     Fix 64-bit vsprintf.
45584
45585     There were some size and unsigned problems.
45586     Also add support for "ll" size modifier in format string like glibc
45587
45588     Signed-off-by: James Yang <James.Yang@freescale.com>
45589     Acked-by: Jon Loeliger <jdl@freescale.com>
45590
45591 commit 92fa37eac530860643afa26ae347af3d23d67309
45592 Author: Larry Johnson <lrj@acm.org>
45593 Date:   Wed Jan 9 12:42:35 2008 -0500
45594
45595     Remove superfluous preprocessor conditionals from LM73 driver
45596
45597     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
45598
45599     (2) Use conditional Makefile.o.
45600
45601     Signed-off-by: Larry Johnson <lrj@acm.org>
45602
45603 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
45604 Author: Guennadi Liakhovetski <lg@denx.de>
45605 Date:   Thu Jan 10 17:59:07 2008 +0100
45606
45607     Add support for the TK885D baseboard from TELE-DATA
45608
45609     The TK885D board uses a TQM885D module from TQ, this port adds an
45610     own configuration file and adds a last_stage_init() method to
45611     configure the two PHYs, depending on the phy_auto_nego environment
45612     variable.
45613
45614     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
45615
45616 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
45617 Author: Kumar Gala <galak@kernel.crashing.org>
45618 Date:   Thu Jan 10 02:22:05 2008 -0600
45619
45620     Fix compiler warning
45621
45622     main.c: In function 'readline_into_buffer':
45623     main.c:927: warning: unused variable 'p_buf'
45624
45625     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45626
45627 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
45628 Author: Anatolij Gustschin <agust@denx.de>
45629 Date:   Fri Jan 11 14:30:01 2008 +0100
45630
45631     Add Fujitsu CoralP/Lime video driver
45632
45633     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45634     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
45635
45636 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
45637 Author: Anatolij Gustschin <agust@denx.de>
45638 Date:   Fri Jan 11 02:39:47 2008 +0100
45639
45640     Fix video console newline and carriage return handling
45641
45642     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
45643     are not displayed correctly. This is an attempt to fix
45644     this issue. Also add carriage return handling.
45645
45646     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45647     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
45648
45649 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
45650 Author: Stefan Roese <sr@denx.de>
45651 Date:   Fri Jan 11 15:53:58 2008 +0100
45652
45653     ppc4xx: Fix sdram init on Sequoia boards
45654
45655     Clear possible errors in MCSR resulting from data-eye-search.
45656     If not done, then we could get an interrupt later on when
45657     exceptions are enabled.
45658
45659     Signed-off-by: Stefan Roese <sr@denx.de>
45660
45661 commit d610a60730b7464f6f659db49d264d89a7c71061
45662 Author: Anatolij Gustschin <agust@denx.de>
45663 Date:   Fri Jan 11 15:31:09 2008 +0100
45664
45665     ppc4xx: Rework Lime support for lwmon5
45666
45667     Rework Lime support for lwmon5 using new video driver
45668
45669     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45670
45671 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
45672 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45673 Date:   Fri Jan 11 14:55:16 2008 +0100
45674
45675     ppc4xx: Update PMC440 config file
45676
45677     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45678
45679 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
45680 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45681 Date:   Fri Jan 11 14:55:08 2008 +0100
45682
45683     ppx4xx: Fix sdram init on PMC440 boards
45684
45685     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45686
45687 commit 061aad4d320dddce26247699dcf2875ee2ea1366
45688 Author: Dave Liu <r63238@freescale.com>
45689 Date:   Thu Jan 10 23:09:33 2008 +0800
45690
45691     mpc83xx: Fix the bug of 266MHz data rate DDR
45692
45693     The DDR doesn't work on the 266MHz data rate,
45694     the patch fix the bug.
45695
45696     Signed-off-by: Dave Liu <daveliu@freescale.com>
45697     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45698
45699 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
45700 Author: Dave Liu <r63238@freescale.com>
45701 Date:   Thu Jan 10 23:08:26 2008 +0800
45702
45703     mpc83xx: Make the code more readable
45704
45705     Format the code, make it more readable
45706
45707     Signed-off-by: Dave Liu <daveliu@freescale.com>
45708     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45709
45710 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
45711 Author: Dave Liu <r63238@freescale.com>
45712 Date:   Thu Jan 10 23:07:23 2008 +0800
45713
45714     mpc83xx: Reduce the latency of DDR
45715
45716     Reduce the AL from 2 to 1 clock to improve the performance.
45717
45718     Signed-off-by: Dave Liu <daveliu@freescale.com>
45719     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45720
45721 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
45722 Author: Dave Liu <r63238@freescale.com>
45723 Date:   Thu Jan 10 23:06:05 2008 +0800
45724
45725     mpc83xx: Fix the wrong definition of MPC8315E
45726
45727     According to the latest user manual of MPC8315E,
45728     1) The SVCOD of HRCWL is different than 837x
45729     2) The SCCR has changes
45730
45731     Signed-off-by: Dave Liu <daveliu@freescale.com>
45732     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45733
45734 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
45735 Author: Dave Liu <r63238@freescale.com>
45736 Date:   Thu Jan 10 23:05:00 2008 +0800
45737
45738     mpc83xx: Fix the typo in mpc83xx.h
45739
45740     The SPCR about TSEC priority is wrong.
45741
45742     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
45743     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
45744     Signed-off-by: Dave Liu <daveliu@freescale.com>
45745     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45746
45747 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
45748 Author: Dave Liu <r63238@freescale.com>
45749 Date:   Thu Jan 10 23:04:13 2008 +0800
45750
45751     mpc83xx: Fix the typo in global data struct
45752
45753     Fix the typo in global_data.h
45754
45755     Signed-off-by: Dave Liu <daveliu@freescale.com>
45756     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45757
45758 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
45759 Author: Dave Liu <r63238@freescale.com>
45760 Date:   Thu Jan 10 23:03:03 2008 +0800
45761
45762     mpc83xx: Remove cache config from config.h
45763
45764     clean up the cache config from configs.h of board
45765
45766     Signed-off-by: Dave Liu <daveliu@freescale.com>
45767     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45768
45769 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
45770 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45771 Date:   Wed Jan 9 20:57:47 2008 +0300
45772
45773     mpc83xx: add support for the MPC8360E-RDK
45774
45775     This is MPC8360E based board with:
45776     - 256MB fixed SDRAM;
45777     - 8MB Intel Strata NOR flash;
45778     - StMICRO 64MiB NAND flash;
45779     - two 10/100/1000 ethernet ports connected via Broadcom
45780       BCM5481 PHYs;
45781     - two 10/100 ethernet ports connected via National
45782       DP83848 PHYs;
45783     - one PCI and one miniPCI slots;
45784     - four serial ports (two NS16550-compatible, two UCCs);
45785     - four USB ports working through MPC8360E "FHCI" USB controller;
45786     - Fujitsu MB86277 graphics controller;
45787     - Analog to Digital Converter/Touchscreen controller, AD7843
45788       connected to SPI.
45789
45790     Features not supported in this patch are:
45791     - StMICRO 64MiB NAND flash (patch sent);
45792     - MINT framebuffer initialization (patch is pending);
45793     - Fetching production information from the EEPROM via I2C;
45794     - FHCI USB;
45795     - Two slow UCCs used as RS-485 UARTs.
45796
45797     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45798     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45799
45800 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
45801 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45802 Date:   Wed Jan 9 20:57:40 2008 +0300
45803
45804     mpc83xx: add "fsl, qe" compatible fixups
45805
45806     New device trees will use "fsl,qe" compatible properties.
45807
45808     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45809     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45810
45811 commit 977b57583a7c34010e566a09a679ec3c1836f996
45812 Author: Kim Phillips <kim.phillips@freescale.com>
45813 Date:   Wed Jan 9 15:24:06 2008 -0600
45814
45815     mpc83xx: add missing CONFIG_HAS_ETH0 defines
45816
45817     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
45818     is defined; add the define to the missing board configs.
45819
45820     Thanks to Emilian Medve for finding this.
45821
45822     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45823
45824 commit b830b7f1635984ba607219fcbd78597c28eeb529
45825 Author: Becky Bruce <bgill@freescale.com>
45826 Date:   Thu Jan 10 14:00:28 2008 -0600
45827
45828     86xx: Support 2GB DIMMs
45829
45830     Configure the number of bits used to address the banks inside the SDRAM
45831     device.  The default register value of 0 means 2 bits to address 4 banks.
45832     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
45833
45834     Signed-off-by: Becky Bruce <bgill@freescale.com>
45835
45836 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
45837 Author: Niklaus Giger <niklausgiger@gmx.ch>
45838 Date:   Thu Jan 10 18:50:33 2008 +0100
45839
45840     ppc4xx: Make Sequoia boot vxWorks
45841
45842     vxWorks expects in
45843     TLB 0 a entry for the Machine Check interrupt
45844     TLB 1 a entry for the RAM
45845     TLB 2 a entry for the EBC
45846     TLB 3 a entry for the boot flash
45847
45848     After changing the baudrate to 9600 I had no problems to boot the
45849     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
45850     June 18, 2007)
45851
45852     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45853
45854 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
45855 Author: Larry Johnson <lrj@arlinx.com>
45856 Date:   Wed Jan 9 23:10:27 2008 -0500
45857
45858     ppc4xx: Fix dflush() to restore DVLIM register
45859
45860     Signed-off-by: Larry Johnson <lrj@acm.org>
45861
45862 commit 252f60b068d1f94190b5bcfda169db582387e15e
45863 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45864 Date:   Thu Jan 10 03:52:44 2008 -0500
45865
45866     Nios2: remove common/cmd_bdinfo.c unused variable.
45867
45868     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45869     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
45870
45871 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
45872 Author: Ben Warren <biggerbadderben@gmail.com>
45873 Date:   Wed Jan 9 18:15:53 2008 -0500
45874
45875     Fix Ethernet init() return codes
45876
45877     Change return values of init() functions in all Ethernet drivers to conform
45878     to the following:
45879
45880         >=0: Success
45881         <0:  Failure
45882
45883     All drivers going forward should return 0 on success.  Current drivers that
45884     return 1 on success were left as-is to minimize changes.
45885
45886     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45887     Acked-by: Stefan Roese <sr@denx.de>
45888     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45889     Acked-by: Kim Phillips <kim.phillips@freescale.com>
45890     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
45891     Acked-By: Timur Tabi <timur@freescale.com>
45892
45893 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
45894 Author: Wolfgang Denk <wd@denx.de>
45895 Date:   Thu Jan 10 00:55:14 2008 +0100
45896
45897     Coding Style cleanup; update CHANGELOG
45898
45899     Signed-off-by: Wolfgang Denk <wd@denx.de>
45900
45901 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
45902 Author: Kim Phillips <kim.phillips@freescale.com>
45903 Date:   Wed Jan 9 16:56:54 2008 -0600
45904
45905     Add QE brg freq and correct qe bus freq fdt update code
45906
45907     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45908     Signed-off-by: Andy Fleming <afleming@freescale.com>
45909
45910 commit 890dfef06c2d169a3356359596890754dfb8ee1c
45911 Author: Andy Fleming <afleming@freescale.com>
45912 Date:   Wed Jan 9 16:34:51 2008 -0600
45913
45914     Remove cache config from ATUM8548 and sbc8548 configs
45915
45916     These boards weren't updated by Kumar's config patch because they
45917     weren't in the tree, yet.
45918
45919     Signed-off-by: Andy Fleming <afleming@freescale.com>
45920
45921 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
45922 Author: Timur Tabi <timur@freescale.com>
45923 Date:   Mon Jan 7 13:31:19 2008 -0600
45924
45925     85xx: add ability to upload QE firmware
45926
45927     Define the layout of a binary blob that contains a QE firmware and instructions
45928     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
45929     perform the actual upload.  Add command-line command "qe fw" to take a firmware
45930     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
45931     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
45932     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
45933
45934     Signed-off-by: Timur Tabi <timur@freescale.com>
45935
45936 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
45937 Author: Kumar Gala <galak@kernel.crashing.org>
45938 Date:   Tue Jan 8 01:22:21 2008 -0600
45939
45940     85xx: Remove cache config from configs.h
45941
45942     Either use the standard defines in asm/cache.h or grab the information
45943     at runtime from the L1CFG SPR.
45944
45945     Also, minor cleanup in cache.h to make the code a bit more readable.
45946
45947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45948
45949 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
45950 Author: robert lazarski <robertlazarski@gmail.com>
45951 Date:   Fri Dec 21 10:39:27 2007 -0500
45952
45953     mpc85xx: Add support for ATUM8548 (updated)
45954
45955     Add support for Instituto Atlantico's ATUM8548 board
45956
45957     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
45958     Signed-off-by: Andy Fleming <afleming@freescale.com>
45959
45960 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
45961 Author: robert lazarski <robertlazarski@gmail.com>
45962 Date:   Fri Dec 21 10:36:37 2007 -0500
45963
45964     mpc85xx: Add support for ATUM8548 (updated)
45965
45966     Add support for Instituto Atlantico's ATUM8548 board
45967
45968     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
45969
45970 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
45971 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
45972 Date:   Thu Dec 13 06:45:14 2007 -0600
45973
45974     mpc85xx: Add support for SBC8548 (updated)
45975
45976     Add support for Wind River's SBC8548 reference board.
45977
45978     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
45979
45980 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
45981 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
45982 Date:   Thu Dec 13 06:45:08 2007 -0600
45983
45984     mpc85xx: Add support for SBC8548 (updated)
45985
45986     Add support for Wind River's SBC8548 reference board.
45987
45988     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
45989     Signed-off by: Andy Fleming <afleming@freescale.com>
45990
45991 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
45992 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45993 Date:   Mon Oct 22 19:58:19 2007 +0400
45994
45995     MPC8568E-MDS: set up QE pario for UART1
45996
45997     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
45998     be set up appropriately.
45999
46000     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
46001
46002 commit ad162249cb371e9e38971676f09be791e5f3cf4a
46003 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
46004 Date:   Mon Oct 22 18:12:46 2007 +0400
46005
46006     MPC8568E-MDS: reset UCCs to use them reliably
46007
46008     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
46009     UCCs.
46010
46011     p.s Similar code exists in the Linux kernel board file (for capability
46012     reasons with older U-Boots), but should be removed some day.
46013
46014     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
46015
46016 commit 2146cf56821c3364786ca94a7306008c5824b238
46017 Author: Kumar Gala <galak@kernel.crashing.org>
46018 Date:   Wed Dec 19 01:18:15 2007 -0600
46019
46020     Reworked FSL Book-E TLB macros to be more readable
46021
46022     The old macros made it difficult to know what WIMGE and perm bits
46023     were set for a TLB entry.  Actually use the bit masks for these items
46024     since they are only a single bit.
46025
46026     Also moved the macros into mmu.h out of e500.h since they aren't specific
46027     to e500.
46028
46029     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46030
46031 commit 1d47273d46925929f8f2c1913cd96d7257aade88
46032 Author: Kumar Gala <galak@kernel.crashing.org>
46033 Date:   Tue Dec 18 23:21:51 2007 -0600
46034
46035     Use FSL Book-E MMU macros from Linux Kernel
46036
46037     Grab the FSL Book-E MAS register macros from Linux.  Also added
46038     defines for page sizes up to 4TB and removed SHAREN since it doesnt
46039     really exist.
46040
46041     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46042
46043 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
46044 Author: Andy Fleming <afleming@freescale.com>
46045 Date:   Wed Jan 9 13:51:32 2008 -0600
46046
46047     Fix my own merge stupidity
46048
46049     Way back in August I merged Heiko's patch:
46050     566a494f592: [PCS440EP] upgrade the PCS440EP board
46051
46052     with Jon's CONFIG_COMMANDS patches.
46053
46054     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
46055
46056     However, in the process, I left out some of Heiko's good changes.
46057
46058     Now Heiko's and Jon's patches are properly merged in fat_register_device()
46059
46060     Signed-off-by: Andy Fleming <afleming@freescale.com>
46061
46062 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
46063 Author: James Yang <James.Yang@freescale.com>
46064 Date:   Wed Jan 9 11:17:49 2008 -0600
46065
46066     Expose parse_line() globally.
46067
46068     Add new function readline_into_buffer() that allows the
46069     output of readline to be put into a pointer to char buffer.
46070
46071     This refactoring allows other functions besides the
46072     main command loop to also use the same input mechanism.
46073
46074     Signed-off-by: James Yang <James.Yang@freescale.com>
46075     Acked-by: Jon Loeliger <jdl@freescale.com>
46076
46077 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
46078 Author: Guennadi Liakhovetski <lg@denx.de>
46079 Date:   Wed Jan 9 01:15:25 2008 +0100
46080
46081     trivial: fix consequences of a bad merge
46082
46083     Fix what looks like a merge artifact.
46084
46085     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46086
46087 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
46088 Author: Zhang Wei <wei.zhang@freescale.com>
46089 Date:   Thu Jan 3 10:51:15 2008 +0800
46090
46091     Add Ctrl combo key support to usb keyboard driver.
46092
46093     Ctrl combo key support is added, which is very useful to input Ctrl-C
46094     for interrupt current job.
46095     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
46096     key input when tstc() is called.
46097
46098     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46099
46100 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
46101 Author: Marcel Ziswiler <marcel@ziswiler.com>
46102 Date:   Sun Dec 30 03:30:56 2007 +0100
46103
46104     fix various comments
46105
46106     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
46107
46108 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
46109 Author: Marcel Ziswiler <marcel@ziswiler.com>
46110 Date:   Sun Dec 30 03:30:46 2007 +0100
46111
46112     fix comments with new drivers organization
46113
46114     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
46115
46116 commit a9b410dc7d2a4721c408b13abfc037988150f145
46117 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
46118 Date:   Fri Dec 28 12:50:59 2007 +0900
46119
46120     Remove the obsolete terse version of do_mii()
46121
46122     We now have more useful version of do_mii() and everybody use it.
46123     Gerald Van Baren says:
46124
46125     > When I originally wrote the mii command 6(!) years ago, I wrote a
46126     > verbose version that printed human readable decomposition of the flags,
46127     > etc., and a terse one that didn't print as much stuff and thus had a
46128     > smaller memory footprint.
46129     >
46130     > It sounds like the terse version has withered and died, apparently
46131     > people are only using the verbose version (which is very understandable,
46132     > I do myself).
46133
46134     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
46135     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
46136
46137 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
46138 Author: Mike Frysinger <vapier@gentoo.org>
46139 Date:   Thu Dec 27 13:42:56 2007 -0500
46140
46141     Do not reference sha1.c when building mkimage.
46142
46143     remove sha1.o from mkimage linking since it isn't actually used.
46144
46145     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
46146
46147 commit b9173af73e524d37c812f210173cf83385c5171a
46148 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
46149 Date:   Thu Dec 27 15:39:54 2007 +0900
46150
46151     common/cmd_mii.c: Add sanity argc check
46152
46153     If type mii command without arguments, we suffer from uninitialized argv[]
46154     entries; for example we MIPS get stuck by TLB error.
46155
46156     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
46157
46158 commit 500856eb1707ed17d9204baa61dd59948d3b2899
46159 Author: Rafal Jaworowski <raj@semihalf.com>
46160 Date:   Wed Jan 9 19:39:36 2008 +0100
46161
46162     API for external applications.
46163
46164     This is an API for external (standalone) applications running on top of
46165     U-Boot, and is meant to be more extensible and robust than the existing
46166     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
46167     for more details.
46168
46169     Included is the demo application using this new framework (api_examples).
46170
46171     Please note this is still an experimental feature, and is turned off by
46172     default.
46173
46174     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46175
46176 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
46177 Author: Jon Loeliger <jdl@freescale.com>
46178 Date:   Wed Jan 9 12:14:55 2008 -0600
46179
46180     86xx: Remove cache config from configs.h
46181
46182     Just use the standard defines in asm/cache.h.
46183
46184     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46185
46186 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
46187 Author: Rafal Jaworowski <raj@semihalf.com>
46188 Date:   Wed Jan 9 18:05:27 2008 +0100
46189
46190     Globalize envmatch()
46191
46192     The newly introduced API (routines related to env vars) will need to call
46193     it.
46194
46195     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
46196
46197 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
46198 Author: Jon Loeliger <jdl@freescale.com>
46199 Date:   Fri Jan 4 12:07:27 2008 -0600
46200
46201     Convert MPC8610HPCD to use libfdt.
46202
46203     Assumes the presence of the aliases node in the DTS to
46204     locate the pci and serial nodes for fixups.
46205
46206     Use consistent fdtaddr and fdtfile in environment variables.
46207
46208     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46209
46210 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
46211 Author: Jon Loeliger <jdl@freescale.com>
46212 Date:   Fri Jan 4 11:58:23 2008 -0600
46213
46214     8610: Fix lingering compile warnings.
46215
46216     Turn off DEBUG.
46217
46218     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46219
46220 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
46221 Author: Wolfgang Denk <wd@denx.de>
46222 Date:   Wed Jan 9 15:14:46 2008 +0100
46223
46224     Coding Style cleanup, update CHANGELOG
46225
46226     Signed-off-by: Wolfgang Denk <wd@denx.de>
46227
46228 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
46229 Author: Mike Frysinger <vapier@gentoo.org>
46230 Date:   Tue Dec 18 04:29:55 2007 -0500
46231
46232     fix easylogo on big endian dev systems
46233
46234     didnt realize how out of shape easylogo actually was until i tried using it.
46235     this patch does byte swapping as need be on the input tga header since the tga
46236     is in little endian but the host could just as well be big endian.  i didnt
46237     bother using bswap macros or such stuff from system headers as nothing in
46238     POSIX dictates byte swapping functionality.
46239
46240     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
46241
46242 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
46243 Author: Mike Frysinger <vapier@gentoo.org>
46244 Date:   Tue Dec 18 03:23:25 2007 -0500
46245
46246     cleanup easylogo
46247
46248     - make the Makefile not suck
46249     - include proper headers for prototypes
46250     - fix obvious broken handling of strchr() when handling '.' in filenames
46251
46252     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
46253
46254 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
46255 Author: raptorbrino@aim.com <raptorbrino@aim.com>
46256 Date:   Thu Dec 13 21:23:28 2007 -0500
46257
46258     Fix build problems under Cygwin
46259
46260     This patch allows u-boot to build without error in a cygwin
46261     environment.  Cygwin does not define __u64 in it's
46262     include/asm/types.h file.  The -idirafter flag in the u-boot
46263     build causes the inclusion of the cygwin types.h file as opposed
46264     to u-bot/include/asm/types.h file which does define __u64.
46265     Subsequently, sha1.c compile fails due to unknown symbol.
46266
46267     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
46268
46269 commit 43ef1c381f9195504a2488f5cb909227eb97d475
46270 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
46271 Date:   Fri Nov 30 17:29:59 2007 +0100
46272
46273     cmd_bmp: Add support for displaying gzip compressed bmps
46274
46275     The existing code can show information about a gzip compressed BMP
46276     image, but can't actually display it.
46277
46278     Therefore, move the decompression code out of bmp_info() and use it in
46279     bmp_display() as well in order to display a compressed BMP image.
46280
46281     Also, clean things up a bit and fix a memory leak while we're at it.
46282
46283     [hskinnemoen@atmel.com: a bit of refactoring]
46284     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46285
46286 commit d197ffd8172c6fdef38733424640a9a47295d6e9
46287 Author: Guennadi Liakhovetski <lg@denx.de>
46288 Date:   Thu Nov 29 21:15:56 2007 +0100
46289
46290     Fix and optimize MII operations on FEC (MPC8xx) controllers
46291
46292     This patch fixes several issues at least on a MPC885 based system with two
46293     FEC interfaces used in MII mode.
46294
46295     1. PHY discovery should first read PHY_PHYIDR2 register and only then
46296        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
46297        otherwise the values read are wrong. Also notice, that PHY discovery
46298        cannot work on MPC88x / MPC87x in setups with both FECs active at all
46299        in its present form, because for both interfaces the registers from FEC
46300        1 are used to communicate over MII.
46301
46302     2. Remove code duplication for resetting the FEC by isolating it into a
46303        separate function.
46304
46305     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
46306
46307     4. Optimize mii_init() to only reset the FEC 1 controller once.
46308
46309     5. Fix a typo in mii_init() using index i instead of j thus potentially
46310        leading to unpredictable results.
46311
46312     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46313
46314 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
46315 Author: Guennadi Liakhovetski <lg@denx.de>
46316 Date:   Tue Nov 20 13:14:20 2007 +0100
46317
46318     Fix endianness conversions in rtl8169 driver
46319
46320     It is unclear on what platforms this driver has been tested, since
46321     noone up to now defines CONFIG_RTL8169 in the board configuration
46322     header. Now it has been fixed for a big-endian mpc8241 based
46323     linkstation platform. This patch presents the necessary endianness
46324     conversion fixes.
46325
46326     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46327
46328 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
46329 Author: Zhang Wei <wei.zhang@freescale.com>
46330 Date:   Thu Jan 3 10:51:15 2008 +0800
46331
46332     Add Ctrl combo key support to usb keyboard driver.
46333
46334     Ctrl combo key support is added, which is very useful to input Ctrl-C
46335     for interrupt current job.
46336     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
46337     key input when tstc() is called.
46338
46339     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46340     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46341
46342 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
46343 Author: Wolfgang Denk <wd@denx.de>
46344 Date:   Wed Jan 9 13:43:38 2008 +0100
46345
46346     Coding Style clenaup; update CHANGELOG
46347
46348     Signed-off-by: Wolfgang Denk <wd@denx.de>
46349
46350 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
46351 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46352 Date:   Thu Dec 27 17:13:11 2007 +0100
46353
46354     Remove bit swapping in Xilinx Spartan bitfile loading
46355
46356     This patch removes the unnecessary bit swapping when
46357     booting .bit files with the 'fpga loadb' command.
46358
46359     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46360
46361 commit 437fc7327f0611f82937858f2d80e4cd61b40984
46362 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46363 Date:   Thu Dec 27 17:13:05 2007 +0100
46364
46365     Fix MSB check in Xilinx Spartan slave serial mode
46366
46367     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46368
46369 commit 3bff4ffa33729a42645e328a21e8d16488872958
46370 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46371 Date:   Thu Dec 27 17:12:56 2007 +0100
46372
46373     Add new Xilinx Spartan FPGA types
46374
46375     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46376
46377 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
46378 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46379 Date:   Thu Dec 27 17:12:43 2007 +0100
46380
46381     Add pre and post configuration callbacks for Spartan FPGAs
46382
46383     This patch adds a post configuration callback for Spartan2/3 FPGAs.
46384     pre and post configuration callback are now optional and
46385     not called when the function pointer is set to NULL.
46386
46387     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46388
46389 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
46390 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46391 Date:   Thu Dec 27 17:12:34 2007 +0100
46392
46393     Improve configuration of FPGA subsystem
46394
46395     This patch removes the FPGA subsystem configuration through
46396     the CONFIG_FPGA bitmask configuration option.
46397
46398     See README for the new options:
46399
46400         CONFIG_FPGA,
46401         CONFIG_FPGA_<vendor>,
46402         CONFIG_FPGA_<family>
46403
46404     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46405
46406 commit 95c6bc7d4a3588b452baca610f8c795a83630477
46407 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46408 Date:   Thu Dec 27 16:55:17 2007 +0100
46409
46410     Add Epson RX8025 RTC support
46411
46412     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46413
46414 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
46415 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46416 Date:   Thu Dec 27 16:57:23 2007 +0100
46417
46418     serial: Make default_serial_console() a weak function
46419
46420     With this patch it is possible to reimplement default_serial_console()
46421     in board specific code. This will be done in the upcomming PMC440
46422     U-Boot port. This also allows the lwmon board maintainer to
46423     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
46424
46425     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46426
46427 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
46428 Author: Harald Welte <laforge@openmoko.org>
46429 Date:   Wed Dec 19 14:14:47 2007 +0100
46430
46431     add 'terminal program' functionality
46432
46433     This patch adds a 'cu' like serial terminal command to u-boot
46434     using which you can access other serial ports from the system console.
46435
46436     OpenMoko uses this in their Neo1973 phones to get access to the GSM
46437     Modem and GPS chip from the bootloader.
46438
46439     Signed-off-by: Harald Welte <laforge@openmoko.org>
46440
46441 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
46442 Author: Harald Welte <laforge@openmoko.org>
46443 Date:   Wed Dec 19 14:12:53 2007 +0100
46444
46445     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
46446     that used to exist with the legacy NAND code
46447
46448     Signed-off-by: Harald Welte <laforge@openmoko.org>
46449
46450 commit f540c42d9564854b19ce9bbb70affe172529fe70
46451 Author: Harald Welte <laforge@openmoko.org>
46452 Date:   Wed Dec 19 14:09:58 2007 +0100
46453
46454     Fix building with CRAMFS but not JFFS2 support
46455
46456     Signed-off-by: Harald Welte <laforge@openmoko.org>
46457
46458 commit 23d0baf967fecdaf1804f045f6339337c5607eec
46459 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46460 Date:   Sat Dec 22 15:52:58 2007 +0100
46461
46462     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
46463
46464     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46466
46467 commit 23776ff292966a85d811126933830bed48211826
46468 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46469 Date:   Tue Dec 11 10:53:12 2007 +0100
46470
46471     ARM: support board-specific ethernet PHY init
46472
46473     Add until the new phylib will be arrived
46474
46475     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46476
46477 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
46478 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46479 Date:   Sat Dec 8 16:34:08 2007 +0100
46480
46481     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
46482
46483     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46484
46485 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
46486 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46487 Date:   Sun Dec 9 11:01:10 2007 +0100
46488
46489     Add missing file in gitignore and comments
46490
46491     based on Linux source tree's .gitignore files
46492
46493     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46494
46495 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
46496 Author: Wolfgang Denk <wd@denx.de>
46497 Date:   Wed Jan 9 11:36:21 2008 +0100
46498
46499     Coding Style cleanup, update CHANGELOG
46500
46501     Signed-off-by: Wolfgang Denk <wd@denx.de>
46502
46503 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
46504 Author: Stefan Roese <sr@denx.de>
46505 Date:   Wed Jan 9 10:38:58 2008 +0100
46506
46507     POST: Execute SPR test after relocation
46508
46509     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
46510     self modifying code and this doesn't work with stack in d-cache, since
46511     I can't move the code from d-cache to i-cache. We move the SPR test to
46512     be executed a little later, after relocation. Then stack is located in
46513     SDRAM and this self-modifying code is no problem anymore.
46514
46515     Signed-off-by: Stefan Roese <sr@denx.de>
46516
46517 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
46518 Author: Stefan Roese <sr@denx.de>
46519 Date:   Wed Jan 9 10:28:20 2008 +0100
46520
46521     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
46522
46523     This patch configures the LWMON5 port to use d-cache as init-ram and
46524     the unused GPT0_COMP6 as POST WORD storage.
46525
46526     Signed-off-by: Stefan Roese <sr@denx.de>
46527
46528 commit 1754f50b710194f886b6f2831803d8960171a14d
46529 Author: Stefan Roese <sr@denx.de>
46530 Date:   Wed Jan 9 10:25:46 2008 +0100
46531
46532     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
46533
46534     The privious 4xx POST implementation only supported storing the POST
46535     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
46536     we need to store the POST WORD in some other non volatile location.
46537     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
46538     a location.
46539
46540     Signed-off-by: Stefan Roese <sr@denx.de>
46541
46542 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
46543 Author: Stefan Roese <sr@denx.de>
46544 Date:   Wed Jan 9 10:23:16 2008 +0100
46545
46546     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
46547
46548     This patch adds support for locking the init-ram/stack in d-cache,
46549     so that other regions may use d-cache as well
46550
46551     Note, that this current implementation locks exactly 4k of d-cache,
46552     so please make sure that you don't define a bigger init-ram area. Take
46553     a look at the lwmon5 440EPx implementation as a reference.
46554
46555     Signed-off-by: Stefan Roese <sr@denx.de>
46556
46557 commit 0ddb89601a8d29e808db450366752ffdc6267c53
46558 Author: Wolfgang Denk <wd@denx.de>
46559 Date:   Wed Jan 9 10:16:33 2008 +0100
46560
46561     Fix memset bug in ext2fs_read_file()
46562
46563     ext2fs_read_file() had the function arguments swapped.
46564
46565     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
46566
46567     Signed-off-by: Wolfgang Denk <wd@denx.de>
46568
46569 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
46570 Author: Markus Klotzbücher <mk@denx.de>
46571 Date:   Tue Jan 5 08:17:15 1988 +0100
46572
46573     Fix problems with usb storage devices on MPC5200 /TQM5200
46574
46575     The MPC5200 OHCI controller operates in big endian, so
46576     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
46577
46578     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46579
46580 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
46581 Author: Wolfgang Denk <wd@denx.de>
46582 Date:   Tue Jan 8 22:58:27 2008 +0100
46583
46584     Fix compile problem with new env code.
46585
46586     Signed-off-by: Wolfgang Denk <wd@denx.de>
46587
46588 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
46589 Author: Markus Klotzbücher <mk@denx.de>
46590 Date:   Tue Nov 27 10:23:20 2007 +0100
46591
46592     tools: fix fw_printenv tool to compile again
46593
46594     This patch updates the fw_printenv/fw_setenv userspace tool to include
46595     the correct MTD header in order to compile against current kernel
46596     headers. Backward compatibility is preserved by introducing an option
46597     MTD_VERSION which can be set to "old" for compilation using the old MTD
46598     headers. Along with this a number of warnings are fixed.
46599
46600     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46601
46602 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
46603 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46604 Date:   Tue Jan 8 15:40:09 2008 +0100
46605
46606     ppc4xx: assign PCI interrupts on seuqoia boards
46607
46608     Some operating systems rely on assigned PCI interrupts.
46609
46610     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46611
46612 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
46613 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46614 Date:   Tue Jan 8 15:50:49 2008 +0100
46615
46616     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
46617
46618     This patch allows the use of 4xx interrupt vector number defines
46619     in board specific code outside cpu/ppc4xx.
46620
46621     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46622
46623 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
46624 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46625 Date:   Tue Jan 8 15:39:01 2008 +0100
46626
46627     ppc4xx: Fix UIC2 vector number base
46628
46629     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46630
46631 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
46632 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46633 Date:   Tue Jan 8 12:49:58 2008 +0100
46634
46635     ppc4xx: Update PLB/PCI divider for PMC440 board
46636
46637     This patch updates the PLB/PCI divider when running at
46638     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
46639
46640     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46641
46642 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
46643 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46644 Date:   Tue Jan 8 11:13:09 2008 +0100
46645
46646     ppc4xx: Disable error message when no NAND chip is installed on PMC440
46647
46648     Add CFG_NAND_QUIET_TEST option to disable error message when
46649     no NAND chip is installed on PMC440 boards.
46650
46651     Disable a couple of config defines that are only used for NAND_U_BOOT.
46652
46653     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46654
46655 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
46656 Author: Wolfgang Denk <wd@denx.de>
46657 Date:   Tue Jan 8 22:58:27 2008 +0100
46658
46659     Fix compile problem with new env code.
46660
46661     Signed-off-by: Wolfgang Denk <wd@denx.de>
46662
46663 commit 6de66b35426312a21174a9bf0576a094e2904bea
46664 Author: Markus Klotzbücher <mk@denx.de>
46665 Date:   Tue Nov 27 10:23:20 2007 +0100
46666
46667     tools: fix fw_printenv tool to compile again
46668
46669     This patch updates the fw_printenv/fw_setenv userspace tool to include
46670     the correct MTD header in order to compile against current kernel
46671     headers. Backward compatibility is preserved by introducing an option
46672     MTD_VERSION which can be set to "old" for compilation using the old MTD
46673     headers. Along with this a number of warnings are fixed.
46674
46675     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46676
46677 commit ad3006fe7e84667021753b74247b0bafd97ba35f
46678 Author: Gerald Van Baren <vanbaren@cideas.com>
46679 Date:   Mon Jan 7 23:47:32 2008 -0500
46680
46681     LIBFDT: use memmove() instead of memcpy()
46682
46683     This is partial patch from the DTC/libfdt
46684     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
46685     Author: David Gibson <david@gibson.dropbear.id.au>
46686     Date:   Wed Nov 21 11:56:14 2007 +1100
46687
46688         The patch also fixes one genuine bug caught by valgrind -
46689         _packblocks() in fdt_rw.c was using memcpy() where it should have been
46690         using memmove().
46691
46692     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
46693
46694 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
46695 Author: David Gibson <david@gibson.dropbear.id.au>
46696 Date:   Mon Dec 17 14:42:07 2007 +1100
46697
46698     libfdt: Add more documentation (patch the seventh)
46699
46700     This patch adds more documenting comments to libfdt.h.  Specifically,
46701     these document the read/write functions (not including fdt_open_into()
46702     and fdt_pack(), for now).
46703
46704     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
46705
46706 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
46707 Author: David Gibson <david@gibson.dropbear.id.au>
46708 Date:   Mon Dec 17 14:41:52 2007 +1100
46709
46710     libfdt: Add more documentation (patch the sixth)
46711
46712     This patch adds some more documenting comments to libfdt.h.
46713     Specifically this documents all the write-in-place functions.
46714
46715     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
46716
46717 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
46718 Author: Gerald Van Baren <vanbaren@cideas.com>
46719 Date:   Sat Dec 29 22:45:27 2007 -0500
46720
46721     Fine grained per property /chosen updating.
46722
46723     Implement a suggestion by Scott Wood to make the /chosen handling fine
46724     grained.  Don't overwrite pre-existing properties on a per-property basis,
46725     so if /chosen exists but a necessary /chosen/property doesn't, it gets
46726     created.  If a /chosen property exists, it is NOT overwritten unless the
46727     "force" flag is true.
46728
46729     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
46730
46731 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
46732 Author: Gerald Van Baren <vanbaren@cideas.com>
46733 Date:   Sat Jan 5 15:33:29 2008 -0500
46734
46735     Improve the FDT help message.
46736
46737     Add a note that "fdt copy" makes the new address active.
46738     Remove most of the extra hints at the end of the fdt help.
46739
46740     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
46741
46742 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
46743 Author: Gerald Van Baren <vanbaren@cideas.com>
46744 Date:   Sat Jan 5 14:52:04 2008 -0500
46745
46746     Support setting FDT properties with optional values.
46747
46748     Fix a bug found and documented by Bartlomiej Sieka where the optional
46749     value on "fdt set <path> <prop> [<val>]" wasn't optional.
46750
46751     => fdt mknode / testnode
46752     => fdt print /testnode
46753     testnode {
46754     };
46755     => fdt set /testnode testprop
46756     => fdt print /testnode
46757     testnode {
46758             testprop;
46759     };
46760
46761     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
46762
46763 commit 22fb2246df91bfc840d87f0c5910818bad55577a
46764 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46765 Date:   Fri Dec 28 11:56:30 2007 +0100
46766
46767     Add fdt_find_and_setprop() to fdt_support.h
46768
46769     fdt_find_and_setprop() is used by several 4xx boards and it's
46770     missing in the appropriate header. This patch eliminates a
46771     warning when building U-Boot for such boards.
46772
46773     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46774     Acked-by: Stefan Roese <sr@denx.de>
46775
46776 commit 802b769bac17b0560d3535a42c502469ee190cd1
46777 Author: Stefan Roese <sr@denx.de>
46778 Date:   Tue Jan 8 18:39:30 2008 +0100
46779
46780     ppc4xx: Return 0 on success in 4xx ethernet driver
46781
46782     Signed-off-by: Stefan Roese <sr@denx.de>
46783
46784 commit 6775c68683a53c7abc778774641aac6f833a2cbf
46785 Author: Kim Phillips <kim.phillips@freescale.com>
46786 Date:   Tue Jan 8 09:59:49 2008 -0600
46787
46788     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
46789
46790     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46791
46792 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
46793 Author: Kim Phillips <kim.phillips@freescale.com>
46794 Date:   Thu Dec 20 16:28:34 2007 -0600
46795
46796     mpc83xx: rm remaining FLAT_TREE code
46797
46798     ..in board pci.c files
46799
46800     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46801
46802 commit b3458d2cd55d01732e30a76d898afd99e871cd67
46803 Author: Kim Phillips <kim.phillips@freescale.com>
46804 Date:   Thu Dec 20 15:57:28 2007 -0600
46805
46806     mpc83xx: remove FLAT_TREE code
46807
46808     need to rm it from pci code, too!
46809
46810     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46811
46812 commit 5b8bc606c61456566af6912f818a153b6b06f242
46813 Author: Kim Phillips <kim.phillips@freescale.com>
46814 Date:   Thu Dec 20 14:09:22 2007 -0600
46815
46816     mpc83xx: convert to using do_fixup_*()
46817
46818     convert to using simpler mpc85xx style fdt update code; streamline by
46819     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
46820     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
46821     converted over to using libfdt).
46822
46823     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46824
46825 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
46826 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
46827 Date:   Thu Dec 20 12:58:51 2007 -0500
46828
46829     sbc8349: enable libfdt by default on WRS SBC8349 board.
46830
46831     Make libfdt the default for the WRS SBC8349 board.
46832     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
46833     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
46834
46835     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
46836
46837 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
46838 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
46839 Date:   Thu Dec 20 12:58:16 2007 -0500
46840
46841     sbc8349: migrate board to libfdt
46842
46843     This adds libfdt support code for the Wind River sbc8349 board.
46844
46845     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
46846     the other Freescale 83xx boards.
46847
46848     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
46849
46850 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
46851 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
46852 Date:   Thu Dec 20 12:56:19 2007 -0500
46853
46854     sbc8349: Remove board specific ECC code
46855
46856     ECC code is now shared for all 83xx boards, so remove board specific one.
46857     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
46858
46859     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
46860
46861 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
46862 Author: Kim Phillips <kim.phillips@freescale.com>
46863 Date:   Thu Dec 20 01:30:48 2007 -0600
46864
46865     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
46866
46867     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
46868
46869     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46870
46871 commit ccf21c311e68d48399eff1e72936052885f6e3f7
46872 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
46873 Date:   Thu Dec 6 16:43:40 2007 +0100
46874
46875     Add support CONFIG_UEC_ETH3 in MPC83xx
46876
46877     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
46878
46879 commit e6af9932d31171e35db880e7b2f29f903b1b7660
46880 Author: Kumar Gala <galak@kernel.crashing.org>
46881 Date:   Mon Nov 26 11:00:54 2007 -0600
46882
46883     Remove CONFIG options related to OF that we dont use
46884
46885     The MPC8360E MDS config defined:
46886         CONFIG_OF_HAS_BD_T
46887         CONFIG_OF_HAS_UBOOT_ENV
46888
46889     Which we don't use or ever needed.  This seems like copy-paste feature creep.
46890
46891     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46892
46893 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
46894 Author: Kim Phillips <kim.phillips@freescale.com>
46895 Date:   Mon Dec 10 14:16:22 2007 -0600
46896
46897     mpc83xx: supress compiler warning
46898
46899     mpc8360emds.c: In function â€˜ft_board_setup’:
46900     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
46901     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
46902
46903     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46904
46905 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
46906 Author: Kim Phillips <kim.phillips@freescale.com>
46907 Date:   Tue Nov 27 14:17:29 2007 -0600
46908
46909     mpc83xx: fix remaining fdt_find_node_by_path references
46910
46911     rename to fdt_path_offset
46912
46913     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46914
46915 commit 921d4b19ad1be704df58725485d9292dc0414adf
46916 Author: Kim Phillips <kim.phillips@freescale.com>
46917 Date:   Mon Nov 19 12:30:09 2007 -0600
46918
46919     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
46920
46921     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
46922     This change guarantees that the environment will be located on the
46923     first flash sector after the U-Boot image.
46924
46925     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46926
46927 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
46928 Author: Kim Phillips <kim.phillips@freescale.com>
46929 Date:   Fri Nov 9 14:28:08 2007 -0600
46930
46931     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
46932
46933     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
46934     properties in the device tree so the PHY gets configured for internal delay on
46935     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
46936
46937     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46938
46939 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
46940 Author: Dave Liu <r63238@freescale.com>
46941 Date:   Tue Sep 18 12:41:15 2007 +0800
46942
46943     mpc83xx: update the CREDITS and MAINTAINERS
46944
46945     update the CREDITS and MAINTAINERS.
46946
46947     Signed-off-by: Dave Liu <daveliu@freescale.com>
46948
46949 commit b21add4b42af7b767448251b599b91066a160e0d
46950 Author: Dave Liu <r63238@freescale.com>
46951 Date:   Tue Sep 18 12:40:21 2007 +0800
46952
46953     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
46954
46955     Add the MAINTAINER and MAKEALL entries for mpc837xemds
46956
46957     Signed-off-by: Dave Liu <daveliu@freescale.com>
46958
46959 commit f8900ce9094c462355eb792eea264ff16ac8fd16
46960 Author: Dave Liu <r63238@freescale.com>
46961 Date:   Tue Sep 18 12:38:53 2007 +0800
46962
46963     mpc83xx: Add the MPC837xEMDS board readme
46964
46965     Add the README.mpc837xemds to /doc
46966
46967     Signed-off-by: Dave Liu <daveliu@freescale.com>
46968
46969 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
46970 Author: Dave Liu <r63238@freescale.com>
46971 Date:   Tue Sep 18 12:37:57 2007 +0800
46972
46973     mpc83xx: Add the support of MPC837xEMDS board
46974
46975     The MPC837xEMDS board support:
46976     * DDR2 400MHz hardcoded and SPD init
46977     * Local bus NOR Flash
46978     * I2C, UART, MII and RTC
46979     * eTSEC RGMII
46980     * PCI host
46981
46982     Signed-off-by: Dave Liu <daveliu@freescale.com>
46983
46984 commit 555da61702771fe0f76f3de23b4e7590f3704161
46985 Author: Dave Liu <r63238@freescale.com>
46986 Date:   Tue Sep 18 12:36:58 2007 +0800
46987
46988     mpc83xx: Add the support of MPC8315E SoC
46989
46990     The MPC8315E SoC including e300c3 core and new IP blocks,
46991     such as TDM, PCI Express and SATA controller.
46992
46993     Signed-off-by: Dave Liu <daveliu@freescale.com>
46994
46995 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
46996 Author: Dave Liu <r63238@freescale.com>
46997 Date:   Tue Sep 18 12:36:11 2007 +0800
46998
46999     mpc83xx: Add the support of MPC837x SoC
47000
47001     The MPC837x SoC including e300c4 core and new IP blocks,
47002     such as SDHC, PCI Express and SATA controller.
47003
47004     Signed-off-by: Dave Liu <daveliu@freescale.com>
47005
47006 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
47007 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
47008 Date:   Wed Nov 14 18:54:53 2007 +0300
47009
47010     MPC8360E-MDS: configure and enable second UART
47011
47012     Despite user manual, BCSR9.7 is negated (high) on HRST, so
47013     UART2 is disabled. Fix that and configure QE pins properly.
47014
47015     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
47016
47017 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
47018 Author: Timur Tabi <timur@freescale.com>
47019 Date:   Mon Nov 5 09:34:06 2007 -0600
47020
47021     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
47022
47023     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
47024     currently-defined 83xx boards.  This change guarantees that the environment
47025     will be located on the first flash sector after the U-Boot image.
47026
47027     Signed-off-by: Timur Tabi <timur@freescale.com>
47028     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47029
47030 commit e05329516a13616b53240cd85b739217c2bf87f1
47031 Author: Larry Johnson <lrj@acm.org>
47032 Date:   Fri Jan 4 13:27:02 2008 -0500
47033
47034     ppc4xx: Remove weak binding from common Denali data-eye search code
47035
47036     Now that there are no board-specific versions of
47037     "denali_core_search_data_eye()", the weak binding on the common version
47038     can be removed.
47039
47040     Signed-off-by: Larry Johnson <lrj@acm.org>
47041
47042 commit 5ba576c01602fd328800a427964c36a0a05c5dce
47043 Author: Stefan Roese <sr@denx.de>
47044 Date:   Sat Jan 5 09:13:46 2008 +0100
47045
47046     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
47047
47048     Signed-off-by: Stefan Roese <sr@denx.de>
47049
47050 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
47051 Author: Stefan Roese <sr@denx.de>
47052 Date:   Sat Jan 5 09:12:41 2008 +0100
47053
47054     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
47055
47056     On Katmai the complete auto-calibration somehow doesn't seem to
47057     produce the best results, meaning optimal values for RQFD/RFFD.
47058     This was discovered by GDA using a high bandwidth scope,
47059     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
47060     so now on Katmai "only" RFFD is auto-calibrated.
47061
47062     This patch also adds RDCC calibration as mentioned on page 7 of
47063     the AMCC PowerPC440SP/SPe DDR2 application note:
47064     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
47065
47066     Signed-off-by: Stefan Roese <sr@denx.de>
47067
47068 commit 49db47b8ae6afff2b898be312948ff501357dc80
47069 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47070 Date:   Wed Jan 2 16:48:42 2008 +0100
47071
47072     ppc4xx: Remove sdram.h from PMC440 board
47073
47074     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47075
47076 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
47077 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47078 Date:   Wed Jan 2 16:48:34 2008 +0100
47079
47080     ppc4xx: use common denali core defines and data eye search code for PMC440
47081
47082     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47083
47084 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
47085 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47086 Date:   Wed Jan 2 12:05:14 2008 +0100
47087
47088     ppc4xx: More cleanup for esd's LCD code
47089
47090     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47091
47092 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
47093 Author: Stefan Roese <sr@denx.de>
47094 Date:   Fri Jan 4 12:00:01 2008 +0100
47095
47096     ppc4xx: Fix Sequoia NAND booting target
47097
47098     The Sequoia NAND booting target now uses the recently extracted
47099     cpu/ppc4xx/denali_data_eye.c file too.
47100
47101     Signed-off-by: Stefan Roese <sr@denx.de>
47102
47103 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
47104 Author: Lawrence R. Johnson <lrj@acm.org>
47105 Date:   Thu Jan 3 15:02:02 2008 -0500
47106
47107     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
47108
47109     Signed-off-by: Larry Johnson <lrj@acm.org>
47110
47111 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
47112 Author: Lawrence R. Johnson <lrj@acm.org>
47113 Date:   Fri Jan 4 02:11:56 2008 -0500
47114
47115     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
47116
47117     Note: this patch changes the configuration of some GPIO registers:
47118
47119        Register      Old Value   New Value
47120     ---------------  ----------  ----------
47121     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
47122     DCR GPIO0_TSRH   0x55005000  0x00000000
47123     DCR GPIO1_TCR    0xC2000000  0xE2000000
47124     DCR GPIO1_TSRL   0x0C000000  0x00200000
47125     DCR GPIO1_ISR2L  0x00050000  0x00110000
47126
47127     Signed-off-by: Larry Johnson <lrj@acm.org>
47128
47129 commit 5ab884b254ca2e707ab50545cd705f30108cf491
47130 Author: Lawrence R. Johnson <lrj@acm.org>
47131 Date:   Thu Jan 3 18:54:00 2008 -0500
47132
47133     ppc4xx: Add functionality to GPIO support
47134
47135     This patch makes two additions to GPIO support:
47136
47137     First, it adds function gpio_read_in_bit() to read the a bit from the
47138     GPIO Input Register (GPIOx_IR) in the same way that function
47139     gpio_read_out_bit() reads a bit from the GPIO Output Register
47140     (GPIOx_OR).
47141
47142     Second, it modifies function gpio_set_chip_configuration() to provide
47143     an additional option for configuring the GPIO from the
47144     "CFG_4xx_GPIO_TABLE".
47145
47146     According to the 440EPx User's Manual, when an alternate output is used,
47147     the three-state control is configured in one of two ways, depending on
47148     the particular output.  The first option is to select the corresponding
47149     alternate three-state control in the GPIOx_TRSH/L registers.  The second
47150     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
47151     the GPIOx_TRSH/L registers, and set the corresponding bit in the
47152     GPIOx_TCR register to enable the output.  For example, the Manual
47153     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
47154     the alternate three-state control (first option), and specifies
47155     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
47156     enabled in the GPIOx_TCR register (second option).
47157
47158     Currently, gpio_set_chip_configuration() configures all alternate signal
47159     outputs to use the first option.  This patch allow the second option to
47160     be selected by setting the "out_val" element in the table entry to
47161     "GPIO_OUT_1".  The first option is used when the "out_val" element is
47162     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
47163     alternate signal is selected, and because all current GPIO tables set
47164     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
47165     not change any existing configurations.
47166
47167     Signed-off-by: Larry Johnson <lrj@acm.org>
47168
47169 commit 196404cdc1de495d6182e84731c200fc5748df15
47170 Author: Larry Johnson <lrj@arlinx.com>
47171 Date:   Sun Dec 30 01:01:54 2007 -0500
47172
47173     PPC4xx: Remove sdram.h from board/lwmon5
47174
47175     These definitions are now in "include/ppc440.h".
47176
47177     Signed-off-by: Larry Johnson <lrj@acm.org>
47178
47179 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
47180 Author: Larry Johnson <lrj@arlinx.com>
47181 Date:   Sun Dec 30 01:01:32 2007 -0500
47182
47183     PPC4xx: Use common code for LWMON5 board SDRAM support
47184
47185     This patch also modifies the functionality of the code so that the data-eye
47186     search is now done with with the cache disabled.
47187
47188     Signed-off-by: Larry Johnson <lrj@acm.org>
47189
47190 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
47191 Author: Larry Johnson <lrj@arlinx.com>
47192 Date:   Sun Dec 30 01:01:14 2007 -0500
47193
47194     PPC4xx: Remove sdram.h from board/amcc/sequoia
47195
47196     These definitions are now in "include/ppc440.h".
47197
47198     Signed-off-by: Larry Johnson <lrj@acm.org>
47199
47200 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
47201 Author: Larry Johnson <lrj@arlinx.com>
47202 Date:   Sun Dec 30 01:00:50 2007 -0500
47203
47204     PPC4xx: Use common code for Sequoia board SDRAM support
47205
47206     Signed-off-by: Larry Johnson <lrj@acm.org>
47207
47208 commit 8b0c5c127690335758100c25eaec2b84db97c101
47209 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47210 Date:   Thu Dec 27 16:58:41 2007 +0100
47211
47212     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
47213
47214     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
47215     networking stack does not automatically switch to
47216     another interface. This patch does not touch the default
47217     behavior.
47218
47219     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47221
47222 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
47223 Author: Upakul Barkakaty <upakul@gmail.com>
47224 Date:   Thu Nov 29 12:16:13 2007 +0530
47225
47226     NET: Proper return code handling in eth_init() function in file eth.c
47227
47228     This patch modifies the return code handling in the eth_init()
47229     function, to be compatible with the handling of the return codes in
47230     the other network stack files. It now returns a 0 on Success and -1 on
47231     error.
47232
47233     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
47234     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47235
47236 commit 5ca2d0953e4579a80810966cca2077e20d912c97
47237 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47238 Date:   Mon Nov 19 20:27:04 2007 +0900
47239
47240     net/eth.c: Fix env_enetaddr signed overflow
47241
47242     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
47243     warned as below:
47244
47245       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
47246
47247       DRAM:  256 MB
47248       Flash: 32 MB
47249       In:    serial
47250       Out:   serial
47251       Err:   serial
47252       Net:   NEC-Candy
47253       Warning: NEC-Candy MAC addresses don't match:
47254       Address in SROM is         00:00:4C:80:92:A2
47255       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
47256
47257     This patch changes env_enetaddr type from `char' to `unsigned char'.
47258
47259     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
47260     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47261     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47262
47263 commit f85b60710571b37293d2233933b76e2aa3db5635
47264 Author: Rafal Jaworowski <raj@semihalf.com>
47265 Date:   Thu Dec 27 18:19:02 2007 +0100
47266
47267     Introduce new eth_receive routine
47268
47269     The purpose of this routine is receiving a single network frame, outside of
47270     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
47271     U-Boot will let them utilise networking facilities. For sending a raw frame
47272     the already existing eth_send() can be used.
47273
47274     The direct consumer of this routine is the newly introduced API layer for
47275     external applications (enabled with CONFIG_API).
47276
47277     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
47278     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47279     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47280
47281 commit 5c740711f0ea5b51414b341b71597c4a0751be74
47282 Author: Jon Loeliger <jdl@freescale.com>
47283 Date:   Thu Jan 3 10:41:04 2008 -0600
47284
47285     8610: Move include of config.h earlier.
47286
47287     Include config.h earlier in the set of #includes
47288     so as to avoid a incidental and duplicate definition
47289     of CFG_CACHELINE_SIZE.
47290
47291     Signed-off-by: Jon Loeliger
47292
47293 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
47294 Author: Jon Loeliger <jdl@freescale.com>
47295 Date:   Tue Dec 4 10:53:34 2007 -0600
47296
47297     Don't slam #undef DEBUG in the 8641HPCN config file.
47298
47299     Doing so prevents it from being individually set
47300     and useful in other files.
47301
47302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47303
47304 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
47305 Author: Jon Loeliger <jdl@freescale.com>
47306 Date:   Wed Nov 28 14:47:18 2007 -0600
47307
47308     Convert MPC8641HPCN to use libfdt.
47309
47310     Assumes the presence of the aliases node in the DTS to
47311     locate the ethernet, pci and serial nodes for fixups.
47312
47313     Use consistent fdtaddr and fdtfile in environment variables.
47314
47315     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47316
47317 commit ce37422d0002e10490e268392e0c4e3028e52cec
47318 Author: Stefan Roese <sr@denx.de>
47319 Date:   Wed Jan 2 14:06:26 2008 +0100
47320
47321     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
47322
47323     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
47324     flash chips connected to a 32bit wide port.
47325
47326     Signed-off-by: Stefan Roese <sr@denx.de>
47327
47328 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
47329 Author: Wolfgang Denk <wd@denx.de>
47330 Date:   Wed Jan 2 15:58:44 2008 +0100
47331
47332     Fix compile problem introduced by "cleanup" commit 3dfd708c
47333
47334     Signed-off-by: Wolfgang Denk <wd@denx.de>
47335
47336 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
47337 Author: Wolfgang Denk <wd@denx.de>
47338 Date:   Wed Jan 2 15:54:45 2008 +0100
47339
47340     Make scripts and Makefiles POSIX compliant
47341
47342     The bash builtin versions of the "test" (resp. "[") command allow
47343     using "==" for string comparisons, but POSIX compatible implemen-
47344     tations (like /usr/bin/test) insist on using "=" only. On such systems
47345     you will see:
47346
47347         $ /usr/bin/test a == a && echo OK
47348         /usr/bin/test: ==: binary operator expected
47349
47350     This patch fixes Makefiles and scripts to use POSIX style.
47351
47352     Signed-off-by: Wolfgang Denk <wd@denx.de>
47353
47354 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
47355 Author: Stefan Roese <sr@denx.de>
47356 Date:   Wed Jan 2 14:05:37 2008 +0100
47357
47358     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
47359
47360     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
47361     flash chips connected to a 32bit wide port.
47362
47363     Signed-off-by: Stefan Roese <sr@denx.de>
47364
47365 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
47366 Author: Wolfgang Denk <wd@denx.de>
47367 Date:   Wed Jan 2 12:38:43 2008 +0100
47368
47369     Minor coding style cleanup.
47370
47371     Signed-off-by: Wolfgang Denk <wd@denx.de>
47372
47373 commit e174ac34adf5d5653df12bc3cf19c52063a71269
47374 Author: Stefan Roese <sr@denx.de>
47375 Date:   Fri Dec 28 17:29:56 2007 +0100
47376
47377     ppc4xx: Coding style cleanup
47378
47379     Signed-off-by: Stefan Roese <sr@denx.de>
47380
47381 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
47382 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47383 Date:   Fri Dec 28 17:07:24 2007 +0100
47384
47385     ppc4xx: Complete PMC440 board support
47386
47387     This patch brings the PMC440 board configuration file.
47388     Finally it enables the PMC440 board support.
47389
47390     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47391
47392 commit 407843a582560fc5231299561ab3c2b6b6cd3397
47393 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47394 Date:   Fri Dec 28 17:07:18 2007 +0100
47395
47396     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
47397
47398     This patch adds some BSP commands and FPGA booting support
47399     for esd's PMC440 boards.
47400
47401     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47402
47403 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
47404 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47405 Date:   Fri Dec 28 17:07:14 2007 +0100
47406
47407     ppc4xx: Add initial esd PMC440 board files
47408
47409     This patch adds the first files for the new esd PMC440 boards.
47410     The next two patches will complete the PMC440 board support.
47411
47412     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47413
47414 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
47415 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47416 Date:   Fri Dec 28 17:10:36 2007 +0100
47417
47418     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
47419
47420     - add EEPROM write protection for esd PLU405 boards.
47421     - initialize NAND GPIOs
47422     - use correct io accessors
47423     - cleanup
47424
47425     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47426
47427 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
47428 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47429 Date:   Fri Dec 28 17:10:44 2007 +0100
47430
47431     ppc4xx: use correct io accessors for esd's LCD code
47432
47433     This patch fixes esd's LCD dectection code to work correctly with
47434     newer gcc versions.
47435
47436     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47437
47438 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
47439 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47440 Date:   Fri Dec 28 17:10:42 2007 +0100
47441
47442     ppc4xx: Maintenance patch for VOH405 boards
47443
47444     - add EEPROM write protection
47445     - initialize NAND GPIOs
47446     - use correct io accessors
47447     - slow down I2C clock to 100kHz
47448     - enable ext. I2C bus
47449     - cleanup
47450
47451     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47452
47453 commit c05569066dbcba3fdf36d4d1943df265dc316a86
47454 Author: Stefan Roese <sr@denx.de>
47455 Date:   Fri Dec 28 16:08:08 2007 +0100
47456
47457     ppc4xx: Enable 405EP PCI arbiter per default on all boards
47458
47459     In an attmemt to clean up the 4xx start.S file, I removed the enabling
47460     of the internal 405EP PCI arbiter. This is needed for multiple other
47461     405EP platforms, like most of the esd 405EP. Now the internal PCI
47462     arbiter is enabled again per default as it has been before.
47463
47464     Signed-off-by: Stefan Roese <sr@denx.de>
47465     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47466
47467 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
47468 Author: Stefan Roese <sr@denx.de>
47469 Date:   Fri Dec 28 15:53:46 2007 +0100
47470
47471     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
47472
47473     Signed-off-by: Stefan Roese <sr@denx.de>
47474     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47475
47476 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
47477 Author: Stefan Roese <sr@denx.de>
47478 Date:   Fri Dec 28 06:06:04 2007 +0100
47479
47480     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
47481
47482     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
47483     platforms mentioned above.
47484
47485     Signed-off-by: Stefan Roese <sr@denx.de>
47486
47487 commit b568fd25574181a3b12ae3d66b2913903442cb83
47488 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47489 Date:   Thu Dec 27 17:03:46 2007 +0100
47490
47491     Remove CPCI440 board
47492
47493     This board never left prototyping state and it
47494     became a millstone round my neck. So remove it.
47495
47496     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47497
47498 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
47499 Author: Larry Johnson <lrj@arlinx.com>
47500 Date:   Thu Dec 27 11:28:51 2007 -0500
47501
47502     Add support for Korat PPC440EPx board
47503
47504     These patches add support for the PPC440EPx-based "Korat" board to
47505     U-Boot.  They are based primarily on support for the Sequoia board.
47506
47507     Signed-off-by: Larry Johnson <lrj@acm.org>
47508
47509 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
47510 Author: Larry Johnson <lrj@arlinx.com>
47511 Date:   Sat Dec 22 15:16:25 2007 -0500
47512
47513     Add configuration file for Korat board
47514
47515     This patch supplies the configuration file for the Korat PPC440EPx-
47516     processor board.
47517
47518     Signed-off-by: Larry Johnson <lrj@acm.org>
47519
47520 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
47521 Author: Larry Johnson <lrj@arlinx.com>
47522 Date:   Sat Dec 22 15:16:11 2007 -0500
47523
47524     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
47525
47526     Signed-off-by: Larry Johnson <lrj@acm.org>
47527
47528 commit aba19604d848b2838cfb9ebe818909e6a216058e
47529 Author: Larry Johnson <lrj@arlinx.com>
47530 Date:   Thu Dec 27 10:54:48 2007 -0500
47531
47532     Add 440EPx DDR2 SPD DIMM support
47533
47534     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
47535     controller.  It should also work on the 440GRx.  It is based on the DDR2
47536     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
47537
47538     This code has been tested on prototype Korat boards with three Kingston
47539     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
47540     (two ranks).  The Korat board has a single DIMM socket, but support has
47541     been provided (though not tested) for boards with two DIMM sockets.
47542
47543     Signed-off-by: Larry Johnson <lrj@acm.org>
47544
47545 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
47546 Author: Larry Johnson <lrj@arlinx.com>
47547 Date:   Sat Dec 22 15:15:30 2007 -0500
47548
47549     Copy 440EPx/GRx SDRAM data-eye search to common directory
47550
47551     This patch creates a non-board-specific file for performing the SDRAM
47552     data-eye search.  It also adds ECC error checking to the test of valid
47553     data on readback when ECC is enabled.
47554
47555     Signed-off-by: Larry Johnson <lrj@acm.org>
47556
47557 commit c46f53333b22b1f9098676bea8884fc7db820cf3
47558 Author: Larry Johnson <lrj@arlinx.com>
47559 Date:   Sat Dec 22 15:15:13 2007 -0500
47560
47561     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
47562
47563     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
47564     It also fixes two typos in the definitions, so the board-specific
47565     "sdram.h" files containing these definitions are also fixed to avoid
47566     compiler warnings.
47567
47568     Signed-off-by: Larry Johnson <lrj@acm.org>
47569
47570 commit c348578bf612d0c56d8d376d23cae16defbd86af
47571 Author: Larry Johnson <lrj@arlinx.com>
47572 Date:   Thu Dec 27 10:50:55 2007 -0500
47573
47574     Add Ethernet 1000BASE-X support for PPC4xx
47575
47576     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
47577     is defined, the PHY will advertise it's capabilities for autonegotiation
47578     based on the capabilities shown in the PHY's status registers, including
47579     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
47580     advertise hard-coded capabilities, as before.
47581
47582     Signed-off-by: Larry Johnson <lrj@acm.org>
47583
47584 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
47585 Author: Larry Johnson <lrj@arlinx.com>
47586 Date:   Thu Dec 27 09:52:17 2007 -0500
47587
47588     Add driver for National Semiconductor LM73 temperature sensor
47589
47590     This driver is based on the driver for the LM75.
47591
47592     Signed-off-by: Larry Johnson <lrj@acm.org>
47593
47594 commit 12618278688ea9b3d76536960a5ad2e3790fac40
47595 Author: Larry Johnson <lrj@arlinx.com>
47596 Date:   Sat Dec 22 15:14:00 2007 -0500
47597
47598     Add driver for STMicroelectronics M41T60 RTC
47599
47600     This driver is based on the driver for the M41T11.  In the intended
47601     application, the RTC will be powered by a large capacitor, rather than a
47602     battery.  The driver therefore checks to see whether the RTC has lost
47603     power.  The chip's OUT bit is normally reset from its power-up state.  If
47604     the OUT bit is read as set, or if the date and time are not valid, then the
47605     RTC is assumed to have lost power, and its date and time are reset to
47606     1900-01-01 00:00:00.
47607
47608     Support for adjusting the speed of the clock to improve accuracy is
47609     provided through an environment variable.
47610
47611     Signed-off-by: Larry Johnson <lrj@acm.org>
47612
47613 commit d3471173e14b7544bb60339eda8d3d3906694b0a
47614 Author: Larry Johnson <lrj@arlinx.com>
47615 Date:   Sat Dec 22 15:34:39 2007 -0500
47616
47617     Use out_be32() and friends to access memory-mapped registers in sequoia.c
47618
47619     Signed-off-by: Larry Johnson <lrj@acm.org>
47620
47621 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
47622 Author: Larry Johnson <lrj@arlinx.com>
47623 Date:   Sat Dec 22 15:34:20 2007 -0500
47624
47625     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
47626
47627     Signed-off-by: Larry Johnson <lrj@acm.org>
47628
47629 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
47630 Author: Larry Johnson <lrj@arlinx.com>
47631 Date:   Sat Dec 22 15:23:50 2007 -0500
47632
47633     Cosmetic changes to ECC POST for AMCC Denali core
47634
47635     Signed-off-by: Larry Johnson <lrj@acm.org>
47636
47637 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
47638 Author: Stefan Roese <sr@denx.de>
47639 Date:   Wed Dec 26 20:20:19 2007 +0100
47640
47641     ppc4xx: Fix compilation problem in 405 cache POST test
47642
47643     Signed-off-by: Stefan Roese <sr@denx.de>
47644
47645 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
47646 Author: Stefan Roese <sr@denx.de>
47647 Date:   Sat Dec 22 12:20:09 2007 +0100
47648
47649     ppc4xx: Move virtual address of POST cache test to bigger address
47650
47651     On Sequoia & LWMON5 the virtual address of the POST cache test is now
47652     moved to a bigger address. This enables usage of more memory on those
47653     boards.
47654
47655     Signed-off-by: Stefan Roese <sr@denx.de>
47656
47657 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
47658 Author: Stefan Roese <sr@denx.de>
47659 Date:   Sat Dec 22 12:18:26 2007 +0100
47660
47661     ppc4xx: Fix problem in 44x cache POST routine
47662
47663     As repoted by Larry Johnson, running "diag run cache" caused a crash
47664     in U-Boot. This problem was introduced by a patch that removed the
47665     TLB entry for the cache test after the test has completed. Since this
47666     TLB was only setup once, a 2nd attempt to run this cache test
47667     failed with a crash. Now this TLB entry is created every time the
47668     routine is called.
47669
47670     Signed-off-by: Stefan Roese <sr@denx.de>
47671
47672 commit b0265b576bb8fa9465f99e99c323768b562fadc2
47673 Author: Stefan Roese <sr@denx.de>
47674 Date:   Fri Dec 21 07:51:29 2007 +0100
47675
47676     ppc4xx: Update Makalu fdt support
47677
47678     Signed-off-by: Stefan Roese <sr@denx.de>
47679
47680 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
47681 Author: Stefan Roese <sr@denx.de>
47682 Date:   Wed Dec 19 09:05:40 2007 +0100
47683
47684     ppc4xx: Add fdt support to AMCC Katmai eval board
47685
47686     Signed-off-by: Stefan Roese <sr@denx.de>
47687
47688 commit 328a340392a5df9aaf00792be989df73e750859e
47689 Author: Stefan Roese <sr@denx.de>
47690 Date:   Tue Dec 18 08:44:51 2007 +0100
47691
47692     ppc4xx: fdt: Cleanup setup of cpu node setup
47693
47694     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
47695     without using the absolute path to the cpu node. This makes it possible
47696     to use this U-Boot version with both versions of cpu-node naming
47697     "cpu@0" and the former "PowerPC,440EPx@0".
47698
47699     Signed-off-by: Stefan Roese <sr@denx.de>
47700
47701 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
47702 Author: Stefan Roese <sr@denx.de>
47703 Date:   Mon Dec 17 17:26:21 2007 +0100
47704
47705     ppc4xx: Fix lwmon5 compilation problem
47706
47707     Now that the 440EPx ECC test is not board specific anymore
47708     remove this Makefile.
47709
47710     Signed-off-by: Stefan Roese <sr@denx.de>
47711
47712 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
47713 Author: Anatolij Gustschin <agustschin@t-online.de>
47714 Date:   Wed Dec 5 17:43:20 2007 +0100
47715
47716     Fix ppc4xx clear_bss() code
47717
47718     ppc4xx clear_bss() fails if BSS segment size is not
47719     divisible by 4 without remainder. This patch provides
47720     fix for this problem.
47721
47722     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47723
47724 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
47725 Author: Niklaus Giger <niklausgiger@gmx.ch>
47726 Date:   Fri Nov 30 18:35:11 2007 +0100
47727
47728     PPC4xx: Minimal changes to add vxWorks support
47729
47730     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47731
47732 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
47733 Author: Markus Klotzbücher <mk@denx.de>
47734 Date:   Fri Nov 23 13:09:18 2007 +0100
47735
47736     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
47737
47738     When using dhcp/bootp the "netmask" environment variable is not
47739     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
47740     desireable, so the following patch adds this this option to the board
47741     config.
47742
47743     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47744     Signed-off-by: Stefan Roese <sr@denx.de>
47745
47746 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
47747 Author: Larry Johnson <lrj@arlinx.com>
47748 Date:   Sat Oct 27 12:48:15 2007 -0400
47749
47750     Fix/enhance ECC POST for 440EPx/GRx
47751
47752     This patch allows the ECC POST to be used for different boards with the
47753     PPC440 Denali SDRAM controller.  Modifications include skipping the test
47754     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
47755     to prevent timing errors.
47756
47757     Signed-off-by: Larry Johnson <lrj@acm.org>
47758
47759 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
47760 Author: Larry Johnson <lrj@arlinx.com>
47761 Date:   Sat Oct 27 12:48:05 2007 -0400
47762
47763     PPC4xx: Move/rename ECC POST for 440EPx/GRx
47764
47765     Signed-off-by: Larry Johnson <lrj@acm.org>
47766
47767 commit c29d2d3680046d430022c55e50fcb27f5866517e
47768 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47769 Date:   Fri Dec 14 11:20:33 2007 +0100
47770
47771     ppc4xx: use correct io accessors for 4xx ethernet POST
47772
47773     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47774
47775 commit ba79fde58a48c0a6ff8e2a96caba951594142203
47776 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47777 Date:   Fri Dec 14 11:19:56 2007 +0100
47778
47779     ppc4xx: fix flush + invalidate_dcache_range arguments
47780
47781     flush + invalidate_dcache_range() expect the start and stop+1 address.
47782     So the stop address is the first address behind (!) the range.
47783
47784     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47785
47786 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
47787 Author: Stefan Roese <sr@denx.de>
47788 Date:   Fri Dec 14 08:41:29 2007 +0100
47789
47790     ppc4xx: fdt: use fdt_fixup_ethernet()
47791
47792     By using aliases in the dts file, the ethernet node fixup is
47793     much easier with the recently added functions.
47794
47795     Please note that the dts file needs the aliases for this to work.
47796
47797     Signed-off-by: Stefan Roese <sr@denx.de>
47798
47799 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
47800 Author: Stefan Roese <sr@denx.de>
47801 Date:   Thu Dec 13 14:52:53 2007 +0100
47802
47803     ppc4xx: Bring 4xx fdt support up-to-date
47804
47805     This patch update the 4xx fdt support. It enabled fdt booting
47806     on the AMCC Kilauea and Sequoia for now. More can follow later
47807     quite easily.
47808
47809     Signed-off-by: Stefan Roese <sr@denx.de>
47810
47811 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
47812 Author: Stefan Roese <sr@denx.de>
47813 Date:   Thu Dec 27 07:50:54 2007 +0100
47814
47815     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
47816
47817     The check for an sufficiently erased destination was missing in the
47818     buffered write function of the cfi flash driver (when
47819     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
47820     writing to such a region will fail with the currect error message.
47821
47822     Signed-off-by: Stefan Roese <sr@denx.de>
47823
47824 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
47825 Author: Martin Krause <martin.krause@tqs.de>
47826 Date:   Mon Nov 12 10:56:17 2007 +0100
47827
47828     Some configuration updates for the TQM5200 based TB5200 board:
47829
47830     - enable command line history
47831     - increase malloc space (because of bigger flash sectors)
47832
47833     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47834
47835 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
47836 Author: Martin Krause <martin.krause@tqs.de>
47837 Date:   Thu Sep 27 11:10:08 2007 +0200
47838
47839     TQM8xx: use the CFI flash driver on all TQM8xx boards
47840
47841     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47842
47843 commit 11d9eec479b470eab9242ab937fca70a876d9376
47844 Author: Martin Krause <martin.krause@tqs.de>
47845 Date:   Wed Sep 26 17:55:56 2007 +0200
47846
47847     TQM885D: adjust for doubled flash sector size + some minor fixes
47848
47849     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47850
47851 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
47852 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
47853 Date:   Wed Sep 26 17:55:54 2007 +0200
47854
47855     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
47856
47857     CAS-Latency=2, Write Recovery Time tWR=2
47858     The max. supported bus frequency is 66 MHz. Therefore, changed
47859     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
47860
47861     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47862
47863 commit b988b8cd443989be65161888eea0127ad03f846f
47864 Author: Martin Krause <martin.krause@tqs.de>
47865 Date:   Wed Sep 26 17:55:56 2007 +0200
47866
47867     TQM885D: use calculated cpuclk instead of measuring it
47868
47869     On the TQM885D the measurement of cpuclk with the PIT reference
47870     timer ist not necessary. Since all module variants use the same
47871     external 10 MHz oscillator, the cpuclk only depends on the PLL
47872     configuration - which is readable by software.
47873
47874     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47875
47876 commit 492c7049869348d31168de8dad89651315e468e0
47877 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
47878 Date:   Thu Sep 27 14:54:46 2007 +0200
47879
47880     TQM885D: fix SDRAM refresh
47881
47882     At 133 MHz the current SDRAM refresh rate is too fast
47883     (measured 4 * 1.17 us).
47884     CFG_MAMR_PTA changes from 39 to 128. This result
47885     in a refresh rate of 4 * 7.8 us at the default clock
47886     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
47887     This is a compromise until a new method is found to
47888     adjust the refresh rate.
47889
47890     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47891
47892 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
47893 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
47894 Date:   Thu Sep 27 14:54:46 2007 +0200
47895
47896     TQM860M: Support for 10col SDRAMs, max. 128 MiB
47897
47898     Signed-off-by: Martin Krause <martin.krause@tqs.de>
47899
47900 commit 61fb15c516fef5631e305f1976d7b3a679725856
47901 Author: Wolfgang Denk <wd@denx.de>
47902 Date:   Thu Dec 27 01:52:50 2007 +0100
47903
47904     Fix coding style issues; update CHANGELOG.
47905
47906     Signed-off-by: Wolfgang Denk <wd@denx.de>
47907
47908 commit 467bcee11fe26ad422f2de971aa70866079870f2
47909 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47910 Date:   Fri Dec 14 15:36:18 2007 +0100
47911
47912     cfi_flash: Add manufacturer-specific fixups
47913
47914     Run fixups based on the JEDEC manufacturer ID independent of the
47915     command set ID.
47916
47917     This changes current behaviour: Previously, geometry reversal for AMD
47918     chips were done based on the command set ID, while they are now done
47919     based on the JEDEC manufacturer and device ID.
47920
47921     Also add fixup for top-boot Atmel chips. A fixup is needed for
47922     AT49BV6416(T) too, but since u-boot currently only reads the low byte
47923     of the device ID, there's no way to tell it apart from AT49BV642D,
47924     which should not have this fixup. Since AT49BV642D support is
47925     necessary to get ATNGW100 board support into mainline, I've commented
47926     out the fixup for now.
47927
47928     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47929
47930 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
47931 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47932 Date:   Fri Dec 14 15:36:17 2007 +0100
47933
47934     cfi_flash: Add cmdset-specific init functions
47935
47936     Move things like reading JEDEC IDs and fixing up geometry reversal
47937     into separate functions. The geometry reversal fixup is now performed
47938     by altering the qry structure directly, which makes the sector init
47939     code slightly cleaner.
47940
47941     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47942
47943 commit e23741f4a6d8047520ef0d4971762749b3587d32
47944 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47945 Date:   Fri Dec 14 15:36:16 2007 +0100
47946
47947     cfi_flash: Read whole QRY structure in one go
47948
47949     Read out the whole CFI Standard Query structure after successful cfi
47950     identification. This allows subsequent code to access this information
47951     directly without having to go through flash_read_uchar() and friends.
47952
47953     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47954
47955 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
47956 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47957 Date:   Mon Dec 17 11:02:44 2007 +0100
47958
47959     AVR32: Fix logic inversion in disable_interrupts()
47960
47961     disable_interrupts() should return nonzero if interrupts were
47962     _enabled_ before, not disabled.
47963
47964     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47965
47966 commit acac475212cbedb17b321a363a1c878e2b47b37f
47967 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47968 Date:   Fri Dec 14 16:51:22 2007 +0100
47969
47970     AVR32: Enable interrupts at bootup
47971
47972     The timer code depends on the timer interrupt to keep track of the
47973     upper 32 bits of the cycle counter. This obviously doesn't work when
47974     interrupts are disabled the whole time.
47975
47976     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47977
47978 commit 9570bcd87f4db255514f43b6701746c412f8fef0
47979 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47980 Date:   Thu Nov 15 10:03:45 2007 +0100
47981
47982     AVR32: Fix wrong pin setup for USART3
47983
47984     As reported by Gerhard Berghofer:
47985
47986     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
47987     instead of PB18 and PB19.
47988
47989     which is obviously correct. There's currently no code that uses
47990     USART3, but custom boards may run into problems.
47991
47992     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
47993
47994 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
47995 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
47996 Date:   Thu Nov 1 12:44:20 2007 +0100
47997
47998     README: Remove ATSTK1000 daughterboard list
47999
48000     As noted by Kim Phillips, these lists tend to become out of date.
48001
48002     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48003
48004 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
48005 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48006 Date:   Tue Oct 30 14:56:36 2007 +0100
48007
48008     Add ATSTK100[234] to MAINTAINERS
48009
48010     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
48011     "mother". Also update the entry for ATSTK1000 to be not only about the
48012     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
48013
48014     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48015
48016 commit 64ff2357b1727213803591813dbc779c924bf772
48017 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48018 Date:   Mon Oct 29 13:02:54 2007 +0100
48019
48020     AVR32: Add support for the ATSTK1004 board
48021
48022     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
48023     which is a derivative of AT32AP7000.
48024
48025     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48026
48027 commit 667568db157f374b85abd7e03596ddd1f0b25681
48028 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48029 Date:   Mon Oct 29 13:02:54 2007 +0100
48030
48031     AVR32: Add support for the ATSTK1003 board
48032
48033     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
48034     which is a derivative of AT32AP7000.
48035
48036     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48037
48038 commit 5fee84a794a51ec830548cda485a770efb018b92
48039 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48040 Date:   Mon Oct 29 13:23:33 2007 +0100
48041
48042     AVR32: Make some AT32AP700x peripherals optional
48043
48044     Add a chip-features file providing definitions of the form
48045
48046     AT32AP700x_CHIP_HAS_<peripheral>
48047
48048     to indicate the availability of the given peripheral on the currently
48049     selected chip.
48050
48051     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48052
48053 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
48054 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48055 Date:   Mon Oct 29 13:09:56 2007 +0100
48056
48057     AVR32: Rename at32ap7000 -> at32ap700x
48058
48059     The SoC-specific code for all the AT32AP700x CPUs is practically
48060     identical; the only difference is that some chips have less features
48061     than others. By doing this rename, we can add support for the AP7000
48062     derivatives simply by making some features conditional.
48063
48064     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48065
48066 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
48067 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48068 Date:   Fri Jun 29 18:22:34 2007 +0200
48069
48070     atmel_mci: Show SR when block read fails
48071
48072     Show controller status as well as card status when an error occurs
48073     during block read.
48074
48075     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48076
48077 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
48078 Author: Stefan Roese <sr@denx.de>
48079 Date:   Thu Dec 13 14:52:53 2007 +0100
48080
48081     ppc4xx: Bring 4xx fdt support up-to-date
48082
48083     This patch update the 4xx fdt support. It enabled fdt booting
48084     on the AMCC Kilauea and Sequoia for now. More can follow later
48085     quite easily.
48086
48087     Signed-off-by: Stefan Roese <sr@denx.de>
48088
48089 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
48090 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48091 Date:   Thu Dec 13 12:56:34 2007 +0100
48092
48093     cfi_flash: Use map_physmem() and unmap_physmem()
48094
48095     Use map_physmem() and unmap_physmem() to convert from physical to
48096     virtual addresses. This gives the arch a chance to provide an uncached
48097     mapping for flash accesses.
48098
48099     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48100
48101 commit 4d7d6936eb29af7cca330937808312aa5f61454d
48102 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48103 Date:   Thu Dec 13 12:56:33 2007 +0100
48104
48105     Introduce map_physmem() and unmap_physmem()
48106
48107     map_physmem() returns a virtual address which can be used to access a
48108     given physical address without involving the cache. unmap_physmem()
48109     should be called when the virtual address returned by map_physmem() is
48110     no longer needed.
48111
48112     This patch adds a stub implementation which simply returns the
48113     physical address cast to a uchar * for all architectures except AVR32,
48114     which converts the physical address to an uncached virtual mapping.
48115     unmap_physmem() is a no-op on all architectures, but if any
48116     architecture needs to do such mappings through the TLB, this is the
48117     hook where those TLB entries can be invalidated.
48118
48119     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48120
48121 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
48122 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48123 Date:   Thu Dec 13 12:56:32 2007 +0100
48124
48125     cfi_flash: Introduce read and write accessors
48126
48127     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
48128     them to access the flash memory. This makes it clearer when the flash
48129     is actually being accessed; merely dereferencing a volatile pointer
48130     looks just like any other kind of access.
48131
48132     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48133
48134 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
48135 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48136 Date:   Thu Dec 13 12:56:31 2007 +0100
48137
48138     Implement __raw_{read,write}[bwl] on all architectures
48139
48140     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
48141     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
48142     from Linux.
48143
48144     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48145
48146 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
48147 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48148 Date:   Sat Oct 6 18:55:36 2007 +0200
48149
48150     cfi_flash: Reorder functions and eliminate extra prototypes
48151
48152     Reorder the functions in cfi_flash.c so that each function only uses
48153     functions that have been defined before it. This allows the static
48154     prototype declarations near the top to be eliminated and might allow
48155     gcc to do a better job inlining functions.
48156
48157     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48158
48159 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
48160 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48161 Date:   Thu Dec 13 12:56:29 2007 +0100
48162
48163     cfi_flash: Make some needlessly global functions static
48164
48165     Make functions not declared in any header file static.
48166
48167     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48168
48169 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
48170 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48171 Date:   Thu Dec 13 12:56:28 2007 +0100
48172
48173     cfi_flash: Break long lines
48174
48175     This patch tries to keep all lines in the cfi_flash driver below 80
48176     columns. There are a few lines left which don't fit this requirement
48177     because I couldn't find any trivial way to break them (i.e. it would
48178     take some restructuring, which I intend to do in a later patch.)
48179
48180     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48181
48182 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
48183 Author: Bartlomiej Sieka <tur@semihalf.com>
48184 Date:   Tue Dec 11 13:59:57 2007 +0100
48185
48186     CFI: synchronize command offsets with Linux CFI driver
48187
48188     Fixes non-working CFI Flash on the Inka4x0 board.
48189
48190     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48191
48192 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
48193 Author: Kumar Gala <galak@kernel.crashing.org>
48194 Date:   Fri Dec 7 12:17:34 2007 -0600
48195
48196     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
48197
48198     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
48199     (MPC8544DS, MPC8548CDS, MPC8568MDS).
48200
48201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48202
48203 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
48204 Author: Kumar Gala <galak@kernel.crashing.org>
48205 Date:   Fri Dec 7 12:04:30 2007 -0600
48206
48207     Update Freescale MPC85xx ADS/CDS/MDS board config
48208
48209     * Enabled CONFIG_CMD_ELF
48210
48211     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48212
48213 commit d435793229ce29a42797c1edc39f5b34f987f91a
48214 Author: Kumar Gala <galak@kernel.crashing.org>
48215 Date:   Fri Dec 7 04:59:26 2007 -0600
48216
48217     Handle Asynchronous DDR clock on 85xx
48218
48219     The MPC8572 introduces the concept of an asynchronous DDR clock with
48220     regards to the platform clock.
48221
48222     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
48223     mode.
48224
48225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48226
48227 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
48228 Author: Kumar Gala <galak@kernel.crashing.org>
48229 Date:   Thu Nov 29 10:34:28 2007 -0600
48230
48231     Update Freescale MPC85xx ADS/CDS/MDS board config
48232
48233     * Removed some misc environment setup
48234     * Enabled CONFIG_CMDLINE_EDITING
48235
48236     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48237
48238 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
48239 Author: Kumar Gala <galak@kernel.crashing.org>
48240 Date:   Thu Nov 29 10:47:44 2007 -0600
48241
48242     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
48243
48244     Minor path corrections needed to ensure buildability.
48245
48246     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48247
48248 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
48249 Author: Kumar Gala <galak@kernel.crashing.org>
48250 Date:   Thu Nov 29 10:16:18 2007 -0600
48251
48252     Move the MPC8540 ADS board under board/freescale.
48253
48254     Minor path corrections needed to ensure buildability.
48255
48256     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48257
48258 commit 870ceac5b3a3486c109396e005af81ae762b5710
48259 Author: Kumar Gala <galak@kernel.crashing.org>
48260 Date:   Thu Nov 29 10:14:50 2007 -0600
48261
48262     Move the MPC8560 ADS board under board/freescale.
48263
48264     Minor path corrections needed to ensure buildability.
48265
48266     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48267
48268 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
48269 Author: Kumar Gala <galak@kernel.crashing.org>
48270 Date:   Thu Nov 29 10:13:47 2007 -0600
48271
48272     Move the MPC8568 MDS board under board/freescale.
48273
48274     Minor path corrections needed to ensure buildability.
48275
48276     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48277
48278 commit a853d56c59b33415304531443633808736acfc6e
48279 Author: Kumar Gala <galak@kernel.crashing.org>
48280 Date:   Thu Nov 29 02:18:59 2007 -0600
48281
48282     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
48283
48284     We already had defines for LAWAR_TRGT_IF_* that we should use
48285     rather than creating new ones.  Also, added some missing defines for
48286     PCIE targets.
48287
48288     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48289
48290 commit 04db400892da37b76a585e332a0c137954ad2015
48291 Author: Kumar Gala <galak@kernel.crashing.org>
48292 Date:   Thu Nov 29 02:10:09 2007 -0600
48293
48294     Stop using immap_t on 85xx
48295
48296     In the future the offsets to various blocks may not be in same location.
48297     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
48298     instead of getting it via &immap.
48299
48300     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48301
48302 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
48303 Author: Kumar Gala <galak@kernel.crashing.org>
48304 Date:   Thu Nov 29 01:23:09 2007 -0600
48305
48306     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
48307
48308     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48309
48310 commit c480861bf000156e6a3e932c258db59ff2212dd3
48311 Author: Kumar Gala <galak@kernel.crashing.org>
48312 Date:   Thu Nov 29 01:06:19 2007 -0600
48313
48314     Update MPC8568 MDS to use libfdt
48315
48316     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
48317     ethernet, pci, and serial for the various fixups that are done.
48318
48319     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48320
48321 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
48322 Author: Haiying Wang <Haiying.Wang@freescale.com>
48323 Date:   Wed Nov 14 15:52:06 2007 -0500
48324
48325     Add PCI Express support on MPC8568MDS
48326
48327     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
48328     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48329
48330 commit b90d25497625b90ffa3f2911a0895ca237556ff5
48331 Author: Kumar Gala <galak@kernel.crashing.org>
48332 Date:   Thu Nov 29 00:11:44 2007 -0600
48333
48334     Update MPC85xx CDS to use libfdt
48335
48336     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
48337     ethernet, pci, and serial for the various fixups that are done.
48338
48339     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48340
48341 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
48342 Author: Kumar Gala <galak@kernel.crashing.org>
48343 Date:   Wed Nov 28 22:54:27 2007 -0600
48344
48345     Update MPC8540 ADS to use libfdt
48346
48347     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
48348     ethernet, pci, and serial for the various fixups that are done.
48349
48350     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48351
48352 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
48353 Author: Kumar Gala <galak@kernel.crashing.org>
48354 Date:   Wed Nov 28 22:40:31 2007 -0600
48355
48356     Update MPC8560 ADS to use libfdt
48357
48358     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
48359     ethernet, pci, and serial for the various fixups that are done.
48360
48361     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48362
48363 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
48364 Author: Kumar Gala <galak@kernel.crashing.org>
48365 Date:   Wed Nov 28 00:36:33 2007 -0600
48366
48367     Stop using immap_t for cpm offset on 85xx
48368
48369     In the future the offsets to various blocks may not be in same location.
48370     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
48371     instead of getting it via &immap->im_cpm.
48372
48373     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48374
48375 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
48376 Author: Kumar Gala <galak@kernel.crashing.org>
48377 Date:   Tue Nov 27 23:25:02 2007 -0600
48378
48379     Stop using immap_t for guts offset on 85xx
48380
48381     In the future the offsets to various blocks may not be in same location.
48382     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
48383     instead of getting it via &immap->im_gur.
48384
48385     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48386
48387 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
48388 Author: Kumar Gala <galak@kernel.crashing.org>
48389 Date:   Tue Nov 27 22:42:34 2007 -0600
48390
48391     Update MPC8544 DS config
48392
48393     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
48394     * Removed some misc environment setup
48395     * Moved to using fdtfile & fdtaddr as fdt env var names
48396     * Enabled CONFIG_CMDLINE_EDITING
48397
48398     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48399
48400 commit addce57e2e4c49e77ffb2020a84690713bb18b47
48401 Author: Kumar Gala <galak@kernel.crashing.org>
48402 Date:   Mon Nov 26 17:12:24 2007 -0600
48403
48404     Update MPC8544DS to use libfdt
48405
48406     Updated the MPC8544DS config to use libfdt and assume use of aliases for
48407     ethernet, pci, and serial for the various fixups that are done.
48408
48409     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48410
48411 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
48412 Author: Kumar Gala <galak@kernel.crashing.org>
48413 Date:   Thu Nov 29 00:15:30 2007 -0600
48414
48415     Add libfdt based ft_cpu_setup for mpc85xx
48416
48417     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48418
48419 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
48420 Author: Stefan Roese <sr@denx.de>
48421 Date:   Tue Dec 11 13:38:19 2007 +0100
48422
48423     ppc4xx: Correct GPIO offset in gpio_config()
48424
48425     Thanks to Gary Jennejohn for pointing this out.
48426
48427     Signed-off-by: Stefan Roese <sr@denx.de>
48428
48429 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
48430 Author: Stefan Roese <sr@denx.de>
48431 Date:   Tue Dec 11 11:46:01 2007 +0100
48432
48433     rtc: Fix merging problem
48434
48435     Signed-off-by: Stefan Roese <sr@denx.de>
48436
48437 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
48438 Author: Stefan Roese <sr@denx.de>
48439 Date:   Sat Dec 8 14:47:34 2007 +0100
48440
48441     ppc4xx: 405EX: Correctly enable USB pins
48442
48443     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
48444     function control) registers. This is done for the AMCC Kilauea and
48445     Makalu eval boards.
48446
48447     Signed-off-by: Stefan Roese <sr@denx.de>
48448
48449 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
48450 Author: Stefan Roese <sr@denx.de>
48451 Date:   Sat Dec 8 08:25:09 2007 +0100
48452
48453     CFI: Coding style cleanup
48454
48455     Signed-off-by: Stefan Roese <sr@denx.de>
48456
48457 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
48458 Author: Michael Schwingen <michael@schwingen.org>
48459 Date:   Fri Dec 7 23:35:02 2007 +0100
48460
48461     CFI: support JEDEC flash roms in CFI-flash framework
48462
48463     The following patch adds support for non-CFI flash ROMS, by hooking into the
48464     CFI flash code and using most of its code, as recently discussed here in the
48465     thread "Mixing CFI and non-CFI flashs".
48466
48467     Signed-off-by: Michael Schwingen <michael@schwingen.org>
48468     Signed-off-by: Stefan Roese <sr@denx.de>
48469
48470 commit c01b17dd856fa120b2970f50d9598546a4927ec3
48471 Author: Gerald Van Baren <vanbaren@cideas.com>
48472 Date:   Wed Nov 28 21:24:50 2007 -0500
48473
48474     Conditionally compile fdt_fixup_ethernet()
48475
48476     Fix compiler warnings: On boards that don't have ethernets defined,
48477     don't compile fdt_fixup_ethernet().
48478
48479 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
48480 Author: Kumar Gala <galak@kernel.crashing.org>
48481 Date:   Tue Nov 27 21:59:46 2007 -0600
48482
48483     Convert boards that set memory node to use fdt_fixup_memory()
48484
48485     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48486
48487 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
48488 Author: Kumar Gala <galak@kernel.crashing.org>
48489 Date:   Mon Nov 26 17:06:15 2007 -0600
48490
48491     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
48492
48493     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
48494     determine which serial alias we should set linux,stdout-path to.
48495
48496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48497
48498 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
48499 Author: Kumar Gala <galak@kernel.crashing.org>
48500 Date:   Mon Nov 26 14:57:45 2007 -0600
48501
48502     Add common memory fixup function
48503
48504     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
48505
48506     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48507
48508 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
48509 Author: Kumar Gala <galak@kernel.crashing.org>
48510 Date:   Mon Nov 26 11:19:12 2007 -0600
48511
48512     Conditionally compile fdt_support.c
48513
48514     Modify common/Makefile to conditionally compile fdt_support.c based
48515     on CONFIG_OF_LIBFDT.
48516
48517     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48518
48519 commit d88e7ba0980773479e1a64badb293116071b7ef0
48520 Author: Kumar Gala <galak@kernel.crashing.org>
48521 Date:   Mon Nov 26 10:41:40 2007 -0600
48522
48523     Fix build breakage due to libfdt import
48524
48525     The IDS8247 got lost in the update and need an API update
48526     do to rename of functions in libfdt.
48527
48528     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48529
48530 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
48531 Author: Gerald Van Baren <vanbaren@cideas.com>
48532 Date:   Fri Nov 23 19:43:20 2007 -0500
48533
48534     Add spaces around the = in the fdt print format.
48535
48536     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
48537
48538 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
48539 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48540 Date:   Fri Dec 7 01:25:38 2007 +0900
48541
48542     sh: Moved driver of the SuperH dependence
48543
48544     The composition of the directory in the drivers/ changed.
48545     I moved SuperH serial driver and marubun PCMCIA driver.
48546
48547     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48548
48549 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
48550 Author: Wolfgang Denk <wd@denx.de>
48551 Date:   Thu Dec 6 10:21:19 2007 +0100
48552
48553     Release v1.3.1
48554
48555     Signed-off-by: Wolfgang Denk <wd@denx.de>
48556
48557 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
48558 Author: Wolfgang Denk <wd@denx.de>
48559 Date:   Thu Dec 6 10:21:03 2007 +0100
48560
48561     ADS5121 Board: fix compile problem.
48562
48563     Signed-off-by: Wolfgang Denk <wd@denx.de>
48564
48565 commit a27044b14a9e93678a82d7b35f202b93e7687abc
48566 Author: Stefan Roese <sr@denx.de>
48567 Date:   Thu Dec 6 05:58:43 2007 +0100
48568
48569     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
48570
48571     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
48572     setting the FIXD bit in the SDR0_MFR register. Here a description of the
48573     symptoms:
48574
48575     Problem Description
48576     ------------------------------
48577     If a DMA is performed between memory and PCI with the DMA 1 Controller
48578     using prefetch, and as a result uses a special purpose buffer selected by
48579     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
48580     the first part of the transfer sequence is performed twice. The
48581     PPC440SPe PCI Controller requests more data than was needed such that in
48582     the case of enforce memory protection, a host CPU  exception can occur.
48583     No data is corrupted, because data transfer is stopped in the PCI
48584     Controller. Prefetch enable is specified by setting DMA Configuration
48585     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
48586
48587     Behavior that may be observed in a running system
48588     ---------------------------------------------------------------------------
48589
48590     1. DMA performance is decreased because of the double access on the PCI bus
48591     interface.
48592     2. If an illegal access to some address on the PCI bus is detected at the
48593     system level, a machine check or similar system error may occur.
48594
48595     Workarounds Available
48596     ----------------------------------
48597
48598     1. Do not program prefetch. Note that a prefetch command cannot be programmed
48599     without selecting a special purpose buffer.
48600     2. To avoid crossing a physical boundary of the PCI slave device, add 512
48601     bytes of address to the PCI address range.
48602
48603     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
48604     from AMCC and slighly changed.
48605
48606     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
48607     Signed-off-by: Stefan Roese <sr@denx.de>
48608
48609 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
48610 Author: Stefan Roese <sr@denx.de>
48611 Date:   Tue Dec 4 16:29:48 2007 +0100
48612
48613     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
48614
48615     Signed-off-by: Stefan Roese <sr@denx.de>
48616
48617 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
48618 Author: Wolfgang Denk <wd@denx.de>
48619 Date:   Mon Dec 3 00:15:28 2007 +0100
48620
48621     Prepare for 1.3.1-rc1
48622
48623     Signed-off-by: Wolfgang Denk <wd@denx.de>
48624
48625 commit e15e33433e7c05111968dc9b434a52fd42cbd221
48626 Author: Stefan Roese <sr@denx.de>
48627 Date:   Fri Nov 30 07:15:41 2007 +0100
48628
48629     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
48630
48631     This manual PCIe reset triggering solves the problem seen with the
48632     Intel EPRO/1000 card, which was not detected (link not established)
48633     upon power-up reset.
48634
48635     Signed-off-by: Stefan Roese <sr@denx.de>
48636
48637 commit 260eea5676ca46903a335686cc020b29c4ca46fe
48638 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48639 Date:   Thu Nov 29 01:21:54 2007 +0900
48640
48641     sh: Add SuperH boards maintainer to MAINTAINERS file
48642
48643     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
48644
48645     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48646
48647 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
48648 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48649 Date:   Thu Nov 29 00:13:04 2007 +0900
48650
48651     sh: Add ms7750se support in MAKEALL
48652
48653     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48654
48655 commit c7144373427a178332bf9754131c8c34c52c200a
48656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48657 Date:   Tue Nov 27 09:44:53 2007 +0100
48658
48659     sh: Add sh3 and sh4 support in MAKEALL
48660
48661     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48662     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48663
48664 commit 130080874a3d28450098481a262c5f7c855e908d
48665 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48666 Date:   Sun Nov 25 02:51:17 2007 +0900
48667
48668     sh: Add document for SuperH.
48669
48670     This document is a summary of information concerning SuperH of U-Boot.
48671
48672     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48673
48674 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
48675 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48676 Date:   Sun Nov 25 02:39:31 2007 +0900
48677
48678     sh: Add marubun's pcmcia driver
48679
48680     Marubun pcmcia is a chip for PCMCIA used with SuperH.
48681     Of course, this can be used even by other architectures.
48682     When use this driver, came to be able to use CompactFlash
48683     and Ethernet.
48684
48685     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48686
48687 commit febd86b969b975289ed948f1ac0eb9722da41ced
48688 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48689 Date:   Sun Nov 25 02:32:13 2007 +0900
48690
48691     sh: Update SuperH SCIF driver
48692
48693     - Changed volatile unsigned to vu_.
48694     - Changed Makefile for kconfig.
48695
48696     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48697
48698 commit 8be760903645af09871be50ad0a6f9ebb62b311d
48699 Author: Stefan Roese <sr@denx.de>
48700 Date:   Tue Nov 27 11:57:35 2007 +0100
48701
48702     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
48703
48704     After an error in the AMCC 405EX users manual now correctly configure
48705     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
48706     usage.
48707
48708     Signed-off-by: Stefan Roese <sr@denx.de>
48709
48710 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
48711 Author: Wolfgang Denk <wd@denx.de>
48712 Date:   Mon Nov 26 19:18:21 2007 +0100
48713
48714     Cleanup coding style; update CHANGELOG
48715
48716     Signed-off-by: Wolfgang Denk <wd@denx.de>
48717
48718 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
48719 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48720 Date:   Sun Nov 25 22:39:25 2007 +0100
48721
48722     MAKEALL: add missing 512x boards in ppc
48723
48724     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48725
48726 commit a340c325e668ca7386c2276387681720be9c3757
48727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48728 Date:   Sun Nov 25 18:45:47 2007 +0100
48729
48730     Makefile : fix tags ctags etags with new drivers organization
48731
48732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48733
48734 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
48735 Author: Stefan Roese <sr@denx.de>
48736 Date:   Mon Nov 26 15:06:14 2007 +0100
48737
48738     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
48739
48740     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
48741     operation.
48742
48743     Signed-off-by: Stefan Roese <sr@denx.de>
48744
48745 commit ca1ce226287270bb01e25b8e3674c701f12edf19
48746 Author: Stefan Roese <sr@denx.de>
48747 Date:   Mon Nov 26 15:01:45 2007 +0100
48748
48749     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
48750
48751     Signed-off-by: Stefan Roese <sr@denx.de>
48752
48753 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
48754 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48755 Date:   Sun Nov 25 18:45:47 2007 +0100
48756
48757     Makefile : fix tags ctags etags with new drivers organization
48758
48759     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48760
48761 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
48762 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48763 Date:   Sat Nov 24 21:26:56 2007 +0100
48764
48765     drivers/mtd : move mtd drivers to drivers/mtd
48766
48767     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48768
48769 commit 318c0b90431f2648552e5ade78833f42652ce859
48770 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48771 Date:   Sat Nov 24 21:17:55 2007 +0100
48772
48773     drivers/misc : move misc drivers to drivers/misc
48774
48775     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48776
48777 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
48778 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48779 Date:   Sat Nov 24 21:13:59 2007 +0100
48780
48781     drivers/block : move block drivers to drivers/block
48782
48783     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48784
48785 commit 0c698dcaa70275eb8814f665b545547cee013892
48786 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48787 Date:   Sat Nov 24 20:59:50 2007 +0100
48788
48789     drivers/rtc : move rtc drivers to drivers/rtc
48790
48791     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48792
48793 commit f868cc5a50757d94f36c312395481cb0f187d9e6
48794 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48795 Date:   Sat Nov 24 20:14:44 2007 +0100
48796
48797     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
48798
48799     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48800
48801 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
48802 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48803 Date:   Sat Nov 24 19:46:45 2007 +0100
48804
48805     drivers/input : move input drivers to drivers/input
48806
48807     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48808
48809 commit e4558666293364fc3af1c1d9381ca933fa0f1275
48810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48811 Date:   Sat Nov 24 19:40:11 2007 +0100
48812
48813     drivers/usb : move usb drivers to drivers/usb
48814
48815     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48816
48817 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
48818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48819 Date:   Sat Nov 24 19:33:38 2007 +0100
48820
48821     drivers/serial : move serial drivers to drivers/serial
48822
48823     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48824
48825 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
48826 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48827 Date:   Wed Nov 21 21:19:24 2007 +0100
48828
48829     drivers/net : move net drivers to drivers/net
48830
48831     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48832
48833 commit 352d259130b349fe9593b8dada641bd78a9659e5
48834 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48835 Date:   Tue Nov 20 20:41:48 2007 +0100
48836
48837     drivers/video : move video drivers to drivers/video
48838
48839     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48840
48841 commit 73646217186aa17afc8e305c5f06f06dd335eaad
48842 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48843 Date:   Tue Nov 20 20:33:09 2007 +0100
48844
48845     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
48846
48847     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48848
48849 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
48850 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48851 Date:   Tue Nov 20 20:28:09 2007 +0100
48852
48853     drivers/pci : move pci drivers to drivers/pci
48854
48855     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48856
48857 commit 9162352817579840d7802da6d85872b3ca003c97
48858 Author: Gerald Van Baren <vanbaren@cideas.com>
48859 Date:   Thu Nov 22 17:23:23 2007 -0500
48860
48861     Fix fdt printing for updated libfdt
48862
48863     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
48864
48865     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
48866
48867 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
48868 Author: Kumar Gala <galak@kernel.crashing.org>
48869 Date:   Wed Nov 21 13:30:15 2007 -0600
48870
48871     Add additional fdt fixup helper functions
48872
48873     Added the following fdt fixup helpers:
48874      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
48875      * do_fixup_by_compat{_u32} - Find matching nodes by compat
48876
48877     The _u32 variants work the same only the property they are setting
48878     is know to be a 32-bit integer instead of a byte buffer.
48879
48880     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48881
48882 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
48883 Author: Kumar Gala <galak@kernel.crashing.org>
48884 Date:   Wed Nov 21 11:11:03 2007 -0600
48885
48886     Add fdt_fixup_ethernet helper to set mac addresses
48887
48888     Added a fixup helper that uses aliases to set mac addresses
48889     in the device tree based on the bd_t
48890
48891     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48892
48893 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
48894 Author: Kumar Gala <galak@kernel.crashing.org>
48895 Date:   Wed Nov 21 14:07:46 2007 -0600
48896
48897     Fix warnings from import of libfdt
48898
48899     cmd_fdt.c: In function fdt_print:
48900     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
48901     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
48902     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
48903     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
48904
48905     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48906
48907 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
48908 Author: Kumar Gala <galak@kernel.crashing.org>
48909 Date:   Wed Oct 24 11:04:22 2007 -0500
48910
48911     Update libfdt from device tree compiler (dtc)
48912
48913     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
48914     the device tree compiler (dtc) project.
48915
48916     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48917
48918 commit e93becf80d732b64aef81b23e8b6ece02c40533d
48919 Author: Kumar Gala <galak@kernel.crashing.org>
48920 Date:   Sat Nov 3 19:46:28 2007 -0500
48921
48922     Move do_fixup* for libfdt into common code
48923
48924     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
48925     into common/fdt_support.c and renamed:
48926
48927     do_fixup()  -> do_fixup_by_path()
48928     do_fixup_u32()      -> do_fixup_by_path_u32()
48929
48930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48931
48932 commit f738b4a75998f42a7408defadc9baac7a31c92db
48933 Author: Kumar Gala <galak@kernel.crashing.org>
48934 Date:   Thu Oct 25 16:15:07 2007 -0500
48935
48936     Make no options to fdt print default to '/'
48937
48938     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48939
48940 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
48941 Author: Kumar Gala <galak@kernel.crashing.org>
48942 Date:   Wed Oct 24 10:21:57 2007 -0500
48943
48944     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
48945
48946     Removed:
48947         fdt_node_is_compatible
48948         fdt_find_node_by_type
48949         fdt_find_compatible_node
48950
48951     To ease merge of newer libfdt as we aren't using them anywhere at this time.
48952
48953     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
48954     reason.
48955
48956     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48957
48958 commit 98e2867cc85409b919f862e6c16026461ec955df
48959 Author: Grant Likely <grant.likely@secretlab.ca>
48960 Date:   Wed Nov 21 09:19:37 2007 -0700
48961
48962     [BUILD] Remove libraries when updating autoconf.mk
48963
48964     Fix library problems caused by conditional compilation.  Using
48965     autoconf.mk to decide which files to compile has caused a problem when
48966     changing configuration from one board to another without clearing out
48967     the library (*.a) files.
48968
48969     It used to be that the linker was always passed the same list of .o
48970     files when building the .a files.  However, that is not longer true
48971     with conditional compilation.  Now, a different board config will have
48972     a different file list passed to the linker.  The problem occurs when
48973     a library has already been built and the board config is changed.
48974
48975     Since the linker will update instead of replace a preexisting library,
48976     then if the file list changes to remove some object files the old
48977     objects will still exist in the library.
48978
48979     The solution is to remove all old library files when autoconf.mk is
48980     made.
48981
48982     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48983
48984 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
48985 Author: Kumar Gala <galak@kernel.crashing.org>
48986 Date:   Wed Nov 21 08:49:50 2007 -0600
48987
48988     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
48989
48990     Modify libfdt/Makefile to conditionally compile the *.c files based
48991     on the board config.
48992
48993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48994
48995 commit 4a43719a7738712811d822ca8125427b27a55cdc
48996 Author: Grant Likely <grant.likely@secretlab.ca>
48997 Date:   Mon Sep 24 09:05:31 2007 -0600
48998
48999     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
49000
49001     Modify common/Makefile to conditionally compile the cmd_*.c files based
49002     on the board config.
49003
49004     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49005
49006 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
49007 Author: Grant Likely <grant.likely@secretlab.ca>
49008 Date:   Mon Sep 24 09:05:31 2007 -0600
49009
49010     [BUILD] Generate include/autoconf.mk from board config files
49011
49012     Use cpp and sed to postprocess config.h and import the defined values
49013     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
49014     give 'make' access to the board configuration.
49015
49016     Doing this enables conditional compilation at the Makefile level instead
49017     of by wrapping every .c file with #ifdef/#endif wrappers.
49018
49019     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49020
49021 commit 68b88999da87ab88e71e1306192905be3450198e
49022 Author: Jon Loeliger <jdl@freescale.com>
49023 Date:   Tue Nov 20 15:02:26 2007 -0600
49024
49025     8610HPCD: Enable the 8610 Display Interface Unit
49026
49027     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49028
49029 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
49030 Author: Jon Loeliger <jdl@freescale.com>
49031 Date:   Tue Nov 20 15:00:53 2007 -0600
49032
49033     Move 8610 DIU interface structure definitions to header file.
49034
49035     These two structures are still needed during the
49036     initialization and setup of the DIU hardware.
49037     So move them to the fsl_diu_fb.h file for now.
49038     Official "blah".
49039
49040     Noticed-by: York Sun <yorksun@freescale.com>
49041     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49042
49043 commit 080c646dbf474a109c3f85718fb01ce042a38c45
49044 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49045 Date:   Tue Nov 20 20:14:18 2007 +0100
49046
49047     drivers/i2c : move i2c drivers to drivers/i2c
49048
49049     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49050
49051 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
49052 Author: Wolfgang Denk <wd@denx.de>
49053 Date:   Mon Nov 19 22:20:24 2007 +0100
49054
49055     Prepare for 1.3.0 release.
49056
49057     Signed-off-by: Wolfgang Denk <wd@denx.de>
49058
49059 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
49060 Author: Haiying Wang <Haiying.Wang@freescale.com>
49061 Date:   Mon Nov 19 10:02:13 2007 -0500
49062
49063     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
49064
49065     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
49066
49067     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
49068
49069 commit f8c320609366176b31104d9bf5e295232e1c7f1d
49070 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49071 Date:   Mon Nov 19 11:14:16 2007 +0900
49072
49073     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
49074
49075     lowlevel_init.S: Assembler messages:
49076     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
49077
49078     Looking at codes, the `memtest' and `clearmem' are intentional mixed
49079     use of `global symbols' and `label' for debugging purpose. To make it
49080     build, just disable global-symbols-use for now. As a result `memtest'
49081     still remains as unused, but leave it be...
49082
49083     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49084
49085 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
49086 Author: Wolfgang Denk <wd@denx.de>
49087 Date:   Mon Nov 19 12:59:14 2007 +0100
49088
49089     Fix build problems with mp2usb board
49090
49091     Signed-off-by: Wolfgang Denk <wd@denx.de>
49092
49093 commit 6bf4c686afca1e86e1c384d59218f914605713bf
49094 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49095 Date:   Sun Nov 18 18:36:11 2007 +0100
49096
49097     s3c24x0: Fix usb_ohci.c missing in Makefile
49098     and usb_ohci.c warning differ in signedness
49099
49100     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49101
49102 commit 6073f61e078da5ddb521b56256bcc36508589883
49103 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49104 Date:   Sun Nov 18 12:55:02 2007 +0100
49105
49106     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
49107
49108     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49109
49110 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
49111 Author: Wolfgang Denk <wd@denx.de>
49112 Date:   Sun Nov 18 17:11:09 2007 +0100
49113
49114     Fix compiler warnings for ARM systems.
49115
49116     Signed-off-by: Wolfgang Denk <wd@denx.de>
49117
49118 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
49119 Author: Wolfgang Denk <wd@denx.de>
49120 Date:   Sun Nov 18 16:36:27 2007 +0100
49121
49122     Fix compiler warnings for PPC systems. Update CHANGELOG.
49123
49124     Signed-off-by: Wolfgang Denk <wd@denx.de>
49125
49126 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
49127 Author: Stefan Roese <sr@denx.de>
49128 Date:   Sun Nov 18 14:44:44 2007 +0100
49129
49130     ppc4xx: Correct 405EX PCIe UTL register mapping
49131
49132     Map 4k mem space for UTL registers for each port.
49133
49134     Signed-off-by: Stefan Roese <sr@denx.de>
49135
49136 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
49137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49138 Date:   Sat Nov 17 11:31:10 2007 +0100
49139
49140     Fix warning differ in signedness in net/net.c and net/nfs.c
49141
49142 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
49143 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49144 Date:   Sat Nov 17 20:42:45 2007 +0900
49145
49146     gth2.c: Fix a warning on gth2 build.
49147
49148     gth2.c: In function 'misc_init_r':
49149     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
49150
49151     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49152
49153 commit 2309c130aa4c84b91bd874a41269c923eb61b555
49154 Author: Stefan Roese <sr@denx.de>
49155 Date:   Sat Nov 17 07:58:25 2007 +0100
49156
49157     Fix warning differ in signedness in common/cmd_scsi.c
49158
49159     Signed-off-by: Stefan Roese <sr@denx.de>
49160
49161 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
49162 Author: Stefan Roese <sr@denx.de>
49163 Date:   Sat Nov 17 14:52:29 2007 +0100
49164
49165     ppc4xx: Update AMCC Kilauea config file
49166
49167     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
49168
49169     Signed-off-by: Stefan Roese <sr@denx.de>
49170
49171 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
49172 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49173 Date:   Sat Nov 17 20:05:26 2007 +0900
49174
49175     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
49176
49177     Current trick to pick up GNU assembler minor version does not work with the
49178     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
49179     "(GNU Binutils) ".
49180
49181       $ sde-as --version |grep "GNU assembler"
49182       GNU assembler 2.15.94 mipssde-6.02.02-20050602
49183       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
49184       2.15.94
49185       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
49186       15
49187       $
49188
49189       $ mips-linux-as --version |grep "GNU assembler"
49190       GNU assembler (GNU Binutils) 2.18
49191       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
49192       (GNU
49193       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
49194       (no output)
49195       $
49196
49197     As a result of above, you'll see many noises with such binutils:
49198
49199       make -C cpu/mips/
49200       /bin/sh: line 0: [: : integer expression expected
49201       /bin/sh: line 0: [: : integer expression expected
49202       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
49203       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
49204       /bin/sh: line 0: [: : integer expression expected
49205       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
49206       /bin/sh: line 0: [: : integer expression expected
49207       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
49208       /bin/sh: line 0: [: : integer expression expected
49209
49210     This patch simplifies the trick and makes it work with both versions of gas.
49211     I also replace an expensive `awk (or gawk)' with `cut'.
49212
49213     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49214
49215 commit 16664f72850846e645616da1c0fa5afcd6d15f15
49216 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49217 Date:   Sat Nov 17 20:05:26 2007 +0900
49218
49219     [MIPS] Remove useless instructions for initializing $gp.
49220
49221     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49222
49223 commit 03c031d5660ea946c39af6e2e16267da857c609f
49224 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49225 Date:   Sat Oct 27 15:27:06 2007 +0900
49226
49227     [MIPS] MIPS 4K core: Coding style cleanups
49228
49229     No logical changes.
49230
49231     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49232
49233 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
49234 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49235 Date:   Sat Nov 17 20:05:20 2007 +0900
49236
49237     [MIPS] gth2.c: Fix a warning on gth2 build.
49238
49239     gth2.c: In function 'misc_init_r':
49240     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
49241
49242     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49243
49244 commit 4fbd0741b2b6441da10be93e10267122581b7079
49245 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49246 Date:   Sat Oct 27 15:22:33 2007 +0900
49247
49248     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
49249
49250     au1x00_eth.c: In function 'au1x00_miiphy_write':
49251     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
49252
49253     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49254
49255 commit f01320459736f156707425cf8112f98606301aa4
49256 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49257 Date:   Sat Oct 27 15:00:25 2007 +0900
49258
49259     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
49260
49261     au1x00_eth.c: In function 'au1x00_enet_initialize':
49262     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
49263     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
49264     au1x00_eth.c:246: error: for each function it appears in.)
49265     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
49266     au1x00_eth.c: In function 'au1x00_miiphy_write':
49267     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
49268     make[1]: *** [au1x00_eth.o] Error 1
49269
49270     Fixed by moving these two functions forward.
49271
49272     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49273
49274 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
49275 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49276 Date:   Sat Oct 27 15:00:25 2007 +0900
49277
49278     MAKEALL: Added missing pb1000 board
49279
49280     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49281
49282 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
49283 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49284 Date:   Sat Oct 27 15:00:24 2007 +0900
49285
49286     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
49287
49288     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49289
49290 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
49291 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49292 Date:   Sat Oct 27 15:00:24 2007 +0900
49293
49294     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
49295
49296     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49297
49298 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
49299 Author: Wolfgang Denk <wd@denx.de>
49300 Date:   Sat Nov 17 02:34:38 2007 +0100
49301
49302     Update CHANGELOIG, prepare for -rc4
49303
49304     Signed-off-by: Wolfgang Denk <wd@denx.de>
49305
49306 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
49307 Author: Luotao Fu <l.fu@pengutronix.de>
49308 Date:   Wed Nov 14 18:58:33 2007 +0100
49309
49310     Fix the i2c frequency and default address in rsdproto board
49311
49312     rsdproto board support has wrong I2C frequency and wrong return value
49313     handling.
49314
49315     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
49316
49317 commit 429c180edad038f91c989cb14b478228092e7054
49318 Author: Wolfgang Denk <wd@denx.de>
49319 Date:   Sat Nov 17 01:45:38 2007 +0100
49320
49321     powerpc: Backout relocation changes for MPC5121, too.
49322
49323     Apply Grant Likely's backout to MPC5121 code, too.
49324
49325     Pointed out by Rafal Jaworowski <raj@semihalf.com>
49326
49327     Signed-off-by: Wolfgang Denk <wd@denx.de>
49328
49329 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
49330 Author: Grant Likely <grant.likely@secretlab.ca>
49331 Date:   Tue Nov 13 22:18:33 2007 -0700
49332
49333     powerpc: Backout relocation changes.
49334
49335     Ugh.  I *hate* to back this change out, but these compiler flags don't
49336     work for relocation on all versions of GCC.  I've not been able to
49337     reproduce the environment in my setup (and hence, not been able to
49338     find a combination that *does* work), so I've got no choice but to go
49339     back to the old gcc flags and linker script.
49340
49341     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49342
49343 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
49344 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49345 Date:   Tue Nov 13 09:11:05 2007 +0100
49346
49347     Fixed mips_io_port_base build errors.
49348
49349     This patch has been sent on:
49350     - 29 Sep 2007
49351
49352     Although mips_io_port_base is currently a part of IDE command, it is quite
49353     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
49354     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
49355
49356     This patch is triggered by multiple definition of `mips_io_port_base' build
49357     error on gth2 (and tb0229 also needs this fix.)
49358
49359     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
49360     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
49361     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
49362     make: *** [u-boot] Error 1
49363
49364     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49365     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49366
49367 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
49368 Author: Wolfgang Denk <wd@denx.de>
49369 Date:   Sat Nov 17 01:30:40 2007 +0100
49370
49371     Fix a bug in the slave serial programming mode for the Xilinx
49372     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
49373     the most significant bit was set, which did not work on any
49374     architecture where "char" defaulted to be an unsigned type.
49375
49376     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
49377
49378     Signed-off-by: Wolfgang Denk <wd@denx.de>
49379
49380 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
49381 Author: Jon Loeliger <jdl@freescale.com>
49382 Date:   Thu Nov 1 12:23:29 2007 -0500
49383
49384     86xx: Fix broken variable reference when #def DEBUGing.
49385
49386     Sometimes you can't reference the DDR2 controller variables.
49387
49388     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49389
49390 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
49391 Author: Jason Jin <Jason.jin@freescale.com>
49392 Date:   Fri Oct 26 18:32:00 2007 +0800
49393
49394     make 8610 board use pixis reset
49395
49396     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49397
49398 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
49399 Author: Jason Jin <Jason.jin@freescale.com>
49400 Date:   Mon Oct 29 19:26:21 2007 +0800
49401
49402     Unify pixis_reset altbank across board families
49403
49404     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
49405     into the separate board config files.
49406
49407     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49408     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49409
49410 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
49411 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49412 Date:   Wed Nov 7 08:19:21 2007 +0100
49413
49414     Fix warning: pointer targets in assignment differ in signedness
49415
49416     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49417
49418 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
49419 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49420 Date:   Wed Nov 7 08:19:19 2007 +0100
49421
49422     Fix warning differ in signedness in common/cmd_ide.c
49423
49424     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49425
49426 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
49427 Author: Stefan Roese <sr@denx.de>
49428 Date:   Fri Nov 16 14:16:54 2007 +0100
49429
49430     ppc4xx: Enable 405EX PCIe UTL register configuration
49431
49432     Till now the UTL registers on 405EX were not initialized but left with
49433     their default values. This patch new initializes some of the UTL
49434     registers on 405EX.
49435
49436     Signed-off-by: Stefan Roese <sr@denx.de>
49437
49438 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
49439 Author: Stefan Roese <sr@denx.de>
49440 Date:   Fri Nov 16 14:00:59 2007 +0100
49441
49442     ppc4xx: Update AMCC Makalu for board rev 1.1
49443
49444     This patch adds changes needed for Makalu rev 1.1:
49445
49446     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
49447     - Enable 2nd ethernet port EMAC1
49448     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
49449     - Reset PCIe ports via GPIO upon bootup
49450
49451     Signed-off-by: Stefan Roese <sr@denx.de>
49452
49453 commit 4d4faae65e115e327425cd514c1a35146a85166b
49454 Author: Grant Likely <grant.likely@secretlab.ca>
49455 Date:   Mon Sep 24 09:05:31 2007 -0600
49456
49457     Group PCI and PCMCIA drivers in drivers/Makefile
49458
49459     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49460
49461 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
49462 Author: Grant Likely <grant.likely@secretlab.ca>
49463 Date:   Mon Sep 24 09:05:31 2007 -0600
49464
49465     Group block/flash drivers in drivers/Makefile
49466
49467     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49468
49469 commit df58c81551700f058b44cacf55a7997fa63bfe0a
49470 Author: Grant Likely <grant.likely@secretlab.ca>
49471 Date:   Mon Sep 24 09:05:31 2007 -0600
49472
49473     Group USB drivers in drivers/Makefile
49474
49475     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49476
49477 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
49478 Author: Grant Likely <grant.likely@secretlab.ca>
49479 Date:   Mon Sep 24 09:05:30 2007 -0600
49480
49481     Group i2c drivers in drivers/Makefile
49482
49483     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49484
49485 commit ec00c76de0e5971273905998d62d6bb119324218
49486 Author: Grant Likely <grant.likely@secretlab.ca>
49487 Date:   Mon Sep 24 09:05:30 2007 -0600
49488
49489     Group console drivers in drivers/Makefile
49490
49491     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49492
49493 commit 754f230aa01b8c789fc31f8013c2487954073300
49494 Author: Grant Likely <grant.likely@secretlab.ca>
49495 Date:   Mon Sep 24 09:05:30 2007 -0600
49496
49497     Group network drivers in drivers/Makefile
49498
49499     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49500
49501 commit f0037c56b0d12cd46215124667b9f83d60ef9391
49502 Author: Grant Likely <grant.likely@secretlab.ca>
49503 Date:   Mon Sep 24 09:05:30 2007 -0600
49504
49505     Build: split COBJS value into multiple lines
49506
49507     This change is in preparation for condtitionial compile support in the
49508     build system.  By spliting them all into seperate lines now, subsequent
49509     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
49510     be less invasive and easier to review
49511
49512     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49513
49514 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
49515 Author: Grant Likely <grant.likely@secretlab.ca>
49516 Date:   Mon Sep 24 09:05:30 2007 -0600
49517
49518     Add .gitignore files
49519
49520     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49521     Acked-by: Kim Phillips <kim.phillips@freescale.com>
49522
49523 commit 955413f35f054a82e40042f1dbcf501c6a05719b
49524 Author: Grant Likely <grant.likely@secretlab.ca>
49525 Date:   Thu Nov 15 08:27:52 2007 -0700
49526
49527     Revert "Correct relocation fixup for mpc5xx"
49528
49529     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
49530     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49531
49532 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
49533 Author: Grant Likely <grant.likely@secretlab.ca>
49534 Date:   Thu Nov 15 08:24:32 2007 -0700
49535
49536     Revert "Correct fixup relocation for MPC5xxx"
49537
49538     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
49539     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49540
49541 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
49542 Author: Grant Likely <grant.likely@secretlab.ca>
49543 Date:   Thu Nov 15 08:21:04 2007 -0700
49544
49545     Revert "Correct fixup relocation for mpc8220"
49546
49547     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
49548     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49549
49550 commit 70922342369e5e39b286fe21e768a239ca07a514
49551 Author: Grant Likely <grant.likely@secretlab.ca>
49552 Date:   Thu Nov 15 08:20:57 2007 -0700
49553
49554     Revert "Correct fixup relocation for mpc824x"
49555
49556     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
49557     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49558
49559 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
49560 Author: Grant Likely <grant.likely@secretlab.ca>
49561 Date:   Thu Nov 15 08:20:50 2007 -0700
49562
49563     Revert "Correct fixup relocation for mpc8260"
49564
49565     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
49566     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49567
49568 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
49569 Author: Grant Likely <grant.likely@secretlab.ca>
49570 Date:   Thu Nov 15 08:20:43 2007 -0700
49571
49572     Revert "Correct fixup relocation for mpc83xx"
49573
49574     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
49575     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49576
49577 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
49578 Author: Grant Likely <grant.likely@secretlab.ca>
49579 Date:   Thu Nov 15 08:20:25 2007 -0700
49580
49581     Revert "[MPC512x] Correct fixup relocation"
49582
49583     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
49584     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49585
49586 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
49587 Author: Stefan Roese <sr@denx.de>
49588 Date:   Thu Nov 15 14:25:09 2007 +0100
49589
49590     ppc4xx: Small AMCC Kilauea cleanup
49591
49592     Remove not needed pci_target_init() function.
49593
49594     Signed-off-by: Stefan Roese <sr@denx.de>
49595
49596 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
49597 Author: Stefan Roese <sr@denx.de>
49598 Date:   Thu Nov 15 14:23:55 2007 +0100
49599
49600     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
49601
49602     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
49603     - Cleanup of the 4xx GPIO functions
49604     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
49605
49606     Signed-off-by: Stefan Roese <sr@denx.de>
49607
49608 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
49609 Author: Stefan Roese <sr@denx.de>
49610 Date:   Thu Nov 15 14:20:08 2007 +0100
49611
49612     ppc4xx: AMCC Taihu board config file cleanup
49613
49614     This patch makes the AMCC Taihu a little more compatible to the other
49615     AMCC eval boards.
49616
49617     Signed-off-by: Stefan Roese <sr@denx.de>
49618
49619 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
49620 Author: Marian Balakowicz <m8@semihalf.com>
49621 Date:   Thu Nov 15 13:37:28 2007 +0100
49622
49623     [INKA4x0] NG hardware: flash support
49624
49625     Disabled and remove inka4x0 custom flash driver, use CFI flash
49626     driver instead.
49627
49628     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49629
49630 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
49631 Author: Marian Balakowicz <m8@semihalf.com>
49632 Date:   Thu Nov 15 13:29:55 2007 +0100
49633
49634     [INKA4x0] NG hardware: SDRAM support
49635
49636     Add support for three new DDR chips that may  be present on a NG
49637     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
49638
49639     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
49640
49641     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49642
49643 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
49644 Author: Marian Balakowicz <m8@semihalf.com>
49645 Date:   Thu Nov 15 13:24:43 2007 +0100
49646
49647     [INKA4x0] NG hardware: platform code update
49648
49649     - Cleanup compile warnings.
49650     - Add missing '\0' in default environment.
49651     - Increase CFG_MONITOR_LEN to 256 KiB.
49652     - Add required CFG_USE_PPCENV.
49653
49654     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49655
49656 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
49657 Author: Peter Pearse <peter.pearse@arm.com>
49658 Date:   Thu Nov 15 08:58:00 2007 +0000
49659
49660     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
49661     Remove warnings re onenand_read() & write()
49662
49663 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
49664 Author: Peter Pearse <peter.pearse@arm.com>
49665 Date:   Thu Nov 15 08:45:13 2007 +0000
49666
49667     Correction patch
49668
49669 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
49670 Author: Roy Zang <tie-fei.zang@freescale.com>
49671 Date:   Thu Sep 13 18:52:28 2007 +0800
49672
49673     Enable ULi1575 Ethernet support in 8610HPCD config
49674
49675     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49676     Acked-by: Jon Loeliger <jdl@freescale.com>
49677
49678 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
49679 Author: Stefan Roese <sr@denx.de>
49680 Date:   Tue Nov 13 08:18:20 2007 +0100
49681
49682     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
49683
49684     Signed-off-by: Stefan Roese <sr@denx.de>
49685
49686 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
49687 Author: Stefan Roese <sr@denx.de>
49688 Date:   Tue Nov 13 08:06:11 2007 +0100
49689
49690     ppc4xx: Fix 405EX PCIe UTLSET register setup
49691
49692     Signed-off-by: Stefan Roese <sr@denx.de>
49693
49694 commit 1ce55151c85d068f70317a8d65c61058b891afb4
49695 Author: Heiko Schocher <hs@denx.de>
49696 Date:   Tue Nov 13 07:50:29 2007 +0100
49697
49698     [UC101] SRAM now with 2 MB working.
49699
49700     Signed-off-by: Heiko Schocher <hs@denx.de>
49701
49702 commit 2d14684341109a69616e4d6016cd61402d55086f
49703 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49704 Date:   Fri Nov 9 15:37:53 2007 +0100
49705
49706     ppc4xx: Use generic usb-ohci driver for sequoia board
49707
49708     This patch makes the sequoia board use the generic usb-ohci driver
49709     instead of cpu/ppc4xx/usb_ohci.c.
49710
49711     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49712     Signed-off-by: Stefan Roese <sr@denx.de>
49713
49714 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
49715 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49716 Date:   Fri Nov 9 15:37:23 2007 +0100
49717
49718     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
49719
49720     This patch disables the 44x d-cache on 'usb start' and
49721     reenables it on 'usb stop'. This should be seen as a
49722     temporary fix until the generic usb-ohci driver can
49723     life with d-cache enabled.
49724
49725     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49726     Signed-off-by: Stefan Roese <sr@denx.de>
49727
49728 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
49729 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49730 Date:   Fri Nov 9 15:36:44 2007 +0100
49731
49732     ppc4xx: Remove redundant code from 4xx network driver
49733
49734     This patch removes some redundant code and decrements the end
49735     address of cache flush and invalidate by 1.
49736
49737     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49738     Signed-off-by: Stefan Roese <sr@denx.de>
49739
49740 commit 5ca9881aad8c413ac2a82868a5e3719178254502
49741 Author: Peter Pearse <peter.pearse@arm.com>
49742 Date:   Fri Nov 9 15:24:26 2007 +0000
49743
49744     Add apollon board support
49745     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49746
49747 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
49748 Author: Stefan Roese <sr@denx.de>
49749 Date:   Fri Nov 9 12:19:58 2007 +0100
49750
49751     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
49752
49753     Signed-off-by: Stefan Roese <sr@denx.de>
49754
49755 commit c7f69c340277935a6c19a956421852da944a365f
49756 Author: Stefan Roese <sr@denx.de>
49757 Date:   Fri Nov 9 12:18:54 2007 +0100
49758
49759     ppc4xx: Make output a little shorter on I2C bootrom detection
49760
49761     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
49762     already print a line with the information which I2C bootrom is
49763     used for bootstrap configuration. So we don't need this extra line
49764     with "I2C boot EEPROM en-/dis-abled".
49765
49766     This patch also has a little code cleanup integrated.
49767
49768     Signed-off-by: Stefan Roese <sr@denx.de>
49769
49770 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
49771 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49772 Date:   Thu Nov 8 12:50:18 2007 -0600
49773
49774     ColdFire: MCF5329 - Remove reset registers from CCM
49775
49776     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49777
49778 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
49779 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49780 Date:   Thu Nov 8 12:31:11 2007 -0600
49781
49782     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
49783
49784     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49785
49786 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
49787 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49788 Date:   Thu Nov 8 12:19:01 2007 -0600
49789
49790     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
49791
49792     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49793
49794 commit 225a24b5e062ad94627424508ae814f51dbe1a34
49795 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49796 Date:   Wed Nov 7 18:00:54 2007 -0600
49797
49798     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
49799
49800     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49801
49802 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
49803 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49804 Date:   Wed Nov 7 17:56:15 2007 -0600
49805
49806     ColdFire: MCF532x - Update do_reset() using core reset
49807
49808     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49809
49810 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
49811 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49812 Date:   Wed Nov 7 17:51:00 2007 -0600
49813
49814     ColdFire: Update cpu flag for 4.2-xx compiler
49815
49816     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49817
49818 commit 070ba56115b4da63b46e974287fa4550d4023386
49819 Author: York Sun <yorksun@freescale.com>
49820 Date:   Wed Oct 31 14:59:04 2007 -0500
49821
49822     8610: Add console frame buffer support to FSL 8610 DIU driver.
49823
49824     Add cfb console support to FSL 8610 DIU driver.
49825     Inspect board version from PIXIS to obtain correct pixel format.
49826
49827     Use #define CONFIG_VIDEO in config file to enable fb console.
49828
49829     To switch monitor, set monitor variable to
49830     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
49831     followed by "diufb init".
49832
49833     Preserve logo bitmap at the top of the fb console.
49834
49835     Signed-off-by: York Sun <yorksun@freescale.com>
49836     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49837
49838 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
49839 Author: York Sun <yorksun@freescale.com>
49840 Date:   Mon Oct 29 13:58:39 2007 -0500
49841
49842     8610: Add 8610 DIU display driver
49843
49844     1280x1024 and 1024x768 @ 32 bpp are supported now.
49845     DVI, Single-link LVDS, Double-link LVDS are all supported.
49846
49847     Environmental variable "monitor" is used to specify monitor port.
49848
49849     A new command "diufb" is introduced to reinitialize monitor
49850     and display a BMP file in the memory. So far, 1-bit, 4-bit,
49851     8-bit and 24-bit BMP formats are supported.
49852
49853         diufb init
49854             - initialize the diu driver
49855         Enable the port specified in the environmental variable "monitor"
49856
49857         diufb addr
49858             - display bmp file in memory.
49859         The bmp image should be no bigger than the resolution, 1280x1024
49860         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
49861
49862     Note, this driver allocate memory but doesn't free it after use
49863     It is written on purpose -- to avoid a failure of reallocation
49864     due to memory fragement.
49865
49866     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
49867
49868     Signed-off-by: York Sun <yorksun@freescale.com>
49869     Signed-off-by: Jon loeliger <jdl@freescale.com>
49870
49871 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
49872 Author: York Sun <yorksun@freescale.com>
49873 Date:   Wed Oct 31 10:43:59 2007 -0500
49874
49875     FSL: Add a freescale bitmap logo.
49876
49877     This Freescale logo is a 340 x 128 x 4bpp BMP file
49878     that can be displayed by the DIU Framebuffer driver.
49879
49880     Signed-off-by: York Sun <yorksun@freescale.com>
49881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49882
49883 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
49884 Author: York Sun <yorksun@freescale.com>
49885 Date:   Mon Oct 29 13:57:53 2007 -0500
49886
49887     8610: Make some extra debug environment variables conditional.
49888
49889     One may #define ENV_DEBUG to get them back again.
49890
49891     Signed-off-by: York Sun <yorksun@freescale.com>
49892
49893 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
49894 Author: Jason Jin <Jason.jin@freescale.com>
49895 Date:   Mon Oct 29 19:26:21 2007 +0800
49896
49897     8610: Actually enable pixis_reset CONFIGs
49898
49899     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49900
49901 commit f3bceaab230b4748d0afc4109b6837308f018b40
49902 Author: Jason Jin <Jason.jin@freescale.com>
49903 Date:   Fri Oct 26 18:31:59 2007 +0800
49904
49905     Fix the BAT definition of PCI IO on 8610 board
49906
49907     The address in the BAT register is aligned with the BAT size.
49908     The original definition actually did not define BAT for PCIE2 IO.
49909     This patch fix this.
49910
49911     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49912
49913 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
49914 Author: Jason Jin <Jason.jin@freescale.com>
49915 Date:   Mon Oct 29 19:26:21 2007 +0800
49916
49917     Unify pixis_reset altbank across board families
49918
49919     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
49920     into the separate board config files.
49921
49922     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49923     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49924
49925 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
49926 Author: Jason Jin <Jason.jin@freescale.com>
49927 Date:   Fri Oct 26 18:32:00 2007 +0800
49928
49929     make 8610 board use pixis reset
49930
49931     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
49932
49933 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
49934 Author: Jon Loeliger <jdl@freescale.com>
49935 Date:   Thu Nov 1 12:23:29 2007 -0500
49936
49937     86xx: Fix broken variable reference when #def DEBUGing.
49938
49939     Sometimes you can't reference the DDR2 controller variables.
49940
49941     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49942
49943 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
49944 Author: Roy Zang <tie-fei.zang@freescale.com>
49945 Date:   Mon Nov 5 17:39:24 2007 +0800
49946
49947     Implement general ULi 526x Ethernet driver support in U-boot
49948
49949     This patch implements general ULi 526x Ethernet driver.
49950     Until now, it is the only native Ethernet port on
49951     MPC8610HPCD board, but it could be used on other boards
49952     with ULi 526x Ethernet port as well.
49953
49954     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49955     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
49956     Acked-by: Jon Loeliger <jdl@freescale.com>
49957     Signed-off-by: Ben Warren <bwarren@qstreams.com>
49958
49959 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
49960 Author: Larry Johnson <lrj@arlinx.com>
49961 Date:   Thu Nov 1 08:46:50 2007 -0500
49962
49963     NET: Add Ethernet 1000BASE-X support for PPC4xx
49964
49965     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
49966     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
49967     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
49968     "mii info" command is modified to distinguish between 1000BASE-T and -X.
49969
49970     Signed-off-by: Larry Johnson <lrj@acm.org>
49971     Signed-off-by: Ben Warren <bwarren@qstreams.com>
49972
49973 commit 298035df4948b113d29ac0e694717d34b95bc5dc
49974 Author: Larry Johnson <lrj@arlinx.com>
49975 Date:   Wed Oct 31 11:21:29 2007 -0500
49976
49977     NET: Cosmetic changes
49978
49979     Signed-off-by: Larry Johnson <lrj@acm.org>
49980     Signed-off-by: Ben Warren <bwarren@qstreams.com>
49981
49982 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
49983 Author: Stefan Roese <sr@denx.de>
49984 Date:   Mon Nov 5 07:43:05 2007 +0100
49985
49986     ppc4xx: Make output a little shorter on PCIe detection
49987
49988     Now not max 3 lines but 2 lines are printed per PCIe port.
49989
49990     Signed-off-by: Stefan Roese <sr@denx.de>
49991
49992 commit 992742a5b09d9040adbd156fb90756af66ade310
49993 Author: Wolfgang Denk <wd@denx.de>
49994 Date:   Sat Nov 3 23:09:27 2007 +0100
49995
49996     Cleanup coding style; update CHANGELOG
49997
49998     Signed-off-by: Wolfgang Denk <wd@denx.de>
49999
50000 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
50001 Author: Bruce Adler <bruce.adler@ccpu.com>
50002 Date:   Fri Nov 2 13:15:42 2007 -0700
50003
50004     fix wording in README
50005
50006     Changed the wording to properly describe the shadowing
50007     of the environment from ROM to RAM
50008
50009     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
50010
50011 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
50012 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50013 Date:   Wed Oct 31 02:18:15 2007 +0900
50014
50015     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
50016
50017     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50018
50019 commit ec22755799466c8a103664bb3a5e647bf9c238f4
50020 Author: Vlad Lungu <vlad@comsys.ro>
50021 Date:   Thu Oct 25 16:08:14 2007 +0300
50022
50023     Trimmed some variables in ne2000.c
50024
50025     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
50026
50027 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
50028 Author: Zhang Wei <wei.zhang@freescale.com>
50029 Date:   Thu Oct 25 17:51:27 2007 +0800
50030
50031     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
50032
50033     The scan code of the key 'z' is 0x1d, which should be handled.
50034
50035     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
50036     controller.
50037
50038     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
50039
50040 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
50041 Author: Zhang Wei <wei.zhang@freescale.com>
50042 Date:   Thu Oct 25 17:30:04 2007 +0800
50043
50044     Fix USB support issue for MPC8641HPCN board.
50045
50046     The configuration file has already enabled USB, but it
50047     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
50048     on MPC8641HPCN can not work because of the wrong USB
50049     register endian.
50050
50051     And add the USB command to U-Boot commands list.
50052
50053     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
50054
50055 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
50056 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50057 Date:   Wed Oct 24 18:16:01 2007 +0200
50058
50059     Use config_cmd_default.h instead of config_cmd_all.h
50060
50061     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50062
50063 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
50064 Author: Marian Balakowicz <m8@semihalf.com>
50065 Date:   Wed Oct 24 01:37:36 2007 +0200
50066
50067     TQM5200: Call usb_cpu_init() during board init
50068
50069     usb_cpu_init() configures GPS USB pins, clocks, etc. and
50070     is required for proper operation of kernel USB subsystem.
50071     This setup was previously done in the kernel by the fixup
50072     code which is being removed, thus low level init must be
50073     done by U-boot now.
50074
50075     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
50076
50077 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
50078 Author: Guennadi Liakhovetski <lg@denx.de>
50079 Date:   Tue Oct 23 16:25:50 2007 +0200
50080
50081     Fix typo in nfs.c
50082
50083     An obvious typo. Originally fixed in linkstation u-boot port.
50084
50085     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50086
50087 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
50088 Author: Guennadi Liakhovetski <lg@denx.de>
50089 Date:   Tue Oct 23 14:35:05 2007 +0200
50090
50091     Fix a typo in cpu/mpc824x/interrupts.c
50092
50093     Since December 2003 the timer_interrupt_cpu() function in
50094     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
50095     parameter. Remove it.
50096
50097     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50098
50099 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
50100 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
50101 Date:   Wed Oct 17 11:13:51 2007 +0200
50102
50103     add ft_cpu_setup(..) on mpc8260
50104
50105     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
50106     based on code from mpc5xxx
50107
50108     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
50109     --
50110
50111 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
50112 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
50113 Date:   Wed Oct 17 11:18:42 2007 +0200
50114
50115     changes for IDS8247 board support
50116
50117     To get the IDS8247 board working following are done:
50118      - FCC2 is deactivated
50119      - FCC1 is activated
50120      - I2C is activated
50121      - CFI driver is activated
50122      - Adapted for use with LIBFDT
50123
50124     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
50125     --
50126
50127 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
50128 Author: Stefan Roese <sr@denx.de>
50129 Date:   Sat Nov 3 12:08:28 2007 +0100
50130
50131     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
50132
50133     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
50134     Again, only one image supports both targets.
50135
50136     Signed-off-by: Stefan Roese <sr@denx.de>
50137
50138 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
50139 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50140 Date:   Wed Oct 24 15:48:37 2007 +0200
50141
50142     ATSTK1002: Remove default ethernet addresses
50143
50144     Wolfgang is right: It's not a good idea to set up default initial
50145     ethernet addresses for a board, even though they belong to the local
50146     range.
50147
50148     This will change the failure mode from "IT manager screams at you for
50149     using duplicate ethernet addresses" to a nice error message explaining
50150     that the ethernet address hasn't been set properly.
50151
50152     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50153
50154 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
50155 Author: Justin Flammia <jflammia@savantav.com>
50156 Date:   Mon Oct 29 17:40:35 2007 -0400
50157
50158     DHCP Client Fix
50159
50160     This is a multi-part message in MIME format.
50161
50162     commit e6e505eae94ed721e123e177489291fc4544b7b8
50163     Author: Justin Flammia <jflammia@savantav.com>
50164     Date:   Mon Oct 29 17:19:03 2007 -0400
50165
50166         Found a bug in the way the DHCP Request packet is built, where the IP address
50167         that is offered by the server is bound to prematurely. This patch is a fix of
50168         that bug where the IP address offered by the DHCP server is not used until
50169         after the DHCP ACK from the server is received.
50170
50171     Signed-off-by: Justin Flammia <jflammia@savantav.com>
50172     Signed-off-by: Ben Warren <bwarren@qstreams.com>
50173
50174 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
50175 Author: Stefan Roese <sr@denx.de>
50176 Date:   Wed Oct 31 20:58:34 2007 +0100
50177
50178     ppc4xx: Fix acadia_nand build problem
50179
50180     Since the cache handling functions were moved from start.S into cache.S
50181     the acadia NAND booting Makfile needs to be adapted accordingly.
50182
50183     Signed-off-by: Stefan Roese <sr@denx.de>
50184
50185 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
50186 Author: Stefan Roese <sr@denx.de>
50187 Date:   Wed Oct 31 20:57:11 2007 +0100
50188
50189     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
50190
50191     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
50192     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
50193     boards by defining CONFIG_4xx_DCACHE in the board config file. This
50194     option will disappear, when more boards use is successfully and no
50195     more known problems exist.
50196
50197     This is tested successfully on Sequoia and Katmai. The only problem that
50198     needs to be fixed is, that USB is not working on Sequoia right now, since
50199     it will need some cache handling code too, similar to the 4xx EMAC driver.
50200
50201     Signed-off-by: Stefan Roese <sr@denx.de>
50202
50203 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
50204 Author: Stefan Roese <sr@denx.de>
50205 Date:   Wed Oct 31 20:51:10 2007 +0100
50206
50207     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
50208
50209     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
50210     disable the cache for the CPU POST tests, since these tests consist
50211     of self modifying code. This is done via the new change_tlb() function.
50212
50213     Signed-off-by: Stefan Roese <sr@denx.de>
50214
50215 commit f71b2888b4b3c870909a0341427b2a914246f81f
50216 Author: Stefan Roese <sr@denx.de>
50217 Date:   Wed Oct 31 20:47:26 2007 +0100
50218
50219     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
50220
50221     This patch enables the 4xx EMAC POST driver to work too, when dcache is
50222     enabled.
50223
50224     Signed-off-by: Stefan Roese <sr@denx.de>
50225
50226 commit a2685904061b35a17583d65fe47cdc2686a69eaa
50227 Author: Stefan Roese <sr@denx.de>
50228 Date:   Wed Oct 31 20:45:53 2007 +0100
50229
50230     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
50231
50232     Signed-off-by: Stefan Roese <sr@denx.de>
50233
50234 commit ff768cb168d8157c24a25016dbfbeb465e47f420
50235 Author: Stefan Roese <sr@denx.de>
50236 Date:   Wed Oct 31 18:01:24 2007 +0100
50237
50238     ppc4xx: Change 4xx ethernet driver to handle cached memory too
50239
50240     This patch enables the 4xx EMAC driver to work too, when dcache is
50241     enabled.
50242
50243     Signed-off-by: Stefan Roese <sr@denx.de>
50244
50245 commit 483e09a223c666269ef81d3573a6591b1046b0ef
50246 Author: Stefan Roese <sr@denx.de>
50247 Date:   Wed Oct 31 17:59:22 2007 +0100
50248
50249     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
50250
50251     This function is used to either turn cache on or off in a specific
50252     memory area.
50253
50254     Signed-off-by: Stefan Roese <sr@denx.de>
50255
50256 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
50257 Author: Stefan Roese <sr@denx.de>
50258 Date:   Wed Oct 31 17:57:52 2007 +0100
50259
50260     ppc4xx: Remove cache definition from 4xx board config files
50261
50262     All 4xx board config files don't need the cache definitions anymore.
50263     These are now defined in common headers.
50264
50265     Signed-off-by: Stefan Roese <sr@denx.de>
50266
50267 commit 9b94ac61d2176185c30adf0793e079ec30e68687
50268 Author: Stefan Roese <sr@denx.de>
50269 Date:   Wed Oct 31 17:55:58 2007 +0100
50270
50271     ppc4xx: Rework 4xx cache support
50272
50273     New cache handling functions added and all existing functions
50274     moved from start.S into seperate cache.S.
50275
50276     Signed-off-by: Stefan Roese <sr@denx.de>
50277
50278 commit 06713773da4ac3d390c63d82641eb553224b27c2
50279 Author: Stefan Roese <sr@denx.de>
50280 Date:   Tue Oct 23 18:03:12 2007 +0200
50281
50282     ppc4xx: Remove compiler warning from previous commit
50283
50284     Signed-off-by: Stefan Roese <sr@denx.de>
50285
50286 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
50287 Author: Stefan Roese <sr@denx.de>
50288 Date:   Tue Oct 23 14:40:30 2007 +0200
50289
50290     ppc4xx: Remove temporary TLB entry in POST cache test
50291
50292     Signed-off-by: Stefan Roese <sr@denx.de>
50293
50294 commit 1338e6a81834099ba19733b69aafd8ef5f098094
50295 Author: Stefan Roese <sr@denx.de>
50296 Date:   Tue Oct 23 14:05:08 2007 +0200
50297
50298     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
50299
50300     I lately noticed, that newer 4xx board with GBit support sometimes don't
50301     finish link autonegotiation in 4 seconds. Changing this timeout to 5
50302     seconds seems fine here.
50303
50304     Signed-off-by: Stefan Roese <sr@denx.de>
50305
50306 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
50307 Author: Stefan Roese <sr@denx.de>
50308 Date:   Tue Oct 23 14:03:17 2007 +0200
50309
50310     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
50311
50312     This patch changes all in32/out32 calls to use the recommended in_be32/
50313     out_be32 macros instead.
50314
50315     Signed-off-by: Stefan Roese <sr@denx.de>
50316
50317 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
50318 Author: Stefan Roese <sr@denx.de>
50319 Date:   Thu Oct 25 12:24:59 2007 +0200
50320
50321     ppc4xx: Fix POST ethernet test for Haleakala
50322
50323     The POST ethernet test needed to be changed to dynamically determine
50324     the count of ethernet devices. This code is cloned from the 4xx
50325     ethernet driver.
50326
50327     Signed-off-by: Stefan Roese <sr@denx.de>
50328
50329 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
50330 Author: Stefan Roese <sr@denx.de>
50331 Date:   Tue Oct 23 11:31:05 2007 +0200
50332
50333     ppc4xx: Correct UART input clock calculation and passing to fdt
50334
50335     We now use a value in the gd (global data) structure for the UART input
50336     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
50337     in get_sys_info().
50338
50339     Signed-off-by: Stefan Roese <sr@denx.de>
50340
50341 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
50342 Author: Stefan Roese <sr@denx.de>
50343 Date:   Tue Oct 23 10:10:08 2007 +0200
50344
50345     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
50346
50347     The Haleakala is nearly identical with the Kilauea eval board. The only
50348     difference is that the 405EXr only supports one EMAC and one PCIe
50349     interface. This patch adds support for the Haleakala board by using
50350     the identical image for Kilauea and Haleakala. The distinction is done
50351     by comparing the PVR.
50352
50353     Signed-off-by: Stefan Roese <sr@denx.de>
50354
50355 commit 9f798766aa85e62eb8fa8c721e148df609b78137
50356 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
50357 Date:   Tue Oct 23 08:29:10 2007 +0200
50358
50359     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
50360
50361     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
50362
50363     Note:
50364     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
50365     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
50366     modules are still plugged in. So it is recommended to remove the DIMM
50367     modules while using the NAND booting code with the fixed SDRAM setup!
50368
50369     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
50370     Signed-off-by: Stefan Roese <sr@denx.de>
50371
50372 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
50373 Author: Stefan Roese <sr@denx.de>
50374 Date:   Mon Oct 22 16:24:44 2007 +0200
50375
50376     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
50377
50378     Signed-off-by: Stefan Roese <sr@denx.de>
50379
50380 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
50381 Author: Stefan Roese <sr@denx.de>
50382 Date:   Mon Oct 22 16:22:40 2007 +0200
50383
50384     ppc4xx: Rework of 4xx serial driver (4)
50385
50386     Change 4xx_uart.c:
50387
50388     - Use in_8/out_8 macros instead of in8/out8
50389     - No need for UART_BASE marco anymore, now really handled via function
50390       parameter
50391     - serial_init_common() introduced
50392     - Further coding style cleanup
50393
50394     Signed-off-by: Stefan Roese <sr@denx.de>
50395
50396 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
50397 Author: Stefan Roese <sr@denx.de>
50398 Date:   Mon Oct 22 15:45:49 2007 +0200
50399
50400     ppc4xx: Rework of 4xx serial driver (3)
50401
50402     Change all linker scripts to reference the changed driver name iop480_uart.o.
50403
50404     Signed-off-by: Stefan Roese <sr@denx.de>
50405
50406 commit 882ae41274921f9016131806bdeb27e19606f47a
50407 Author: Stefan Roese <sr@denx.de>
50408 Date:   Mon Oct 22 15:44:39 2007 +0200
50409
50410     ppc4xx: Rework of 4xx serial driver (2)
50411
50412     Change all linker scripts to reference the changed driver name 4xx_uart.o.
50413
50414     Note: In most cased all these explicit referencing of these object files
50415     in the linker scripts is not neccessary. Only for manually embedded
50416     environment into the U-Boot image, which is not done is most cases.
50417
50418     Signed-off-by: Stefan Roese <sr@denx.de>
50419
50420 commit ad31e40bed042cb670d0036fea96435007afb838
50421 Author: Stefan Roese <sr@denx.de>
50422 Date:   Mon Oct 22 15:09:59 2007 +0200
50423
50424     ppc4xx: Rework of 4xx serial driver (1)
50425
50426     This patch starts the rework of the PPC4xx serial driver. First we split
50427     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
50428     handling code and the other one iop480_uart.c with the UART code for the
50429     PLX-Tech IOP480 PPC (PPC403 based).
50430
50431     Signed-off-by: Stefan Roese <sr@denx.de>
50432
50433 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
50434 Author: Stefan Roese <sr@denx.de>
50435 Date:   Mon Oct 22 10:30:38 2007 +0200
50436
50437     ppc4xx: Correct UART input clock calculation and passing to fdt
50438
50439     Signed-off-by: Stefan Roese <sr@denx.de>
50440
50441 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
50442 Author: Stefan Roese <sr@denx.de>
50443 Date:   Mon Oct 22 07:34:34 2007 +0200
50444
50445     ppc4xx: Add initial AMCC Makalu 405EX support
50446
50447     Signed-off-by: Stefan Roese <sr@denx.de>
50448
50449 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
50450 Author: Stefan Roese <sr@denx.de>
50451 Date:   Mon Oct 22 07:33:52 2007 +0200
50452
50453     ppc4xx: Add freqUART to CPU speed detection
50454
50455     This value is needed later for the device tree configuration of
50456     the uart clock.
50457
50458     Signed-off-by: Stefan Roese <sr@denx.de>
50459
50460 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
50461 Author: Stefan Roese <sr@denx.de>
50462 Date:   Sun Oct 21 14:26:29 2007 +0200
50463
50464     ppc: Small Kilauea cleanup of config file
50465
50466     Signed-off-by: Stefan Roese <sr@denx.de>
50467
50468 commit 758c037aeead34b49631b8da3a90b1bba14c0410
50469 Author: Stefan Roese <sr@denx.de>
50470 Date:   Sun Oct 21 08:16:12 2007 +0200
50471
50472     rtc: Add Xicor/Intersil X1205 RTC support
50473
50474     This patch adds support for the Xicor/Intersil X1205 RTC used on the
50475     AMCC Makalu eval board. This driver is basically cloned from the Linux
50476     driver version (2.6.23).
50477
50478     This patch also introduces the Linux bcd.h header for the BCD2BIN/
50479     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
50480     should be converted to also use this header instead of implementing
50481     their own local copy of these functions/macros.
50482
50483     Signed-off-by: Stefan Roese <sr@denx.de>
50484
50485 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
50486 Author: Stefan Roese <sr@denx.de>
50487 Date:   Sun Oct 21 08:12:41 2007 +0200
50488
50489     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
50490
50491     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
50492     PPC440_SYS_INFO structure into the common ppc4xx.h header.
50493
50494     Lot's of other macros are good candidates to be consolidated this way
50495     in the future.
50496
50497     Signed-off-by: Stefan Roese <sr@denx.de>
50498
50499 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
50500 Author: Stefan Roese <sr@denx.de>
50501 Date:   Sun Oct 21 08:05:18 2007 +0200
50502
50503     ppc4xx: Fix size setup in Kilauea DDR2 init routine
50504
50505     The size was initilized wrong. Instead of 256MB, the DDR2 controller
50506     was setup to 512MB. Now the correct values is used.
50507
50508     This patch also does a little cleanup and adds a comment here.
50509
50510     Signed-off-by: Stefan Roese <sr@denx.de>
50511
50512 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
50513 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
50514 Date:   Thu Oct 18 17:29:04 2007 +0200
50515
50516     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
50517
50518     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
50519     number is used to access system registers.
50520
50521     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
50522     Signed-off-by: Stefan Roese <sr@denx.de>
50523
50524 commit c36c68160333ac5fe41ec3db12a728b7075b3912
50525 Author: Stefan Roese <sr@denx.de>
50526 Date:   Thu Oct 18 07:42:27 2007 +0200
50527
50528     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
50529
50530     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
50531     is the internal SRAM. Since I now ported and tested this endpoint mode
50532     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
50533     Katmai.
50534
50535     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
50536     this setup.
50537
50538     Signed-off-by: Stefan Roese <sr@denx.de>
50539
50540 commit 5cb4af4791f61843432155142b6cfac901f66c10
50541 Author: Stefan Roese <sr@denx.de>
50542 Date:   Thu Oct 18 07:39:38 2007 +0200
50543
50544     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
50545
50546     This patch adds endpoint support for the AMCC Kilauea eval board. It can
50547     be tested by connecting a reworked PCIe cable (only 1x lane singles
50548     connected) to another root-complex.
50549
50550     In this test setup, a 64MB inbound window is configured at BAR0 which maps
50551     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
50552     access the first 64MB of the SDRAM on the PPC side.
50553
50554     Signed-off-by: Stefan Roese <sr@denx.de>
50555
50556 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
50557 Author: Stefan Roese <sr@denx.de>
50558 Date:   Sat Oct 13 16:43:23 2007 +0200
50559
50560     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
50561
50562     This patch adds support for dynamic configuration of PCIe ports for the
50563     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
50564     boards Yucca & Katmai and the 405EX board Kilauea.
50565
50566     This dynamic configuration is done via the "pcie_mode" environement
50567     variable. This variable can be set to "EP" or "RP" for endpoint or
50568     rootpoint mode. Multiple values can be joined via the ":" delimiter.
50569     Here an example:
50570
50571     pcie_mode=RP:EP:EP
50572
50573     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
50574     as endpoint.
50575
50576     Per default Yucca will be configured as:
50577     pcie_mode=RP:EP:EP
50578
50579     Per default Katmai will be configured as:
50580     pcie_mode=RP:RP:REP
50581
50582     Per default Kilauea will be configured as:
50583     pcie_mode=RP:RP
50584
50585     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
50586     Signed-off-by: Stefan Roese <sr@denx.de>
50587
50588 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
50589 Author: Stefan Roese <sr@denx.de>
50590 Date:   Thu Oct 11 11:15:59 2007 +0200
50591
50592     ppc4xx: Enable device tree support (fdt) on Kilauea per default
50593
50594     This patch enables the fdt support on the AMCC Kilauea eval board.
50595     Additionally now EBC ranges fdt fixup is included to support NOR
50596     FLASH mapping via the Linux physmap_of driver.
50597
50598     This Kilauea port now support booting arch/ppc and arch/powerpc
50599     Linux kernels. The default environment "net_nfs" is for arch/ppc
50600     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
50601     support will be removed.
50602
50603     Signed-off-by: Stefan Roese <sr@denx.de>
50604
50605 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
50606 Author: Stefan Roese <sr@denx.de>
50607 Date:   Thu Oct 11 11:11:45 2007 +0200
50608
50609     ppc4xx: Add additional debug info to 4xx fdt support
50610
50611     Signed-off-by: Stefan Roese <sr@denx.de>
50612
50613 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
50614 Author: Stefan Roese <sr@denx.de>
50615 Date:   Fri Oct 5 21:28:58 2007 +0200
50616
50617     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
50618
50619     Signed-off-by: Stefan Roese <sr@denx.de>
50620
50621 commit 1941cce71b1ae975602854045061e82f94ecd012
50622 Author: Stefan Roese <sr@denx.de>
50623 Date:   Fri Oct 5 17:35:10 2007 +0200
50624
50625     ppc4xx: Fix small merge problem in 4xx_enet.c
50626
50627     Signed-off-by: Stefan Roese <sr@denx.de>
50628
50629 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
50630 Author: Stefan Roese <sr@denx.de>
50631 Date:   Fri Oct 5 17:11:30 2007 +0200
50632
50633     ppc4xx: Add initial AMCC Kilauea 405EX support
50634
50635     Signed-off-by: Stefan Roese <sr@denx.de>
50636
50637 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
50638 Author: Stefan Roese <sr@denx.de>
50639 Date:   Fri Oct 5 17:10:59 2007 +0200
50640
50641     ppc4xx: Add PPC405EX support
50642
50643     Signed-off-by: Stefan Roese <sr@denx.de>
50644
50645 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
50646 Author: Stefan Roese <sr@denx.de>
50647 Date:   Fri Oct 5 17:09:36 2007 +0200
50648
50649     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
50650
50651     Signed-off-by: Stefan Roese <sr@denx.de>
50652
50653 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
50654 Author: Stefan Roese <sr@denx.de>
50655 Date:   Fri Oct 5 17:07:50 2007 +0200
50656
50657     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
50658
50659     Signed-off-by: Stefan Roese <sr@denx.de>
50660
50661 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
50662 Author: Stefan Roese <sr@denx.de>
50663 Date:   Fri Oct 5 17:04:57 2007 +0200
50664
50665     POST: Add 405EX support to 4xx UART POST test
50666
50667     Signed-off-by: Stefan Roese <sr@denx.de>
50668
50669 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
50670 Author: Stefan Roese <sr@denx.de>
50671 Date:   Fri Oct 5 15:10:02 2007 +0200
50672
50673     DTT: Prepare DS1775 driver for use of different I2C addresses
50674
50675     Signed-off-by: Stefan Roese <sr@denx.de>
50676
50677 commit 19e93b1e16d267220440d827b920fbad8abfa70f
50678 Author: Stefan Roese <sr@denx.de>
50679 Date:   Fri Oct 5 14:23:43 2007 +0200
50680
50681     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
50682
50683     Signed-off-by: Stefan Roese <sr@denx.de>
50684
50685 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
50686 Author: Stefan Roese <sr@denx.de>
50687 Date:   Fri Oct 5 09:22:33 2007 +0200
50688
50689     ppc4xx: 4xx_pcie: Disable debug output as default
50690
50691     Signed-off-by: Stefan Roese <sr@denx.de>
50692
50693 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
50694 Author: Stefan Roese <sr@denx.de>
50695 Date:   Fri Oct 5 09:18:23 2007 +0200
50696
50697     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
50698
50699     Signed-off-by: Stefan Roese <sr@denx.de>
50700
50701 commit 4dbee8a90df613eb517aadbecebd70f168913d30
50702 Author: Stefan Roese <sr@denx.de>
50703 Date:   Fri Oct 5 07:57:20 2007 +0200
50704
50705     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
50706
50707     128MB seems to be the smallest possible value for the memory size
50708     for on PCIe port. With this change now the BAR's of the PCIe cards
50709     are accessible under U-Boot.
50710
50711     One big note: This only works for PCIe port 0 & 1. For port 2 this
50712     currently doesn't work, since the base address is now 0xc0000000
50713     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
50714     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
50715     to change the base addresses completely and this change would have
50716     too much impact right now.
50717
50718     This patch adds debug output to the 4xx pcie driver too.
50719
50720     Signed-off-by: Stefan Roese <sr@denx.de>
50721
50722 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
50723 Author: Stefan Roese <sr@denx.de>
50724 Date:   Wed Oct 3 21:16:32 2007 +0200
50725
50726     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
50727
50728     Signed-off-by: Stefan Roese <sr@denx.de>
50729
50730 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
50731 Author: Stefan Roese <sr@denx.de>
50732 Date:   Wed Oct 3 15:01:02 2007 +0200
50733
50734     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
50735
50736     These files were introduced with the IBM 405GP but are currently used on all
50737     4xx PPC platforms. So the name doesn't match the content anymore. This patch
50738     renames the files to 4xx_pci.c/h.
50739
50740     Signed-off-by: Stefan Roese <sr@denx.de>
50741
50742 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
50743 Author: Stefan Roese <sr@denx.de>
50744 Date:   Wed Oct 3 14:14:58 2007 +0200
50745
50746     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
50747
50748     Signed-off-by: Stefan Roese <sr@denx.de>
50749
50750 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
50751 Author: Stefan Roese <sr@denx.de>
50752 Date:   Wed Oct 3 10:38:09 2007 +0200
50753
50754     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
50755
50756     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
50757         the SDR registers of the PCIe ports. This makes the overall design
50758         clearer, since it removed a lot of switch statements which are not
50759         needed anymore.
50760
50761         Also, the functions ppc4xx_init_pcie_rootport() and
50762         ppc4xx_init_pcie_entport() are merged into a single function
50763         ppc4xx_init_pcie_port(), since most of the code was duplicated.
50764         This makes maintainance and porting to other 4xx platforms
50765         easier.
50766
50767     Signed-off-by: Stefan Roese <sr@denx.de>
50768
50769 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
50770 Author: Stefan Roese <sr@denx.de>
50771 Date:   Wed Oct 3 07:48:09 2007 +0200
50772
50773     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
50774
50775     This patch is the first patch of a series to make the 440SPe PCIe code
50776     usable on different 4xx PPC platforms. In preperation for the new 405EX
50777     which is also equipped with PCIe interfaces.
50778
50779     (2) This patch renames the functions from 440spe_ to 4xx_ with a
50780         little additional cleanup
50781
50782     Signed-off-by: Stefan Roese <sr@denx.de>
50783
50784 commit c7c6da23028f146d912514b95aefa3da7cf37699
50785 Author: Stefan Roese <sr@denx.de>
50786 Date:   Wed Oct 3 07:34:10 2007 +0200
50787
50788     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
50789
50790     This patch is the first patch of a series to make the 440SPe PCIe code
50791     usable on different 4xx PPC platforms. In preperation for the new 405EX
50792     which is also equipped with PCIe interfaces.
50793
50794     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
50795
50796     Signed-off-by: Stefan Roese <sr@denx.de>
50797
50798 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
50799 Author: Marian Balakowicz <m8@semihalf.com>
50800 Date:   Wed Oct 24 01:37:36 2007 +0200
50801
50802     TQM5200: Call usb_cpu_init() during board init
50803
50804     usb_cpu_init() configures GPS USB pins, clocks, etc. and
50805     is required for proper operation of kernel USB subsystem.
50806     This setup was previously done in the kernel by the fixup
50807     code which is being removed, thus low level init must be
50808     done by U-boot now.
50809
50810     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
50811     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50812
50813 commit b5af773f8d92677e06f3295b45557c9d0a487c24
50814 Author: Zhang Wei <wei.zhang@freescale.com>
50815 Date:   Thu Oct 25 17:51:27 2007 +0800
50816
50817     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
50818
50819     The scan code of the key 'z' is 0x1d, which should be handled.
50820
50821     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
50822     controller.
50823
50824     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
50825     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50826
50827 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
50828 Author: Rodolfo Giometti <giometti@enneenne.com>
50829 Date:   Mon Oct 15 11:59:17 2007 +0200
50830
50831     PXA USB OHCI: "usb stop" implementation.
50832
50833     Some USB keys need to be switched off before loading the kernel
50834     otherwise they can remain in an undefined status which prevents them
50835     to be correctly recognized by the kernel.
50836
50837     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
50838     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50839
50840 commit 31548249decf18a6b877a18436b6139dd483fe4a
50841 Author: Justin Flammia <jflammia@savantav.com>
50842 Date:   Mon Oct 29 17:40:35 2007 -0400
50843
50844     DHCP Client Fix
50845
50846     This is a multi-part message in MIME format.
50847
50848     commit e6e505eae94ed721e123e177489291fc4544b7b8
50849     Author: Justin Flammia <jflammia@savantav.com>
50850     Date:   Mon Oct 29 17:19:03 2007 -0400
50851
50852         Found a bug in the way the DHCP Request packet is built, where the IP address
50853         that is offered by the server is bound to prematurely. This patch is a fix of
50854         that bug where the IP address offered by the DHCP server is not used until
50855         after the DHCP ACK from the server is received.
50856
50857     Signed-off-by: Justin Flammia <jflammia@savantav.com>
50858     Signed-off-by: Ben Warren <bwarren@qstreams.com>
50859
50860 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
50861 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50862 Date:   Thu Oct 25 17:16:22 2007 -0500
50863
50864     ColdFire 54455: Fix correct boot location for atmel and intel
50865
50866     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50867
50868 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
50869 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50870 Date:   Thu Oct 25 17:14:00 2007 -0500
50871
50872     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
50873
50874     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50875
50876 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
50877 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50878 Date:   Thu Oct 25 17:12:36 2007 -0500
50879
50880     ColdFire 5329: Assign correct SDRAM size and fix cache
50881
50882     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50883
50884 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
50885 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50886 Date:   Thu Oct 25 17:10:23 2007 -0500
50887
50888     ColdFire 5253: Assign correct SDRAM size
50889
50890     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50891
50892 commit 2acefa72ee0026f862ab65597ca687428f63a973
50893 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50894 Date:   Thu Oct 25 17:09:17 2007 -0500
50895
50896     ColdFire 5282: Fix external flash boot and return dramsize
50897
50898     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50899
50900 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
50901 Author: Bartlomiej Sieka <tur@semihalf.com>
50902 Date:   Thu Oct 25 17:20:01 2007 +0200
50903
50904     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
50905
50906     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
50907
50908 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
50909 Author: Martin Krause <martin.krause@tqs.de>
50910 Date:   Wed Oct 24 08:42:25 2007 +0200
50911
50912     TQM5200: fix spurious characters on second serial interface
50913
50914     With this patch PSC3 is configured as UART. This is done, because if
50915     the pins of PSC3 are not configured at all (-> all pins are GPI),
50916     due to crosstalk, spurious characters may be send over the RX232_2_TXD
50917     signal line.
50918
50919     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50920     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50921
50922 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
50923 Author: Martin Krause <martin.krause@tqs.de>
50924 Date:   Wed Oct 24 08:41:27 2007 +0200
50925
50926     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
50927
50928     Some commands for the STK52xx base board try to access the SM501 grafic
50929     controller. But the TQM5200S has no grafic controller (only the TQM5200
50930     and the TQM5200B have). This patch deactivates the commands accessing
50931     the SM501 for the TQM5200S.
50932
50933     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50934     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50935
50936 commit b31f64343ead9482cd439b1adbe4c34026a641b1
50937 Author: Martin Krause <martin.krause@tqs.de>
50938 Date:   Mon Oct 22 16:45:53 2007 +0200
50939
50940     TQM5200: fix spurious characters on second serial interface
50941
50942     With this patch PSC3 is configured as UART. This is done, because if
50943     the pins of PSC3 are not configured at all (-> all pins are GPI),
50944     due to crosstalk, spurious characters may be send over the RX232_2_TXD
50945     signal line.
50946
50947     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50948
50949 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
50950 Author: Martin Krause <martin.krause@tqs.de>
50951 Date:   Mon Oct 22 16:40:06 2007 +0200
50952
50953     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
50954
50955     Some commands for the STK52xx base board try to access the SM501 grafic
50956     controller. But the TQM5200S has no grafic controller (only the TQM5200
50957     and the TQM5200B have). This patch deactivates the commands accessing
50958     the SM501 for the TQM5200S.
50959
50960     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50961
50962 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
50963 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50964 Date:   Sun Oct 21 09:14:28 2007 +0200
50965
50966     Mips: Fix string functions differ prototype declaration
50967
50968     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50969
50970 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
50971 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50972 Date:   Fri Oct 19 17:51:40 2007 -0500
50973
50974     fsl_pci_init enable COMMAND_MEMORY if inbound window
50975
50976     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
50977     to pciauto_setup_device has the side effect of not getting
50978     COMMAND_MEMORY set.
50979
50980     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50981
50982 commit e9d0d527992566ebef9826962ff1745b2f082b92
50983 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50984 Date:   Fri Oct 19 10:55:24 2007 +0200
50985
50986     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
50987
50988     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50989
50990 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
50991 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50992 Date:   Fri Oct 19 08:10:15 2007 +0200
50993
50994     fix warning: no return statement in function returning non-void
50995
50996     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50997
50998 commit e78220f6e514206757acfe247297fc9a328a881f
50999 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51000 Date:   Fri Oct 19 06:33:45 2007 +0200
51001
51002     xsengine: Fix no partition type specified, use DOS as default
51003
51004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51005
51006 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
51007 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51008 Date:   Fri Oct 19 00:24:59 2007 +0200
51009
51010     lubbock: Fix no partition type specified, use DOS as default
51011
51012     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51013
51014 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
51015 Author: Wolfgang Denk <wd@denx.de>
51016 Date:   Tue Oct 23 16:50:03 2007 +0200
51017
51018     Coding style: keep lists sorted; update CHANGELOG
51019
51020     Signed-off-by: Wolfgang Denk <wd@denx.de>
51021
51022 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
51023 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51024 Date:   Fri Oct 19 00:09:05 2007 +0200
51025
51026     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
51027
51028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51029
51030 commit 96455bfebc9887837095c9051d216f53c61b5f10
51031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51032 Date:   Fri Oct 19 00:07:39 2007 +0200
51033
51034     Fix warning differ in signedness in board/innokom/innokom.c
51035
51036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51037
51038 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
51039 Author: Marcel Ziswiler <marcel@ziswiler.com>
51040 Date:   Fri Oct 19 00:25:33 2007 +0200
51041
51042     fix pxa255_idp board
51043
51044     The pxa255_idp being an old unmaintained board showed several issues:
51045     1. CONFIG_INIT_CRITICAL was still defined.
51046     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
51047     3. Symbol flash_addr was undeclared.
51048     4. The boards lowlevel_init function was still called memsetup.
51049     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
51050     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
51051     'target CPU does not support interworking' warnings on recent compilers.
51052     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
51053     indexes rather than the register definitions from the pxa-regs header
51054     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
51055     avoid any ambiguities.
51056     8. There were several redefinition warnings concerning ICMR, OSMR3,
51057     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
51058     9. The board configuration file was rather outdated.
51059     10. The part header file defined the vendor, product and revision arrays
51060     as unsigned chars instead of just chars in the block_dev_desc_t
51061     structure.
51062
51063     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
51064
51065 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
51066 Author: Rune Torgersen <runet@innovsys.com>
51067 Date:   Wed Oct 17 11:56:31 2007 -0500
51068
51069     Make MPC8266ADS command selection more robust
51070
51071     Fix MPC8266 command line definition so it won't break when new commands
51072     are added to u-boot.
51073     Signed-off-by Rune Torgersen <runet@innovsys.com>
51074
51075 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
51076 Author: Bartlomiej Sieka <tur@semihalf.com>
51077 Date:   Tue Oct 23 13:14:10 2007 +0200
51078
51079     Motion-PRO: Update configuration to accomodate next generation board.
51080
51081     New board has faster oscillator and a different Flash chip. This affects:
51082     - CFG_MPC5XXX_CLKIN
51083     - SDRAM timings
51084     - Flash CS configuration (timings)
51085     - Flash sector size, and thus MTD partition layout
51086     - malloc() arena size (due to bigger Flash sectors)
51087     - smaller memory test range (due to bigger malloc() arena)
51088
51089     This patch also enables more extensive memory testing via "mtest".
51090
51091     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
51092
51093 commit eff501904df2bf1724a750062628ba2c51dbb1f8
51094 Author: Bartlomiej Sieka <tur@semihalf.com>
51095 Date:   Tue Oct 23 11:36:07 2007 +0200
51096
51097     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
51098
51099     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
51100     register must be written a value of 0x00000004 as the first step of the
51101     SDRAM contorller configuration.
51102
51103     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
51104
51105 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
51106 Author: Peter Pearse <peter.pearse@arm.com>
51107 Date:   Tue Oct 23 10:22:16 2007 +0100
51108
51109     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
51110
51111 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
51112 Author: Stefan Roese <sr@denx.de>
51113 Date:   Tue Oct 23 10:17:42 2007 +0200
51114
51115     ppc4xx: lwmon5: Some further GPIO config changes
51116
51117     Signed-off-by: Stefan Roese <sr@denx.de>
51118
51119 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
51120 Author: Vlad Lungu <vlad@comsys.ro>
51121 Date:   Sun Oct 21 22:10:10 2007 +0900
51122
51123     [MIPS] Fix UNCACHED_SDRAM
51124
51125     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
51126
51127     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
51128     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51129
51130 commit 00101dd7a32d12f698150123e47e4b3420279f86
51131 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51132 Date:   Sun Oct 21 21:30:42 2007 +0900
51133
51134     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
51135
51136     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51137
51138 commit eb700636db017d310edaeb559b13d82588560674
51139 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51140 Date:   Sun Oct 21 10:55:37 2007 +0900
51141
51142     [MIPS] u-boot.lds: Define _gp in a standard manner
51143
51144     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51145
51146 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
51147 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51148 Date:   Sun Oct 21 10:55:36 2007 +0900
51149
51150     [MIPS] Fix $gp usage
51151
51152     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
51153     As a general principle, we should use _gp for $gp.
51154
51155     Thanks to linker script's help we fortunately have _gp which equals to
51156     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
51157     be able to access to GOT entires, global variables and procedure entry
51158     points. The right thing to do is to use _gp.
51159
51160     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
51161     which holds the offset from _gp. When updating GOT entries, we use this
51162     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
51163
51164     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
51165     I made some change to leave over num_got_entries.
51166
51167     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51168     Cc: Vlad Lungu <vlad@comsys.ro>
51169
51170 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
51171 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51172 Date:   Sun Oct 21 10:55:36 2007 +0900
51173
51174     [MIPS] u-boot.lds: Fix __got_start and __got_end
51175
51176     Ensure that __got_start points to top of the `.got', and __got_end points
51177     to bottom as well, so that we never fail to count num_got_entries.
51178
51179     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51180
51181 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
51182 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51183 Date:   Sun Oct 21 10:55:36 2007 +0900
51184
51185     [MIPS] u-boot.lds: Remove duplicated .sdata section
51186
51187     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51188
51189 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
51190 Author: Wolfgang Denk <wd@denx.de>
51191 Date:   Sun Oct 21 01:01:17 2007 +0200
51192
51193     Minor coding style cleanup; update CHANGELOG
51194
51195     Signed-off-by: Wolfgang Denk <wd@denx.de>
51196
51197 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
51198 Author: Vlad Lungu <vlad@comsys.ro>
51199 Date:   Thu Oct 4 20:47:10 2007 +0300
51200
51201     Fix NE2000 driver:
51202
51203     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
51204     to do anything in eth_stop() if eth_init() was not called.
51205     Simplified RX path in order to avoid timeouts on really really
51206     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
51207     clever enough to cope with 1 packet per eth_rx().
51208
51209     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
51210
51211 commit df90968b48fb34fa9072fab150db2ac89678f537
51212 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
51213 Date:   Mon Sep 24 13:32:13 2007 -0400
51214
51215     Setting MSR[DE] in do_reset
51216
51217     Hello,
51218        This patch ensures the soft reset of the board for the 85xx boards
51219        by setting the MSR[DE] in the do_reset function.
51220
51221     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
51222
51223 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
51224 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
51225 Date:   Mon Sep 24 13:36:01 2007 -0400
51226
51227     MSR overwrite fix
51228
51229     Hello,
51230       This patch fixes the MSR overwrite in the start.S when moving out of
51231       the last 4K page.
51232
51233     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
51234
51235 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
51236 Author: Dan Wilson <dwilson@fulcrummicro.com>
51237 Date:   Fri Oct 19 11:33:48 2007 -0500
51238
51239     tsec driver should clear RHALT on startup
51240
51241     This was causing problems for some people.
51242
51243     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
51244     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
51245     Signed-off-by: Andy Fleming <afleming@freescale.com>
51246
51247 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
51248 Author: Kumar Gala <galak@kernel.crashing.org>
51249 Date:   Thu Oct 11 00:29:18 2007 -0500
51250
51251     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
51252
51253     On the MPC85xx CDS we have two issues:
51254
51255     1. The device tree fixup code did not check to see if the property we are
51256     trying to update is actually found.  Its possible that it would update
51257     random memory starting at 0.
51258
51259     2. Newer Linux kernel's have moved the location of the PCI nodes to be
51260     sibilings of the soc node and not children.  The explicit PATH to the PCI
51261     node would not be found for these device trees.  Add the ability to handle
51262     both paths.  In the future we shouldn't handle such fixups by explicit path.
51263
51264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51265
51266 commit a3063eec775719b7e91023bbec3f64b3118791df
51267 Author: Kumar Gala <galak@kernel.crashing.org>
51268 Date:   Thu Oct 11 00:18:48 2007 -0500
51269
51270     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
51271
51272     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
51273     console.  Make it so we match that config what we tell Linux as the early
51274     STDOUT console.
51275
51276     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51277
51278 commit e1ce3cb617bb06f91f82f98915391175addf3e82
51279 Author: Kumar Gala <galak@kernel.crashing.org>
51280 Date:   Tue Oct 2 11:12:27 2007 -0500
51281
51282     Remove magic numbers from cache related operations for mpc85xx
51283
51284     The mpc85xx start code uses some magic numbers that we actually
51285     have #defines for in <config.h> so use those instead.
51286
51287     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51288
51289 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
51290 Author: Detlev Zundel <dzu@denx.de>
51291 Date:   Fri Oct 19 16:47:26 2007 +0200
51292
51293     Fix two typos.
51294
51295     Signed-off-by: Detlev Zundel <dzu@denx.de>
51296
51297 commit 281df457c1aa50d2752165d0c5c3282d4027b974
51298 Author: Tony Li <tony.li@freescale.com>
51299 Date:   Thu Oct 18 17:47:19 2007 +0800
51300
51301     mpc83xx: Add configure entry for MPC83xx ATM support
51302
51303     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
51304     Makfile and MAKEALL
51305
51306     Signed-off-by: Tony Li <tony.li@freescale.com>
51307     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51308
51309 commit d2646554f529a9577515eceb0ec5eceee18244ba
51310 Author: Tony Li <tony.li@freescale.com>
51311 Date:   Thu Oct 18 17:44:38 2007 +0800
51312
51313     mpc83xx: pq-mds-pib.c typo error
51314
51315     Correct to val8 from val.
51316
51317     Signed-off-by: Tony Li <tony.li@freescale.com>
51318     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51319
51320 commit 3e11ae80fec1ee12194940955431186abf6009c2
51321 Author: Stefan Roese <sr@denx.de>
51322 Date:   Wed Oct 17 15:40:19 2007 +0200
51323
51324     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
51325
51326     Signed-off-by: Stefan Roese <sr@denx.de>
51327
51328 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
51329 Author: Jon Loeliger <jdl@freescale.com>
51330 Date:   Tue Oct 16 15:27:43 2007 -0500
51331
51332     Initial mpc8610hpcd Makefile files.
51333
51334     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
51335     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
51336     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51337     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51338
51339 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
51340 Author: Jon Loeliger <jdl@freescale.com>
51341 Date:   Tue Oct 16 15:26:51 2007 -0500
51342
51343     Initial mpc8610hpcd cpu/, README and include/ files.
51344
51345     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
51346     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
51347     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51348     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51349
51350 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
51351 Author: Jon Loeliger <jdl@freescale.com>
51352 Date:   Tue Oct 16 13:54:01 2007 -0500
51353
51354     Initial mpc8610hpcd board files.
51355
51356     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
51357     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
51358     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
51359     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51360
51361 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
51362 Author: runet@innovsys.com <runet@innovsys.com>
51363 Date:   Tue Oct 16 14:50:40 2007 -0500
51364
51365     Make MPC8266ADS board compile again.
51366
51367     Signed-off-by: Runet Torgersen <runet@innovsys.com>
51368
51369 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
51370 Author: Jon Loeliger <jdl@freescale.com>
51371 Date:   Mon Aug 27 12:41:03 2007 -0500
51372
51373     86xx: Allow for fewer DDR slots per memory controller.
51374
51375     As a direct correlation exists between DDR DIMM slots
51376     and SPD EEPROM addresses used to configure them, use
51377     the individually defined SPD_EEPROM_ADDRESS* values to
51378     determine if a DDR DIMM slot should have its SPD
51379     configuration read or not.
51380
51381     Effectively, this now allows for 1 or 2 DIMM slots
51382     per memory controller.
51383
51384     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51385
51386 commit 4d4a945e189a2f384c66432316da2788a0ac1607
51387 Author: Rodolfo Giometti <giometti@enneenne.com>
51388 Date:   Mon Oct 15 11:59:17 2007 +0200
51389
51390     PXA USB OHCI: "usb stop" implementation.
51391
51392     Some USB keys need to be switched off before loading the kernel
51393     otherwise they can remain in an undefined status which prevents them
51394     to be correctly recognized by the kernel.
51395
51396     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
51397
51398 commit e2e93442e558cf1500e92861f99713b2f045ea22
51399 Author: Stefan Roese <sr@denx.de>
51400 Date:   Mon Oct 15 11:39:00 2007 +0200
51401
51402     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
51403
51404     The I2C bootstrap values that can be setup via the "bootstrap" command,
51405     were setup incorrect regarding the generation of the internal sync PCI
51406     clock. The values for PLB clock == 133MHz were slighly incorrect and the
51407     values for PLB clock == 166MHz were totally incorrect. This could
51408     lead to a hangup upon booting while PCI configuration scan.
51409
51410     This patch fixes this issue and configures valid PCI divisor values
51411     for the sync PCI clock, with respect to the provided external async
51412     PCI frequency.
51413
51414     Here the values of the formula in the chapter 14.2 "PCI clocking"
51415     from the 440EPx users manual:
51416
51417     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
51418
51419     33MHz async PCI frequency:
51420     PLB = 133:
51421     =>      32 <= 44.3 <= 65        (div = 3)
51422
51423     PLB = 166:
51424     =>      32 <= 55.3 <= 65        (div = 3)
51425
51426     66MHz async PCI frequency:
51427     PLB = 133:
51428     =>      65 <= 66.5 <= 132       (div = 2)
51429
51430     PLB = 166:
51431     =>      65 <= 83 <= 132         (div = 2)
51432
51433     Signed-off-by: Stefan Roese <sr@denx.de>
51434
51435 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
51436 Author: Stefan Roese <sr@denx.de>
51437 Date:   Mon Oct 15 11:29:33 2007 +0200
51438
51439     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
51440
51441     The BCSR status bit for the 66MHz PCI operation was correctly
51442     addressed (MSB/LSB problem). Now the correct currently setup
51443     PCI frequency is displayed upon bootup.
51444
51445     This patch also fixes this problem on Rainier & Yellowstone, since these
51446     boards use the same souce code as Sequoia & Yosemite do.
51447
51448     Signed-off-by: Stefan Roese <sr@denx.de>
51449
51450 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
51451 Author: Martin Krause <martin.krause@tqs.de>
51452 Date:   Wed Sep 26 17:55:56 2007 +0200
51453
51454     TQM860M: adjust for doubled flash sector size.
51455
51456     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
51457     doubled sector size.
51458
51459     Signed-off-by: Martin Krause <martin.krause@tqs.de>
51460
51461 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
51462 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
51463 Date:   Wed Sep 26 17:55:54 2007 +0200
51464
51465     TQM8xx: Fix CAN timing.
51466
51467     Signed-off-by: Martin Krause <martin.krause@tqs.de>
51468
51469 commit d43e489baf02afae49077791fb22332d240d8656
51470 Author: Martin Krause <martin.krause@tqs.de>
51471 Date:   Thu Sep 27 14:54:36 2007 +0200
51472
51473     TQM866M: fix SDRAM refresh
51474
51475     At 133 MHz the current SDRAM refresh rate is too fast
51476     (measured 4 * 1.17 us).
51477     CFG_MAMR_PTA changes from 39 to 97. This result
51478     in a refresh rate of 4 * 7.8 us at the default clock
51479     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
51480     This is a compromise until a new method is found to
51481     adjust the refresh rate.
51482
51483     Signed-off-by: Martin Krause <martin.krause@tqs.de>
51484
51485 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
51486 Author: Martin Krause <martin.krause@tqs.de>
51487 Date:   Wed Sep 26 17:55:55 2007 +0200
51488
51489     TQM866M: adjust for doubled flash sector size.
51490
51491     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
51492     doubled sector size.
51493
51494     Signed-off-by: Martin Krause <martin.krause@tqs.de>
51495
51496 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
51497 Author: Michal Simek <monstr@monstr.eu>
51498 Date:   Sun Oct 14 16:12:29 2007 +0200
51499
51500     [FIX] XUPV2P change command handling
51501     and remove code violation
51502
51503 commit 636400198228d96983c06657b17f760f5989958e
51504 Author: Wolfgang Denk <wd@denx.de>
51505 Date:   Sun Oct 14 00:13:19 2007 +0200
51506
51507     Prepare for 1.3.0-rc3 release
51508
51509     Signed-off-by: Wolfgang Denk <wd@denx.de>
51510
51511 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
51512 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51513 Date:   Sat Sep 29 13:41:37 2007 +0200
51514
51515     Fix warning differ in signedness in cpu/pxa/mmc.c
51516
51517     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51518
51519 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
51520 Author: Wolfgang Denk <wd@denx.de>
51521 Date:   Sat Oct 13 23:51:14 2007 +0200
51522
51523     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
51524
51525     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51526     Signed-off-by: Wolfgang Denk <wd@denx.de>
51527
51528 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
51529 Author: Wolfgang Denk <wd@denx.de>
51530 Date:   Sat Oct 13 21:15:39 2007 +0200
51531
51532     Coding Style cleanup.
51533
51534     Signed-off-by: Wolfgang Denk <wd@denx.de>
51535
51536 commit e1893815b0999410d7a327589611c7b38e95299e
51537 Author: Wolfgang Denk <wd@denx.de>
51538 Date:   Fri Oct 12 15:49:39 2007 +0200
51539
51540     GP3 SSA: enable RTC
51541
51542     Signed-off-by: Wolfgang Denk <wd@denx.de>
51543
51544 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
51545 Author: Grzegorz Bernacki <gjb@semihalf.com>
51546 Date:   Tue Oct 9 13:58:24 2007 +0200
51547
51548     [ads5121] EEPROM support added.
51549
51550     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
51551
51552 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
51553 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51554 Date:   Sat Oct 6 18:55:35 2007 +0200
51555
51556     AVR32: Initialize bi_flash* in board_init_r
51557
51558     The ATSTK1000-specific flash driver intializes bi_flashstart,
51559     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
51560     driver, don't.
51561
51562     Initialize these in board_init_r instead so that things will still be
51563     set up correctly when we switch to the CFI driver.
51564
51565     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51566
51567 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
51568 Author: Marian Balakowicz <m8@semihalf.com>
51569 Date:   Fri Oct 5 10:40:54 2007 +0200
51570
51571     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
51572
51573     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
51574
51575 commit 92869195ef8210758d2176230c0a36897afd50ed
51576 Author: Bartlomiej Sieka <tur@semihalf.com>
51577 Date:   Fri Oct 5 09:46:06 2007 +0200
51578
51579     CM5200: Fix missing null-termination in hostname manipulation code
51580
51581     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
51582
51583 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
51584 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51585 Date:   Tue Oct 2 19:09:01 2007 +0200
51586
51587     Fix memtest breakage
51588
51589     CFG_MEMTEST_START uses weird magic involving gd, which fails to
51590     compile. Use hardcoded values instead (we actually know how much RAM
51591     we have on board.)
51592
51593     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51594
51595 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
51596 Author: Stefan Roese <sr@denx.de>
51597 Date:   Tue Oct 2 11:44:46 2007 +0200
51598
51599     ppc4xx: Coding style cleanup
51600
51601     Signed-off-by: Stefan Roese <sr@denx.de>
51602
51603 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
51604 Author: Stefan Roese <sr@denx.de>
51605 Date:   Tue Oct 2 11:44:19 2007 +0200
51606
51607     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
51608
51609     Signed-off-by: Stefan Roese <sr@denx.de>
51610
51611 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
51612 Author: Grzegorz Bernacki <gjb@semihalf.com>
51613 Date:   Mon Oct 1 09:51:50 2007 +0200
51614
51615     Program EPLD to force full duplex mode for PHY.
51616
51617     EPLD forces modes of PHY operation. By default full duplex is turned off.
51618     This fix turns it on.
51619
51620     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
51621
51622 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
51623 Author: Timo Ketola <timo.ketola@exertus.fi>
51624 Date:   Mon Sep 24 14:50:32 2007 +0300
51625
51626     Bugfix: Use only one PTD for one endpoint
51627
51628     Original isp116x-hcd code prepared multiple PTDs for longer than 16
51629     byte transfers for one endpoint. That is unnecessary because the
51630     ISP116x is able to split long data from one PTD into multiple
51631     transactions based on the buffer size of the endpoint. It also caused
51632     serious problems if the endpoint NAKed some of the transactions. In
51633     that case ISP116x wouldn't notice that the other PTDs were for the same
51634     endpoint and would try the other PTDs possibly out of order. That would
51635     break the whole transfer.
51636
51637     This patch makes isp116x_submit_job to use one PTD for one transfer.
51638
51639     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
51640     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51641
51642 commit 86ec86c04326c3913178a7679aa910de071da75d
51643 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51644 Date:   Thu Sep 27 23:27:47 2007 +0200
51645
51646     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
51647
51648     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51649
51650 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
51651 Author: Stefan Roese <sr@denx.de>
51652 Date:   Tue Sep 11 14:12:55 2007 +0200
51653
51654     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
51655
51656     Signed-off-by: Stefan Roese <sr@denx.de>
51657
51658 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
51659 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
51660 Date:   Wed Sep 26 16:35:54 2007 -0500
51661
51662     85xx io out functions need sync after write.
51663
51664     This fixes the mc146818 rtc_read/write functions for 85xx.
51665
51666     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
51667
51668 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
51669 Author: Grant Likely <grant.likely@secretlab.ca>
51670 Date:   Tue Sep 25 15:48:05 2007 -0600
51671
51672     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
51673
51674     CFG_FPGA_XILINX is a bit value used to test against the value in
51675     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
51676     think that is the intention in this code.
51677
51678     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51679
51680 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
51681 Author: Michal Simek <monstr@monstr.eu>
51682 Date:   Mon Sep 24 00:41:30 2007 +0200
51683
51684     [FIX] change command handling and removing code violation
51685
51686 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
51687 Author: Michal Simek <monstr@monstr.eu>
51688 Date:   Mon Sep 24 00:36:06 2007 +0200
51689
51690     [FIX] change sets of commands
51691     because changing of command handling brings
51692     compilation problems
51693
51694 commit cb1bc63b75a232571eb69aa2c8aa919321655845
51695 Author: Michal Simek <monstr@monstr.eu>
51696 Date:   Mon Sep 24 00:30:42 2007 +0200
51697
51698     [FIX] Email reparation & Copyright
51699     Both codes are written by myself without any
51700     support from CTU
51701
51702 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
51703 Author: Michal Simek <monstr@monstr.eu>
51704 Date:   Mon Sep 24 00:25:11 2007 +0200
51705
51706     [PATCH] Change macro name for UartLite
51707     because PowerPC 405 can use UartLite as console
51708
51709 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
51710 Author: Michal Simek <monstr@monstr.eu>
51711 Date:   Mon Sep 24 00:21:19 2007 +0200
51712
51713     [PATCH] Add support for design without interrupt controller
51714     Polling timer
51715
51716 commit 0731933ec8ec45d02ba89b52df673d526873cdde
51717 Author: Michal Simek <monstr@monstr.eu>
51718 Date:   Mon Sep 24 00:19:48 2007 +0200
51719
51720     [FIX] resolve problem with cpu without barrel shifter
51721
51722 commit db14d77995ce515b728b178b63f82babe60e3d56
51723 Author: Michal Simek <monstr@monstr.eu>
51724 Date:   Mon Sep 24 00:18:46 2007 +0200
51725
51726     [FIX] repair email address
51727
51728 commit 481d4328618804add1f818a6c96296121cd0528e
51729 Author: Michal Simek <monstr@monstr.eu>
51730 Date:   Mon Sep 24 00:17:42 2007 +0200
51731
51732     [FIX] repair MFSL commands
51733
51734 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
51735 Author: Michal Simek <monstr@monstr.eu>
51736 Date:   Mon Sep 24 00:08:37 2007 +0200
51737
51738     synchronizition with mainline
51739
51740 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
51741 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51742 Date:   Sun Sep 23 02:42:38 2007 +0900
51743
51744     sh: Add support command of ide with sh
51745
51746     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51747
51748 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
51749 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51750 Date:   Sun Sep 23 02:38:42 2007 +0900
51751
51752     sh: Update Makefile
51753
51754     Add support MS7722SE01 to Makefile.
51755
51756     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51757
51758 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
51759 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51760 Date:   Sun Sep 23 02:31:13 2007 +0900
51761
51762     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
51763
51764     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51765
51766 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
51767 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51768 Date:   Sun Sep 23 02:19:24 2007 +0900
51769
51770     sh: Update MS7750SE01 platform
51771
51772     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51773
51774 commit 516ad760db3553766267ada01b7d5d727faa4bbd
51775 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51776 Date:   Sun Sep 23 02:17:08 2007 +0900
51777
51778     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
51779
51780     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51781
51782 commit b02bad128669e567fce87d8df823b06a0144b8db
51783 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51784 Date:   Sun Sep 23 02:12:30 2007 +0900
51785
51786     sh: Update core code of SuperH.
51787
51788     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51789
51790 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
51791 Author: Wolfgang Denk <wd@denx.de>
51792 Date:   Thu Sep 20 00:04:14 2007 +0200
51793
51794     v1.3.0-rc2
51795
51796     Signed-off-by: Wolfgang Denk <wd@denx.de>
51797
51798 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
51799 Author: Wolfgang Denk <wd@denx.de>
51800 Date:   Tue Sep 18 21:36:35 2007 +0200
51801
51802     Avoid compiler warning.
51803
51804     Signed-off-by: Wolfgang Denk <wd@denx.de>
51805
51806 commit 8a783a65851bc7421ab69f442261215e21b8891a
51807 Author: Grant Likely <grant.likely@secretlab.ca>
51808 Date:   Tue Sep 18 12:24:57 2007 -0600
51809
51810     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
51811
51812     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
51813     nulls in a string differently.  For example, the following statement:
51814         echo "this is a string\0" > afile
51815     Will produce the following with /bin/bash:
51816         "this is a string\0"
51817     But with /bin/dash, will produce:
51818         "this is a string
51819
51820     Bug fixed by moving the embedded null out of the makefile and into the
51821     config header.  Also renamed the macro to avoid usage colision with the same
51822     macro used by other board ports.
51823
51824     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51825
51826 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
51827 Author: Wolfgang Denk <wd@denx.de>
51828 Date:   Tue Sep 18 17:40:27 2007 +0200
51829
51830     MCC200: fix build warning
51831
51832     The MCC200 board config file includes version.h for some customer-
51833     specific setting, which causes warnings with "make depend"; build
51834     version.h before depend.
51835
51836     Signed-off-by: Wolfgang Denk <wd@denx.de>
51837
51838 commit bd86220f58b99d6896198c385fda132f0c980915
51839 Author: Peter Pearse <peter.pearse@arm.com>
51840 Date:   Tue Sep 18 13:07:54 2007 +0100
51841
51842     Move coloured led API to status_led.h
51843     Improve indentation in drivers/at45.c
51844
51845 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
51846 Author: Eirik Aanonsen <eaa@wprmedical.com>
51847 Date:   Tue Sep 18 08:47:20 2007 +0200
51848
51849     Update atstk1002 bootargs.
51850
51851     Updates to atstk1002 U-Boot header file:
51852     - Changed bootargs:
51853         * Set the bootargs for at1002 to point to the SD-card partition instead
51854         * ... of the boot flash.
51855         * Removing the rootfstype since that argument are not needed.
51856
51857     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
51858     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51859
51860 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
51861 Author: Eirik Aanonsen <eaa@wprmedical.com>
51862 Date:   Wed Sep 12 13:32:37 2007 +0200
51863
51864     Add some comments to clocks in atstk1002.h
51865
51866     This patch applies some clarifying comments to how the different
51867     clocks are setup according to atstk1002.h Some of the previous
51868     comments where stating wrongful information.
51869
51870     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51871
51872 commit 97213f32416ead885deafea86774e912ffd60ad0
51873 Author: David Saada <David.Saada@ecitele.com>
51874 Date:   Mon Sep 17 17:04:47 2007 +0200
51875
51876     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
51877
51878     Signed-off-by: David Saada <david.saada@ecitele.com>
51879
51880 commit 30363e98fa470fbecea5e8bc0f1443352754f303
51881 Author: Stefan Roese <sr@denx.de>
51882 Date:   Mon Sep 17 08:20:47 2007 +0200
51883
51884     Small whitespace cleanup of OneNAND patch
51885
51886     Signed-off-by: Stefan Roese <sr@denx.de>
51887
51888 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
51889 Author: Kyungmin Park <kmpark@infradead.org>
51890 Date:   Mon Sep 10 17:15:14 2007 +0900
51891
51892     OneNAND support (take #2)
51893
51894     [PATCH 3/3] OneNAND support (take #2)
51895
51896     OneNAND support at U-Boot
51897
51898     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51899
51900 commit 17aa2800457df0c06b41516f46f126712c196219
51901 Author: Kyungmin Park <kmpark@infradead.org>
51902 Date:   Mon Sep 10 17:14:34 2007 +0900
51903
51904     OneNAND support (take #2)
51905
51906     [PATCH 2/3] OneNAND support (take #2)
51907
51908     OneNAND support at U-Boot
51909
51910     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51911
51912 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
51913 Author: Kyungmin Park <kmpark@infradead.org>
51914 Date:   Mon Sep 10 17:13:49 2007 +0900
51915
51916     OneNAND support (take #2)
51917
51918     [PATCH 1/3] OneNAND support (take #2)
51919
51920     OneNAND support at U-Boot
51921
51922     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51923
51924 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
51925 Author: Michal Simek <monstr@monstr.eu>
51926 Date:   Sun Sep 16 20:51:57 2007 +0200
51927
51928     [FIX] remove files form repository
51929
51930 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
51931 Author: Wolfgang Denk <wd@denx.de>
51932 Date:   Sun Sep 16 17:10:04 2007 +0200
51933
51934     TQM8xx[LM]: Fix broken environment alignment.
51935
51936     With recent toolchains, the environment sectors were no longer aligned to
51937     sector boundaries. The reason was a combination of two bugs:
51938
51939     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
51940        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
51941        this gets defined, is not included here (and cannot be included
51942        without causing lots of problems).
51943
51944        Added a new #define CFG_USE_PPCENV for all boards which really
51945        want to put the environment is a ".ppcenv" section.
51946
51947     2) The linker scripts just include environment.o, silently assuming
51948        that the objects in that file are really in the order in which
51949        they are coded in the C file, i. e. "environment" first, then
51950        "redundand_environment", and "env_size" last. However, current
51951        toolchains (GCC-4.x) reorder the objects, causing the environment
51952        data not to start on a flash sector boundary:
51953
51954        Instead of:                                      we got:
51955
51956         40008000 T environment                  40008000 T env_size
51957         4000c000 T redundand_environment        40008004 T redundand_environment
51958         40010000 T env_size                     4000c004 T environment
51959
51960        Note: this patch fixes just the first part, and cures the alignment
51961        problem by making sure that "env_size" gets placed correctly. However,
51962        we still have a potential issue because primary and redundant
51963        environment sectors are actually swapped, i. e. we have now:
51964
51965         40008000 T redundand_environment
51966         4000c000 T environment
51967         40010000 T env_size
51968
51969        This shall be fixed in the next version.
51970
51971     Signed-off-by: Wolfgang Denk <wd@denx.de>
51972
51973 commit eb6da8050797c204c9d010548424186c7ce32fc1
51974 Author: Wolfgang Denk <wd@denx.de>
51975 Date:   Sun Sep 16 02:39:35 2007 +0200
51976
51977     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
51978
51979     Signed-off-by: Wolfgang Denk <wd@denx.de>
51980
51981 commit cd2d1602c54cc6957bdef3872272a4b264893960
51982 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
51983 Date:   Mon Sep 10 14:54:56 2007 -0400
51984
51985     Typo fix in tsec.c
51986
51987     Fixup for the break statement in wrong place.
51988
51989     [Patch by urwithsughosh@gmail.com]
51990     Acked-by: Andy Fleming <afleming@freescale.com>
51991     Signed-off-by:      Wolfgang Denk <wd@denx.de>
51992
51993 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
51994 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51995 Date:   Tue Sep 11 17:04:00 2007 +0200
51996
51997     Fix do_div() usage in nand process output
51998
51999     Fix usage of do_div() in nand erase|read|write process output.
52000
52001     The last patch to nand_util.c introduced do_div() instead of libgcc's
52002     implementation. But do_div() returns the quotient in its first
52003     macro parameter and not as result.
52004
52005     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52006
52007 commit c750d2e6692a000a82f29de7bf24e3dc21239161
52008 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52009 Date:   Wed Sep 12 12:36:53 2007 +0200
52010
52011     NAND: Add CFG_NAND_QUIET option
52012
52013     This config option sets the default for the progress information
52014     output behavior that can also be configured through the 'quiet'
52015     environment variable.
52016
52017     The legacy NAND code does not print the current progress info
52018     on the console. So this option is for backward compatibility for
52019     units that are in the field and where setting the quiet variable
52020     is not an option. With CFG_NAND_QUIET set to '1' the console
52021     progress info is turned off. This can still be overwritten
52022     through the environment variable.
52023
52024     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52025
52026 commit dcb88630290d2bcd803386dd4c2be73142994c4f
52027 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
52028 Date:   Thu Sep 13 16:06:05 2007 -0700
52029
52030     ColdFire: fix build error becasue of bad type of mii_init()
52031
52032     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52033
52034 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
52035 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
52036 Date:   Thu Sep 13 16:04:05 2007 -0700
52037
52038     ColdFire: Fix build error caused by pixis.c
52039
52040     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
52041
52042     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52043
52044 commit e21659e30660a1377c42af135a6114efe39801d9
52045 Author: Sam Sparks <SSparks@twacs.com>
52046 Date:   Fri Sep 14 11:14:42 2007 -0600
52047
52048     Update MPC8349ITX*_config to place config.tmp in right place.
52049
52050     MPC834ITX*_config does not store config.tmp at the correct locatation,
52051     causing MPC8349ITXGP to have the wrong TEXT_BASE.
52052
52053     Signed-off-by: Sam Sparks <SSparks@twacs.com>
52054     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52055
52056 commit 1218abf1b5817a39a82399b4b928b00750575bda
52057 Author: Wolfgang Denk <wd@denx.de>
52058 Date:   Sat Sep 15 20:48:41 2007 +0200
52059
52060     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
52061
52062     Signed-off-by: Wolfgang Denk <wd@denx.de>
52063
52064 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
52065 Author: Dirk Behme <dirk.behme@googlemail.com>
52066 Date:   Sat Sep 15 11:55:42 2007 +0200
52067
52068     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
52069
52070     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
52071     function local.
52072
52073     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
52074
52075     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
52076
52077 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
52078 Author: Michal Simek <monstr@monstr.eu>
52079 Date:   Sat Sep 15 00:03:35 2007 +0200
52080
52081     Synchronize with U-BOOT mainline
52082
52083 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
52084 Author: Sam Sparks <SSparks@twacs.com>
52085 Date:   Fri Sep 14 11:14:42 2007 -0600
52086
52087     Update MPC8349ITX*_config to place config.tmp in right place.
52088
52089     MPC834ITX*_config does not store config.tmp at the correct locatation,
52090     causing MPC8349ITXGP to have the wrong TEXT_BASE.
52091
52092     Signed-off-by: Sam Sparks <SSparks@twacs.com>
52093     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52094     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52095
52096 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
52097 Author: Bartlomiej Sieka <tur@semihalf.com>
52098 Date:   Thu Sep 13 18:21:48 2007 +0200
52099
52100     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
52101
52102     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52103
52104 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
52105 Author: Bartlomiej Sieka <tur@semihalf.com>
52106 Date:   Thu Sep 13 16:33:59 2007 +0200
52107
52108     tqm5200: Restore customary env. variable boot commands for powerpc kernels
52109
52110     - update default definitions of kernel_addr and fdt_addr env. variables
52111     - make arch/powerpc booting the default scenario
52112     - update MTD partition layout to match the above
52113
52114     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52115
52116 commit f34024d4a328e6edd906456da98d2c537155c4f7
52117 Author: Wolfgang Denk <wd@denx.de>
52118 Date:   Wed Sep 12 00:48:57 2007 +0200
52119
52120     Fix memory corruption problem on STX GP3 SSA Board.
52121
52122     Signed-off-by: Wolfgang Denk <wd@denx.de>
52123
52124 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
52125 Author: Peter Pearse <peter.pearse@arm.com>
52126 Date:   Tue Sep 11 15:35:01 2007 +0100
52127
52128     Final tidy
52129
52130 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
52131 Author: Grzegorz Bernacki <gjb@semihalf.com>
52132 Date:   Tue Sep 11 15:42:11 2007 +0200
52133
52134     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
52135     scan on second pci bus.
52136
52137     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52138
52139 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
52140 Author: Grzegorz Bernacki <gjb@semihalf.com>
52141 Date:   Tue Sep 11 12:57:52 2007 +0200
52142
52143     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
52144
52145     Bamboo has a file sdram.c which needs special treatment when building in
52146     separate directory. It has to be linked to build directory otherwise it is
52147     not seen.
52148
52149     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52150
52151 commit d45963854eff39d575124d859419bb4953ce2c87
52152 Author: Michal Simek <monstr@monstr.eu>
52153 Date:   Tue Sep 11 00:37:04 2007 +0200
52154
52155     [FIX] Microblaze ML401 - repare FLASH handling
52156
52157 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
52158 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
52159 Date:   Mon Sep 10 16:55:59 2007 +0100
52160
52161     Allocate CPU Architecture Code for STMicroelectronics' ST200.
52162
52163     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
52164     ---------------------------------------------------
52165
52166 commit 754bac48156f8958d8f6a53a51eda88ab5758929
52167 Author: Wolfgang Denk <wd@denx.de>
52168 Date:   Mon Sep 10 20:42:31 2007 +0200
52169
52170     Update version to match current state.
52171
52172     Signed-off-by: Wolfgang Denk <wd@denx.de>
52173
52174 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
52175 Author: Grzegorz Bernacki <gjb@semihalf.com>
52176 Date:   Mon Sep 10 17:39:08 2007 +0200
52177
52178     [MPC512x] Streamline frame handling in the FEC driver
52179
52180     - convert frame size settings to be derived from a single base
52181     - set frame size to the recommended default value
52182
52183     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52184
52185 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
52186 Author: Kyungmin Park <kmpark@infradead.org>
52187 Date:   Mon Sep 10 11:34:00 2007 +0900
52188
52189     Remove compiler warning: target CPU does not support interworking
52190
52191     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
52192
52193 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
52194 Author: Wolfgang Denk <wd@denx.de>
52195 Date:   Sun Sep 9 21:21:33 2007 +0200
52196
52197     Fix compile error in spc1920 config.
52198
52199     Signed-off-by: Markus Klotzbücher <mk@denx.de>
52200     Signed-off-by: Wolfgang Denk <wd@denx.de>
52201
52202 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
52203 Author: Grant Likely <grant.likely@secretlab.ca>
52204 Date:   Fri Sep 7 09:25:07 2007 -0600
52205
52206     Bugfix: make bootm+libfdt compile on boards with no flash
52207
52208     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52209
52210 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
52211 Author: Grzegorz Bernacki <gjb@semihalf.com>
52212 Date:   Fri Sep 7 18:35:37 2007 +0200
52213
52214     [PPC440SPe] PCIe environment settings for Katmai and Yucca
52215
52216     - 'pciconfighost' is set by default in order to be able to scan bridges
52217     behind the primary host/PCIe
52218
52219     - 'pciscandelay' env variable is recognized to allow for user-controlled
52220     delay before the PCIe bus enumeration; some peripheral devices require a
52221     significant delay before they can be scanned (e.g. LSI8408E); without the
52222     delay they are not detected
52223
52224     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52225
52226 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
52227 Author: Grzegorz Bernacki <gjb@semihalf.com>
52228 Date:   Fri Sep 7 18:20:23 2007 +0200
52229
52230     [PPC440SPe] Improve PCIe configuration space access
52231
52232     - correct configuration space mapping
52233     - correct bus numbering
52234     - better access to config space
52235
52236     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
52237     first device on the first bus. We now allow to configure up to 16 buses;
52238     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
52239     peripheral devices farther in hierarchy can be identified.
52240
52241     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52242
52243 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
52244 Author: Grzegorz Bernacki <gjb@semihalf.com>
52245 Date:   Fri Sep 7 17:46:18 2007 +0200
52246
52247     [PPC440SPe] Convert machine check exceptions handling
52248
52249     Convert using fixup mechanism to suppressing MCK for the duration of config
52250     read/write transaction: while fixups work fine with the case of a precise
52251     exception, we identified a major drawback with this approach when there's
52252     an imprecise case. In this scenario there is the following race condition:
52253     the fixup is (by design) set to catch the instruction following the one
52254     actually causing the exception; if an interrupt (e.g. decrementer) happens
52255     between those two instructions, the ISR code is executed before the fixup
52256     handler the machine check is no longer protected by the fixup handler as it
52257     appears as within the ISR code. In consequence the fixup approach is being
52258     phased out and replaced with explicit suppressing of MCK during a PCIe
52259     config read/write cycle.
52260
52261     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52262
52263 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
52264 Author: Wolfgang Denk <wd@denx.de>
52265 Date:   Fri Sep 7 17:43:36 2007 +0200
52266
52267     Fix typo in MAKEALL script.
52268
52269     Signed-off-by: Wolfgang Denk <wd@denx.de>
52270
52271 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
52272 Author: Grzegorz Bernacki <gjb@semihalf.com>
52273 Date:   Fri Sep 7 17:09:21 2007 +0200
52274
52275     [MPC512x] Proper handling of larger frames in the FEC driver
52276
52277     When frame larger than local RX buffer is received, it is split and handled
52278     by two buffer descriptors. Prior to this patch the FEC driver discarded
52279     contents of a buffer descriptor without the 'LAST' bit set, so the first
52280     part of the frame was lost in case of larger frames. This fix allows to
52281     safely combine the two pieces into the whole frame.
52282
52283     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
52284
52285 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
52286 Author: Rafal Jaworowski <raj@semihalf.com>
52287 Date:   Fri Sep 7 17:05:36 2007 +0200
52288
52289     [MPC512x] Correct fixup relocation
52290
52291     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
52292
52293 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
52294 Author: Wolfgang Denk <wd@denx.de>
52295 Date:   Fri Sep 7 01:21:25 2007 +0200
52296
52297     Update CHANGELOG, minor coding style cleanup.
52298
52299 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
52300 Author: stefano babic <sbabic@denx.de>
52301 Date:   Thu Aug 30 23:01:49 2007 +0200
52302
52303     PXA270: Added support for TrizepsIV board.
52304
52305     This patch add support for the Trizeps IV module (520Mhz).
52306
52307     Signed-off-by: Stefano Babic <sbabic@denx.de>
52308
52309 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
52310 Author: stefano babic <sbabic@denx.de>
52311 Date:   Thu Aug 30 22:57:04 2007 +0200
52312
52313     PXA270: Add support for multiple serial ports.
52314
52315     This patch adds support for multiple serial ports to the PXA target.
52316     FFUART, BTUART and STUART are supported.
52317
52318     Signed-off-by: Stefano Babic <sbabic@denx.de>
52319
52320 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
52321 Author: stefano babic <sbabic@denx.de>
52322 Date:   Thu Aug 30 22:48:47 2007 +0200
52323
52324     PXA270: fix compile issue (invalid lvalue)
52325
52326     Code is broken for PXA270 due to "invalid lvalue in assignment".
52327
52328     This patch fix it in pxa-regs.h
52329
52330     Signed-off-by: Stefano Babic <sbabic@denx.de>
52331
52332 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
52333 Author: Jason Jin <Jason.jin@freescale.com>
52334 Date:   Thu Aug 30 18:19:05 2007 +0800
52335
52336     Add BUILD_DIR support for bios emulator.
52337
52338     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52339
52340 commit b4d8a55145442f136982634862341a3e02002bda
52341 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52342 Date:   Fri Aug 31 14:41:51 2007 +0900
52343
52344     [MIPS] Remove inline asm string functions
52345
52346     Stop using inline string functions on MIPS as other ARCHs do so,
52347     since the optimized inline asm versions are not small.
52348
52349     This change is triggered by a following MIPS build error:
52350     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
52351     common/exports.c:32: undefined reference to `strcmp'
52352     make: *** [u-boot] Error 1
52353
52354     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52355
52356 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
52357 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52358 Date:   Fri Aug 31 14:41:45 2007 +0900
52359
52360     [MIPS] Update asm string header
52361
52362     This patches contains several bugfixes and cleanups in the latest upstream:
52363
52364      - Don't include linux/config.h
52365      - Remove buggy inline version of memscan.
52366      - Merge with Linux 2.6.11-rc3.
52367      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
52368      - Goodbye mips64.  31704 lines of code bite the dust.
52369      - Replace extern inline with static inline.
52370      - Fix return value of strncpy.
52371      - Remove a bunch more "$1" clobbers.
52372
52373     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52374
52375 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
52376 Author: Bartlomiej Sieka <tur@semihalf.com>
52377 Date:   Tue Sep 4 17:31:22 2007 +0200
52378
52379     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
52380
52381     Fix incorrect blob address calculation in do_bootm_linux() that prevents
52382     booting the kernel from a multi-file image (kernel + initrd + blob).
52383
52384     Also, make minor updates to the U-Boot's output and to the coding style.
52385
52386     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52387
52388 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
52389 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
52390 Date:   Fri Aug 31 14:29:04 2007 +0200
52391
52392     Add support for Sil680 IDE controller.
52393
52394     o add drivers/sil680.c to support the Sil680 IDE-controller.
52395     o drivers/Makefile: add sil680.o.
52396
52397     Signed-off-by: Gary Jennejohn <garyj@denx.de>
52398
52399 commit e79021223bc339df655e360645a52c457a74b067
52400 Author: Grant Likely <grant.likely@secretlab.ca>
52401 Date:   Thu Sep 6 09:47:40 2007 -0600
52402
52403     bootm/fdt: Only process the fdt if an fdt address was provided
52404
52405     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
52406     kernels using the board info structure (instead of passing a device tree)
52407     This change allows the old style booting to be used if the fdt argument
52408     was not passed to 'bootm'.
52409
52410     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52411     Acked-by: Kim Phillips <kim.phillips@freescale.com>
52412
52413 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
52414 Author: Grant Likely <grant.likely@secretlab.ca>
52415 Date:   Thu Sep 6 09:46:23 2007 -0600
52416
52417     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
52418
52419     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
52420
52421     Tested on: lite5200b
52422
52423     Note: the fixup functions have not been moved to a common place.  This
52424     patch is targeted for immediate merging as in solves a build issue, but
52425     the final name/location of the fixups is still subject to debate.  I
52426     propose to merge this now, and move the fixups in the next merge window
52427     to be usable by all targets.
52428
52429     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52430
52431 commit 41bb76e941929f54a73206fb132f7a4c275543a3
52432 Author: Grant Likely <grant.likely@secretlab.ca>
52433 Date:   Thu Sep 6 09:46:17 2007 -0600
52434
52435     libfdt: add convenience function fdt_find_and_setprop()
52436
52437     Given the path to a node, fdt_find_and_setprop() allows a property value
52438     to be set directly.
52439
52440     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52441
52442 commit 80767a6cead9990d9e77e62be947843c2c72f469
52443 Author: Peter Pearse <peter.pearse@arm.com>
52444 Date:   Wed Sep 5 16:04:41 2007 +0100
52445
52446     Changed API name to coloured_led.h
52447     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
52448     Tidied other cpu/arm920t/start.S code
52449
52450 commit 56a9270521baaa00e12639a978302a67f61ef060
52451 Author: Kumar Gala <galak@kernel.crashing.org>
52452 Date:   Thu Aug 30 16:18:18 2007 -0500
52453
52454     Fix ULI RTC support on MPC8544 DS
52455
52456     The RTC on the M1575 ULI chipset requires a dummy read before
52457     we are able to talk to the RTC.  We accomplish this by adding a
52458     second memory region to the PHB the ULI is on and read from it.
52459
52460     The second region is added to maintain compatiabilty with Linux's
52461     view of the PCI memory map.
52462
52463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52464
52465 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
52466 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52467 Date:   Thu Aug 30 01:58:48 2007 -0500
52468
52469     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
52470
52471     pcie is now differentiated from pci.  Add 8641 bus-range updates.
52472
52473     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52474
52475 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
52476 Author: Peter Pearse <peter.pearse@arm.com>
52477 Date:   Tue Sep 4 16:18:38 2007 +0100
52478
52479     Add coloured led interface for ARM boards.
52480     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
52481
52482 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
52483 Author: Peter Pearse <peter.pearse@arm.com>
52484 Date:   Tue Sep 4 14:49:28 2007 +0100
52485
52486     Move include/led.h to board/at91rm9200dk
52487
52488 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
52489 Author: Peter Pearse <peter.pearse@arm.com>
52490 Date:   Tue Sep 4 14:25:51 2007 +0100
52491
52492     Ran Lindent on drivers/at45.c
52493
52494 commit 557ab89d294f08dd532f21d19861b40093200a33
52495 Author: Peter Pearse <peter.pearse@arm.com>
52496 Date:   Tue Sep 4 14:23:50 2007 +0100
52497
52498     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
52499
52500 commit 81b73dec16fd1227369a191e725e10044a9d56b8
52501 Author: Gary Jennejohn <garyj@denx.de>
52502 Date:   Fri Aug 31 15:21:46 2007 +0200
52503
52504     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
52505
52506     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
52507     set to non-zero, because it doesn't support MRM (memory-read-
52508     multiple) correctly. We now added the possibility to configure
52509     this register in the board config file, so that the default value
52510     of 8 can be overridden.
52511
52512     Here the details of this patch:
52513
52514     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
52515       board-specific settings. As an example the sequoia board requires 0.
52516       Idea from Stefan Roese <sr@denx.de>.
52517     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
52518       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
52519     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
52520       CFG_PCI_CACHE_LINE_SIZE to 0.
52521
52522     Signed-off-by: Gary Jennejohn <garyj@denx.de>
52523     Signed-off-by: Stefan Roese <sr@denx.de>
52524
52525 commit 60174746c668b309378a91488dded898e9553eae
52526 Author: Wolfgang Denk <wd@denx.de>
52527 Date:   Fri Aug 31 10:01:51 2007 +0200
52528
52529     Fix TFTP OACK code for short packets.
52530
52531     The old code had a loop limit overflow bug which caused a semi-
52532     infinite loop for small packets, because in "i<len-8", "i" was signed,
52533     but "len" was unsigned, and "len-8" became a huge number for small
52534     values of "len".
52535
52536     This is a workaround which replaces broken commit 8f1bc284.
52537
52538     Signed-off-by: Wolfgang Denk <wd@denx.de>
52539
52540 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
52541 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
52542 Date:   Thu Aug 30 15:03:05 2007 +0200
52543
52544     Reduce BOOTDELAY variable to 1 second by default for STK1002
52545
52546     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
52547     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52548
52549 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
52550 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
52551 Date:   Thu Aug 30 15:03:04 2007 +0200
52552
52553     Remove double quotation marks around MAC address for STK1002
52554
52555     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
52556     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52557
52558 commit ff13ac8c7bbebb238e339592de765c546dba1073
52559 Author: Wolfgang Denk <wd@denx.de>
52560 Date:   Thu Aug 30 14:42:15 2007 +0200
52561
52562     Backout commit 8f1bc284 as it causes TFTP to fail.
52563
52564     Signed-off-by: Wolfgang Denk <wd@denx.de>
52565
52566 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
52567 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52568 Date:   Thu Aug 30 02:26:17 2007 -0500
52569
52570     Revert "Fix MPC8544DS PCIe3 scsi."
52571
52572     This reverts commit 9468e680.
52573     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
52574
52575     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52576
52577 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
52578 Author: Grant Likely <grant.likely@secretlab.ca>
52579 Date:   Wed Aug 29 18:26:24 2007 -0600
52580
52581     tftp: don't implicity trust the format of recevied packets
52582
52583     The TFTP OACK code trusts that the incoming packet is formated as
52584     ASCII text and can be processed by string functions. It also has a
52585     loop limit overflow bug where if the packet length is less than 8, it
52586     ends up looping over *all* of memory to find the 'blksize' string.
52587
52588     This patch solves the problem by forcing the packet to be null
52589     terminated and using strstr() to search for the sub string.
52590
52591     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52592
52593 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
52594 Author: Stefan Roese <sr@denx.de>
52595 Date:   Wed Aug 29 16:31:18 2007 +0200
52596
52597     ppc4xx: Change lwmon5 default environment to support Linux RTC
52598
52599     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
52600     to supply the RTC I2C address as bootline parameter. This patch
52601     adds support for this rtc probing parameter to the bootargs:
52602
52603     "rtc-pcf8563.probe=0,0x51"
52604
52605     Signed-off-by: Stefan Roese <sr@denx.de>
52606
52607 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
52608 Author: Kim Phillips <kim.phillips@freescale.com>
52609 Date:   Wed Aug 29 09:06:05 2007 -0500
52610
52611     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
52612
52613     this had slipped through the cracks, since the sbc board was added
52614     after I wrote the original patch to remove all these symbols, and
52615     before it was merged.
52616
52617     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52618
52619 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
52620 Author: Wolfgang Denk <wd@denx.de>
52621 Date:   Wed Aug 29 14:05:30 2007 +0200
52622
52623     Add mii_init() prototype
52624
52625     to get rid of a *lot* of compiler warnings.
52626
52627     Signed-off-by: Wolfgang Denk <wd@denx.de>
52628
52629 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
52630 Author: Wolfgang Denk <wd@denx.de>
52631 Date:   Wed Aug 29 13:35:03 2007 +0200
52632
52633     Disable network support on cmi_mpc5xx board
52634
52635     ..because it caused compiler errors and there seems to be no
52636     board maintainer to take care of this.
52637
52638     Signed-off-by: Wolfgang Denk <wd@denx.de>
52639
52640 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
52641 Author: Kumar Gala <galak@kernel.crashing.org>
52642 Date:   Mon Aug 20 09:44:00 2007 -0500
52643
52644     Fix MPC8544DS PCIe3 scsi.
52645
52646     <ed.swarthout@freescale.com>
52647
52648     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
52649     is allocating memory space it doesn't need.
52650
52651     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
52652     Signed-off-by: Andy Fleming <afleming@freescale.com>
52653
52654 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
52655 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52656 Date:   Tue Aug 21 09:38:59 2007 -0500
52657
52658     8548cds fixes
52659
52660     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
52661     correct consoledev needed for linux boot.
52662     Standardize on fdt{file,addr} var to hold dtb file name.
52663
52664     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
52665
52666     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
52667
52668 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
52669 Author: Haiying Wang <Haiying.Wang@freescale.com>
52670 Date:   Thu Aug 23 15:20:54 2007 -0400
52671
52672     Enable L2 cache for MPC8568MDS board
52673
52674     The L2 cache size is 512KB for 8568, print out the correct informaiton.
52675
52676     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
52677
52678 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
52679 Author: Jason Jin <Jason.jin@freescale.com>
52680 Date:   Wed Aug 22 17:54:49 2007 +0800
52681
52682     Remove the bios emulator binary files from MAI board
52683
52684     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52685
52686 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
52687 Author: Kim Phillips <kim.phillips@freescale.com>
52688 Date:   Tue Aug 21 17:00:17 2007 -0500
52689
52690     support board vendor-common makefiles
52691
52692     if a board/$(VENDOR)/common/Makefile exists, build it.
52693
52694     also add the first such case, board/freescale/common/Makefile, to
52695     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
52696     dictated by board configuration.
52697
52698     thusly get rid of alternate build dir errors such as:
52699
52700     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
52701
52702     by putting the common/ mkdir command in its proper place (the common
52703     Makefile). Common bits from existing individual board Makefiles have
52704     been removed.
52705
52706     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52707
52708 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
52709 Author: stefano babic <sbabic@denx.de>
52710 Date:   Tue Aug 21 15:52:33 2007 +0200
52711
52712     Fix: TFTP is not working on little endian systems
52713
52714     TFTP does not work anymore after multicast tftp
52715     patch was applied on little endian systems.
52716     This patch fix it.
52717
52718     Signed-off-by: Stefano Babic <sbabic@denx.de>
52719
52720 commit 5f470948570526e9186f053a3003da7719604e90
52721 Author: stefano babic <sbabic@denx.de>
52722 Date:   Tue Aug 21 15:50:33 2007 +0200
52723
52724     Fix MAC address setting in DM9000 driver.
52725
52726     The logic to check if there is a correct MAC address in the DM9000
52727     EEPROM, added in the last patch, is wrong. Now the MAC address is
52728     always taken from the environment, even if a suitable MAC is present
52729     in the EEPROM.
52730
52731     Signed-off-by: Stefano Babic <sbabic@denx.de>
52732
52733 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
52734 Author: Martin Krause <martin.krause@tqs.de>
52735 Date:   Tue Aug 21 12:40:34 2007 +0200
52736
52737     MPC5xxx: fix some compiler warnings in USB code
52738
52739     Fix the following warnings:
52740     - usb.c:xx: warning: function declaration isn't a prototype
52741     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
52742       from pointer wihtout a cast
52743
52744     Signed-off-by: Martin Krause <martin.krase@tqs.de>
52745
52746 commit 16e23c3f5dab6937f5109365416808c7f15c122b
52747 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
52748 Date:   Mon Aug 20 23:55:33 2007 -0500
52749
52750     fsl_pci_init - Remove self PCSRBAR allocation
52751
52752     CPU physical address space was being wasted by allocating a
52753     PCSRBAR PCI inbound region to it's memory space.
52754
52755     As a rule, PCSRBAR should be left alone since it does not affect
52756     transactions from self and other masters may have changed it.
52757
52758     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
52759
52760 commit 0e700ce03a23bb1921149bc77008ace7103d5289
52761 Author: Martin Krause <martin.krause@tqs.de>
52762 Date:   Mon Aug 20 13:56:47 2007 +0200
52763
52764     Fix compiler warning in include/s3c2410.h
52765
52766     This patch fixes the "type qualifiers ignored on fuction return tpye"
52767     warning for include/s3c2410.h
52768
52769     Signed-off-by: Martin Krause <martin.krause@tqs.de>
52770
52771 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
52772 Author: Dirk Behme <dirk.behme@googlemail.com>
52773 Date:   Mon Aug 20 07:09:05 2007 +0200
52774
52775     Fix compilation error for omap2420h4_config.
52776
52777     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
52778     and flash_probe() calls in env_flash.c.
52779
52780     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
52781
52782 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
52783 Author: Kim Phillips <kim.phillips@freescale.com>
52784 Date:   Fri Aug 10 14:34:14 2007 -0500
52785
52786     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
52787
52788     and make some minor corrections to the FDT part of the README.
52789
52790     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52791
52792 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
52793 Author: Wolfgang Denk <wd@denx.de>
52794 Date:   Wed Aug 29 01:32:05 2007 +0200
52795
52796     Minor coding style cleanup.
52797
52798     Signed-off-by: Wolfgang Denk <wd@denx.de>
52799
52800 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
52801 Author: Heiko Schocher <hs@pollux.denx.de>
52802 Date:   Tue Aug 28 17:40:33 2007 +0200
52803
52804     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
52805
52806     Signed-off-by: Heiko Schocher <hs@denx.de>
52807
52808 commit f98984cb194bb34dbe1db9429d3b51133af30d07
52809 Author: Heiko Schocher <hs@pollux.denx.de>
52810 Date:   Tue Aug 28 17:39:14 2007 +0200
52811
52812     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
52813               define there own I/O functions.
52814               (Needed for the pcs440ep board).
52815             - The default I/O Functions are again 8 Bit accesses.
52816             - Added CONFIG_CMD_IDE for the pcs440ep Board.
52817
52818     Signed-off-by: Heiko Schocher <hs@denx.de>
52819
52820 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
52821 Author: Semih Hazar <semih.hazar@indefia.com>
52822 Date:   Mon Aug 20 19:00:01 2007 +0300
52823
52824     AVR32: Change prototype of memset
52825
52826     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
52827     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52828
52829 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
52830 Author: Yuri Tikhonov <yur@emcraft.com>
52831 Date:   Sat Aug 25 05:07:16 2007 +0200
52832
52833     POST: limit memory test area to not touch global data anymore
52834
52835     As experienced on lwmon5, on some boards the POST memory test can
52836     corrupt the global data buffer (bd). This patch fixes this issue
52837     by checking and limiting this area.
52838
52839     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52840     Signed-off-by: Stefan Roese <sr@denx.de>
52841
52842 commit 75e1a84d483e36be10e206e539b028c4889e1158
52843 Author: Stefan Roese <sr@denx.de>
52844 Date:   Fri Aug 24 15:41:42 2007 +0200
52845
52846     ppc4xx: Add RTC POST test to lwmon5 board configuration
52847
52848     Since this RTC POST test is taking quite a while to complete
52849     it's only initiated upon special keypress same as the complete
52850     memory POST.
52851
52852     Signed-off-by: Stefan Roese <sr@denx.de>
52853
52854 commit d7bfa620037a6d2210159387571bdf93aa32c162
52855 Author: Stefan Roese <sr@denx.de>
52856 Date:   Fri Aug 24 15:19:10 2007 +0200
52857
52858     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
52859
52860     Signed-off-by: Stefan Roese <sr@denx.de>
52861
52862 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
52863 Author: Stefan Roese <sr@denx.de>
52864 Date:   Thu Aug 23 11:02:37 2007 +0200
52865
52866     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
52867
52868     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
52869     board. Now the "eeprom" command can be used to read/write from/to this
52870     device. Additionally a new command was added "eepromwp" to en-/disable
52871     the write-protect of this 2nd EEPROM.
52872
52873     The 1st EEPROM is not affected by this write-protect command.
52874
52875     Signed-off-by: Stefan Roese <sr@denx.de>
52876
52877 commit c64fb30e4c5976007d56fc1789c7a0666082b536
52878 Author: Stefan Roese <sr@denx.de>
52879 Date:   Wed Aug 22 08:56:09 2007 +0200
52880
52881     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
52882
52883     Signed-off-by: Stefan Roese <sr@denx.de>
52884
52885 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
52886 Author: Stefan Roese <sr@denx.de>
52887 Date:   Tue Aug 21 16:27:57 2007 +0200
52888
52889     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
52890
52891     This patch adds support for the matrix keyboard on the lwmon5 board.
52892     Since the implementation in the dsPCI is kind of compatible with the
52893     "old" lwmon board, most of the code is copied from the lwmon
52894     board directory.
52895
52896     Signed-off-by: Stefan Roese <sr@denx.de>
52897
52898 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
52899 Author: Wolfgang Denk <wd@denx.de>
52900 Date:   Sun Aug 19 10:27:34 2007 +0200
52901
52902     Fix some build errors.
52903
52904     Signed-off-by: Wolfgang Denk <wd@denx.de>
52905
52906 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
52907 Author: Wolfgang Denk <wd@denx.de>
52908 Date:   Sat Aug 18 22:00:38 2007 +0200
52909
52910     Update CHANGELOG.
52911
52912 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
52913 Author: Kim Phillips <kim.phillips@freescale.com>
52914 Date:   Thu Aug 16 22:52:39 2007 -0500
52915
52916     lib_ppc: make board_add_ram_info weak
52917
52918     platforms wishing to display RAM diagnostics in addition to size,
52919     can do so, on one line, in their own board_add_ram_info()
52920     implementation.
52921
52922     this consequently eliminates CONFIG_ADD_RAM_INFO.
52923
52924     Thanks to Stefan for the hint.
52925
52926     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52927
52928 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
52929 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52930 Date:   Fri Aug 17 12:43:44 2007 +0900
52931
52932     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
52933
52934     This patch has been sent on:
52935     - 6 Jun 2007
52936
52937     Many users of PCI config read routines tend to ignore the function
52938     ret value, and are only concerned about the contents of *val. Based
52939     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
52940     the *val on dword read error.
52941
52942     Without this fix, for example, we'll go on scanning bus with vendor or
52943     header_type uninitialized. This brings many unnecessary config trials.
52944
52945     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52946
52947 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
52948 Author: Stefan Roese <sr@denx.de>
52949 Date:   Sat Aug 18 14:37:52 2007 +0200
52950
52951     ColdFire: Fix some remaining problems with CFG_CMD_
52952
52953     Signed-off-by: Stefan Roese <sr@denx.de>
52954
52955 commit 8280f6a1c43247616b68224675188e5ccd124650
52956 Author: Stefan Roese <sr@denx.de>
52957 Date:   Sat Aug 18 14:33:02 2007 +0200
52958
52959     Coding style cleanup
52960
52961     Signed-off-by: Stefan Roese <sr@denx.de>
52962
52963 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
52964 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52965 Date:   Thu Aug 16 19:23:50 2007 -0500
52966
52967     ColdFire: Add M5235EVB Platform for MCF523x
52968
52969     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52970
52971 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
52972 Author: Kim Phillips <kim.phillips@freescale.com>
52973 Date:   Fri Aug 17 09:30:00 2007 -0500
52974
52975     mpc83xx: fix typo in DDR2 programming
52976
52977     introduced in the implement board_add_ram_info patch as I was cleaning out the
52978     magic numbers.  sorry.
52979
52980     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52981
52982 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
52983 Author: Kim Phillips <kim.phillips@freescale.com>
52984 Date:   Thu Aug 16 22:53:09 2007 -0500
52985
52986     mpc83xx: move freescale boards to boards/freescale
52987
52988     includes build fixes.
52989
52990     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52991
52992 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
52993 Author: Kim Phillips <kim.phillips@freescale.com>
52994 Date:   Thu Aug 16 22:52:59 2007 -0500
52995
52996     mpc83xx: suppress unused variable 'val8' warning
52997
52998     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52999
53000 commit bbea46f76f767b919070b4829bf34c86bd223248
53001 Author: Kim Phillips <kim.phillips@freescale.com>
53002 Date:   Thu Aug 16 22:52:48 2007 -0500
53003
53004     mpc83xx: implement board_add_ram_info
53005
53006     add board_add_ram_info, to make memory diagnostic output more
53007     consistent. u-boot banner output now looks like:
53008
53009     DRAM:  256 MB (DDR1, 64-bit, ECC on)
53010
53011     and for boards with SDRAM on the local bus, a line such as this is
53012     added:
53013
53014     SDRAM: 64 MB (local bus)
53015
53016     also replaced some magic numbers with their equivalent define names.
53017
53018     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53019
53020 commit 14778585d1389d86d5846efec29e5fce892680ce
53021 Author: Tony Li <tony.li@freescale.com>
53022 Date:   Fri Aug 17 10:35:59 2007 +0800
53023
53024     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
53025
53026     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
53027     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
53028
53029     Signed-off-by Tony Li <tony.li@freescale.com>
53030
53031 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
53032 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53033 Date:   Thu Aug 16 15:05:11 2007 -0500
53034
53035     ColdFire: Add M54455EVB for MCF5445x
53036
53037     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53038
53039 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
53040 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53041 Date:   Thu Aug 16 13:20:50 2007 -0500
53042
53043     ColdFire: Add M5253EVBE platform for MCF52x2
53044
53045     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53046
53047 commit a605aacd8324094199402816cc6d9124aba57b8d
53048 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53049 Date:   Thu Aug 16 05:04:31 2007 -0500
53050
53051     ColdFire: Add M5249EVB platform for MCF52x2
53052
53053     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53054
53055 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
53056 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53057 Date:   Wed Aug 15 20:32:06 2007 -0500
53058
53059     ColdFire: Update Freescale MCF52x2 platforms
53060
53061     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53062
53063 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
53064 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53065 Date:   Wed Aug 15 19:55:10 2007 -0500
53066
53067     ColdFire: Update EB+MCF-EV123 platform
53068
53069     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53070
53071 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
53072 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53073 Date:   Wed Aug 15 19:46:38 2007 -0500
53074
53075     ColdFire: update TASREG platform for MCF52x2
53076
53077     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53078
53079 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
53080 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53081 Date:   Wed Aug 15 19:45:51 2007 -0500
53082
53083     ColdFire: update r5200 platform for MCF52x2
53084
53085     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53086
53087 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
53088 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53089 Date:   Wed Aug 15 19:43:20 2007 -0500
53090
53091     ColdFire: idmr platform MCF52x2 update
53092
53093     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53094
53095 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
53096 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53097 Date:   Wed Aug 15 19:41:06 2007 -0500
53098
53099     ColdFire: cobra5272 platform for MCF52x2 update
53100
53101     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53102
53103 commit 56115665b4a64c10c01440c57749b265e0908fa4
53104 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53105 Date:   Wed Aug 15 19:38:15 2007 -0500
53106
53107     ColdFire: MCF52x2 Header files update
53108
53109     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53110
53111 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
53112 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53113 Date:   Wed Aug 15 19:21:21 2007 -0500
53114
53115     ColdFire: MCF52x2 update
53116
53117     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53118
53119 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
53120 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53121 Date:   Wed Aug 15 18:46:11 2007 -0500
53122
53123     ColdFire: MCF5329 update cache
53124
53125     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53126
53127 commit 7171977fb8fd77cfb6676953fa9a05789c450513
53128 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53129 Date:   Wed Aug 15 15:40:20 2007 -0500
53130
53131     ColdFire: MCF5329 header file clean up
53132
53133     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53134
53135 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
53136 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53137 Date:   Wed Aug 15 15:39:17 2007 -0500
53138
53139     ColdFire: MCF5329 Update and cleanup
53140
53141     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53142
53143 commit 10327dc5541f947c0cf7e31fef86c4706169607a
53144 Author: Andy Fleming <afleming@freescale.com>
53145 Date:   Thu Aug 16 16:35:02 2007 -0500
53146
53147     Add CONFIG_HAS_ETH0 to all boards with TSEC
53148
53149     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
53150     to update TSEC1's device-tree node, so we need to add it
53151     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
53152     since they will eventually do something similar.
53153
53154     Signed-off-by: Andy Fleming <afleming@freescale.com>
53155
53156 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
53157 Author: Kumar Gala <galak@kernel.crashing.org>
53158 Date:   Thu Aug 16 15:05:04 2007 -0500
53159
53160     Update MPC8544 DS PCI memory map
53161
53162     The PCIe bus that the ULI M1575 is connected to has no possible way of
53163     needing more than the fixed amount of IO & Memory space needed by the ULI.
53164
53165     So make it use far less IO & memory space and have it use the shared LAW.  This
53166     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
53167     by each bus.
53168
53169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53170
53171 commit ea5877e31ed63ade948fd1293895ec23fe01472e
53172 Author: Kumar Gala <galak@kernel.crashing.org>
53173 Date:   Thu Aug 16 11:01:21 2007 -0500
53174
53175     Fix up some fdt issues on 8544DS
53176
53177     It looks like we had a merge issue that duplicated a bit of code
53178     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
53179     the MAC address properly set in the device tree on boot for TSEC1
53180
53181     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53182
53183 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
53184 Author: Niklaus Giger <niklaus.giger@netstal.com>
53185 Date:   Thu Aug 16 15:16:03 2007 +0200
53186
53187     PPC4xx:HCU4/5 cleanup
53188
53189     Minor cleanups to confirm to the u-boot coding style.
53190     Some german expressions -> english.
53191     HCU5 enforces a unique IP adress for a given slot in the rack.
53192
53193     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53194
53195 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
53196 Author: Niklaus Giger <niklaus.giger@netstal.com>
53197 Date:   Thu Aug 16 15:16:02 2007 +0200
53198
53199     PPC4xx:HCU4/5 cleanup ecc/sdram init
53200
53201     Make ecc initialisation robust, as DDR2-ECC errors may be generated
53202     while zeroing the RAM.
53203
53204     Return 16 bytes (a cacheline) less than the available memory, as the
53205     board and/or PPC440EPx might have problems accessing the last bytes.
53206
53207     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53208
53209 commit d35b508a55508535b6e8445b718585d27df733d3
53210 Author: Kim Phillips <kim.phillips@freescale.com>
53211 Date:   Wed Aug 15 22:29:56 2007 -0500
53212
53213     fdt: suppress unused variable 'bd' warning
53214
53215     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53216
53217 commit 82bd9ee77490588d4da785d75829ca63d0176baf
53218 Author: Andy Fleming <afleming@freescale.com>
53219 Date:   Wed Aug 15 20:06:50 2007 -0500
53220
53221     Fix warnings from of_data copy fix
53222
53223     Forgot to cast of_flat_tree to ulong.
53224
53225     Signed-off-by: Andy Fleming <afleming@freescale.com>
53226
53227 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
53228 Author: Andy Fleming <afleming@freescale.com>
53229 Date:   Wed Aug 15 20:03:44 2007 -0500
53230
53231     Don't wait for disconnected TSECs
53232
53233     The TSEC driver's PHY code waits a long time for autonegotiation to
53234     complete, even if the link is down.  The PHY knows the link is
53235     down or up before autonegotiation completes, so we can short-circuit
53236     the process if the link is down.
53237
53238     Signed-off-by: Andy Fleming <afleming@freescale.com>
53239
53240 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
53241 Author: Andy Fleming <afleming@freescale.com>
53242 Date:   Wed Aug 15 20:03:34 2007 -0500
53243
53244     Fix numerous bugs in the 8568 UEC support
53245
53246     Actually, fixed a large bug in the UEC for *all* platforms.
53247     How did this ever work?
53248
53249     uec_init() did not follow the spec for eth_init(), and returned
53250     0 on success.  Switch it to return the link like tsec_init()
53251     (and 0 on error)
53252
53253     The immap for the 8568 was defined based on MPC8568, rather than
53254     CONFIG_MPC8568
53255
53256     CONFIG_QE was off
53257
53258     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
53259
53260     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
53261     enabled
53262
53263     Signed-off-by: Andy Fleming <afleming@freescale.com>
53264
53265 commit 3a79013e2adda53332dfd0b511066a805e929a9d
53266 Author: Andy Fleming <afleming@freescale.com>
53267 Date:   Wed Aug 15 20:03:25 2007 -0500
53268
53269     Define tsec flag values in config files
53270
53271     The tsec_info structure and array has a "flags" field for each
53272     ethernet controller.  This field is the only reason there are
53273     settings.  Switch to defining TSECn_FLAGS for each controller
53274     in the config header, and we can greatly simplify the array, and
53275     also simplify the addition of future boards.
53276
53277     Signed-off-by: Andy Fleming <afleming@freescale.com>
53278
53279 commit ec7238229507e7f47533a611ea8c53319d234cf3
53280 Author: Andy Fleming <afleming@freescale.com>
53281 Date:   Wed Aug 15 20:03:13 2007 -0500
53282
53283     Add support for building all boards with a TSEC
53284
53285     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
53286     Now we can do a MAKEALL test on all of them!
53287
53288     Signed-off-by: Andy Fleming <afleming@freescale.com>
53289
53290 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
53291 Author: Andy Fleming <afleming@freescale.com>
53292 Date:   Wed Aug 15 17:30:56 2007 -0500
53293
53294     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
53295
53296     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
53297     neglected to *also* put the code inside the similar #ifdef
53298     for CONFIG_OF_FLAT_TREE.
53299
53300     Signed-off-by: Andy Fleming <afleming@freescale.com>
53301
53302 commit 78f9fef7f406078c8bf7191e665a73f795157746
53303 Author: Scott Wood <scottwood@freescale.com>
53304 Date:   Wed Aug 15 15:46:46 2007 -0500
53305
53306     mpc885ads: Don't define CONFIG_BZIP2.
53307
53308     bzip2 requires a significant chunk of malloc space, and there isn't
53309     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
53310     and a downloaded image at 0x400000.
53311
53312     Signed-off-by: Scott Wood <scottwood@freescale.com>
53313
53314 commit 002275a3ed8b114885f6702d6d544d0780dfe689
53315 Author: Michal Simek <Monstr@seznam.cz>
53316 Date:   Thu Aug 16 08:54:10 2007 +0200
53317
53318     Bios emulator - fix microblaze toolchain problem
53319
53320     microblaze CPU have problem with bios_emulator code.
53321     Microblaze toolchain doesn't support PRAGMA PACK.
53322
53323     Signed-off-by: Michal Simek <monstr@monstr.eu>
53324
53325 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
53326 Author: Wolfgang Denk <wd@denx.de>
53327 Date:   Thu Aug 16 11:51:04 2007 +0200
53328
53329     Minor Coding Style fix; Update CHANGELOG file.
53330
53331     Signed-off-by: Wolfgang Denk <wd@denx.de>
53332
53333 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
53334 Author: Stefan Roese <sr@denx.de>
53335 Date:   Thu Aug 16 11:21:49 2007 +0200
53336
53337     ppc4xx: Remove #warning in esd auto_update.c
53338
53339     Signed-off-by: Stefan Roese <sr@denx.de>
53340
53341 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
53342 Author: Stefan Roese <sr@denx.de>
53343 Date:   Fri Jun 22 17:32:28 2007 +0200
53344
53345     ppc7xx: Update CPCI750 board
53346
53347     This small CPCI750 update extends the board specific command
53348     "show_config" to display the Marvell strapping registers and
53349     extends the PCI IDE controller.
53350
53351     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
53352     Signed-off-by: Stefan Roese <sr@denx.de>
53353
53354 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
53355 Author: Michal Simek <monstr@monstr.eu>
53356 Date:   Thu Aug 16 10:46:28 2007 +0200
53357
53358     [FIX] Changes for bios_emulator code for others architecture
53359
53360 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
53361 Author: Michal Simek <monstr@monstr.eu>
53362 Date:   Thu Aug 16 10:45:09 2007 +0200
53363
53364     [FIX] Remove unused include file
53365
53366 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
53367 Author: Stefan Roese <sr@denx.de>
53368 Date:   Thu Aug 16 10:18:33 2007 +0200
53369
53370     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
53371
53372     Signed-off-by: Stefan Roese <sr@denx.de>
53373
53374 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
53375 Author: Stefan Roese <sr@denx.de>
53376 Date:   Thu Aug 16 09:54:51 2007 +0200
53377
53378     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
53379
53380     Signed-off-by: Stefan Roese <sr@denx.de>
53381
53382 commit 02ba7022f62bb75908296c58c63866e1d294b69a
53383 Author: Stefan Roese <sr@denx.de>
53384 Date:   Thu Aug 16 09:52:29 2007 +0200
53385
53386     ppc4xx: Update Sequoia/Rainier bootstrap command
53387
53388     As suggested by David Mitchell, here an update for the Sequoia/Rainier
53389     bootstrap command.
53390
53391     Signed-off-by: Stefan Roese <sr@denx.de>
53392
53393 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
53394 Author: Kim Phillips <kim.phillips@freescale.com>
53395 Date:   Wed Aug 15 22:30:39 2007 -0500
53396
53397     mpc83xx: enable libfdt by default on freescale boards
53398
53399     this enables libfdt code by default for the
53400     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
53401     mpc8349itx and gp boards.
53402
53403     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53404
53405 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
53406 Author: Kim Phillips <kim.phillips@freescale.com>
53407 Date:   Wed Aug 15 22:30:33 2007 -0500
53408
53409     mpc83xx: migrate remaining freescale boards to libfdt
53410
53411     this adds libfdt support code for the freescale
53412     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
53413     and gp boards.
53414
53415     Boards remain compatible with OF_FLAT_TREE.
53416
53417     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53418
53419 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
53420 Author: Kim Phillips <kim.phillips@freescale.com>
53421 Date:   Wed Aug 15 22:30:26 2007 -0500
53422
53423     mpc83xx: move common /memory node update mechanism to cpu.c
53424
53425     also adds common prototypes to include/common.h.
53426
53427     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53428
53429 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
53430 Author: Kim Phillips <kim.phillips@freescale.com>
53431 Date:   Wed Aug 15 22:30:19 2007 -0500
53432
53433     mpc83xx: remaining 8360 libfdt fixes
53434
53435     PCI clocks and QE frequencies weren't being updated, and the core clock
53436     was being updated incorrectly.  This patch also adds a /memory node if
53437     it doesn't already exist prior to update.
53438
53439     plus some cosmetic trimming to single line comments.
53440
53441     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53442
53443 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
53444 Author: Kim Phillips <kim.phillips@freescale.com>
53445 Date:   Wed Aug 15 22:30:12 2007 -0500
53446
53447     mpc83xx: fix UEC2->1 typo in libfdt setup code
53448
53449     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53450
53451 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
53452 Author: Kim Phillips <kim.phillips@freescale.com>
53453 Date:   Wed Aug 15 22:30:05 2007 -0500
53454
53455     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
53456
53457     and reorder the existing 83xx maintainers alpha.
53458
53459     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53460
53461 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
53462 Author: Michal Simek <monstr@monstr.eu>
53463 Date:   Wed Aug 15 21:15:05 2007 +0200
53464
53465     [FIX] Resolve problem with warnings
53466     microblaze toolchain don't support PRAGMA PACK.
53467
53468 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
53469 Author: Michal Simek <monstr@monstr.eu>
53470 Date:   Wed Aug 15 21:05:07 2007 +0200
53471
53472     [FIX] Correction command setting for Microblaze boards
53473
53474 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
53475 Author: Michal Simek <monstr@monstr.eu>
53476 Date:   Wed Aug 15 21:03:41 2007 +0200
53477
53478     [FIX] Correction command definition
53479
53480 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
53481 Author: Jon Loeliger <jdl@freescale.com>
53482 Date:   Wed Aug 15 11:55:35 2007 -0500
53483
53484     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
53485
53486     Remove a leftover in net/tftp.c while we're at it.
53487
53488     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53489
53490 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
53491 Author: Jon Loeliger <jdl@freescale.com>
53492 Date:   Wed Aug 15 12:20:40 2007 -0500
53493
53494     Move the MPC8641HPCN board under board/freescale.
53495
53496     Minor path corrections needed to ensure buildability.
53497
53498     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53499
53500 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
53501 Author: Jon Loeliger <jdl@freescale.com>
53502 Date:   Wed Aug 15 11:46:22 2007 -0500
53503
53504     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
53505
53506     Remove a leftover in net/tftp.c while we're at it.
53507
53508     Signed-off-by: Jon Loeliger <jdl@freescale.com>
53509
53510 commit 210f463c71917b7a4495c2103c228b9c179ae64d
53511 Author: Jerry Van Baren <gvb.uboot@gmail.com>
53512 Date:   Wed Aug 15 11:13:15 2007 -0400
53513
53514     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
53515
53516     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
53517     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
53518     when it should have gone inside of the conditional.  As a result, it
53519     broke non-LIBFDT board builds.
53520
53521     Also added a missing "not." to the comment.
53522
53523     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
53524
53525 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
53526 Author: Niklaus Giger <niklaus.giger@netstal.com>
53527 Date:   Wed Aug 15 12:14:23 2007 +0200
53528
53529     PPC4xx:HCU4/5-Board fix compile warning
53530
53531     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53532
53533 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
53534 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53535 Date:   Tue Aug 14 14:06:45 2007 -0500
53536
53537     Fix malloc size error in ahci_init_one.
53538
53539     Typically this causes scsi init to corrupt the
53540     devlist and break the coninfo command.
53541     Fix a compiler size warning.
53542
53543     Signed-off-by: Jason Jin <jason.jin@freescale.com>
53544     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53545     Acked-by: Andy Fleming <afleming@freescale.com>
53546
53547 commit b361acd64fd2525c081b9b288b0804efe209c0e9
53548 Author: ksi@koi8.net <ksi@koi8.net>
53549 Date:   Tue Aug 14 10:02:16 2007 -0700
53550
53551     TI DaVinci - fix unsupported %hhx format
53552
53553     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
53554
53555 commit f01dbb5424a81453c81190dd30e945891466f621
53556 Author: Wolfgang Denk <wd@denx.de>
53557 Date:   Tue Aug 14 18:42:36 2007 +0200
53558
53559     Coding style cleanup. Update CHANGELOG.
53560
53561     Signed-off-by: Wolfgang Denk <wd@denx.de>
53562
53563 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
53564 Author: Andy Fleming <afleming@freescale.com>
53565 Date:   Tue Aug 14 10:32:59 2007 -0500
53566
53567     Fix initrd/dtb interaction
53568
53569     The original code would wrongly relocate the blob to be right before
53570     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
53571     if it is defined.  So we make two changes:
53572
53573     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
53574
53575     2) If the blob is being relocated, relocate it before kbd, not initrd
53576
53577     Signed-off-by: Andy Fleming <afleming@freescale.com>
53578
53579 commit e54b970173769307a116bd34028b6d0c2eea2a4e
53580 Author: Peter Pearse <peter.pearse@arm.com>
53581 Date:   Tue Aug 14 15:40:00 2007 +0100
53582
53583     Supply spi interface in at45.c
53584
53585 commit 4ce846ec59f36b85d6644a769690ad3feb667575
53586 Author: Stefan Roese <sr@denx.de>
53587 Date:   Tue Aug 14 15:12:01 2007 +0200
53588
53589     POST: Fix merge problem
53590
53591     Signed-off-by: Stefan Roese <sr@denx.de>
53592
53593 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
53594 Author: Stefan Roese <sr@denx.de>
53595 Date:   Tue Aug 14 15:03:17 2007 +0200
53596
53597     Coding style cleanup
53598
53599     Signed-off-by: Stefan Roese <sr@denx.de>
53600
53601 commit 779e975117a75e91fcebe226a63104dbfb924ab1
53602 Author: Stefan Roese <sr@denx.de>
53603 Date:   Tue Aug 14 14:44:41 2007 +0200
53604
53605     ppc4xx: Add initial Zeus (PPC405EP) board support
53606
53607     Signed-off-by: Stefan Roese <sr@denx.de>
53608
53609 commit c5a172a5fd636c12467429e3f7910e53773979c6
53610 Author: Stefan Roese <sr@denx.de>
53611 Date:   Tue Aug 14 14:41:55 2007 +0200
53612
53613     POST: Add option for external ethernet loopback test
53614
53615     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
53616     is not done using an internal loopback connection, but by assuming
53617     that an external loopback connector is plugged into the board.
53618
53619     Signed-off-by: Stefan Roese <sr@denx.de>
53620
53621 commit eb2b4010ae426245172988804ee8d9193fb41038
53622 Author: Stefan Roese <sr@denx.de>
53623 Date:   Tue Aug 14 14:39:44 2007 +0200
53624
53625     POST: Add ppc405 support to cache and UART POST
53626
53627     Signed-off-by: Stefan Roese <sr@denx.de>
53628
53629 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
53630 Author: Peter Pearse <peter.pearse@arm.com>
53631 Date:   Tue Aug 14 10:46:32 2007 +0100
53632
53633     Replace lost end of at45.c.
53634
53635 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
53636 Author: Peter Pearse <peter.pearse@arm.com>
53637 Date:   Tue Aug 14 10:30:06 2007 +0100
53638
53639     Update Makefiles for merged and split at45.c.
53640
53641 commit 3454cece2db57cb9eb7087995f7e73066a163f71
53642 Author: Peter Pearse <peter.pearse@arm.com>
53643 Date:   Tue Aug 14 10:21:06 2007 +0100
53644
53645     Delete the merged files.
53646
53647 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
53648 Author: Peter Pearse <peter.pearse@arm.com>
53649 Date:   Tue Aug 14 10:14:05 2007 +0100
53650
53651     Add the files.
53652
53653 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
53654 Author: Peter Pearse <peter.pearse@arm.com>
53655 Date:   Tue Aug 14 10:10:52 2007 +0100
53656
53657     Add MACH_TYPE records for several AT91 boards.
53658     Merge to two at45.c files into a common file, split to at45.c and spi.c
53659     Fix spelling error in DM9161 PHY Support.
53660     Initialize at91rm9200 board (and set LED).
53661     Add PIO control for at91rm9200dk LEDs and Mux.
53662     Change dataflash partition boundaries to be compatible with Linux 2.6.
53663
53664     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
53665     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
53666
53667 commit 4ef35e53c693556c54b0c22d6f873de87bade253
53668 Author: Wolfgang Denk <wd@denx.de>
53669 Date:   Tue Aug 14 09:54:46 2007 +0200
53670
53671     Coding style cleanup, update CHANGELOG
53672
53673     Signed-off-by: Wolfgang Denk <wd@denx.de>
53674
53675 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
53676 Author: Wolfgang Denk <wd@denx.de>
53677 Date:   Tue Aug 14 09:47:27 2007 +0200
53678
53679     Coding style cleanup; rebuild CHANGELOG
53680
53681 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
53682 Author: Randy Vinson <rvinson@linuxbox.(none)>
53683 Date:   Tue Feb 27 19:42:22 2007 -0700
53684
53685     85xxCDS: Add make targets for legacy systems.
53686
53687     The PCI ID select values on the Arcadia main board differ depending
53688     on the version of the hardware. The standard configuration supports
53689     Rev 3.1. The legacy target supports Rev 2.x.
53690
53691     Signed-off-by Randy Vinson <rvinson@mvista.com>
53692
53693 commit e41094c7e38177c755fbd9b182018069614f080d
53694 Author: Andy Fleming <afleming@freescale.com>
53695 Date:   Tue Aug 14 01:50:09 2007 -0500
53696
53697     85xxCDS: Enable the VIA PCI-to-ISA bridge.
53698
53699     Author: Randy Vinson <rvinson@linuxbox.(none)>
53700
53701     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
53702     Arcadia main board.
53703
53704     Signed-off-by: Randy Vinson <rvinson@mvista.com>
53705     Signed-off-by: York Sun <yorksun@freescale.com>
53706
53707 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
53708 Author: Andy Fleming <afleming@freescale.com>
53709 Date:   Tue Aug 14 00:14:25 2007 -0500
53710
53711     Add support for UEC to 8568
53712
53713     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53714     Signed-off-by: Andy Fleming <afleming@freescale.com>
53715
53716 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
53717 Author: Haiying Wang <Haiying.Wang@freescale.com>
53718 Date:   Tue Jun 19 14:18:34 2007 -0400
53719
53720     Add PCI support for MPC8568MDS board
53721
53722     This patch is against u-boot-mpc85xx.git of www.denx.com
53723
53724     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53725     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
53726
53727 commit d111d6382c99fdea08c2312eeeae8786945e189a
53728 Author: Haiying Wang <Haiying.Wang@freescale.com>
53729 Date:   Tue Jun 19 14:18:32 2007 -0400
53730
53731     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
53732
53733     This patch is against u-boot-mpc85xx.git of www.denx.com
53734
53735     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
53736     both MPC8548CDS board and MPC8568MDS board, especially for supporting
53737     533MHz DDR2.
53738
53739     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
53740     DDR2 on all current board versions especially ver 1.92 or later to bring
53741     up.
53742
53743     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53744
53745 commit 3db0bef59eab1155801618cef5c481e97553b597
53746 Author: Kumar Gala <galak@kernel.crashing.org>
53747 Date:   Tue Aug 7 18:07:27 2007 -0500
53748
53749     Use an absolute address when jumping out of 4k boot page
53750
53751     On e500 when we leave the 4k boot page we should use an absolute address since
53752     we don't know where the board code may want us to be really running at.
53753
53754     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53755
53756 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
53757 Author: Andy Fleming <afleming@freescale.com>
53758 Date:   Mon Aug 13 14:49:59 2007 -0500
53759
53760     MPC85xx BA bits not set for 3-bit bank address DIMM
53761
53762     The current implementation does not set the number of bank address bits
53763     (BA) in the processor. The default assumes 2 logical bank bits. This
53764     works fine for a DIMM that uses devices with 4 internal banks (SPD
53765     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
53766     devices with 8 internal banks (SPD byte17 = 0x8).
53767
53768     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
53769
53770 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
53771 Author: Andy Fleming <afleming@freescale.com>
53772 Date:   Mon Aug 13 14:38:06 2007 -0500
53773
53774     Fix minor 85xx warnings
53775
53776     Some patches had inserted warnings into the build:
53777     * mpc8560ads declared data without using it
53778     * cpu_init declared ecm and immap without using it in all CONFIGs
53779     * MPC8548CDS.h had its default filenames changed so that they contained
53780       "\m" in the paths.  Made the defaults not Windows-specific (or
53781       anything-specific)
53782
53783     Signed-off-by: Andy Fleming <afleming@freescale.com>
53784
53785 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
53786 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53787 Date:   Fri Jul 27 01:50:52 2007 -0500
53788
53789     8548cds PCIE support.
53790
53791     Make the early L1 cache stack region guarded to prevent speculative
53792     fetches outside the locked range.
53793
53794     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
53795     init.S whitespace cleanup.
53796
53797     Allow TEXT_BASE value to be specified on command line.  This allows it
53798     to be set to 0xfffc0000 which cuts the uboot binary in half.
53799
53800     Clear and enable lbc and ecm errors.
53801
53802     Update last_busno in device-tree for pci and pcie.
53803
53804     Remove load of obsolete cpu/mpc85xx/pci.0
53805
53806     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53807     Acked-by: Andy Fleming <afleming@freescale.com>
53808
53809 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
53810 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53811 Date:   Fri Jul 27 01:50:51 2007 -0500
53812
53813     8544ds PCIE support
53814
53815     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
53816
53817     Enable LBC and ECM errors and clear error registers.
53818
53819     Add tftpflash env var to get uboot from tftp server and flash it.
53820
53821     Add pci/pcie convenience env vars to display register space:
53822       "run pcie3regs" to see all pcie3 ccsr registers
53823       "run pcie3cfg" to see all cfg registers
53824     Whitespace cleanup and MPC8544DS.h
53825
53826     Enable CONFIG_INTERRUPTS.
53827
53828     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53829     Acked-by: Andy Fleming <afleming@freescale.com>
53830
53831 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
53832 Author: Andy Fleming <afleming@freescale.com>
53833 Date:   Tue Aug 14 01:34:21 2007 -0500
53834
53835     85xx start.S cleanup and exception support
53836
53837     From: Ed Swarthout <Ed.Swarthout@freescale.com>
53838
53839     Support external interrupts from platform to eliminate system hangs.
53840     Define CONFIG_INTERRUPTS board configure option to enable.
53841     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
53842
53843     Remove extra cpu initialization redundant with hardware initialization.
53844     Whitespace cleanup.
53845
53846     Define and use _START_OFFSET consistent with other processors using
53847     ppc_asm.tmpl
53848
53849     Move additional code from .text to boot page to make room for
53850     exception vectors at start of image.
53851
53852     Handle Machine Check, External and Critical exceptions.
53853
53854     Fix e500 machine check error determination in traps.c
53855
53856     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
53857
53858     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53859     Acked-by: Andy Fleming <afleming@freescale.com>
53860
53861 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
53862 Author: Andy Fleming <afleming@freescale.com>
53863 Date:   Tue Aug 14 01:33:18 2007 -0500
53864
53865     Add MPC8544DS README
53866
53867     Signed-off-by: Andy Fleming <afleming@freescale.com>
53868
53869 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
53870 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53871 Date:   Fri Jul 27 01:50:48 2007 -0500
53872
53873     85xx allow debugger to configure ddr.
53874
53875     Only check for mpc8548 rev 1 when compiled for 8548.
53876
53877     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53878     Acked-by: Andy Fleming <afleming@freescale.com>
53879
53880 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
53881 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53882 Date:   Fri Jul 27 01:50:47 2007 -0500
53883
53884     mpc85xx L2 cache reporting and SRAM relocation option.
53885
53886     Allow debugger to override flash cs0/cs1 settings to enable alternate
53887     boot regions
53888
53889     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53890     Acked-by: Andy Fleming <afleming@freescale.com>
53891
53892 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
53893 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53894 Date:   Fri Jul 27 01:50:46 2007 -0500
53895
53896     e500 needs ppc_asm.tmp MCK_EXCEPTION
53897
53898     Always define MCK_EXCEPTION macro - so e500 can use it too.
53899
53900     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53901     Acked-by: Andy Fleming <afleming@freescale.com>
53902
53903 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
53904 Author: David Updegraff <dave@cray.com>
53905 Date:   Mon Jun 11 10:41:07 2007 -0500
53906
53907     multicast tftp: RFC2090
53908
53909     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
53910     on Realtek RTL8139 and Freescale TSEC.
53911
53912     Signed-off-by: David Updegraff <dave@cray.com>
53913     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53914
53915 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
53916 Author: Wilson Callan <wcallan@savantav.com>
53917 Date:   Sat Jul 28 10:56:13 2007 -0400
53918
53919     New CONFIG_BOOTP_SERVERIP option
53920
53921     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
53922     from the bootp server
53923
53924     Signed-off-by: Wilson Callan <wcallan@savantav.com>
53925     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53926
53927 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
53928 Author: Mike Rapoport <mike@compulab.co.il>
53929 Date:   Sun Aug 12 08:48:27 2007 +0300
53930
53931     Add ability to take MAC address from the environment to DM9000 driver
53932
53933     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
53934     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53935
53936 commit be5d72d10d47609326226225181e301fb9a33b58
53937 Author: Wolfgang Denk <wd@denx.de>
53938 Date:   Mon Aug 13 21:57:53 2007 +0200
53939
53940     Minor coding style cleanup. Update CHANGELOG.
53941
53942     Signed-off-by: Wolfgang Denk <wd@denx.de>
53943
53944 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
53945 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
53946 Date:   Sat Aug 11 06:54:58 2007 -0500
53947
53948     Modify SBC8641D to use new Freescale PCI routines
53949
53950     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
53951     adapter.
53952
53953     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
53954     Signde-off-by: Jon Loeliger <jdl@freescale.com>
53955
53956 commit a08458303e7f9db67f296980036d3292c35cb45c
53957 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53958 Date:   Fri Jun 29 18:38:51 2007 +0200
53959
53960     atmel_mci: Fix data timeout value
53961
53962     Calculate the data timeout based on values from the CSD instead of
53963     just using a hardcoded DTOR value. This is a backport of a similar fix
53964     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
53965     instead of down.
53966
53967     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53968
53969 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
53970 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53971 Date:   Mon Aug 13 17:22:31 2007 +0200
53972
53973     AVR32: Include <div64.h> instead of <asm/div64.h>
53974
53975     include/asm-avr32/div64.h was recently moved to include/div64.h, but
53976     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
53977     the patch was merged perhaps?)
53978
53979     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
53980     compiles again.
53981
53982     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53983
53984 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
53985 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53986 Date:   Wed Jun 27 13:34:26 2007 +0200
53987
53988     atmel_mci: Use 512 byte blocksize if possible
53989
53990     Instead of always using the largest blocksize the card supports, check
53991     if it can support smaller block sizes and use 512 bytes if possible.
53992     Most cards do support this, and other parts of u-boot seem to have
53993     trouble with block sizes different from 512 bytes.
53994
53995     Also enable underrun/overrun protection.
53996
53997     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53998     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
53999
54000 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
54001 Author: Stefan Roese <sr@denx.de>
54002 Date:   Mon Aug 13 09:05:33 2007 +0200
54003
54004     ppc4xx: Fix problem in PLL clock calculation
54005
54006     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
54007     and fixes a bug in the PLL clock calculation.
54008
54009     Signed-off-by: Stefan Roese <sr@denx.de>
54010
54011 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
54012 Author: Wolfgang Denk <wd@denx.de>
54013 Date:   Sun Aug 12 21:34:50 2007 +0200
54014
54015     Update CHANGELOG
54016
54017 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
54018 Author: Wolfgang Denk <wd@denx.de>
54019 Date:   Sun Aug 12 21:34:34 2007 +0200
54020
54021     Minor alignment of output, 2nd try.
54022     Also update CHANGELOG
54023
54024     Signed-off-by: Wolfgang Denk <wd@denx.de>
54025
54026 commit 6b309f22a724fad8418e811751a0741b893419cf
54027 Author: Wolfgang Denk <wd@denx.de>
54028 Date:   Sun Aug 12 20:35:49 2007 +0200
54029
54030     Minor alignment of output
54031
54032     Signed-off-by: Wolfgang Denk <wd@denx.de>
54033
54034 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
54035 Author: Wolfgang Denk <wd@denx.de>
54036 Date:   Sun Aug 12 18:28:18 2007 +0200
54037
54038     Cleanup output on ADS5121 board
54039
54040     Signed-off-by: Wolfgang Denk
54041
54042 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
54043 Author: Wolfgang Denk <wd@denx.de>
54044 Date:   Sun Aug 12 15:11:38 2007 +0200
54045
54046     Adapt board configuration and fix kernel crash on MCC200 board.
54047
54048     The update procedure was modified to turn off the USB subsystem
54049     before exit for MCC200 and TRAB. This is necessary as otherwise the
54050     USB controller continues to write periodically to system memory!
54051
54052     MCC200-specific notes:
54053     - the patch disables the magic key check for MCC200
54054     - the patch contains the configuration changes made
54055       for the new revision of the board.
54056
54057     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54058     Signed-off-by: Wolfgang Denk <wd@denx.de>
54059
54060 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
54061 Author: Wolfgang Denk <wd@denx.de>
54062 Date:   Sun Aug 12 14:47:54 2007 +0200
54063
54064     Adjust default configuration of ADS5121 board.
54065
54066     Signed-off-by: Wolfgang Denk <wd@denx.de>
54067
54068 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
54069 Author: Wolfgang Denk <wd@denx.de>
54070 Date:   Sun Aug 12 14:27:39 2007 +0200
54071
54072     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
54073
54074     Signed-off-by: Wolfgang Denk <wd@denx.de>
54075
54076 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
54077 Author: Gerald Van Baren <vanbaren@cideas.com>
54078 Date:   Tue Aug 7 21:14:22 2007 -0400
54079
54080     Improve error print messages.
54081
54082     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54083
54084 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
54085 Author: Kim Phillips <kim.phillips@freescale.com>
54086 Date:   Tue Jul 17 13:57:04 2007 -0500
54087
54088     fdt: allow for builds that don't want env and bd_t nodes
54089
54090     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
54091     area.
54092
54093     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54094
54095 commit 91148bf7aeba142d6f348805db7625db7da64d6f
54096 Author: Kim Phillips <kim.phillips@freescale.com>
54097 Date:   Tue Jul 17 13:56:53 2007 -0500
54098
54099     fdt: do board setup based on fdt address specified on bootm line
54100
54101     The last fdt patch to bootm did board setup based on the address
54102     specified by a prior fdt address command invocation.  The bootm
54103     code, as its call to fdt_chosen does, should use the fdt specified
54104     by the user on the bootm command.  Note this restores full
54105     functionality for the 8360's existing default boot environment
54106     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
54107     before booting a kernel).
54108
54109     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54110
54111 commit e125a2ffc209dd34794e326c7175658253beadf3
54112 Author: Gerald Van Baren <vanbaren@cideas.com>
54113 Date:   Tue Jul 10 20:40:39 2007 -0400
54114
54115     Call ft_board_setup() from the bootm command.
54116
54117     In the patch titled "Create new fdt boardsetup command..." I removed the
54118     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
54119     to add a direct call back into cmd_bootm.c
54120
54121     This fixes the oversight by adding the direct call to the bootm command.
54122
54123     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54124
54125 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
54126 Author: Gerald Van Baren <vanbaren@cideas.com>
54127 Date:   Mon Jun 25 23:25:28 2007 -0400
54128
54129     Create new fdt boardsetup command, fix bug parsing [] form of set values.
54130
54131     Previously ft_board_setup() was called by fdt_chosen() which was not
54132     really correctly structured.  This splits ft_board_setup() out by creating
54133     a new fdt boardsetup command.
54134
54135     Fix a bug when parsing fdt set command values which have the square
54136     bracket form [00 11 22 33] - the length was updated incorrectly in when
54137     parsing that form.
54138
54139     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54140
54141 commit 6f35ded9e85493595e0eb66a82b502a95326d049
54142 Author: Gerald Van Baren <vanbaren@cideas.com>
54143 Date:   Mon Jun 25 20:55:58 2007 -0400
54144
54145     Tighten up the error messages.
54146
54147     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54148
54149 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
54150 Author: Gerald Van Baren <vanbaren@cideas.com>
54151 Date:   Mon Jun 25 19:52:23 2007 -0400
54152
54153     Asthetic improvements: error messages and line lengths.
54154
54155     Tighten up the error messages, split overlength lines.
54156
54157     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54158
54159 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
54160 Author: Gerald Van Baren <vanbaren@cideas.com>
54161 Date:   Fri May 25 22:08:57 2007 -0400
54162
54163     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
54164
54165     The fdt_chosen() function was adding/seting some properties ad-hoc
54166       improperly and duplicated (poorly) what was done in ft_board_setup()
54167
54168     Clean up long lines (setting properties, printing errors).
54169
54170     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54171
54172 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
54173 Author: Gerald Van Baren <vanbaren@cideas.com>
54174 Date:   Mon May 21 23:27:16 2007 -0400
54175
54176     For fdt_find_node_by_path(), handle the root path properly.
54177
54178     Also removes the special case root path detection in cmd_fdt.c since it
54179     is no longer necessary.
54180
54181     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54182
54183 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
54184 Author: Gerald Van Baren <vanbaren@cideas.com>
54185 Date:   Thu May 17 23:54:36 2007 -0400
54186
54187     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
54188
54189     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54190     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
54191
54192 commit 1a861169bc3758f9de3aead62b058736c6891246
54193 Author: Gerald Van Baren <vanbaren@cideas.com>
54194 Date:   Wed Jun 6 22:47:58 2007 -0400
54195
54196     Replace fdt_node_offset() with fdt_find_node_by_path().
54197
54198     The new name matches more closely the kernel's name, which is also
54199     a much better description.
54200
54201     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54202     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
54203
54204 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
54205 Author: Gerald Van Baren <vanbaren@cideas.com>
54206 Date:   Wed May 16 22:39:59 2007 -0400
54207
54208     Fix cmd_fdt line lengths, refactor code.
54209
54210     Break lines that were greater than 80 characters in length.
54211     Move the fdt print and property parsing code to separate static functions
54212       to reduce coding clutter in the fdt_cmd handling body.
54213
54214     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54215
54216 commit 25114033ab21788810c48ba4df103b649da1223b
54217 Author: Gerald Van Baren <vanbaren@cideas.com>
54218 Date:   Sat May 12 09:47:25 2007 -0400
54219
54220     FDT command improvements.
54221
54222     Fix "fdt set" so that it will create a non-existing property.
54223     Add "fdt mknode" to create nodes.
54224
54225     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54226
54227 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
54228 Author: Gerald Van Baren <vanbaren@cideas.com>
54229 Date:   Sat May 12 09:45:46 2007 -0400
54230
54231     Reorganize and fix problems (returns) in the bootm command.
54232
54233     Do *NOT* return after the "point of no return" has been passed.
54234       If something goes wrong, the board must be reset after that point.
54235     Move the "Transferring control to Linux" debug message back to where it
54236       belongs: just before transferring control to linux.
54237
54238     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54239
54240 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
54241 Author: Gerald Van Baren <vanbaren@cideas.com>
54242 Date:   Tue May 8 21:27:35 2007 -0400
54243
54244     Fix bugs in the CONFIG_OF_LIBFDT
54245
54246     Stupid coding mistakes (identified by Timur Tabi, thanks).
54247
54248     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54249
54250 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
54251 Author: Gerald Van Baren <vanbaren@cideas.com>
54252 Date:   Wed Apr 25 22:47:15 2007 -0400
54253
54254     Improve fdt move length handling.
54255
54256     Make the length parameter optional: if not specified, do the move using
54257     the current size unchanged.
54258
54259     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54260
54261 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
54262 Author: Gerald Van Baren <vanbaren@cideas.com>
54263 Date:   Wed Apr 25 22:23:36 2007 -0400
54264
54265     Minor code clean up.
54266
54267     Declare the variable fdt properly as extern.
54268     Call the "set_fn" function pointer the "short way" without the full
54269       dereferencing syntax.
54270
54271     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54272
54273 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
54274 Author: Gerald Van Baren <vanbaren@cideas.com>
54275 Date:   Wed Apr 25 21:24:27 2007 -0400
54276
54277     Improve error messages, more informative.
54278
54279     Print more than the raw libfdt error message strings.  This is especially
54280     useful for cluing in the user when the bootm command aborts due to
54281     blob problems.
54282
54283     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54284
54285 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
54286 Author: Gerald Van Baren <vanbaren@cideas.com>
54287 Date:   Fri Apr 20 22:46:53 2007 -0400
54288
54289     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
54290
54291     This is the way u-boot reduces configured-out code.  At Wolfgang
54292     Grandegger and Wolfgang Denk's request, make libfdt conform.
54293
54294     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54295
54296 commit 923efd286411ed052d9e074f59f8986d6081061c
54297 Author: Bruce Adler <bruce.adler@ccpu.com>
54298 Date:   Fri Aug 10 14:54:47 2007 -0700
54299
54300     add image size and descriptors for Spartan 3E FPGA chips
54301
54302     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
54303
54304     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
54305
54306 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
54307 Author: Kim Phillips <kim.phillips@freescale.com>
54308 Date:   Fri Aug 10 15:34:48 2007 -0500
54309
54310     make MAKEALL more immune to merge conflicts
54311
54312     ..by placing board entries one per line, as suggested by jdl.
54313
54314     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54315
54316 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
54317 Author: Kim Phillips <kim.phillips@freescale.com>
54318 Date:   Fri Aug 10 13:28:25 2007 -0500
54319
54320     README: Remove outdated cpu type, board type, and NAME_config lists
54321
54322     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54323
54324 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
54325 Author: Dave Liu <r63238@freescale.com>
54326 Date:   Fri Aug 10 15:48:59 2007 +0800
54327
54328     mpc83xx: Suppress the warning 'burstlen'
54329
54330     suppress the warning 'burstlen' of spd_sdram.
54331
54332     Signed-off-by: Dave Liu <daveliu@freescale.com>
54333
54334 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
54335 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
54336 Date:   Thu Aug 9 15:11:03 2007 -0500
54337
54338     Add support for SBC8641D. Config files.
54339
54340     Add support for Wind River's SBC8641D reference board.
54341
54342     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
54343     Acked-by: Wolfgang Denk <wd@denx.de>
54344     Acked-by: Jon Loeliger <jdl@freescale.com>
54345
54346 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
54347 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
54348 Date:   Thu Aug 9 15:10:53 2007 -0500
54349
54350     Add support for SBC8641D.  Board files.
54351
54352     Add support for Wind River's SBC8641D reference board.
54353
54354     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
54355     Acked-by: Wolfgang Denk <wd@denx.de>
54356     Acked-by: Jon Loeliger <jdl@freescale.com>
54357
54358 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
54359 Author: Stefan Roese <sr@denx.de>
54360 Date:   Fri Aug 10 20:34:58 2007 +0200
54361
54362     Conding style cleanup
54363
54364     Signed-off-by: Stefan Roese <sr@denx.de>
54365
54366 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
54367 Author: Sergey Kubushyn <ksi@koi8.net>
54368 Date:   Fri Aug 10 20:26:18 2007 +0200
54369
54370     [ARM] TI DaVinci support, hopefully final
54371
54372     Add support for the following DaVinci boards:
54373     - DV_EVM
54374     - SCHMOOGIE
54375     - SONATA
54376
54377     Changes:
54378
54379     - Split into separate board directories
54380     - Removed changes to MTD_DEBUG (or whatever it's called)
54381     - New CONFIG_CMD party line followed
54382     - Some cosmetic fixes, cleanup etc.
54383     - Patches against the latest U-Boot tree as of now.
54384     - Fixed CONFIG_CMD_NET in net files.
54385     - Fixed CONFIG_CMD_EEPROM for schmoogie.
54386     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
54387        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
54388        but it at least compiles.
54389
54390     Here is an excerpt from session log on SCHMOOGIE...
54391
54392     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
54393
54394     DRAM:  128 MB
54395     NAND:  128 MiB
54396     In:    serial
54397     Out:   serial
54398     Err:   serial
54399     ARM Clock : 297MHz
54400     DDR Clock : 162MHz
54401     ETH PHY   : DP83848 @ 0x01
54402     U-Boot > iprobe
54403     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
54404     U-Boot > ping 192.168.253.10
54405     host 192.168.253.10 is alive
54406     U-Boot >
54407
54408     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
54409     Acked-by: Dirk Behme <dirk.behme@gmail.com>
54410     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
54411     Acked-by: Stefan Roese <sr@denx.de>
54412
54413 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
54414 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
54415 Date:   Fri Jul 27 01:50:45 2007 -0500
54416
54417     fsl_pci_init cleanup.
54418
54419     Do not enable normal errors created during probe (master abort, perr,
54420     and pcie Invalid Configuration access).
54421
54422     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
54423
54424     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54425     Acked-by: Andy Fleming <afleming@freescale.com>
54426
54427 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
54428 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
54429 Date:   Fri Jul 27 01:50:44 2007 -0500
54430
54431     pciauto_setup_device bars_num fix
54432
54433     Passing bars_num=0 to pciauto_setup_device should assign no bars.
54434
54435     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54436     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54437     Acked-by: Andy Fleming <afleming@freescale.com>
54438
54439 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
54440 Author: Jon Loeliger <jdl@freescale.com>
54441 Date:   Mon Aug 6 17:39:44 2007 -0500
54442
54443     8641hpcn: Do correct sized pointer math.
54444
54445     When I rebased Ed's patch and cleaned up a few compilation
54446     problems, I apparently rebased my brain on crack first.
54447     Fix that by doing (char *) sized pointer math as needed.
54448
54449     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54450
54451 commit cfc7a7f5bb3273c9951173c788001d45118f141f
54452 Author: Jon Loeliger <jdl@freescale.com>
54453 Date:   Thu Aug 2 14:42:20 2007 -0500
54454
54455     cpu/86xx fixes.
54456
54457     Remove rev 1 fixes.
54458     Always set PICGCR_MODE.
54459     Enable machine check and provide board config option
54460     to set and handle SoC error interrupts.
54461
54462     Include MSSSR0 in error message.
54463
54464     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
54465
54466     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54467     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54468
54469 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
54470 Author: Stefan Roese <sr@denx.de>
54471 Date:   Fri Aug 10 10:42:25 2007 +0200
54472
54473     Coding style cleanup
54474
54475     Signed-off-by: Stefan Roese <sr@denx.de>
54476
54477 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
54478 Author: Dirk Behme <dirk.behme@googlemail.com>
54479 Date:   Thu Aug 2 17:42:08 2007 +0200
54480
54481     Make use of generic 64bit division in nand_util.c
54482
54483     Use generic 64bit division in nand_util.c. This makes nand_util.c
54484     independent of any toolchain 64bit division.
54485
54486     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
54487
54488 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
54489 Author: Dirk Behme <dirk.behme@googlemail.com>
54490 Date:   Thu Aug 2 17:41:14 2007 +0200
54491
54492     Move 64bit division from avr32 to generic lib
54493
54494     Move the 64bit division from lib_avr32 to lib_generic. With this, all
54495     boards can do_div/__div64_32 if needed, not only avr one. Code is put
54496     to lib_generic, so no larger memory footprint if not used. No code
54497     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
54498
54499     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
54500
54501 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
54502 Author: Niklaus Giger <niklausgiger@gmx.ch>
54503 Date:   Fri Jul 27 11:31:22 2007 +0200
54504
54505     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
54506
54507     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54508
54509 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
54510 Author: Niklaus Giger <niklausgiger@gmx.ch>
54511 Date:   Fri Jul 27 11:30:33 2007 +0200
54512
54513     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
54514
54515     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54516
54517 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
54518 Author: Niklaus Giger <niklausgiger@gmx.ch>
54519 Date:   Fri Jul 27 11:38:26 2007 +0200
54520
54521     Add PPC4xx-HCU4 and HCU5 boards: common files
54522
54523     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54524
54525 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
54526 Author: Niklaus Giger <niklausgiger@gmx.ch>
54527 Date:   Fri Jul 27 11:28:44 2007 +0200
54528
54529     Add PPC4xx-HCU4 and HCU5 boards: make related
54530
54531     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54532
54533 commit 137fdd9f474ecb853efdace5200576308c67f18d
54534 Author: Niklaus Giger <niklausgiger@gmx.ch>
54535 Date:   Fri Jul 27 11:28:03 2007 +0200
54536
54537     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
54538
54539     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54540
54541 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
54542 Author: Niklaus Giger <niklausgiger@gmx.ch>
54543 Date:   Fri Jul 27 11:27:15 2007 +0200
54544
54545     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
54546
54547     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54548
54549 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
54550 Author: Niklaus Giger <niklausgiger@gmx.ch>
54551 Date:   Fri Jul 27 11:25:31 2007 +0200
54552
54553     Add PPC4xx-HCU4 and HCU5 boards: READMEs
54554
54555     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54556
54557 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
54558 Author: Niklaus Giger <niklausgiger@gmx.ch>
54559 Date:   Fri Jul 27 11:37:40 2007 +0200
54560
54561     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
54562
54563     This series of patches adds support for 2 boards from Netstal Maschinen.
54564
54565     The HCU4 has a PPC405Gpr and
54566     the HCU5 has a PPC440EPX.
54567
54568     The HCU4 has a somehow complicated flash setup, as the booteprom is
54569     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
54570     elegant solution.
54571
54572     The HCU5 has only a booteprom as the whole code will be downloaded from a
54573     different board which has HD, CD-ROM, etc and where all code is stored.
54574
54575     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
54576     Thanks them a lot.
54577
54578     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
54579
54580 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
54581 Author: Stefan Roese <sr@denx.de>
54582 Date:   Fri Aug 10 08:42:55 2007 +0200
54583
54584     ppc4xx: Update lwmon5 POST configuration
54585
54586     Signed-off-by: Stefan Roese <sr@denx.de>
54587
54588 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
54589 Author: Yuri Tikhonov <yur@emcraft.com>
54590 Date:   Fri Aug 10 08:25:22 2007 +0200
54591
54592     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
54593
54594     The patch adds support for UART POST on ppc44x-based boards with no
54595     external serial clocks installed.
54596
54597     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
54598     Acked-by: Stefan Roese <sr@denx.de>
54599
54600 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
54601 Author: Kim Phillips <kim.phillips@freescale.com>
54602 Date:   Mon Aug 6 18:18:34 2007 -0500
54603
54604     mpc83xx: fix ITX[GP] O=builddir builds
54605
54606     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
54607
54608     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
54609     "BUILD_DIR=<some dir> ./MAKEALL ..."
54610
54611     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54612
54613 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
54614 Author: Dave Liu <r63238@freescale.com>
54615 Date:   Wed Aug 1 15:00:59 2007 +0800
54616
54617     mpc83xx: Correct the README for DDR ECC
54618
54619     Update the README for DDR ECC, change the name
54620     to README.mpc83xx.ddrecc.
54621
54622     Signed-off-by: Dave Liu <daveliu@freescale.com>
54623     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54624
54625 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
54626 Author: Dave Liu <r63238@freescale.com>
54627 Date:   Wed Aug 1 15:00:15 2007 +0800
54628
54629     mpc83xx: Consolidate the ECC support of 83xx
54630
54631     Remove the duplicated source code of ecc command on the <board>.c,
54632     for reused, move these code to cpu/mpc83xx directory.
54633
54634     Signed-off-by: Dave Liu <daveliu@freescale.com>
54635     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54636
54637 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
54638 Author: Dave Liu <r63238@freescale.com>
54639 Date:   Sat Aug 4 13:37:39 2007 +0800
54640
54641     mpc83xx: Correct the burst length for DDR2 with 32 bits
54642
54643     The burst length should be 4 for DDR2 with 32 bits bus
54644
54645     Signed-off-by: Dave Liu <daveliu@freescale.com>
54646
54647 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
54648 Author: Kim Phillips <kim.phillips@freescale.com>
54649 Date:   Wed Jul 25 19:25:33 2007 -0500
54650
54651     mpc83xx: add support for the MPC8323E RDB
54652
54653     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
54654     five 10/100 ethernet ports connected via an ICPlus IP175C
54655     switch, one PCI slot, and serial.  Features not supported
54656     in this patch are SD card interface, 2 USB ports, and the
54657     two phone ports.
54658
54659     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
54660     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54661
54662 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
54663 Author: Kim Phillips <kim.phillips@freescale.com>
54664 Date:   Wed Jul 25 19:25:28 2007 -0500
54665
54666     mpc83xx: fixup generic pci for libfdt
54667
54668     add libfdt support to the generic 83xx pci code
54669
54670     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54671
54672 commit f57ac7a7b37109245b69db80839ebee26179966a
54673 Author: Kim Phillips <kim.phillips@freescale.com>
54674 Date:   Wed Jul 25 19:25:22 2007 -0500
54675
54676     mpc83xx: fix 8360 and cpu functions to update fdt being passed
54677
54678     ..and not the global fdt. Rename local fdt vars to blob so as not to
54679     be confused with the global var with the same three-letter name.
54680
54681     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54682
54683 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
54684 Author: Jerry Van Baren <gvb.uboot@gmail.com>
54685 Date:   Wed Jul 4 21:34:24 2007 -0400
54686
54687     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
54688
54689     Several node strings were not correct (trailing slashes and properties
54690       in the strings)
54691     Added setting of the timebase-frequency.
54692     Improved error messages and use debug() instead of printf().
54693
54694     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54695     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54696
54697 commit 26d02c9bbac1751c5e19294f000100b48d43a920
54698 Author: Jerry Van Baren <gvb.uboot@gmail.com>
54699 Date:   Wed Jul 4 21:27:30 2007 -0400
54700
54701     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
54702
54703     The new name matches more closely the kernel's name, which is also
54704     a much better description.
54705
54706     These are the mpc83xx changes made necessary by the function name change.
54707
54708     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54709     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
54710     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54711
54712 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
54713 Author: Dave Liu <daveliu@freescale.com>
54714 Date:   Mon Jun 25 10:41:56 2007 +0800
54715
54716     mpc83xx: Add support for the display of reset status
54717
54718     83xx processor family has many reset sources, such as
54719     power on reset, software hard reset, software soft reset,
54720     JTAG, bus monitor, software watchdog, check stop reset,
54721     external hard reset, external software reset.
54722     sometimes, to figure out the fault of system, we need to
54723     know the cause of reset early before the prompt of
54724     u-boot present.
54725
54726     Signed-off-by: Dave Liu <daveliu@freescale.com>
54727     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54728
54729 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
54730 Author: Dave Liu <daveliu@freescale.com>
54731 Date:   Mon Jun 25 10:41:04 2007 +0800
54732
54733     mpc83xx: Fix the align bug of SDMA buffer
54734
54735     According to the latest user manual, the SDMA temporary
54736     buffer base address must be 4KB aligned.
54737
54738     Signed-off-by: Dave Liu <daveliu@freescale.com>
54739     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54740
54741 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
54742 Author: Dave Liu <daveliu@freescale.com>
54743 Date:   Mon Jun 25 13:21:12 2007 +0800
54744
54745     mpc83xx: Revise the MPC8360EMDS readme doc
54746
54747     When the rev2.x silicon mount on the MPC8360EMDS baord,
54748     and if you are using the u-boot version after the commit
54749     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
54750     to make the ethernet interface usable, we have to setup
54751     the jumpers correctly.
54752
54753     Signed-off-by: Dave Liu <daveliu@freescale.com>
54754     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54755
54756 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
54757 Author: Timur Tabi <timur@freescale.com>
54758 Date:   Tue Jul 3 13:46:32 2007 -0500
54759
54760     FSL I2C driver programs the two I2C busses differently
54761
54762     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
54763     The second I2C bus has its slave address programmed incorrectly and is
54764     missing a 5-us delay.
54765
54766     Signed-off-by: Timur Tabi <timur@freescale.com>
54767     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54768
54769 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
54770 Author: Timur Tabi <timur@freescale.com>
54771 Date:   Tue Jul 3 13:04:34 2007 -0500
54772
54773     Update SCCR programming in cpu_init_f() to support all 83xx processors
54774
54775     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
54776     bitfields for all 83xx processors.  The code to update some bitfields was
54777     compiled only on some processors.  Now, the bitfields are programmed as long
54778     as the corresponding CFG_SCCR option is defined in the board header file.
54779     This means that the board header file should not define any CFG_SCCR macros
54780     for bitfields that don't exist on that processor, otherwise the SCCR will be
54781     programmed incorrectly.
54782
54783     Signed-off-by: Timur Tabi <timur@freescale.com>
54784     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54785
54786 commit 9546266999f0b9b51372636614211b88d90f0f25
54787 Author: Martin Krause <martin.krause@tqs.de>
54788 Date:   Fri Jun 22 13:04:22 2007 +0200
54789
54790     TQM834x: cleanup configuraton
54791
54792     Remove irritating #undef DEBUG
54793
54794     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54795     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54796
54797 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
54798 Author: david.saada <David.Saada@ecitele.com>
54799 Date:   Mon Jun 18 09:09:53 2007 -0700
54800
54801     MPC83xx: Fix makefile to generate config.h file in the build directory
54802
54803     MPC83xx: Fix the Makefile config sections to generate the include/config.h
54804     file in the build directory instead of the source directory.
54805
54806     Signed-off-by: David Saada <david.saada@ecitele.com>
54807     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54808
54809 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
54810 Author: Lee Nipper <Lee.Nipper@freescale.com>
54811 Date:   Thu Jun 14 20:07:33 2007 -0500
54812
54813     mpc83xx: Add support for 8360 silicon revision 2.1
54814
54815     This change adds 8360 silicon revision 2.1 support to u-boot.
54816
54817     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
54818     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54819
54820 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
54821 Author: Kumar Gala <galak@kernel.crashing.org>
54822 Date:   Wed Aug 8 04:14:28 2007 -0500
54823
54824     Treat ppc64 host as ppc
54825
54826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54827
54828 commit 0dc4279b08ff82472bec2e2c90858602459febe8
54829 Author: Jason Jin <Jason.jin@freescale.com>
54830 Date:   Wed Aug 8 09:01:46 2007 +0800
54831
54832     Minor fix for bios emulator makefile
54833
54834     Add $(obj) to LIB avoiding objects be built in the source dir
54835
54836     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54837
54838 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
54839 Author: Jason Jin <Jason.jin@freescale.com>
54840 Date:   Wed Aug 8 08:33:11 2007 +0800
54841
54842     Add CONFIG_BIOSEMU define to guard all the bios emulator code
54843
54844     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54845
54846     This patch fix the compile issue on the board that did not enable the bios emulator
54847
54848 commit ed8106433522f2ea8933e9808346860d061d7731
54849 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
54850 Date:   Tue Jul 31 12:27:25 2007 -0500
54851
54852     tsec: fix multiple PHY support
54853
54854     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
54855     broke multiple PHY support in tsec.c.  This fixes it.
54856
54857     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
54858     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54859
54860 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
54861 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
54862 Date:   Thu Aug 9 09:08:18 2007 -0500
54863
54864     tsec: Allow Ten Bit Interface address to be configurable
54865
54866     Allow the address of the Ten Bit Interface (TBI) to be changed in the
54867     event of a conflict with another device.
54868
54869     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
54870
54871 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
54872 Author: Stefan Roese <sr@denx.de>
54873 Date:   Wed Aug 8 09:54:26 2007 +0200
54874
54875     Coding style cleanup
54876
54877     Signed-off-by: Stefan Roese <sr@denx.de>
54878
54879 commit a41de1f0d373e09c782dea558385a06247111ba5
54880 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54881 Date:   Sun Aug 5 05:15:18 2007 -0500
54882
54883     Port enabled for I2C signals and chipselects port configuration.
54884
54885     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54886
54887 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
54888 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54889 Date:   Sun Aug 5 04:31:18 2007 -0500
54890
54891     Added NAND support
54892
54893     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54894
54895 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
54896 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54897 Date:   Sun Aug 5 04:11:20 2007 -0500
54898
54899     Added I2C support
54900
54901     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54902
54903 commit 99c03c175d2689093176facf17c58ce2cb320001
54904 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54905 Date:   Sun Aug 5 03:58:52 2007 -0500
54906
54907     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
54908
54909     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54910
54911 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
54912 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54913 Date:   Sun Aug 5 03:55:21 2007 -0500
54914
54915     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
54916
54917     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54918
54919 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
54920 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54921 Date:   Sun Aug 5 03:43:30 2007 -0500
54922
54923     Moved sync() from board file to include/asm-m68k/io.h
54924
54925     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54926
54927 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
54928 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54929 Date:   Sun Aug 5 03:30:44 2007 -0500
54930
54931     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
54932
54933     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54934
54935 commit 9998bd37ead85e93953559720710d3b0685c81e6
54936 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54937 Date:   Sun Aug 5 03:19:10 2007 -0500
54938
54939     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
54940
54941     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54942
54943 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
54944 Author: Jason Jin <Jason.jin@freescale.com>
54945 Date:   Tue Aug 7 16:17:06 2007 +0800
54946
54947     Add CONFIG_BIOSEMU define to guard all the bios emulator code
54948
54949     This patch fix the compile issue on the board that did not enable the bios emulator
54950
54951 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
54952 Author: Wolfgang Denk <wd@denx.de>
54953 Date:   Tue Aug 7 16:02:13 2007 +0200
54954
54955     Fix missing brace error in fs/fat/fat.c
54956     [pointed out by Roderik Wildenburg]
54957
54958     Signed-off-by: Wolfgang Denk <wd@denx.de>
54959
54960 commit 706714d97a0d08d59eda4de2268c39f504688329
54961 Author: Michal Simek <monstr@monstr.eu>
54962 Date:   Mon Aug 6 23:41:53 2007 +0200
54963
54964     [FIX] remove cute code
54965
54966 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
54967 Author: Michal Simek <monstr@monstr.eu>
54968 Date:   Mon Aug 6 23:35:26 2007 +0200
54969
54970     [FIX] Fix romfs code
54971
54972 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
54973 Author: Michal Simek <monstr@monstr.eu>
54974 Date:   Mon Aug 6 23:31:49 2007 +0200
54975
54976     [FIX] Coding style cleanup - Wolfgang's suggestions
54977
54978 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
54979 Author: Wolfgang Denk <wd@denx.de>
54980 Date:   Mon Aug 6 23:21:05 2007 +0200
54981
54982     Fixed typo in README (pointed out by Martin Jost).
54983
54984     Signed-off-by: Wolfgang Denk <wd@denx.de>
54985
54986 commit 537223afa61f64480df31ce440a9cb386df4a814
54987 Author: Stefan Roese <sr@denx.de>
54988 Date:   Mon Aug 6 21:10:17 2007 +0200
54989
54990     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
54991
54992     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
54993     here an updated Bamboo README.
54994
54995     Signed-off-by: Stefan Roese <sr@denx.de>
54996
54997 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
54998 Author: Wolfgang Denk <wd@denx.de>
54999 Date:   Mon Aug 6 02:17:36 2007 +0200
55000
55001     Coding style cleanup. Update CHANGELOG.
55002
55003     Signed-off-by: Wolfgang Denk <wd@denx.de>
55004
55005 commit 221838cc7eb178370ff62aa05920a582e12ac322
55006 Author: Jason Jin <Jason.jin@freescale.com>
55007 Date:   Tue Jul 10 09:03:22 2007 +0800
55008
55009     Remove the bios emulator from MAI board.
55010
55011     The bios emulator in the MAI board can not pass compile
55012     and have a lot of crap in it. remove it and will have a
55013     clean and small bios emulator in the drivers directory
55014     which can be uesed for every board.
55015
55016     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55017
55018 commit 5618332409bb96f4448d1712899369fc80c0b489
55019 Author: Jason Jin <Jason.jin@freescale.com>
55020 Date:   Fri Jul 13 12:14:59 2007 +0800
55021
55022     Fix some compile issues for MAI board.
55023
55024     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55025
55026 commit 0f460a1ee148b648ee242c3157650287d4296260
55027 Author: Jason Jin <Jason.jin@freescale.com>
55028 Date:   Fri Jul 13 12:14:58 2007 +0800
55029
55030     Configurations for ATI video card BIOS emulator
55031
55032     This patch add definition of the BIOS emulator and the ATI framebuffer
55033     driver for MPC8641HPCN board.
55034
55035     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55036     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55037
55038 commit ece92f85053b8df613edcf05b26a416cbc3d629c
55039 Author: Jason Jin <Jason.jin@freescale.com>
55040 Date:   Fri Jul 6 08:34:56 2007 +0800
55041
55042     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
55043     ATI video card BIOS. and can be used for x86 code emulation by some
55044     modifications.
55045
55046     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55047
55048 commit 5072188acabde3178fac7f5a597150e6e74fd40c
55049 Author: Jason Jin <Jason.jin@freescale.com>
55050 Date:   Fri Jul 6 08:33:33 2007 +0800
55051
55052     This is a framebuffer driver for ATI video card, can work for PCI9200,
55053     X300, X700, X800 ATI video cards.
55054
55055     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55056     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55057
55058 commit 5728be389e65fd47f34b33c2596271eb4db751ae
55059 Author: Wolfgang Denk <wd@denx.de>
55060 Date:   Mon Aug 6 01:01:49 2007 +0200
55061
55062     Coding style cleanup. Update CHANGELOG.
55063
55064     Signed-off-by: Wolfgang Denk <wd@denx.de>
55065
55066 commit 8092fef4c29b395958bb649647da7e3775731517
55067 Author: Martin Krause <Martin.Krause@tqs.de>
55068 Date:   Tue Dec 12 14:26:01 2006 +0100
55069
55070     Add functions to list of exported functions
55071
55072     Additionally export the following fuctions (to make trab_config build again):
55073     - simple_strtol()
55074     - strcmp()
55075
55076     Also bump the ABI version to reflect this change
55077
55078     Signed-off-by: Martin Krause <martin.krause@tqs.de>
55079
55080 commit 63cec5814fab5d2b1c86982327433807a5ac0249
55081 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55082 Date:   Thu Aug 2 14:09:49 2007 -0500
55083
55084     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
55085
55086     All of the PCI/PCI-Express driver and initialization code that
55087     was in the MPC8641HPCN port has now been moved into the common
55088     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
55089     utilized by the 85xx ports as well.
55090
55091     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
55092
55093     Also enable the second PCI-Express controller on 8641
55094     by getting its BATS and CFG_ setup right.
55095
55096     Fixed a u16 vendor compiler warning in AHCI driver too.
55097
55098     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55099     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55100     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55101
55102 commit a274ca4f6d68830e7c916f897561cff8c4101c38
55103 Author: Michal Simek <monstr@monstr.eu>
55104 Date:   Sun Aug 5 22:33:05 2007 +0200
55105
55106     [FIX] Coding style cleanup
55107
55108 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
55109 Author: Michal Simek <monstr@monstr.eu>
55110 Date:   Sun Aug 5 16:13:31 2007 +0200
55111
55112     [FIX] Xilinx Uartlite driver
55113     Because PPC405 can use UARTLITE serial interface and
55114     Microblaze can use Uart16550 serial interface not only Uartlite.
55115
55116 commit 98889edd50aadf862071eb5664747ad0d568a20e
55117 Author: Michal Simek <monstr@monstr.eu>
55118 Date:   Sun Aug 5 15:54:53 2007 +0200
55119
55120     [FIX] Change configuration for XUPV2P Microblaze board
55121
55122 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
55123 Author: Michal Simek <monstr@monstr.eu>
55124 Date:   Sun Aug 5 15:53:50 2007 +0200
55125
55126     [PATCH] Added support for Xilinx Emac community driver
55127
55128 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
55129 Author: Bartlomiej Sieka <tur@semihalf.com>
55130 Date:   Fri Aug 3 12:08:16 2007 +0200
55131
55132     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
55133
55134     Add the ability for modules from the Schindler cm5200 family to use a
55135     single U-Boot image:
55136     - rename cm1_qp1 to cm5200
55137     - add run-time module detection
55138     - parametrize SDRAM configuration according to the module we are running on
55139
55140     Few minor, board-specific fixes included in this patch:
55141     - better MAC address handling
55142     - updated default environment ('update' command uses +{filesize} now)
55143     - improved error messages in the auto-update code
55144     - allow booting U-Boot from RAM (CFG_RAMBOOT)
55145
55146     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55147     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
55148     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55149
55150 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
55151 Author: Andy Fleming <afleming@freescale.com>
55152 Date:   Fri Aug 3 04:05:25 2007 -0500
55153
55154     Add Marvell 1149 PHY support to the TSEC
55155
55156 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
55157 Author: Wolfgang Denk <wd@denx.de>
55158 Date:   Thu Aug 2 21:27:46 2007 +0200
55159
55160     Coding style cleanup, update CHANGELOG
55161
55162     Signed-off-by: Wolfgang Denk <wd@denx.de>
55163
55164 commit 63e22764d2f8653f68888c667eb65b3996b52680
55165 Author: Wolfgang Denk <wd@denx.de>
55166 Date:   Thu Aug 2 10:11:18 2007 +0200
55167
55168     Minor cleanup of <board>_nand build rules.
55169
55170 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
55171 Author: Stefan Roese <sr@denx.de>
55172 Date:   Thu Aug 2 08:33:56 2007 +0200
55173
55174     ppc4xx: Code cleanup
55175
55176     Signed-off-by: Stefan Roese <sr@denx.de>
55177
55178 commit c92409812206ac67a7fa7aae298539a9c3804a46
55179 Author: Grzegorz Bernacki <gjb@semihalf.com>
55180 Date:   Tue Jul 31 18:51:48 2007 +0200
55181
55182     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
55183
55184     During config transactions on the PCIe bus an attempt to scan for a
55185     non-existent device can lead to a machine check exception with certain
55186     peripheral devices. In order to avoid crashing in such scenarios the
55187     instrumented versions of the config cycle read routines are introduced, so
55188     the exceptions fixups framework can gracefully recover.
55189
55190     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55191     Acked-by: Rafal Jaworowski <raj@semihalf.com>
55192
55193 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
55194 Author: Rafal Jaworowski <raj@semihalf.com>
55195 Date:   Tue Jul 31 18:19:54 2007 +0200
55196
55197     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
55198
55199     This brings back separate settings for PCIe bus numbers depending on chip
55200     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
55201     commit. 440SPe rev. A does NOT work properly with the same settings as for
55202     the rev. B (no devices are seen on the bus during enumeration).
55203
55204     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55205
55206 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
55207 Author: Wolfgang Denk <wd@denx.de>
55208 Date:   Thu Aug 2 00:48:45 2007 +0200
55209
55210     Fix build errors and warnings / code cleanup.
55211
55212     Signed-off-by: Wolfgang Denk <wd@denx.de>
55213
55214 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
55215 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
55216 Date:   Tue Jul 31 10:24:56 2007 +0200
55217
55218     ppc4xx: Update AMCC Bamboo 440EP support
55219
55220     Changed storage type of cfg_simulate_spd_eeprom to const
55221     Changed storage type of gpio_tab to stack storage
55222     (Cannot access global data declarations in .bss until afer code relocation)
55223
55224     Improved SDRAM tests to catch problems where data is not uniquely addressable
55225     (e.g. incorrectly programmed SDRAM row or columns)
55226
55227     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
55228     Fixed AM29LV320DT (OpCode Flash) sector map
55229
55230     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
55231     Signed-off-by: Stefan Roese <sr@denx.de>
55232
55233 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
55234 Author: Stefan Roese <sr@denx.de>
55235 Date:   Tue Jul 31 08:37:01 2007 +0200
55236
55237     ppc4xx: Update 440EPx lwmon5 board support
55238
55239     - Clear ECC status regs after ECC POST test
55240     - Set dcbz for ECC generation with caches enabled as default
55241     - Code cleanup
55242
55243     Signed-off-by: Stefan Roese <sr@denx.de>
55244
55245 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
55246 Author: Stefan Roese <sr@denx.de>
55247 Date:   Mon Jul 30 11:04:57 2007 +0200
55248
55249     ppc4xx: Only print ECC related info when the error bis are set
55250
55251     Signed-off-by: Stefan Roese <sr@denx.de>
55252
55253 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
55254 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55255 Date:   Fri Jul 27 16:44:31 2007 +0200
55256
55257     new FPGA image for PLU405 board
55258
55259     new FPGA image for PLU405 board with improved CompactFlash timing
55260
55261     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55262
55263 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
55264 Author: Rafal Jaworowski <raj@semihalf.com>
55265 Date:   Fri Jul 27 14:43:59 2007 +0200
55266
55267     [ADS5121] Support for the ADS5121 board
55268
55269     The following MPC5121e subsystems are supported:
55270
55271     - low-level CPU init
55272     - NOR Boot Flash (common CFI driver)
55273     - DDR SDRAM
55274     - FEC
55275     - I2C
55276     - Watchdog
55277
55278     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55279     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55280     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
55281
55282 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
55283 Author: Rafal Jaworowski <raj@semihalf.com>
55284 Date:   Fri Jul 27 14:22:04 2007 +0200
55285
55286     [PPC] Remove unused MSR_USER definition
55287
55288     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55289
55290 commit d4024bb72dd81695ec099b2199eda0d27c623e62
55291 Author: John Otken <john@softadvances.com>
55292 Date:   Thu Jul 26 17:49:11 2007 +0200
55293
55294     ppc4xx: Add support for AMCC 405EP Taihu board
55295
55296     Signed-off-by: John Otken <john@softadvances.com>
55297
55298 commit b66091de6c7390620312c2501db23d8391e7cabb
55299 Author: Anatolij Gustschin <agust@denx.de>
55300 Date:   Thu Jul 26 15:08:01 2007 +0200
55301
55302     ppc4xx: lwmon5: Update Lime initialization
55303
55304     Change Lime SDRAM initialization to now support 100MHz and
55305     133MHz (if enabled). Also the framebuffer is initialized to
55306     display a blue rectangle with a white border.
55307
55308     Signed-off-by: Anatolij Gustschin <agust@denx.de>
55309     Signed-off-by: Stefan Roese <sr@denx.de>
55310
55311 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
55312 Author: Stefan Roese <sr@denx.de>
55313 Date:   Tue Jul 24 09:52:52 2007 +0200
55314
55315     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
55316
55317     The used Intel NOR FLASH chips have internally two dies, and are now
55318     treated as two seperate chips.
55319
55320     Signed-off-by: Stefan Roese <sr@denx.de>
55321
55322 commit aedf5bde179ecfbd0a96130d18996a96518b785f
55323 Author: Stefan Roese <sr@denx.de>
55324 Date:   Tue Jul 24 07:20:09 2007 +0200
55325
55326     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
55327
55328     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
55329     interrupt controller.
55330
55331     Signed-off-by: Stefan Roese <sr@denx.de>
55332
55333 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
55334 Author: Stefan Roese <sr@denx.de>
55335 Date:   Fri Jul 20 15:03:44 2007 +0200
55336
55337     ppc4xx: Fix bug with default GPIO output value
55338
55339     As spotted by Matthias Fuchs, the default output values for all GPIO1
55340     outputs were not setup correctly. This patch fixes this issue.
55341
55342     Signed-off-by: Stefan Roese <sr@denx.de>
55343
55344 commit 531e3e8b831f357056448fa573137d5fb37000fd
55345 Author: Pavel Kolesnikov <concord@emcraft.com>
55346 Date:   Fri Jul 20 15:03:03 2007 +0200
55347
55348     POST: Add ECC POST for the lwmon5 board
55349
55350     This patch adds ECC Post test for the Lwmon5 board based
55351     on PPC440EPx to U-Boot.
55352
55353     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
55354     Acked-by: Yuri Tikhonov <yur@emcraft.com>
55355     Acked-by: Stefan Roese <sr@denx.de>
55356
55357 commit cc3023b9f95d7ac959a764471a65001062aecf41
55358 Author: Rafal Jaworowski <raj@semihalf.com>
55359 Date:   Thu Jul 19 17:12:28 2007 +0200
55360
55361     Fix breakage of 8xx boards from recent commit.
55362
55363     This patch fixes the negative consequences for 8xx of the recent
55364     "ppc4xx: Clean up 440 exceptions handling" commit.
55365
55366     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55367
55368 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
55369 Author: Stefan Roese <sr@denx.de>
55370 Date:   Mon Jul 16 13:11:12 2007 +0200
55371
55372     Coding style cleanup
55373
55374     Signed-off-by: Stefan Roese <sr@denx.de>
55375
55376 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
55377 Author: Stefan Roese <sr@denx.de>
55378 Date:   Mon Jul 16 10:02:12 2007 +0200
55379
55380     ppc4xx: Code cleanup
55381
55382     Signed-off-by: Stefan Roese <sr@denx.de>
55383
55384 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
55385 Author: Stefan Roese <sr@denx.de>
55386 Date:   Mon Jul 16 10:01:38 2007 +0200
55387
55388     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
55389
55390     Signed-off-by: Stefan Roese <sr@denx.de>
55391
55392 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
55393 Author: Stefan Roese <sr@denx.de>
55394 Date:   Mon Jul 16 10:00:43 2007 +0200
55395
55396     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
55397
55398     The new boardspecific DDR2 controller configuration is used for the Yucca
55399     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
55400
55401     Signed-off-by: Stefan Roese <sr@denx.de>
55402
55403 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
55404 Author: Stefan Roese <sr@denx.de>
55405 Date:   Mon Jul 16 09:57:00 2007 +0200
55406
55407     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
55408
55409     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
55410     support non default, boardspecific DDR(2) controller configuration.
55411
55412     Signed-off-by: Stefan Roese <sr@denx.de>
55413
55414 commit 5743a9207a370b90f09b20ebd61167c806b937f3
55415 Author: Stefan Roese <sr@denx.de>
55416 Date:   Mon Jul 16 08:53:51 2007 +0200
55417
55418     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
55419
55420     The new function remove_tlb() can be used to remove the TLB's used to
55421     map a specific memory region. This is especially useful for the DDR(2)
55422     setup routines which configure the SDRAM area temporarily as a cached
55423     area (for speedup on auto-calibration and ECC generation) and later
55424     need this area uncached for normal usage.
55425
55426     Signed-off-by: Stefan Roese <sr@denx.de>
55427
55428 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
55429 Author: Michal Simek <monstr@monstr.eu>
55430 Date:   Mon Jul 16 00:31:07 2007 +0200
55431
55432     [PATCH] Support for Xilinx EmacLite controller
55433
55434 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
55435 Author: Wolfgang Denk <wd@denx.de>
55436 Date:   Sat Jul 14 22:51:02 2007 +0200
55437
55438     Update CHANGELOG
55439
55440     Signed-off-by: Wolfgang Denk <wd@denx.de>
55441
55442 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
55443 Author: Michal Simek <monstr@monstr.eu>
55444 Date:   Sat Jul 14 13:11:28 2007 +0200
55445
55446     [FIX] support for simply measuring time
55447
55448 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
55449 Author: Michal Simek <monstr@monstr.eu>
55450 Date:   Sat Jul 14 12:41:23 2007 +0200
55451
55452     [FS] Added support for ROMFS
55453
55454 commit 011595307731a7a67a7445d107c279d031e8ab97
55455 Author: Heiko Schocher <hs@pollux.denx.de>
55456 Date:   Sat Jul 14 01:06:58 2007 +0200
55457
55458     [PCS440EP]  - fix compile error, if BUILD_DIR is used
55459
55460 commit 5a2f1098d81ad58b309e5e558d0492643166a799
55461 Author: Michal Simek <monstr@monstr.eu>
55462 Date:   Sat Jul 14 00:18:48 2007 +0200
55463
55464     [PATCH] Support time without timer
55465
55466 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
55467 Author: Michal Simek <monstr@monstr.eu>
55468 Date:   Fri Jul 13 21:43:55 2007 +0200
55469
55470     [PATCH] Remove problem with disabled BARREL SHIFTER
55471
55472 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
55473 Author: Michal Simek <monstr@monstr.eu>
55474 Date:   Fri Jul 13 21:41:44 2007 +0200
55475
55476     [FIX] correct help for rspr
55477
55478 commit fad63407154f46246ce80d53a9c669a44362ac67
55479 Author: Heiko Schocher <hs@pollux.denx.de>
55480 Date:   Fri Jul 13 09:54:17 2007 +0200
55481
55482     make show_boot_progress () weak.
55483
55484     Signed-off-by: Heiko Schocher <hs@denx.de>
55485
55486 commit 907902472391b6ca1876ec300687562ecaf459b1
55487 Author: Heiko Schocher <hs@pollux.denx.de>
55488 Date:   Fri Jul 13 08:26:05 2007 +0200
55489
55490     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
55491                 - fix compile error, if BUILD_DIR is used
55492
55493     Signed-off-by: Heiko Schocher <hs@denx.de>
55494
55495 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
55496 Author: Stefan Roese <sr@denx.de>
55497 Date:   Thu Jul 12 16:32:08 2007 +0200
55498
55499     ppc4xx: Change receive buffer handling in the 4xx emac driver
55500
55501     This change fixes a bug in the receive buffer handling, that
55502     could lead to problems upon high network traffic (broadcasts...).
55503
55504     Signed-off-by: Stefan Roese <sr@denx.de>
55505
55506 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
55507 Author: Wolfgang Denk <wd@denx.de>
55508 Date:   Thu Jul 12 01:45:34 2007 +0200
55509
55510     Update CHANGELOG, minor coding style cleanup.
55511
55512     Signed-off-by: Wolfgang Denk <wd@denx.de>
55513
55514 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
55515 Author: Andy Fleming <afleming@freescale.com>
55516 Date:   Fri Jun 8 16:41:18 2007 -0500
55517
55518     Remove erroneous errata code from Marvel 88E1111S driver
55519
55520     The Marvel 88E1111S driver for the TSEC was copied from the
55521     88E1101 driver, and included a fix for an erratum which does not
55522     exist on that part.  Now it is removed
55523
55524     Signed-off-by: Andy Fleming <afleming@freescale.com>
55525
55526 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
55527 Author: Andy Fleming <afleming@freescale.com>
55528 Date:   Tue Jun 5 16:38:44 2007 -0500
55529
55530     From: eran liberty <eran.liberty@gmail.com>
55531
55532     adds the reset register to 85xx immap
55533
55534     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
55535     Signed-off-by: Andy Fleming <afleming@freescale.com>
55536
55537 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
55538 Author: Andy Fleming <afleming@freescale.com>
55539 Date:   Thu May 10 17:50:01 2007 -0500
55540
55541     Polished the 85xx ADS config files
55542
55543     Made the boot commands use device trees by default.
55544     Also moved the ramdisk to 1000000 (I think the previous address
55545     was getting overridden during boot).
55546
55547     Signed-off-by: Andy Fleming <afleming@freescale.com>
55548
55549 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
55550 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55551 Date:   Wed May 9 11:03:32 2007 -0500
55552
55553     8544ds: Fix Makefile after moving pixis to board/freescale.
55554
55555     The OBJTREE != SRCTREE build scenario was broken.
55556     This fixes it.
55557
55558     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55559     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55560
55561 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
55562 Author: Andy Fleming <afleming@freescale.com>
55563 Date:   Wed May 9 00:54:20 2007 -0500
55564
55565     tsec: Fix PHY code to match first driver
55566
55567     Jarrold Wen noticed that the generic PHY code always matches
55568     under the current implementation.  Change it so the first match
55569     wins, and *only* unknown PHYs trigger the generic driver
55570
55571     Signed-off-by: Andy Fleming <afleming@freescale.com>
55572
55573 commit ccc091aac61a38cd998d575d92f7232e256d6312
55574 Author: Andy Fleming <afleming@freescale.com>
55575 Date:   Tue May 8 17:27:43 2007 -0500
55576
55577     Add support for CPM device tree configuration to 8560 ADS
55578
55579     * Adds code to modify CPM frequencies
55580     * Cleans up the config file to #define TSEC and (for now) #undef FCC
55581     * Adds the MII command for all 8560 ADS configurations
55582     * Updates config file to provide convenience commands for booting
55583       with a device tree
55584
55585     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
55586     Signed-off-by: Andy Fleming <afleming@freescale.com>
55587
55588 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
55589 Author: Andy Fleming <afleming@freescale.com>
55590 Date:   Tue May 8 17:23:02 2007 -0500
55591
55592     Fix Marvell 88e1145 PHY init code
55593
55594     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
55595     where the reset was being done after the errata code instead of
55596     before.
55597
55598     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
55599     Signed-off-by: Andy Fleming <afleming@freescale.com>
55600
55601 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
55602 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55603 Date:   Wed Jul 11 14:52:16 2007 -0500
55604
55605     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
55606
55607     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55608
55609 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
55610 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55611 Date:   Wed Jul 11 14:52:08 2007 -0500
55612
55613     pciauto setup bridge
55614
55615     The P2P bridge bus numbers programmed into the device are relative to
55616     hose->first_busno.
55617
55618     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55619
55620 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
55621 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55622 Date:   Wed Jul 11 14:52:01 2007 -0500
55623
55624     Support PCIe extended config registers
55625
55626     FSL PCIe block has extended cfg registers in the 100 and 400 range.
55627     For example, to read the LTSSM register: pci display <busn>.0 404 1
55628
55629     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55630
55631 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
55632 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55633 Date:   Wed Jul 11 14:51:48 2007 -0500
55634
55635     Minor improvements to drivers/pci_auto.c
55636
55637     - Make pciauto_{pre,post}scan_setup_bridge non-static
55638     - Added physical address display in debug messages.
55639
55640     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55641
55642 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
55643 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55644 Date:   Wed Jul 11 14:51:35 2007 -0500
55645
55646     Start pci hose scan from hose->current_busno.
55647
55648     Ensure hose->current_busno is not less than first_busno.  This fixes
55649     broken board code which leaves current_busno=0 when first_busno is
55650     greater than 0 for the cases with multiple controllers.
55651
55652     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55653
55654 commit 3865b1fb7843a08ad49a6319a36415752276ff48
55655 Author: Stefan Roese <sr@denx.de>
55656 Date:   Wed Jul 11 12:13:53 2007 +0200
55657
55658     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
55659
55660     Signed-off-by: Stefan Roese <sr@denx.de>
55661
55662 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
55663 Author: Bartlomiej Sieka <tur@semihalf.com>
55664 Date:   Wed Jul 11 20:11:07 2007 +0200
55665
55666     CM1.QP1: Support for the Schindler CM1.QP1 board.
55667
55668     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
55669     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55670
55671 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
55672 Author: Heiko Schocher <hs@pollux.denx.de>
55673 Date:   Wed Jul 11 18:39:11 2007 +0200
55674
55675     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
55676                 - now the Flash ST M29W040B is supported (not tested)
55677                 - fix the "led" command
55678                 - fix compile error, if BUILD_DIR is used
55679
55680     Signed-off-by: Heiko Schocher <hs@denx.de>
55681
55682 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
55683 Author: Stefan Roese <sr@denx.de>
55684 Date:   Sun Jul 8 13:44:27 2007 +0200
55685
55686     Fix malloc problem introduced with the relocation fixup for the PPC platform
55687
55688     The relocation fixup didn't handle the malloc pointer initialization
55689     correctly. This patch fixes this problem. Tested successfully on 4xx.
55690     The relocation fixup patches for 4xx will follow soon.
55691
55692     Signed-off-by: Stefan Roese <sr@denx.de>
55693
55694 commit 0dca874db62718e41253659e60f3a1de7eb418ce
55695 Author: TsiChung <tcliew@Goku.(none)>
55696 Date:   Tue Jul 10 15:45:43 2007 -0500
55697
55698     Cache update and added CFG_UNIFY_CACHE
55699
55700     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.
55701
55702     Signed-off-by: TsiChung <tcliew@Goku.(none)>
55703
55704 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
55705 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55706 Date:   Thu Jul 5 23:36:16 2007 -0500
55707
55708     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
55709
55710     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
55711
55712     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55713
55714 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
55715 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55716 Date:   Thu Jul 5 23:31:25 2007 -0500
55717
55718     Update header files
55719
55720     Include immap.h and renamed mcfrtc.h to rtc.h
55721
55722     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55723
55724 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
55725 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55726 Date:   Thu Jul 5 23:29:21 2007 -0500
55727
55728     Add mcffec_initialize()
55729
55730     Added mcffec_initialize() in eth_initialize()
55731
55732     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55733
55734 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
55735 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55736 Date:   Thu Jul 5 23:27:40 2007 -0500
55737
55738     Update header file and clean up
55739
55740     Include immap.h
55741
55742     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55743
55744 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
55745 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55746 Date:   Thu Jul 5 23:23:15 2007 -0500
55747
55748     New uart structure and defines
55749
55750     Seperated from mcfuart.h
55751
55752     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55753
55754 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
55755 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55756 Date:   Thu Jul 5 23:22:31 2007 -0500
55757
55758     New timer structure and defines
55759
55760     Seperated from mcftimer.h
55761
55762     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55763
55764 commit e04acb2eba4782489417240eff76e20e176aec10
55765 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55766 Date:   Thu Jul 5 23:21:09 2007 -0500
55767
55768     Rename mcfrtc to rtc
55769
55770     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
55771
55772     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55773
55774 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
55775 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55776 Date:   Thu Jul 5 23:17:36 2007 -0500
55777
55778     Rename mcfserial.c. Update include header
55779
55780     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
55781
55782     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55783
55784 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
55785 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55786 Date:   Thu Jul 5 23:13:58 2007 -0500
55787
55788     Header file update, clean up and cache handling
55789
55790     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
55791
55792     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55793
55794 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
55795 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55796 Date:   Thu Jul 5 23:10:40 2007 -0500
55797
55798     Create interrupts.c and modify Makefile
55799
55800     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
55801
55802     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55803
55804 commit ddd104f1ed655eda50c06ba636237a83ed943f34
55805 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55806 Date:   Thu Jul 5 23:06:55 2007 -0500
55807
55808     Enable Icache
55809
55810     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55811
55812 commit b9bf3de377b2bae70c983c9b97feae914999e735
55813 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55814 Date:   Thu Jul 5 23:05:31 2007 -0500
55815
55816     Update header file and some clean up
55817
55818     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
55819
55820     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55821
55822 commit 84a015b52ec820a5ae173717d78516de731c89c2
55823 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55824 Date:   Thu Jul 5 23:03:28 2007 -0500
55825
55826     Update header file and enable icache
55827
55828     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
55829
55830     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55831
55832 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
55833 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55834 Date:   Thu Jul 5 23:01:22 2007 -0500
55835
55836     Update header file and removed interrupt_init()
55837
55838     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
55839
55840     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55841
55842 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
55843 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55844 Date:   Thu Jul 5 22:57:46 2007 -0500
55845
55846     Update for flash.o and mii.o
55847
55848     Removed flash.o and added mii.o
55849
55850     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55851
55852 commit c5ded275d839e4ff79f41718d50a835d989f57bc
55853 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55854 Date:   Thu Jul 5 22:56:19 2007 -0500
55855
55856     MII functions calls.
55857
55858     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55859
55860 commit 427c814104560e29bda14955c67703245aaaa5b4
55861 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55862 Date:   Thu Jul 5 22:54:42 2007 -0500
55863
55864     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
55865
55866     The removed MII routines will be placed in mii.c.
55867
55868     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55869
55870 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
55871 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55872 Date:   Thu Jul 5 22:51:05 2007 -0500
55873
55874     Duplicate code
55875
55876     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
55877
55878     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55879
55880 commit 2744354a8437b8f78db178e30660215688bff570
55881 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55882 Date:   Thu Jul 5 22:46:38 2007 -0500
55883
55884     Seperate old structure defines and new structure defines
55885
55886     Removed new uart structure and defines to uart.h
55887
55888     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55889
55890 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
55891 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55892 Date:   Thu Jul 5 22:45:01 2007 -0500
55893
55894     Seperate old structure defines and new structure defines
55895
55896     New timer structure and defines will move to new timer.h
55897
55898     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55899
55900 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
55901 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55902 Date:   Thu Jul 5 22:42:23 2007 -0500
55903
55904     Clean up
55905
55906     Removed whitespace
55907
55908     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55909
55910 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
55911 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55912 Date:   Thu Jul 5 22:41:24 2007 -0500
55913
55914     Clean up
55915
55916     Replaced whitespace with tabs
55917
55918     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55919
55920 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
55921 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55922 Date:   Thu Jul 5 22:39:07 2007 -0500
55923
55924     Create new header file and move peripherals base address from configs file to new header file.
55925
55926     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.
55927
55928     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55929
55930 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
55931 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55932 Date:   Thu Jul 5 22:24:58 2007 -0500
55933
55934     Revert file mode
55935
55936     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
55937
55938     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55939
55940 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
55941 Author: Jon Loeliger <jdl@freescale.com>
55942 Date:   Tue Jul 10 11:19:50 2007 -0500
55943
55944     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
55945
55946     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
55947     Those always evaluated TRUE, and thus were always compiled
55948     even when IDE really wasn't defined/wanted.
55949
55950     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55951
55952 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
55953 Author: Jon Loeliger <jdl@freescale.com>
55954 Date:   Tue Jul 10 11:13:21 2007 -0500
55955
55956     drivers/: Remove lingering references to CFG_CMD_* symbols.
55957
55958     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
55959     Those always evaluated TRUE, and thus were always compiled
55960     even when IDE really wasn't defined/wanted.
55961
55962     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55963
55964 commit f40a7f3e3888b42a43674b099e5470022c8c544c
55965 Author: Jon Loeliger <jdl@freescale.com>
55966 Date:   Tue Jul 10 11:07:56 2007 -0500
55967
55968     fs/: Remove lingering references to CFG_CMD_* symbols.
55969
55970     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
55971     Those always evaluated TRUE, and thus were always compiled
55972     even when IDE really wasn't defined/wanted.
55973
55974     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55975
55976 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
55977 Author: Jon Loeliger <jdl@freescale.com>
55978 Date:   Tue Jul 10 11:05:02 2007 -0500
55979
55980     net/: Remove lingering references to CFG_CMD_* symbols.
55981
55982     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
55983     Those always evaluated TRUE, and thus were always compiled
55984     even when IDE really wasn't defined/wanted.
55985
55986     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55987
55988 commit 902531788376046da212afd1661cffb62f3daa1c
55989 Author: Jon Loeliger <jdl@freescale.com>
55990 Date:   Tue Jul 10 11:02:44 2007 -0500
55991
55992     common/: Remove lingering references to CFG_CMD_* symbols.
55993
55994     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
55995     Those always evaluated TRUE, and thus were always compiled
55996     even when IDE really wasn't defined/wanted.
55997
55998     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55999
56000 commit d39b57415838c73fb0a37eca84de3c68ba990586
56001 Author: Jon Loeliger <jdl@freescale.com>
56002 Date:   Tue Jul 10 10:48:22 2007 -0500
56003
56004     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
56005
56006     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
56007     Those always evaluated TRUE, and thus were always compiled
56008     even when IDE really wasn't defined/wanted.
56009
56010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56011
56012 commit 77a318545d57aefa844752465b94c7e09a3f26d0
56013 Author: Jon Loeliger <jdl@freescale.com>
56014 Date:   Tue Jul 10 10:39:10 2007 -0500
56015
56016     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
56017
56018     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
56019     Those always evaluated TRUE, and thus were always compiled
56020     even when IDE really wasn't defined/wanted.
56021
56022     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56023
56024 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
56025 Author: Jon Loeliger <jdl@freescale.com>
56026 Date:   Tue Jul 10 10:27:39 2007 -0500
56027
56028     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
56029
56030     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56031
56032 commit 079a136c3588814784561d6e4856970ee82d6e2a
56033 Author: Jon Loeliger <jdl@freescale.com>
56034 Date:   Tue Jul 10 10:12:10 2007 -0500
56035
56036     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
56037
56038     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
56039     used to be included but CONFIG_BOOTP_MASK was not defined.
56040
56041     Remove lingering references to CFG_CMD_* symbols.
56042
56043     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56044
56045 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
56046 Author: Jon Loeliger <jdl@freescale.com>
56047 Date:   Tue Jul 10 09:38:02 2007 -0500
56048
56049     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
56050
56051     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
56052     used to be included but CONFIG_BOOTP_MASK was not defined.
56053
56054     Remove lingering references to CFG_CMD_* symbols.
56055
56056     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56057
56058 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
56059 Author: Jon Loeliger <jdl@freescale.com>
56060 Date:   Tue Jul 10 09:29:01 2007 -0500
56061
56062     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
56063
56064     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
56065     used to be included but CONFIG_BOOTP_MASK was not defined.
56066
56067     Remove lingering references to CFG_CMD_* symbols.
56068
56069     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56070
56071 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
56072 Author: Jon Loeliger <jdl@freescale.com>
56073 Date:   Tue Jul 10 09:22:23 2007 -0500
56074
56075     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
56076
56077     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
56078     used to be included but CONFIG_BOOTP_MASK was not defined.
56079
56080     Remove lingering references to CFG_CMD_* symbols.
56081
56082     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56083
56084 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
56085 Author: Jon Loeliger <jdl@freescale.com>
56086 Date:   Tue Jul 10 09:10:49 2007 -0500
56087
56088     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
56089
56090     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
56091     used to be included but CONFIG_BOOTP_MASK was not defined.
56092
56093     Remove lingering references to CFG_CMD_* symbols.
56094
56095     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56096
56097 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
56098 Author: Jon Loeliger <jdl@freescale.com>
56099 Date:   Tue Jul 10 09:02:57 2007 -0500
56100
56101     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
56102
56103     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
56104     used to be included but CONFIG_BOOTP_MASK was not defined.
56105
56106     Remove lingering references to CFG_CMD_* symbols.
56107
56108     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56109
56110 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
56111 Author: Jon Loeliger <jdl@freescale.com>
56112 Date:   Mon Jul 9 22:08:34 2007 -0500
56113
56114     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
56115
56116     All of the choices for CONFIG_BOOTP_ are now documented in
56117     the README file.  You must now individually select exactly
56118     the set that you want using a series of
56119         #define CONFIG_BOOTP_<x>
56120     statements in the board port config files now.
56121
56122     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56123
56124 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
56125 Author: Jon Loeliger <jdl@freescale.com>
56126 Date:   Mon Jul 9 21:57:31 2007 -0500
56127
56128     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
56129
56130     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56131
56132 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
56133 Author: Jon Loeliger <jdl@freescale.com>
56134 Date:   Mon Jul 9 21:48:26 2007 -0500
56135
56136     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
56137
56138     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56139
56140 commit 37d4bb70586659dedef1658ce1bed071be098aec
56141 Author: Jon Loeliger <jdl@freescale.com>
56142 Date:   Mon Jul 9 21:38:02 2007 -0500
56143
56144     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
56145
56146     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56147
56148 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
56149 Author: Jon Loeliger <jdl@freescale.com>
56150 Date:   Mon Jul 9 21:31:24 2007 -0500
56151
56152     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
56153
56154     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56155
56156 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
56157 Author: Jon Loeliger <jdl@freescale.com>
56158 Date:   Mon Jul 9 21:24:19 2007 -0500
56159
56160     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
56161
56162     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56163
56164 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
56165 Author: Jon Loeliger <jdl@freescale.com>
56166 Date:   Mon Jul 9 21:16:53 2007 -0500
56167
56168     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
56169
56170     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56171
56172 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
56173 Author: Jon Loeliger <jdl@freescale.com>
56174 Date:   Mon Jul 9 19:12:30 2007 -0500
56175
56176     Retire CONFIG_COMMANDS finally.
56177     Strip old CFG_CMD_* symbols out.
56178
56179     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56180
56181 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
56182 Author: Jon Loeliger <jdl@freescale.com>
56183 Date:   Mon Jul 9 19:10:03 2007 -0500
56184
56185     Update README.* to reference new CONFIG_CMD_* names now.
56186
56187     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56188
56189 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
56190 Author: Jon Loeliger <jdl@freescale.com>
56191 Date:   Mon Jul 9 19:06:00 2007 -0500
56192
56193     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
56194
56195     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56196
56197 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
56198 Author: Jon Loeliger <jdl@freescale.com>
56199 Date:   Mon Jul 9 18:57:22 2007 -0500
56200
56201     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
56202
56203     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56204
56205 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
56206 Author: Jon Loeliger <jdl@freescale.com>
56207 Date:   Mon Jul 9 18:45:16 2007 -0500
56208
56209     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
56210
56211     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56212
56213 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
56214 Author: Jon Loeliger <jdl@freescale.com>
56215 Date:   Mon Jul 9 18:38:39 2007 -0500
56216
56217     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
56218
56219     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56220
56221 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
56222 Author: Jon Loeliger <jdl@freescale.com>
56223 Date:   Mon Jul 9 18:31:28 2007 -0500
56224
56225     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
56226
56227     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56228
56229 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
56230 Author: Jon Loeliger <jdl@freescale.com>
56231 Date:   Mon Jul 9 18:24:55 2007 -0500
56232
56233     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
56234
56235     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56236
56237 commit fcec2eb93e126400009729328e797f12bc94f1fd
56238 Author: Jon Loeliger <jdl@freescale.com>
56239 Date:   Mon Jul 9 18:19:09 2007 -0500
56240
56241     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
56242
56243     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56244
56245 commit a593814f2be0c9cdc3133cd550b167b8a988328f
56246 Author: Jon Loeliger <jdl@freescale.com>
56247 Date:   Mon Jul 9 18:10:50 2007 -0500
56248
56249     rtc/: Remove obsolete references to CONFIG_COMMANDS
56250
56251     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56252
56253 commit 67350568f9d46e66c21829f3513b3db0caeb948b
56254 Author: Jon Loeliger <jdl@freescale.com>
56255 Date:   Mon Jul 9 18:05:38 2007 -0500
56256
56257     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
56258
56259     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56260
56261 commit 7def6b34f910f08d7ef0a14646da067719237ca2
56262 Author: Jon Loeliger <jdl@freescale.com>
56263 Date:   Mon Jul 9 18:02:11 2007 -0500
56264
56265     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
56266
56267     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56268
56269 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
56270 Author: Jon Loeliger <jdl@freescale.com>
56271 Date:   Mon Jul 9 17:56:50 2007 -0500
56272
56273     fs/: Remove obsolete references to CONFIG_COMMANDS
56274
56275     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56276
56277 commit c91898bbc505aff3e12a807af88e76da18efb7ee
56278 Author: Jon Loeliger <jdl@freescale.com>
56279 Date:   Mon Jul 9 17:46:09 2007 -0500
56280
56281     tools/: Remove obsolete references to CONFIG_COMMANDS
56282
56283     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56284
56285 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
56286 Author: Jon Loeliger <jdl@freescale.com>
56287 Date:   Mon Jul 9 17:45:14 2007 -0500
56288
56289     net/: Remove obsolete references to CONFIG_COMMANDS
56290
56291     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56292
56293 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
56294 Author: Jon Loeliger <jdl@freescale.com>
56295 Date:   Mon Jul 9 17:39:42 2007 -0500
56296
56297     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
56298
56299     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56300
56301 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
56302 Author: Jon Loeliger <jdl@freescale.com>
56303 Date:   Mon Jul 9 17:30:01 2007 -0500
56304
56305     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
56306
56307     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56308
56309 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
56310 Author: Jon Loeliger <jdl@freescale.com>
56311 Date:   Mon Jul 9 17:22:37 2007 -0500
56312
56313     disk/: Remove obsolete references to CONFIG_COMMANDS
56314
56315     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56316
56317 commit 639221c76c88215bd55af83ad174fc30d1940f8f
56318 Author: Jon Loeliger <jdl@freescale.com>
56319 Date:   Mon Jul 9 17:15:49 2007 -0500
56320
56321     include/: Remove obsolete references to CONFIG_COMMANDS
56322     Mostly removed from comments here.
56323
56324     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56325
56326 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
56327 Author: Wolfgang Denk <wd@denx.de>
56328 Date:   Tue Jul 10 00:01:28 2007 +0200
56329
56330     Coding style cleanup; update CHANGELOG.
56331
56332     Signed-off-by: Wolfgang Denk <wd@denx.de>
56333
56334 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
56335 Author: Stefan Roese <sr@denx.de>
56336 Date:   Mon Jul 9 11:00:24 2007 +0200
56337
56338     Small coding style cleanup
56339
56340     Signed-off-by: Stefan Roese <sr@denx.de>
56341
56342 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
56343 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56344 Date:   Mon Jul 9 10:10:08 2007 +0200
56345
56346     Migrate esd 405EP boards to new NAND subsystem
56347
56348     Remove unused CFG_NAND_LEGACY define
56349
56350     These boards to not have NAND.
56351
56352     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56353
56354 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
56355 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56356 Date:   Mon Jul 9 10:10:06 2007 +0200
56357
56358     Migrate esd 405EP boards to new NAND subsystem
56359
56360     Migrate esd 405EP boards to new NAND subsystem
56361
56362     -cleanup
56363     -use correct io accessors (in/out_be32())
56364
56365     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56366
56367 commit e09f7ab5749c345f924da272bea0521a73af5b11
56368 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56369 Date:   Mon Jul 9 10:10:04 2007 +0200
56370
56371     Migrate esd 405EP boards to new NAND subsystem
56372
56373     This patch prepares the migration from the legacy NAND driver
56374     to U-Boot's new NAND subsystem for esd boards.
56375
56376     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56377
56378 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
56379 Author: Jon Loeliger <jdl@freescale.com>
56380 Date:   Sun Jul 8 18:10:08 2007 -0500
56381
56382     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
56383
56384     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56385
56386 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
56387 Author: Jon Loeliger <jdl@freescale.com>
56388 Date:   Sun Jul 8 18:05:39 2007 -0500
56389
56390     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
56391
56392     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56393
56394 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
56395 Author: Jon Loeliger <jdl@freescale.com>
56396 Date:   Sun Jul 8 18:02:23 2007 -0500
56397
56398     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
56399
56400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56401
56402 commit baa26db4113679b80970ff447d91cc10217742a6
56403 Author: Jon Loeliger <jdl@freescale.com>
56404 Date:   Sun Jul 8 17:51:39 2007 -0500
56405
56406     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
56407
56408     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56409
56410 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
56411 Author: Jon Loeliger <jdl@freescale.com>
56412 Date:   Sun Jul 8 17:02:01 2007 -0500
56413
56414     Clear up confusion over the CMD_POST and POST_DIAG mess.
56415
56416     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
56417     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
56418     Clear this mess up some.
56419
56420     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56421
56422 commit b3631487105a57ab7cbadfc26efbaf9676275018
56423 Author: Jon Loeliger <jdl@freescale.com>
56424 Date:   Sun Jul 8 15:45:08 2007 -0500
56425
56426     Remove references to the old cmd_confdefs.h include file.
56427
56428     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56429
56430 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
56431 Author: Jon Loeliger <jdl@freescale.com>
56432 Date:   Sun Jul 8 15:42:59 2007 -0500
56433
56434     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
56435
56436     Use new CONFIG_CMD_* in lwmon5.h board config file.
56437     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
56438
56439     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56440
56441 commit a5562901661bd428f7e5feb333f796372cb81019
56442 Author: Jon Loeliger <jdl@freescale.com>
56443 Date:   Sun Jul 8 15:31:57 2007 -0500
56444
56445     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
56446
56447     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56448
56449 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
56450 Author: Jon Loeliger <jdl@freescale.com>
56451 Date:   Sun Jul 8 15:02:44 2007 -0500
56452
56453     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
56454
56455     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56456
56457 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
56458 Author: Jon Loeliger <jdl@freescale.com>
56459 Date:   Sun Jul 8 15:12:40 2007 -0500
56460
56461     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
56462
56463     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56464
56465 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
56466 Author: Jon Loeliger <jdl@freescale.com>
56467 Date:   Sun Jul 8 14:55:07 2007 -0500
56468
56469     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
56470
56471     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56472
56473 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
56474 Author: Jon Loeliger <jdl@freescale.com>
56475 Date:   Sun Jul 8 14:49:44 2007 -0500
56476
56477     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
56478
56479     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56480
56481 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
56482 Author: Jon Loeliger <jdl@freescale.com>
56483 Date:   Sun Jul 8 14:21:43 2007 -0500
56484
56485     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
56486
56487     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56488
56489 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
56490 Author: Jon Loeliger <jdl@freescale.com>
56491 Date:   Sun Jul 8 14:14:17 2007 -0500
56492
56493     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
56494
56495     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56496
56497 commit 348f258f24253433e4a2302a0bbceb6740a67246
56498 Author: Jon Loeliger <jdl@freescale.com>
56499 Date:   Sun Jul 8 13:46:18 2007 -0500
56500
56501     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
56502
56503     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56504
56505 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
56506 Author: Jon Loeliger <jdl@freescale.com>
56507 Date:   Sun Jul 8 10:09:35 2007 -0500
56508
56509     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
56510
56511     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56512
56513 commit 60a0876b5106b34220e459c208bbf648073306c0
56514 Author: Jon Loeliger <jdl@freescale.com>
56515 Date:   Sat Jul 7 21:04:26 2007 -0500
56516
56517     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
56518
56519     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56520
56521 commit dcaa71562826a2466e894c868d132509dcda8444
56522 Author: Jon Loeliger <jdl@freescale.com>
56523 Date:   Sat Jul 7 20:56:05 2007 -0500
56524
56525     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
56526
56527     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56528
56529 commit 3c3227f3c737502311b25b72084573901cbbf17d
56530 Author: Jon Loeliger <jdl@freescale.com>
56531 Date:   Sat Jul 7 20:40:43 2007 -0500
56532
56533     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
56534
56535     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56536
56537 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
56538 Author: Jon Loeliger <jdl@freescale.com>
56539 Date:   Thu Jul 5 19:52:35 2007 -0500
56540
56541     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
56542
56543     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56544
56545 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
56546 Author: Jon Loeliger <jdl@freescale.com>
56547 Date:   Thu Jul 5 19:32:07 2007 -0500
56548
56549     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
56550
56551     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56552
56553 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
56554 Author: Jon Loeliger <jdl@freescale.com>
56555 Date:   Thu Jul 5 19:13:52 2007 -0500
56556
56557     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
56558
56559     Since ADS860.h includes "board/fads/fads.h" with ramifications
56560     on the CONFIG_COMMAND treatment, it too has to be adjusted to
56561     exclude already configured commands in this same commit.
56562
56563     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56564
56565 commit 10e038932f22ee80ebd53de312531e70e6590a2f
56566 Author: Thomas Knobloch <knobloch@siemens.com>
56567 Date:   Fri Jul 6 14:58:39 2007 +0200
56568
56569     [NAND] Bad block skipping for command nboot
56570
56571     The old implementation of command nboot does not support reading the image from
56572     NAND flash with skipping of bad blocks. The patch implements a new version of
56573     the nboot command: by calling nboot.jffs2 from the u-boot command line the
56574     command will load the image from NAND flash with respect to bad blocks (by using
56575     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
56576     read.jffs2 ...".
56577
56578     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
56579     Signed-off-by: Stefan Roese <sr@denx.de>
56580
56581 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
56582 Author: Stefan Roese <sr@denx.de>
56583 Date:   Fri Jul 6 12:26:51 2007 +0200
56584
56585     ppc4xx: Update lwmon5 default environment
56586
56587     Signed-off-by: Stefan Roese <sr@denx.de>
56588
56589 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
56590 Author: Stefan Roese <sr@denx.de>
56591 Date:   Fri Jul 6 11:48:24 2007 +0200
56592
56593     ppc4xx: Update lwmon5 board
56594
56595     Add unlock=yes environment variable to default variables to unlock
56596     the CFI flash by default.
56597
56598     Signed-off-by: Stefan Roese <sr@denx.de>
56599
56600 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
56601 Author: Stefan Roese <sr@denx.de>
56602 Date:   Fri Jul 6 09:45:47 2007 +0200
56603
56604     Fix problem with get/setdcr commands introduced by cfg patches
56605
56606     Signed-off-by: Stefan Roese <sr@denx.de>
56607
56608 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
56609 Author: Wolfgang Denk <wd@denx.de>
56610 Date:   Fri Jul 6 02:50:19 2007 +0200
56611
56612     Code cleanup and default config update for STC GP3 SSA board.
56613
56614     Signed-off-by: Wolfgang Denk <wd@denx.de>
56615
56616 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
56617 Author: Wolfgang Denk <wd@denx.de>
56618 Date:   Thu Jul 5 17:56:27 2007 +0200
56619
56620     Fixing some typos etc. introduced mainly by cfg patches.
56621
56622     Signed-off-by: Wolfgang Denk <wd@denx.de>
56623
56624 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
56625 Author: Wolfgang Denk <wd@denx.de>
56626 Date:   Thu Jul 5 11:12:16 2007 +0200
56627
56628     Minor coding style cleanup. Update CHANGELOG.
56629
56630 commit dca3b3d6d6396b67e5e84af53452164923c73443
56631 Author: Jon Loeliger <jdl@jdl.com>
56632 Date:   Wed Jul 4 22:33:46 2007 -0500
56633
56634     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
56635
56636     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56637
56638 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
56639 Author: Jon Loeliger <jdl@jdl.com>
56640 Date:   Wed Jul 4 22:33:38 2007 -0500
56641
56642     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
56643
56644     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56645
56646 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
56647 Author: Jon Loeliger <jdl@jdl.com>
56648 Date:   Wed Jul 4 22:33:30 2007 -0500
56649
56650     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
56651
56652     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56653
56654 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
56655 Author: Jon Loeliger <jdl@jdl.com>
56656 Date:   Wed Jul 4 22:33:23 2007 -0500
56657
56658     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
56659
56660     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56661
56662 commit 26a34560d56a9df5bc2ae23525d9229736134757
56663 Author: Jon Loeliger <jdl@jdl.com>
56664 Date:   Wed Jul 4 22:33:17 2007 -0500
56665
56666     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
56667
56668     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56669
56670 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
56671 Author: Jon Loeliger <jdl@jdl.com>
56672 Date:   Wed Jul 4 22:33:13 2007 -0500
56673
56674     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
56675
56676     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56677
56678 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
56679 Author: Jon Loeliger <jdl@jdl.com>
56680 Date:   Wed Jul 4 22:33:07 2007 -0500
56681
56682     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
56683
56684     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56685
56686 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
56687 Author: Jon Loeliger <jdl@jdl.com>
56688 Date:   Wed Jul 4 22:33:01 2007 -0500
56689
56690     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
56691
56692     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56693
56694 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
56695 Author: Jon Loeliger <jdl@jdl.com>
56696 Date:   Wed Jul 4 22:32:57 2007 -0500
56697
56698     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
56699
56700     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56701
56702 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
56703 Author: Jon Loeliger <jdl@jdl.com>
56704 Date:   Wed Jul 4 22:32:51 2007 -0500
56705
56706     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
56707
56708     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56709
56710 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
56711 Author: Jon Loeliger <jdl@jdl.com>
56712 Date:   Wed Jul 4 22:32:32 2007 -0500
56713
56714     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
56715
56716     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56717
56718 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
56719 Author: Jon Loeliger <jdl@jdl.com>
56720 Date:   Wed Jul 4 22:32:25 2007 -0500
56721
56722     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
56723
56724     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56725
56726 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
56727 Author: Jon Loeliger <jdl@jdl.com>
56728 Date:   Wed Jul 4 22:32:19 2007 -0500
56729
56730     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
56731
56732     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56733
56734 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
56735 Author: Jon Loeliger <jdl@jdl.com>
56736 Date:   Wed Jul 4 22:32:10 2007 -0500
56737
56738     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
56739
56740     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56741
56742 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
56743 Author: Jon Loeliger <jdl@jdl.com>
56744 Date:   Wed Jul 4 22:32:03 2007 -0500
56745
56746     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
56747
56748     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56749
56750 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
56751 Author: Jon Loeliger <jdl@jdl.com>
56752 Date:   Wed Jul 4 22:31:56 2007 -0500
56753
56754     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
56755
56756     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56757
56758 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
56759 Author: Jon Loeliger <jdl@jdl.com>
56760 Date:   Wed Jul 4 22:31:49 2007 -0500
56761
56762     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
56763
56764     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56765
56766 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
56767 Author: Jon Loeliger <jdl@jdl.com>
56768 Date:   Wed Jul 4 22:31:42 2007 -0500
56769
56770     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
56771
56772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56773
56774 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
56775 Author: Jon Loeliger <jdl@jdl.com>
56776 Date:   Wed Jul 4 22:31:35 2007 -0500
56777
56778     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
56779
56780     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56781
56782 commit d794cfefead5fc177cf4f41164e80382e9c9484a
56783 Author: Jon Loeliger <jdl@jdl.com>
56784 Date:   Wed Jul 4 22:31:15 2007 -0500
56785
56786     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
56787
56788     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56789
56790 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
56791 Author: Jon Loeliger <jdl@jdl.com>
56792 Date:   Wed Jul 4 22:31:07 2007 -0500
56793
56794     include/configs: Use new CONFIG_CMD_* in STx board config files.
56795
56796     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56797
56798 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
56799 Author: Jon Loeliger <jdl@jdl.com>
56800 Date:   Wed Jul 4 22:30:58 2007 -0500
56801
56802     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
56803
56804     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56805
56806 commit 2694690e285acaa34922f55f4b5ae030da60c55a
56807 Author: Jon Loeliger <jdl@jdl.com>
56808 Date:   Wed Jul 4 22:30:50 2007 -0500
56809
56810     include/configs: Use new CONFIG_CMD_* in TQM board config files.
56811
56812     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56813
56814 commit 1cc4c458329765b58e584a19821e796b3c10e976
56815 Author: Jon Loeliger <jdl@jdl.com>
56816 Date:   Wed Jul 4 22:30:28 2007 -0500
56817
56818     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
56819
56820     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56821
56822 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
56823 Author: Jon Loeliger <jdl@jdl.com>
56824 Date:   Wed Jul 4 22:30:06 2007 -0500
56825
56826     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
56827
56828     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56829
56830 commit b44896215a09c60fa40cae906f7ed207bbc2c492
56831 Author: Sergei Poselenov <sposelenov@emcraft.com>
56832 Date:   Thu Jul 5 08:17:37 2007 +0200
56833
56834     Merged POST framework with the current TOT.
56835
56836     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56837
56838 commit b24629fa377214d63bb40d1360e354b6d3e4af56
56839 Author: Jon Loeliger <jdl@jdl.com>
56840 Date:   Wed Jun 13 13:23:15 2007 -0500
56841
56842     mpc86xx: Remove old CFG_CMD_* references.
56843
56844     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56845
56846 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
56847 Author: Jon Loeliger <jdl@jdl.com>
56848 Date:   Wed Jun 13 13:22:54 2007 -0500
56849
56850     Add MPC8568MDS to MAKEALL 85xx target.
56851
56852     It was missing from the original port submission.
56853
56854     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56855
56856 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
56857 Author: Jon Loeliger <jdl@jdl.com>
56858 Date:   Wed Jun 13 13:22:08 2007 -0500
56859
56860     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
56861
56862     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56863
56864 commit 56b304ac2091689506088a9ae67f63fd6300cf16
56865 Author: Jon Loeliger <jdl@jdl.com>
56866 Date:   Wed Jun 13 13:21:37 2007 -0500
56867
56868     Fix #if typo in CONFIG_CMD_* changes.
56869
56870     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56871
56872 commit f780b83316d9af1f61d71cc88b1917b387b9b995
56873 Author: Niklaus Giger <niklausgiger@gmx.ch>
56874 Date:   Wed Jun 27 18:11:38 2007 +0200
56875
56876     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
56877
56878     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
56879
56880 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
56881 Author: Stefan Roese <sr@denx.de>
56882 Date:   Wed Jul 4 10:06:30 2007 +0200
56883
56884     ppc4xx: Update lwmon5 board
56885
56886     - Add optional ECC generation routine to preserve existing
56887       RAM values. This is needed for the Linux log-buffer support
56888     - Add optional DDR2 setup with CL=4
56889     - GPIO50 not used anymore
56890     - Lime register setup added
56891
56892     Signed-off-by: Stefan Roese <sr@denx.de>
56893
56894 commit 6810a34677dbc446334f5e451f1682426dd33b49
56895 Author: Grant Likely <grant.likely@secretlab.ca>
56896 Date:   Tue Jul 3 00:17:28 2007 -0600
56897
56898     Fix Makefile to use $(MKCONFIG) macro for all board ports
56899
56900     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56901
56902 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
56903 Author: Grant Likely <grant.likely@secretlab.ca>
56904 Date:   Tue Jul 3 00:17:28 2007 -0600
56905
56906     Fix Makefile to use $(MKCONFIG) macro for all board ports
56907
56908     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56909
56910 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
56911 Author: Grant Likely <grant.likely@secretlab.ca>
56912 Date:   Tue Jul 3 00:34:49 2007 -0600
56913
56914     Correct fixup relocation for mpc83xx
56915
56916     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56917
56918 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
56919 Author: Grant Likely <grant.likely@secretlab.ca>
56920 Date:   Tue Jul 3 00:34:44 2007 -0600
56921
56922     Correct fixup relocation for mpc8260
56923
56924     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56925
56926 commit f3a52fe05923935db86985daf9438e2f70ac39aa
56927 Author: Grant Likely <grant.likely@secretlab.ca>
56928 Date:   Tue Jul 3 00:34:39 2007 -0600
56929
56930     Correct fixup relocation for mpc824x
56931
56932     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56933
56934 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
56935 Author: Grant Likely <grant.likely@secretlab.ca>
56936 Date:   Tue Jul 3 00:34:34 2007 -0600
56937
56938     Correct fixup relocation for mpc8220
56939
56940     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56941
56942 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
56943 Author: Grant Likely <grant.likely@secretlab.ca>
56944 Date:   Tue Jul 3 00:34:29 2007 -0600
56945
56946     Correct fixup relocation for MPC5xxx
56947
56948     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56949
56950 commit 3649cd99ba815b6601868735765602f00ef3692b
56951 Author: Grant Likely <grant.likely@secretlab.ca>
56952 Date:   Tue Jul 3 00:34:24 2007 -0600
56953
56954     Correct relocation fixup for mpc5xx
56955
56956     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56957
56958 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
56959 Author: Grant Likely <grant.likely@secretlab.ca>
56960 Date:   Tue Jul 3 00:34:19 2007 -0600
56961
56962     Don't set gd->reloc_off if relocation of .fixup works correctly
56963
56964     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56965
56966 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
56967 Author: Grant Likely <grant.likely@secretlab.ca>
56968 Date:   Tue Jul 3 00:34:14 2007 -0600
56969
56970     Remove obsolete mpc83xx linker scripts
56971
56972     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56973
56974 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
56975 Author: Grant Likely <grant.likely@secretlab.ca>
56976 Date:   Tue Jul 3 00:34:09 2007 -0600
56977
56978     Consolidate mpc8260 linker scripts
56979
56980     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56981
56982 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
56983 Author: Grant Likely <grant.likely@secretlab.ca>
56984 Date:   Tue Jul 3 00:34:04 2007 -0600
56985
56986     Remove obsolete mpc824x linker scripts
56987
56988     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56989
56990 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
56991 Author: Grant Likely <grant.likely@secretlab.ca>
56992 Date:   Tue Jul 3 00:33:59 2007 -0600
56993
56994     Remove obsolete mpc824x linker scripts (3 of 4)
56995
56996     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56997
56998 commit a71c084f3ac7fedf144537db2b2da47323068833
56999 Author: Grant Likely <grant.likely@secretlab.ca>
57000 Date:   Tue Jul 3 00:33:53 2007 -0600
57001
57002     Remove obsolete mpc824x linker scripts (2 of 4)
57003
57004     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57005
57006 commit f670a15468d1365241d40022b9408e1004181f5e
57007 Author: Grant Likely <grant.likely@secretlab.ca>
57008 Date:   Tue Jul 3 00:33:48 2007 -0600
57009
57010     Remove obsolete mpc824x linker scripts (1 of 4)
57011
57012     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57013
57014 commit 09555bd45a04c0e54f172528d21bc18896550d28
57015 Author: Grant Likely <grant.likely@secretlab.ca>
57016 Date:   Tue Jul 3 00:33:43 2007 -0600
57017
57018     Remove obsolete mpc8220 linker scripts
57019
57020     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57021
57022 commit 5efb992f046e51225c93d52f80fecbe433abd789
57023 Author: Grant Likely <grant.likely@secretlab.ca>
57024 Date:   Tue Jul 3 00:33:38 2007 -0600
57025
57026     Remove obsolete mpc5xxx linker scripts (3 of 3)
57027
57028     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57029
57030 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
57031 Author: Grant Likely <grant.likely@secretlab.ca>
57032 Date:   Tue Jul 3 00:33:33 2007 -0600
57033
57034     Remove obsolete mpc5xxx linker scripts (2 of 3)
57035
57036     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57037
57038 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
57039 Author: Grant Likely <grant.likely@secretlab.ca>
57040 Date:   Tue Jul 3 00:33:28 2007 -0600
57041
57042     Remove obsolete mpc5xxx linker scripts (1 of 3)
57043
57044     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57045
57046 commit b7d8e05f8675249b5f208aa73babeed384a4519d
57047 Author: Grant Likely <grant.likely@secretlab.ca>
57048 Date:   Tue Jul 3 00:33:23 2007 -0600
57049
57050     Remove obsolete mpc5xx linker scripts
57051
57052     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57053
57054 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
57055 Author: Grant Likely <grant.likely@secretlab.ca>
57056 Date:   Tue Jul 3 00:33:18 2007 -0600
57057
57058     Consolidate mpc83xx linker scripts
57059
57060     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57061
57062 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
57063 Author: Grant Likely <grant.likely@secretlab.ca>
57064 Date:   Tue Jul 3 00:33:13 2007 -0600
57065
57066     Consolidate mpc8260 linker scripts
57067
57068     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57069
57070 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
57071 Author: Grant Likely <grant.likely@secretlab.ca>
57072 Date:   Tue Jul 3 00:33:08 2007 -0600
57073
57074     Consolidate mpc824x linker scripts
57075
57076     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57077
57078 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
57079 Author: Grant Likely <grant.likely@secretlab.ca>
57080 Date:   Tue Jul 3 00:33:03 2007 -0600
57081
57082     Consolidate mpc8220 linker scripts
57083
57084     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57085
57086 commit d181c9a15cd41863fe24840d17848429f27d3c8c
57087 Author: Grant Likely <grant.likely@secretlab.ca>
57088 Date:   Tue Jul 3 00:32:58 2007 -0600
57089
57090     Consolidate mpc5xxx linker scripts
57091
57092     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57093
57094 commit 287ac924adb7291bebe5086652a362a30ab28b13
57095 Author: Grant Likely <grant.likely@secretlab.ca>
57096 Date:   Tue Jul 3 00:32:53 2007 -0600
57097
57098     Consolidate mpc5xx linker scripts
57099
57100     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57101
57102 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
57103 Author: Wolfgang Denk <wd@denx.de>
57104 Date:   Wed Jul 4 00:43:53 2007 +0200
57105
57106     Fix a few file permission problems.
57107
57108     Signed-off-by: Wolfgang Denk <wd@denx.de>
57109
57110 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
57111 Author: Wolfgang Denk <wd@denx.de>
57112 Date:   Wed Jul 4 00:38:38 2007 +0200
57113
57114     Minor coding style cleanup. Rebuild CHANGELOG file.
57115
57116 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
57117 Author: Jon Loeliger <jdl@jdl.com>
57118 Date:   Mon Jun 11 19:03:44 2007 -0500
57119
57120     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
57121
57122     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57123
57124 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
57125 Author: Jon Loeliger <jdl@jdl.com>
57126 Date:   Mon Jun 11 19:03:39 2007 -0500
57127
57128     README: Rewrite command line config to use CONFIG_CMD_* names.
57129
57130     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57131
57132 commit 72a074cec68e5bad60d63206c050974e08afd804
57133 Author: Jon Loeliger <jdl@jdl.com>
57134 Date:   Mon Jun 11 19:03:34 2007 -0500
57135
57136     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57137
57138     This is a compatibility step that allows both the older form
57139     and the new form to co-exist for a while until the older can
57140     be removed entirely.
57141
57142     All transformations are of the form:
57143     Before:
57144         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57145     After:
57146         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57147
57148     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57149
57150 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
57151 Author: Jon Loeliger <jdl@jdl.com>
57152 Date:   Mon Jun 11 19:03:28 2007 -0500
57153
57154     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57155
57156     This is a compatibility step that allows both the older form
57157     and the new form to co-exist for a while until the older can
57158     be removed entirely.
57159
57160     All transformations are of the form:
57161     Before:
57162         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57163     After:
57164         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57165
57166     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57167
57168 commit 9107ebe0d352420895ab69b715697bdebc8caf50
57169 Author: Jon Loeliger <jdl@jdl.com>
57170 Date:   Mon Jun 11 19:03:23 2007 -0500
57171
57172     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57173
57174     This is a compatibility step that allows both the older form
57175     and the new form to co-exist for a while until the older can
57176     be removed entirely.
57177
57178     All transformations are of the form:
57179     Before:
57180         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57181     After:
57182         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57183
57184     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57185
57186 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
57187 Author: Jon Loeliger <jdl@jdl.com>
57188 Date:   Mon Jun 11 19:03:19 2007 -0500
57189
57190     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57191
57192     This is a compatibility step that allows both the older form
57193     and the new form to co-exist for a while until the older can
57194     be removed entirely.
57195
57196     All transformations are of the form:
57197     Before:
57198         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57199     After:
57200         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57201
57202     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57203
57204 commit 737184114ec9c9e0ab94d6713536126073bd2472
57205 Author: Jon Loeliger <jdl@jdl.com>
57206 Date:   Mon Jun 11 19:03:15 2007 -0500
57207
57208     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57209
57210     This is a compatibility step that allows both the older form
57211     and the new form to co-exist for a while until the older can
57212     be removed entirely.
57213
57214     All transformations are of the form:
57215     Before:
57216         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57217     After:
57218         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57219
57220     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57221
57222 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
57223 Author: Jon Loeliger <jdl@jdl.com>
57224 Date:   Mon Jun 11 19:03:08 2007 -0500
57225
57226     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57227
57228     This is a compatibility step that allows both the older form
57229     and the new form to co-exist for a while until the older can
57230     be removed entirely.
57231
57232     All transformations are of the form:
57233     Before:
57234         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57235     After:
57236         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57237
57238     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57239
57240 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
57241 Author: Jon Loeliger <jdl@jdl.com>
57242 Date:   Mon Jun 11 19:03:03 2007 -0500
57243
57244     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57245
57246     This is a compatibility step that allows both the older form
57247     and the new form to co-exist for a while until the older can
57248     be removed entirely.
57249
57250     All transformations are of the form:
57251     Before:
57252         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57253     After:
57254         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57255
57256     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57257
57258 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
57259 Author: Jon Loeliger <jdl@jdl.com>
57260 Date:   Mon Jun 11 19:02:58 2007 -0500
57261
57262     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57263
57264     This is a compatibility step that allows both the older form
57265     and the new form to co-exist for a while until the older can
57266     be removed entirely.
57267
57268     All transformations are of the form:
57269     Before:
57270         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57271     After:
57272         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57273
57274     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57275
57276 commit 98b79003c21c2578206003256de4e781d6b36ca8
57277 Author: Jon Loeliger <jdl@jdl.com>
57278 Date:   Mon Jun 11 19:02:53 2007 -0500
57279
57280     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57281
57282     This is a compatibility step that allows both the older form
57283     and the new form to co-exist for a while until the older can
57284     be removed entirely.
57285
57286     All transformations are of the form:
57287     Before:
57288         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57289     After:
57290         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57291
57292     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57293
57294 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
57295 Author: Jon Loeliger <jdl@jdl.com>
57296 Date:   Mon Jun 11 19:02:49 2007 -0500
57297
57298     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57299
57300     This is a compatibility step that allows both the older form
57301     and the new form to co-exist for a while until the older can
57302     be removed entirely.
57303
57304     All transformations are of the form:
57305     Before:
57306         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57307     After:
57308         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57309
57310     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57311
57312 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
57313 Author: Jon Loeliger <jdl@jdl.com>
57314 Date:   Mon Jun 11 19:02:34 2007 -0500
57315
57316     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57317
57318     This is a compatibility step that allows both the older form
57319     and the new form to co-exist for a while until the older can
57320     be removed entirely.
57321
57322     All transformations are of the form:
57323     Before:
57324         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57325     After:
57326         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57327
57328     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57329
57330 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
57331 Author: Jon Loeliger <jdl@jdl.com>
57332 Date:   Mon Jun 11 19:02:20 2007 -0500
57333
57334     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57335
57336     This is a compatibility step that allows both the older form
57337     and the new form to co-exist for a while until the older can
57338     be removed entirely.
57339
57340     All transformations are of the form:
57341     Before:
57342         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57343     After:
57344         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57345
57346     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57347
57348 commit d5be43de93ff905c465e509d45a3164ef48d26e7
57349 Author: Jon Loeliger <jdl@jdl.com>
57350 Date:   Mon Jun 11 19:02:10 2007 -0500
57351
57352     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57353
57354     This is a compatibility step that allows both the older form
57355     and the new form to co-exist for a while until the older can
57356     be removed entirely.
57357
57358     All transformations are of the form:
57359     Before:
57360         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57361     After:
57362         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57363
57364     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57365
57366 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
57367 Author: Jon Loeliger <jdl@jdl.com>
57368 Date:   Mon Jun 11 19:02:05 2007 -0500
57369
57370     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57371
57372     This is a compatibility step that allows both the older form
57373     and the new form to co-exist for a while until the older can
57374     be removed entirely.
57375
57376     All transformations are of the form:
57377     Before:
57378         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57379     After:
57380         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57381
57382     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57383
57384 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
57385 Author: Jon Loeliger <jdl@jdl.com>
57386 Date:   Mon Jun 11 19:01:54 2007 -0500
57387
57388     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57389
57390     This is a compatibility step that allows both the older form
57391     and the new form to co-exist for a while until the older can
57392     be removed entirely.
57393
57394     All transformations are of the form:
57395     Before:
57396         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57397     After:
57398         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57399
57400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57401
57402 commit a76adc8142c1d956385a109e0b70f9319ede4d66
57403 Author: Jon Loeliger <jdl@jdl.com>
57404 Date:   Mon Jun 11 19:01:43 2007 -0500
57405
57406     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
57407
57408     This is a compatibility step that allows both the older form
57409     and the new form to co-exist for a while until the older can
57410     be removed entirely.
57411
57412     All transformations are of the form:
57413     Before:
57414         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
57415     After:
57416         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
57417
57418     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57419
57420 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
57421 Author: Jon Loeliger <jdl@jdl.com>
57422 Date:   Mon Jun 11 19:01:34 2007 -0500
57423
57424     Introduce initial versions of new Command Config files.
57425
57426     Derive three new files from cmd_confdefs.h:
57427         config_bootp.h - Has BOOTP related config options, not commands
57428         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
57429         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
57430
57431     For now, include "config_bootp.h" for compatability until all
57432     users of it directly include it properly.
57433
57434     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57435
57436 commit 1f2a05898658900dc5717761e27abf2052e67e13
57437 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
57438 Date:   Sat Jun 30 18:50:48 2007 +0200
57439
57440     Fix S-ATA support.
57441
57442     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
57443
57444 commit a5d71e290f3673269be8eefb4ec44f53412f9461
57445 Author: Heiko Schocher <hs@pollux.denx.de>
57446 Date:   Mon Jun 25 19:11:37 2007 +0200
57447
57448     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
57449
57450     Signed-off-by: Heiko Schocher <hs@denx.de>
57451
57452 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
57453 Author: Niklaus Giger <niklaus.giger@nestal.com>
57454 Date:   Mon Jun 25 17:03:13 2007 +0200
57455
57456     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
57457
57458     This patch prints the DDR status registers upon machine check
57459     interrupt on the 440EPx/GRx. This can be useful especially when
57460     ECC support is enabled.
57461
57462     I added some small changes to the original patch from Niklaus to
57463     make it compile clean.
57464
57465     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
57466     Signed-off-by: Stefan Roese <sr@denx.de>
57467
57468 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
57469 Author: Niklaus Giger <niklaus.giger@nestal.com>
57470 Date:   Mon Jun 25 16:50:55 2007 +0200
57471
57472     ppc4xx: Fix O=buildir builds
57473
57474     This patch fixes the problem to assemble cpu/ppc4xx/start.S
57475     experienced last week where building failed having specified
57476     O=../build.sequoia.
57477
57478     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
57479
57480 commit 466fff1a7bb5fe764a06450626f6098219f446b8
57481 Author: Stefan Roese <sr@denx.de>
57482 Date:   Mon Jun 25 15:57:39 2007 +0200
57483
57484     ppc4xx: Add pci_pre_init() for 405 boards
57485
57486     This patch removes the CFG_PCI_PRE_INIT option completely, since
57487     it's not needed anymore with the patch from Matthias Fuchs with
57488     the "weak" pci_pre_init() implementation.
57489
57490     Signed-off-by: Stefan Roese <sr@denx.de>
57491
57492 commit 6f35c53166213c24a5a0e2390ed861136ff73870
57493 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57494 Date:   Sun Jun 24 17:41:21 2007 +0200
57495
57496     ppc4xx: Maintenance patch for esd's CPCI405 derivats
57497
57498     -add pci_pre_init() for pci interrupt fixup code
57499     -disable phy sleep mode via reset_phy() function
57500     -use correct io accessors
57501     -cleanup
57502
57503     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57504
57505 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
57506 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57507 Date:   Sun Jun 24 17:23:41 2007 +0200
57508
57509     ppc4xx: Add pci_pre_init() for 405 boards
57510
57511     This patch adds support for calling a plattform dependant
57512     pci_pre_init() function for 405 boards. This can be used to
57513     move the current pci_405gp_fixup_irq() function into the
57514     board code.
57515
57516     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
57517     A default function with 'weak' attribute is used when
57518     a board specific pci_pre_init() is not implemented.
57519
57520     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57521
57522 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
57523 Author: Wolfgang Denk <wd@denx.de>
57524 Date:   Fri Jun 22 23:59:00 2007 +0200
57525
57526     Coding stylke cleanup; rebuild CHANGELOG
57527
57528 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
57529 Author: Igor Lisitsin <igor@emcraft.com>
57530 Date:   Wed Apr 18 14:55:19 2007 +0400
57531
57532     Adapt log buffer code to support Linux 2.6
57533
57534     A new environment variable, "logversion", selects the log buffer
57535     behaviour. If it is not set or set to a value other than 2, then the
57536     old, Linux 2.4.4, behaviour is selected.
57537
57538     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
57539     --
57540
57541 commit a11e06965ec91270c51853407ff1261d3c740386
57542 Author: Igor Lisitsin <igor@emcraft.com>
57543 Date:   Wed Mar 28 19:06:19 2007 +0400
57544
57545     Extend POST support for PPC440
57546
57547     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
57548
57549     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
57550     --
57551
57552 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
57553 Author: Heiko Schocher <hs@pollux.denx.de>
57554 Date:   Fri Jun 22 19:11:54 2007 +0200
57555
57556     [PCS440EP]      upgrade the PCS440EP board:
57557                     - Show on the Status LEDs, some States of the board.
57558                     - Get the MAC addresses from the EEProm
57559                     - use PREBOOT
57560                     - use the CF on the board.
57561                     - check the U-Boot image in the Flash with a SHA1
57562                       checksum.
57563                     - use dynamic TLB entries generation for the SDRAM
57564
57565     Signed-off-by: Heiko Schocher <hs@denx.de>
57566
57567 commit 3a1f5c81b0b9557817a789bece839905581c2205
57568 Author: Stefan Roese <sr@denx.de>
57569 Date:   Fri Jun 22 16:58:40 2007 +0200
57570
57571     ppc4xx: Fix problem with extended program_tlb() funtion
57572
57573     The recently extended program_tlb() function had a problem when
57574     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
57575     virtual address was not incremented. This patch fixes this issue
57576     and is tested on Katmai with 512MB SDRAM.
57577
57578     Signed-off-by: Stefan Roese <sr@denx.de>
57579
57580 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
57581 Author: Rafal Jaworowski <raj@semihalf.com>
57582 Date:   Fri Jun 22 14:58:04 2007 +0200
57583
57584     [ppc] Fix build breakage for all non-4xx PowerPC variants.
57585
57586     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
57587     - minor 4xx cleanup
57588
57589 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
57590 Author: Mike Frysinger <vapier@gentoo.org>
57591 Date:   Fri Jun 22 10:34:12 2007 +0200
57592
57593     [patch] add nand_init() prototype to nand.h
57594
57595     since nand_init() is expected to be called by other parts of u-boot, there
57596     should be a prototype for it in nand.h
57597
57598     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
57599     Signed-off-by: Stefan Roese <sr@denx.de>
57600
57601 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
57602 Author: Wolfgang Denk <wd@denx.de>
57603 Date:   Wed Jun 20 18:14:24 2007 +0200
57604
57605     Coding style cleanup. Refresh CHANGELOG.
57606
57607 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
57608 Author: Stefan Roese <sr@denx.de>
57609 Date:   Tue Jun 19 17:22:44 2007 +0200
57610
57611     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
57612
57613     This patch adds a board command to configure the I2C bootstrap EEPROM
57614     values. Right now 533 and 667MHz are supported for booting either via NOR
57615     or NAND FLASH. Here the usage:
57616
57617     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
57618     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
57619
57620     Signed-off-by: Stefan Roese <sr@denx.de>
57621
57622 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
57623 Author: Stefan Roese <sr@denx.de>
57624 Date:   Tue Jun 19 16:42:31 2007 +0200
57625
57626     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
57627
57628     The latest changes showed a problem with the location of the NAND-SPL
57629     image in the OCM and the init-data area (incl. cache). This patch
57630     fixes this problem.
57631
57632     Signed-off-by: Stefan Roese <sr@denx.de>
57633
57634 commit 86ba99e34194394052d24c04dc40d1263d29a26f
57635 Author: Stefan Roese <sr@denx.de>
57636 Date:   Tue Jun 19 16:40:58 2007 +0200
57637
57638     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
57639
57640     Signed-off-by: Stefan Roese <sr@denx.de>
57641
57642 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
57643 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
57644 Date:   Mon Jun 18 13:50:13 2007 -0500
57645
57646     Added M5329AFEE and M5329BFEE Platforms
57647
57648     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
57649     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
57650     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
57651     rtc/mcfrtc.c
57652
57653     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
57654     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
57655     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
57656     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
57657     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
57658     lib_m68k/time.c, net/eth.c and rtc/Makefile
57659
57660     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
57661
57662 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
57663 Author: Michal Simek <monstr@monstr.eu>
57664 Date:   Sun Jun 17 19:04:11 2007 +0200
57665
57666     [fix] email reparation
57667
57668 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
57669 Author: Michal Simek <monstr@monstr.eu>
57670 Date:   Sun Jun 17 19:03:21 2007 +0200
57671
57672     [FIX] fix microblaze file permitission
57673
57674 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
57675 Author: Stefan Roese <sr@denx.de>
57676 Date:   Fri Jun 15 11:33:41 2007 +0200
57677
57678     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
57679
57680     Now CONFIG_440 has to be defined in all PPC440 board config files.
57681
57682     Signed-off-by: Stefan Roese <sr@denx.de>
57683
57684 commit efa35cf12d914d4caba942acd5a6c45f217de302
57685 Author: Grzegorz Bernacki <gjb@semihalf.com>
57686 Date:   Fri Jun 15 11:19:28 2007 +0200
57687
57688     ppc4xx: Clean up 440 exceptions handling
57689
57690     - Introduced dedicated switches for building 440 and 405 images required
57691       for 440-specific machine instructions like 'rfmci' etc.
57692
57693     - Exception vectors moved to the proper location (_start moved away from
57694       the critical exception handler space, which it occupied)
57695
57696     - CriticalInput now serviced (with default handler)
57697
57698     - MachineCheck properly serviced (added a dedicated handler and return
57699       subroutine)
57700
57701     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
57702       unhandled and those not relevant for 4xx were eliminated)
57703
57704     - Eliminated Linux leftovers, removed dead code
57705
57706     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57707     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
57708     Signed-off-by: Stefan Roese <sr@denx.de>
57709
57710 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
57711 Author: Stefan Roese <sr@denx.de>
57712 Date:   Fri Jun 15 08:18:01 2007 +0200
57713
57714     [ppc4xx] Add initial lwmon5 board support
57715
57716     This patch adds initial support for the Liebherr lwmon5 board euqipped
57717     with an AMCC 440EPx PowerPC.
57718
57719     Signed-off-by: Stefan Roese <sr@denx.de>
57720
57721 commit 85f737376d5ff3d5f0d45a8b657686326d175307
57722 Author: Stefan Roese <sr@denx.de>
57723 Date:   Fri Jun 15 07:39:43 2007 +0200
57724
57725     [ppc4xx] Extend 44x GPIO setup with default output state
57726
57727     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
57728     is extended with the default GPIO output state (level).
57729
57730     Signed-off-by: Stefan Roese <sr@denx.de>
57731
57732 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
57733 Author: Stefan Roese <sr@denx.de>
57734 Date:   Thu Jun 14 11:14:32 2007 +0200
57735
57736     [ppc4xx] Extend program_tlb() with virtual & physical addresses
57737
57738     Now program_tlb() allows to program a TLB (or multiple) with
57739     different virtual and physical addresses. With this change, now one
57740     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
57741     diabled and once with caches enabled.
57742
57743     Signed-off-by: Stefan Roese <sr@denx.de>
57744
57745 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
57746 Author: Detlev Zundel <dzu@denx.de>
57747 Date:   Wed May 23 19:02:41 2007 +0200
57748
57749     Change 'repeatable' attribute of some commands to sensible values.
57750
57751     Most prominently this changes 'erase' to be non-repeatable.
57752
57753     Signed-off-by: Detlev Zundel <dzu@denx.de>
57754
57755 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
57756 Author: Detlev Zundel <dzu@denx.de>
57757 Date:   Wed May 23 18:47:48 2007 +0200
57758
57759     Fix 'run' not to continue after interrupted command
57760
57761     Signed-off-by: Detlev Zundel <dzu@denx.de>
57762
57763 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
57764 Author: Jason Jin <Jason.jin@freescale.com>
57765 Date:   Mon Jun 11 15:14:24 2007 +0200
57766
57767     USB: This patch fix readl in ohci swap reg access.
57768
57769     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57770
57771 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
57772 Author: Bartlomiej Sieka <tur@semihalf.com>
57773 Date:   Fri Jun 8 14:52:22 2007 +0200
57774
57775     TQM5200: Add Flat Device Tree support, update default env. accordingly.
57776
57777     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
57778     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
57779
57780 commit 9045f33c023f698660a2e45d1b2194c0711abebc
57781 Author: Wolfgang Denk <wd@denx.de>
57782 Date:   Fri Jun 8 10:24:58 2007 +0200
57783
57784     Fix config problems on SC3 board; make ide_reset_timeout work.
57785
57786 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
57787 Author: Benoît Monin <bmonin@adeneo.eu>
57788 Date:   Fri Jun 8 09:55:24 2007 +0200
57789
57790     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
57791
57792     Set the correct value in GPIOx_TCR when configuring the gpio
57793     with CFG_440_GPIO_TABLE.
57794
57795     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
57796     Signed-off-by: Stefan Roese <sr@denx.de>
57797
57798 commit f539edc076cfe52bff919dd512ba8d7af0e22092
57799 Author: Vadim Bendebury <vbendeb@google.com>
57800 Date:   Thu May 24 15:52:25 2007 -0700
57801
57802     cosmetic changes to bcm570x driver
57803
57804     This is a cosmetic only changes submission.
57805     It affects files relevant to bcm570x driver.
57806     the commands used to generate this change was
57807
57808     cd drivers
57809     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
57810
57811     The BMW target (the only one using this chip so far) builds cleanly, the
57812     `before and after' generated object files for drivers/bcm570x.c and
57813     drivers/tigon3.o are identical as reported by objdump -d
57814
57815     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
57816     Signed-off-by: Ben Warren <bwarren@qstreams.com>
57817
57818 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
57819 Author: Wolfgang Denk <wd@denx.de>
57820 Date:   Wed Jun 6 16:26:56 2007 +0200
57821
57822     Coding Style cleanup; generate new CHANGELOG file.
57823
57824     Signed-off-by: Wolfgang Denk <wd@denx.de>
57825
57826 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
57827 Author: Markus Klotzbuecher <mk@denx.de>
57828 Date:   Wed Jun 6 11:49:44 2007 +0200
57829
57830     TRAB, USB: update trab board configuration for use of generic ohci driver
57831
57832 commit dace45acd1c1357daa9322099d07c9a9e08b0024
57833 Author: Markus Klotzbuecher <mk@denx.de>
57834 Date:   Wed Jun 6 11:49:43 2007 +0200
57835
57836     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
57837
57838 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
57839 Author: Markus Klotzbuecher <mk@denx.de>
57840 Date:   Wed Jun 6 11:49:43 2007 +0200
57841
57842     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
57843
57844 commit fc43be478f2aa37ce38acd85355038866e4162af
57845 Author: Markus Klotzbuecher <mk@denx.de>
57846 Date:   Wed Jun 6 11:49:35 2007 +0200
57847
57848     USB/OHCI: endianness cleanup in the generic ohci driver
57849
57850 commit c440bfe6d6d92d66478a7e84402b31f48413617b
57851 Author: Stefan Roese <sr@denx.de>
57852 Date:   Wed Jun 6 11:42:13 2007 +0200
57853
57854     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
57855
57856     This patch adds NAND booting support for the AMCC Acadia eval board.
57857
57858     Please make sure to configure jumper J7 to position 2-3 when booting
57859     from NOR, and to position 1-2 when booting for NAND.
57860
57861     I also added a board command to configure the I2C bootstrap EEPROM
57862     values. Right now only 267MHz is support for booting either via NOR
57863     or NAND FLASH. Here the usage:
57864
57865     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
57866     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
57867
57868     Signed-off-by: Stefan Roese <sr@denx.de>
57869
57870 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
57871 Author: Rodolfo Giometti <giometti@linux.it>
57872 Date:   Wed Jun 6 10:08:14 2007 +0200
57873
57874     Files include/linux/byteorder/{big,little}_endian.h define
57875     __BIG_ENDIAN and __LITTLE_ENDIAN.
57876
57877     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
57878
57879 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
57880 Author: Zhang Wei <wei.zhang@freescale.com>
57881 Date:   Wed Jun 6 10:08:14 2007 +0200
57882
57883     Add USB PCI-OHCI, USB keyboard and event poll support to the
57884     MPC8641HPCN board config file.
57885
57886     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
57887
57888 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
57889 Author: Zhang Wei <wei.zhang@freescale.com>
57890 Date:   Wed Jun 6 10:08:14 2007 +0200
57891
57892     USB PCI-OHCI, interrupt pipe and usb event poll support
57893
57894     This patch added USB PCI-OHCI chips support, interrupt pipe support
57895     and usb event poll support. For supporting the USB interrupt pipe, the
57896     globe urb_priv is moved to purb in ed struct. Now, we can process
57897     several urbs at one time. The interrupt pipe support codes are ported
57898     from Linux kernel 2.4.
57899
57900     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
57901
57902 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
57903 Author: Zhang Wei <wei.zhang@freescale.com>
57904 Date:   Wed Jun 6 10:08:13 2007 +0200
57905
57906     USB event poll support
57907
57908     This patch adds USB event poll support, which could be used in usbkbd
57909     and other usb devices driver when the asynchronous interrupt
57910     processing is supported.
57911
57912     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
57913
57914 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
57915 Author: Rodolfo Giometti <giometti@linux.it>
57916 Date:   Wed Jun 6 10:08:12 2007 +0200
57917
57918     ISP116x: delay for crappy USB keys
57919
57920     Using some (very) slow USB keys cause the USB host controller buffers
57921     are not ready to be read by the CPU so we need an extra delay before
57922     reading the USB storage data.
57923
57924     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
57925
57926 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
57927 Author: Markus Klotzbuecher <mk@denx.de>
57928 Date:   Wed Jun 6 10:08:12 2007 +0200
57929
57930     Change duplicate usb_cpu_init_fail to usb_board_init_fail
57931
57932     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
57933     this out.
57934
57935     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57936
57937 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
57938 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57939 Date:   Tue Jun 5 12:30:52 2007 -0500
57940
57941     mpc8641 image size cleanup
57942
57943     e600 does not have a bootpg restriction.
57944     Move the version string to beginning of image at fff00000.
57945     Resetvec.S is not needed.
57946     Update flash copy instructions.
57947     Add tftpflash env variable
57948
57949     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57950     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57951
57952 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
57953 Author: Benoît Monin <bmonin@adeneo.eu>
57954 Date:   Mon Jun 4 08:36:05 2007 +0200
57955
57956     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
57957
57958     The attached patch is mainly cosmetic, allowing u-boot to
57959     display the correct bootstrap option letter according to the
57960     datasheets.
57961
57962     The original patch was extended with 405EZ support by Stefan
57963     Roese.
57964
57965     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
57966     Signed-off-by: Stefan Roese <sr@denx.de>
57967
57968 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
57969 Author: Nikita V. Youshchenko <yoush@debian.org>
57970 Date:   Wed May 23 12:45:19 2007 +0400
57971
57972     fix compilation problem for mpc8349itx CFG_RAMBOOT
57973
57974     Current include/configs/MPC8349ITX.h does contain some support for building
57975     image that will be started from memory (without putting in into flash).
57976     It could be triggered by building with TEXT_BASE set to a low value.
57977
57978     However, this support is incomplete: using of low TEXT_BASE causes
57979     defining configuration macros in inconsistent way, which later leads
57980     to compilation errors. In particular. flash support is being disabled,
57981     but then flash structures get referenced.
57982
57983     This patch fixes this, making it possible to build with low TEXT_BASE.
57984
57985     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
57986
57987     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57988
57989 commit 8a364f0970de49949d635e60accf463c6443ef8c
57990 Author: Nikita V. Youshchenko <yoush@debian.org>
57991 Date:   Wed May 23 12:45:25 2007 +0400
57992
57993     add missing 'console' var to default mpc8349itx config
57994
57995     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57996
57997 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
57998 Author: Stefan Roese <sr@denx.de>
57999 Date:   Fri Jun 1 16:18:17 2007 +0200
58000
58001     ppc4xx: Add missing file for Bamboo NAND booting support
58002
58003     Signed-off-by: Stefan Roese <sr@denx.de>
58004
58005 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
58006 Author: Stefan Roese <sr@denx.de>
58007 Date:   Fri Jun 1 15:58:19 2007 +0200
58008
58009     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
58010
58011     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
58012     suggested by AMCC it is not recommended to dynamically change the EBC
58013     speed after bootup. So we undo this change to be on the safe side.
58014
58015     Signed-off-by: Stefan Roese <sr@denx.de>
58016
58017 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
58018 Author: Stefan Roese <sr@denx.de>
58019 Date:   Fri Jun 1 15:29:04 2007 +0200
58020
58021     ppc4xx: Update Sequoia NAND booting support with ECC
58022
58023     Signed-off-by: Stefan Roese <sr@denx.de>
58024
58025 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
58026 Author: Stefan Roese <sr@denx.de>
58027 Date:   Fri Jun 1 15:27:11 2007 +0200
58028
58029     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
58030
58031     This patch adds NAND booting support for the AMCC Bamboo eval board.
58032     Since the NAND-SPL boot image is limited to 4kbytes, this version
58033     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
58034     supported, since the setup code for I2C DIMM autodetection and
58035     configuration is too big for this NAND bootloader.
58036
58037     Signed-off-by: Stefan Roese <sr@denx.de>
58038
58039 commit 42be56f53c8b107868e6125c8524ae84293e95a7
58040 Author: Stefan Roese <sr@denx.de>
58041 Date:   Fri Jun 1 15:23:04 2007 +0200
58042
58043     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
58044
58045     The U-Boot NAND booting support is now extended to support ECC
58046     upon loading of the NAND U-Boot image.
58047
58048     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
58049
58050     Signed-off-by: Stefan Roese <sr@denx.de>
58051
58052 commit a471db07fbb65a841ffc9f4f112562b945230f98
58053 Author: Stefan Roese <sr@denx.de>
58054 Date:   Fri Jun 1 15:19:29 2007 +0200
58055
58056     ppc4xx: Prepare Bamboo port for NAND booting support
58057
58058     This patch updates the "normal" Bamboo NOR booting port, so
58059     that it is compatible with the coming soon NAND booting
58060     Bamboo port.
58061
58062     It also enables the 2nd NAND flash on the Bamboo.
58063
58064     Signed-off-by: Stefan Roese <sr@denx.de>
58065
58066 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
58067 Author: Stefan Roese <sr@denx.de>
58068 Date:   Fri Jun 1 15:16:58 2007 +0200
58069
58070     ppc4xx: Update in_be32() functions and friends to latest Linux version
58071
58072     Signed-off-by: Stefan Roese <sr@denx.de>
58073
58074 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
58075 Author: Stefan Roese <sr@denx.de>
58076 Date:   Fri Jun 1 15:15:12 2007 +0200
58077
58078     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
58079
58080     This patch adds hardware ECC support to the NDFC driver. It also
58081     changes the register access from using the "simple" in32/out32
58082     functions to the in_be32/out_be32 functions, which make sure
58083     that the access is correctly synced. This is the only recommended
58084     access to SoC registers in the current Linux kernel.
58085
58086     Signed-off-by: Stefan Roese <sr@denx.de>
58087
58088 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
58089 Author: Stefan Roese <sr@denx.de>
58090 Date:   Fri Jun 1 15:12:15 2007 +0200
58091
58092     NAND: Update nand_ecc.c to latest Linux version
58093
58094     This patch updates the nand_ecc code to the latest Linux version.
58095     The main reason for this is the more compact code. This makes
58096     it possible to include the ECC code into the NAND bootloader
58097     image (NAND_SPL) for PPC4xx.
58098
58099     Signed-off-by: Stefan Roese <sr@denx.de>
58100
58101 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
58102 Author: Stefan Roese <sr@denx.de>
58103 Date:   Fri Jun 1 15:09:50 2007 +0200
58104
58105     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
58106
58107     Signed-off-by: Stefan Roese <sr@denx.de>
58108
58109 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
58110 Author: Stefan Roese <sr@denx.de>
58111 Date:   Fri Jun 1 13:45:24 2007 +0200
58112
58113     ppc4xx: Change Luan config file to support ECC
58114
58115     With the updated 44x DDR2 driver the Luan board now supports
58116     ECC generation and checking.
58117
58118     Signed-off-by: Stefan Roese <sr@denx.de>
58119
58120 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
58121 Author: Stefan Roese <sr@denx.de>
58122 Date:   Fri Jun 1 13:45:00 2007 +0200
58123
58124     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
58125
58126     Add config option for 180 degree advance clock control as needed
58127     for the AMCC Luan eval board.
58128
58129     Signed-off-by: Stefan Roese <sr@denx.de>
58130
58131 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
58132 Author: Wolfgang Denk <wd@denx.de>
58133 Date:   Thu May 31 17:20:09 2007 +0200
58134
58135     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
58136
58137     Signed-off-by: Wolfgang Denk <wd@denx.de>
58138
58139 commit 7049288fb1f16f1b317140226cdebd07bd416395
58140 Author: Bartlomiej Sieka <tur@semihalf.com>
58141 Date:   Sun May 27 17:26:46 2007 +0200
58142
58143     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
58144
58145     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58146
58147 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
58148 Author: Bartlomiej Sieka <tur@semihalf.com>
58149 Date:   Sun May 27 17:06:36 2007 +0200
58150
58151     Motion-PRO: Add support for redundant environment.
58152
58153     Enable redundant environment, add a MTD partition for it; also add env.
58154     variable command for passing MTD partitions to the kernel command line.
58155
58156     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58157     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58158
58159 commit a26eabeec31746f06d309103690892805696e344
58160 Author: Bartlomiej Sieka <tur@semihalf.com>
58161 Date:   Sun May 27 17:05:11 2007 +0200
58162
58163     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
58164
58165     Allow passing longer command line to the kernel - useful especially
58166     for passing MTD partition layout.
58167
58168     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58169     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58170
58171 commit 9160b96f71483a116de81c68985e8ee306d36764
58172 Author: Bartlomiej Sieka <tur@semihalf.com>
58173 Date:   Sun May 27 17:04:18 2007 +0200
58174
58175     Fix: Add missing NULL termination in strings expanded by macros parser.
58176
58177     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58178     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58179
58180 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
58181 Author: Bartlomiej Sieka <tur@semihalf.com>
58182 Date:   Sun May 27 17:03:37 2007 +0200
58183
58184     Motion-PRO: Update EEPROM's page write bits and write delay.
58185
58186     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
58187     have a page write capability of two bytes", and "This device offers fast (1ms)
58188     byte write". Add 3ms of extra delay.
58189
58190     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58191     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58192
58193 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
58194 Author: Bartlomiej Sieka <tur@semihalf.com>
58195 Date:   Sun May 27 16:58:45 2007 +0200
58196
58197     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
58198
58199     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
58200     networking does not function. This commit switches PHY to TX mode by clearing
58201     the FX_SEL bit of Mode Control Register. It also reverses commit
58202     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
58203
58204     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58205     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58206
58207 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
58208 Author: Bartlomiej Sieka <tur@semihalf.com>
58209 Date:   Sun May 27 16:57:15 2007 +0200
58210
58211     Motion-PRO: Add support for the temperature sensor.
58212
58213     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58214     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58215
58216 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
58217 Author: Bartlomiej Sieka <tur@semihalf.com>
58218 Date:   Sun May 27 16:55:23 2007 +0200
58219
58220     Motion-PRO: Add displaying of CPLD revision information during boot.
58221
58222     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
58223     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58224
58225 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
58226 Author: Bartlomiej Sieka <tur@semihalf.com>
58227 Date:   Sun May 27 16:53:43 2007 +0200
58228
58229     MPC5xxx: Change names of defines related to IPB and PCI clocks.
58230
58231     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
58232     them does not cause PCI or IPB clocks to run at the specified speed.
58233     Instead, they configure divisors used to calculate said clocks. This
58234     patch renames the defines according to their real function.
58235
58236     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58237     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58238
58239 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
58240 Author: Bartlomiej Sieka <tur@semihalf.com>
58241 Date:   Sun May 27 16:51:48 2007 +0200
58242
58243     Motion-PRO: Add LED support.
58244
58245     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
58246     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
58247     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
58248
58249 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
58250 Author: Ulf Samuelsson <ulf@atmel.com>
58251 Date:   Thu May 24 12:12:47 2007 +0200
58252
58253     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
58254
58255     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
58256     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
58257     Signed-off-by: Stefan Roese <sr@denx.de>
58258
58259 commit d756894722c888d09a9fa1df8323753772d3dcce
58260 Author: Stefan Roese <sr@denx.de>
58261 Date:   Thu May 24 09:49:00 2007 +0200
58262
58263     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
58264
58265     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
58266     fixes a small bug in the 405EZ OCM initialization. Thanks for
58267     spotting.
58268
58269     Signed-off-by: Stefan Roese <sr@denx.de>
58270
58271 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
58272 Author: Stefan Roese <sr@denx.de>
58273 Date:   Thu May 24 08:22:09 2007 +0200
58274
58275     ppc4xx: Update AMCC Acadia support for board revision 1.1
58276
58277     This patch updates the Acadia (405EZ) support for the new 1.1 board
58278     revision. It also adds support for NAND FLASH via the 4xx NDFC.
58279
58280     Please note that the jumper J7 must be in position 2-3 for this
58281     NAND support. Position 1-2 is for NAND booting only. NAND booting
58282     support will follow later.
58283
58284     Signed-off-by: Stefan Roese <sr@denx.de>
58285
58286 commit 822d55365bb557e084d0e33625a6dedcc866110b
58287 Author: Jon Loeliger <jdl@freescale.com>
58288 Date:   Wed May 23 14:09:46 2007 -0500
58289
58290     Add LIST_86xx MAKEALL target for PowerPC builds.
58291
58292     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58293
58294 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
58295 Author: Stefan Roese <sr@denx.de>
58296 Date:   Tue May 22 12:48:09 2007 +0200
58297
58298     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
58299
58300     Signed-off-by: Stefan Roese <sr@denx.de>
58301
58302 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
58303 Author: Stefan Roese <sr@denx.de>
58304 Date:   Tue May 22 12:46:10 2007 +0200
58305
58306     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
58307
58308     This patch adds support for 405 PPC's to the 4xx NAND driver
58309     ndfc.c. This is in preparation for the new AMCC 405EZ.
58310
58311     Signed-off-by: Stefan Roese <sr@denx.de>
58312
58313 commit 10603d76767426be803dadd4fb688b97eb69481c
58314 Author: Stefan Roese <sr@denx.de>
58315 Date:   Mon May 21 07:41:22 2007 +0200
58316
58317     ppc4xx: Fix problem in 405EZ OCM initialization
58318
58319     As spotted by Bruce Adler this patch fixes an initialization problem
58320     for the 405EZ OCM.
58321
58322     Signed-off-by: Stefan Roese <sr@denx.de>
58323
58324 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
58325 Author: Peter Pearse <peter.pearse@arm.com>
58326 Date:   Fri May 18 16:47:03 2007 +0100
58327
58328     Reduce line lengths to 80 characters max.
58329
58330 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
58331 Author: Peter Pearse <peter.pearse@arm.com>
58332 Date:   Fri May 18 14:34:07 2007 +0100
58333
58334     Makefile permissions
58335
58336 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
58337 Author: Peter Pearse <peter.pearse@arm.com>
58338 Date:   Fri May 18 14:33:11 2007 +0100
58339
58340     Makefile permissions
58341
58342 commit 255a3577c848706441daee0174543efe205a77f8
58343 Author: Kim Phillips <kim.phillips@freescale.com>
58344 Date:   Wed May 16 16:52:19 2007 -0500
58345
58346     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
58347
58348     For all practical u-boot purposes, TSECs don't differ throughout the
58349     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
58350
58351     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58352
58353 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
58354 Author: Stefano Babic <sbabic@denx.de>
58355 Date:   Wed May 16 14:49:12 2007 +0200
58356
58357     Fix compile problem cause my Microblaze merge
58358
58359     Signed-off-by: Stefano Babic <sbabic@denx.de>
58360
58361 commit ada4697d0230d6da552867777f98a67ec3ba2579
58362 Author: Jeffrey Mann <mannj@embeddedplanet.com>
58363 Date:   Wed May 16 13:23:10 2007 +0200
58364
58365     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
58366
58367     Because the Sequoia board does not boot with an EBC faster than 66MHz,
58368     the clock divider are changed after the initial boot process.
58369
58370     This allows for maximum clocking speeds  to be achieved on newer boards.
58371     Sequoia boards with 666.66 MHz processors require that the EBC divider
58372     be set to 3 in order to start the initial boot process at a slower EBC
58373     speed. After the initial boot process, the divider can be set back to 2,
58374     which will cause the boards to run at 83.333MHz. This is backward
58375     compatible with boards with 533.33 MHz processors, as these boards will
58376     already be set with an EBC divider of 2.
58377
58378     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
58379
58380 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
58381 Author: Wolfgang Denk <wd@denx.de>
58382 Date:   Wed May 16 01:16:53 2007 +0200
58383
58384     Minor Coding Style cleanup, update CHANGELOG.
58385
58386     Signed-off-by: Wolfgang Denk <wd@denx.de>
58387
58388 commit d62f64cc23a940eafe712c776b3249e4160753d1
58389 Author: Wolfgang Denk <wd@denx.de>
58390 Date:   Wed May 16 00:13:33 2007 +0200
58391
58392     Coding Style Cleanup, new CHANGELOG
58393
58394 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
58395 Author: Wolfgang Denk <wd@denx.de>
58396 Date:   Tue May 15 23:38:05 2007 +0200
58397
58398     Minor coding style cleanup.
58399
58400 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
58401 Author: mushtaq khan <mushtaq_k@procsys.com>
58402 Date:   Fri Apr 20 14:23:02 2007 +0530
58403
58404     Add driver for S-ATA-controller on Intel processors with South
58405     Bridge, ICH-5, ICH-6 and ICH-7.
58406
58407     Implementation:
58408
58409     1. Code is divided in to two files. All functions, which are
58410        controller specific are kept in "drivers/ata_piix.c" file and
58411        functions, which are not controller specific, are kept in
58412        "common/cmd_sata.c" file.
58413
58414     2. Reading and Writing from the S-ATA drive is done using PIO method.
58415
58416     3. Driver can be configured for 48-bit addressing by defining macro
58417        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
58418        addressing.
58419
58420     4. S-ATA read function is hooked to the File system, commands like
58421        ext2ls and ext2load file can be used. This has been tested.
58422
58423     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
58424        controller and identifies the S-ATA drives connected to it.
58425
58426     6. U-Boot command "sata" is added, which is used to read/write, print
58427        partition table and get info about the drives present. This I have
58428        implemented in same way as "ide" command is implemented in U-Boot.
58429
58430     7. This driver is for S-ATA in native mode.
58431
58432     8. This driver does not support the Native command queuing and
58433        Hot-plugging.
58434
58435     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
58436
58437 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
58438 Author: mushtaq khan <mushtaq_k@procsys.com>
58439 Date:   Mon Apr 30 15:57:22 2007 +0530
58440
58441     Fixes bug clearing the bss section for i386
58442
58443     Hi,
58444     There is a bug in the code of clearing the bss section for processor
58445     i386.(File: cpu/i386/start.S)
58446     In the code, bss_start addr (starting addr of bss section) is put into
58447     the register %eax, but the code which clears the bss section refers to
58448     the addr pointed by %edi.
58449
58450     This patch fixes this bug by putting bss_start into %edi register.
58451
58452     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
58453
58454 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
58455 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
58456 Date:   Mon Apr 30 16:47:28 2007 -0500
58457
58458     Add support for BCM5464 Quad Phy
58459
58460     Added support for Broadcom's BCM5464 Quad Phy
58461
58462     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
58463
58464 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
58465 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
58466 Date:   Wed May 9 08:10:57 2007 +0800
58467
58468     Search the exception table with linear algorithm
58469
58470     Search the exception table with linear algorithm instead of
58471     bisecting algorithm.
58472     Because the exception table might be unsorted.
58473
58474     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58475
58476 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
58477 Author: Aubrey.Li <aubrey.adi@gmail.com>
58478 Date:   Mon May 14 11:47:35 2007 +0800
58479
58480     Fix compilation issues on MACOSX
58481
58482     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
58483     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
58484
58485 commit 56fd7162985c412317bbf763a225fba23c64fd31
58486 Author: Stephen Williams <steve@icarus.com>
58487 Date:   Tue May 15 07:55:42 2007 -0700
58488
58489     Fix for compile of JSE target
58490
58491     The attached patch fixes the compile of the JSE board in the
58492     denx git as of 14 may 2007. It is an extremely simple patch,
58493     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
58494
58495      Fix to compile JSE against 20070514 git of u-boot
58496
58497 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
58498 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
58499 Date:   Sun May 13 21:01:03 2007 +0900
58500
58501     sh: MS7750SE support.
58502
58503     This adds support for the Hitachi MS7750SE.
58504
58505     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58506
58507 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
58508 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
58509 Date:   Sun May 13 20:58:00 2007 +0900
58510
58511     sh: First support code of SuperH.
58512
58513     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58514
58515 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
58516 Author: Stefan Roese <sr@denx.de>
58517 Date:   Fri May 11 12:01:49 2007 +0200
58518
58519     ppc4xx: Add mtcpr/mfcpr access macros
58520
58521     Signed-off-by: Stefan Roese <sr@denx.de>
58522
58523 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
58524 Author: Stefan Roese <sr@denx.de>
58525 Date:   Fri May 11 12:01:06 2007 +0200
58526
58527     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
58528
58529     Signed-off-by: Stefan Roese <sr@denx.de>
58530
58531 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
58532 Author: Piotr Kruszynski <ppk@semihalf.com>
58533 Date:   Thu May 10 16:55:52 2007 +0200
58534
58535     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
58536     definition.
58537
58538 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
58539 Author: Peter Pearse <peter.pearse@arm.com>
58540 Date:   Wed May 9 11:42:44 2007 +0100
58541
58542     Add the board directory for SMN42
58543
58544 commit 160131bf965785419626df6c388729fe0b597992
58545 Author: Peter Pearse <peter.pearse@arm.com>
58546 Date:   Wed May 9 11:41:58 2007 +0100
58547
58548     Add the files for the SMN42 board
58549
58550 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
58551 Author: Peter Pearse <peter.pearse@arm.com>
58552 Date:   Wed May 9 11:40:34 2007 +0100
58553
58554     Remove the deleted files for the SMN42 patch
58555
58556 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
58557 Author: Peter Pearse <peter.pearse@arm.com>
58558 Date:   Wed May 9 11:37:56 2007 +0100
58559
58560     New board SMN42 branch
58561
58562 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
58563 Author: Peter Pearse <peter.pearse@arm.com>
58564 Date:   Wed May 9 10:24:38 2007 +0100
58565
58566     Makefile permissions
58567
58568 commit b84289b595731e8851df46e893845cc1322c9b9b
58569 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58570 Date:   Tue May 8 14:17:07 2007 -0500
58571
58572     8641hpcn: Fix Makefile after moving pixis to board/freescale.
58573
58574     The OBJTREE != SRCTREE build scenario was broken.
58575     This fixes it.
58576
58577     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58578     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58579
58580 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
58581 Author: Michal Simek <monstr@monstr.eu>
58582 Date:   Tue May 8 15:57:43 2007 +0200
58583
58584     add: reading special purpose registers
58585
58586 commit 1a50f164beb065f360fbddb76029607d6b099698
58587 Author: Michal Simek <monstr@monstr.eu>
58588 Date:   Tue May 8 14:52:52 2007 +0200
58589
58590     add: Microblaze V5 exception handling
58591
58592 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
58593 Author: Michal Simek <monstr@monstr.eu>
58594 Date:   Tue May 8 14:39:11 2007 +0200
58595
58596     add: FSL control read and write
58597
58598 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
58599 Author: Piotr Kruszynski <ppk@semihalf.com>
58600 Date:   Tue May 8 13:05:44 2007 +0200
58601
58602     [Motion-PRO] Add support for I2C, EEPROM and RTC.
58603
58604 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
58605 Author: Bartlomiej Sieka <tur@semihalf.com>
58606 Date:   Tue May 8 10:23:56 2007 +0200
58607
58608     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
58609     environment.
58610
58611 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
58612 Author: Bartlomiej Sieka <tur@semihalf.com>
58613 Date:   Tue May 8 09:39:12 2007 +0200
58614
58615     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
58616     eliminates networking problems in Linux (timeouts).
58617
58618 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
58619 Author: Bartlomiej Sieka <tur@semihalf.com>
58620 Date:   Tue May 8 09:21:57 2007 +0200
58621
58622     [Motion-PRO] Enable Flat Device Tree support and modify default environment
58623     to allow booting of FDT-expecting kernels.
58624
58625 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
58626 Author: Michal Simek <monstr@monstr.eu>
58627 Date:   Mon May 7 23:58:31 2007 +0200
58628
58629     new: USE_MSR_INTR support
58630
58631 commit 008861a2f3ef2c062744d733787c7e530a1b8761
58632 Author: Bartlomiej Sieka <tur@semihalf.com>
58633 Date:   Mon May 7 22:36:15 2007 +0200
58634
58635     [MPC5xxx] There are networking problems on the Motion-PRO board with
58636     current PHY initalization code (tftp timeouts all the time). This commit
58637     temporarily disables PHY initalization sequence to make the networking
58638     operational, until a fix is found.
58639
58640 commit abca901869c3760b6c5fecb825db6c1d91a78a93
58641 Author: Wolfgang Denk <wd@denx.de>
58642 Date:   Mon May 7 22:10:36 2007 +0200
58643
58644     Get rid of duplicated file (see include/configs/sbc8560.h instead)
58645
58646     Signed-off-by: Wolfgang Denk <wd@denx.de>
58647
58648 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
58649 Author: Wolfgang Denk <wd@denx.de>
58650 Date:   Mon May 7 22:07:08 2007 +0200
58651
58652     Get rid of duplicated file (see doc/README.SBC8560 instead)
58653
58654     Signed-off-by: Wolfgang Denk <wd@denx.de>
58655
58656 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
58657 Author: Michal Simek <monstr@monstr.eu>
58658 Date:   Mon May 7 19:43:10 2007 +0200
58659
58660     fix: read and write MSR - repair number of parameters
58661
58662 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
58663 Author: Jeffrey Mann <mannj@embeddedplanet.com>
58664 Date:   Mon May 7 19:42:49 2007 +0200
58665
58666     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
58667
58668     A '3' got cut off in the formatting of the last patch to automatically
58669     change the clock speed of the system clock on sequoia board.
58670
58671     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
58672     Signed-off-by: Stefan Roese <sr@denx.de>
58673
58674 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
58675 Author: Michal Simek <monstr@monstr.eu>
58676 Date:   Mon May 7 19:33:51 2007 +0200
58677
58678     new: fsl interrupt support
58679     FSL_Has_data is connected to INTC.
58680
58681 commit 792032baa7d625e34c981ab6df521911bd8dc861
58682 Author: Michal Simek <monstr@monstr.eu>
58683 Date:   Mon May 7 19:30:12 2007 +0200
58684
58685     fix: interrupt handler
58686     remove asm code
58687
58688 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
58689 Author: Michal Simek <monstr@monstr.eu>
58690 Date:   Mon May 7 19:25:08 2007 +0200
58691
58692     fix: remove asm code
58693
58694 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
58695 Author: Michal Simek <monstr@monstr.eu>
58696 Date:   Mon May 7 19:12:43 2007 +0200
58697
58698     fix: clean interrupt
58699
58700 commit 42efed6130c8fcf7da881385b5427065d2801757
58701 Author: Michal Simek <monstr@monstr.eu>
58702 Date:   Mon May 7 17:22:25 2007 +0200
58703
58704     fix: interrupt handler for multiple sources
58705
58706 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
58707 Author: Michal Simek <monstr@monstr.eu>
58708 Date:   Mon May 7 17:11:09 2007 +0200
58709
58710     new: add writing to msr register
58711
58712 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
58713 Author: Markus Klotzbuecher <mk@denx.de>
58714 Date:   Mon May 7 16:43:56 2007 +0200
58715
58716     Fix an ancient CHANGELOG conflict
58717
58718 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
58719 Author: Timur Tabi <timur@freescale.com>
58720 Date:   Sat May 5 08:12:30 2007 +0200
58721
58722     5xxx: write MAC address to mac-address and local-mac-address
58723
58724     Some device trees have a mac-address property, some have local-mac-address,
58725     and some have both.  To support all of these device trees, ftp_cpu_setup()
58726     should write the MAC address to mac-address and local-mac-address, if they
58727     exist.
58728
58729     Signed-off-by: Timur Tabi <timur@freescale.com>
58730     Acked-by: Grant Likely <grant.likely@secretlab.ca>
58731
58732 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
58733 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
58734 Date:   Sun Apr 29 14:01:54 2007 +0200
58735
58736     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
58737
58738     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
58739     message. Use PVR to distinguish between the two variants, and print proper CPU
58740     information.
58741
58742     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
58743     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58744     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
58745
58746 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
58747 Author: Ladislav Michl <ladis@linux-mips.org>
58748 Date:   Wed Apr 25 16:01:26 2007 +0200
58749
58750     [PATCH] simplify silent console
58751
58752     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
58753     Acked-by: Stefan Roese <sr@denx.de>
58754
58755 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
58756 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
58757 Date:   Mon Apr 23 15:30:39 2007 +0200
58758
58759     [PATCH] Avoid assigning PCI resources from zero address
58760
58761     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
58762     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
58763     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
58764     sentence about "0" being considered an invalid address) -- so, use a reasonable
58765     starting value of 0x1000 (that's what the most Linux archs are using).
58766
58767     Alternatively, one might have fixed the calls to pci_set_region() individually
58768     (some code even seems to have taken care of this issue) but that would have
58769     been a lot more work. :-)
58770
58771     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
58772     Acked-by: Stefan Roese <sr@denx.de>
58773
58774 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
58775 Author: Jeffrey Mann <mannj@embeddedplanet.com>
58776 Date:   Mon Apr 23 14:00:11 2007 +0200
58777
58778     [patch] setenv(...) can delete environmentalvariables
58779
58780     update setenv() function so that entering a NULL value for the
58781     variable's value will delete the environmental variable
58782
58783     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
58784     Acked-by: Stefan Roese <sr@denx.de>
58785
58786 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
58787 Author: Mike Frysinger <vapier@gentoo.org>
58788 Date:   Mon Apr 23 13:54:24 2007 +0200
58789
58790     [patch] use unsigned char in smc91111 driver for mac
58791
58792     the v_mac variable in the smc91111 driver is declared as a signed char ...
58793     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
58794     because when it gets printed out, you get a display like:
58795     0xFFFFFFE0 and that's no good
58796
58797     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58798
58799 commit ffc50f9bb194343c6303517a517708457a5eb6b8
58800 Author: Michal Simek <monstr@monstr.eu>
58801 Date:   Sat May 5 18:54:42 2007 +0200
58802
58803     new: FSL and MSR support #2
58804
58805 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
58806 Author: Michal Simek <monstr@monstr.eu>
58807 Date:   Sat May 5 18:27:16 2007 +0200
58808
58809     new: FSL and MSR support
58810
58811 commit 2f15278c2eb911c668b4fe562130b78cf554d139
58812 Author: Wolfgang Denk <wd@denx.de>
58813 Date:   Sat May 5 18:23:11 2007 +0200
58814
58815     Coding stylke cleanup; update CHANGELOG.
58816
58817     Signed-off-by: Wolfgang Denk <wd@denx.de>
58818
58819 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
58820 Author: Wolfgang Denk <wd@denx.de>
58821 Date:   Sat May 5 18:05:02 2007 +0200
58822
58823     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
58824
58825     Signed-off-by: Wolfgang Denk <wd@denx.de>
58826
58827 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
58828 Author: Wolfgang Denk <wd@denx.de>
58829 Date:   Sat May 5 17:15:50 2007 +0200
58830
58831     Make "file" command happy with some config.mk files; update CHANGELOG
58832
58833 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
58834 Author: Jeffrey Mann <mannj@embeddedplanet.com>
58835 Date:   Sat May 5 08:32:14 2007 +0200
58836
58837     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
58838
58839     The AMCC Secquoia board has been changed in a new revision from using a
58840     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
58841     indicates the difference. This patch reads that bit and uses the correct
58842     clock speed for the board. This code is backward compatable will all
58843     prior boards. All prior boards will be read as 33.000.
58844
58845     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
58846     Signed-off-by: Stefan Roese <sr@denx.de>
58847
58848 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
58849 Author: Stefan Roese <sr@denx.de>
58850 Date:   Sat May 5 08:29:01 2007 +0200
58851
58852     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
58853
58854     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
58855     for the 4k NAND boot image so define bus_frequency to 133MHz here
58856     which is save for the refresh counter setup.
58857
58858     Signed-off-by: Stefan Roese <sr@denx.de>
58859
58860 commit 2f550ab976405300f5b07bf2890800840d0aa05f
58861 Author: Timur Tabi <timur@freescale.com>
58862 Date:   Sat May 5 08:12:30 2007 +0200
58863
58864     5xxx: write MAC address to mac-address and local-mac-address
58865
58866     Some device trees have a mac-address property, some have local-mac-address,
58867     and some have both.  To support all of these device trees, ftp_cpu_setup()
58868     should write the MAC address to mac-address and local-mac-address, if they
58869     exist.
58870
58871     Signed-off-by: Timur Tabi <timur@freescale.com>
58872     Acked-by: Grant Likely <grant.likely@secretlab.ca>
58873
58874 commit a79886590593ba1d667c840caa4940c61639f18f
58875 Author: Thomas Knobloch <knobloch@siemens.com>
58876 Date:   Sat May 5 07:04:42 2007 +0200
58877
58878     NAND: Wrong calculation of page number in nand_block_bad()
58879
58880     In case that there is no memory based bad block table available the
58881     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
58882     nand_block_bad() directly. When parameter 'getchip' is set to zero,
58883     nand_block_bad() will not right shift the offset to calculate the
58884     correct page number.
58885
58886     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
58887     Signed-off-by: Stefan Roese <sr@denx.de>
58888
58889 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
58890 Author: Wolfgang Denk <wd@denx.de>
58891 Date:   Fri May 4 10:02:33 2007 +0200
58892
58893     Fix initrd length corruption in bootm command.
58894
58895     When using FDT Images, the length of an inital ramdisk was
58896     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
58897
58898     Patches by Timur Tabi & Johns Daniel.
58899
58900     Signed-off-by: Wolfgang Denk <wd@denx.de>
58901
58902 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
58903 Author: Kim Phillips <kim.phillips@freescale.com>
58904 Date:   Thu May 3 19:43:52 2007 -0500
58905
58906     mpc83xx: fix trivial error in MAKEALL
58907
58908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58909
58910 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
58911 Author: Wolfgang Denk <wd@denx.de>
58912 Date:   Thu May 3 16:34:41 2007 +0200
58913
58914     Update board configuration for STX GP3SSA board:
58915
58916     Enable hush shell, environment in flash rather in EEPROM,
58917     more user-friendly default environment, etc.
58918     The simple EEPROM environment can be selected easily in the board
58919     config file.
58920
58921     Signed-off-by: Wolfgang Denk <wd@denx.de>
58922
58923 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
58924 Author: Wolfgang Denk <wd@denx.de>
58925 Date:   Tue Apr 24 14:37:49 2007 +0200
58926
58927     Cleanup STX GP3SSA code; fix build and compile problems.
58928
58929 commit 35171dc04e028ecacc23ad916a66295472555dbf
58930 Author: Dan Malek <dan@embeddedalley.com>
58931 Date:   Fri Jan 5 09:15:34 2007 +0100
58932
58933     Add support for STX GP3SSA (stxssa) Board
58934
58935     Signed-off-by Dan Malek, <dan@embeddedalley.com>
58936
58937 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
58938 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
58939 Date:   Wed May 2 13:31:53 2007 +0200
58940
58941     macb: Don't restart autonegotiation if we already have link
58942
58943     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
58944     link is already up.
58945
58946     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58947
58948 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
58949 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
58950 Date:   Wed May 2 13:22:38 2007 +0200
58951
58952     macb: Introduce a few barriers when dealing with DMA descriptors
58953
58954     There were a few theoretical possibilities that the compiler might
58955     optimize away DMA descriptor reads and/or writes and thus cause
58956     synchronization problems with the hardware. Insert barriers where
58957     we depend on reads/writes actually hitting memory.
58958
58959     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58960
58961 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
58962 Author: Andy Fleming <afleming@freescale.com>
58963 Date:   Sat Feb 24 01:08:13 2007 -0600
58964
58965     Cleaned up some 85xx PCI bugs
58966
58967     * Cleaned up the CDS PCI Config Tables and added NULL entries to
58968       the end
58969     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
58970     * Fixed 85xx PCI code to assign powar region sizes based on the
58971       config values (rather than hard-coding them)
58972     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
58973
58974     Signed-off-by: Andy Fleming <afleming@freescale.com>
58975
58976 commit 6743105988fc44d5b0d30388c790607835aae7a6
58977 Author: Andy Fleming <afleming@freescale.com>
58978 Date:   Mon Apr 23 02:54:25 2007 -0500
58979
58980     Add support for the 8568 MDS board
58981
58982     This included some changes to common files:
58983     * Add 8568 processor SVR to various places
58984     * Add support for setting the qe bus-frequency value in the dts
58985     * Add the 8568MDS target to the Makefile
58986
58987     Signed-off-by: Andy Fleming <afleming@freescale.com>
58988
58989 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
58990 Author: David Updegraff <dave@cray.com>
58991 Date:   Fri Apr 20 14:34:48 2007 -0500
58992
58993     Add support for treating unknown PHYs as generic PHYs.
58994
58995     When bringing up u-boot on new boards, PHY support sometimes gets
58996     neglected.  Most PHYs don't really need any special support,
58997     though.  By adding a generic entry that always matches if nothing
58998     else does, we can provide support for "unsupported" PHYs for the
58999     tsec.
59000
59001     The generic PHY driver supports most PHYs, including gigabit.
59002
59003     Signed-off-by: David Updegraff <dave@cray.com>
59004     Signed-off-by: Andy Fleming <afleming@freescale.com>
59005
59006 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
59007 Author: James Yang <James.Yang@freescale.com>
59008 Date:   Wed Feb 7 15:28:04 2007 -0600
59009
59010     Conditionalize 8641 Rev1.0 MCM workarounds
59011
59012     Signed-off-by: James Yang <James.Yang@freescale.com>
59013     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59014
59015 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
59016 Author: Timur Tabi <timur@freescale.com>
59017 Date:   Mon Apr 30 13:59:50 2007 -0500
59018
59019     Fix memory initialization on MPC8349E-mITX
59020
59021     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
59022     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
59023     on some ITX boards, notably those with a revision 3.1 CPU.
59024
59025     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
59026     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
59027
59028     Signed-off-by: Timur Tabi <timur@freescale.com>
59029     Acked-by: Michael Benedict <MBenedict@twacs.com>
59030     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59031
59032 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
59033 Author: Kim Phillips <kim.phillips@freescale.com>
59034 Date:   Mon Apr 30 15:26:21 2007 -0500
59035
59036     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
59037
59038     and fix CPU: to align with Board: display text.
59039
59040     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59041
59042 commit c1ab82669d9525998c34e802a12cad662723f22a
59043 Author: James Yang <James.Yang@freescale.com>
59044 Date:   Fri Mar 16 13:02:53 2007 -0500
59045
59046     Rewrote picos_to_clk() to avoid rounding errors.
59047     Clarified that conversion is to DRAM clocks rather than platform clocks.
59048     Made function static to spd_sdram.c.
59049
59050     Signed-off-by: James Yang <James.Yang@freescale.com>
59051     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59052
59053 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
59054 Author: Stefan Roese <sr@denx.de>
59055 Date:   Sun Apr 29 14:13:01 2007 +0200
59056
59057     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
59058
59059     Signed-off-by: Stefan Roese <sr@denx.de>
59060
59061 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
59062 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
59063 Date:   Sun Apr 29 14:01:54 2007 +0200
59064
59065     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
59066
59067     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
59068     message. Use PVR to distinguish between the two variants, and print proper CPU
59069     information.
59070
59071     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
59072     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59073     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59074
59075 commit 5c5d3242935cf3543af01142627494434834cf98
59076 Author: Kim Phillips <kim.phillips@freescale.com>
59077 Date:   Wed Apr 25 12:34:38 2007 -0500
59078
59079     mpc83xx: minor fixups for 8313rdb introduction
59080
59081 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
59082 Author: Ladislav Michl <ladis@linux-mips.org>
59083 Date:   Wed Apr 25 16:01:26 2007 +0200
59084
59085     [PATCH] simplify silent console
59086
59087     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
59088     Acked-by: Stefan Roese <sr@denx.de>
59089
59090 commit 144876a380f5756f57412caf74c1d6dc201dd796
59091 Author: Michal Simek <monstr@monstr.eu>
59092 Date:   Tue Apr 24 23:01:02 2007 +0200
59093
59094     [PATCH] MTD partition support, JFFS2 support
59095
59096 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
59097 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59098 Date:   Tue Apr 24 14:03:45 2007 +0200
59099
59100     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
59101
59102     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59103
59104 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
59105 Author: Andy Fleming <afleming@freescale.com>
59106 Date:   Mon Apr 23 02:37:47 2007 -0500
59107
59108     Reworked 85xx speed detection code
59109
59110     Changed the code to read the registers and calculate the clock
59111     rates, rather than using a "switch" statement.
59112
59113     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
59114
59115     Signed-off-by: Andy Fleming <afleming@freescale.com>
59116
59117 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
59118 Author: Andy Fleming <afleming@freescale.com>
59119 Date:   Mon Apr 23 02:24:28 2007 -0500
59120
59121     Enable 8544 support
59122
59123     * Add support to the Makefile
59124     * Add 8544 configuration support to the tsec driver
59125     * Add 8544 SVR numbers to processor.h
59126
59127     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59128     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59129
59130 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
59131 Author: Andy Fleming <afleming@freescale.com>
59132 Date:   Fri Feb 23 17:12:25 2007 -0600
59133
59134     Support 1G size on 8548
59135
59136     e500v2 and newer cores support 1G page sizes.
59137
59138     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59139     Signed-off-by: Andy Fleming <afleming@freescale.com>
59140
59141 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
59142 Author: Andy Fleming <afleming@freescale.com>
59143 Date:   Fri Feb 23 17:11:16 2007 -0600
59144
59145     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
59146
59147     The other pagesz constants use one letter to specify order of
59148     magnitude.  Also change the one reference to it in mpc8548cds/init.S
59149
59150     Signed-off-by: Andy Fleming <afleming@freescale.com>
59151
59152 commit 1f9a318cea14272edd10d63739e2d326c90f430e
59153 Author: Andy Fleming <afleming@freescale.com>
59154 Date:   Fri Feb 23 16:28:46 2007 -0600
59155
59156     Only set ddrioovcr for 8548 rev1.
59157
59158     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59159     Signed-off-by: Andy Fleming <afleming@freescale.com>
59160
59161 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
59162 Author: Andy Fleming <afleming@freescale.com>
59163 Date:   Sat Feb 24 01:16:45 2007 -0600
59164
59165     Tweak DDR ECC error counter
59166
59167     Enable single-bit error counter when memory was cleared by ddr controller.
59168
59169     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59170     Signed-off-by: Andy Fleming <afleming@freescale.com>
59171
59172 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
59173 Author: Timur Tabi <timur@freescale.com>
59174 Date:   Mon Feb 12 13:34:55 2007 -0600
59175
59176     85xx: write MAC address to mac-address and local-mac-address
59177
59178     Some device trees have a mac-address property, some have local-mac-address,
59179     and some have both.  To support all of these device trees, ftp_cpu_setup()
59180     should write the MAC address to mac-address and local-mac-address, if they
59181     exist.
59182
59183     Signed-off-by: Timur Tabi <timur@freescale.com>
59184
59185 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
59186 Author: Andy Fleming <afleming@freescale.com>
59187 Date:   Mon Apr 23 01:44:44 2007 -0500
59188
59189     Some 85xx cpu cleanups
59190
59191     * Cleaned up the TSR[WIS] clearing
59192     * Cleaned up DMA initialization
59193
59194     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59195     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59196     Acked-by: Andy Fleming <afleming@freescale.com>
59197
59198 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
59199 Author: Andy Fleming <afleming@freescale.com>
59200 Date:   Mon Apr 23 01:32:22 2007 -0500
59201
59202     Add cpu support for the 8544
59203
59204     Recognize new SVR values, and add a few register definitions
59205
59206     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59208     Acked-by: Andy Fleming <afleming@freescale.com>
59209
59210 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
59211 Author: Jon Loeliger <jdl@freescale.com>
59212 Date:   Wed Apr 11 16:51:02 2007 -0500
59213
59214     Add MPC8544DS basic port board files.
59215
59216     Add board port under new board/freescale directory
59217     structure and reuse existing PIXIS FPGA support there.
59218
59219     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59220     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59221
59222 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
59223 Author: Jon Loeliger <jdl@freescale.com>
59224 Date:   Wed Apr 11 16:50:57 2007 -0500
59225
59226     Add MPC8544DS main configuration file.
59227
59228     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59229     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59230
59231 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
59232 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
59233 Date:   Wed Dec 27 22:07:15 2006 +0300
59234
59235     Fix PCI I/O space mapping on Freescale MPC85x0ADS
59236
59237     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
59238     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
59239     describing the local address window used for the PCI I/O space accesses -- fix
59240     this and carry over the necessary changes into the MPC8560ADS code since the
59241     PCI I/O space mapping was also broken for this board (by the earlier commit
59242     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
59243     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
59244
59245     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
59246
59247      board/mpc8540ads/init.S      |    4 ++--
59248      board/mpc8560ads/init.S      |    4 ++--
59249      include/configs/MPC8540ADS.h |    5 ++---
59250      include/configs/MPC8541CDS.h |    2 +-
59251      include/configs/MPC8548CDS.h |    2 +-
59252      include/configs/MPC8560ADS.h |    8 ++++----
59253      6 files changed, 12 insertions(+), 13 deletions(-)
59254
59255 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
59256 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
59257 Date:   Tue Dec 5 16:42:30 2006 +0800
59258
59259     u-boot: Fix e500 v2 core reset bug
59260
59261     The following patch fixes the e500 v2 core reset bug.
59262     For e500 v2 core, a new reset control register is added to reset the
59263     processor.
59264
59265     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59266
59267 commit 63247a5acd58032e6cf33f525bc3923b467bac88
59268 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
59269 Date:   Wed Dec 20 11:01:00 2006 +0800
59270
59271     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
59272
59273     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
59274     entry number to control the loop.  This can reduce the potential risk
59275     for the 85xx processor increasing its TLB adn LAW entry number.
59276
59277     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
59278     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59279
59280 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
59281 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
59282 Date:   Mon Dec 18 17:01:04 2006 +0800
59283
59284     u-boot: Fix the 85xxcds tsec bug
59285
59286     Fix the 85xxcds tsec bug.
59287     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
59288
59289     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59290
59291 commit 7337b237ffc4aaf1b9467024fe472a880d852598
59292 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
59293 Date:   Fri Dec 15 14:43:31 2006 +0800
59294
59295     u-boot: Fix CPU2 errata on MPC8548CDS board
59296
59297     This patch apply workaround of CPU2 errata on MPC8548CDS board.
59298
59299     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
59300
59301 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
59302 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
59303 Date:   Mon Dec 18 16:25:15 2006 +0800
59304
59305     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
59306
59307     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
59308
59309     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
59310
59311 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
59312 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
59313 Date:   Thu Dec 14 14:14:55 2006 +0800
59314
59315     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
59316
59317     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
59318     board.
59319     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
59320
59321 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
59322 Author: Scott Wood <scottwood@freescale.com>
59323 Date:   Mon Apr 16 14:54:15 2007 -0500
59324
59325     mpc83xx: Add MPC8313ERDB support.
59326
59327     Signed-off-by: Scott Wood <scottwood@freescale.com>
59328
59329 commit 49ea3b6eafe606285ae4d5c378026153dde53200
59330 Author: Scott Wood <scottwood@freescale.com>
59331 Date:   Mon Apr 16 14:34:21 2007 -0500
59332
59333     mpc83xx: Add generic PCI setup code.
59334
59335     Board code can now request the generic setup code rather than having to
59336     copy-and-paste it for themselves.  Boards should be converted to use this
59337     once they're tested with it.
59338
59339     Signed-off-by: Scott Wood <scottwood@freescale.com>
59340
59341 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
59342 Author: Scott Wood <scottwood@freescale.com>
59343 Date:   Mon Apr 16 14:34:19 2007 -0500
59344
59345     mpc83xx: Add 831x support to speed.c.
59346
59347     Signed-off-by: Scott Wood <scottwood@freescale.com>
59348
59349 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
59350 Author: Scott Wood <scottwood@freescale.com>
59351 Date:   Mon Apr 16 14:34:18 2007 -0500
59352
59353     mpc83xx: Add 831x support to global_data.h
59354
59355     Signed-off-by: Scott Wood <scottwood@freescale.com>
59356
59357 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
59358 Author: Scott Wood <scottwood@freescale.com>
59359 Date:   Mon Apr 16 14:34:16 2007 -0500
59360
59361     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
59362
59363     Rather than misleadingly define PVR_83xx as the specific type of 83xx
59364     being built for, the PVR of each core revision is defined. checkcpu() now
59365     prints the core that it detects, rather than aborting if it doesn't find
59366     what it thinks it wants.
59367
59368     Signed-off-by: Scott Wood <scottwood@freescale.com>
59369
59370 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
59371 Author: Scott Wood <scottwood@freescale.com>
59372 Date:   Mon Apr 16 14:34:15 2007 -0500
59373
59374     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
59375
59376     Signed-off-by: Scott Wood <scottwood@freescale.com>
59377
59378 commit d87c57b201b4572d16f1b642998faa00c9912b16
59379 Author: Scott Wood <scottwood@freescale.com>
59380 Date:   Mon Apr 16 14:31:55 2007 -0500
59381
59382     mpc83xx: Add register definitions for MPC831x.
59383
59384     Signed-off-by: Scott Wood <scottwood@freescale.com>
59385
59386 commit 7fc4c71a143be8666d70803fb25ae60379c95622
59387 Author: Stefan Roese <sr@denx.de>
59388 Date:   Mon Apr 23 15:39:59 2007 +0200
59389
59390     Fix file mode
59391
59392     Signed-off-by: Stefan Roese <sr@denx.de>
59393
59394 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
59395 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
59396 Date:   Mon Apr 23 15:30:39 2007 +0200
59397
59398     [PATCH] Avoid assigning PCI resources from zero address
59399
59400     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
59401     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
59402     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
59403     sentence about "0" being considered an invalid address) -- so, use a reasonable
59404     starting value of 0x1000 (that's what the most Linux archs are using).
59405
59406     Alternatively, one might have fixed the calls to pci_set_region() individually
59407     (some code even seems to have taken care of this issue) but that would have
59408     been a lot more work. :-)
59409
59410     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
59411     Acked-by: Stefan Roese <sr@denx.de>
59412
59413 commit afb903a2eb9436baa9270ccc0c27082d86497d89
59414 Author: Jeffrey Mann <mannj@embeddedplanet.com>
59415 Date:   Mon Apr 23 14:00:11 2007 +0200
59416
59417     [patch] setenv(...) can delete environmentalvariables
59418
59419     update setenv() function so that entering a NULL value for the
59420     variable's value will delete the environmental variable
59421
59422     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
59423     Acked-by: Stefan Roese <sr@denx.de>
59424
59425 commit 36f104e5caa747d568eff26b369565af57c2ffa6
59426 Author: Mike Frysinger <vapier@gentoo.org>
59427 Date:   Mon Apr 23 13:54:24 2007 +0200
59428
59429     [patch] use unsigned char in smc91111 driver for mac
59430
59431     the v_mac variable in the smc91111 driver is declared as a signed char ...
59432     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
59433     because when it gets printed out, you get a display like:
59434     0xFFFFFFE0 and that's no good
59435
59436     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59437
59438 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
59439 Author: Rodolfo Giometti <giometti@enneenne.com>
59440 Date:   Mon Apr 23 13:10:52 2007 +0200
59441
59442     USB: (Another) delay for crappy USB keys.
59443
59444     Some USB keys are slow in giving back an answer when the Root HUB
59445     enables power lines.
59446
59447     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
59448
59449 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
59450 Author: Stefan Roese <sr@denx.de>
59451 Date:   Mon Apr 23 12:00:22 2007 +0200
59452
59453     Remove BOARDLIBS usage completely
59454
59455     Signed-off-by: Stefan Roese <sr@denx.de>
59456
59457 commit 32556443840f127170e4baa8bdd5b567039f6c36
59458 Author: Michal Simek <monstr@monstr.eu>
59459 Date:   Sat Apr 21 21:07:22 2007 +0200
59460
59461     [PATCH] SystemACE support for Microblaze
59462
59463 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
59464 Author: Michal Simek <monstr@monstr.eu>
59465 Date:   Sat Apr 21 21:02:40 2007 +0200
59466
59467     16bit read/write little endian
59468
59469 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
59470 Author: Michal Simek <monstr@monstr.eu>
59471 Date:   Sat Apr 21 20:53:31 2007 +0200
59472
59473     Change ML401 parameters - Xilinx BSP
59474
59475 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
59476 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59477 Date:   Wed Feb 28 05:37:29 2007 -0600
59478
59479     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
59480
59481     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59482
59483 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
59484 Author: Zhang Wei <wei.zhang@freescale.com>
59485 Date:   Fri Jan 19 10:42:37 2007 +0800
59486
59487     Enable LAWs for MPC8641 PCI-Ex2.
59488
59489     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
59490     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59491
59492 commit bd7851ce1e1f140665b520026abf1042968b1102
59493 Author: Jon Loeliger <jdl@freescale.com>
59494 Date:   Fri Apr 20 14:12:26 2007 -0500
59495
59496     mpc86xx; Write MAC address to mac-address and local-mac-address
59497
59498     Some device trees have a mac-address property, some have local-mac-address,
59499     and some have both.  To support all of these device trees, ftp_cpu_setup()
59500     should write the MAC address to mac-address and local-mac-address, if they
59501     exist.
59502
59503     Signed-off-by: Timur Tabi <timur@freescale.com>
59504     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59505
59506 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
59507 Author: Jon Loeliger <jdl@freescale.com>
59508 Date:   Fri Apr 20 14:11:38 2007 -0500
59509
59510     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
59511
59512     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59514
59515 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
59516 Author: Wolfgang Denk <wd@denx.de>
59517 Date:   Fri Apr 20 17:43:28 2007 +0200
59518
59519     Cleanup compiler warnings, update CHANGELOG
59520
59521     Signed-off-by: Wolfgang Denk <wd@denx.de>
59522
59523 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
59524 Author: Detlev Zundel <dzu@denx.de>
59525 Date:   Fri Apr 20 12:01:47 2007 +0200
59526
59527     Fix breakage of NC650 board with respect to nand support.
59528
59529     Signed-off-by: Detlev Zundel <dzu@denx.de>
59530
59531 commit 39f23cd90947639ac278a18ff277ec786b5ac167
59532 Author: Domen Puncer <domen.puncer@telargo.com>
59533 Date:   Fri Apr 20 11:13:16 2007 +0200
59534
59535     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
59536
59537     G2 core reference manual says decrementer and time base
59538     are decreasing/increasing once every 4 bus clock cycles.
59539     Lets fix it, so time in Linux won't run twice as fast
59540
59541     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
59542     Acked-by: Grant Likely <grant.likely@secretlab.ca>
59543
59544 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
59545 Author: Gerald Van Baren <vanbaren@cideas.com>
59546 Date:   Thu Apr 19 23:14:39 2007 -0400
59547
59548     Fix serious pointer bug with bootm and reserve map.
59549
59550     What was suppose to be a stack variable was declared as a pointer,
59551       overwriting random memory.
59552     Also moved the libfdt.a requirement into the main Makefile.  That is
59553       The U-Boot Way.
59554
59555 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
59556 Author: Stefan Roese <sr@denx.de>
59557 Date:   Thu Apr 19 09:53:52 2007 +0200
59558
59559     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
59560
59561     Previous versions used full wait states for the chip select #1 which
59562     is connected to the Xilinix SystemACE controller on the AMCC Katmai
59563     evaluation board. This leads to really slow access and therefore low
59564     performance. This patch now sets up the chip select a lot faster
59565     resulting in much better read/write performance of the Linux driver.
59566
59567     Signed-off-by: Stefan Roese <sr@denx.de>
59568
59569 commit 37837828d89084879bee2f2b8c7c68d4695940df
59570 Author: Wolfgang Denk <wd@denx.de>
59571 Date:   Wed Apr 18 17:49:29 2007 +0200
59572
59573     Clenaup, update CHANGELOG
59574
59575     Signed-off-by: Wolfgang Denk <wd@denx.de>
59576
59577 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
59578 Author: Wolfgang Denk <wd@denx.de>
59579 Date:   Wed Apr 18 17:20:58 2007 +0200
59580
59581     Update CHANGELOG
59582
59583     Signed-off-by: Wolfgang Denk <wd@denx.de>
59584
59585 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
59586 Author: Wolfgang Denk <wd@denx.de>
59587 Date:   Wed Apr 18 17:07:26 2007 +0200
59588
59589     Cleanup, update CHANGELOG
59590
59591     Sigend-off-by: Wolfgang Denk <wd@denx.de>
59592
59593 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
59594 Author: Wolfgang Denk <wd@denx.de>
59595 Date:   Wed Apr 18 16:17:46 2007 +0200
59596
59597     Update CHANGELOG
59598
59599 commit ad4eb555671d97f96dc56eab55103b1f86874b01
59600 Author: Wolfgang Denk <wd@denx.de>
59601 Date:   Wed Apr 18 14:30:39 2007 +0200
59602
59603     MCC200 board: remove warning which is obsolete after PSoC firmware changes
59604
59605     Signed-off-by: Wolfgang Denk <wd@denx.de>
59606
59607 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
59608 Author: Domen Puncer <domen.puncer@telargo.com>
59609 Date:   Wed Apr 18 12:11:05 2007 +0200
59610
59611     [PATCH] icecube/lite5200b: document wakeup from low-power support
59612
59613     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
59614
59615 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
59616 Author: Stefan Roese <sr@denx.de>
59617 Date:   Wed Apr 18 12:07:47 2007 +0200
59618
59619     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
59620
59621     Signed-off-by: Stefan Roese <sr@denx.de>
59622
59623 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
59624 Author: Stefan Roese <sr@denx.de>
59625 Date:   Wed Apr 18 12:05:59 2007 +0200
59626
59627     ppc4xx: Add output for bootrom location to 405EZ ports
59628
59629     Now 405EZ ports also show upon bootup from which boot device
59630     they are configured to boot:
59631
59632     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
59633
59634     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
59635            Bootstrap Option E - Boot ROM Location EBC (32 bits)
59636            16 kB I-Cache 16 kB D-Cache
59637     Board: Acadia - AMCC PPC405EZ Evaluation Board
59638
59639     Signed-off-by: Stefan Roese <sr@denx.de>
59640
59641 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
59642 Author: Peter Pearse <peter.pearse@arm.com>
59643 Date:   Tue Apr 17 13:30:33 2007 +0100
59644
59645     Move ppearse to ARM board list
59646     Add Konstantin Kletschke for scb9328.
59647     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
59648
59649 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
59650 Author: Domen Puncer <domen.puncer@telargo.com>
59651 Date:   Mon Apr 16 14:00:13 2007 +0200
59652
59653     [PATCH] icecube/lite5200b: wakeup from low-power support
59654
59655     U-Boot part of Lite5200b low power mode support.
59656     Puts SDRAM out of self-refresh and transfers control to
59657     address saved at physical 0x0.
59658
59659     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
59660     Acked-by: Grant Likely <grant.likely@secretlab.ca>
59661
59662 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
59663 Author: Gerald Van Baren <vanbaren@cideas.com>
59664 Date:   Sun Apr 15 13:54:26 2007 -0400
59665
59666     Fix the ft_cpu_setup() property settings.
59667
59668     Use "setter" functions instead of flags, cleaner and more flexible.
59669     It also fixes the problem noted by Timur Tabi that the ethernet MAC
59670     addresses were all being set incorrectly to the same MAC address.
59671
59672 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
59673 Author: Gerald Van Baren <vanbaren@cideas.com>
59674 Date:   Sat Apr 14 22:51:24 2007 -0400
59675
59676     Improve the bootm command for CONFIG_OF_LIBFDT
59677
59678     In bootm, create the "/chosen" node only if it doesn't already exist
59679       (better matches the previous behavior).
59680     Update for proper reserved memory map handling for initrd.
59681
59682 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
59683 Author: Gerald Van Baren <vanbaren@cideas.com>
59684 Date:   Sat Apr 14 22:46:41 2007 -0400
59685
59686     Add some utilities to manipulate the reserved memory map.
59687
59688 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
59689 Author: Wolfgang Denk <wd@denx.de>
59690 Date:   Sat Apr 14 21:16:54 2007 +0200
59691
59692     Update CHANGELOG
59693
59694 commit 8e6875183cdca91c134408d119d4abcd48ef6856
59695 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59696 Date:   Sun Dec 17 18:56:46 2006 +0100
59697
59698     AVR32: Enable MMC support
59699
59700     Set up the portmux for the MMC interface and enable the MMC driver
59701     along with support for DOS partitions, ext2 and FAT filesystems.
59702
59703     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59704
59705 commit fc26c97bb6df41b4a95662c34054fe912387bf38
59706 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59707 Date:   Fri Jan 20 10:03:53 2006 +0100
59708
59709     Atmel MCI driver
59710
59711     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
59712
59713     The AT91 ARM-based CPUs use basically the same hardware, so it should
59714     be possible to share this driver, but no effort has been made so far.
59715
59716     Hardware documentation can be found in the AT32AP7000 data sheet,
59717     which can be downloaded from
59718
59719     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
59720
59721     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59722
59723 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
59724 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59725 Date:   Sun Dec 17 18:55:37 2006 +0100
59726
59727     AVR32: Add clk and gpio infrastructure for mmci
59728
59729     Implement functions for configuring the mmci pins, as well as
59730     functions for getting the clock rate of the mmci controller.
59731
59732     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59733
59734 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
59735 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59736 Date:   Sun Dec 17 18:53:56 2006 +0100
59737
59738     Enable partition support with MMC
59739
59740     Include implementations of init_part() and get_partition_info() when
59741     CONFIG_MMC is set.
59742
59743     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59744
59745 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
59746 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59747 Date:   Sun Dec 17 17:14:30 2006 +0100
59748
59749     AVR32: Enable networking
59750
59751     Implement MACB initialization for AVR32 and ATSTK1000, and turn
59752     everything on, including the MACB driver.
59753
59754     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59755
59756 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
59757 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59758 Date:   Fri Jan 20 10:03:34 2006 +0100
59759
59760     Atmel MACB ethernet driver
59761
59762     Driver for the Atmel MACB on-chip ethernet controller.
59763
59764     This driver has been tested on the ATSTK1000 board with a AT32AP7000
59765     CPU. It should probably work on AT91SAM926x as well with some minor
59766     modifications.
59767
59768     Hardware documentation can be found in the AT32AP7000 data sheet,
59769     which can be downloaded from
59770
59771     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
59772
59773     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59774
59775 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
59776 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59777 Date:   Sun Dec 17 16:56:14 2006 +0100
59778
59779     AVR32: Add clk and gpio infrastructure for macb0 and macb1
59780
59781     Implement functions for configuring the macb0 and macb1 pins, as
59782     well as functions for getting the clock rate of the various
59783     busses the macb ethernet controllers are connected to.
59784
59785     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59786
59787 commit d5acb95b16a0a74c643524342c3437e765426d05
59788 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59789 Date:   Sun Dec 17 15:39:15 2006 +0100
59790
59791     AVR32: Implement simple DMA memory allocator
59792
59793     Implement dma_alloc_coherent() which returns cache-aligned
59794     uncacheable memory.
59795
59796     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59797
59798 commit 91975b0fea773c9e681fea8cf3349669f27685ee
59799 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59800 Date:   Sun Dec 17 15:46:02 2006 +0100
59801
59802     Import <linux/mii.h> from the Linux kernel
59803
59804     Instead of creating yet another set of MII register definitions
59805     in the macb driver, here's a complete set of definitions for everyone
59806     to use.
59807
59808     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59809
59810 commit 1b804b229556a4d862da93c0ec94e79419364b2c
59811 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59812 Date:   Wed Mar 21 19:47:36 2007 +0100
59813
59814     AVR32: Include more commands for ATSTK1000
59815
59816     Include the imi, imls and jffs commands sets by default on ATSTK1000.
59817     Also define CONFIG_BOOTARGS to something more useful, define
59818     CONFIG_BOOTCOMMAND and enable autoboot by default.
59819
59820     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59821
59822 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
59823 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59824 Date:   Wed Mar 21 19:44:48 2007 +0100
59825
59826     AVR32: Provide a definition of struct stat
59827
59828     Copy the definition of struct stat from the Linux kernel.
59829
59830     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59831
59832 commit 12f099c08167a7a51aeee623bc16dafd0841271c
59833 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59834 Date:   Sun Dec 17 14:46:06 2006 +0100
59835
59836     AVR32: Use initdram() instead of board_init_memories()
59837
59838     Conform to the "standard" interface and use initdram() instead of
59839     board_init_memories() on AVR32. This enables us to get rid of the
59840     sdram_size member of the global_data struct as well.
59841
59842     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59843
59844 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
59845 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59846 Date:   Mon Nov 20 15:53:10 2006 +0100
59847
59848     AVR32: Relocate u-boot to SDRAM
59849
59850     Relocate the u-boot image into SDRAM like everyone else does. This
59851     means that we can handle much larger .data and .bss than we used to.
59852
59853     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59854
59855 commit df548d3c3e2bbc40258713167859ffc2ce99a900
59856 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59857 Date:   Sun Nov 19 18:06:53 2006 +0100
59858
59859     AVR32: Resource management rewrite
59860
59861     Rewrite the resource management code (i.e. I/O memory, clock gating,
59862     gpio) so it doesn't depend on any global state. This is necessary
59863     because this code is heavily used before relocation to RAM, so we
59864     can't write to any global variables.
59865
59866     As an added bonus, this makes u-boot's memory footprint a bit smaller,
59867     although some functionality has been left out; all clocks are enabled
59868     all the time, and there's no checking for gpio line conflicts.
59869
59870     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59871
59872 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
59873 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59874 Date:   Sat Nov 18 18:01:13 2006 +0100
59875
59876     AVR32: Clean up memory-map.h for at32ap7000
59877
59878     Convert spaces to tabs (must have missed this one last time around),
59879     sort the entries by address and group them together by bus
59880     connectivity.
59881
59882     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59883
59884 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
59885 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59886 Date:   Sat Nov 18 17:32:31 2006 +0100
59887
59888     AVR32: Build position-independent u-boot
59889
59890     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
59891     position independent. This will make relocation a lot easier.
59892
59893     -mno-init-got means that gcc shouldn't emit code to load the GOT
59894     address into r6 in every function prologue. We do it once and for
59895     all in the early startup assembly code, so enabling this option
59896     makes u-boot a bit faster and smaller.
59897
59898     The assembly parts have always been position-independent, so no code
59899     changes should be necessary.
59900
59901     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59902
59903 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
59904 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59905 Date:   Sat Nov 18 17:24:31 2006 +0100
59906
59907     AVR32: Use avr32-linux- cross-compilation prefix by default
59908
59909     It doesn't really matter which toolchain you use to compile u-boot,
59910     but the avr32-linux one is probably what most people have installed.
59911
59912     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59913
59914 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
59915 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59916 Date:   Sat Nov 18 17:15:30 2006 +0100
59917
59918     AVR32: Split start_u_boot into board_init_f and board_init_r
59919
59920     Split the avr32 initialization code into a function to run before
59921     relocation, board_init_f and a function to run after relocation,
59922     board_init_r. For now, board_init_f simply calls board_init_r
59923     at the end.
59924
59925     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59926
59927 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
59928 Author: Heiko Schocher <hs@pollux.denx.de>
59929 Date:   Sat Apr 14 05:26:48 2007 +0200
59930
59931     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
59932             clear the Display after reset.
59933
59934     Signed-off-by: Heiko Schocher <hs@denx.de>
59935
59936 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
59937 Author: Denis Peter <d.peter@mpl.ch>
59938 Date:   Fri Apr 13 09:13:33 2007 +0200
59939
59940     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
59941
59942     Fix bug introduced by "Fix get_partition_info() parameter error in all
59943     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
59944     to use diskboot or scsiboot form another device than 0.
59945
59946     Signed-off-by: Denis Peter <d.peter@mpl.ch>
59947
59948 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
59949 Author: Greg Lopp <lopp@pobox.com>
59950 Date:   Fri Apr 13 08:02:24 2007 +0200
59951
59952     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
59953
59954     Signed-of-by: Greg Lopp <lopp@pobox.com>
59955     Acked-by: Grant Likely <grant.likely@secretlab.ca>
59956
59957 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
59958 Author: Xie Xiaobo <r63061@freescale.com>
59959 Date:   Fri Mar 9 19:08:25 2007 +0800
59960
59961     Fix two bugs for MPC83xx DDR2 controller SPD Init
59962
59963     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
59964     the first bug is that the picos_to_clk routine introduces a huge
59965     rounding error in 83xx.
59966     the second bug is that the mode register write recovery field is
59967     tWR-1, not tWR >> 1.
59968
59969 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
59970 Author: Jeffrey Mann <mannj@embeddedplanet.com>
59971 Date:   Thu Apr 12 14:15:59 2007 +0200
59972
59973     ppc4xx: Fix i2c divisor calcularion for PPC4xx
59974
59975     This patch fixes changes the i2c_init(...) function to use the function
59976     get_OPB_freq() rather than calculating the OPB speed by
59977     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
59978     specific per processor. The prior method was not and so was calculating
59979     the wrong speed for some PPC4xx processors.
59980
59981     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
59982     Signed-off-by: Stefan Roese <sr@denx.de>
59983
59984 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
59985 Author: Wolfgang Denk <wd@denx.de>
59986 Date:   Wed Apr 11 17:25:01 2007 +0200
59987
59988     Update CHANGELOG
59989
59990     Signed-off-by: Wolfgang Denk <wd@denx.de>
59991
59992 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
59993 Author: Wolfgang Denk <wd@denx.de>
59994 Date:   Wed Apr 11 17:22:55 2007 +0200
59995
59996     Update for SC3 board
59997
59998     * Make IDE timeout configurable through ide_reset_timeout variable.
59999     * Use Newline as "password" string
60000     * Use just a single partition in NAND flash
60001
60002 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
60003 Author: Haiying Wang <haiying.wang@freescale.com>
60004 Date:   Mon Jan 22 12:37:30 2007 -0600
60005
60006     Add PIXIS FPGA support for MPC8641HPCN board.
60007
60008     Move the 8641HPCN's PIXIS code to the new directory
60009     board/freescale/common/ as it will be shared by
60010     future boards not in the same processor family.
60011
60012     Write a "pixis_reset" command that utilizes the FPGA
60013     reset sequencer to support alternate soft-reset options
60014     such as using the "alternate" flash bank, enabling
60015     the watch dog, or choosing different CPU frequencies.
60016
60017     Add documentation for the pixis_reset to README.mpc8641hpcn.
60018
60019     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
60020     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60021
60022 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
60023 Author: Gerald Van Baren <vanbaren@cideas.com>
60024 Date:   Fri Apr 6 14:19:43 2007 -0400
60025
60026     Moved fdt command support code to fdt_support.c
60027
60028     ...in preparation for improving the bootm command's handling of fdt blobs.
60029     Also cleaned up some coding sloppiness.
60030
60031 commit 6679f9299534e488a171a9bb8f9bb891de247aab
60032 Author: Gerald Van Baren <vanbaren@cideas.com>
60033 Date:   Fri Apr 6 14:17:14 2007 -0400
60034
60035     libfdt: Make fdt_check_header() public
60036
60037     Changed _fdt_check_header() to fdt_check_header() and made it part of
60038     the interface - it is a useful routine.
60039
60040     Also did some asthetics cleanup to the include files (headers).
60041
60042 commit c0707ce65677650b5ceab0500ee50ae5168afef2
60043 Author: Aubrey Li <aubrey.adi@gmail.com>
60044 Date:   Thu Apr 5 18:34:06 2007 +0800
60045
60046     [Blackfin][PATCH] Kill off a bunch of common local prototypes
60047
60048 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
60049 Author: Aubrey Li <aubrey.adi@gmail.com>
60050 Date:   Thu Apr 5 18:33:04 2007 +0800
60051
60052     [Blackfin][PATCH] Fix dynamic CPLB generation issue
60053
60054 commit 0445e3a264251d75b1be45ef713c70726a2952f0
60055 Author: Aubrey Li <aubrey.adi@gmail.com>
60056 Date:   Thu Apr 5 18:31:47 2007 +0800
60057
60058     [Blackfin][PATCH] minior cleanup
60059
60060 commit 155fd766573981090e638b493d5857562151862e
60061 Author: Aubrey Li <aubrey.adi@gmail.com>
60062 Date:   Thu Apr 5 18:31:18 2007 +0800
60063
60064     [Blackfin][PATCH] Fix copyright and update license
60065
60066 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
60067 Author: Aubrey Li <aubrey.adi@gmail.com>
60068 Date:   Thu Apr 5 18:30:25 2007 +0800
60069
60070     [Blackfin][PATCH] Add BF537 EMAC driver initialization
60071
60072 commit 889256e8604e0c68db1d866d720894dffede9df6
60073 Author: Aubrey Li <aubrey.adi@gmail.com>
60074 Date:   Thu Apr 5 18:29:55 2007 +0800
60075
60076     [Blackfin][PATCH] call real the system synchronize instruction
60077
60078 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
60079 Author: Aubrey Li <aubrey.adi@gmail.com>
60080 Date:   Thu Apr 5 18:29:17 2007 +0800
60081
60082     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
60083
60084 commit dfeeab2cd680df047e68e723b246adf6f33bb556
60085 Author: Aubrey Li <aubrey.adi@gmail.com>
60086 Date:   Thu Apr 5 18:28:34 2007 +0800
60087
60088     [Blackfin][PATCH]: fix flash unaligned copy issue
60089
60090 commit 443feb740584e406efa203af909fe2926608e8d5
60091 Author: Igor Marnat <marny@rambler.ru>
60092 Date:   Wed Mar 21 09:55:01 2007 +0300
60093
60094     Update usage of 'nc' in README.NetConsole
60095
60096     Added information about usage of NetConsole on systems where the -l and -p
60097     switches are mutually exclusive.
60098
60099     Signed-off-by: Igor Marnat <marny@rambler.ru>
60100     Signed-off-by: Ben Warren <bwarren@qstreams.com>
60101
60102 commit 31c98a88228021b314c89ebb8104fb6473da4471
60103 Author: Wolfgang Denk <wd@denx.de>
60104 Date:   Wed Apr 4 02:09:30 2007 +0200
60105
60106     Minor coding style cleanup.
60107
60108 commit 94abd7c0583ebe01e799b25f451201deeaab550d
60109 Author: Wolfgang Denk <wd@denx.de>
60110 Date:   Wed Apr 4 01:49:15 2007 +0200
60111
60112     Minor cleanup.
60113
60114 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
60115 Author: Rodolfo Giometti <giometti@enneenne.com>
60116 Date:   Tue Apr 3 14:27:18 2007 +0200
60117
60118     Support for the Philips ISP116x HCD (Host Controller Driver)
60119
60120     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
60121
60122 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
60123 Author: Markus Klotzbuecher <mk@denx.de>
60124 Date:   Tue Apr 3 14:27:08 2007 +0200
60125
60126     USB: cleanup monahans usb support. Remove dead code.
60127
60128     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
60129
60130 commit a65c5768e5537530bd1780af3d3fddc3113a163c
60131 Author: Stefan Roese <sr@denx.de>
60132 Date:   Mon Apr 2 10:09:30 2007 +0200
60133
60134     ppc4xx: Change SysACE address on Katmai
60135
60136     With this new base address of the Xilinx SystemACE controller
60137     the Linux driver will be easier to adapt, since it can now be
60138     mapped via the "normal" ioremap() call.
60139
60140     Signed-off-by: Stefan Roese <sr@denx.de>
60141
60142 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
60143 Author: Gerald Van Baren <vanbaren@cideas.com>
60144 Date:   Sat Mar 31 14:30:53 2007 -0400
60145
60146     Fix some minor whitespace violations.
60147
60148 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
60149 Author: Gerald Van Baren <vanbaren@cideas.com>
60150 Date:   Sat Mar 31 12:23:51 2007 -0400
60151
60152     Add a flattened device tree (fdt) command (2 of 2)
60153
60154     Modifications to the existing code to support the new fdt command.
60155
60156 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
60157 Author: Gerald Van Baren <vanbaren@cideas.com>
60158 Date:   Sat Mar 31 12:22:10 2007 -0400
60159
60160     Add a flattened device tree (fdt) command (1 of 2)
60161
60162     The fdt command uses David Gibson's libfdt library to manipulate as well
60163     as print the flattened device tree.  This patch is the new command,
60164     the second part is the modifications to the existing code.
60165
60166 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
60167 Author: Gerald Van Baren <vanbaren@cideas.com>
60168 Date:   Sat Mar 31 12:13:43 2007 -0400
60169
60170     libfdt: Enhanced and published fdt_next_tag()
60171
60172     Enhanced the formerly private function _fdt_next_tag() to allow stepping
60173       through the tree, used to produce a human-readable dump, and made
60174       it part of the published interface.
60175     Also added some comments.
60176
60177 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
60178 Author: Gerald Van Baren <vanbaren@cideas.com>
60179 Date:   Sat Mar 31 12:05:39 2007 -0400
60180
60181     libfdt: Customizations for use by u-boot.
60182
60183     Changes to David Gibson's original source to fit into u-boot's
60184     environment.  No functionality changes.
60185
60186 commit 35748177c64a4a83a00057e93bb33e40278a2a96
60187 Author: Gerald Van Baren <vanbaren@cideas.com>
60188 Date:   Sat Mar 31 12:00:56 2007 -0400
60189
60190     libfdt: Import libfdt source (2 of 2)
60191
60192     This adds the applicable libfdt source files (unmodified) and a README
60193     to explain where the source came from.
60194
60195 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
60196 Author: Gerald Van Baren <vanbaren@cideas.com>
60197 Date:   Sat Mar 31 11:59:59 2007 -0400
60198
60199     libfdt: Import libfdt source (1 of 2)
60200
60201     This adds the applicable libfdt source files (unmodified) and a README
60202     to explain where the source came from.
60203
60204 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
60205 Author: Stefan Roese <sr@denx.de>
60206 Date:   Sat Mar 31 13:16:23 2007 +0200
60207
60208     ppc4xx: Update Katmai bootstrap command
60209
60210     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
60211     is selected.
60212
60213     Signed-off-by: Stefan Roese <sr@denx.de>
60214
60215 commit cabee756a6532986729477c3cc1ea16ef8517ad2
60216 Author: Stefan Roese <sr@denx.de>
60217 Date:   Sat Mar 31 13:15:06 2007 +0200
60218
60219     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
60220
60221     Additional RAM information is now printed upon powerup, like
60222     DDR2 frequency and CAS latency.
60223
60224     Signed-off-by: Stefan Roese <sr@denx.de>
60225
60226 commit 60723803431ac75cad085690789e433d5ab9174e
60227 Author: Stefan Roese <sr@denx.de>
60228 Date:   Sat Mar 31 08:48:36 2007 +0200
60229
60230     ppc4xx: Change Yucca config file to support ECC
60231
60232     With the updated 44x DDR2 driver the Yucca board now supports
60233     ECC generation and checking.
60234
60235     Signed-off-by: Stefan Roese <sr@denx.de>
60236
60237 commit 490e5730c674b20d708b783a2c5ffd7208f83873
60238 Author: Stefan Roese <sr@denx.de>
60239 Date:   Sat Mar 31 08:47:34 2007 +0200
60240
60241     ppc4xx: Fix "bootstrap" command for Katmai board
60242
60243     The board specific "bootstrap" command is now fixed and can
60244     be used for the AMCC Katmai board to configure different
60245     CPU/PLB/OPB frequencies.
60246
60247     Signed-off-by: Stefan Roese <sr@denx.de>
60248
60249 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
60250 Author: Stefan Roese <sr@denx.de>
60251 Date:   Sat Mar 31 08:46:08 2007 +0200
60252
60253     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
60254
60255     Fix a bug in the auto calibration routine. This driver now runs
60256     more reliable with the tested modules. It's also tested with
60257     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
60258
60259     Signed-off-by: Stefan Roese <sr@denx.de>
60260
60261 commit 342cd097be1e7affe82f42ab3da220959a699e64
60262 Author: Michal Simek <monstr@monstr.eu>
60263 Date:   Fri Mar 30 22:52:09 2007 +0200
60264
60265     [PATCH] Clean include dependence
60266
60267 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
60268 Author: Michal Simek <monstr@monstr.eu>
60269 Date:   Fri Mar 30 22:42:45 2007 +0200
60270
60271     [CLEAN] Remove inefficient Suzaku code
60272
60273 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
60274 Author: Stefan Roese <sr@denx.de>
60275 Date:   Wed Mar 28 15:03:16 2007 +0200
60276
60277     Merge some AMCC make targets to keep the top-level Makefile smaller
60278
60279     Signed-off-by: Stefan Roese <sr@denx.de>
60280
60281 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
60282 Author: Stefan Roese <sr@denx.de>
60283 Date:   Wed Mar 28 14:52:12 2007 +0200
60284
60285     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
60286
60287     The "old" i2c commands (iprobe, imd...) are now compiled in again,
60288     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
60289     config option.
60290
60291     Signed-off-by: Stefan Roese <sr@denx.de>
60292
60293 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
60294 Author: Michal Simek <monstr@monstr.eu>
60295 Date:   Tue Mar 27 00:32:16 2007 +0200
60296
60297     PATCH: Resolve GPL license problem
60298
60299 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
60300 Author: Rodolfo Giometti <giometti@enneenne.com>
60301 Date:   Mon Mar 26 12:03:36 2007 +0200
60302
60303     PXA: pxa27x USB OHCI support
60304
60305     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
60306
60307 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
60308 Author: Markus Klotzbuecher <mk@denx.de>
60309 Date:   Mon Mar 26 11:21:05 2007 +0200
60310
60311     USB: remove the S3C24X0_merge #define, which was introduced while
60312     merging OHCI drivers.
60313
60314     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
60315
60316 commit 1798049522f594013aea29457d46794298c6ae15
60317 Author: Michal Simek <root@monstr.eu>
60318 Date:   Mon Mar 26 01:39:07 2007 +0200
60319
60320     Support for XUPV2P board
60321     Reset support
60322     BSP autoconfig support
60323
60324 commit 0d974d5297349504a2ddfa09314be573b5df320a
60325 Author: Stefan Roese <sr@denx.de>
60326 Date:   Sat Mar 24 15:57:09 2007 +0100
60327
60328     [PATCH] Add 4xx GPIO functions
60329
60330     This patch adds some 4xx GPIO functions. It also moves some of the
60331     common code and defines into a common 4xx GPIO header file.
60332
60333     Signed-off-by: Stefan Roese <sr@denx.de>
60334
60335 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
60336 Author: Stefan Roese <sr@denx.de>
60337 Date:   Sat Mar 24 15:55:58 2007 +0100
60338
60339     [PATCH] Small Sequoia cleanup
60340
60341     Signed-off-by: Stefan Roese <sr@denx.de>
60342
60343 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
60344 Author: Stefan Roese <sr@denx.de>
60345 Date:   Sat Mar 24 15:45:34 2007 +0100
60346
60347     [PATCH] Clean up 40EZ/Acadia support
60348
60349     This patch cleans up all the open issue of the preliminary
60350     Acadia support.
60351
60352     Signed-off-by: Stefan Roese <sr@denx.de>
60353
60354 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
60355 Author: Jon Loeliger <jdl@freescale.com>
60356 Date:   Tue Dec 12 11:02:20 2006 -0600
60357
60358     Fix 8641HPCN problem with ld version 2.16
60359
60360     (Dot outside sections problem).
60361
60362     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
60363
60364     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60365
60366 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
60367 Author: Haiying Wang <haiying.wang@freescale.com>
60368 Date:   Thu Dec 7 10:35:55 2006 -0600
60369
60370     Set Rev 2.x 86xx PIC in mixed mode.
60371
60372     Prevent false interrupt from hanging Linux as MSR[EE] is set
60373     to enable interrupts by changing the PIC out of the default
60374     pass through mode into mixed mode.
60375
60376     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
60377     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60378
60379 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
60380 Author: Jason Jin <jason.jin@freescale.com>
60381 Date:   Thu Dec 7 10:32:35 2006 -0600
60382
60383     Add flash cmd function to 8641HPCN ramboot
60384
60385     Also fixes some commmand for 8641 HPCN ramboot case.
60386
60387     Signed-off-by: Jason Jin <jason.jin@freescale.com>
60388     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60389
60390 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
60391 Author: Ed Swarthout <ed.swarthout@freescale.com>
60392 Date:   Thu Dec 7 10:34:14 2006 -0600
60393
60394     Add support for 8641 Rev 2 silicon.
60395
60396     Without this patch, I am unable to get to the prompt on rev 2 silicon.
60397     Only set ddrioovcr for rev1.
60398
60399     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
60400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60401
60402 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
60403 Author: Wolfgang Denk <wd@denx.de>
60404 Date:   Thu Mar 22 00:13:12 2007 +0100
60405
60406     Code cleanup / re-insert previous Copyright entries.
60407
60408     Signed-off-by: Wolfgang Denk <wd@denx.de>
60409
60410 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
60411 Author: Wolfgang Denk <wd@denx.de>
60412 Date:   Wed Mar 21 23:26:15 2007 +0100
60413
60414     Code cleanup. Update CHANGELOG
60415
60416 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
60417 Author: Stefan Roese <sr@denx.de>
60418 Date:   Wed Mar 21 14:54:29 2007 +0100
60419
60420     ppc4xx: Fix file mode of include/configs/acadia.h
60421
60422     Signed-off-by: Stefan Roese <sr@denx.de>
60423
60424 commit d5f4614c9350d9333e575100fb250aab774d0258
60425 Author: Markus Klotzbuecher <mk@denx.de>
60426 Date:   Wed Mar 21 14:41:46 2007 +0100
60427
60428     SPC1920: fix small clock routing bug
60429
60430     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
60431
60432 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
60433 Author: Stefan Roese <sr@denx.de>
60434 Date:   Wed Mar 21 13:39:57 2007 +0100
60435
60436     [PATCH] Add AMCC Acadia (405EZ) eval board support
60437
60438     This patch adds support for the new AMCC Acadia eval board.
60439
60440     Please note that this Acadia/405EZ support is still in a beta stage.
60441     Still lot's of cleanup needed but we need a preliminary release now.
60442
60443     Signed-off-by: Stefan Roese <sr@denx.de>
60444
60445 commit e01bd218b00af73499331a1a701625a852cd286f
60446 Author: Stefan Roese <sr@denx.de>
60447 Date:   Wed Mar 21 13:38:59 2007 +0100
60448
60449     [PATCH] Add AMCC PPC405EZ support
60450
60451     This patch adds support for the new AMCC 405EZ PPC. It is in
60452     preparation for the AMCC Acadia board support.
60453
60454     Please note that this Acadia/405EZ support is still in a beta stage.
60455     Still lot's of cleanup needed but we need a preliminary release now.
60456
60457     Signed-off-by: Stefan Roese <sr@denx.de>
60458
60459 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
60460 Author: Heiko Schocher <hs@pollux.denx.de>
60461 Date:   Wed Mar 21 08:45:17 2007 +0100
60462
60463     [PATCH] TQM8272: dont change the bits given from the HRCW
60464                      for the SIUMCR and BCR Register.
60465                      Fix the calculation for the EEprom Size
60466
60467     Signed-off-by: Heiko Schocher <hs@denx.de>
60468
60469 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
60470 Author: Aubrey Li <aubrey.adi@gmail.com>
60471 Date:   Tue Mar 20 18:16:24 2007 +0800
60472
60473     [Blackfin][PATCH] Add BF561 EZKIT board support
60474
60475 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
60476 Author: Aubrey Li <aubrey.adi@gmail.com>
60477 Date:   Mon Mar 19 22:55:58 2007 +0800
60478
60479     [Blackfin][PATCH] minor cleanup
60480
60481 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
60482 Author: Wolfgang Denk <wd@denx.de>
60483 Date:   Mon Mar 19 13:10:08 2007 +0100
60484
60485     Remove obsoleted POST files.
60486
60487     Signed-off-by: Wolfgang Denk <wd@denx.de>
60488
60489 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
60490 Author: Aubrey Li <aubrey.adi@gmail.com>
60491 Date:   Mon Mar 19 01:26:11 2007 +0800
60492
60493     [PATCH] Add flash chip M29W320ET/B support
60494
60495 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
60496 Author: Aubrey Li <aubrey.adi@gmail.com>
60497 Date:   Mon Mar 19 01:24:52 2007 +0800
60498
60499     [Blackfin][PATCH] Add BF537 stamp board support
60500
60501 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
60502 Author: Stefan Roese <sr@denx.de>
60503 Date:   Fri Mar 16 21:11:42 2007 +0100
60504
60505     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
60506
60507     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
60508     DDR memory are dynamically programmed matching the total size
60509     of the equipped memory (DIMM modules).
60510
60511     Signed-off-by: Stefan Roese <sr@denx.de>
60512
60513 commit 76d1466f918b881cda2d259254761e73885093c2
60514 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60515 Date:   Tue Mar 13 13:38:05 2007 +0100
60516
60517     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
60518             boards in terms of unification.
60519
60520     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60521
60522 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
60523 Author: Wolfgang Denk <wd@denx.de>
60524 Date:   Tue Mar 13 16:05:55 2007 +0100
60525
60526     Make SC3 board build with 'make O='; use 'addcons' consistently
60527     (SC3 and Jupiter used to use 'addcon' instead).
60528
60529     Signed-off-by: Wolfgang Denk wd@denx.de
60530
60531 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
60532 Author: Heiko Schocher <hs@pollux.denx.de>
60533 Date:   Tue Mar 13 09:40:59 2007 +0100
60534
60535     [PATCH] update board config for jupiter Board:
60536             added Hush Shell,
60537                   CONFIG_CMDLINE_EDITING,
60538                   CFG_ENV_ADDR_REDUND activated
60539
60540     Signed-off-by: Heiko Schocher <hs@denx.de>
60541
60542 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
60543 Author: Aubrey Li <aubrey.adi@gmail.com>
60544 Date:   Mon Mar 12 12:11:55 2007 +0800
60545
60546     [Blackfin][PATCH] minor cleanup
60547
60548 commit bfa5754a58477ac917d21527cd0f079d87cf188e
60549 Author: Aubrey Li <aubrey.adi@gmail.com>
60550 Date:   Mon Mar 12 01:42:06 2007 +0800
60551
60552     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
60553
60554 commit 8440bb14581a294375c34b91b42512f9753d1130
60555 Author: Aubrey Li <aubrey.adi@gmail.com>
60556 Date:   Mon Mar 12 00:25:14 2007 +0800
60557
60558     [Blackfin][PATCH] code cleanup
60559
60560 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
60561 Author: Michal Simek <monstr@monstr.eu>
60562 Date:   Sun Mar 11 13:48:24 2007 +0100
60563
60564     [Microblaze][PATCH] part 2
60565     timer support
60566     interrupt controller support
60567     flash support
60568     ethernet support
60569     cache support
60570     board information support
60571     env support
60572     booting image support
60573
60574     adding support for Xilinx ML401
60575
60576 commit 76316a318de91f6184e7c22a10e02d275ade2441
60577 Author: Michal Simek <monstr@monstr.eu>
60578 Date:   Sun Mar 11 13:42:58 2007 +0100
60579
60580     [Microblaze][PATCH]
60581     timer support
60582     interrupt controller support
60583     flash support
60584     ethernet support
60585     cache support
60586     board information support
60587     env support
60588     booting image support
60589
60590     adding support for Xilinx ML401
60591
60592 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
60593 Author: Aubrey Li <aubrey.adi@gmail.com>
60594 Date:   Sat Mar 10 23:49:29 2007 +0800
60595
60596     [Blackfin][PATCH] code cleanup
60597
60598 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
60599 Author: Aubrey.Li <aubrey.adi@gmail.com>
60600 Date:   Fri Mar 9 13:40:56 2007 +0800
60601
60602     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
60603
60604 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
60605 Author: Aubrey.Li <aubrey.adi@gmail.com>
60606 Date:   Fri Mar 9 13:38:44 2007 +0800
60607
60608     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
60609
60610 commit 992423ab43c2bcf6b704853bd00af77450915e20
60611 Author: Stefan Roese <sr@denx.de>
60612 Date:   Thu Mar 8 23:00:08 2007 +0100
60613
60614     ppc4xx: Fix file mode of sequoia.c
60615
60616     Signed-off-by: Stefan Roese <sr@denx.de>
60617
60618 commit eb92f613556800f7483666db09d9a237ad911d4a
60619 Author: Wolfgang Denk <wd@pollux.denx.de>
60620 Date:   Thu Mar 8 22:52:51 2007 +0100
60621
60622     Minor cleanup.
60623
60624 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
60625 Author: John Otken john@softadvances.com <john@softadvances.com>
60626 Date:   Thu Mar 8 09:39:48 2007 -0600
60627
60628     ppc4xx: Clear Sequoia/Rainier security engine reset bits
60629
60630     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
60631
60632 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
60633 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60634 Date:   Thu Mar 8 16:26:52 2007 +0100
60635
60636     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
60637
60638     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60639
60640 commit d9fc703246840c4b268debf48c334ba55c597dc0
60641 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60642 Date:   Thu Mar 8 16:25:47 2007 +0100
60643
60644     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
60645
60646     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60647
60648 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
60649 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60650 Date:   Thu Mar 8 16:23:11 2007 +0100
60651
60652     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
60653
60654     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60655
60656 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
60657 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60658 Date:   Thu Mar 8 16:20:32 2007 +0100
60659
60660     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
60661
60662     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60663
60664 commit f9fc6a5852a6335840882fa2111925010eea1abe
60665 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60666 Date:   Wed Mar 7 15:32:01 2007 +0100
60667
60668     fixed ethernet phy configuration for plu405 board
60669
60670     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60671
60672 commit 769104c9356594deb2092e204a39c05b33202d6c
60673 Author: Wolfgang Denk <wd@pollux.denx.de>
60674 Date:   Thu Mar 8 21:49:27 2007 +0100
60675
60676     Minor cleanup
60677
60678 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
60679 Author: Stefan Roese <sr@denx.de>
60680 Date:   Thu Mar 8 10:13:16 2007 +0100
60681
60682     [PATCH] Update AMCC Luan 440SP eval board support
60683
60684     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
60685     inititializition. This includes DDR auto calibration and support
60686     for different DIMM modules, instead of the fixed setup used in
60687     the earlier version.
60688
60689     This patch also enables the cache in FLASH for the startup
60690     phase of U-Boot (while running from FLASH). After relocating to
60691     SDRAM the cache is disabled again. This will speed up the boot
60692     process, especially the SDRAM setup, since there are some loops
60693     for memory testing (auto calibration).
60694
60695     Signed-off-by: Stefan Roese <sr@denx.de>
60696
60697 commit 2f5df47351910a2936c7741cf111855829200943
60698 Author: Stefan Roese <sr@denx.de>
60699 Date:   Thu Mar 8 10:10:18 2007 +0100
60700
60701     [PATCH] Update AMCC Yucca 440SPe eval board support
60702
60703     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
60704     inititializition. This includes DDR auto calibration and support
60705     for different DIMM modules, instead of the fixed setup used in
60706     the earlier version.
60707
60708     Signed-off-by: Stefan Roese <sr@denx.de>
60709
60710 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
60711 Author: Stefan Roese <sr@denx.de>
60712 Date:   Thu Mar 8 10:07:18 2007 +0100
60713
60714     ppc4xx: Small AMCC Katmai 440SPe update
60715
60716     Signed-off-by: Stefan Roese <sr@denx.de>
60717
60718 commit df294497479b1dca6dd86318b2a912f72fede0df
60719 Author: Stefan Roese <sr@denx.de>
60720 Date:   Thu Mar 8 10:06:09 2007 +0100
60721
60722     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
60723
60724     Signed-off-by: Stefan Roese <sr@denx.de>
60725
60726 commit 83853178bd36bca6f0f8f1331476620c84a587fc
60727 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60728 Date:   Wed Mar 7 12:14:50 2007 -0600
60729
60730     net - Support ping reply when processing net-loop
60731
60732     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
60733
60734     This permits the ping command to test the phy interface when the phy
60735     is put in loopback mode (typically by setting register 0 bit 14).
60736
60737     It also allows the port to respond to an external ping when u-boot is
60738     processing some other net command (such as tftp).  This is useful when
60739     tftp appears to hang.
60740
60741     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60742     Signed-off-by: Ben Warren <bwarren@qstreams.com>
60743
60744 commit fa1aef15bcd47736687be1af544506e90fba545d
60745 Author: Stefan Roese <sr@denx.de>
60746 Date:   Wed Mar 7 16:43:00 2007 +0100
60747
60748     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
60749
60750     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
60751     DDR memory are dynamically programmed matching the total size
60752     of the equipped memory (DIMM modules).
60753
60754     Signed-off-by: Stefan Roese <sr@denx.de>
60755
60756 commit e2ebe696818939e2b974628be9c921ea3fe9de13
60757 Author: Stefan Roese <sr@denx.de>
60758 Date:   Wed Mar 7 16:39:36 2007 +0100
60759
60760     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
60761
60762     This patch fixes a problem that occurs when 2 DIMM's are
60763     used. This problem was first spotted and fixed by Gerald Jackson
60764     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
60765     problem in a little more clever way.
60766
60767     This patch also adds the nice functionality to dynamically
60768     create the TLB entries for the SDRAM (tlb.c). So we should
60769     never run into such problems with wrong (too short) TLB
60770     initialization again on these platforms.
60771
60772     As this feature is new to the "old" 44x SPD DDR driver, it
60773     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
60774
60775     Signed-off-by: Stefan Roese <sr@denx.de>
60776
60777 commit 39218433983417b9df087976a79e3f80dd5e83d6
60778 Author: Wolfgang Denk <wd@denx.de>
60779 Date:   Wed Mar 7 16:33:44 2007 +0100
60780
60781     UC101: fix compiler warnings
60782
60783 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
60784 Author: Wolfgang Denk <wd@pollux.denx.de>
60785 Date:   Wed Mar 7 16:19:46 2007 +0100
60786
60787     HMI1001: fix build error, cleanup compiler warnings.
60788
60789 commit ad5bb451ade552c44bef9119d907929ebc2c126f
60790 Author: Wolfgang Denk <wd@pollux.denx.de>
60791 Date:   Tue Mar 6 18:08:43 2007 +0100
60792
60793     Restructure POST directory to support of other CPUs, boards, etc.
60794
60795 commit a5284efd125967675b2e9c6ef7b95832268ad360
60796 Author: Wolfgang Denk <wd@pollux.denx.de>
60797 Date:   Tue Mar 6 18:01:47 2007 +0100
60798
60799     Fix HOSTARCH handling.
60800     Patch by Mike Frysinger, Mar 05 2007
60801
60802 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
60803 Author: Stefan Roese <sr@denx.de>
60804 Date:   Tue Mar 6 07:47:04 2007 +0100
60805
60806     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
60807
60808     As provided by the AMCC applications team, this patch optimizes the
60809     DDR2 setup for 166MHz bus speed. The values provided are also save
60810     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
60811     setup has to be adjusted as done in this patch.
60812
60813     For this the NAND booting version had to include the "speed.c" file
60814     from the cpu/ppc4xx directory. With this addition the NAND SPL image
60815     will just fit into the 4kbytes of program space. gcc version 4.x as
60816     provided with ELDK 4.x is needed to generate this optimized code.
60817
60818     Signed-off-by: Stefan Roese <sr@denx.de>
60819
60820 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
60821 Author: Wolfgang Denk <wd@pollux.denx.de>
60822 Date:   Sun Mar 4 01:36:05 2007 +0100
60823
60824     Some code cleanup.
60825
60826 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
60827 Author: Kim Phillips <kim.phillips@freescale.com>
60828 Date:   Wed Feb 28 00:02:04 2007 -0600
60829
60830     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
60831
60832     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
60833
60834 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
60835 Author: Kumar Gala <galak@kernel.crashing.org>
60836 Date:   Tue Feb 27 23:51:42 2007 -0600
60837
60838     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
60839
60840     The config value for:
60841     * CFG_ACR_PIPE_DEP
60842     * CFG_ACR_RPTCNT
60843     * CFG_SPCR_TSEC1EP
60844     * CFG_SPCR_TSEC2EP
60845     * CFG_SCCR_TSEC1CM
60846     * CFG_SCCR_TSEC2CM
60847
60848     Were not being used when setting the appropriate register
60849
60850     Added:
60851     * CFG_SCCR_USBMPHCM
60852     * CFG_SCCR_USBDRCM
60853     * CFG_SCCR_PCICM
60854     * CFG_SCCR_ENCCM
60855
60856     To allow full config of the SCCR.
60857
60858     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
60859     that were just bogus.
60860
60861     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60862
60863 commit d51b3cf371cd441030460ef19d36b2924c361b1a
60864 Author: Kim Phillips <kim.phillips@freescale.com>
60865 Date:   Thu Feb 22 20:06:57 2007 -0600
60866
60867     mpc83xx: update [local-]mac-address properties on UEC based devices
60868
60869     8360 and 832x weren't updating their [local-]mac-address
60870     properties. This patch fixes that.
60871
60872     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60873
60874 commit 61f4f912acbe60776c5e00df1ec94094ce672957
60875 Author: Timur Tabi <timur@freescale.com>
60876 Date:   Tue Feb 13 10:41:42 2007 -0600
60877
60878     mpc83xx: write MAC address to mac-address and local-mac-address
60879
60880     Some device trees have a mac-address property, some have local-mac-address,
60881     and some have both.  To support all of these device trees, this patch
60882     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
60883     This function already updates local-mac-address.
60884
60885     Signed-off-by: Timur Tabi <timur@freescale.com>
60886
60887 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
60888 Author: Kim Phillips <kim.phillips@freescale.com>
60889 Date:   Tue Feb 27 18:41:08 2007 -0600
60890
60891     mpc83xx: add command line editing by default
60892
60893 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
60894 Author: Kim Phillips <kim.phillips@freescale.com>
60895 Date:   Wed Feb 14 19:50:53 2007 -0600
60896
60897     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
60898
60899     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
60900     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
60901
60902     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
60903
60904     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60905     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
60906
60907 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
60908 Author: Xie Xiaobo <r63061@freescale.com>
60909 Date:   Wed Feb 14 18:27:17 2007 +0800
60910
60911     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
60912
60913     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
60914     it pass DDR/DDR2 compliance tests.
60915
60916     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
60917
60918 commit b110f40bd180c6b560276589beedf753e97c46ce
60919 Author: Xie Xiaobo <r63061@freescale.com>
60920 Date:   Wed Feb 14 18:27:06 2007 +0800
60921
60922     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
60923
60924     MPC8360E rev2.0 have new spridr,and PVR value,
60925     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
60926
60927     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
60928
60929 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
60930 Author: Xie Xiaobo <r63061@freescale.com>
60931 Date:   Wed Feb 14 18:26:44 2007 +0800
60932
60933     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
60934
60935     MPC8349E rev3.1 have new spridr,and PVR value,
60936     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
60937
60938     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
60939
60940 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
60941 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
60942 Date:   Wed Jan 31 11:04:19 2007 +0100
60943
60944     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
60945
60946     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
60947     which is used to se if an slave will ACK after receiving its address.
60948
60949     Correct i2c probing to use this method as the old method could upset
60950     a slave as it wrote a data byte to it.
60951
60952     Add a small delay in i2c_init() to let the controller
60953     shutdown any ongoing I2C activity.
60954
60955     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
60956
60957 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
60958 Author: Timur Tabi <timur@freescale.com>
60959 Date:   Wed Jan 31 15:54:29 2007 -0600
60960
60961     mpc83xx: Add support for the MPC8349E-mITX-GP
60962
60963     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
60964     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
60965     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
60966
60967     Signed-off-by: Timur Tabi <timur@freescale.com>
60968
60969 commit fab16807adad350f618024350c6950165c247c72
60970 Author: Timur Tabi <timur@freescale.com>
60971 Date:   Wed Jan 31 15:54:20 2007 -0600
60972
60973     mpc83xx: Delete sdram_init() for MPC8349E-mITX
60974
60975     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
60976     never does anything.  This patch deletes it.
60977
60978     Signed-off-by: Timur Tabi <timur@freescale.com>
60979
60980 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
60981 Author: Dave Liu <daveliu@freescale.com>
60982 Date:   Fri Jan 19 10:43:26 2007 +0800
60983
60984     mpc83xx: Fix the LAW1/3 bug
60985
60986     The patch solves the alignment problem of the local bus access windows to
60987     render accessible the memory bank and PHY registers of UPC 1 (starting at
60988     0xf801 0000). What we actually did was to adjust the sizes of the bus
60989     access windows so that the base address alignment requirement would be met.
60990
60991     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
60992     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
60993     Signed-off-by: Dave Liu <daveliu@freescale.com>
60994
60995 commit 97c4b397dce236a7318b304667bf89e59d08b17c
60996 Author: Kim Phillips <kim.phillips@freescale.com>
60997 Date:   Tue Jan 30 16:15:31 2007 -0600
60998
60999     mpc83xx: don't hang if watchdog configured on 8360, 832x
61000
61001     don't hang if watchdog configured on 8360, 832x
61002
61003     The watchdog programming model is the same across all 83xx devices;
61004     make the code reflect that.
61005
61006 commit b70047478570e371ce7223be342ce98afea0f7d6
61007 Author: Kim Phillips <kim.phillips@freescale.com>
61008 Date:   Tue Jan 30 16:15:21 2007 -0600
61009
61010     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
61011
61012     protect memcpy to bad address if a local-mac-address is missing from dt
61013
61014 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
61015 Author: Kim Phillips <kim.phillips@freescale.com>
61016 Date:   Tue Jan 30 16:15:04 2007 -0600
61017
61018     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
61019
61020     make 8360 default environment fdt be 8360 (not 8349)
61021
61022 commit a28899c910024a0226331df07207b1038c300c93
61023 Author: Emilian Medve <Emilian.Medve@freescale.com>
61024 Date:   Tue Jan 30 16:14:50 2007 -0600
61025
61026     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
61027
61028     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
61029     be used for busy-waiting since it strips the 'volatile' property from
61030     the bd variable. gcc3 was working by pure luck.
61031
61032     This is a follow on patch to "Fix the UEC driver bug of QE"
61033
61034 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
61035 Author: Kumar Gala <galak@kernel.crashing.org>
61036 Date:   Tue Jan 30 14:08:30 2007 -0600
61037
61038     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
61039
61040     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
61041     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
61042     CONFIG_MPC834X so they are more generic.
61043
61044     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61045
61046 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
61047 Author: Kim Phillips <kim.phillips@freescale.com>
61048 Date:   Thu Jan 25 13:40:55 2007 -0600
61049
61050     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
61051
61052 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
61053 Author: Kim Phillips <kim.phillips@freescale.com>
61054 Date:   Wed Jan 24 17:18:37 2007 -0600
61055
61056     mpc83xx: sort Makefile targets
61057
61058     reordered targets alphabetically
61059
61060 commit 91e25769771c1164ed63ffca0add49f934ae3343
61061 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
61062 Date:   Tue Jan 16 11:38:14 2007 -0500
61063
61064     mpc83xx: U-Boot support for Wind River SBC8349
61065
61066     I've redone the SBC8349 support to match git-current, which
61067     incorporates all the MPC834x updates from Freescale since the 1.1.6
61068     release,  including the DDR changes.
61069
61070     I've kept all the SBC8349 files as parallel as possible to the
61071     MPC8349EMDS ones for ease of maintenance and to allow for easy
61072     inspection of what was changed to support this board.  Hence the SBC8349
61073     U-Boot has FDT support and everything else that the MPC8349EMDS has.
61074
61075     Fortunately the Freescale updates added support for boards using CS0,
61076     but I had to change spd_sdram.c to allow for board specific settings for
61077     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
61078     default if the board doesn't specify a value.)
61079
61080     Hopefully this should be mergeable as-is and require no whitespace
61081     cleanups or similar, but if something doesn't measure up then let me
61082     know and I'll fix it.
61083
61084     Thanks,
61085     Paul.
61086
61087 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
61088 Author: Sam Song <samsongshu@yahoo.com.cn>
61089 Date:   Thu Dec 14 19:03:21 2006 +0800
61090
61091     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
61092
61093     A redundant semicolon existed in mpc8349itx.c
61094     should be removed.
61095
61096     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
61097
61098 commit f35f358241c549be3f75cfe2eaa642914275b7ba
61099 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
61100 Date:   Wed Dec 6 21:23:55 2006 -0500
61101
61102     mpc83xx: Put the version (and magic) after the HRCW.
61103
61104     Put the version (and magic) after the HRCW.  This puts it in a fixed
61105     location in flash, not at the start of flash but as close as we can get.
61106
61107     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
61108
61109 commit 48aecd969171a6e99a55fae04933857787f9a5bd
61110 Author: Dave Liu <r63238@freescale.com>
61111 Date:   Thu Dec 7 21:14:51 2006 +0800
61112
61113     mpc83xx: Add the MPC832XEMDS board readme
61114
61115     Add the MPC832XEMDS board readme
61116
61117     Signed-off-by: Dave Liu <daveliu@freescale.com>
61118
61119 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
61120 Author: Dave Liu <r63238@freescale.com>
61121 Date:   Thu Dec 7 21:13:15 2006 +0800
61122
61123     mpc83xx: Add support for the MPC832XEMDS board
61124
61125     This patch supports DUART, ETH3/4 and PCI etc.
61126
61127     Signed-off-by: Dave Liu <daveliu@freescale.com>
61128
61129 commit e080313c32322e15ab5a18eb896a252858c57284
61130 Author: Dave Liu <r63238@freescale.com>
61131 Date:   Thu Dec 7 21:11:58 2006 +0800
61132
61133     mpc83xx: streamline the 83xx immr head file
61134
61135     For better format and style, I streamlined the 83xx head files,
61136     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
61137     duplicated macro definition appear in the both files; 2) the structure
61138     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
61139     macro definition put inside the each structure. So, I cleaned up the
61140     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
61141     moved the macro definition to mpc83xx.h, Just like MPC8260.
61142
61143     CHANGELOG
61144
61145     *streamline the 83xx immr head file
61146
61147     Signed-off-by: Dave Liu <daveliu@freescale.com>
61148
61149 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
61150 Author: Dave Liu <r63238@freescale.com>
61151 Date:   Wed Dec 6 11:38:17 2006 +0800
61152
61153     mpc83xx: Fix the UEC driver bug of QE
61154
61155     The patch prevents the GCC tool chain from striping useful code for
61156     optimization. It will make UEC ethernet driver workable, Otherwise the
61157     UEC will fail in tx when you are using gcc4.x. but the driver can work
61158     when using gcc3.4.3.
61159
61160     CHANGELOG
61161
61162     *Prevent the GCC from striping code for optimization, Otherwise the UEC
61163     will tx failed when you are using gcc4.x.
61164
61165     Signed-off-by: Dave Liu <daveliu@freescale.com>
61166
61167 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
61168 Author: Stefan Roese <sr@denx.de>
61169 Date:   Thu Mar 1 21:11:36 2007 +0100
61170
61171     [PATCH] Update AMCC Katmai 440SPe eval board support
61172
61173     This patch updates the recently added Katmai board support. The biggest
61174     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
61175     driver.
61176
61177     Please note, that still some problems are left with some memory
61178     configurations. See the driver for more details.
61179
61180     Signed-off-by: Stefan Roese <sr@denx.de>
61181
61182 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
61183 Author: Stefan Roese <sr@denx.de>
61184 Date:   Thu Mar 1 07:03:25 2007 +0100
61185
61186     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
61187
61188     Signed-off-by: Stefan Roese <sr@denx.de>
61189
61190 commit ccbc7036648e465697ca298ba51e0e76dda352a0
61191 Author: Wolfgang Denk <wd@pollux.denx.de>
61192 Date:   Wed Feb 28 01:28:53 2007 +0100
61193
61194     SC3: fix typo in default environment
61195
61196 commit e344568b1b46af85ec32d815586f91bc115d6223
61197 Author: Sergei Poselenov <sposelenov@emcraft.com>
61198 Date:   Tue Feb 27 20:15:30 2007 +0300
61199
61200     MCC200: Fixes for update procedure
61201
61202     - fix logic error in image type handling
61203     - make sure file system images (cramfs etc.) get stored in flash
61204       with image header stripped so they can be mounted through MTD
61205
61206 commit 743571145b37182757d4e688a77860b36ee77573
61207 Author: Wolfgang Denk <wd@pollux.denx.de>
61208 Date:   Tue Feb 27 14:26:04 2007 +0100
61209
61210     Minor code cleanup.
61211
61212 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
61213 Author: Sergei Poselenov <sposelenov@emcraft.com>
61214 Date:   Tue Feb 27 12:40:16 2007 +0300
61215
61216     MCC200 update - add LCD Progress Indicator
61217
61218 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
61219 Author: Stefan Roese <sr@denx.de>
61220 Date:   Thu Feb 22 07:43:34 2007 +0100
61221
61222     [PATCH] get_dev() now unconditionally uses manual relocation
61223
61224     Since the relocation fix is not included yet and we're not sure how
61225     it will be added, this patch removes code that required relocation
61226     to be fixed for now.
61227
61228     Signed-off-by: Stefan Roese <sr@denx.de>
61229
61230 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
61231 Author: Stefan Roese <sr@denx.de>
61232 Date:   Thu Feb 22 07:40:23 2007 +0100
61233
61234     [PATCH] Change systemace driver to select 8 & 16bit mode
61235
61236     As suggested by Grant Likely this patch enables the Xilinx SystemACE
61237     driver to select 8 or 16bit mode upon startup.
61238
61239     Signed-off-by: Stefan Roese <sr@denx.de>
61240
61241 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
61242 Author: Haiying Wang <Haiying.Wang@freescale.com>
61243 Date:   Wed Feb 21 16:52:31 2007 +0100
61244
61245     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
61246
61247     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
61248     is fully finished. The sync() is defined in each CPU's io.h file. For
61249     those CPUs which do not need sync for now, a dummy sync() is defined in
61250     their io.h as well.
61251
61252     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
61253
61254 commit da04995c7dc6772013a9a0dc5c767f190c402478
61255 Author: Stefan Roese <sr@denx.de>
61256 Date:   Wed Feb 21 13:44:34 2007 +0100
61257
61258     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
61259
61260     Signed-off-by: Stefan Roese <sr@denx.de>
61261
61262 commit 751bb57107d78978ae08e697c3deba816f5be091
61263 Author: Stefan Roese <sr@denx.de>
61264 Date:   Tue Feb 20 13:21:57 2007 +0100
61265
61266     [PATCH] Fix relocation problem with "new" get_dev() function
61267
61268     This patch enables the "new" get_dev() function for block devices
61269     introduced by Grant Likely to be used on systems that still suffer
61270     from the relocation problems (manual relocation neede because of
61271     problems with linker script).
61272
61273     Hopefully we can resolve this relocation issue soon for all platform
61274     so we don't need this additional code anymore.
61275
61276     Signed-off-by: Stefan Roese <sr@denx.de>
61277
61278 commit d93e2212f962668b3dce091ff5edc33f2347fe37
61279 Author: Stefan Roese <sr@denx.de>
61280 Date:   Tue Feb 20 13:17:42 2007 +0100
61281
61282     [PATCH] Update SystemACE driver for 16bit access
61283
61284     This patch removes some problems when the Xilinx SystemACE driver
61285     is used with 16bit access on an big endian platform (like the
61286     AMCC Katmai).
61287
61288     Signed-off-by: Stefan Roese <sr@denx.de>
61289
61290 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
61291 Author: Stefan Roese <sr@denx.de>
61292 Date:   Tue Feb 20 13:15:40 2007 +0100
61293
61294     [PATCH] Clean up Katmai (440SPe) linker script
61295
61296     Signed-off-by: Stefan Roese <sr@denx.de>
61297
61298 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
61299 Author: Stefan Roese <sr@denx.de>
61300 Date:   Tue Feb 20 10:57:08 2007 +0100
61301
61302     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
61303
61304     Signed-off-by: Stefan Roese <sr@denx.de>
61305
61306 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
61307 Author: Stefan Roese <sr@denx.de>
61308 Date:   Tue Feb 20 10:51:26 2007 +0100
61309
61310     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
61311
61312     This patch switches to the desired I2C bus when the date/dtt
61313     commands are called. This can be configured using the
61314     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
61315
61316     Signed-off-by: Stefan Roese <sr@denx.de>
61317
61318 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
61319 Author: Stefan Roese <sr@denx.de>
61320 Date:   Tue Feb 20 10:43:34 2007 +0100
61321
61322     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
61323
61324     This patch adds support for the DDR2 controller used on the
61325     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
61326     board and works fine with the following DIMM modules:
61327
61328     - Corsair CM2X512-5400C4 (512MByte per DIMM)
61329     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
61330     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
61331
61332     This patch also adds the nice functionality to dynamically
61333     create the TLB entries for the SDRAM (tlb.c). So we should
61334     never run into such problems with wrong (too short) TLB
61335     initialization again on these platforms.
61336
61337     Signed-off-by: Stefan Roese <sr@denx.de>
61338
61339 commit 36d830c9830379045f5daa9f542ac1c990c70068
61340 Author: Stefan Roese <sr@denx.de>
61341 Date:   Tue Feb 20 10:35:42 2007 +0100
61342
61343     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
61344
61345     Since the existing 4xx SPD SDRAM initialization routines for the
61346     405 SDRAM controller and the 440 DDR controller don't have much in
61347     common this patch splits both drivers into different files.
61348
61349     This is in preparation for the 440 DDR2 controller support (440SP/e).
61350
61351     Signed-off-by: Stefan Roese <sr@denx.de>
61352
61353 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
61354 Author: Stefan Roese <sr@denx.de>
61355 Date:   Tue Feb 20 10:27:08 2007 +0100
61356
61357     [PATCH] PPC4xx: Add support for multiple I2C busses
61358
61359     This patch adds support for multiple I2C busses on the PPC4xx
61360     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
61361     to make use of this feature.
61362
61363     It also merges the 405 and 440 i2c header files into one common
61364     file 4xx_i2c.h.
61365
61366     Also the 4xx i2c reset procedure is reworked since I experienced
61367     some problems with the first access on the 440SPe Katmai board.
61368
61369     Signed-off-by: Stefan Roese <sr@denx.de>
61370
61371 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
61372 Author: Grant Likely <grant.likely@secretlab.ca>
61373 Date:   Tue Feb 20 09:05:45 2007 +0100
61374
61375     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
61376
61377     Block device read/write is anonymous data; there is no need to use a
61378     typed pointer.  void * is fine.  Also add a hook for block_read functions
61379
61380     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61381
61382 commit 53758fa20e935cc87eeb0519ed365df753a6f289
61383 Author: Grant Likely <grant.likely@secretlab.ca>
61384 Date:   Tue Feb 20 09:05:38 2007 +0100
61385
61386     [PATCH 8_9] Add block_write hook to block_dev_desc_t
61387
61388     Preparation for future patches which support block device writing
61389
61390     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61391
61392 commit f4852ebe6ca946a509667eb68be42026f837be76
61393 Author: Grant Likely <grant.likely@secretlab.ca>
61394 Date:   Tue Feb 20 09:05:31 2007 +0100
61395
61396     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
61397
61398     Register read/write does not need to be wrapped in a full function.  The
61399     patch replaces them with macros.
61400
61401     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61402
61403 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
61404 Author: Grant Likely <grant.likely@secretlab.ca>
61405 Date:   Tue Feb 20 09:05:23 2007 +0100
61406
61407     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
61408
61409     The code in this file is not a command; it is a device driver.  Put it in
61410     the correct place.  There are zero functional changes in this patch, it
61411     only moves the file.
61412
61413     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61414
61415 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
61416 Author: Grant Likely <grant.likely@secretlab.ca>
61417 Date:   Tue Feb 20 09:05:16 2007 +0100
61418
61419     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
61420
61421     This patch is in preparation of additional changes to the sysace driver.
61422     May as well take this opportunity to fixup the inconsistent whitespace since
61423     this file is about to undergo major changes anyway.
61424
61425     There are zero functional changes in this patch.  It only cleans up the
61426     the whitespace.
61427
61428     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61429
61430 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
61431 Author: Grant Likely <grant.likely@secretlab.ca>
61432 Date:   Tue Feb 20 09:05:07 2007 +0100
61433
61434     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
61435
61436     isprint is already defined in ctype.c
61437
61438     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61439
61440 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
61441 Author: Grant Likely <grant.likely@secretlab.ca>
61442 Date:   Tue Feb 20 09:05:00 2007 +0100
61443
61444     [PATCH 3_9] Move buffer print code from md command to common function
61445
61446     Printing a buffer is a darn useful thing.  Move the buffer print code
61447     into print_buffer() in lib_generic/
61448
61449     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61450
61451 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
61452 Author: Grant Likely <grant.likely@secretlab.ca>
61453 Date:   Tue Feb 20 09:04:52 2007 +0100
61454
61455     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
61456
61457     Change the xilinx device drivers and board code to include config.h
61458     instead of xparameters.h directly.  config.h always includes the
61459     correct xparameters file.  This change reduces the posibility of
61460     including the wrong file when adding a new xilinx board port
61461
61462     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61463
61464 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
61465 Author: Grant Likely <grant.likely@secretlab.ca>
61466 Date:   Tue Feb 20 09:04:34 2007 +0100
61467
61468     [PATCH 1_4] Merge common get_dev() routines for block devices
61469
61470     Each of the filesystem drivers duplicate the get_dev routine.  This change
61471     merges them into a single function in part.c
61472
61473     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61474
61475 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
61476 Author: Wolfgang Denk <wd@pollux.denx.de>
61477 Date:   Mon Feb 19 23:09:51 2007 +0100
61478
61479     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
61480     as root file system images.
61481
61482 commit 489c696ae7211218961d159e43e722d74c36fcbc
61483 Author: Sergei Poselenov <sposelenov@emcraft.com>
61484 Date:   Wed Feb 14 14:30:28 2007 +0300
61485
61486     MCC200: Extensions to Software Update Mechanism
61487
61488     Update / extend Software Update Mechanism for MCC200 board:
61489
61490     - Add support for rootfs image added. The environment variables
61491       "rootfs_st" and "rootfs_nd" can be used to override the default
61492       values of the image start and end.
61493     - Remove excessive key check code.
61494     - Code cleanup.
61495
61496 commit 4be23a12f23f1372634edc3215137b09768b7949
61497 Author: Stefan Roese <sr@denx.de>
61498 Date:   Mon Feb 19 08:23:15 2007 +0100
61499
61500     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
61501
61502     As spotted by Matthias Fuchs, the READY input should not be
61503     enabled for the NOR FLASH on the Sequoia board.
61504
61505     Signed-off-by: Stefan Roese <sr@denx.de>
61506
61507 commit 2605e90bf676d48123afe5719a846d2b52b24aac
61508 Author: Heiko Schocher <hs@pollux.denx.de>
61509 Date:   Fri Feb 16 07:57:42 2007 +0100
61510
61511     [PATCH] Added support for the jupiter board.
61512
61513     Signed-off-by: Heiko Schocher <hs@denx.de>
61514
61515 commit 497d012e5be0194e1084073d0081eb1a844796b2
61516 Author: Gary Jennejohn <garyj@pollux.denx.de>
61517 Date:   Mon Feb 12 13:11:50 2007 +0100
61518
61519     LPC2292: patch from Siemens.
61520
61521 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
61522 Author: Stefan Roese <sr@denx.de>
61523 Date:   Sat Feb 10 08:49:31 2007 +0100
61524
61525     [PATCH] Add missing p3mx.h file to repository (ups)
61526
61527     Signed-off-by: Stefan Roese <sr@denx.de>
61528
61529 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
61530 Author: Bartlomiej Sieka <tur@semihalf.com>
61531 Date:   Fri Feb 9 10:45:42 2007 +0100
61532
61533     [Motion-PRO] Preliminary support for the Motion-PRO board.
61534
61535 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
61536 Author: Stefan Roese <sr@denx.de>
61537 Date:   Wed Feb 7 16:51:08 2007 +0100
61538
61539     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
61540
61541     Some boards that can have more than 768MBytes of SDRAM need to
61542     set "initrd_high", so that the initrd can be accessed by the
61543     Linux kernel.
61544
61545     Signed-off-by: Stefan Roese <sr@denx.de>
61546
61547 commit 7372ca68227930d03cffa548310524cad5b96733
61548 Author: Stefan Roese <sr@denx.de>
61549 Date:   Fri Feb 2 12:44:22 2007 +0100
61550
61551     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
61552
61553     Previously the strapping DCR/SDR was read to determine if the internal PCI
61554     arbiter is enabled or not. This strapping bit can be overridden, so now
61555     the current status is read from the correct DCR/SDR register.
61556
61557     Signed-off-by: Stefan Roese <sr@denx.de>
61558
61559 commit 2aa54f651a42d198673318f07a20c89a43e4d197
61560 Author: Stefan Roese <sr@denx.de>
61561 Date:   Fri Feb 2 12:42:08 2007 +0100
61562
61563     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
61564
61565     Signed-off-by: Stefan Roese <sr@denx.de>
61566
61567 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
61568 Author: Stefan Roese <sr@denx.de>
61569 Date:   Thu Feb 1 13:22:41 2007 +0100
61570
61571     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
61572
61573     When PCI PNP is enabled the pci pnp configuration routine is called
61574     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
61575     problems with some PCI cards. For now disable the PCI PNP configuration.
61576
61577     Signed-off-by: Stefan Roese <sr@denx.de>
61578
61579 commit 2902fadade3be7659467e8d074048c6b7068f5c0
61580 Author: Stefan Roese <sr@denx.de>
61581 Date:   Wed Jan 31 16:56:10 2007 +0100
61582
61583     [PATCH] Update 440EPx/440GRx cpu detection
61584
61585     Signed-off-by: Stefan Roese <sr@denx.de>
61586
61587 commit d5ea287b02a6945c3977410e364a879dd1a555c8
61588 Author: Stefan Roese <sr@denx.de>
61589 Date:   Wed Jan 31 16:38:04 2007 +0100
61590
61591     [PATCH] Update esd cpci5200 files
61592
61593     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
61594
61595 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
61596 Author: Stefan Roese <sr@denx.de>
61597 Date:   Wed Jan 31 16:37:34 2007 +0100
61598
61599     [PATCH] Add support for esd mecp5200 board
61600
61601     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
61602
61603 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
61604 Author: Stefan Roese <sr@denx.de>
61605 Date:   Wed Jan 31 12:38:50 2007 +0100
61606
61607     [PATCH] Remove unneccessary yellowstone board config file
61608
61609     Signed-off-by: Stefan Roese <sr@denx.de>
61610
61611 commit e802594b6fa1b166308820c276b96dc0d7cc731c
61612 Author: Stefan Roese <sr@denx.de>
61613 Date:   Tue Jan 30 17:06:10 2007 +0100
61614
61615     [PATCH] Update Sequoia (440EPx) config file
61616
61617     The config file now handles the 2nd target, the Rainier (440GRx)
61618     evaluation board better. Additionally the PPC input clock was
61619     adjusted to match the correct value of 33.0 MHz.
61620
61621     Signed-off-by: Stefan Roese <sr@denx.de>
61622
61623 commit 700200c67e73b83751418abe7815840dca8fd6cb
61624 Author: Stefan Roese <sr@denx.de>
61625 Date:   Tue Jan 30 17:04:19 2007 +0100
61626
61627     [PATCH] Merge Yosemite & Yellowstone board ports
61628
61629     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
61630     share one config file and all board specific files. This way we
61631     don't have to maintain two different sets of files for nearly
61632     identical boards.
61633
61634     Signed-off-by: Stefan Roese <sr@denx.de>
61635
61636 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
61637 Author: Stefan Roese <sr@denx.de>
61638 Date:   Tue Jan 30 15:01:49 2007 +0100
61639
61640     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
61641
61642     SCPU doesn't use redundant environment in flash.
61643
61644     Signed-off-by: Stefan Roese <sr@denx.de>
61645
61646 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
61647 Author: Stefan Roese <sr@denx.de>
61648 Date:   Tue Jan 30 12:51:07 2007 +0100
61649
61650     [PATCH] alpr: Update alpr board config file
61651
61652     Signed-off-by: Stefan Roese <sr@denx.de>
61653
61654 commit f8db84f132b1e335f20f96138a1f09ed97b08664
61655 Author: Wolfgang Denk <wd@pollux.denx.de>
61656 Date:   Tue Jan 30 00:50:40 2007 +0100
61657
61658     LPC2292 SODIMM port coding style cleanup.
61659
61660 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
61661 Author: Gary Jennejohn <garyj@pollux.denx.de>
61662 Date:   Wed Jan 24 12:16:56 2007 +0100
61663
61664     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
61665
61666 commit 2daf046ba627f85f44195815778140039636244e
61667 Author: Bartlomiej Sieka <tur@semihalf.com>
61668 Date:   Tue Jan 23 17:22:06 2007 +0100
61669
61670     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
61671
61672 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
61673 Author: Bartlomiej Sieka <tur@semihalf.com>
61674 Date:   Tue Jan 23 14:21:14 2007 +0100
61675
61676     [iDMR] Flash driver on initialisation write-protects some sectors,
61677     currently sectors 0-3. Sector 3 does not need to be protected, though
61678     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
61679     fixes this, i.e., only sectors 0-2 are protected.
61680
61681 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
61682 Author: Bartlomiej Sieka <tur@semihalf.com>
61683 Date:   Tue Jan 23 14:11:22 2007 +0100
61684
61685     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
61686     "mii device" results in "Unexpected exception"). Fixing this properly
61687     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
61688     this commit disables MII commads for now.
61689
61690 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
61691 Author: Bartlomiej Sieka <tur@semihalf.com>
61692 Date:   Tue Jan 23 13:25:22 2007 +0100
61693
61694     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
61695     Identification Register (CIR).
61696
61697 commit fdef388758506765d4d6a7155c8f1584c63ff581
61698 Author: roy zang <tie-fei.zang@freescale.com>
61699 Date:   Mon Jan 22 13:19:21 2007 +0800
61700
61701     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
61702     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
61703     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
61704     mpc7448hpc2 board.
61705
61706 commit a4012396645533aef218354eeba754dff0deace8
61707 Author: Wolfgang Denk <wd@pollux.denx.de>
61708 Date:   Fri Jan 19 23:08:39 2007 +0100
61709
61710     Minor code cleanup.
61711
61712 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
61713 Author: Heiko Schocher <hs@pollux.denx.de>
61714 Date:   Fri Jan 19 19:57:10 2007 +0100
61715
61716     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
61717
61718     Signed-off-by: Heiko Schocher <hs@denx.de>
61719
61720 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
61721 Author: Heiko Schocher <hs@pollux.denx.de>
61722 Date:   Fri Jan 19 18:05:26 2007 +0100
61723
61724     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
61725                  if you must swap the bytes between reading/writing.
61726                  (Needed for the SC3 board)
61727
61728     Signed-off-by: Heiko Schocher <hs@denx.de>
61729
61730 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
61731 Author: Stefan Roese <sr@denx.de>
61732 Date:   Thu Jan 18 16:05:47 2007 +0100
61733
61734     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
61735
61736     Signed-off-by: Stefan Roese <sr@denx.de>
61737
61738 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
61739 Author: Stefan Roese <sr@denx.de>
61740 Date:   Thu Jan 18 11:54:52 2007 +0100
61741
61742     [PATCH] Update Prodrive P3Mx support
61743
61744     Signed-off-by: Stefan Roese <sr@denx.de>
61745
61746 commit 34167a36c29ee946b727465db5c014746a08e978
61747 Author: Stefan Roese <sr@denx.de>
61748 Date:   Thu Jan 18 11:48:10 2007 +0100
61749
61750     [PATCH] Add missing Taishan config file
61751
61752     Signed-off-by: Stefan Roese <sr@denx.de>
61753
61754 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
61755 Author: Heiko Schocher <hs@pollux.denx.de>
61756 Date:   Thu Jan 18 11:28:51 2007 +0100
61757
61758     [PATCH] Fix: Compilerwarnings for SC3 board.
61759                  The EBC Configuration Register is now by CFG_EBC_CFG definable
61760                  Added JFFS2 support for the SC3 board.
61761
61762     Signed-off-by: Heiko Schocher <hs@denx.de>
61763
61764 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
61765 Author: Stefan Roese <sr@denx.de>
61766 Date:   Thu Jan 18 10:25:34 2007 +0100
61767
61768     [PATCH] Add support for AMCC Taishan PPC440GX eval board
61769
61770     Signed-off-by: Stefan Roese <sr@denx.de>
61771
61772 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
61773 Author: Wolfgang Denk <wd@pollux.denx.de>
61774 Date:   Tue Jan 16 18:30:50 2007 +0100
61775
61776     Raname solidcard3 into sc3; add redundant env for sc3
61777
61778 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
61779 Author: Wolfgang Denk <wd@pollux.denx.de>
61780 Date:   Tue Jan 16 12:46:35 2007 +0100
61781
61782     Update default environment for Solidcard3
61783
61784 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
61785 Author: Stefan Roese <sr@denx.de>
61786 Date:   Mon Jan 15 09:46:29 2007 +0100
61787
61788     [PATCH] Fix 440SPe rev B detection from previous patch
61789
61790     Signed-off-by: Stefan Roese <sr@denx.de>
61791
61792 commit a443d31410c571ee8f970da819a44d698fdd6b1f
61793 Author: Heiko Schocher <hs@pollux.denx.de>
61794 Date:   Sun Jan 14 13:35:31 2007 +0100
61795
61796         [FIX] correct I2C Writes for the LM81 Sensor.
61797
61798         Signed-off-by: Heiko Schocher <hs@denx.de>
61799
61800 commit 0bba5452835f19a61204edcda3a58112fd8e2208
61801 Author: Wolfgang Denk <wd@pollux.denx.de>
61802 Date:   Sat Jan 13 11:17:10 2007 +0100
61803
61804     Undo commit 3033ebb2: reset command does not take any arguments
61805
61806     Haiying Wang's modification to the reset command was broken, undo it.
61807
61808     Signed-off-by: Wolfgang Denk <wd@denx.de>
61809
61810 commit 95981778cff0038fd9941044d6a3eda810e33258
61811 Author: Stefan Roese <sr@denx.de>
61812 Date:   Sat Jan 13 08:01:03 2007 +0100
61813
61814     [PATCH] Update 440SP(e) cpu revisions
61815
61816     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
61817
61818     Signed-off-by: Stefan Roese <sr@denx.de>
61819
61820 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
61821 Author: Stefan Roese <sr@denx.de>
61822 Date:   Sat Jan 13 07:59:56 2007 +0100
61823
61824     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
61825
61826     Now the board revision and the current PCI bus speed are printed after
61827     the board message.
61828
61829     Also the EBC initialising is now done via defines in the board config
61830     file.
61831
61832     Signed-off-by: Stefan Roese <sr@denx.de>
61833
61834 commit 36adff362c2c0141ff8a810d42a7e478f779130f
61835 Author: Stefan Roese <sr@denx.de>
61836 Date:   Sat Jan 13 07:59:19 2007 +0100
61837
61838     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
61839
61840     Now the board revision and the current PCI bus speed are printed after
61841     the board message.
61842
61843     Also the EBC initialising is now done via defines in the board config
61844     file.
61845
61846     Signed-off-by: Stefan Roese <sr@denx.de>
61847
61848 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
61849 Author: Stefan Roese <sr@denx.de>
61850 Date:   Sat Jan 13 07:57:51 2007 +0100
61851
61852     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
61853
61854     Now the board revision and the current PCI bus speed are printed after
61855     the board message.
61856
61857     Signed-off-by: Stefan Roese <sr@denx.de>
61858
61859 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
61860 Author: Heiko Schocher <hs@pollux.denx.de>
61861 Date:   Thu Jan 11 15:44:44 2007 +0100
61862
61863         Added support for the SOLIDCARD III board from Eurodesign
61864
61865         Signed-off-by: Heiko Schocher <hs@denx.de>
61866
61867 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
61868 Author: Reinhard Thies <Reinhard.Thies@web.de>
61869 Date:   Wed Jan 10 14:41:14 2007 +0100
61870
61871     Adjusted default environment for cam5200 board.
61872
61873 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
61874 Author: Wolfgang Denk <wd@pollux.denx.de>
61875 Date:   Wed Jan 10 15:35:52 2007 +0100
61876
61877     Update CHANGELOG
61878
61879 commit 787fa15860a57833e50bd30555079a9cd4e519b8
61880 Author: Wolfgang Denk <wd@pollux.denx.de>
61881 Date:   Wed Jan 10 01:28:39 2007 +0100
61882
61883     Fix auto_update for MCC200 board.
61884
61885     The invocation of do_auto_update() is moved to the end of the
61886     misc_init_r() function, after the flash mappings have been
61887     initialized. Please find attached a patch that implements that
61888     change.
61889
61890     Also correct the decoding of the keypad status. With this update, the
61891     key that will trigger the update is Column 2, Row 2.
61892
61893 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
61894 Author: Marian Balakowicz <m8@semihalf.com>
61895 Date:   Wed Jan 10 00:26:15 2007 +0100
61896
61897     CAM5200 flash driver modifications:
61898     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
61899     - add second build target 'cam5200_niosflash' which still uses custom driver
61900
61901 commit 67fea022fa957f59653b5238c7496f80a6b70432
61902 Author: Markus Klotzbuecher <mk@denx.de>
61903 Date:   Tue Jan 9 16:02:48 2007 +0100
61904
61905     SPC1920: cleanup memory contoller setup
61906
61907 commit 8fc2102faa23593c80381437c09f7745a14deb40
61908 Author: Markus Klotzbuecher <mk@denx.de>
61909 Date:   Tue Jan 9 14:57:14 2007 +0100
61910
61911     Fix the cpu speed setup to work with all boards.
61912
61913 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
61914 Author: Markus Klotzbuecher <mk@denx.de>
61915 Date:   Tue Jan 9 14:57:13 2007 +0100
61916
61917     SPC1920: add support for the FM18L08 Ramtron FRAM
61918
61919 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
61920 Author: Markus Klotzbuecher <mk@denx.de>
61921 Date:   Tue Jan 9 14:57:13 2007 +0100
61922
61923     SPC1920: update the HPI register addresses to work with the second
61924     generation of hardware
61925
61926 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
61927 Author: Markus Klotzbuecher <mk@creamnet.de>
61928 Date:   Tue Jan 9 14:57:13 2007 +0100
61929
61930     Miscellanious spc1920 related cleanups
61931
61932 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
61933 Author: Markus Klotzbuecher <mk@denx.de>
61934 Date:   Tue Jan 9 14:57:12 2007 +0100
61935
61936     SPC1920 GO/NOGO led should be set to color red in U-Boot
61937
61938 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
61939 Author: Markus Klotzbuecher <mk@creamnet.de>
61940 Date:   Tue Jan 9 14:57:12 2007 +0100
61941
61942     Add support for the DS3231 RTC
61943
61944 commit 8139567b60d678584b05f0718a681f2047c5e14f
61945 Author: Markus Klotzbuecher <mk@creamnet.de>
61946 Date:   Tue Jan 9 14:57:11 2007 +0100
61947
61948     SMC1 uses external CLK4 instead of BRG on spc1920
61949
61950 commit d8d9de1a02fbd880b613d607143d1f57342affc7
61951 Author: Markus Klotzbuecher <mk@creamnet.de>
61952 Date:   Tue Jan 9 14:57:10 2007 +0100
61953
61954     Update the SPC1920 CMB PLD driver
61955
61956 commit 3f34f869162750e5e999fd140f884f5de952bcfe
61957 Author: Markus Klotzbuecher <mk@creamnet.de>
61958 Date:   Tue Jan 9 14:57:10 2007 +0100
61959
61960     Add / enable I2C support on the spc1920 board
61961
61962 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
61963 Author: Markus Klotzbuecher <mk@creamnet.de>
61964 Date:   Tue Jan 9 14:57:10 2007 +0100
61965
61966     Add support for the tms320671x host port interface (HPI)
61967
61968 commit f4eb54529bb3664c3a562e488b460fe075f79d67
61969 Author: Wolfgang Denk <wd@pollux.denx.de>
61970 Date:   Sun Jan 7 00:13:11 2007 +0100
61971
61972     Prepare for release 1.2.0
61973
61974 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
61975 Author: Stefan Roese <sr@denx.de>
61976 Date:   Sat Jan 6 15:58:09 2007 +0100
61977
61978     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
61979
61980     This patch fixes a problem with an incorrect setup for the refresh
61981     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
61982
61983     Signed-off-by: Stefan Roese <sr@denx.de>
61984
61985 commit f16c1da9577f06c5fc08651a4065537407de4635
61986 Author: Stefan Roese <sr@denx.de>
61987 Date:   Sat Jan 6 15:56:13 2007 +0100
61988
61989     [PATCH] Update ALPR board files
61990
61991     This update brings the ALPR board support to the newest version.
61992     It also fixes a problem with the NAND driver.
61993
61994     Signed-off-by: Stefan Roese <sr@denx.de>
61995
61996 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
61997 Author: Stefan Roese <sr@denx.de>
61998 Date:   Fri Jan 5 11:46:05 2007 +0100
61999
62000     [PATCH] nand: Fix problem with oobsize calculation
62001
62002     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
62003
62004     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
62005     returns a 0x15. In the code fragment below bits [1:0] determine the
62006     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
62007     next field is also ANDed with 0x3. However this is a one bit field
62008     as defined in the Hynix and Samsung parts in the 4th ID byte that
62009     determins the oobsize, not a two bit field. It works on Samsung as
62010     bits[3:2] are 01. However for the Hynix there is a 11 in these two
62011     bits, so the oob size gets messed up.
62012
62013     I checked the correct linux code and the suggested fix from Brian is
62014     also available in the linux nand mtd driver.
62015
62016     Signed-off-by: Stefan Roese <sr@denx.de>
62017
62018 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
62019 Author: Stefan Roese <sr@denx.de>
62020 Date:   Fri Jan 5 10:40:36 2007 +0100
62021
62022     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
62023
62024     This fix will make the MAL burst disabling patch for the Linux
62025     EMAC driver obsolete.
62026
62027     Signed-off-by: Stefan Roese <sr@denx.de>
62028
62029 commit 023889838282b6237b401664f22dd22dfba2c066
62030 Author: Stefan Roese <sr@denx.de>
62031 Date:   Fri Jan 5 10:38:05 2007 +0100
62032
62033     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
62034
62035     This code will optimize the DDR2 controller setup on a board specific
62036     basis.
62037
62038     Note: This code doesn't work right now on the NAND booting image for the
62039     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
62040
62041     Signed-off-by: Stefan Roese <sr@denx.de>
62042
62043 commit cce4acbb68398634b8d011ed7bb0d12269c84230
62044 Author: Bartlomiej Sieka <tur@semihalf.com>
62045 Date:   Thu Dec 28 19:08:21 2006 +0100
62046
62047     Few V38B changes:
62048       - fix a typo in V38B config file
62049       - move watchdog initialisation earlier in the boot process
62050       - add "wdt=off" to default kernel command line (disables kernel watchdog)
62051
62052 commit 92eb729bad876725aeea908d2addba0800620840
62053 Author: Wolfgang Denk <wd@pollux.denx.de>
62054 Date:   Wed Dec 27 01:26:13 2006 +0100
62055
62056     Fix bug in adaption of Stefano Babic's CFI driver patch.
62057
62058 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
62059 Author: Wolfgang Denk <wd@pollux.denx.de>
62060 Date:   Sun Dec 24 01:42:57 2006 +0100
62061
62062     Minor code cleanup.
62063
62064 commit d784fdb05900ada3686d5778783e1fb328e9fb66
62065 Author: Stefano Babic <sbabic@denx.de>
62066 Date:   Tue Dec 12 00:22:42 2006 +0100
62067
62068     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
62069
62070 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
62071 Author: Stefan Roese <sr@denx.de>
62072 Date:   Fri Dec 22 14:29:40 2006 +0100
62073
62074     [PATCH] Fix sequoia flash autodetection (finally correct)
62075
62076     Now 32MByte and 64MByte FLASH is know to work and other
62077     configurations should work too.
62078
62079     Signed-off-by: Stefan Roese <sr@denx.de>
62080
62081 commit 82e5236a8b719543643fd26d5827938ab2b94818
62082 Author: Wolfgang Denk <wd@pollux.denx.de>
62083 Date:   Fri Dec 22 10:30:26 2006 +0100
62084
62085     Minor code cleanup; update CHANGELOG.
62086
62087 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
62088 Author: Heiko Schocher <hs@pollux.denx.de>
62089 Date:   Thu Dec 21 17:17:02 2006 +0100
62090
62091     Added support for the TQM8272 board from TQ
62092
62093     Signed-off-by: Heiko Schocher <hs@denx.de>
62094
62095 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
62096 Author: Heiko Schocher <hs@pollux.denx.de>
62097 Date:   Thu Dec 21 16:14:48 2006 +0100
62098
62099     [PATCH] Add support for the UC101 board from MAN.
62100
62101     Signed-off-by: Heiko Schocher <hs@denx.de>
62102
62103 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
62104 Author: Bartlomiej Sieka <tur@semihalf.com>
62105 Date:   Wed Dec 20 00:29:43 2006 +0100
62106
62107     Fix to make the baudrate changes immediate for the MCF52x2 family.
62108
62109 commit daa6e418bcc0c717752e8de939c213c790286096
62110 Author: Bartlomiej Sieka <tur@semihalf.com>
62111 Date:   Wed Dec 20 00:27:32 2006 +0100
62112
62113     Preliminary support for the iDMR board (ColdFire).
62114
62115 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
62116 Author: Andrei Safronov <safronov@pollux.denx.de>
62117 Date:   Fri Dec 8 16:23:08 2006 +0100
62118
62119     automatic update mechanism
62120
62121 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
62122 Author: roy zang <tie-fei.zang@freescale.com>
62123 Date:   Mon Dec 4 17:56:59 2006 +0800
62124
62125     Slight code clean up.
62126     Add comments, delete duplicate define and remove spaces.
62127     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62128
62129 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
62130 Author: roy zang <tie-fei.zang@freescale.com>
62131 Date:   Mon Dec 4 17:54:21 2006 +0800
62132
62133     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
62134     multiplier table can not refect the real PLL clock behavior of these
62135     processors. Please refer to the hardware specification for detailed
62136     information of the corresponding processors.
62137     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62138
62139 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
62140 Author: roy zang <tie-fei.zang@freescale.com>
62141 Date:   Mon Dec 4 14:46:23 2006 +0800
62142
62143     Remove the static MAC address, ip address, server ip, netmask and
62144     gateway ip for network setting.
62145     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62146
62147 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
62148 Author: roy zang <tie-fei.zang@freescale.com>
62149 Date:   Mon Dec 4 14:33:08 2006 +0800
62150
62151     Remove the duplicate memory test code for mpc744ihpc2 board.
62152     If a memory test is needed, please use the functions in
62153     post/memory.c or memtest command.
62154     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62155
62156 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
62157 Author: roy zang <tie-fei.zang@freescale.com>
62158 Date:   Fri Dec 1 19:01:25 2006 +0800
62159
62160     Fix the exception occuring in RAM table search issue.
62161     The original search_one_table() function code can only processes the search
62162     for the exception occurring in FLASH/ROM, because the exception and fixup
62163     table usually locate in FLASH. If the exception address is also in
62164     FLASH, it will be OK.
62165     If the exception occurs in RAM, after the u-boot relocation, a
62166     relocation offset should be added.
62167
62168     clean up the code in cpu/74xx_7xx/cpu.c
62169
62170     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62171
62172 commit ee311214e0d216f904feea269599d0934bf71f23
62173 Author: roy zang <tie-fei.zang@freescale.com>
62174 Date:   Fri Dec 1 11:47:36 2006 +0800
62175
62176     Clean up the code according to codestyle:
62177     (1) remove some C++ comments.
62178     (2) remove trailing white space.
62179     (3) remove trailing empty line.
62180     (4) Indentation by table.
62181     (5) remove {} in one line condition.
62182     (6) add space before '(' in function call.
62183     Remove some weird printf () output.
62184     Add necessary comments.
62185     Modified Makefile to support building in a separate directory.
62186
62187 commit dd520bf314c7add4183c5191692180f576f96b60
62188 Author: Wolfgang Denk <wd@pollux.denx.de>
62189 Date:   Thu Nov 30 18:02:20 2006 +0100
62190
62191     Code cleanup.
62192
62193 commit 8d9a8610b8256331132227e9e6585c6bd5742787
62194 Author: Wolfgang Denk <wd@pollux.denx.de>
62195 Date:   Thu Nov 30 01:54:07 2006 +0100
62196
62197     Code cleanup. Update CHANGELOG.
62198
62199 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
62200 Author: Grant Likely <grant.likely@secretlab.ca>
62201 Date:   Wed Nov 29 16:23:42 2006 +0100
62202
62203     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
62204
62205     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
62206     not the XLB frequency.
62207
62208     This patch depends on the previous patches for MPC52xx device tree support
62209
62210     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62211     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
62212
62213 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
62214 Author: Stefan Roese <sr@denx.de>
62215 Date:   Wed Nov 29 15:42:37 2006 +0100
62216
62217     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
62218
62219     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
62220     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
62221     quite similar and share the same board directory "prodrive/p3mx"
62222     and the same config file "p3mx.h".
62223
62224     Signed-off-by: Stefan Roese <sr@denx.de>
62225
62226 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
62227 Author: Stefan Roese <sr@denx.de>
62228 Date:   Wed Nov 29 12:53:15 2006 +0100
62229
62230     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
62231
62232     In the bootvx command the load address was only read from the env
62233     variable "loadaddr" and not optionally passed as paramter as described
62234     in the help. This is fixed with this patch. The behaviour is now the
62235     same as in the bootelf command.
62236
62237     Signed-off-by: Stefan Roese <sr@denx.de>
62238
62239 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
62240 Author: Stefan Roese <sr@denx.de>
62241 Date:   Wed Nov 29 12:03:57 2006 +0100
62242
62243     [PATCH] include/ppc440.h minor error affecting interrupts
62244
62245     Fixed include/ppc440.c for UIC address Bug
62246
62247     Corrects bug affecting the addresses for the universal interrupt
62248     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
62249
62250     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
62251     Signed-off-by: Stefan Roese <sr@denx.de>
62252
62253 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
62254 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
62255 Date:   Tue Nov 28 16:17:27 2006 -0600
62256
62257     Make fsl-i2c not conflict with SOFT I2C
62258
62259     Signed-off-by: Timur Tabi <timur@freescale.com>
62260
62261 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
62262 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
62263 Date:   Tue Nov 28 16:17:18 2006 -0600
62264
62265     Fix I2C master address initialization.
62266
62267     Signed-off-by: Timur Tabi <timur@freescale.com>
62268
62269 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
62270 Author: Kim Phillips <kim.phillips@freescale.com>
62271 Date:   Tue Nov 28 23:31:19 2006 -0600
62272
62273     Assign maintainers for mpc8349emds and mpc8360emds
62274
62275     Dave for mpc8360emds, and me for mpc8349emds.
62276
62277 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
62278 Author: Kim Phillips <kim.phillips@freescale.com>
62279 Date:   Tue Nov 28 23:28:33 2006 -0600
62280
62281     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
62282
62283     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
62284     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
62285
62286 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
62287 Author: Timur Tabi <timur@freescale.com>
62288 Date:   Tue Nov 28 12:09:35 2006 -0600
62289
62290     mpc83xx: Miscellaneous code style fixes
62291
62292     Implement various code style fixes and similar changes.
62293
62294     Signed-off-by: Timur Tabi <timur@freescale.com>
62295
62296 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
62297 Author: Stefan Roese <sr@denx.de>
62298 Date:   Tue Nov 28 17:55:49 2006 +0100
62299
62300     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
62301
62302     This patch adds the code and configuration necessary to boot with an
62303     arch/powerpc Linux kernel.
62304
62305     Signed-off-by: Grant Likely <grant.likely@gmail.com>
62306     Acked-by: Jon Loeliger <jdl@freescale.com>
62307
62308 commit e732faec95a83cb468b4850ae807c8301dde8f6a
62309 Author: Stefan Roese <sr@denx.de>
62310 Date:   Tue Nov 28 16:09:24 2006 +0100
62311
62312     [PATCH] PPC4xx: 440SP Rev. C detection added
62313
62314     Signed-off-by: Stefan Roese <sr@denx.de>
62315
62316 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
62317 Author: Stefan Roese <sr@denx.de>
62318 Date:   Tue Nov 28 11:04:45 2006 +0100
62319
62320     [PATCH] nand: Fix patch merge problem
62321
62322     Signed-off-by: Stefan Roese <sr@denx.de>
62323
62324 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
62325 Author: Stefan Roese <sr@denx.de>
62326 Date:   Tue Nov 28 11:04:45 2006 +0100
62327
62328     [PATCH] nand: Fix patch merge problem
62329
62330     Signed-off-by: Stefan Roese <sr@denx.de>
62331
62332 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
62333 Author: Wolfgang Denk <wd@pollux.denx.de>
62334 Date:   Mon Nov 27 22:53:53 2006 +0100
62335
62336     Update CHANGELOG
62337
62338 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
62339 Author: Stefan Roese <sr@denx.de>
62340 Date:   Mon Nov 27 17:43:25 2006 +0100
62341
62342     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
62343
62344     Patch below corrects the setting of the zmiifer register, it was
62345     overwritting the register rather than ORing the settings.
62346
62347     Signed-off-by: Neil Wilson <NWilson@airspan.com>
62348     Signed-off-by: Stefan Roese <sr@denx.de>
62349
62350 commit d1a72545296800b7e219f93104ad5836f0003d66
62351 Author: Stefan Roese <sr@denx.de>
62352 Date:   Mon Nov 27 17:34:10 2006 +0100
62353
62354     [PATCH] Select NAND embedded environment from board configuration
62355
62356     The current NAND Bootloader setup forces the environment
62357     variables to be in line with the bootloader. This change
62358     enables the configuration to be made in the board include
62359     file instead so that it can be individually enabled.
62360
62361     Signed-off-by: Nick Spence <nick.spence@freescale.com>
62362     Signed-off-by: Stefan Roese <sr@denx.de>
62363
62364 commit 15784862857c3c2214498defcfed84ff137fb81e
62365 Author: Stefan Roese <sr@denx.de>
62366 Date:   Mon Nov 27 17:22:19 2006 +0100
62367
62368     [PATCH] nand_wait() timeout fixes
62369
62370     Two fixes for the nand_wait() function in
62371     drivers/nand/nand_base.c:
62372
62373     1. Use correct timeouts. The original timeouts in Linux
62374     source are 400ms and 20ms not 40s and 20s
62375
62376     2. Return correct error value in case of timeout. 0 is
62377     interpreted as OK.
62378
62379     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
62380     Signed-off-by: Stefan Roese <sr@denx.de>
62381
62382 commit da5553b095bf04f4f109ad7e565dae3aba47b230
62383 Author: Stefan Roese <sr@denx.de>
62384 Date:   Mon Nov 27 17:04:06 2006 +0100
62385
62386     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
62387
62388     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
62389     arguments to bootm.  It removes the getenv("disable_of") test that used
62390     to be used for this purpose.
62391
62392     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62393     Acked-by: Jon Loeliger <jdl@freescale.com>
62394
62395 commit a9398e018593782c5fa7d0741955fc1256b34c1e
62396 Author: Wolfgang Denk <wd@pollux.denx.de>
62397 Date:   Mon Nov 27 15:32:42 2006 +0100
62398
62399     Minor code cleanup. Update CHANGELOG.
62400
62401 commit 1729b92cde575476684bffe819d0b7791b57bff2
62402 Author: Stefan Roese <sr@denx.de>
62403 Date:   Mon Nov 27 14:52:04 2006 +0100
62404
62405     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
62406
62407     Signed-off-by: Stefan Roese <sr@denx.de>
62408
62409 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
62410 Author: Stefan Roese <sr@denx.de>
62411 Date:   Mon Nov 27 14:49:51 2006 +0100
62412
62413     [PATCH] alpr: remove unused board specific flash driver
62414
62415     Signed-off-by: Stefan Roese <sr@denx.de>
62416
62417 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
62418 Author: Stefan Roese <sr@denx.de>
62419 Date:   Mon Nov 27 14:48:41 2006 +0100
62420
62421     [PATCH] 4xx: Fix problem with board specific reset code
62422
62423     Signed-off-by: Stefan Roese <sr@denx.de>
62424
62425 commit ec0c2ec725aec9524a177a77ce75559e644a931a
62426 Author: Stefan Roese <sr@denx.de>
62427 Date:   Mon Nov 27 14:46:06 2006 +0100
62428
62429     [PATCH] Remove testing 4xx enet PHY setup
62430
62431     Signed-off-by: Stefan Roese <sr@denx.de>
62432
62433 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
62434 Author: Stefan Roese <sr@denx.de>
62435 Date:   Mon Nov 27 14:12:17 2006 +0100
62436
62437     [PATCH] Update Prodrive ALPR board support (440GX)
62438
62439     Signed-off-by: Stefan Roese <sr@denx.de>
62440
62441 commit 58b485776698c3d71ec5a215e392123b4c15afa3
62442 Author: Markus Klotzbuecher <mk@denx.de>
62443 Date:   Mon Nov 27 11:51:21 2006 +0100
62444
62445     Add a small README with information on the generic ohci driver.
62446
62447 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
62448 Author: Markus Klotzbuecher <mk@denx.de>
62449 Date:   Mon Nov 27 11:46:46 2006 +0100
62450
62451     Fix some endianness issues related to the generic ohci driver
62452
62453 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
62454 Author: Markus Klotzbuecher <mk@denx.de>
62455 Date:   Mon Nov 27 11:44:58 2006 +0100
62456
62457     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
62458     to choose between the old and the generic OHCI drivers.
62459
62460 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
62461 Author: Markus Klotzbuecher <mk@denx.de>
62462 Date:   Mon Nov 27 11:43:09 2006 +0100
62463
62464     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
62465     and adapted board configs TQM5200 and yosemite accordingly. This commit
62466     also makes the maximum number of root hub ports configurable
62467     (CFG_USB_OHCI_MAX_ROOT_PORTS).
62468
62469 commit 78d620ebb5871d252270dedfad60c6568993b780
62470 Author: Wolfgang Denk <wd@atlas.denx.de>
62471 Date:   Thu Nov 23 22:58:58 2006 +0100
62472
62473     Updates for TQM5200 modules:
62474     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
62475     - simplify "udate" definitions
62476
62477 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
62478 Author: Stefan Roese <sr@denx.de>
62479 Date:   Wed Nov 22 13:20:50 2006 +0100
62480
62481     [PATCH] PPC4xx start.S: Fix for processor errata
62482
62483     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
62484     errata 1.12: 440_33 by moving patch up in code.
62485
62486     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
62487     Signed-off-by: Stefan Roese <sr@denx.de>
62488
62489 commit 4ef6251403f637841000e0fef9e832aa01339822
62490 Author: Stefan Roese <sr@denx.de>
62491 Date:   Mon Nov 20 20:39:52 2006 +0100
62492
62493     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
62494
62495     Signed-off-by: Stefan Roese <sr@denx.de>
62496
62497 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
62498 Author: Wolfgang Denk <wd@pollux.denx.de>
62499 Date:   Mon Nov 20 10:28:30 2006 +0100
62500
62501     Update CHANGELOG
62502
62503 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
62504 Author: Stefan Roese <sr@denx.de>
62505 Date:   Mon Nov 13 13:55:24 2006 +0100
62506
62507     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
62508
62509        * Adds support for AMD command set Top Boot flash geometry reversal
62510        * Adds support for reading JEDEC Manufacturer ID and Device ID
62511        * Adds support for displaying command set, manufacturer id and
62512          device ids (flinfo)
62513        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
62514        * Removes outdated change history (refer to git log instead)
62515
62516     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
62517     Signed-off-by: Stefan Roese <sr@denx.de>
62518
62519 commit b21b511d4c50408f4853f46f06b601272196223f
62520 Author: Wolfgang Denk <wd@pollux.denx.de>
62521 Date:   Sun Nov 12 21:13:23 2006 +0100
62522
62523     Update CHANGELOG
62524
62525 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
62526 Author: Bartlomiej Sieka <tur@semihalf.com>
62527 Date:   Sat Nov 11 22:48:22 2006 +0100
62528
62529     Disable the watchdog in the default config for the V38B board.
62530
62531 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
62532 Author: Bartlomiej Sieka <tur@semihalf.com>
62533 Date:   Sat Nov 11 22:43:00 2006 +0100
62534
62535     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
62536     group is enabled for USB earlier (in cpu_init_f() instead of
62537     usb_lowlevel_init()).
62538
62539 commit 91650b3e4de688038d4f71279c44858e3e2c6870
62540 Author: Wolfgang Denk <wd@pollux.denx.de>
62541 Date:   Mon Nov 6 17:06:36 2006 +0100
62542
62543     Sequential accesses to non-existent memory must be synchronized,
62544     at least on G2 cores.
62545
62546     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
62547
62548 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
62549 Author: Timur Tabi <timur@freescale.com>
62550 Date:   Fri Nov 3 19:15:00 2006 -0600
62551
62552     mpc83xx: Update 83xx to use fsl_i2c.c
62553
62554     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
62555     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
62556     Added multiple I2C bus support to fsl_i2c.c.
62557
62558     Signed-off-by: Timur Tabi <timur@freescale.com>
62559
62560 commit d239d74b1c937984bc519083a8e7de373a390f06
62561 Author: Timur Tabi <timur@freescale.com>
62562 Date:   Fri Nov 3 12:00:28 2006 -0600
62563
62564     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
62565
62566     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
62567     tree matches the other 8xxx trees.
62568
62569     Signed-off-by: Timur Tabi <timur@freescale.com>
62570
62571 commit f7fb2e703ec9688541416962724adff70a7322cb
62572 Author: Kim Phillips <kim.phillips@freescale.com>
62573 Date:   Thu Nov 2 19:47:11 2006 -0600
62574
62575     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
62576
62577 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
62578 Author: Dave Liu <daveliu@freescale.com>
62579 Date:   Thu Nov 2 18:05:50 2006 -0600
62580
62581     mpc83xx: Fix the incorrect dcbz operation
62582
62583     The 834x rev1.x silicon has one CPU5 errata.
62584
62585     The issue is when the data cache locked with
62586     HID0[DLOCK], the dcbz instruction looks like no-op inst.
62587
62588     The right behavior of the data cache is when the data cache
62589     Locked with HID0[DLOCK], the dcbz instruction allocates
62590     new tags in cache.
62591
62592     The 834x rev3.0 and later and 8360 have not this bug inside.
62593
62594     So, when 834x rev3.0/8360 are working with ECC, the dcbz
62595     instruction will corrupt the stack in cache, the processor will
62596     checkstop reset.
62597
62598     However, the 834x rev1.x can work with ECC with these code,
62599     because the sillicon has this cache bug. The dcbz will not
62600     corrupt the stack in cache.
62601     Really, it is the fault code running on fault sillicon.
62602
62603     This patch fix the incorrect dcbz operation. Instead of
62604     CPU FP writing to initialise the ECC.
62605
62606     CHANGELOG:
62607     * Fix the incorrect dcbz operation instead of CPU FP
62608     writing to initialise the ECC memory. Otherwise, it
62609     will corrupt the stack in cache, The processor will checkstop
62610     reset.
62611
62612     Signed-off-by: Dave Liu <daveliu@freescale.com>
62613
62614 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
62615 Author: Kim Phillips <kim.phillips@freescale.com>
62616 Date:   Wed Nov 1 00:10:40 2006 -0600
62617
62618     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
62619
62620     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
62621     STDOUT_PATH configuration bits to mpc8349emds,
62622     mpc8349itx, and mpc8360emds board code.
62623
62624     redo environment to use bootm with the fdtaddr
62625     for booting ARCH=powerpc kernels by default,
62626     and provide default fdtaddr values.
62627
62628 commit 48041365b3420589ad464ebc7752e0053538b729
62629 Author: Kim Phillips <kim.phillips@freescale.com>
62630 Date:   Wed Nov 1 00:07:25 2006 -0600
62631
62632     mpc83xx: change ft code to modify local-mac-address property
62633
62634     Update 83xx OF code to update local-mac-address properties
62635     for ethernet instead of the obsolete 'address' property.
62636
62637 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
62638 Author: Timur Tabi <timur@freescale.com>
62639 Date:   Tue Oct 31 21:23:16 2006 -0600
62640
62641     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
62642
62643     This patch also adds an improved I2C set_speed(), which handles all clock
62644     frequencies.
62645
62646     Signed-off-by: Timur Tabi <timur@freescale.com>
62647
62648 commit ac4b5622ce050b5ee1e154b98df630d778661632
62649 Author: Dave Liu <daveliu@freescale.com>
62650 Date:   Tue Oct 31 19:54:59 2006 -0600
62651
62652     mpc83xx: add the README.mpc8360emds
62653
62654     add doc/README.mpc8360emds to accompany the new board support
62655
62656 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
62657 Author: Dave Liu <daveliu@freescale.com>
62658 Date:   Fri Nov 3 12:11:15 2006 -0600
62659
62660     mpc83xx: add QE ethernet support
62661
62662     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
62663
62664 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
62665 Author: Dave Liu <daveliu@freescale.com>
62666 Date:   Fri Nov 3 19:33:44 2006 -0600
62667
62668     mpc83xx: Add MPC8360EMDS basic board support
62669
62670     Add support for the Freescale MPC8360EMDS board.
62671     Includes DDR, DUART, Local Bus, PCI.
62672
62673 commit 23892e49352de74f7fac36ff90bb1be143d195e3
62674 Author: Dave Liu <daveliu@freescale.com>
62675 Date:   Tue Oct 31 19:30:40 2006 -0600
62676
62677     mpc83xx: add the QUICC Engine (QE) immap file
62678
62679     common QE immap file.  Also required for 8360.
62680
62681 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
62682 Author: Dave Liu <daveliu@freescale.com>
62683 Date:   Tue Oct 31 19:25:38 2006 -0600
62684
62685     mpc83xx: Add 8360 specifics to 83xx immap
62686
62687     Mainly add QE device dependencies, with appropriate 8360 protection.
62688     Lindent also run.
62689
62690 commit 988833324a7fda482c8ac3ca23eb539f8232e404
62691 Author: Timur Tabi <timur@freescale.com>
62692 Date:   Tue Oct 31 19:14:41 2006 -0600
62693
62694     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
62695
62696     PREREQUISITE PATCHES:
62697
62698     * This patch can only be applied after the following patches have been applied:
62699
62700       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
62701       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
62702
62703     CHANGELOG:
62704
62705     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
62706       the clock for the 2nd USB board (Linux kernel will hang otherwise),
62707       and fix the CONFIG_BOOTARGS macro.
62708
62709     Signed-off-by: Timur Tabi <timur@freescale.com>
62710
62711 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
62712 Author: Timur Tabi <timur@freescale.com>
62713 Date:   Tue Oct 31 18:44:42 2006 -0600
62714
62715     mpc83xx: Add support for the MPC8349E-mITX
62716
62717     PREREQUISITE PATCHES:
62718
62719     * This patch can only be applied after the following patches have been applied:
62720
62721       1) DNX#2006090742000024 "Add support for multiple I2C buses"
62722       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
62723       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
62724       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
62725       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
62726
62727     CHANGELOG:
62728
62729     * Add support for the Freescale MPC8349E-mITX reference design platform.
62730       The second TSEC (Vitesse 7385 switch) is not supported at this time.
62731
62732     Signed-off-by: Timur Tabi <timur@freescale.com>
62733
62734 commit 183da6d9b446cc12123455844ad1187e2375626f
62735 Author: Ben Warren <bwarren@qstreams.com>
62736 Date:   Tue Sep 12 10:15:53 2006 -0400
62737
62738     Additional MPC8349 support for multibus i2c
62739
62740     Hello,
62741
62742     Here is a patch for a file that was accidentally left out of a previous
62743     attempt.
62744
62745     It accompanies the patch with ticket DNX#2006090742000024
62746
62747     CHANGELOG:
62748             Change PCI initialization to use new multi-bus I2C API.
62749
62750     regards,
62751     Ben
62752
62753 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
62754 Author: Ben Warren <bwarren@qstreams.com>
62755 Date:   Thu Sep 7 16:51:04 2006 -0400
62756
62757     Multi-bus I2C implementation of MPC834x
62758
62759     Hello,
62760
62761     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
62762     family and the MPC8349EMDS board in particular.
62763     This patch requires Patch 1 (Add support for multiple I2C buses).
62764     Testing was performed on a 533MHz board.
62765
62766     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
62767
62768     Signed-off-by: Ben Warren <bwarren@qstreams.com>
62769
62770     CHANGELOG:
62771             Implemented driver-level code to support two I2C buses on the
62772     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
62773     are 50kHz, 100kHz and 400kHz on each bus.
62774
62775     regards,
62776     Ben
62777
62778 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
62779 Author: Ben Warren <bwarren@qstreams.com>
62780 Date:   Thu Sep 7 16:50:54 2006 -0400
62781
62782     Add support for multiple I2C buses
62783
62784     Hello,
62785
62786     Attached is a patch providing support for multiple I2C buses at the
62787     command level.  The second part of the patch includes an implementation
62788     for the MPC834x CPU and MPC8349EMDS board.
62789
62790     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
62791
62792     Signed-off-by: Ben Warren <bwarren@qstreams.com>
62793
62794     Overview:
62795
62796     1. Include new 'i2c' command (based on USB implementation) using
62797     CONFIG_I2C_CMD_TREE.
62798
62799     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
62800     the commands to change bus number and speed are only available under the
62801     new 'i2c' command mentioned in the first bullet.
62802
62803     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
62804     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
62805     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
62806
62807     CHANGELOG:
62808             Added new 'i2c' master command for all I2C interaction.  This is
62809     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
62810     setting I2C bus speed as well as changing the active bus if the board
62811     has more than one (conditionally compiled with
62812     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
62813     Updated README.
62814
62815     regards,
62816     Ben
62817
62818 commit bed85caf872714ebf53013967a695c9d63acfc68
62819 Author: Timur Tabi <timur@freescale.com>
62820 Date:   Tue Oct 31 18:13:36 2006 -0600
62821
62822     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
62823
62824     CHANGELOG:
62825
62826     * Errata DDR6, which affects all current MPC 834x processors, lists changes
62827       required to maintain compatibility with various types of DDR memory.  This
62828       patch implements those changes.
62829
62830     Signed-off-by: Timur Tabi <timur@freescale.com>
62831
62832 commit afd6e470f639883002c7c59d562690a5cb0f4865
62833 Author: Timur Tabi <timur@freescale.com>
62834 Date:   Wed Oct 25 18:45:23 2006 -0500
62835
62836     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
62837
62838 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
62839 Author: Timur Tabi <timur@freescale.com>
62840 Date:   Tue Aug 22 17:07:00 2006 -0500
62841
62842     mpc83xx: Add support for variable flash memory sizes on 83xx systems
62843
62844     CHANGELOG:
62845
62846     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
62847        window registers, instead of using a hard-coded value of 8MB.
62848
62849     Signed-off-by: Timur Tabi <timur@freescale.com>
62850
62851 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
62852 Author: Tanya Jiang <tanya.jiang@freescale.com>
62853 Date:   Thu Aug 3 18:38:13 2006 +0800
62854
62855     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
62856
62857     Unified TQM834x variable names with 83xx and consolidated macro
62858     in preparation for the 8360 and other upcoming 83xx devices.
62859
62860     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
62861
62862 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
62863 Author: Dave Liu <daveliu@freescale.com>
62864 Date:   Wed Oct 25 14:41:21 2006 -0500
62865
62866     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
62867
62868     Incorporated the common unified variable names and the changes in preparation
62869     for releasing mpc8360 patches.
62870
62871     Signed-off-by: Dave Liu <daveliu@freescale.com>
62872
62873 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
62874 Author: Tanya Jiang <tanya.jiang@freescale.com>
62875 Date:   Thu Aug 3 18:36:02 2006 +0800
62876
62877     mpc83xx: Fix missing build for mpc8349emds pci.c
62878
62879     Make pci build for mpc8349emds
62880
62881     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
62882
62883 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
62884 Author: Tanya Jiang <tanya.jiang@freescale.com>
62885 Date:   Thu Aug 3 18:39:49 2006 +0800
62886
62887     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
62888
62889     Removed unused file resetvec.S for mpc83xx cpu
62890
62891     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
62892
62893 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
62894 Author: Nick Spence <Nick.Spence@freescale.com>
62895 Date:   Sat Sep 30 00:32:59 2006 -0700
62896
62897     NAND Flash verify across block boundaries
62898
62899     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
62900     defined
62901     and the write crosses a block boundary. The pointer to the verification
62902     buffer (bufstart) is not being updated to reflect the starting of the
62903     new
62904     block so the verification of the second block fails.
62905
62906     CHANGELOG:
62907
62908     * Fix NAND FLASH page verification across block boundaries
62909
62910 commit f484dc791a3932537213c43c654cc1295c64b84c
62911 Author: Nick Spence <nick.spence@freescale.com>
62912 Date:   Thu Sep 7 07:39:46 2006 -0700
62913
62914     Added RGMII support to the TSECs and Marvell 881111 Phy
62915
62916     Added a phy initialization to adjust the RGMII RX and TX timing
62917     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
62918
62919     Signed-off-by: Nick Spence <nick.spence@freescale.com>
62920
62921 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
62922 Author: roy zang <tie-fei.zang@freescale.com>
62923 Date:   Fri Nov 3 13:10:00 2006 +0800
62924
62925     Remove some unused CFG define.
62926     undef CFG_DRAM_TEST
62927
62928 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
62929 Author: roy zang <tie-fei.zang@freescale.com>
62930 Date:   Fri Nov 3 13:07:36 2006 +0800
62931
62932     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
62933     Both work. 0xFF000000 seems more reasonable.
62934
62935 commit c59200443072353044aa4bf737a5a60f9a9af231
62936 Author: Wolfgang Denk <wd@pollux.denx.de>
62937 Date:   Thu Nov 2 15:15:01 2006 +0100
62938
62939     Release U-Boot 1.1.6
62940
62941 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
62942 Author: roy zang <tie-fei.zang@freescale.com>
62943 Date:   Thu Nov 2 19:14:48 2006 +0800
62944
62945     This patch comes from Yuli's posted patch on 8/8/2006
62946     titled "CFI Driver Little-Endian write Issue".
62947
62948     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
62949
62950     If that patch applied, please discard this one.
62951     Until now , I do not see his patch is applied. So please apply this one.
62952
62953     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
62954     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62955
62956 commit b825f158e449e1e9cf74c08e572955e122394c96
62957 Author: roy zang <tie-fei.zang@freescale.com>
62958 Date:   Thu Nov 2 19:12:31 2006 +0800
62959
62960     Tsi108 on chip i2c support.
62961
62962     The i2c  Interface provides a master-only, serial interface that can be
62963     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
62964     device reset.
62965
62966     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
62967     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62968
62969 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
62970 Author: roy zang <tie-fei.zang@freescale.com>
62971 Date:   Thu Nov 2 19:11:06 2006 +0800
62972
62973     Tsi108 on chip pci controller support.
62974
62975     If there is no pci card, the tsi108/109 pci configure read will
62976     cause a machine check exception to the processor. PCI error should
62977     also be cleared after the read.
62978
62979     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
62980     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62981
62982 commit d1927cee977126e547ceeba23e4f978f377cfb8f
62983 Author: roy zang <tie-fei.zang@freescale.com>
62984 Date:   Thu Nov 2 19:08:55 2006 +0800
62985
62986     Tundra tsi108 on chip Ethernet controller support.
62987
62988     The following is a brief description of the Ethernet controller:
62989     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
62990     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
62991     to manage the two physical connection devices (PHYs).  Each Ethernet port
62992     has its own statistics monitor that tracks and reports key interface
62993     statistics.  Each port supports a 256-entry hash table for address
62994     filtering.  In addition, each port is bridged to the Switch Fabric
62995     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
62996
62997     Each Ethernet port also has a pair of internal Ethernet DMA channels to
62998     support the transmit and receive data flows.  The Ethernet DMA channels
62999     use descriptors set up in memory, the memory map of the device, and
63000     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
63001     handles arbitration for the Switch Fabric.  The Controller also
63002     has a register businterface for register accesses and status monitor
63003     control.
63004
63005     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
63006     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
63007     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
63008     data flows to and from the Ethernet Controller through the Switch Fabric.
63009
63010     Each Ethernet port uses its transmit and receive DMA channels to manage
63011     data flows through buffer descriptors that are predefined by the
63012     system (the descriptors can exist anywhere in the system memory map).
63013     These descriptors are data structures that point to buffers filled
63014     with data ready to transmit over Ethernet, or they point to empty
63015     buffers ready to receive data from Ethernet.
63016
63017     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63018     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63019
63020 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
63021 Author: roy zang <tie-fei.zang@freescale.com>
63022 Date:   Thu Nov 2 19:01:33 2006 +0800
63023
63024     Tundra tsi108 header file.
63025
63026     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
63027     PowerPC processors that offers numerous system interconnect options for
63028     embedded application designers. The Tsi108 can interconnect 60x or
63029     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
63030     and Flash. Provided the macro define for tsi108 chip.
63031
63032     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63033     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63034
63035 commit 87c4db09699c6b89176b31004afcb83eb1585d47
63036 Author: roy zang <tie-fei.zang@freescale.com>
63037 Date:   Thu Nov 2 18:59:15 2006 +0800
63038
63039     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
63040     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
63041
63042     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63043     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63044
63045 commit 27801b8ab11c61b577e45742a515bb3b23b80241
63046 Author: roy zang <tie-fei.zang@freescale.com>
63047 Date:   Thu Nov 2 18:57:21 2006 +0800
63048
63049     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
63050     Make ,config.mk and link file for the mpc7448hpc2 board.
63051
63052     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63053     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63054
63055 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
63056 Author: roy zang <tie-fei.zang@freescale.com>
63057 Date:   Thu Nov 2 18:55:04 2006 +0800
63058
63059     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
63060     The mpc7448hpc2 board support header file.
63061
63062     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63063     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63064
63065 commit 625bb5ddb50b243f931262ca8c46956409471917
63066 Author: roy zang <tie-fei.zang@freescale.com>
63067 Date:   Thu Nov 2 18:52:21 2006 +0800
63068
63069     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
63070     The mpc7448hpc2 board support low level assemble language init code.
63071
63072     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63073     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63074
63075 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
63076 Author: roy zang <tie-fei.zang@freescale.com>
63077 Date:   Thu Nov 2 18:49:51 2006 +0800
63078
63079     General code modification for mpc7448hpc2 board support.
63080     1. Add 7447A and 7448 processor support.
63081     2. Add the following flags.
63082
63083     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
63084     (such as by switch on board), this flag should be set.
63085
63086     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
63087     relocates to RAM, this flag should be set.
63088
63089     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
63090     system hang in exception, this flag should be set.
63091
63092     There is a design issue for tsi108/109 pci configure  read. When pci scan
63093     the slots, if there is no pci card, the tsi108/9 will cause a machine
63094     check exception for mpc7448 processor.
63095
63096     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
63097     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63098
63099 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
63100 Author: roy zang <tie-fei.zang@freescale.com>
63101 Date:   Thu Nov 2 18:34:47 2006 +0800
63102
63103     Add README file for mpc7448hpc2 board.
63104     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63105
63106 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
63107 Author: Bartlomiej Sieka <tur@semihalf.com>
63108 Date:   Wed Nov 1 02:04:38 2006 +0100
63109
63110     Finish up support for MarelV38B board
63111      - add watchdog support
63112      - enable GPIO_WKUP_7 pin for input
63113      - code cleanup
63114
63115 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
63116 Author: Bartlomiej Sieka <tur@semihalf.com>
63117 Date:   Wed Nov 1 01:45:46 2006 +0100
63118
63119     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
63120           * remove warnings when compiling ethaddr.c
63121           * adjust linker script (fixes a crash resulting from incorrect
63122           definition of __u_boot_cmd_start)
63123     - Some MarelV38B code cleanup.
63124
63125 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
63126 Author: Bartlomiej Sieka <tur@semihalf.com>
63127 Date:   Wed Nov 1 01:38:16 2006 +0100
63128
63129     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
63130       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
63131       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
63132       MPC5XXX_WU_GPIO_DATA_O for affected boards.
63133
63134     - Add defintions for some MPC5XXX GPIO pins.
63135
63136 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
63137 Author: Bartlomiej Sieka <tur@semihalf.com>
63138 Date:   Wed Nov 1 01:34:29 2006 +0100
63139
63140     Changed MarelV38B board make target to lowercase. Config file cleanup.
63141
63142 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
63143 Author: Wolfgang Denk <wd@pollux.denx.de>
63144 Date:   Sun Oct 29 01:03:51 2006 +0200
63145
63146     Automatically adjust ARFLAGS so "make -s" is really silent.
63147
63148 commit fae684e89844856383bdf101440889557df3e6b1
63149 Author: Stefan Roese <sr@denx.de>
63150 Date:   Sat Oct 28 16:45:00 2006 +0200
63151
63152     [PATCH] omap925.c: Remove unused functions
63153
63154     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
63155     Signed-off-by: Stefan Roese <sr@denx.de>
63156
63157 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
63158 Author: Stefan Roese <sr@denx.de>
63159 Date:   Sat Oct 28 17:12:58 2006 +0200
63160
63161     [PATCH] Add some missing machtypes for netstar & voiceblue boards
63162
63163     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
63164     numbers in code.
63165
63166     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
63167     Signed-off-by: Stefan Roese <sr@denx.de>
63168
63169 commit 856f054410cef52d868feb330168b2a4c4091328
63170 Author: Stefan Roese <sr@denx.de>
63171 Date:   Sat Oct 28 15:55:52 2006 +0200
63172
63173     [PATCH] NAND: Partition name support added to NAND subsystem
63174
63175     chpart, nboot and NAND subsystem related commands now accept also partition
63176     name to specify offset.
63177
63178     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
63179     Signed-off-by: Stefan Roese <sr@denx.de>
63180
63181 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
63182 Author: Wolfgang Denk <wd@pollux.denx.de>
63183 Date:   Sat Oct 28 02:29:44 2006 +0200
63184
63185     Update CHANGELOG.
63186
63187 commit 2751a95abd1b96911081c357e96a12fa97b40dee
63188 Author: Wolfgang Denk <wd@pollux.denx.de>
63189 Date:   Sat Oct 28 02:29:14 2006 +0200
63190
63191     Enable commandline editing and hush shell on all TQM boards.
63192
63193 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
63194 Author: Wolfgang Denk <wd@pollux.denx.de>
63195 Date:   Sat Oct 28 02:28:02 2006 +0200
63196
63197     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
63198
63199 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
63200 Author: Wolfgang Denk <wd@denx.de>
63201 Date:   Sat Oct 28 01:14:32 2006 +0200
63202
63203     Check for illegal character '=' in environment variable names.
63204
63205     Make sure the string passed as variable name does not contain a '='
63206     character. This not only prevents the common error or typing
63207     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
63208     also closes a backdoor which allowed to delete write-protected
63209     environment variables, for example by using "setenv ethaddr=".
63210
63211 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
63212 Author: Wolfgang Denk <wd@pollux.denx.de>
63213 Date:   Sat Oct 28 00:38:39 2006 +0200
63214
63215     Minor code cleanup.
63216
63217 commit e11887a77d81077416a2d1c5e0354916fee8c034
63218 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
63219 Date:   Thu Oct 26 17:55:31 2006 +0200
63220
63221     Don't pass any debug options directly to the assembler
63222
63223     When passing the -g option to gcc, gcc automatically selects a
63224     suitable --g<format> option to pass on to the assembler.
63225     Thus, there's no point in forcing a specific debug option on the
63226     assembler using the -Wa mechanism.
63227
63228     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63229
63230 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
63231 Author: Jon Loeliger <jdl@freescale.com>
63232 Date:   Fri Oct 27 07:47:22 2006 -0500
63233
63234     MPC86xx: Cleaned up unused and conditionally used local variables.
63235
63236     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63237
63238 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
63239 Author: Wolfgang Denk <wd@pollux.denx.de>
63240 Date:   Fri Oct 27 11:55:21 2006 +0200
63241
63242     Fix "ar" flags in some Makefiles to allow for silent "make -s"
63243
63244 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
63245 Author: Ben Warren <bwarren@qstreams.com>
63246 Date:   Thu Oct 26 14:38:25 2006 -0400
63247
63248     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
63249     to a TSEC (e.g. a switch is connected via RMII) or
63250     if the PHY is defective/incorrectly configured.
63251
63252     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63253
63254 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
63255 Author: Ben Warren <bwarren@qstreams.com>
63256 Date:   Thu Oct 26 14:38:25 2006 -0400
63257
63258     Fix TSEC driver: avoid crashes if PHY is not attached
63259     to a TSEC (e.g. a switch is connected via RMII) or
63260     if the PHY is defective/incorrectly configured.
63261
63262     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63263
63264 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
63265 Author: Wolfgang Denk <wd@pollux.denx.de>
63266 Date:   Thu Oct 26 16:24:31 2006 +0200
63267
63268     Code cleanup.
63269
63270 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
63271 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
63272 Date:   Wed Oct 25 15:48:59 2006 +0200
63273
63274     Finish up support for the ATSTK1000/ATSTK1002 boards
63275
63276     Add atstk1002_config target to Makefile and move the AVR32 section
63277     down below Blackfin so that it doesn't end up in the middle of
63278     MIPS.
63279
63280     Drop the autogenerated linker script thing for now. Will have to
63281     revisit how to handle chips with different flash and RAM layout
63282     later.
63283
63284     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63285
63286 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
63287 Author: Kumar Gala <galak@kernel.crashing.org>
63288 Date:   Tue Oct 24 23:47:37 2006 -0500
63289
63290     Added support for Multi-Image files that contain a device tree
63291
63292     If a Multi-Image file contains a third image we try to use it as a
63293     device tree.  The device tree image is assumed to be uncompressed in the
63294     image file.  We automatically allocate space for the device tree in memory
63295     and provide an 8k pad to allow more than a reasonable amount of growth.
63296
63297     Additionally, a device tree that was contained in flash will now automatically
63298     get copied to system memory as part of boot.  Previously an error was
63299     reported if one tried to boot a device tree that was in flash.
63300
63301     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63302
63303 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
63304 Author: Wolfgang Denk <wd@denx.de>
63305 Date:   Tue Oct 24 21:35:55 2006 +0200
63306
63307     Switch to automatically generated CHANGELOG file.
63308     (use "make CHANGELOG" to update it from time to time)
63309
63310 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
63311 Author: Stefan Roese <sr@denx.de>
63312 Date:   Tue Oct 24 18:06:48 2006 +0200
63313
63314     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
63315     Patch by Stefan Roese, 24 Oct 2006
63316
63317 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
63318 Author: Wolfgang Denk <wd@pollux.denx.de>
63319 Date:   Tue Oct 24 17:24:55 2006 +0200
63320
63321     Merge with /home/wd/git/u-boot/master
63322
63323 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
63324 Author: Wolfgang Denk <wd@pollux.denx.de>
63325 Date:   Tue Oct 24 15:32:57 2006 +0200
63326
63327     Code cleanup
63328
63329 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
63330 Author: Wolfgang Denk <wd@pollux.denx.de>
63331 Date:   Tue Oct 24 14:51:36 2006 +0200
63332
63333     Move atstk1000 files into vendor specific directory.
63334     Patch by Haavard Skinnemoen, 12 Sep 2006
63335
63336 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
63337 Author: Wolfgang Denk <wd@pollux.denx.de>
63338 Date:   Tue Oct 24 14:42:37 2006 +0200
63339
63340     Add ATSTK1000 and ATSTK1002 board support
63341     Patch by Haavard Skinnemoen, 06 Sep 2006
63342
63343     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
63344     daughterboard.
63345
63346     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
63347     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
63348     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
63349     CompactFlash cards. For more information, please see this page:
63350
63351     http://www.atmel.com/dyn/products/tools.asp?family_id=682
63352
63353     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
63354     AT32AP7000 chip.
63355
63356     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63357
63358 commit f93ae788c3640fcde5db383471d45548ff4060d0
63359 Author: Wolfgang Denk <wd@pollux.denx.de>
63360 Date:   Tue Oct 24 14:31:24 2006 +0200
63361
63362     Add common serial driver for Atmel AT32 and AT91 chips
63363     Patch by Haavard Skinnemoen, 06 Sep 2006
63364
63365     This is a first attempt at creating a common serial driver for Atmel
63366     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
63367     be possible to support AT91RM9200 and other ARM-based chips with some
63368     minor modifications.
63369
63370     There's nothing fundamentally AVR32-specific in this driver, but it
63371     does use some features which are currently only defined for the
63372     AT32AP CPU port:
63373       * pm_get_clock_freq: Obtain the clock frequency of a given domain
63374       * gd->console_uart: A "struct device" containing information about
63375         register mappings, gpio resources and clocks associated with the
63376         UART device.
63377
63378     For more information about these features, please see the "AT32AP
63379     CPU" patch.
63380
63381 commit 72a087e04705c26cad982879ebd06b5281bf825a
63382 Author: Wolfgang Denk <wd@pollux.denx.de>
63383 Date:   Tue Oct 24 14:27:35 2006 +0200
63384
63385     Add AT32AP CPU and AT32AP7000 SoC support
63386     Patch by Haavard Skinnemoen, 06 Sep 2006
63387
63388     This patch adds support for the AT32AP CPU family and the AT32AP7000
63389     chip, which is the first chip implementing the AVR32 architecture.
63390
63391     The AT32AP CPU core is a high-performance implementation featuring a
63392     7-stage pipeline, separate instruction- and data caches, and a MMU.
63393     For more information, please see the "AVR32 AP Technical Reference":
63394
63395     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
63396
63397     In addition to this, the AT32AP7000 chip comes with a large set of
63398     integrated peripherals, many of which are shared with the AT91 series
63399     of ARM-based microcontrollers from Atmel. Full data sheet is
63400     available here:
63401
63402     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
63403
63404     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63405
63406 commit 7b64fef33c66be648826c0ff9758298ef13d0604
63407 Author: Wolfgang Denk <wd@pollux.denx.de>
63408 Date:   Tue Oct 24 14:21:16 2006 +0200
63409
63410     Add AVR32 architecture support
63411     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
63412
63413     This patch adds common infrastructure code for the Atmel AVR32
63414     architecture. See doc/README.AVR32 for details.
63415
63416     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63417
63418 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
63419 Author: Wolfgang Denk <wd@pollux.denx.de>
63420 Date:   Tue Oct 24 13:57:33 2006 +0200
63421
63422     Use -g instead of -gstabs in AFLAGS_DEBUG
63423     Patch by Haavard Skinnemoen, 30 Aug 2006
63424
63425     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
63426     matter what the target's preferred debugging format is. This patch
63427     simply replaces -gstabs with -g, so that the default debugging format
63428     for the architecture is used.
63429
63430 commit 965829872169c2996023840d98e1d85ad148d629
63431 Author: Wolfgang Denk <wd@pollux.denx.de>
63432 Date:   Tue Oct 24 13:55:18 2006 +0200
63433
63434     Fix/workaround broken dependency handling with make 3.81
63435     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
63436
63437 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
63438 Author: Marian Balakowicz <m8@semihalf.com>
63439 Date:   Mon Oct 23 22:17:05 2006 +0200
63440
63441     Fix sequoia separate object direcory building problems.
63442
63443 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
63444 Author: Jon Loeliger <jdl@freescale.com>
63445 Date:   Fri Oct 20 17:16:35 2006 -0500
63446
63447     Use generic I2C register block on 85xx and 86xx.
63448
63449     Replace private IMMAP I2C structures with generic reg block
63450     and allow 86xx to have multiple I2C device busses.
63451
63452     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63453
63454 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
63455 Author: Jon Loeliger <jdl@freescale.com>
63456 Date:   Fri Oct 20 15:54:34 2006 -0500
63457
63458     Fix compilation warnings on a few 85xx boards.
63459
63460     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63461
63462 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
63463 Author: Jon Loeliger <jdl@freescale.com>
63464 Date:   Fri Oct 20 15:50:15 2006 -0500
63465
63466     Converted all 85xx boards to use a common FSL I2C driver.
63467     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
63468     And removed hard i2c path from a few u-boot.lds scipts too.
63469     Minor whitespace cleanups along the way.
63470
63471     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63472
63473 commit 4d45f69e362b05892c9e92a7907e5820995612aa
63474 Author: Jon Loeliger <jdl@freescale.com>
63475 Date:   Thu Oct 19 12:02:24 2006 -0500
63476
63477     Rewrite a series of goto statements as a sequences of
63478     conditional expressions instead.
63479
63480     Use consistent return code 0/-1 for good/bad indicators.
63481
63482     Include one fewer file if the driver isn't used at all.
63483
63484     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63485
63486 commit 7237c033b02fe295880435f1eb80819a0c987532
63487 Author: Jon Loeliger <jdl@freescale.com>
63488 Date:   Thu Oct 19 11:02:16 2006 -0500
63489
63490     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
63491
63492     in an effort to begin to unify the umpteen FSL I2C drivers that
63493     are all otherwise very similar.
63494
63495     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63496
63497 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
63498 Author: Jon Loeliger <jdl@freescale.com>
63499 Date:   Thu Oct 19 11:33:52 2006 -0500
63500
63501     * Fix a bunch of compiler warnings for gcc 4.0
63502
63503     Signed-off-by: Matthew McClintock <msm@freescale.com>
63504
63505 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
63506 Author: Stefan Roese <sr@denx.de>
63507 Date:   Tue Oct 17 06:14:31 2006 +0200
63508
63509     Add monitor functions for indirect access to PPC440 DCR's
63510     Patch by Leonid Baryudin, 12 Oct 2006
63511
63512 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
63513 Author: Jon Loeliger <jdl@freescale.com>
63514 Date:   Fri Oct 13 16:47:53 2006 -0500
63515
63516     Fixed leading whitespace issues.
63517     Removed spurious LAWAR thing.
63518
63519     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63520
63521 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
63522 Author: Jon Loeliger <jdl@freescale.com>
63523 Date:   Thu Oct 12 10:42:36 2006 -0500
63524
63525     Remove unneeded include files and local variable.
63526
63527     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63528
63529 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
63530 Author: Grant Likely <grant.likely@secretlab.ca>
63531 Date:   Tue Oct 10 00:23:32 2006 -0600
63532
63533     Fix possible uninitialized variable compiler warning.
63534
63535     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
63536     do_bootm_linux() may be uninitialized.  There is no possibility in the
63537     current code that len will get used uninitialized, but this fix follows
63538     the existing convention of setting both len and data to zero at the same
63539     time.
63540
63541     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
63542
63543 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
63544 Author: Matthew McClintock <msm@freescale.com>
63545 Date:   Wed Oct 11 15:13:01 2006 -0500
63546
63547     * Fix a bunch of compiler warnings for gcc 4.0
63548
63549     Signed-off-by: Matthew McClintock <msm@freescale.com>
63550
63551 commit bf651baa365e5447246aad6a633ccd667cf24a39
63552 Author: Jon Loeliger <jdl@freescale.com>
63553 Date:   Wed Oct 11 10:10:43 2006 -0500
63554
63555     Move "ar" flags to config.mk to allow for silent "make -s"
63556
63557 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
63558 Author: Jon Loeliger <jdl@freescale.com>
63559 Date:   Tue Oct 10 17:19:03 2006 -0500
63560
63561     Coding style changes to remove local varible blocks
63562     and reformat a bit nicer.
63563
63564 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
63565 Author: Jon Loeliger <jdl@freescale.com>
63566 Date:   Tue Oct 10 17:16:04 2006 -0500
63567
63568     Fix whitespace issues.
63569
63570 commit 7b382b7125f2397cce63253df62f183e3dfa2770
63571 Author: Jon Loeliger <jdl@freescale.com>
63572 Date:   Tue Oct 10 17:14:45 2006 -0500
63573
63574     Fix whitespace issues.
63575
63576 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
63577 Author: Jon Loeliger <jdl@freescale.com>
63578 Date:   Tue Oct 10 17:06:53 2006 -0500
63579
63580     Fix whitespace issues.
63581
63582 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
63583 Author: Jon Loeliger <jdl@freescale.com>
63584 Date:   Tue Oct 10 17:03:43 2006 -0500
63585
63586     Ran lindent and cleaned up whitespace issues.
63587     Format for 80-columns too.
63588
63589 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
63590 Author: Jon Loeliger <jdl@freescale.com>
63591 Date:   Tue Oct 10 17:02:22 2006 -0500
63592
63593     Fix whitespace and 80-col issues.
63594
63595 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
63596 Author: Stefan Roese <sr@denx.de>
63597 Date:   Sat Oct 7 11:36:51 2006 +0200
63598
63599     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
63600     Patch by Stefan Roese, 07 Oct 2006
63601
63602 commit 5bc528fa4da751d472397b308137238a6465afd2
63603 Author: Stefan Roese <sr@denx.de>
63604 Date:   Sat Oct 7 11:35:25 2006 +0200
63605
63606     Update ALPR code (NAND support working now)
63607     Patch by Stefan Roese, 07 Oct 2006
63608
63609 commit 77d5034847d328753b80c46b83f960a14a26f40e
63610 Author: Stefan Roese <sr@denx.de>
63611 Date:   Sat Oct 7 11:33:03 2006 +0200
63612
63613     Remove compile warnings in fpga code
63614     Patch by Stefan Roese, 07 Oct 2006
63615
63616 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
63617 Author: Stefan Roese <sr@denx.de>
63618 Date:   Sat Oct 7 11:30:52 2006 +0200
63619
63620     Add CONFIG_BOARD_RESET to configure board specific reset function
63621     Patch by Stefan Roese, 07 Oct 2006
63622
63623 commit f55df18187e7a45cb73fec4370d12135e6691ae1
63624 Author: John Traill <john.traill@freescale.com>
63625 Date:   Fri Sep 29 08:23:12 2006 +0100
63626
63627     Fix missing tCycle/modfreq calculation.
63628
63629     Signed-off-by: John Traill <john.traill@freescale.com>
63630
63631 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
63632 Author: Andy Fleming <afleming@freescale.com>
63633 Date:   Wed Sep 13 10:33:35 2006 -0500
63634
63635     Updated config headers to add default FDT-based booting
63636
63637 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
63638 Author: Andy Fleming <afleming@freescale.com>
63639 Date:   Wed Sep 13 10:34:18 2006 -0500
63640
63641     Add support for eTSEC 3 & 4 on 8548 CDS
63642
63643     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
63644       This will only work on rev 1.3 boards (but doesn't break older boards)
63645     * Cleaned up some comments to reflect the expanded role of tsec
63646       in other systems
63647
63648 commit 084d648b109c8984f83674043c1a7fa3885ef801
63649 Author: Andy Fleming <afleming@freescale.com>
63650 Date:   Wed Sep 13 10:33:56 2006 -0500
63651
63652     Added code to support 2.6.18 PCI changes in u-boot
63653
63654     * Added code to swizzle the IRQ map for the PCI
63655
63656 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
63657 Author: Jon Loeliger <jdl@freescale.com>
63658 Date:   Tue Sep 19 09:34:10 2006 -0500
63659
63660     Modified makefile for new build mechanism.
63661
63662     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63663
63664 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
63665 Author: Jon Loeliger <jdl@freescale.com>
63666 Date:   Thu Sep 14 08:40:36 2006 -0500
63667
63668     Handle 86xx SVR values according to the new Reference Manual.
63669     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
63670     by the byte in bits 16-23 instead.
63671     Thanks to Jason Jin for noticing.
63672
63673     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63674
63675 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
63676 Author: Zhang Wei <wei.zhang@freescale.com>
63677 Date:   Mon Aug 28 14:25:31 2006 +0800
63678
63679     Fixed an OF-tree off-by-one bug when adding a new property name.
63680     This bug will cause the kernel booting to pause a long time.
63681
63682     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63683     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
63684
63685 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
63686 Author: Jon Loeliger <jdl@freescale.com>
63687 Date:   Tue Aug 29 11:05:09 2006 -0500
63688
63689     Remove trailing empty lines.
63690
63691 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
63692 Author: Jon Loeliger <jdl@freescale.com>
63693 Date:   Tue Aug 29 09:48:49 2006 -0500
63694
63695     Remove bogus msync and use volatile asm.
63696
63697 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
63698 Author: Jon Loeliger <jdl@freescale.com>
63699 Date:   Tue Aug 29 08:17:14 2006 -0500
63700
63701     Add myself as maintainer for MPC8641HPCN.
63702
63703 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
63704 Author: Zhang Wei <wei.zhang@freescale.com>
63705 Date:   Mon Aug 28 14:25:31 2006 +0800
63706
63707     Fixed an OF-tree off-by-one bug when adding a new property name.
63708     This bug will cause the kernel booting to pause a long time.
63709
63710     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63711
63712 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
63713 Author: Haiying Wang <haiying.wang@freescale.com>
63714 Date:   Fri Aug 25 14:38:34 2006 -0400
63715
63716     Change ramdiskaddr and dtbaddr
63717     Remove PEX fluff commands.
63718
63719     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
63720     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63721
63722 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
63723 Author: Matthew McClintock <msm@freescale.com>
63724 Date:   Wed Aug 23 13:32:45 2006 -0500
63725
63726     * Another small fix for booting with disable_of
63727
63728     Signed-off-by: Matthew McClintock <msm@freescale.com>
63729
63730 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
63731 Author: Jon Loeliger <jdl@freescale.com>
63732 Date:   Wed Aug 23 11:04:43 2006 -0500
63733
63734     Cleanup and lindent new AHCI driver.
63735
63736 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
63737 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
63738 Date:   Wed Aug 23 19:15:12 2006 +0800
63739
63740     Add AHCI define and sata support for MPC8641HPCN board.
63741
63742     Signed-off-by:Jason Jin<jason.jin@freescale.com>
63743
63744 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
63745 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
63746 Date:   Wed Aug 23 19:10:44 2006 +0800
63747
63748     Add AHCI support to u-boot
63749
63750     Add AHCI support in u-boot, enable the sata disk controllers which
63751     following the AHCI protocol.
63752
63753     Signed-off-by:Jason Jin<jason.jin@freescale.com>
63754
63755 commit d8ea2acf5f137cae99417df4f573d036ee384668
63756 Author: Zhang Wei <wei.zhang@freescale.com>
63757 Date:   Wed Aug 23 17:54:32 2006 +0800
63758
63759     Add dtb boot-up parameter to default boot commands.
63760
63761     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63762
63763 commit b93775c2036b99baa390ea425c4771895bbc63c4
63764 Author: Jon Loeliger <jdl@freescale.com>
63765 Date:   Tue Aug 22 18:26:08 2006 -0500
63766
63767     Cleanup even more poorly introduced whitespace.
63768
63769 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
63770 Author: Jon Loeliger <jdl@freescale.com>
63771 Date:   Tue Aug 22 18:07:00 2006 -0500
63772
63773     Cleanup more poorly introduced whitespace.
63774
63775 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
63776 Author: Jon Loeliger <jdl@freescale.com>
63777 Date:   Tue Aug 22 17:54:05 2006 -0500
63778
63779     Cleanup poorly introduced whitespace.
63780
63781 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
63782 Author: Jon Loeliger <jdl@freescale.com>
63783 Date:   Tue Aug 22 12:25:27 2006 -0500
63784
63785     General indent and whitespace cleanups.
63786
63787 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
63788 Author: Jon Loeliger <jdl@freescale.com>
63789 Date:   Tue Aug 22 12:06:18 2006 -0500
63790
63791     General indent and whitespace cleanups.
63792
63793 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
63794 Author: Jon Loeliger <jdl@freescale.com>
63795 Date:   Tue Aug 22 10:42:21 2006 -0500
63796
63797     Cleanup compiler warnings.
63798
63799 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
63800 Author: Matthew McClintock <msm@freescale.com>
63801 Date:   Tue Aug 22 09:31:59 2006 -0500
63802
63803     Fix disable_of booting
63804
63805     Signed-off-by: Matthew McClintock <msm@freescale.com>
63806
63807 commit 87a449c8ac396420cb24260f717ea9e6faa82047
63808 Author: Matthew McClintock <msm@freescale.com>
63809 Date:   Tue Aug 22 09:23:55 2006 -0500
63810
63811     Support for FDT in uImage format, error when using FDT from flash
63812
63813     Signed-off-by: Matthew McClintock <msm@freescale.com>
63814
63815 commit 75c299c38369d01addd5e054b8a16217b70f4a86
63816 Author: Haiying Wang <haiying.wang@freescale.com>
63817 Date:   Tue Aug 15 15:12:55 2006 -0400
63818
63819     Unlock cache before kernel starts up for MPC86xx
63820
63821 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
63822 Author: Haiying Wang <haiying.wang@freescale.com>
63823 Date:   Tue Aug 15 15:13:15 2006 -0400
63824
63825     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
63826
63827 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
63828 Author: Haiying Wang <haiying.wang@freescale.com>
63829 Date:   Tue Aug 15 15:12:55 2006 -0400
63830
63831     Unlock cache before kernel starts up for MPC86xx
63832
63833 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
63834 Author: Haiying Wang <haiying.wang@freescale.com>
63835 Date:   Tue Aug 15 15:13:15 2006 -0400
63836
63837     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
63838
63839 commit 86c8e17f25e972a7e272950a0735fad84e082b88
63840 Author: Matthew McClintock <msm@freescale.com>
63841 Date:   Wed Aug 16 13:59:47 2006 -0500
63842
63843     * Fix disable_of booting
63844
63845     Signed-off-by: Matthew McClintock <msm@freescale.com>
63846
63847 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
63848 Author: Matthew McClintock <msm@freescale.com>
63849 Date:   Wed Aug 16 10:54:09 2006 -0500
63850
63851     * Support for FDT in uImage format, error when using FDT from flash
63852
63853     Signed-off-by: Matthew McClintock <msm@freescale.com>
63854
63855 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
63856 Author: Stefan Roese <sr@denx.de>
63857 Date:   Tue Aug 15 14:22:35 2006 +0200
63858
63859     Add initial support for the ALPR board from Prodrive
63860     NAND needs some additional testing
63861     Patch by Heiko Schocher, 15 Aug 2006
63862
63863 commit f0ff4692ff3372dec55074a8eb444943ab095abb
63864 Author: Stefan Roese <sr@denx.de>
63865 Date:   Tue Aug 15 14:15:51 2006 +0200
63866
63867     Add FPGA Altera Cyclone 2 support
63868     Patch by Heiko Schocher, 15 Aug 2006
63869
63870 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
63871 Author: Jon Loeliger <jdl@freescale.com>
63872 Date:   Mon Aug 14 15:33:38 2006 -0500
63873
63874     Fix BAT0 to actually be cacheable, non-guarded as documented.
63875
63876     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63877
63878 commit 40bc83559db5745681909fd7382ae509567e116d
63879 Author: Jon Loeliger <jdl@freescale.com>
63880 Date:   Wed Aug 9 15:32:16 2006 -0500
63881
63882     Removed MPC8641HPCN DTS source file from build.
63883     It is no longer linked into U-Boot; its sources are
63884     now located in the kernel tree.
63885
63886     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63887
63888 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
63889 Author: Matthew McClintock <msm@freescale.com>
63890 Date:   Wed Jun 28 10:47:03 2006 -0500
63891
63892     * Switched default PCI speed for 8540 ADS back to 33MHz
63893
63894     * Added comments and a printf to warn that PCI-X won't
63895       work at 33MHz
63896       Patch by Andy Fleming 17-Mar-2006
63897
63898     Signed-off-by: Andy Fleming <afleming@freescale.com>
63899
63900 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
63901 Author: Matthew McClintock <msm@freescale.com>
63902 Date:   Wed Jun 28 10:46:35 2006 -0500
63903
63904     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
63905
63906     Signed-off-by: Andy Fleming <afleming@freescale.com>
63907
63908 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
63909 Author: Matthew McClintock <msm@freescale.com>
63910 Date:   Wed Jun 28 10:46:13 2006 -0500
63911
63912     * Added VIA configuration table
63913
63914     * Added support for PCI2 on CDS
63915       Patch by Andy Fleming 17-Mar-2006
63916
63917     Signed-off-by: Andy Fleming <afleming@freescale.com>
63918
63919 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
63920 Author: Matthew McClintock <msm@freescale.com>
63921 Date:   Wed Jun 28 10:45:41 2006 -0500
63922
63923     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
63924
63925     Signed-off-by: Andy Fleming <afleming@freescale.com>
63926
63927 commit 97074ed9655309b64231bc2cee69fe85399f8055
63928 Author: Matthew McClintock <msm@freescale.com>
63929 Date:   Wed Jun 28 10:45:17 2006 -0500
63930
63931     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
63932
63933     Signed-off-by: Andy Fleming <afleming@freescale.com>
63934
63935 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
63936 Author: Matthew McClintock <msm@freescale.com>
63937 Date:   Wed Jun 28 10:44:49 2006 -0500
63938
63939     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
63940
63941     Signed-off-by: Andy Fleming <afleming@freescale.com>
63942
63943 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
63944 Author: Matthew McClintock <msm@freescale.com>
63945 Date:   Wed Jun 28 10:44:23 2006 -0500
63946
63947     * 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
63948
63949     Signed-off-by: Andy Fleming <afleming@freescale.com>
63950
63951 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
63952 Author: Matthew McClintock <msm@freescale.com>
63953 Date:   Wed Jun 28 10:43:36 2006 -0500
63954
63955     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
63956
63957     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63958
63959 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
63960 Author: Matthew McClintock <msm@freescale.com>
63961 Date:   Wed Jun 28 10:43:00 2006 -0500
63962
63963     * 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
63964
63965 commit 5498d90312aad9f6bdbf047986027c35b03cd163
63966 Author: Matthew McClintock <msm@freescale.com>
63967 Date:   Wed Jun 28 10:42:24 2006 -0500
63968
63969     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
63970
63971 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
63972 Author: Matthew McClintock <msm@freescale.com>
63973 Date:   Wed Jun 28 10:41:37 2006 -0500
63974
63975     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
63976
63977 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
63978 Author: John Traill <john.traill@freescale.com>
63979 Date:   Wed Aug 9 14:33:50 2006 +0100
63980
63981     Add Rapidio support for the MPC8641HPCN
63982
63983     Signed-off-by: John Traill <john.traill@freescale.com>
63984
63985 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
63986 Author: John Traill <john.traill@freescale.com>
63987 Date:   Tue Aug 8 11:32:43 2006 +0100
63988
63989     Fix caslat calculation
63990
63991     Signed-off-by: John Traill <john.traill@freescale.com>
63992
63993 commit 709d3073e74153278e7904a70819bbef7df50e1a
63994 Author: Jon Loeliger <jdl@freescale.com>
63995 Date:   Thu Aug 3 16:17:56 2006 -0500
63996
63997     Convert to mac-address in ethernet nodes.
63998
63999 commit 71748af833ca1017edf1415be376366ff2937d17
64000 Author: Haiying Wang <haiying.wang@freescale.com>
64001 Date:   Fri Jul 28 12:41:35 2006 -0400
64002
64003     Correct the irq value of DUART2
64004
64005 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
64006 Author: Haiying Wang <haiying.wang@freescale.com>
64007 Date:   Fri Jul 28 12:41:41 2006 -0400
64008
64009     Change the space size of PEX IO in README
64010
64011 commit 239db37c94f7a92941c4465feceb867c609241c5
64012 Author: Haiying Wang <haiying.wang@freescale.com>
64013 Date:   Fri Jul 28 12:41:18 2006 -0400
64014
64015     Move get_board_sys_clk to board directory
64016
64017 commit 492900b985439fbce1a118afde1e35def870db03
64018 Author: John Traill <john.traill@freescale.com>
64019 Date:   Fri Jul 28 09:03:54 2006 +0100
64020
64021     Fix 8641HPCN pollution
64022
64023 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
64024 Author: John Traill <john.traill@freescale.com>
64025 Date:   Fri Jul 28 08:16:06 2006 +0100
64026
64027     Fix 8641HPCN timebase
64028
64029 commit c86360b830f1eecd7a72208575dde4f57879faea
64030 Author: Zhang Wei <wei.zhang@freescale.com>
64031 Date:   Fri Jul 28 00:01:34 2006 +0800
64032
64033     Fixed OF device tree of mpc86xxhpcn board.
64034
64035     The changes works in with kernel irq mapping rework.
64036
64037     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
64038
64039 commit bea3f28d285942bf3f7ab339ce85178ded544225
64040 Author: Haiying Wang <haiying.wang@freescale.com>
64041 Date:   Wed Jul 12 10:48:05 2006 -0400
64042
64043     Add support for reading and writing mac addresses to or from ID EEPROM.
64044
64045     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
64046     With attached patch, we can use command "mac/mac read/mac save/"
64047     to read and write EEPROM under u-boot prompt.
64048
64049     U-boot will calculate the checksum of EEPROM while bootup,
64050     if it is right, then u-boot will check whether the mac address
64051     of eTSEC0/1/2/3 is availalbe (non-zero).
64052
64053     If there is mac address availabe in EEPROM, u-boot will use it,
64054     otherewise, u-boot will use the mac address defined in
64055     MPC8641HPCN.h. This matches the requirement to set unique mac address
64056     for each TSEC port.
64057
64058     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
64059     Signed-off-by: York Sun <yorksun@freescale.com>
64060
64061 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
64062 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
64063 Date:   Thu Jul 13 10:35:10 2006 -0500
64064
64065     Fixed initrd issue by define big RAM
64066
64067     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
64068
64069 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
64070 Author: Jason Jin <Jason.jin@freescale.com>
64071 Date:   Fri Jul 7 10:01:45 2006 -0500
64072
64073     We made a u-boot patch to fix the hang up issue
64074     when booting filesystem from ramdisk.
64075
64076     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
64077
64078 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
64079 Author: Matthew McClintock <msm@freescale.com>
64080 Date:   Wed Jun 28 10:47:03 2006 -0500
64081
64082     * Switched default PCI speed for 8540 ADS back to 33MHz
64083     * Added comments and a printf to warn that PCI-X won't
64084       work at 33MHz
64085       Patch by Andy Fleming 17-Mar-2006
64086
64087     Signed-off-by: Andy Fleming <afleming@freescale.com>
64088
64089 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
64090 Author: Matthew McClintock <msm@freescale.com>
64091 Date:   Wed Jun 28 10:46:35 2006 -0500
64092
64093     * Fixed a bug where 8555 PCI code used the old variable and
64094       function names
64095       Patch by Andy Fleming 17-Mar-2006
64096
64097     Signed-off-by: Andy Fleming <afleming@freescale.com>
64098
64099 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
64100 Author: Matthew McClintock <msm@freescale.com>
64101 Date:   Wed Jun 28 10:46:13 2006 -0500
64102
64103     * Added VIA configuration table
64104     * Added support for PCI2 on CDS
64105       Patch by Andy Fleming 17-Mar-2006
64106
64107     Signed-off-by: Andy Fleming <afleming@freescale.com>
64108
64109 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
64110 Author: Matthew McClintock <msm@freescale.com>
64111 Date:   Wed Jun 28 10:45:41 2006 -0500
64112
64113     * Fixed PCI memory definitions
64114       Patch by Andy Fleming 17-Mar-2006
64115
64116     Signed-off-by: Andy Fleming <afleming@freescale.com>
64117
64118 commit 087454609e47295443af793a282cddcd91a5f49c
64119 Author: Matthew McClintock <msm@freescale.com>
64120 Date:   Wed Jun 28 10:45:17 2006 -0500
64121
64122     * Added support for initializing second PCI bus on 85xx
64123       Patch by Andy Fleming 17-Mar-2006
64124
64125     Signed-off-by: Andy Fleming <afleming@freescale.com>
64126
64127 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
64128 Author: Matthew McClintock <msm@freescale.com>
64129 Date:   Wed Jun 28 10:44:49 2006 -0500
64130
64131     * Added PCI-X #defines for PCI-X initialization
64132       Patch by Andy Fleming on 17-Mar-2006
64133
64134     Signed-off-by: Andy Fleming <afleming@freescale.com>
64135
64136 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
64137 Author: Matthew McClintock <msm@freescale.com>
64138 Date:   Wed Jun 28 10:44:23 2006 -0500
64139
64140     * Made sure the code which disables prefetch for PCI devices
64141       sets the size of the prefetch region to 0
64142       Patch by Andy Fleming on 17-Mar-2006
64143
64144     Signed-off-by: Andy Fleming <afleming@freescale.com>
64145
64146 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
64147 Author: Matthew McClintock <msm@freescale.com>
64148 Date:   Wed Jun 28 10:43:36 2006 -0500
64149
64150     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
64151       Patch by Jon Loeliger 17-Jan-2006
64152
64153     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64154
64155 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
64156 Author: Matthew McClintock <msm@freescale.com>
64157 Date:   Wed Jun 28 10:43:00 2006 -0500
64158
64159     * Removed the oftree.dts for stxxtx in light of the changes
64160       to the flat device tree handling code
64161       Patch by Matthew McClintock 26-June-2006
64162
64163 commit 1b380ec225665e73959677f3893dc658c5925e05
64164 Author: Matthew McClintock <msm@freescale.com>
64165 Date:   Wed Jun 28 10:42:24 2006 -0500
64166
64167     * Patch to modify ft_build.c to update flat device trees in place
64168       Patch by Matthew McClintock 26-June-2006
64169
64170 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
64171 Author: Matthew McClintock <msm@freescale.com>
64172 Date:   Wed Jun 28 10:41:37 2006 -0500
64173
64174     * Modify bootm command to support booting with flat device trees
64175       Patch by Matthew McClintock 26-June-2006
64176
64177 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
64178 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
64179 Date:   Wed Jun 28 08:43:56 2006 -0500
64180
64181     Change Id to symbolic name for RTL8139
64182
64183     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
64184
64185 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
64186 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
64187 Date:   Tue Jun 27 18:12:10 2006 +0800
64188
64189     Fix RTL8139 in big endian
64190
64191     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
64192     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
64193
64194 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
64195 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
64196 Date:   Tue Jun 27 18:12:23 2006 +0800
64197
64198     Fix Tsec bug when no link
64199
64200      When tftp a non-exist file from the tftp server, u-boot will check
64201      the link of all eth port. The original file will return wrong link
64202      state on the no link ports.
64203
64204     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
64205
64206 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
64207 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
64208 Date:   Tue Jun 27 18:12:02 2006 +0800
64209
64210     Fix bug for io_bar size during pci scan
64211
64212     During the pci scan process, Some devices return bar_reponse with the
64213     highest bytes 0, such as the pci bridge in uli1575 return bar_response
64214     with 0xffffff, So the bar_size should be manually set under 64K.
64215
64216     Signed-off-by: Jason Jin <jason.jin@freescale.com>
64217
64218 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
64219 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
64220 Date:   Tue Jun 27 18:11:54 2006 +0800
64221
64222     Enable PCIE1 for MPC8641HPCN board
64223
64224     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
64225
64226 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
64227 Author: Wolfgang Denk <wd@pollux.denx.de>
64228 Date:   Mon Jun 26 11:06:00 2006 +0200
64229
64230     More code cleanup
64231
64232 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
64233 Author: Jon Loeliger <jdl@freescale.com>
64234 Date:   Thu Jun 22 08:51:46 2006 -0500
64235
64236     Fix bug in 8641hpcn reset command with no args.
64237
64238     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
64239     Acked-by: Jon Loeliger <jdl@freescale.com>
64240
64241 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
64242 Author: Zhang Wei <wei.zhang@freescale.com>
64243 Date:   Tue Jun 20 17:47:15 2006 +0800
64244
64245     Reworked IRQ mapping in OF-tree.
64246
64247 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
64248 Author: Jon Loeliger <jdl@freescale.com>
64249 Date:   Thu Jun 15 21:33:37 2006 -0500
64250
64251     Do not enable address translation on secondary CPUs.
64252     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
64253
64254     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64255
64256 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
64257 Author: Wolfgang Denk <wd@pollux.denx.de>
64258 Date:   Wed Jun 14 18:14:56 2006 +0200
64259
64260     Code cleanup
64261
64262 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
64263 Author: Wolfgang Denk <wd@pollux.denx.de>
64264 Date:   Wed Jun 14 17:45:53 2006 +0200
64265
64266     Various USB related patches
64267     - Add support for mpc8xx USB device.
64268     - Add support for Common Device Class - Abstract Control Model USB console.
64269     - Add support for flow control in USB slave devices.
64270     - Add support for switching between gserial and cdc_acm using environment.
64271     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
64272     - Update usbcore slightly to ease host enumeration.
64273     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
64274     - Add AdderUSB_config as a defconfig to enable usage of the USB console
64275       by default with the Adder87x U-Boot port.
64276     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
64277
64278 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
64279 Author: Jon Loeliger <jdl@jdl.com>
64280 Date:   Wed Jun 7 10:53:55 2006 -0500
64281
64282     Fix a get_board_sys_clk() use-before-def warning.
64283
64284     Signed-off-by: Jon Loeliger <jdl@jdl.com>
64285
64286 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
64287 Author: Jon Loeliger <jdl@jdl.com>
64288 Date:   Wed Jun 7 10:52:49 2006 -0500
64289
64290     Allow DTC path to be passed in.
64291
64292     Signed-off-by: Jon Loeliger <jdl@jdl.com>
64293
64294 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
64295 Author: Haiying Wang <haiying.wang@freescale.com>
64296 Date:   Tue Jun 6 16:54:29 2006 -0400
64297
64298     Modify the IRQ of DUART2
64299
64300 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
64301 Author: Jon Loeliger <jdl@jdl.com>
64302 Date:   Wed May 31 13:55:35 2006 -0500
64303
64304     Review cleanups.
64305
64306     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64307
64308 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
64309 Author: Jon Loeliger <jdl@jdl.com>
64310 Date:   Wed May 31 12:44:44 2006 -0500
64311
64312     White space cleanup.
64313     Some 80-column cleanups.
64314     Convert printf() to puts() where possible.
64315     Use #include "spd_sdram.h" as needed.
64316     Enhanced reset command usage message a bit.
64317
64318     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64319
64320 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
64321 Author: Jon Loeliger <jdl@jdl.com>
64322 Date:   Wed May 31 11:39:34 2006 -0500
64323
64324     Removed unneeded local_bus_init() from 8641HPCN board.
64325
64326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64327
64328 commit 4d3d729c16c392d2982d3266b659d333c927697d
64329 Author: Jon Loeliger <jdl@jdl.com>
64330 Date:   Wed May 31 11:24:28 2006 -0500
64331
64332     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
64333
64334     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64335
64336 commit b2a941de060350ad15878d8219825f4950e9bb8e
64337 Author: Jon Loeliger <jdl@jdl.com>
64338 Date:   Wed May 31 10:07:28 2006 -0500
64339
64340     Remove dead debug code.
64341
64342     Signed-off-by: Jon Loeliger <jdl@jdl.com>
64343
64344 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
64345 Author: Jon Loeliger <jdl@freescale.com>
64346 Date:   Tue May 30 17:47:00 2006 -0500
64347
64348     Move mpc86xx PIXIS code to board directory
64349
64350     First cut at moving the PIXIS platform code out of
64351     the 86xx cpu directory and into board/mpc8641hpcn
64352     where it belongs.
64353
64354     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64355
64356 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
64357 Author: Markus Klotzbuecher <mk@denx.de>
64358 Date:   Tue May 30 16:56:14 2006 +0200
64359
64360     Support generic OHCI support for the s3c24x0 cpu.
64361
64362 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
64363 Author: Haiying Wang <Haiying.Wang@freescale.com>
64364 Date:   Tue May 30 09:10:32 2006 -0500
64365
64366     Improve "reset" command's interaction with watchdog.
64367
64368         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
64369         "reset altbank wd" will reset another bank WITH watch dog enabled
64370         "diswd" will disable watch dog after u-boot boots up successfully
64371
64372     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
64373
64374 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
64375 Author: Haiying Wang <Haiying.Wang@freescale.com>
64376 Date:   Tue May 30 08:51:19 2006 -0500
64377
64378     Fix two SDRAM setup bugs.
64379
64380         Fix ECC setup bug.
64381         Enable 1T/2T based on number of DIMMs present.
64382
64383     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
64384
64385 commit d11fec5015334deb2010e36ce00bb118cc5429a5
64386 Author: Haiying Wang <Haiying.Wang@freescale.com>
64387 Date:   Fri May 26 10:24:48 2006 -0500
64388
64389     Add first draft of the MPC8641HPCN doc/README.
64390
64391     Signed-off-by: Jon Loeliger <jdl@jdl.com>
64392
64393 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
64394 Author: Haiying Wang <Haiying.Wang@freescale.com>
64395 Date:   Fri May 26 10:13:04 2006 -0500
64396
64397     Added pci@8000 block.
64398     Updated ethernet interrupt mappings (moved up 48).
64399     Cleaned up a few comments.
64400
64401     Signed-off-by: Jon Loeliger <jdl@jdl.com>
64402
64403 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
64404 Author: Haiying Wang <Haiying.Wang@freescale.com>
64405 Date:   Fri May 26 10:01:16 2006 -0500
64406
64407     Allow args on reset command.
64408
64409     Signed-off-by: Jon Loeliger <jdl@jdl.com>
64410
64411 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
64412 Author: Markus Klotzbuecher <mk@denx.de>
64413 Date:   Tue May 23 13:38:35 2006 +0200
64414
64415     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
64416     fixes to the latter.
64417
64418 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
64419 Author: Markus Klotzbuecher <mk@denx.de>
64420 Date:   Tue May 23 10:33:11 2006 +0200
64421
64422     More cleanup for the delta board and the generic usb_ohci driver. Added
64423     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
64424     initialization and cleanup hooks respectively.
64425
64426 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
64427 Author: Markus Klotzbuecher <mk@denx.de>
64428 Date:   Mon May 22 16:33:54 2006 +0200
64429
64430     This patch adds USB storage support for the delta board. This is the first
64431     board to make use of a generic OHCI driver, that calls hooks for board
64432     dependant initialization.
64433
64434 commit 14e37081ff3cac7ebe6e93836523429853b6b292
64435 Author: Jon Loeliger <jdl@jdl.com>
64436 Date:   Fri May 19 13:28:39 2006 -0500
64437
64438     Change arbitration to round-robin for SMP linux.
64439
64440 commit 9a655876e5995be80f49054e2509500e871e4d3a
64441 Author: Jon Loeliger <jdl@jdl.com>
64442 Date:   Fri May 19 13:26:34 2006 -0500
64443
64444     Enable dual DDR controllers and interleaving.
64445
64446 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
64447 Author: Jon Loeliger <jdl@jdl.com>
64448 Date:   Fri May 19 13:22:44 2006 -0500
64449
64450     Update 86xx address map and LAWBARs.
64451
64452 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
64453 Author: Jon Loeliger <jdl@jdl.com>
64454 Date:   Fri May 19 13:14:15 2006 -0500
64455
64456     Remove L2 Cache invalidate polling.
64457
64458 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
64459 Author: Jon Loeliger <jdl@jdl.com>
64460 Date:   Fri May 19 12:33:09 2006 -0500
64461
64462     Enable 2nd CPU and I2C.
64463
64464 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
64465 Author: Jon Loeliger <jdl@freescale.com>
64466 Date:   Mon May 15 07:26:56 2006 -0500
64467
64468     Update interrupt mapping.
64469
64470 commit 6cfea33477b04b63ed47386ed1629529484c33ba
64471 Author: Haiying Wang <Haiying.Wang@freescale.com>
64472 Date:   Wed May 10 09:38:06 2006 -0500
64473
64474     Remove unneeded INIT_RAM_LOCK cache twiddling.
64475     Correctly tracks r29 as global data pointer now.
64476
64477     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
64478
64479 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
64480 Author: Jon Loeliger <jdl@freescale.com>
64481 Date:   Wed May 10 09:33:07 2006 -0500
64482
64483     Remove unnecessary flash.c file.
64484
64485 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
64486 Author: Jon Loeliger <jdl@freescale.com>
64487 Date:   Tue May 9 08:23:49 2006 -0500
64488
64489     Get MPC8641HPCN flash images working.
64490
64491         Enable the CFI driver.
64492         Remove bogus LAWBAR7 cruft.
64493         Use correct TEXT_BASE, Fixup load script.
64494         Enable SPD EEPROM during DDR setup.
64495         Use generic RFC 1918 IP addresses by default.
64496
64497 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
64498 Author: Jon Loeliger <jdl@freescale.com>
64499 Date:   Thu Apr 27 10:15:16 2006 -0500
64500
64501     Cleanup whitespaces and style issues.
64502     Removed //-style comments.
64503     Use 80-column lines.
64504     Remove trailing whitespace.
64505     Remove dead code and debug cruft.
64506
64507 commit a2320a6bf8113a09544c42d160d10ac69d049a03
64508 Author: Jon Loeliger <jdl@freescale.com>
64509 Date:   Thu Apr 27 08:22:39 2006 -0500
64510
64511     Revert bad PCI prefetch limit change.
64512
64513 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
64514 Author: Jon Loeliger <jdl@freescale.com>
64515 Date:   Wed Apr 26 17:58:56 2006 -0500
64516
64517     Initial support for MPC8641 HPCN board.