]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
91664a0b51f8bc0f20fd36ba7e7488ba60a0aed5
[karo-tx-uboot.git] / CHANGELOG
1 commit f986325dd569faeaec4186f678d113505c5c4828
2 Author: Ron Madrid <ron_madrid@sbcglobal.net>
3 Date:   Tue Jun 1 17:00:49 2010 -0700
4
5     Update SICRL_USBDR to reflect 4 different settings
6
7     This patch changed the SICRL_USBDR define to reflect the 4 different bit
8     settings for this two-bit field.  The four different options are '00', '01',
9     '10', and '11'.  This patch also corrects the config file for SIMPC8313 and
10     MPC8313ERDB for the appropriate fields.  This change only affects the MPC8313
11     cpu.
12
13     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
14     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15
16 commit 3057c6be5efda781a72ca04432e0a4ed6e670030
17 Author: Kim Phillips <kim.phillips@freescale.com>
18 Date:   Fri Apr 23 12:20:11 2010 -0500
19
20     fdt_support: add entry for sec3.1 and fix sec3.3
21
22     Add sec3.1 h/w geometry for fdt node fixups.
23
24     Also, technically, whilst SEC v3.3 h/w honours the tls_ssl_stream descriptor
25     type, it lacks the ARC4 algorithm execution unit required to be able
26     to execute anything meaningful with it.  Change the node to agree with
27     the documentation that declares that the sec3.3 really doesn't have such
28     a descriptor type.
29
30     Reported-by: Haiying Wang <Haiying.Wang@freescale.com>
31     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33
34 commit 5f4d36825a028e300b7d56a566d2cf84418b7a68
35 Author: Timur Tabi <timur@freescale.com>
36 Date:   Thu May 20 11:16:16 2010 -0500
37
38     fsl: rename 'dma' to 'brdcfg1' in the ngPIXIS structure
39
40     The ngPIXIS is a board-specific FPGA, but the definition of the registers
41     is mostly consistent.  On boards where it matter, register 9 is called
42     'brdcfg1' instead of 'dma', so rename the variable in the ngpixis_t
43     definition.
44
45     Signed-off-by: Timur Tabi <timur@freescale.com>
46     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47
48 commit 6e37a044076896ba88b0d6316fadd492032c5193
49 Author: Timur Tabi <timur@freescale.com>
50 Date:   Thu May 20 12:45:39 2010 -0500
51
52     fsl/85xx: add clkdvdr and pmuxcr2 to global utilities structure definition
53
54     Add the 'clkdvdr' and 'pmuxcr2' registers to the 85xx definition of
55     struct ccsr_gur.
56
57     Signed-off-by: Timur Tabi <timur@freescale.com>
58     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59
60 commit 39c209546ab5b11ca6410c5cc57dcbf457e50800
61 Author: Tom <Tom@bumblecow.com>
62 Date:   Fri May 28 13:23:16 2010 -0500
63
64     ARM Update mach-types
65
66     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
67     And built with
68
69     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
70     commit 3defb2476166445982a90c12d33f8947e75476c4
71
72     Signed-off-by: Tom <Tom@bumblecow.com>
73
74 commit 551bd947bd6f982fa38dde840576eba52346160c
75 Author: Tom <Tom@bumblecow.com>
76 Date:   Sun May 9 16:58:11 2010 -0500
77
78     ARM Update mach-types
79
80     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
81     And built with
82
83     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
84     commit 257dab81413b31b8648becfe11586b3a41e5c29a
85
86     Signed-off-by: Tom <Tom@bumblecow.com>
87
88 commit 1117cbf2adac59050af1751af6c6a524afa5c3ef
89 Author: Thomas Chou <thomas@wytron.com.tw>
90 Date:   Fri May 28 10:56:50 2010 +0800
91
92     nios: remove nios-32 arch
93
94     The nios-32 arch is obsolete and broken. So it is removed.
95
96     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
97
98 commit 6803336c9f21ba428f5c1b1cf825bbbac0a762e5
99 Author: Thomas Chou <thomas@wytron.com.tw>
100 Date:   Fri May 21 11:08:02 2010 +0800
101
102     nios2: allow STANDALONE_LOAD_ADDR overriding
103
104     This patch allows users to override default STANDALONE_LOAD_ADDR.
105     The gcclibdir path was duplicated in the standalone Makefile and
106     can be removed.
107
108     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
109     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
110
111 commit 8d52ea6db484c689a75ef8a36a4e525753b8f078
112 Author: Thomas Chou <thomas@wytron.com.tw>
113 Date:   Sat May 15 06:00:05 2010 +0800
114
115     nios2: fix div64 issue for gcc4
116
117     This patch fixes the run-time error on div64 when built with
118     gcc4, which was reported by jhwu0625 on nios forum. It merges
119     math support from libgcc of gcc4. This patch is copied from
120     nios2-linux.
121
122     It works with both gcc3 and gcc4. The old mult.c, divmod.c and
123     math.h are removed.
124
125     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
126     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
127
128 commit 0df01fd3d71481b5cc7aeea6a741b9fc3be15178
129 Author: Thomas Chou <thomas@wytron.com.tw>
130 Date:   Fri May 21 11:08:03 2010 +0800
131
132     nios2: fix r15 issue for gcc4
133
134     The "-ffixed-r15" option doesn't work well for gcc4. Since we
135     don't use gp for small data with option "-G0", we can use gp
136     as global data pointer. This allows compiler to use r15. It
137     is necessary for gcc4 to work properly.
138
139     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
140     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
141
142 commit 661ba14051db6766932fcb50ba1ec7c67f230054
143 Author: Thomas Chou <thomas@wytron.com.tw>
144 Date:   Fri Apr 30 11:34:16 2010 +0800
145
146     spi: add altera spi controller support
147
148     This patch adds the driver of altera spi controller, which is
149     used as epcs/spi flash controller. It also works with mmc_spi
150     driver.
151
152     This driver support more than one spi bus, with base list declared
153     #define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... }
154
155     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
156     Tested-by: Ian Abbott <abbotti@mev.co.uk>
157     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
158
159 commit 1e8e9bad2db38e93c3bc9f4b6238b3d8be99e469
160 Author: Thomas Chou <thomas@wytron.com.tw>
161 Date:   Fri Apr 30 11:34:15 2010 +0800
162
163     nios2: add gpio support to nios2-generic board
164
165     This patch adds gpio support of Altera PIO component to the
166     nios2-generic board. Though it drives only gpio_led at the
167     moment, it supports bidirectional port to control bit-banging
168     I2C, NAND flash busy status or button switches, etc.
169
170     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
171     Tested-by: Ian Abbott <abbotti@mev.co.uk>
172     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
173
174 commit 3e6b86b5552840bb4147871a753840eb3923374c
175 Author: Thomas Chou <thomas@wytron.com.tw>
176 Date:   Fri Apr 30 11:34:14 2010 +0800
177
178     misc: add gpio based status led driver
179
180     This patch adds a status led driver followed the GPIO access
181     conventions of Linux. The led mask is used to specify the gpio pin.
182
183     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
184     Tested-by: Ian Abbott <abbotti@mev.co.uk>
185     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
186
187 commit cedd341d551b6b705e97ab1953a87575b9ff9ef9
188 Author: Thomas Chou <thomas@wytron.com.tw>
189 Date:   Fri Apr 30 11:34:13 2010 +0800
190
191     nios2: add gpio support
192
193     This patch adds driver for a trivial gpio core, which is described
194     in http://nioswiki.com/GPIO. It is used for gpio led and nand flash
195     interface in u-boot.
196
197     When CONFIG_SYS_GPIO_BASE is not defined, board may provide
198     its own driver.
199
200     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
201     Tested-by: Ian Abbott <abbotti@mev.co.uk>
202     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
203
204 commit adf55679af1ed98c15a136eb81d6204ebe740b30
205 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
206 Date:   Tue Mar 30 19:19:51 2010 +0100
207
208     add CONFIG_SYS_FEC_FULL_MII for MCF5445x
209
210     This patch adds support for full MII interface on MCF5445x (in contrast
211     to RMII as used on the evaluation boards).
212
213     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
214
215 commit ae49099755affc942171a7727c1b12c51d167abf
216 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
217 Date:   Tue Mar 30 19:19:50 2010 +0100
218
219     add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445x
220
221     This patch adds the possibility to handle seperate PHYs to MCF5445x.
222     Naming is chosen to resemble the contrary CONFIG_FEC_SHARED_PHY in the
223     linux kernel.
224
225     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
226
227 commit e9b43cae1a20af13d1baeb13038b3f34905c14b5
228 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
229 Date:   Tue Mar 30 19:20:31 2010 +0100
230
231     add missing PCS3 for MCF5445x
232
233     This patch adds the code for handling PCS3 (DSPI chip select 3) in
234     cpu_init.c and m5445x.h
235
236     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
237
238 commit d0fe1128c4451327b9cb0fac1a76efd194b078b5
239 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
240 Date:   Wed May 26 21:26:43 2010 +0400
241
242     USB: fix create_pipe()
243
244     create_pipe() can give wrong result if an expression is passed as the 'endpoint'
245     argument -- due to missing parentheses.
246
247     Thanks to Martin Mueller for finding the bug and providing the patch.
248
249     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
250
251 commit c941b77adc40f344215e367b3d1fc638addff870
252 Author: Andrew Caldwell <Andrew.Caldwell@analog.com>
253 Date:   Fri May 7 15:10:07 2010 -0400
254
255     Blackfin: nand: drain the write buffer before returning
256
257     The current Blackfin nand write function fills up the write buffer but
258     returns before it has had a chance to drain.  On faster systems, this
259     isn't a problem as the operation finishes before the ECC registers are
260     read, but on slower systems the ECC may be incomplete when the core tries
261     to read it.
262
263     So wait for the buffer to drain once we're done writing to it.
264
265     Signed-off-by: Andrew Caldwell <Andrew.Caldwell@analog.com>
266     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
267
268 commit 01f03bda5b22e5aeae5f02fd537da97a41485c73
269 Author: Wolfgang Denk <wd@denx.de>
270 Date:   Wed May 26 23:57:08 2010 +0200
271
272     Prepare v2010.06-rc1
273
274     Signed-off-by: Wolfgang Denk <wd@denx.de>
275
276 commit c4976807cbbabd281f45466ac5e47e5639bcc9cb
277 Author: Wolfgang Denk <wd@denx.de>
278 Date:   Wed May 26 23:51:22 2010 +0200
279
280     Coding style cleanup, update CHANGELOG.
281
282     Signed-off-by: Wolfgang Denk <wd@denx.de>
283
284 commit c7da8c19b5f7fd58b5b4b1d247648851af56e1f0
285 Author: Andreas Biessmann <andreas.devel@googlemail.com>
286 Date:   Sat May 22 13:17:21 2010 +0200
287
288     config.mk: use different host compiler for OS X 10.6
289
290     Compiling tools subdirectory on Mac OS X 10.6 (Snow Leopard) complains about
291     wrong syntax in system includes.
292
293     In file included from /usr/include/stdio.h:444,
294                      from ../source/u-boot/include/compiler.h:26,
295                      from ../source/u-boot/lib/crc32.c:15:
296     /usr/include/secure/_stdio.h:46: error: syntax error in macro parameter list
297
298     This can be fixed by reverting the workaround for prior OS X releases in
299     config.mk conditionally for OS X 10.6+.
300
301     Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
302     Acked-by: Mike Frysinger <vapier@gentoo.org>
303
304 commit 6ece2550d1c0c5c811b302b1639ea35c2e485203
305 Author: Kumar Gala <galak@kernel.crashing.org>
306 Date:   Fri May 21 04:17:48 2010 -0500
307
308     Convert Makefiles from COBJS-${} to COBJS-$()
309
310     Match style we use almost everywhere else
311
312     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
313
314 commit 59dde44acb82e571808190ccd3cd6b82dc9d7001
315 Author: Michael Weiss <michael.weiss@ifm.com>
316 Date:   Thu May 20 16:09:35 2010 +0200
317
318     powerpc/bootcount: Fix endianness problem
319
320     For CONFIG_SYS_BOOTCOUNT_SINGLEWORD the code had an endianness problem.
321
322     Signed-off-by: Michael Weiss <michael.weiss@ifm.com>
323     Signed-off-by: Detlev Zundel <dzu@denx.de>
324
325 commit d74dda09f0178079705ee1d641444bac44d3ecd9
326 Author: Wolfgang Denk <wd@denx.de>
327 Date:   Wed May 26 22:19:35 2010 +0200
328
329     dm9000x.c: fix compile problems
330
331     Use readX() / writeX() accessors instead of inX() / outX().
332
333     Suggested-by: Mike Frysinger <vapier@gentoo.org>
334     Signed-off-by: Wolfgang Denk <wd@denx.de>
335
336 commit 40792d675a609c83621d098e48a89de07463b3cd
337 Author: Wolfgang Denk <wd@denx.de>
338 Date:   Fri May 21 23:14:53 2010 +0200
339
340     a320evb: fix udelay / __udelay confusion
341
342     Fix the following compiler problems:
343
344     arch/arm/cpu/arm920t/a320/liba320.a(timer.o): In function `udelay':
345     /home/wd/git/u-boot/work/arch/arm/cpu/arm920t/a320/timer.c:160: multiple definition of `udelay'
346     lib/libgeneric.a(time.o):/home/wd/git/u-boot/work/lib/time.c:34: first defined here
347     lib/libgeneric.a(time.o): In function `udelay':
348     time.c:(.text+0x1c): undefined reference to `__udelay'
349
350     Signed-off-by: Wolfgang Denk <wd@denx.de>
351
352 commit 92381c41c718d260476d5c636c473f50e3b5a79c
353 Author: Wolfgang Denk <wd@denx.de>
354 Date:   Fri May 21 23:13:18 2010 +0200
355
356     ARM: */timer.c: fix spelling and vertical alignment
357
358     Signed-off-by: Wolfgang Denk <wd@denx.de>
359
360 commit 3f786bb8542ee85ea898152b40b1f0d98f0801df
361 Author: Mahavir Jain <[mjain@marvell.com]>
362 Date:   Fri May 21 14:37:48 2010 +0530
363
364     bugfix: Guruplug: Use standard miiphy
365
366     call to reset PHY chip.
367
368     Current PHY Software Reset operation in guruplug does not
369     poll reset bit in control register to go to 0(auto clearing)
370     for making sure reset was successful.This patch uses standard
371     miiphy call miiphy_reset to make sure proper PHY reset operation.
372
373     Signed-off-by: Mahavir Jain <mjain@marvell.com>
374
375 commit 71bd860cce4493c5def07804723661e75271052b
376 Author: Kim Phillips <kim.phillips@freescale.com>
377 Date:   Wed May 19 17:06:46 2010 -0500
378
379     mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.c
380
381     commit c7190f028fa950d4d36b6d0b4bb3fc72602ec54c "mpc83xx:
382     retain POR values of non-configured ACR, SPCR, SCCR, and LCRR
383     bitfields" incorrectly shifted <register>_<bitfield> (e.g.
384     ACR_PIPE_DEP) values that were preshifted by their
385     definition in mpc83xx.h.
386
387     this patch removes the unnecessary shifting for the newly
388     utilized mask values in cpu_init.c, and prevents seemingly
389     unrelated symptoms such as an mpc8379erdb board from
390     locking up whilst performing a networking operation,
391     e.g. a tftp.
392
393     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
394
395 commit f6970d0c545b9134af3b347c75ee3d13545b36d8
396 Author: Horst Kronstorfer <hkronsto@frequentis.com>
397 Date:   Tue May 18 10:37:05 2010 +0200
398
399     Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.
400
401     Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
402     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
403
404 commit 445093d175b06226549680b6894923bb0f5e50fa
405 Author: Wolfgang Denk <wd@denx.de>
406 Date:   Tue Nov 17 21:27:39 2009 +0100
407
408     Fix "par[t]ition" typo.
409
410     Signed-off-by: Wolfgang Denk <wd@denx.de>
411
412 commit bdc5f06789c5a0c3a9a2c0eb33ec4d177dbdaa22
413 Author: Stefan Roese <sr@denx.de>
414 Date:   Mon May 17 10:01:05 2010 +0200
415
416     UBI: Fix problem in UBI/Linux "compatibility layer"
417
418     "down_write_trylock" needs to return 1 instead of 0 for success.
419     Otherwise copying a block with a read error (e.g. bit-flip on read)
420     won't work correctly.
421
422     Signed-off-by: Stefan Roese <sr@denx.de>
423
424 commit 1b1f9a9d00447d9eab32ae5633f60a106196b75f
425 Author: Stefan Roese <sr@denx.de>
426 Date:   Mon May 17 10:00:51 2010 +0200
427
428     UBI: Ensure that "background thread" operations are really executed
429
430     The current U-Boot UBI implementation is copied from Linux. In this
431     porting the UBI background thread was not handled correctly. Upon write
432     operations ubi_wl_flush() makes sure, that all queued operations, like
433     page-erase, are completed. But this is missing for read operations.
434
435     This patch now makes sure that such operations (like scrubbing upon
436     bit-flip errors) are not queued, but executed directly.
437
438     Signed-off-by: Stefan Roese <sr@denx.de>
439
440 commit 03af5abd85637d27e96fb999ce6e3992293570b0
441 Author: Stefano Babic <sbabic@denx.de>
442 Date:   Thu May 13 10:26:40 2010 +0200
443
444     MX31: Added support for the Casio COM57H5M10XRC to QONG
445
446     The patch adds setup to connect a CASIO COM57H5M10XRC
447     (640x480 TFT display) to the QONG module.
448
449     Signed-off-by: Stefano Babic <sbabic@denx.de>
450
451 commit 2f05e394fccf62a4693c6b8323de725f90d1f003
452 Author: Wolfgang Denk <wd@denx.de>
453 Date:   Mon May 17 23:34:18 2010 +0200
454
455     fsl_diu_fb.c: fix build warnings
456
457     Commit 15351855 "fsl-diu: Using I/O accessor to CCSR space" caused a
458     number of "passing argument 2 of 'out_be32' makes integer from pointer
459     without a cast" warnings; fix these.
460
461     Signed-off-by: Wolfgang Denk <wd@denx.de>
462     Cc: Dave Liu <daveliu@freescale.com>
463     Cc: Jerry Huang <Chang-Ming.Huang@freescale.com>
464     Cc: Kumar Gala <galak@kernel.crashing.org>
465
466 commit f2d76ae4fdde180e120ea2d29d6ef881360b3cba
467 Author: Nick Thompson <nick.thompson@ge.com>
468 Date:   Tue May 11 11:29:52 2010 +0100
469
470     Avoid use of divides in print_size
471
472     Modification of print_size to avoid use of divides and especially
473     long long divides. Keep the binary scale factor in terms of bit
474     shifts instead. This should be faster, since the previous code
475     gave the compiler no clues that the divides where always powers
476     of two, preventing optimisation.
477
478     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
479     Acked-by: Timur Tabi <timur@freescale.com>
480
481 commit a599cde7698acc5ae3d0f731b4a7d63a931aae63
482 Author: Serge Ziryukin <ftrvxmtrx@gmail.com>
483 Date:   Mon May 10 17:40:49 2010 +0300
484
485     lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr
486
487     Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
488
489 commit b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e
490 Author: Ron Madrid <ron_madrid@sbcglobal.net>
491 Date:   Fri May 14 16:27:48 2010 -0700
492
493     Fix SICRL setting in SIMPC8313
494
495     This patch sets the SICRL_LBC bits in SICRL to change the function of the
496     associated pins to GPIO functionality.
497
498     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
499
500 commit a4bfc4cc466473b97c7fe84bdf261b2935887e3f
501 Author: Kim Phillips <kim.phillips@freescale.com>
502 Date:   Fri May 14 13:18:54 2010 -0500
503
504     mpc83xx: fix NAND bootstrap too big error
505
506     commit 167cdad1372917bc11c636c359aad02625291fa9 "SERIAL: Enable
507     port-mapped access" inadvertently broke 83xx nand boards by
508     converting NS16550_init to use io accessors, which expanded
509     the size of the generated code.
510
511     this patch fixes the problem by removing icache functions from
512     the nand builds, which somewhat follows commit
513     1a2e203b31d33fb720f2cf1033b241ad36ab405a "mpc83xx: turn on icache
514     in core initialization to improve u-boot boot time"
515
516     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
517
518 commit e74244c5a1c8bcea9b047217277dcd3235a285f4
519 Author: Ron Madrid <ron_madrid@sbcglobal.net>
520 Date:   Mon May 10 15:23:20 2010 -0700
521
522     Removal of checkboard from spl bootstrap build for SIMPC8313
523
524     This patch removes the checkboard function from the build of
525     the 4k bootstrap section for the SIMPC8313 as it is not needed
526     in the spl build.  This will allow > 100 bytes of extra room
527     for other uses.
528
529     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
530     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
531
532 commit 9c3f2d6670e6151f4f6329f572a62b0d2d6768ce
533 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
534 Date:   Tue May 11 09:54:00 2010 +0200
535
536     ppc4xx: Fix building PLU405 board
537
538     Due to some overlapping sections it's time to update TEXT_BASE
539     for this board.
540
541     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
542     Signed-off-by: Stefan Roese <sr@denx.de>
543
544 commit a2a0a7171303de5d8ce099344efde2e29ee36eb0
545 Author: Wolfgang Denk <wd@denx.de>
546 Date:   Sat May 15 21:23:51 2010 +0200
547
548     Makefile: fix out-of-tree building of "u-boot.img" target
549
550     Signed-off-by: Wolfgang Denk <wd@denx.de>
551
552 commit 2e4f35dbd8e11c3121af99ea8e04ce4fb39e9a4e
553 Author: Wolfgang Denk <wd@denx.de>
554 Date:   Sat May 15 20:22:21 2010 +0200
555
556     MVBLM7, MVSMR: fix Makefile (cleanup bootscript.img)
557
558     Fix MVBLM7 and MVSMR Makefiles for correct out-of-tree building
559     (create "bootscript.img" in build directory instead of source
560     directory) and cleanup (remove "bootscript.img" when cleaning up).
561
562     Signed-off-by: Wolfgang Denk <wd@denx.de>
563     Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
564
565 commit cd4b02be1bb732f3990801ff81b57bd597b1d5b6
566 Author: Wolfgang Denk <wd@denx.de>
567 Date:   Mon May 10 23:08:02 2010 +0200
568
569     ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
570
571     Signed-off-by: Wolfgang Denk <wd@denx.de>
572     Tested-by: Thomas Weber <weber@corscience.de>
573
574 commit 7b43db92110ec2f15c5f7187a165f2928464966b
575 Author: Wolfgang Denk <wd@denx.de>
576 Date:   Sun May 9 23:52:59 2010 +0200
577
578     drivers/mmc/fsl_esdhc.c: fix compiler warnings
579
580     Commit 77c1458d caused the following compiler warnings:
581
582     fsl_esdhc.c: In function 'esdhc_pio_read_write':
583     fsl_esdhc.c:142: warning: assignment discards qualifiers from pointer target type
584     fsl_esdhc.c: In function 'esdhc_setup_data':
585     fsl_esdhc.c:169: warning: unused variable 'wml_value'
586     fsl_esdhc.c: In function 'esdhc_pio_read_write':
587     fsl_esdhc.c:164: warning: control reaches end of non-void function
588
589     Fix these.
590
591     Signed-off-by: Wolfgang Denk <wd@denx.de>
592     Cc: Dipen Dudhat <dipen.dudhat@freescale.com>
593     Cc: Andy Fleming <afleming@freescale.com>
594
595 commit bcb6c2bb84705bfd73eed5c9a31e9ff24833ee8c
596 Author: York Sun <yorksun@freescale.com>
597 Date:   Fri May 7 09:12:01 2010 -0500
598
599     Enabled support for Rev 1.3 SPD for DDR2 DIMMs
600
601     SPD has minor change from Rev 1.2 to 1.3. This patch enables Rev 1.3.
602     The difference has ben examined and the code is compatible.
603     Speed bins is not verified on hardware for CL7 at this moment.
604
605     This patch also enables SPD Rev 1.x where x is up to "F". According to SPD
606     spec, the lower nibble is optionally used to determine which additinal bytes
607     or attribute bits have been defined. Software can safely use defaults. However,
608     the upper nibble should always be checked.
609
610     Signed-off-by: York Sun <yorksun@freescale.com>
611     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
612
613 commit f54fe87acedbbad7d29ad18cab31d2b323717514
614 Author: Kumar Gala <galak@kernel.crashing.org>
615 Date:   Tue Apr 20 10:21:25 2010 -0500
616
617     85xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabled
618
619     On the MPC85xx platform if we have SATA its connected on SERDES.
620     Determing if SATA is enabled via sata_initialize should not be board
621     specific and thus we move it out of the MPC8536DS board code.
622
623     Additionally, now that we have is_serdes_configured() we can determine
624     if the given SATA port is enabled and error out if its not in the
625     driver.
626
627     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
628
629 commit 54648985e2a64e29784e3ed37cd45b637305cd65
630 Author: Kumar Gala <galak@kernel.crashing.org>
631 Date:   Tue Apr 20 10:21:12 2010 -0500
632
633     85xx/mpc8536ds: Use is_serdes_configured() to determine of PCIe enabled
634
635     The new is_serdes_configured covers a broader range of devices than the
636     PCI specific code.  Use it instead as we convert away from the
637     is_fsl_pci_cfg() code.
638
639     Additionally move to setting LAWs for PCI based on if its configured.
640     Also updated PCI FDT fixup code to remove PCI controllers from dtb if
641     they are configured.
642
643     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
644
645 commit 6ab4011b796e0af130ca160ea3c674d462f3bec4
646 Author: Kumar Gala <galak@kernel.crashing.org>
647 Date:   Tue Apr 20 10:20:33 2010 -0500
648
649     85xx: Add is_serdes_configured() support to MPC8536 SERDES
650
651     Add the ability to determine if a given IP block connected on SERDES is
652     configured.  This is useful for things like PCIe and SRIO since they are
653     only ever connected on SERDES.
654
655     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
656
657 commit 15351855776f32d40d9c336c0dc6d22a7bcf40c2
658 Author: Jerry Huang <Chang-Ming.Huang@freescale.com>
659 Date:   Thu Apr 8 15:56:07 2010 +0800
660
661     fsl-diu: Using I/O accessor to CCSR space
662
663     Using PPC I/O accessor to DIU I/O space instead of directly
664     read/write. It will prevent the dozen of compiler order issue
665     and PPC hardware order issue for accessing I/O space.
666
667     Using the toolchain(tc-fsl-x86lnx-e500-dp-4.3.74-2.i386.rpm)
668     can show up the order issue of DIU driver.
669
670     Signed-off-by: Dave Liu <daveliu@freescale.com>
671     Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
673
674 commit fd194f82d1c30802f0597a3e359fdc03ed397367
675 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
676 Date:   Mon May 3 13:22:31 2010 +0200
677
678     mpc83xx/mvBLM7: add usb commands and cleanup.
679
680     Add USB commands.
681     Rename autoscript to bootscript.
682     Add automatic bootscript image generation to makefile.
683
684     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
685     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
686
687 commit 3b439792b0781921c599d8af9bed6a771d295b53
688 Author: Ron Madrid <ron_madrid@sbcglobal.net>
689 Date:   Wed Apr 28 16:04:43 2010 -0700
690
691     mpc83xx: Add UPMA configuration to SIMPC8313
692
693     Added UPM array table, upmconfig, and Local Bus configuration support for SIMPC8313
694
695     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
696     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
697
698 commit 5794619e29c5e22280b0b09b2ea6bc3d2e00da3f
699 Author: Mike Frysinger <vapier@gentoo.org>
700 Date:   Wed May 5 04:32:43 2010 -0400
701
702     serial: punt unused serial_addr()
703
704     Only one file apparently defines this function, and it merely stubs
705     it out. So if no one is defining/calling it, punt it.
706
707     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
708
709 commit f745817e741e4251afbd9d5d7f04b2419f4aa9d9
710 Author: Mike Frysinger <vapier@gentoo.org>
711 Date:   Tue Apr 27 14:15:34 2010 -0400
712
713     update include/asm/ gitignore after move
714
715     With the cpu include paths moved, the gitignore paths need updating.
716
717     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
718     Tested-by: Tom Rix <tom@bumblecow.com>
719
720 commit d0179083a9c9e12c8c5400b107156c14c7da1222
721 Author: Kumar Gala <galak@kernel.crashing.org>
722 Date:   Wed Apr 28 02:52:02 2010 -0500
723
724     Fixup native builds on powerpc
725
726     When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the
727     same way.  We use HOSTARCH == ARCH to determine if a build is native.
728
729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
730
731 commit 65d342541e78ab9a22bf480cc4fe2f659f94bad4
732 Author: Serge Ziryukin <ftrvxmtrx@gmail.com>
733 Date:   Sun Apr 25 21:32:36 2010 +0300
734
735     cmd_usb.c: show cmd usage if no args given
736
737     Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
738
739 commit e4a95d112e5ea8368bfbdac6ff963d1b8dc63cf0
740 Author: Stefan Roese <sr@denx.de>
741 Date:   Wed Apr 28 10:47:36 2010 +0200
742
743     powerpc: Consolidate bootcount_{store|load} for PowerPC
744
745     This patch consolidates bootcount_{store|load} for PowerPC by
746     implementing a common version in arch/powerpc/lib/bootcount.c. This
747     code is now used by all PowerPC variants that currently have these
748     functions implemented.
749
750     The functions now use the proper IO-accessor functions to read/write the
751     values.
752
753     This code also supports two different bootcount versions:
754
755     a) Use 2 separate words (2 * 32bit) to store the bootcounter
756     b) Use only 1 word (2 * 16bit) to store the bootcounter
757
758     Version b) was already used by MPC5xxx.
759
760     Signed-off-by: Stefan Roese <sr@denx.de>
761     Acked-by: Detlev Zundel <dzu@denx.de>
762     Acked-by: Kim Phillips <kim.phillips@freescale.com>
763               for 83xx parts
764     Cc: Michael Zaidman <michael.zaidman@gmail.com>
765     Cc: Wolfgang Denk <wd@denx.de>
766     Cc: Kim Phillips <kim.phillips@freescale.com>
767     Cc: Anatolij Gustschin <agust@denx.de>
768
769 commit 767fdc4af684770f5e97a6c5e19a8ac2616b8329
770 Author: Ender.Dai <ender.dai@gmail.com>
771 Date:   Thu Apr 22 15:24:25 2010 +0800
772
773     drivers/*/Makefile: fix conditional compile rule.
774
775     Fix conditional compile rule for twl4030.c and videomodes.c.
776
777     Signed-off-by: Ender.Dai <ender.dai@gmail.com>
778
779 commit 54fa2c5b51c564cce716942d26492437457980a4
780 Author: Larry Johnson <lrj@acm.org>
781 Date:   Tue Apr 20 08:09:43 2010 -0400
782
783     Move test for unnecessary memmove to memmove_wd()
784
785     Signed-off-by: Larry Johnson <lrj@acm.org>
786
787 commit b050c72d52c4e30d5b978ab6758f8dcdbe5c690c
788 Author: Mike Frysinger <vapier@gentoo.org>
789 Date:   Tue Apr 20 05:49:30 2010 -0400
790
791     compiler.h: add uint typedef
792
793     Recent crc changes started using the "uint" type in headers that are used
794     on the build system.  This subsequently broke mingw targets as they do not
795     provide such a type.  So add this basic typedef to compiler.h so that we
796     do not have to worry about this breaking again in the future.
797
798     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
799
800 commit 39f7aacf3fd285b42b92c2c2d66d95339a3569cc
801 Author: Trübenbach, Ralf <Ralf.Truebenbach@men.de>
802 Date:   Wed Apr 14 11:15:16 2010 +0200
803
804     command.c: Enable auto tab for the editenv command
805
806     Enable the auto completion (with TAB) of the environment variable name
807     after the editenv command.
808
809     Signed-off-by: Ralf Trübenbach <ralf.truebenbach@men.de>
810
811 commit 0738e24e2c1d95bb94455d44485dc5d7b9c9d707
812 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
813 Date:   Tue Apr 13 09:59:09 2010 +0200
814
815     74xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 board
816
817     Add ECC support for DDR RAM for MV64360 on esd CPCI-CPU/750 board.
818
819     This patch also adds the "pldver" command to display the CPLD
820     revision.
821
822     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
823     Signed-off-by: Stefan Roese <sr@denx.de>
824
825 commit 1f9f3cf6ccbccae1c1edff01ec20fe2a586b9701
826 Author: Graeme Russ <graeme.russ@gmail.com>
827 Date:   Sat Apr 24 00:06:00 2010 +1000
828
829     sc520: Fix minor DRAM Controller Setup bug
830
831     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
832
833 commit d20053efdf328d97a018536689fc55df4faf1094
834 Author: Graeme Russ <graeme.russ@gmail.com>
835 Date:   Sat Apr 24 00:05:59 2010 +1000
836
837     sc520: Update to new AMD Copyright
838
839     AMD recently changed the licensing of the RAM sizing code to the
840     GPLv2 (or at your option any later version)
841
842     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
843
844 commit 880c59e5add3681bd4dca14d2fd20152bee7ad14
845 Author: Graeme Russ <graeme.russ@gmail.com>
846 Date:   Sat Apr 24 00:05:58 2010 +1000
847
848     eNET: Implement eNET Watchdog
849
850     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
851
852 commit f2a55055e9b19f3eba9de97ff454cf8bfef25468
853 Author: Graeme Russ <graeme.russ@gmail.com>
854 Date:   Sat Apr 24 00:05:57 2010 +1000
855
856     eNET: Use SC520 MMCR to reset eNET board
857
858     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
859
860 commit 4a4c31ae08d4dcabe348013e135de28b01c29bf0
861 Author: Graeme Russ <graeme.russ@gmail.com>
862 Date:   Sat Apr 24 00:05:56 2010 +1000
863
864     eNET: Add PC/AT compatibility setup function
865
866     The eNET uses the sc520 software timers rather than the PC/AT clones
867
868     Set all interrupts and timers up to be PC/AT compatible
869
870     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
871
872 commit 8fd805632f95e5e834f312a51aa969bf1d99c41b
873 Author: Graeme Russ <graeme.russ@gmail.com>
874 Date:   Sat Apr 24 00:05:55 2010 +1000
875
876     eNET: Add support for onboard RTL8100B (RTL8139) chips
877
878     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
879
880 commit 21e67e796bb1d59a484dce2b4203d61bf1fd5be8
881 Author: Graeme Russ <graeme.russ@gmail.com>
882 Date:   Sat Apr 24 00:05:54 2010 +1000
883
884     sc520: Board Specific PCI Init
885
886     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
887
888 commit 0278216b76fc1e5dbf4cbd10d5d734323039c36f
889 Author: Graeme Russ <graeme.russ@gmail.com>
890 Date:   Sat Apr 24 00:05:53 2010 +1000
891
892     sc520: Move PCI defines to PCI include file
893
894     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
895
896 commit 4f197c30e5cb3005909402b7fc630cb092eef02f
897 Author: Graeme Russ <graeme.russ@gmail.com>
898 Date:   Sat Apr 24 00:05:52 2010 +1000
899
900     eNET: Fix CONFIG_SYS_HZ to be 1000
901
902     The clock interupt has always been 1kHz as per timer_init() in
903     /arch/i386/cpu/sc520/sc520_timer.c
904
905     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
906
907 commit 6fd445c32860bb06e9a68b516845a1bbf7c37889
908 Author: Graeme Russ <graeme.russ@gmail.com>
909 Date:   Sat Apr 24 00:05:51 2010 +1000
910
911     eNET: Fix Flash Write
912
913     Onboard AMD Flash chip does not support buffered writes
914
915     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
916
917 commit 5204566e53a3c519e8795480d056635bc64b11cd
918 Author: Graeme Russ <graeme.russ@gmail.com>
919 Date:   Sat Apr 24 00:05:50 2010 +1000
920
921     sc520: Allow boards to override udelay
922
923     If the board has a high precision mico-second timer, it maked sense to use
924     it instead of the on-chip one
925
926     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
927
928 commit 95ffaba39042064c5eb68404894fd6b0f1d6a3e3
929 Author: Graeme Russ <graeme.russ@gmail.com>
930 Date:   Sat Apr 24 00:05:49 2010 +1000
931
932     x86: Fix support for booting bzImage
933
934     Add support for newer (up to 2.6.33) kernels
935
936     Add zboot command which takes the address of a bzImage as its first
937     argument and (optionally) the size of the bzImage as the second argument
938     (the second argument is needed for older kernels which do not include
939     the bzImage size in the header)
940
941     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
942
943 commit 79ea6b87011c0524ced31359e2be7aac97c29d0a
944 Author: Graeme Russ <graeme.russ@gmail.com>
945 Date:   Sat Apr 24 00:05:48 2010 +1000
946
947     x86: Provide weak PC/AT compatibility setup function
948
949     It is possibly to setup x86 boards to use non-PC/AT configurations. For
950     example, the sc520 is an x86 CPU with PC/AT and non-PC/AT peripherals.
951     This function allows the board to set itself up for maximum PC/AT
952     compatibility just before booting the Linux kernel (the Linux kernel
953     'just works' if everything is PC/AT compliant)
954
955     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
956
957 commit bf16500f79fdf2653a286b40bb601cb185ac4675
958 Author: Graeme Russ <graeme.russ@gmail.com>
959 Date:   Sat Apr 24 00:05:47 2010 +1000
960
961     x86: Use CONFIG_SERIAL_MULTI
962
963     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
964
965 commit 167cdad1372917bc11c636c359aad02625291fa9
966 Author: Graeme Russ <graeme.russ@gmail.com>
967 Date:   Sat Apr 24 00:05:46 2010 +1000
968
969     SERIAL: Enable port-mapped access
970
971     The x86 architecture exclusively uses Port-Mapped I/O (inb/outb) to access
972     the 16550 UARTs. This patch mimics how Linux selects between Memory-Mapped
973     and Port-Mapped I/O. This allows x86 boards to use CONFIG_SERIAL_MUTLI and
974     drop the custom serial port driver
975
976     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
977
978 commit 153c2d9f2397e8b6ca03cfebb4e9666ea0b0637c
979 Author: Graeme Russ <graeme.russ@gmail.com>
980 Date:   Sat Apr 24 00:05:45 2010 +1000
981
982     x86: Fix copying of Real-Mode code into RAM
983
984     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
985
986 commit 2fb1bc4f53618743b92a48763d7aaa0ece9ad98f
987 Author: Graeme Russ <graeme.russ@gmail.com>
988 Date:   Sat Apr 24 00:05:44 2010 +1000
989
990     x86: Pass relocation offset into Global Data
991
992     In order to locate the 16-bit BIOS code, we need to know the reloaction
993     offset.
994
995     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
996
997 commit c14a3669b22d3e430b416cdee92b751f13697a1f
998 Author: Graeme Russ <graeme.russ@gmail.com>
999 Date:   Sat Apr 24 00:05:43 2010 +1000
1000
1001     x86: Move GDT to a safe location in RAM
1002
1003     Currently, the GDT is either located in FLASH or in the non-relocated
1004     U-Boot image in RAM. Both of these locations are unsafe as those
1005     locations can be erased during a U-Boot update. Move the GDT into the
1006     highest available memory location and relocate U-Boot to just below it
1007
1008     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1009
1010 commit 077e1958ca4afe12d88043b123ded058c51b89f7
1011 Author: Graeme Russ <graeme.russ@gmail.com>
1012 Date:   Sat Apr 24 00:05:42 2010 +1000
1013
1014     x86: Add RAM bootstrap functionality
1015
1016     Add a parameter to the 32-bit entry to indicate if entry is from Real
1017     Mode or not. If entry is from Real Mode, execute the destructive 'sizer'
1018     routine to determine memory size as we are booting cold and running in
1019     Flash. If not entering from Real Mode, we are executing a U-Boot image
1020     from RAM and therefore the memory size is already known (and running
1021     'sizer' will destroy the running image)
1022
1023     There are now two 32-bit entry points. The first is the 'in RAM' entry
1024     point which exists at the start of the U-Boot binary image. As such,
1025     you can load u-boot.bin in RAM and jump directly to the load address
1026     without needing to calculate any offsets. The second entry point is
1027     used by the real-to-protected mode switch
1028
1029     This patch also changes TEXT_BASE to 0x6000000 (in RAM). You can load
1030     the resulting image at 0x6000000 and simple go 0x6000000 from the u-boot
1031     prompt
1032
1033     Hopefully a later patch will completely elliminate any dependency on
1034     TEXT_BASE like a relocatable linux kernel (perfect world)
1035
1036     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1037
1038 commit 759598f82f02cc84614450807cb5de43ca18a339
1039 Author: Graeme Russ <graeme.russ@gmail.com>
1040 Date:   Sat Apr 24 00:05:41 2010 +1000
1041
1042     x86: Split sc520 memory sizing versus reporting
1043
1044     This patch allows the low-level assembler boot-strap to obtain the RAM
1045     size without calling the destructive 'sizer' routine. This allows
1046     boot-strapping from a U-Boot image loaded in RAM
1047
1048     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1049
1050 commit 4dba333b3c7b34073b0439cc942877f98403632c
1051 Author: Graeme Russ <graeme.russ@gmail.com>
1052 Date:   Sat Apr 24 00:05:40 2010 +1000
1053
1054     x86: Fix sc520 memory size reporting
1055
1056     There is an error in how the assembler version of the sc520 memory size
1057     reporting code works. As a result, it will only ever report at most the
1058     size of one bank of RAM
1059
1060     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1061
1062 commit 9e08efcfee22570bb3a9ea384bf4d60b378f6092
1063 Author: Graeme Russ <graeme.russ@gmail.com>
1064 Date:   Sat Apr 24 00:05:39 2010 +1000
1065
1066     x86: Fix do_go_exec()
1067
1068     This was broken a long time ago by a49864593e083a5d0779fb9ca98e5a0f2053183d
1069     which munged the NIOS and x86 do_go_exec()
1070
1071     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1072
1073 commit 433ff2bdbccc5190189528305e4ed6f7205dbafd
1074 Author: Graeme Russ <graeme.russ@gmail.com>
1075 Date:   Sat Apr 24 00:05:38 2010 +1000
1076
1077     x86: Add register dump to crash handlers
1078
1079     Shamelessly steal the Linux x86 crash handling code and shove it into
1080     U-Boot (cool - it fits). Be sure to include suitable attribution to
1081     Linus
1082
1083     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1084
1085 commit 64a0a4995e79ef9813bb51d5f1ff35ae5dabfc7e
1086 Author: Graeme Russ <graeme.russ@gmail.com>
1087 Date:   Sat Apr 24 00:05:37 2010 +1000
1088
1089     x86: Fix MMCR Access
1090
1091     Change sc520 MMCR Access to use memory accessor functions
1092
1093     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1094
1095 commit 535ad2db069aae6d1d36fc05c31cbd8a2b3d8831
1096 Author: Graeme Russ <graeme.russ@gmail.com>
1097 Date:   Sat Apr 24 00:05:36 2010 +1000
1098
1099     x86: #ifdef out getenv_IPaddr()
1100
1101     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1102
1103 commit 721c36705a9efc7b67f78d0c3e8485e4f1b8bcc9
1104 Author: Graeme Russ <graeme.russ@gmail.com>
1105 Date:   Sat Apr 24 00:05:35 2010 +1000
1106
1107     x86: Add unaligned.h
1108
1109     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1110
1111 commit 93c7e70f648fb817e519f6e163b7ef9befc27349
1112 Author: Michael Zaidman <michael.zaidman@gmail.com>
1113 Date:   Wed Apr 7 18:30:08 2010 +0300
1114
1115     POST: Added ECC memory test for mpc83xx.
1116
1117     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
1118
1119     Fixed minor coding style issue.
1120     Signed-off-by: Wolfgang Denk <wd@denx.de>
1121
1122 commit 8cd852824d91e232f1f820a0772c3c1d8af84b05
1123 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
1124 Date:   Sat Mar 27 17:14:36 2010 +0100
1125
1126     cmd_onenand.c: moved to standard subcommand handling
1127
1128     On the fly also fixed the following things:
1129     - write help talked about a parameter oob, but that one was not used, so
1130       removed it from the help message.
1131     - the test command also allowed a force subcommand but didn't use it.
1132       eliminated the code.
1133     - do_onenand made static
1134     - do_onenand contained
1135         int blocksize;
1136         ...
1137         mtd = &onenand_mtd;
1138         this = mtd->priv;
1139         blocksize = (1 << this->erase_shift);
1140       As blocksize was not used the last two statements were unneeded so
1141       removed them.
1142       The first statement (mtd = ....) assigns to a global. Not sure if it
1143       is needed, and since I could not test this, left the line for now
1144
1145     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
1146
1147 commit 3882d7a5a57eb8d1f41570522445bab61c628e6f
1148 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
1149 Date:   Fri Mar 19 15:34:25 2010 +0100
1150
1151     ppc: unused memory region too close to current stack pointer
1152
1153     This avoids a possible overwrite of the (end of) ramdisk by u-boot.
1154     The unused memory region for ppc boot currently starts 1k below the
1155     do_bootm->bootm_start->arch_lmb_reserve stack ptr. This isn't enough since
1156     do_bootm->do_bootm_linux->boot_relocate_fdt calls printf which may
1157     very well use more than 1k stack space.
1158
1159     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
1160
1161 commit 4b42c9059e165500353174601a8e97b2cf81d3f4
1162 Author: Timur Tabi <timur@freescale.com>
1163 Date:   Tue Apr 13 13:16:03 2010 -0500
1164
1165     allow print_size to print large numbers on 32-bit systems
1166
1167     Modify print_size() so that it can accept numbers larger than 4GB on 32-bit
1168     systems.
1169
1170     Add support for display terabyte, petabyte, and exabyte sizes.  Change the
1171     output to use International Electrotechnical Commission binary prefix standard.
1172
1173     Signed-off-by: Timur Tabi <timur@freescale.com>
1174
1175 commit 52dbac69c27dee67a4c051b1055d93b0ac4e2062
1176 Author: Timur Tabi <timur@freescale.com>
1177 Date:   Tue Apr 13 13:16:02 2010 -0500
1178
1179     fix print_size printing fractional gigabyte numbers on 32-bit platforms
1180
1181     In print_size(), the math that calculates the fractional remainder of a number
1182     used the same integer size as a physical address.  However, the "10 *" factor
1183     of the algorithm means that a large number (e.g. 1.5GB) can overflow the
1184     integer if we're running on a 32-bit system.  Therefore, we need to
1185     disassociate this function from the size of a physical address.
1186
1187     Signed-off-by: Timur Tabi <timur@freescale.com>
1188
1189 commit b5cebb4fd60fefc7700a486bb74fecc66c07acff
1190 Author: Mike Frysinger <vapier@gentoo.org>
1191 Date:   Wed May 5 03:20:30 2010 -0400
1192
1193     Blackfin: TWI/I2C: implement multibus support
1194
1195     In order to do this cleanly, the register accesses have to be converted to
1196     a C struct (base pointer), so do that in the process.
1197
1198     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1199
1200 commit b4377e12e9aa0b3bf2dcae0a0f02ec9086338506
1201 Author: Stefano Babic <sbabic@denx.de>
1202 Date:   Tue Mar 16 17:22:21 2010 +0100
1203
1204     Add SPI support to mx51evk board
1205
1206     The patch adds SPI devices to the mx51evk board.
1207     The MC13892 chip (PMIC) is supported.
1208
1209     Signed-off-by: Stefano Babic <sbabic@denx.de>
1210
1211 commit d3588a55d4a041f2208290b8b6f9cecbdad179ac
1212 Author: Stefano Babic <sbabic@denx.de>
1213 Date:   Sun Apr 18 19:27:44 2010 +0200
1214
1215     MX: Added definition file for MC13892
1216
1217     The MC13892 is a Power Controller used with processors
1218     of the family MX.51. The file adds definitions to be used to setup
1219     the internal registers via SPI.
1220
1221     Signed-off-by: Stefano Babic <sbabic@denx.de>
1222
1223 commit d205ddcfc5b905eff023d5acac395721d80a92c7
1224 Author: Stefano Babic <sbabic@denx.de>
1225 Date:   Sun Apr 4 22:43:38 2010 +0200
1226
1227     SPI: added support for MX51 to mxc_spi
1228
1229     This patch add SPI support for the MX51 processor.
1230
1231     Signed-off-by: Stefano Babic <sbabic@denx.de>
1232
1233 commit e98ecd71102de9d97bd82be247ed909260fb671b
1234 Author: Stefano Babic <sbabic@denx.de>
1235 Date:   Fri Apr 16 17:13:54 2010 +0200
1236
1237     MX31: Add support for PMIC to the QONG module
1238
1239     Add support for the PMIC (MC13783) controller
1240     and enables charging of the RTC battery.
1241
1242     Signed-off-by: Stefano Babic <sbabic@denx.de>
1243
1244 commit dfe5e14fa263eb8f1a9f087f0284788e7559821d
1245 Author: Stefano Babic <sbabic@denx.de>
1246 Date:   Fri Apr 16 17:11:19 2010 +0200
1247
1248     MX: RTC13783 uses general function to access PMIC
1249
1250     The RTC is part of the Freescale's PMIC controller.
1251     Use general function to access to PMIC internal registers.
1252
1253     Signed-off-by: Stefano Babic <sbabic@denx.de>
1254     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
1255
1256 commit 28bb6d34d3f431b7b00444e2f829b2c04f5daf4d
1257 Author: Stefano Babic <sbabic@denx.de>
1258 Date:   Sun Apr 4 23:08:03 2010 +0200
1259
1260     MX: Added Freescale Power Management Driver
1261
1262     The patch add supports for the Freescale's Power
1263     Management Controller (known as Atlas) used together with i.MX31/51
1264     processors. It was tested with a MC13783 (MX31) and
1265     MC13892 (MX51).
1266
1267     Signed-off-by: Stefano Babic <sbabic@denx.de>
1268
1269 commit ba6adeb48e71f7f1b791b6e98999a5680d919b26
1270 Author: Magnus Lilja <lilja.magnus@gmail.com>
1271 Date:   Fri Apr 23 20:30:49 2010 +0200
1272
1273     i.MX31: Activate NAND support for i.MX31 Litekit board.
1274
1275     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1276
1277 commit 60381d687885c0e2100657ca73e97e38c4604f5e
1278 Author: Fabio Estevam <fabioestevam@yahoo.com>
1279 Date:   Fri Apr 23 06:32:01 2010 -0700
1280
1281     MX51: Fix MX51 CPU detect message
1282
1283     Fix MX51 CPU detect message.
1284
1285     Original string was:
1286     CPU:   Freescale i.MX51 family 3.0V at 800 MHz
1287
1288     which can be misinterpreted as  3.0 Volts instead of the silicon revision.
1289
1290     ,change it to:
1291     CPU:   Freescale i.MX51 family rev3.0 at 800 MHz
1292
1293     Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
1294
1295 commit 68c07a0c215a64826ed13c2f9b00a6d3b298822e
1296 Author: Stefano Babic <sbabic@denx.de>
1297 Date:   Sun Apr 18 20:01:01 2010 +0200
1298
1299     MX51evk: Removed warnings
1300
1301     Changes reflect modifications in the fsl_esdhc driver
1302     (the clk_enable field war removed in the configuration structure).
1303
1304     Signed-off-by: Stefano Babic <sbabic@denx.de>
1305
1306 commit 87db58dca47f93f9fb3b4ed0196dd7a3f5df1cb9
1307 Author: Anatolij Gustschin <agust@denx.de>
1308 Date:   Wed Apr 21 13:52:38 2010 +0200
1309
1310     tx25: fix crash while booting Linux
1311
1312     Currently booting Linux on TX25 board doesn't work
1313     since there is no correct mach-id and boot parameters
1314     setup for tx25 board. Fix it now.
1315
1316     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1317     Cc: John Rigby <jcrigby@gmail.com>
1318     Cc: Stefano Babic <sbabic@denx.de>
1319
1320 commit b88c5988db176a0f9de5598d5167ee2498637d40
1321 Author: Kim Phillips <kim.phillips@freescale.com>
1322 Date:   Tue Apr 13 21:11:53 2010 -0500
1323
1324     configs: remove unused CONFIG_COMMAND_HISTORY
1325
1326     $ git grep CONFIG_COMMAND_HISTORY
1327     CHANGELOG:    CONFIG_COMMAND_HISTORY
1328     include/configs/AP1000.h:#define CONFIG_COMMAND_HISTORY 1
1329     include/configs/keymile-common.h:#define CONFIG_COMMAND_HISTORY         1
1330     include/configs/manroland/common.h:#define CONFIG_COMMAND_HISTORY               1
1331     $
1332
1333     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1334     Acked-by: Heiko Schocher <hs@denx.de>
1335
1336 commit 7769c5bc06615293870d00fc81366cd43ba0623a
1337 Author: Anatolij Gustschin <agust@denx.de>
1338 Date:   Tue Apr 13 14:47:32 2010 +0200
1339
1340     mvsmr: fix link error
1341
1342     MVSMR board support doesn't link since recent rework
1343     of U-Boot directory structure. Fix it now.
1344
1345     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1346     Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
1347     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1348     Fixed merge conflict
1349     Signed-off-by: Wolfgang Denk <wd@denx.de>
1350
1351 commit 4324dc72df5879e5b614c4a3f326884723ede9b7
1352 Author: Mike Frysinger <vapier@gentoo.org>
1353 Date:   Tue Apr 27 14:15:28 2010 -0400
1354
1355     Blackfin: bfin_mac: hook up new write_hwaddr function
1356
1357     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1358     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1359
1360 commit 3ac9d6c650d94c51645efa446c1d914c5440990d
1361 Author: Thomas Chou <thomas@wytron.com.tw>
1362 Date:   Tue Apr 27 20:20:27 2010 +0800
1363
1364     net: ethoc: add write_hwaddr support
1365
1366     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1367     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1368
1369 commit 6c7c444786fc4022999362fce119c8b731eedcb4
1370 Author: Thomas Chou <thomas@wytron.com.tw>
1371 Date:   Tue Apr 27 20:15:10 2010 +0800
1372
1373     net: altera_tse: add write_hwaddr support
1374
1375     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1376     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1377
1378 commit fb57ec97b90291c589087167f100483a089837bf
1379 Author: Heiko Schocher <hs@denx.de>
1380 Date:   Tue Apr 27 07:43:52 2010 +0200
1381
1382     net: fec_mxc: add write_hwaddr support
1383
1384     tested on the magnesium board.
1385
1386     Signed-off-by: Heiko Schocher <hs@denx.de>
1387     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1388
1389 commit b5ce63ed12b4cd81d211621aca0c222b20d2a691
1390 Author: Prafulla Wadaskar <prafulla@marvell.com>
1391 Date:   Tue Apr 6 22:21:33 2010 +0530
1392
1393     net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr
1394
1395     Added a new function kwgbe_write_hwaddr for programming egiga
1396     controller's hardware address.
1397     This function will be called for each egiga port being used
1398
1399     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1400     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1401
1402 commit ecee9324d73555e744593f3e0d387bec4c566f55
1403 Author: Ben Warren <biggerbadderben@gmail.com>
1404 Date:   Mon Apr 26 11:11:46 2010 -0700
1405
1406     Program net device MAC addresses after initializing
1407
1408     Add a new function to the eth_device struct for programming a network
1409     controller's hardware address.
1410
1411     After all network devices have been initialized and the proper MAC address
1412     for each has been determined, make a device driver call to program the
1413     address into the device.  Only device instances with valid unicast addresses
1414     will be programmed.
1415
1416     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1417     Acked-by: Detlev Zundel <dzu@denx.de>
1418     Tested-by: Prafulla Wadaskar <prafulla@marvell.com>
1419     Tested-by: Heiko Schocher <hs@denx.de>
1420     Tested-by: Thomas Chou <thomas@wytron.com.tw>
1421
1422 commit c960b13ed22d9ea570957379f9f7f2f37d87ef08
1423 Author: Thomas Chou <thomas@wytron.com.tw>
1424 Date:   Tue Apr 20 12:49:52 2010 +0800
1425
1426     net: add altera triple speeds ethernet mac driver
1427
1428     This driver supports the Altera triple speeds 10/100/1000 ethernet
1429     mac.
1430
1431     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1432     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1433
1434 commit f6569884b45e480e2c575d85ce86a2636a41c66b
1435 Author: Thomas Chou <thomas@wytron.com.tw>
1436 Date:   Thu Apr 15 22:32:38 2010 +0800
1437
1438     net: add opencore 10/100 ethernet mac driver
1439
1440     This patch ports the opencore 10/100 ethernet mac driver ethoc.c
1441     from linux kernel to u-boot.
1442
1443     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1444     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1445
1446 commit bd75db3feb9a8e4123b76006dbe582b71adbf22f
1447 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
1448 Date:   Fri Apr 23 09:40:23 2010 +0400
1449
1450     smc911x driver frame alignment patch
1451
1452     SMSC911x chips have alignment function to allow frame payload data
1453     (which comes after 14-bytes ethernet header) to be aligned at some
1454     boundary when reading it from fifo (usually - 4 bytes boundary).
1455     This is done by inserting fake zeros bytes BEFORE actual frame data when
1456     reading from SMSC's fifo.
1457     This function controlled by RX_CFG register. There are bits that
1458     represents amount of fake bytes to be inserted.
1459
1460     Linux uses alignment of 4 bytes. Ethernet frame header is 14 bytes long,
1461     so we need to add 2 fake bytes to get payload data aligned at 4-bytes
1462     boundary.
1463     Linux driver does this by adding IP_ALIGNMENT constant (defined at
1464     skb.h) when calculating fifo data length. All network subsystem of Linux
1465     uses this constant too when calculating different offsets.
1466
1467     But u-boot does not use any packet data alignment, so we don't need to
1468     add anything when calculating fifo data length.
1469     Moreover, driver zeros the RX_CFG register just one line up, so chip
1470     does not insert any fake data at the beginig. So calculated data length
1471     is always bigger by 1 word.
1472
1473     It seems that at almost every packet read we get an underflow condition
1474     at fifo and possible corruption of data. Especially at continuous
1475     transfers, such as tftp.
1476
1477     Just after removing this magic addition, I've got tftp transfer speed as
1478     it aught to be at 100Mbps. It was really slow before.
1479
1480     It seems that fifo underflow occurs only when using byte packing on
1481     32-bit blackfin bus (may be because of very small delay between reads).
1482
1483     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
1484     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1485
1486 commit f0588fdf921c63f84051923bb29eb4255d62a6e7
1487 Author: Prafulla Wadaskar <prafulla@marvell.com>
1488 Date:   Tue Apr 6 21:33:08 2010 +0530
1489
1490     net: Kirkwood_egiga.c bugfixes for rx path
1491
1492     Cosmetic changes: Few comments updated
1493     Functionality: Rx packet frame size is programming should
1494     be done when port is in disabled state. this is corrected
1495
1496     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1497     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1498
1499 commit 2e236bf28e729aca28e60c153dd8f913d1b3d058
1500 Author: Eric Jarrige <eric.jarrige@armadeus.org>
1501 Date:   Fri Apr 16 00:03:19 2010 +0200
1502
1503     fec_mxc.c: Fix MX27 FEC MAC validity check
1504
1505     Fix MX27 FEC logic to check validity of the MAC address in fuse.
1506     Only null (empty fuse) or invalid MAC address was retrieved from mx27 fuses before this change.
1507
1508     Signed-off-by:  Eric Jarrige <jorasse@armadeus.org>
1509     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1510
1511 commit 538be58568542aac2ed4bdf4c05398cfa67e98f0
1512 Author: Andy Fleming <afleming@freescale.com>
1513 Date:   Mon Apr 19 14:54:49 2010 -0500
1514
1515     tsec: Wait for both RX and TX to stop
1516
1517     When gracefully stopping the controller, the driver was continuing if
1518     *either* RX or TX had stopped.  We need to wait for both, or the
1519     controller could get into an invalid state.
1520
1521     Signed-off-by: Andy Fleming <afleming@freescale.com>
1522     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1523
1524 commit a45dde2293c816138e53c26eca6fd0322583f9a6
1525 Author: Mike Frysinger <vapier@gentoo.org>
1526 Date:   Wed Apr 14 16:29:06 2010 -0400
1527
1528     net: dm9000x: use standard I/O accessors
1529
1530     The current dm9000x driver accesses its memory mapped registers directly
1531     instead of using the standard I/O accessors.  This can cause problems on
1532     Blackfin systems as the accesses can get out of order.  So convert the
1533     direct volatile dereferences to use the normal in/out macros.
1534
1535     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1537
1538 commit 5525856d59910c72687ab6201f39cdf1c04cfc15
1539 Author: Detlev Zundel <dzu@denx.de>
1540 Date:   Thu Apr 8 11:49:59 2010 +0200
1541
1542     mpc512x_fec: Move PHY initialization from probe into init routine.
1543
1544     This saves the autonegotation delay when not using ethernet in U-Boot
1545
1546     Signed-off-by: Detlev Zundel <dzu@denx.de>
1547     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1548
1549 commit 910119b3c462fd6367536899ee43de1eb7d22d8e
1550 Author: John Rigby <jcrigby@gmail.com>
1551 Date:   Wed Apr 7 23:29:40 2010 -0600
1552
1553     fec_mxc don't use internal eeprom on MX25
1554
1555     Avoid using the internal eeprom on MX25 like MX51 already does.
1556
1557     Signed-off-by: John Rigby <jcrigby@gmail.com>
1558     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1559
1560 commit 33f684d6d512992ed1ae37ec46e76bdeb0773bac
1561 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
1562 Date:   Tue Apr 6 11:13:02 2010 +0200
1563
1564     fix lockup in mcfmii/mii_discover_phy() in case communication fails
1565
1566     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
1567     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1568
1569 commit 23c34af48ff0dbff3bbaa8e94df3bf40350a709f
1570 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1571 Date:   Wed Jun 17 16:00:41 2009 -0400
1572
1573     83xx: UEC: Added support for bitBang MII driver access to PHYs
1574
1575     This patch enabled support for having PHYs on bitBang MII and uec MII
1576     operating at the same time. Modeled after the MPC8360ADS implementation.
1577
1578     Added the ability to specify which ethernet interfaces have bitbang SMI
1579     on the board header file.
1580
1581     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1582     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1583
1584 commit 9739946cc5b616c026d433bd07d193cf452ddea0
1585 Author: Robin Getz <rgetz@blackfin.uclinux.org>
1586 Date:   Mon Mar 8 14:07:00 2010 -0500
1587
1588     ./net/net.c - make Microsoft dns servers happy with random_port() numbers
1589
1590     For some reason, (which I can't find any documentation on), if U-Boot
1591     gives a port number higher than 17500 to a Microsoft DNS server, the
1592     server will reply to port 17500, and U-Boot will ignore things (since
1593     that isn't the port it asked the DNS server to reply to).
1594
1595     This fixes that by ensuring the random port number is less than 17500.
1596
1597     Signed-off-by:  Robin Getz <rgetz@blackfin.uclinux.org>
1598     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1599
1600 commit 6f5f89f01195e2d009b317df27197a38fcab3553
1601 Author: Detlev Zundel <dzu@denx.de>
1602 Date:   Thu Apr 1 14:16:41 2010 +0200
1603
1604     Remove unused "local_crc32" function.
1605
1606     For code archeologists, this is a nice example of copy and paste history.
1607
1608     Signed-off-by: Detlev Zundel <dzu@denx.de>
1609     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1610
1611 commit aba4b69d01457ab2988e91c8592e5d2ffb10f569
1612 Author: Detlev Zundel <dzu@denx.de>
1613 Date:   Wed Mar 31 17:56:08 2010 +0200
1614
1615     net: Trivial coding style issue with empty for statement
1616
1617     Signed-off-by: Detlev Zundel <dzu@denx.de>
1618     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1619
1620 commit e3f2a93362c823fc1feb5e8a40ff3c120716a05b
1621 Author: Prafulla Wadaskar <prafulla@marvell.com>
1622 Date:   Wed Mar 3 15:27:21 2010 +0530
1623
1624     net: Kirkwood_egiga.c: fixed build warnings
1625
1626     This patch fixes following build warnings for kirkwood_egiga.c
1627
1628     kirkwood_egiga.c: In function "kwgbe_init":
1629     kirkwood_egiga.c:448: warning: dereferencing type-punned pointer will break strict-aliasing rules
1630     kirkwood_egiga.c: In function "kwgbe_recv":
1631     kirkwood_egiga.c:609: warning: dereferencing type-punned pointer will break strict-aliasing rules
1632
1633     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1634     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1635
1636 commit 20d98c2cea3398ad93beccd4727a371f41514086
1637 Author: Asen Dimov <dimov@ronetix.at>
1638 Date:   Mon Apr 19 14:18:43 2010 +0300
1639
1640     pm9263 converted to at91 soc access
1641
1642     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1643
1644 commit d6b91e30d32871eb20b6227519fd2f3a6ea073fd
1645 Author: Asen Dimov <dimov@ronetix.at>
1646 Date:   Mon Apr 19 14:17:22 2010 +0300
1647
1648     at91: define matrix registers bit fields
1649
1650     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1651
1652 commit eeb50ce193453951529015f50e5c1ccd7b55aad2
1653 Author: Stefano Babic <sbabic@denx.de>
1654 Date:   Tue Apr 13 12:19:06 2010 +0200
1655
1656     MX31: Removed erroneous board name from QONG
1657
1658     QONG is a module that can be installed on several boards,
1659     not only on the QONG-EVB manufactured by Dave srl.
1660
1661     Signed-off-by: Stefano Babic <sbabic@denx.de>
1662
1663 commit c9d944d35e7904229c5333e761bce9d4324971f8
1664 Author: Stefano Babic <sbabic@denx.de>
1665 Date:   Thu Apr 8 17:23:52 2010 +0200
1666
1667     MX31: Add UBI support to QONG module
1668
1669     The UBI/UBIFS support is added to the QONG module.
1670
1671     Signed-off-by: Stefano Babic <sbabic@denx.de>
1672
1673 commit eab40f819ddd50eef465619db1386c053b59a95b
1674 Author: Stefano Babic <sbabic@denx.de>
1675 Date:   Wed Mar 31 10:27:47 2010 +0200
1676
1677     MX31: Support 128MB RAM on QONG module
1678
1679     The QONG module can be downsized and delivered
1680     with 128MB instead of 256MB. The patch adds
1681     run time support for the two different memory
1682     configurations.
1683
1684     Signed-off-by: Stefano Babic <sbabic@denx.de>
1685
1686 commit 45997e0a86ee8d8abec6d791a241cb20011fe0e3
1687 Author: Stefano Babic <sbabic@denx.de>
1688 Date:   Mon Mar 29 16:43:39 2010 +0200
1689
1690     MX31: Add support for NAND to QONG board
1691
1692     The NAND device is connected to the FPGA of the QONG board
1693     and not to the NFC controller. For this reason, the FPGA must
1694     be set and initialized before accessing to the NAND itself.
1695
1696     Signed-off-by: Stefano Babic <sbabic@denx.de>
1697
1698 commit efb9591069ee276f7fa27a821240c7511f72fe65
1699 Author: Stefano Babic <sbabic@denx.de>
1700 Date:   Mon Mar 29 15:56:10 2010 +0200
1701
1702     MX31: add pin definitions for NAND controller
1703
1704     Add pin definitions ralted to the NAND controller to be used
1705     to set up the pin multiplexer.
1706
1707     Signed-off-by: Stefano Babic <sbabic@denx.de>
1708
1709 commit 7d27cd08b4c1adfd58c54aaa8b8c8f4eeb3c7021
1710 Author: Stefano Babic <sbabic@denx.de>
1711 Date:   Tue Apr 13 12:07:00 2010 +0200
1712
1713     MX31: add accessor function to get a gpio
1714
1715     The patch adds an accessor function to get the value of a gpio.
1716
1717     Signed-off-by: Stefano Babic <sbabic@denx.de>
1718
1719 commit dfe83352cb58c55dfdbd5b535cb335526cb1c581
1720 Author: Stefano Babic <sbabic@denx.de>
1721 Date:   Tue Apr 13 12:38:43 2010 +0200
1722
1723     mx51evk: correct list of possible BOOT_FROM values
1724
1725     Signed-off-by: Stefano Babic <sbabic@denx.de>
1726
1727 commit f581e3a2157fbd736e7dd2378465ae242fba545c
1728 Author: Stefano Babic <sbabic@denx.de>
1729 Date:   Tue Apr 13 12:38:22 2010 +0200
1730
1731     mkimage: correct spelling error in imximage
1732
1733     Signed-off-by: Stefano Babic <sbabic@denx.de>
1734
1735 commit 34196b0a8bd7ab6d472e2e6f6c90b73e915a1fae
1736 Author: John Rigby <jcrigby@gmail.com>
1737 Date:   Wed Apr 7 23:30:09 2010 -0600
1738
1739     MX25 print arm clock instead of mpllclk on boot
1740
1741     Replace call to imx_get_mpllclk with imx_get_armclk
1742     to show frequency of ARM core instead of mpll internal
1743     bus in print_cpuinfo.
1744
1745     Signed-off-by: John Rigby <jcrigby@gmail.com>
1746     CC: Stefano Babic <sbabic@denx.de>
1747
1748 commit 1c9d91aca649f17762bae2c0e38f5101d62ed0b5
1749 Author: Frans Meulenbroeks <[fransmeulenbroeks@gmail.com]>
1750 Date:   Tue Apr 6 19:06:11 2010 +0530
1751
1752     configs/openrd_base.h: reordered macros
1753
1754     moved CONFIG_CMD_FAT to filesystem section
1755     swapped CONFIG_CMD_NAND and CONFIG_CMD_MII so they are alpha correct
1756
1757     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
1758
1759 commit 5414fec85ff558af8823d4391f03977288871fe4
1760 Author: Frans Meulenbroeks <[fransmeulenbroeks@gmail.com]>
1761 Date:   Tue Apr 6 18:26:19 2010 +0530
1762
1763     configs/sheevaplug: added a few additional commands
1764
1765     This patch includes a few additional commands in the sheevaplug
1766     version of u-boot:
1767     - support for LONGHELP so you can get help messages
1768     - auto completion and command editing
1769     - ubi and mii support
1770     - ext2 filesystem (convenient if you have an ext2 from which you want to boot)
1771     - jffs2 and ubifs filesystems (if you want to use these in NAND)
1772
1773     This also makes it more similar to openrd client.
1774
1775     Side effect of this patch is that the code now needs 3 sectors i.s.o. 2
1776     so an existing env is overwritten
1777
1778     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
1779
1780 commit 16b76705d36ac137fa9231cedfe1355561639e47
1781 Author: Siddarth Gore <[gores@marvell.com]>
1782 Date:   Thu Mar 18 20:25:40 2010 +0530
1783
1784     Marvell GuruPlug Board Support
1785
1786     GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0
1787     GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot
1788
1789     References:
1790     http://www.globalscaletechnologies.com/t-guruplugdetails.aspx
1791     http://plugcomputer.org
1792
1793     This patch is for GuruPlug Plus, but it supports Standard version
1794     as well.
1795
1796     Signed-off-by: Siddarth Gore <gores@marvell.com>
1797
1798 commit 5e1fe88fe3df2555a8a0cba7d2ffaf2b03041dfb
1799 Author: Stefano Babic <sbabic@denx.de>
1800 Date:   Sun Mar 28 13:43:26 2010 +0200
1801
1802     Moved board specific values in config file
1803
1804     The lowlevel_init file contained some hard-coded values
1805     to setup the RAM. These board related values are moved into
1806     the board configuration file.
1807
1808     Signed-off-by: Stefano Babic <sbabic@denx.de>
1809
1810 commit 272017853339f5b9685f9488bdaf5405812d12a4
1811 Author: Fabio Estevam <fabioestevam@yahoo.com>
1812 Date:   Wed Mar 31 06:32:56 2010 -0700
1813
1814     MX51EVK: Remove CPLD related code
1815
1816     There is no CPLD on MX51EVK board, so remove CPLD related function.
1817
1818     Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
1819
1820 commit bbe310922f4d0b12c8aba97b45ed979db9c0ec9a
1821 Author: Heiko Schocher <hs@denx.de>
1822 Date:   Fri Mar 5 07:36:33 2010 +0100
1823
1824     arm, i.mx27: add support for magnesium board from projectiondesign
1825
1826     This patch adds support for the magnesium board from
1827     projectiondesign. This board uses i.MX27 SoC and has
1828     8MB NOR flash, 128MB NAND flash, FEC ethernet controller
1829     integrated into i.MX27. As this port is based on
1830     the imx27lite port, common config options are collected
1831     in include/configs/imx27lite-common.h
1832
1833     Signed-off-by: Heiko Schocher <hs@denx.de>
1834
1835 commit 1e65c2beb5805f975cd5d0ab7d853040a716d51b
1836 Author: Heiko Schocher <hs@denx.de>
1837 Date:   Thu Mar 4 08:12:05 2010 +0100
1838
1839     arm, mx27: add support for SDHC1 pin init
1840
1841     Signed-off-by: Heiko Schocher <hs@denx.de>
1842
1843 commit 3bb6b037e8557fd3c0f3b3d9840c8b5996651dcb
1844 Author: Minkyu Kang <mk7.kang@samsung.com>
1845 Date:   Wed Mar 24 15:31:06 2010 +0900
1846
1847     SAMSUNG: make s5p common gpio functions
1848
1849     Because of s5pc1xx gpio is same as s5p seires SoC,
1850     move gpio functions to drvier/gpio/
1851     and modify structure's name from s5pc1xx_ to s5p_.
1852
1853     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1854
1855 commit 46a3b5c8df939f5547bcd3684030072c94d06bd8
1856 Author: Minkyu Kang <mk7.kang@samsung.com>
1857 Date:   Wed Mar 24 16:59:30 2010 +0900
1858
1859     SAMSUNG: serial: modify name from s5pc1xx to s5p
1860
1861     Because of other s5p series SoC will use these serial functions,
1862     modify function's name and structure's name.
1863
1864     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1865
1866 commit da0f2af279563ddc75eff304ad5389f7f0e79381
1867 Author: Asen Dimov <dimov@ronetix.at>
1868 Date:   Wed Apr 7 12:33:11 2010 +0300
1869
1870     pm9263: remove CONFIG_CMD_AUTOSCRIPT
1871
1872     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1873
1874 commit 47eb08a97eb166e93d0495848b0c7582a0639fbc
1875 Author: Alexander Holler <holler@ahsoftware.de>
1876 Date:   Mon Mar 29 21:39:43 2010 +0200
1877
1878     at91: add defines for RTT and GPBR
1879
1880     Signed-off-by: Alexander Holler <holler@ahsoftware.de>
1881
1882 commit dc8cab87459d682fc272444044592d20243da2f0
1883 Author: Asen Dimov <dimov@ronetix.at>
1884 Date:   Tue Apr 6 16:17:34 2010 +0300
1885
1886     pm9261: remove CONFIG_CMD_AUTOSCRIPT
1887
1888     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1889
1890 commit e3150c77617c7d452420e6c87769b79b6671b12d
1891 Author: Asen Dimov <dimov@ronetix.at>
1892 Date:   Tue Apr 6 16:18:04 2010 +0300
1893
1894     pm9261 converted to at91 soc access
1895
1896     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1897
1898 commit 7bc8768039948e50cc149bea2ec214bde3245c4a
1899 Author: trix <trix@windriver.com>
1900 Date:   Sat Apr 10 12:46:49 2010 -0500
1901
1902     ARM Update mach-types
1903
1904     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
1905     And built with
1906
1907     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
1908     commit 85b3cce880a19e78286570d5fd004cc3cac06f57
1909
1910     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1911
1912 commit d3061c692155412aa87e7f4f66b4a2c7b77ee417
1913 Author: Stefan Roese <sr@denx.de>
1914 Date:   Wed Apr 28 11:09:59 2010 +0200
1915
1916     ppc4xx: Fix APC405 build breakage
1917
1918     This patch fixes APC405 build, by defining CONFIG_PPC4XX_I2C. This is
1919     needed since the move of the PPC4xx I2C driver into the drivers/i2c
1920     directory.
1921
1922     Signed-off-by: Stefan Roese <sr@denx.de>
1923     Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
1924
1925 commit 029faf3e85e9406f32f133e6f2a114ed26b02fb4
1926 Author: Stefan Roese <sr@denx.de>
1927 Date:   Tue Apr 27 11:37:28 2010 +0200
1928
1929     ppc4xx: Add support for ICON board (PPC440SPe)
1930
1931     This patch adds support for the Mosaix Technologies, Inc. ICON board,
1932     based on the AppliedMicro (AMCC) PPC440SPe. It's equipped with an SODIMM
1933     (512MB standard) and 64MByte of NOR FLASH.
1934
1935     Support for the onboard SM502 will be added later.
1936
1937     Signed-off-by: Stefan Roese <sr@denx.de>
1938
1939 commit 96a0d6235db4c93c03d41c492f5960b18547b7a7
1940 Author: Stefan Roese <sr@denx.de>
1941 Date:   Mon Apr 26 13:31:08 2010 +0200
1942
1943     ppc4xx: Add missing APC405 to MAKEALL
1944
1945     Signed-off-by: Stefan Roese <sr@denx.de>
1946     Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
1947
1948 commit 64123e3f06f74dd09b86e2a41d77d31044f495fb
1949 Author: Larry Johnson <lrj@acm.org>
1950 Date:   Tue Apr 20 08:11:40 2010 -0400
1951
1952     Fix typos in Korat board console output
1953
1954     Signed-off-by: Larry Johnson <lrj@acm.org>
1955     Signed-off-by: Stefan Roese <sr@denx.de>
1956
1957 commit 8a1cdaa9d54c93db300e8565191d60712aa481dc
1958 Author: Wolfgang Denk <wd@denx.de>
1959 Date:   Wed Apr 28 12:54:43 2010 +0200
1960
1961     QONG: Adapt flash addresses and mtdparts to grown image size
1962
1963     Also enable HUSH shell.
1964
1965     Signed-off-by: Wolfgang Denk <wd@denx.de>
1966
1967 commit e1d2950d0f5aaa7ab6609ffa96dde2e163fc2902
1968 Author: Wolfgang Denk <wd@denx.de>
1969 Date:   Wed Apr 28 10:58:10 2010 +0200
1970
1971     mtdparts: get rid of custom DEBUG macro, use debug()
1972
1973     Signed-off-by: Wolfgang Denk <wd@denx.de>
1974
1975 commit 2697eff1af136c6424c065cba994aa9aceadbcd1
1976 Author: Wolfgang Denk <wd@denx.de>
1977 Date:   Wed Apr 28 10:53:47 2010 +0200
1978
1979     mtdparts: fix write through NULL pointer
1980
1981     The "mtdparts add" command wrote through a NULL pointer - on many
1982     systems this went unnoticed (PowerPC has writable RAM there, some ARM
1983     systems have ROM where a write has no effect), but on arm1136
1984     (i.MX31) it crashed the system.
1985
1986     Add appropriate checks.
1987
1988     Signed-off-by: Wolfgang Denk <wd@denx.de>
1989
1990 commit 68651683593958cedcdfb9d06a5fe0a524f8dd6e
1991 Author: Stefano Babic <sbabic@denx.de>
1992 Date:   Wed Apr 21 09:47:19 2010 +0200
1993
1994     ubifsmount fails due to not initialized list
1995
1996     ubifsmount is not working and causes an access with
1997     a pointer set to zero because the ubifs_fs_type
1998     is not initialized correctly.
1999
2000     Signed-off-by: Stefano Babic <sbabic@denx.de>
2001     Signed-off-by: Stefan Roese <sr@denx.de>
2002
2003 commit 7c8cf0d0c7b12c7c63765e936cf760dc2c7d7306
2004 Author: Stefano Babic <sbabic@denx.de>
2005 Date:   Wed Apr 21 09:56:31 2010 +0200
2006
2007     MX31: Added LCD support for QONG module
2008
2009     Added support for LCD and splash image to the QONG module.
2010     The supported display is VBEST-VGG322403.
2011
2012     Signed-off-by: Stefano Babic <sbabic@denx.de>
2013
2014 commit 7e1afb62a7e68843248b9a76a265c9193e716768
2015 Author: Kumar Gala <galak@kernel.crashing.org>
2016 Date:   Tue Apr 20 10:02:24 2010 -0500
2017
2018     ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQ
2019
2020     The MPC83xx SERDES control is different from the other FSL PPC chips.
2021     For now lets split it out so we can standardize on interfaces for
2022     determining of a device on SERDES is configured.
2023
2024     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2025     Acked-by: Kim Phillips <kim.phillips@freescale.com>
2026
2027 commit 3f0202ed13add5fd6e2ed66fcb3f5e1228cdf766
2028 Author: Lan Chunhe <b25806@freescale.com>
2029 Date:   Wed Apr 21 07:40:50 2010 -0500
2030
2031     mpc85xx: Add the ability to set LCRR[CLKDIV] to improve R/W speed of flash
2032
2033     Signed-off-by: Lan Chunhe <b25806@freescale.com>
2034     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2035     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2036
2037 commit 0c955dafab495fef5a76f5383387281d0408056c
2038 Author: Dave Liu <daveliu@freescale.com>
2039 Date:   Wed Apr 14 19:05:06 2010 +0800
2040
2041     85xx: clean up the io_sel for PCI express of P1022
2042
2043     clean up the wrong io_sel for PCI express according to latest manual.
2044
2045     Signed-off-by: Dave Liu <daveliu@freescale.com>
2046     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2047
2048 commit 47106ce168890d637fd849682ba88ecfdb9c35de
2049 Author: Detlev Zundel <dzu@denx.de>
2050 Date:   Wed Apr 14 11:32:20 2010 +0200
2051
2052     85xx/socrates: Remove NFS support to fit image size.
2053
2054     This fixes an overflow during the link phase.
2055
2056     Signed-off-by: Detlev Zundel <dzu@denx.de>
2057     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2058
2059 commit 9ce3c228276b0f85105da8c39b164f2b6c84ea34
2060 Author: Kumar Gala <galak@kernel.crashing.org>
2061 Date:   Tue Apr 13 11:07:57 2010 -0500
2062
2063     85xx: Fix compile warning
2064
2065     cpu.c: In function 'checkcpu':
2066     cpu.c:47: warning: unused variable 'gur'
2067
2068     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2069
2070 commit 4db9708b94b6745f5c1eaa699d4d76477de8588a
2071 Author: Kumar Gala <galak@kernel.crashing.org>
2072 Date:   Tue Apr 13 23:56:23 2010 -0500
2073
2074     85xx: Convert cpu_init_f code to use out_be32 for LBC registers
2075
2076     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2077
2078 commit cd3abcfa2d4dc8df09f6d01e735e4dc2f6c87ebc
2079 Author: Dave Liu <daveliu@freescale.com>
2080 Date:   Mon Apr 12 14:23:35 2010 +0800
2081
2082     fsl_sata: Move the snoop bit to another place
2083
2084     For P1022 SATA host controller, the data snoop bit of DW3 in PRDT
2085     is moved to bit28.
2086
2087     Signed-off-by: Dave Liu <daveliu@freescale.com>
2088     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2089
2090 commit e4773debb735323a9eedf353239e8e88e03d7c58
2091 Author: Dave Liu <daveliu@freescale.com>
2092 Date:   Mon Apr 12 14:23:25 2010 +0800
2093
2094     fsl_sata: Add the workaround for errata SATA-A001
2095
2096     After power on, the SATA host controller of P1022 Rev1 is configured
2097     in legacy mode instead of the expected enterprise mode.
2098
2099     Software needs to clear bit[28] of HControl register to change to
2100     enterprise mode after bringing the host offline.
2101
2102     Signed-off-by: Dave Liu <daveliu@freescale.com>
2103     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2104
2105 commit 99bac479dd183529f4e259a0de8d31644219d487
2106 Author: Dave Liu <daveliu@freescale.com>
2107 Date:   Tue Dec 8 11:56:48 2009 +0800
2108
2109     fsl-ddr: Add extra cycle to turnaround times
2110
2111     Add an extra cycle turnaround time to read->write to ensure stability
2112     at high DDR frequencies.
2113
2114     Signed-off-by: Dave Liu <daveliu@freescale.com>
2115     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2116
2117 commit f8d05e5e5888d88ab42524d699924936e8e77970
2118 Author: Dave Liu <daveliu@freescale.com>
2119 Date:   Fri Mar 5 12:23:00 2010 +0800
2120
2121     fsl-ddr: add the macro for Rtt_Nom definition
2122
2123     add the macro definition for Rtt_Nom termination value for DDR3
2124
2125     Signed-off-by: Dave Liu <daveliu@freescale.com>
2126     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2127
2128 commit 1231c498e016b5bfe85f1eb87c2e044d3389d7da
2129 Author: Kumar Gala <galak@kernel.crashing.org>
2130 Date:   Wed Apr 7 10:39:46 2010 -0500
2131
2132     ppc/p4080: Add p4080 DEVDISR2 & SRDS_PLLCR0 defines
2133
2134     Added some needed fines and some misc additional defines
2135     used by p4080 initialization.
2136
2137     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2138
2139 commit 17d90f31a810a19ade1a1c534fde9f65d4d66390
2140 Author: Dave Liu <daveliu@freescale.com>
2141 Date:   Fri Mar 5 12:23:00 2010 +0800
2142
2143     ppc/p4080: Extend the GUTS memory map
2144
2145     Extend pin control and clock control to GUTS memory map
2146
2147     Signed-off-by: Dave Liu <daveliu@freescale.com>
2148     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2149
2150 commit ab48ca1a661b9ab8e3fee9fe2df65432b09ed073
2151 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2152 Date:   Wed Feb 10 17:32:43 2010 +0800
2153
2154     ppc/p4080: Fix synchronous frequency calculations
2155
2156     When DDR is in synchronous mode, the existing code assigns sysclk
2157     frequency to DDR frequency.  It should be synchronous with the platform
2158     frequency.  CPU frequency is based on platform frequency in synchronous
2159     mode.
2160
2161     Also fix:
2162
2163     * Fixes the bit mask for DDR_SYNC (RCWSR5[184])
2164     * Corrects the detection of synchronous mode.
2165
2166     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2167     Signed-off-by: Dave Liu <daveliu@freescale.com>
2168     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2170
2171 commit 1749c3da8d8445cdf78d70120a803e3e9553113c
2172 Author: Kumar Gala <galak@kernel.crashing.org>
2173 Date:   Wed Apr 7 02:49:12 2010 -0500
2174
2175     ppc/85xx: Fixup PCI nodes for P1_P2_RDB
2176
2177     While we had ft_pci_board_setup it wasn't being called by
2178     ft_board_setup.  Fix that so we actually update the device tree PCI
2179     nodes on P1_P2_RDB boards.
2180
2181     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2182
2183 commit 8cbb0ddd7e696c6a4be1ae3ab3c95d3c8f6a7031
2184 Author: Thomas Chou <thomas@wytron.com.tw>
2185 Date:   Wed Apr 21 08:40:59 2010 +0800
2186
2187     nios2: add nios2-generic board
2188
2189     This is a generic approach to port u-boot for nios2 boards.
2190     You may find the usage of this approach on the nioswiki,
2191     http://nioswiki.com/DasUBoot
2192
2193     A fpga parameter file, which contains base address information
2194     and drivers declaration, is generated from Altera's hardware system
2195     description sopc file using tools.
2196
2197     The example fpga parameter file is compatible with EP1C20, EP1S10
2198     and EP1S40 boards. So these boards can be removed after this commit.
2199     Though epcs controller is removed to cut the dependency of altera_spi
2200     driver.
2201
2202     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2203     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2204
2205 commit 441cac10d8a9438b144ab0ad46280780b58f638b
2206 Author: Thomas Chou <thomas@wytron.com.tw>
2207 Date:   Thu Apr 22 17:27:16 2010 +0800
2208
2209     nios2: fix no flash, add nand and mmc init in board.c
2210
2211     This patch fixes error when CONFIG_SYS_NO_FLASH. And adds
2212     nand flash and mmc initialization, which should go before
2213     env initialization.
2214
2215     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2216     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2217
2218 commit fd2712d0b1d4c1624bef35b784ee64451ee5a017
2219 Author: Thomas Chou <thomas@wytron.com.tw>
2220 Date:   Tue Apr 20 11:01:11 2010 +0800
2221
2222     nios2: consolidate reset initialization
2223
2224     Global interrupt should be disabled from the beginning.
2225
2226     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2227     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2228
2229 commit 994852966d2e6cf98c1dbeea8ee62c233b305ffb
2230 Author: Thomas Chou <thomas@wytron.com.tw>
2231 Date:   Wed Mar 31 08:30:08 2010 +0800
2232
2233     altera_jtag_uart: bypass when no jtag connection
2234
2235     This patch adds an option to bypass output waiting when there
2236     is no jtag connection. This allows the jtag uart work similar
2237     to a serial uart, ie, boot even without connection.
2238
2239     This option is enabled with CONFIG_ALTERA_JTAG_UART_BYPASS
2240
2241     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2242     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2243
2244 commit 7e812f2e9cdac80f6287d4aee5deb434597c4f8b
2245 Author: Thomas Chou <thomas@wytron.com.tw>
2246 Date:   Sat Apr 17 23:34:40 2010 +0800
2247
2248     nios2: add dma_alloc_coherent
2249
2250     This function return cache-line aligned allocation which is mapped
2251     to uncached io region.
2252
2253     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2254     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2255
2256 commit 0dc1c7f692c15fe1745e3eeab918e98ee6126677
2257 Author: Thomas Chou <thomas@wytron.com.tw>
2258 Date:   Sat Apr 17 23:10:09 2010 +0800
2259
2260     nios2: add 64 bits swab support
2261
2262     This patch adds 64 bits swab support. Most 32 bits processors use
2263     this. We need 64 bits swab for UBI.
2264
2265     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2266     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2267
2268 commit e4bf588609d8d9cefbc312a6c6b8bb309b194fd5
2269 Author: Thomas Chou <thomas@wytron.com.tw>
2270 Date:   Wed Mar 31 08:36:24 2010 +0800
2271
2272     nios2: add altera cf reset
2273
2274     This patch toggles power to reset the cf card.
2275
2276     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2277     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2278
2279 commit dd168ef5b82255401e46a27faae09e39c66967fe
2280 Author: Thomas Chou <thomas@wytron.com.tw>
2281 Date:   Sat Apr 17 17:39:12 2010 +0800
2282
2283     nios2: allow link script overriding from boards
2284
2285     This patch allow boards to override the default link script.
2286
2287     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2288     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2289
2290 commit 29fd7ceb3c1cb7ffaffce1047e806d1e85e3ab4b
2291 Author: Anatolij Gustschin <agust@denx.de>
2292 Date:   Sat Apr 24 19:27:11 2010 +0200
2293
2294     mpc5121: pdm360ng: add coprocessor POST
2295
2296     Adds coprocessor communication POST code
2297
2298     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2299
2300 commit 2ebdb9a9d7abcb17fdbfdc4bbb71b4ef538fc713
2301 Author: Anatolij Gustschin <agust@denx.de>
2302 Date:   Sat Apr 24 19:27:10 2010 +0200
2303
2304     mpc5121: add common post_word_load/store code
2305
2306     Add common post_word_load/post_word_store routines
2307     for all mpc5121 boards. pdm360ng board POST support
2308     added by subsequent patch needs them.
2309
2310     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2311
2312 commit a3921eefa1440d23f22751704cd7df999769f169
2313 Author: Anatolij Gustschin <agust@denx.de>
2314 Date:   Sat Apr 24 19:27:09 2010 +0200
2315
2316     mpc5121: add support for PDM360NG board
2317
2318     PDM360NG is a MPC5121E based board by ifm ecomatic gmbh.
2319
2320     Signed-off-by: Michael Weiss <michael.weiss@ifm.com>
2321     Signed-off-by: Detlev Zundel <dzu@denx.de>
2322     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2323
2324 commit b9947bbb08d0483be03004bdbce283b644471cb7
2325 Author: Anatolij Gustschin <agust@denx.de>
2326 Date:   Sat Apr 24 19:27:08 2010 +0200
2327
2328     mpc5121: determine RAM size using get_ram_size()
2329
2330     Configure CONFIG_SYS_MAX_RAM_SIZE address range in
2331     DDR Local Access Window and determine the RAM size.
2332     Fix DDR LAW afterwards using detected RAM size.
2333
2334     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2335
2336 commit 5d937e8b59f27d8c300a2e78c168a4c22ec6922a
2337 Author: Anatolij Gustschin <agust@denx.de>
2338 Date:   Sat Apr 24 19:27:07 2010 +0200
2339
2340     mpc512x: make MEM IO Control configuration a board config option
2341
2342     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2343
2344 commit 8e234e33bf60a850685c7e81ea92d383c643486b
2345 Author: Anatolij Gustschin <agust@denx.de>
2346 Date:   Sat Apr 24 19:27:06 2010 +0200
2347
2348     mpc5121: add PSC serial communication routines
2349
2350     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2351
2352 commit e3b28e67329de99a315d509920760dcbc565f8c6
2353 Author: Anatolij Gustschin <agust@denx.de>
2354 Date:   Sat Apr 24 19:27:05 2010 +0200
2355
2356     mpc512x: add multi serial PSC support
2357
2358     Extend mpc512x serial driver to support multiple PSC ports.
2359
2360     Subsequent patches for PDM360NG board support make use of this
2361     functionality by defining CONFIG_SERIAL_MULTI in the board config
2362     file. Additionally the used PSC devices are specified by defining
2363     e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and CONFIG_SYS_PSC6.
2364
2365     Support for PSC devices other than 1, 3, 4 and 6 is not added
2366     by this patch because these aren't used currently. In the future
2367     it can be easily added using DECLARE_PSC_SERIAL_FUNCTIONS(N) and
2368     INIT_PSC_SERIAL_STRUCTURE(N) macros in cpu/mpc512x/serial.c.
2369     Additionally you have to add code for registering added
2370     devices in serial_initialize() in common/serial.c.
2371
2372     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2373
2374 commit fbb0030e3894119c089256f16626edd166c7629c
2375 Author: Anatolij Gustschin <agust@denx.de>
2376 Date:   Sat Apr 24 19:27:04 2010 +0200
2377
2378     serial: struct serial_device: add uninit() entry for drivers
2379
2380     Subsequent patch extends mpc512x serial driver to support
2381     multiple PSC ports. The driver will provide an uninit()
2382     function to stop the serial controller and to disable the
2383     controller's clock. Adding uninit() entry to struct serial_device
2384     allows disabling the serial controller after usage of
2385     a stdio serial device.
2386
2387     This patch adds uninit() entry to the struct serial_device
2388     and fixes initialization of this structure in the code
2389     accordingly.
2390
2391     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2392
2393 commit 77c1458d130d33704472db9c88d2310c8fc90f4c
2394 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
2395 Date:   Mon Oct 5 15:41:58 2009 +0530
2396
2397     ppc/85xx: PIO Support for FSL eSDHC Controller Driver
2398
2399     On some Freescale SoC Internal DMA of eSDHC controller has bug.
2400     So PIO Mode has been introduced to do data transfer using CPU.
2401
2402     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
2403
2404 commit 1a2e203b31d33fb720f2cf1033b241ad36ab405a
2405 Author: Kim Phillips <kim.phillips@freescale.com>
2406 Date:   Tue Apr 20 19:37:54 2010 -0500
2407
2408     mpc83xx: turn on icache in core initialization to improve u-boot boot time
2409
2410     before, MPC8349ITX boots u-boot in 4.3sec:
2411
2412             column1 is elapsed time since first message
2413             column2 is elapsed time since previous message
2414             column3 is the message
2415     0.000 0.000: U-Boot 2010.03-00126-gfd4e49c (Apr 11 2010 - 17:25:29) MPC83XX
2416     0.000 0.000:
2417     0.000 0.000: Reset Status:
2418     0.000 0.000:
2419     0.032 0.032: CPU:   e300c1, MPC8349E, Rev: 1.1 at 533.333 MHz, CSB: 266.667 MHz
2420     0.032 0.000: Board: Freescale MPC8349E-mITX
2421     0.032 0.000: UPMA:  Configured for compact flash
2422     0.032 0.000: I2C:   ready
2423     0.061 0.028: DRAM:  256 MB (DDR1, 64-bit, ECC off, 266.667 MHz)
2424     1.516 1.456: FLASH: 16 MB
2425     2.641 1.125: PCI:   Bus Dev VenId DevId Class Int
2426     2.652 0.011:         00  10  1095  3114  0180  00
2427     2.652 0.000: PCI:   Bus Dev VenId DevId Class Int
2428     2.652 0.000: In:    serial
2429     2.652 0.000: Out:   serial
2430     2.652 0.000: Err:   serial
2431     2.682 0.030: Board revision: 1.0 (PCF8475A)
2432     3.080 0.398: Net:   TSEC1: No support for PHY id ffffffff; assuming generic
2433     3.080 0.000: TSEC0, TSEC1
2434     4.300 1.219: IDE:   Bus 0: .** Timeout **
2435
2436     after, MPC8349ITX boots u-boot in 3.0sec:
2437
2438     0.010 0.010: U-Boot 2010.03-00127-g4b468cc-dirty (Apr 11 2010 - 17:47:29) MPC83XX
2439     0.010 0.000:
2440     0.010 0.000: Reset Status:
2441     0.010 0.000:
2442     0.017 0.007: CPU:   e300c1, MPC8349E, Rev: 1.1 at 533.333 MHz, CSB: 266.667 MHz
2443     0.017 0.000: Board: Freescale MPC8349E-mITX
2444     0.038 0.020: UPMA:  Configured for compact flash
2445     0.038 0.000: I2C:   ready
2446     0.038 0.000: DRAM:  256 MB (DDR1, 64-bit, ECC off, 266.667 MHz)
2447     0.260 0.222: FLASH: 16 MB
2448     1.390 1.130: PCI:   Bus Dev VenId DevId Class Int
2449     1.390 0.000:         00  10  1095  3114  0180  00
2450     1.390 0.000: PCI:   Bus Dev VenId DevId Class Int
2451     1.400 0.010: In:    serial
2452     1.400 0.000: Out:   serial
2453     1.400 0.000: Err:   serial
2454     1.400 0.000: Board revision: 1.0 (PCF8475A)
2455     1.832 0.432: Net:   TSEC1: No support for PHY id ffffffff; assuming generic
2456     1.832 0.000: TSEC0, TSEC1
2457     3.038 1.205: IDE:   Bus 0: .** Timeout **
2458
2459     also tested on these boards (albeit with a less accurate
2460     boottime measurement method):
2461
2462     seconds: before  after
2463     8349MDS  ~2.6    ~2.2
2464     8360MDS  ~2.8    ~2.6
2465     8313RDB  ~2.5    ~2.3 #nand boot
2466     837xRDB  ~3.1    ~2.3
2467
2468     also tested on an 8323ERDB.
2469
2470     v2: also remove the delayed icache enablement assumption in arch ppc's
2471     board.c, and add a CONFIG_MPC83xx define in the ITX config file for
2472     consistency (even though it was already being defined in 83xx'
2473     config.mk).
2474
2475     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2476
2477 commit a059e90e16e126e25da33ce23a37e2acce84284c
2478 Author: Kim Phillips <kim.phillips@freescale.com>
2479 Date:   Thu Apr 15 17:36:05 2010 -0500
2480
2481     mpc83xx: enable command line autocompletion
2482
2483     because it's convenient.
2484
2485     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2486
2487 commit dfe812c744ee6dacae3b4d553694642668d9ac9d
2488 Author: Kim Phillips <kim.phillips@freescale.com>
2489 Date:   Thu Apr 15 17:36:02 2010 -0500
2490
2491     mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families
2492
2493     marketing didn't extend their postpend-with-an-A naming strategy
2494     on rev.2's and higher beyond the first two 83xx families.  This
2495     patch stops us from misreporting we're running e.g., on an MPC8313EA,
2496     when such a name doesn't exist.
2497
2498     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2499
2500 commit 27ef578df7b9c7862c36a31b819c652f8b0aeea0
2501 Author: Rini van Zetten <rini@arvoo.nl>
2502 Date:   Thu Apr 15 16:03:05 2010 +0200
2503
2504     mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
2505
2506     Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define
2507     instead of a platform define. This will enable all the 83xx
2508     platforms to use sdhc_clk based on CONFIG_FSL_ESDHC.  It's
2509     the same patch as commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
2510     for the ppc/85xx.
2511
2512     Signed-off-by: Rini <rini@arvoo.nl>
2513     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2514
2515 commit a47a12becf66f02a56da91c161e2edb625e9f20c
2516 Author: Stefan Roese <sr@denx.de>
2517 Date:   Thu Apr 15 16:07:28 2010 +0200
2518
2519     Move arch/ppc to arch/powerpc
2520
2521     As discussed on the list, move "arch/ppc" to "arch/powerpc" to
2522     better match the Linux directory structure.
2523
2524     Please note that this patch also changes the "ppc" target in
2525     MAKEALL to "powerpc" to match this new infrastructure. But "ppc"
2526     is kept as an alias for now, to not break compatibility with
2527     scripts using this name.
2528
2529     Signed-off-by: Stefan Roese <sr@denx.de>
2530     Acked-by: Wolfgang Denk <wd@denx.de>
2531     Acked-by: Detlev Zundel <dzu@denx.de>
2532     Acked-by: Kim Phillips <kim.phillips@freescale.com>
2533     Cc: Peter Tyser <ptyser@xes-inc.com>
2534     Cc: Anatolij Gustschin <agust@denx.de>
2535
2536 commit cf6eb6da433179674571f9370566b1ec8989a41a
2537 Author: Stefan Roese <sr@denx.de>
2538 Date:   Wed Apr 14 13:57:18 2010 +0200
2539
2540     ppc4xx: TLB init file cleanup
2541
2542     This patch adds new macros, with frequently used combinations of the
2543     4xx TLB access control and storage attibutes. Additionally the 4xx init.S
2544     files are updated to make use of these new macros. Resulting in easier
2545     to read TLB definitions.
2546
2547     Additionally some init.S files are updated to use the mmu header for the
2548     TLB defines, instead of defining their own macros.
2549
2550     Signed-off-by: Stefan Roese <sr@denx.de>
2551
2552 commit 26a33504a55e4882520f2e9da96ba6c22badb353
2553 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2554 Date:   Mon Apr 12 15:08:17 2010 -0400
2555
2556     fsl_i2c: Added a callpoint for i2c_board_late_init
2557
2558     This patch adds a callpoint in i2c_init that allows board specific
2559     i2c board initialization (typically for i2c bus reset) that is called
2560     after i2c_init operations, allowing the i2c_board_late_init function
2561     to use the pre-configured i2c bus speed and slave address.
2562
2563 commit 254ab7bd464657600aba69d840406f9358f3e116
2564 Author: Scott McNutt <smcnutt@psyent.com>
2565 Date:   Fri Apr 16 16:12:39 2010 -0400
2566
2567     nios2: Move individual board linker scripts to common script in cpu tree.
2568
2569     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2570
2571 commit 8ff972c6e99938f1a033e5500dccc9a37ce3406f
2572 Author: Michal Simek <monstr@monstr.eu>
2573 Date:   Fri Apr 16 12:56:33 2010 +0200
2574
2575     microblaze: Consolidate cache code
2576
2577     Merge cpu and lib cache code.
2578     Flush cache before disabling.
2579
2580     Signed-off-by: Michal Simek <monstr@monstr.eu>
2581
2582 commit 9b4d90569028604bc491ea419187c31e4467bdca
2583 Author: Michal Simek <monstr@monstr.eu>
2584 Date:   Fri Apr 16 12:01:32 2010 +0200
2585
2586     microblaze: Flush cache before jumping to kernel
2587
2588     There is used max cache size on system which doesn't define
2589     cache size.
2590
2591     Signed-off-by: Michal Simek <monstr@monstr.eu>
2592
2593 commit 70524883b0424277e5b3ff3768c0c5628b5fce44
2594 Author: Michal Simek <monstr@monstr.eu>
2595 Date:   Fri Apr 16 11:59:29 2010 +0200
2596
2597     microblaze: Support system with WB cache
2598
2599     WB cache use different instruction that WT cache but the major code
2600     is that same. That means that wdc.flush on system with WT cache
2601     do the same thing as before.
2602
2603     You need newer toolchain with wdc.flush support.
2604
2605     Signed-off-by: Michal Simek <monstr@monstr.eu>
2606
2607 commit 9769b73f60fc0fb8de7ab16ff6300eae56505020
2608 Author: Michal Simek <monstr@monstr.eu>
2609 Date:   Fri Apr 16 11:57:35 2010 +0200
2610
2611     microblaze: Change initialization sequence
2612
2613     env_relocation should be called first.
2614     Added stdio_init too.
2615
2616     Signed-off-by: Michal Simek <monstr@monstr.eu>
2617
2618 commit e6177b36b87d0ce627651e407b91245f16e5382e
2619 Author: Michal Simek <monstr@monstr.eu>
2620 Date:   Fri Apr 16 11:55:01 2010 +0200
2621
2622     microblaze: Change cache report messages
2623
2624     It is more accurate to show that caches are OFF instead of FAIL.
2625
2626     Signed-off-by: Michal Simek <monstr@monstr.eu>
2627
2628 commit 8125c980cc282000cbddb415f8ddbebf96e4edb4
2629 Author: Michal Simek <monstr@monstr.eu>
2630 Date:   Fri Apr 16 11:51:59 2010 +0200
2631
2632     microblaze: Fix interrupt handler code
2633
2634     It is better to read ivr and react on it than do long parsing from
2635     two regs. Interrupt controller returs actual irq number.
2636
2637     Signed-off-by: Michal Simek <monstr@monstr.eu>
2638
2639 commit b26640971a7ba8800f0eb32af145ff0727fe21fe
2640 Author: Michal Simek <monstr@monstr.eu>
2641 Date:   Fri Apr 16 11:43:43 2010 +0200
2642
2643     microblaze: Move FSL initialization to board.c
2644
2645     Move FSL out of interrupt controller.
2646
2647     Signed-off-by: Michal Simek <monstr@monstr.eu>
2648
2649 commit 5bbcb6cf22b1121d8c3e56b0e1fb84366e903ac7
2650 Author: Michal Simek <monstr@monstr.eu>
2651 Date:   Fri Apr 16 11:37:41 2010 +0200
2652
2653     microblaze: Move timer initialization to board.c
2654
2655     I would like to handle case where system doesn't contain
2656     intc that's why I need timer initialization out of intc code.
2657
2658     Signed-off-by: Michal Simek <monstr@monstr.eu>
2659
2660 commit cc53690e05f47b4c25e0a528de50e024fc0164ad
2661 Author: Michal Simek <monstr@monstr.eu>
2662 Date:   Fri Apr 16 11:30:16 2010 +0200
2663
2664     microblaze: Fix irq.S code
2665
2666     It is ancient code. There is possible to save several instructions
2667     just if we use offset instead of addik
2668
2669     Signed-off-by: Michal Simek <monstr@monstr.eu>
2670
2671 commit 398b1d57a6a56aada1f77198746a7dd1b038cd5d
2672 Author: Arun Bhanu <arun@bhanu.net>
2673 Date:   Thu Apr 15 18:27:17 2010 +0800
2674
2675     microblaze: Add FDT support
2676
2677     This patch adds FDT (flattened device tree) support to microblaze arch.
2678
2679     Tested with Linux arch/microblaze kernels with and without compiled in
2680     FDT on Xilinx ML506 board.
2681
2682     Signed-off-by: Arun Bhanu <arun@bhanu.net>
2683     Signed-off-by: Michal Simek <monstr@monstr.eu>
2684
2685 commit 2a72e9ed18d2164eb7fe569119342eb631b568da
2686 Author: Stefan Roese <sr@denx.de>
2687 Date:   Fri Apr 9 14:03:59 2010 +0200
2688
2689     ppc4xx: Add option for PPC440SPe ports without old Rev. A support
2690
2691     The 440SPe Rev. A is quite old and newer 440SPe boards don't need support
2692     for this CPU revision. Since removing support for this older version
2693     simplifies the creation for newer U-Boot ports, this patch now enables
2694     440SPe > Rev. A support by creating the CONFIG_440SPE_REVA define. By
2695     defining this in the board config header, Rev. A will still be supported.
2696     Otherwise (default for newer board ports), Rev. A will not be supported.
2697
2698     Signed-off-by: Stefan Roese <sr@denx.de>
2699
2700 commit 288991c93fdd150ef3817e676c657cb487468d38
2701 Author: Stefan Roese <sr@denx.de>
2702 Date:   Thu Apr 8 09:33:13 2010 +0200
2703
2704     ppc4xx: alpr: Remove some not needed commands to make image fit again
2705
2706     The latest changes increased the size of the alpr image a bit more.
2707     Now it doesn't fit into the 256k reserved for it. This patch now removes
2708     the commands "loads" and "loadb" which are not needed in the production
2709     systems.
2710
2711     Signed-off-by: Stefan Roese <sr@denx.de>
2712     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
2713
2714 commit 8d321b81c5441db93425ee37cb79cc51d9ce2fb0
2715 Author: Peter Tyser <ptyser@xes-inc.com>
2716 Date:   Mon Apr 12 22:28:21 2010 -0500
2717
2718     Update README to reflect new directory structure
2719
2720     Also fix up some whitespace issues that were introduced when moving
2721     directory locations.
2722
2723     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2724
2725 commit 37e4dafaae96ccc970a896f90186fadcf858aad0
2726 Author: Peter Tyser <ptyser@xes-inc.com>
2727 Date:   Mon Apr 12 22:28:20 2010 -0500
2728
2729     nios2: Move cpu/nios2/* to arch/nios2/cpu/*
2730
2731     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2732
2733 commit 6a8a2b7058a398fe207021259cb2c529fb225eff
2734 Author: Peter Tyser <ptyser@xes-inc.com>
2735 Date:   Mon Apr 12 22:28:19 2010 -0500
2736
2737     nios: Move cpu/nios/* to arch/nios/cpu/*
2738
2739     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2740
2741 commit 1e9c26578ebbeecbaf3d8fb574957405eff17c86
2742 Author: Peter Tyser <ptyser@xes-inc.com>
2743 Date:   Mon Apr 12 22:28:18 2010 -0500
2744
2745     sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]
2746
2747     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2748
2749 commit e9a882803eb59f482ca4aa6ffd6fa21e4c53d618
2750 Author: Peter Tyser <ptyser@xes-inc.com>
2751 Date:   Mon Apr 12 22:28:17 2010 -0500
2752
2753     i386: Move cpu/i386/* to arch/i386/cpu/*
2754
2755     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2756
2757 commit 6260fb0458d94c83aa5b180745b1946c0c94d364
2758 Author: Peter Tyser <ptyser@xes-inc.com>
2759 Date:   Mon Apr 12 22:28:16 2010 -0500
2760
2761     microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*
2762
2763     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2764
2765 commit 8a15c2d10b0b784f0cfba1240f06a4d933b975fa
2766 Author: Peter Tyser <ptyser@xes-inc.com>
2767 Date:   Mon Apr 12 22:28:15 2010 -0500
2768
2769     avr32: Move cpu/at32ap/* to arch/avr32/cpu/*
2770
2771     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2772
2773 commit 1e3827d9cf9442e188604fd1099ac38375135125
2774 Author: Peter Tyser <ptyser@xes-inc.com>
2775 Date:   Mon Apr 12 22:28:14 2010 -0500
2776
2777     mips: Move cpu/mips/* to arch/mips/cpu/*
2778
2779     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2780
2781 commit c6fb83d21729321426308c3acff2a3dfb20d250b
2782 Author: Peter Tyser <ptyser@xes-inc.com>
2783 Date:   Mon Apr 12 22:28:13 2010 -0500
2784
2785     blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*
2786
2787     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2788
2789 commit a4145534851bf74619cb373a942613a74547bb82
2790 Author: Peter Tyser <ptyser@xes-inc.com>
2791 Date:   Mon Apr 12 22:28:12 2010 -0500
2792
2793     m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
2794
2795     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2796
2797 commit 84ad688473bec2875e171b71040eb9e033c6c206
2798 Author: Peter Tyser <ptyser@xes-inc.com>
2799 Date:   Mon Apr 12 22:28:11 2010 -0500
2800
2801     arm: Move cpu/$CPU to arch/arm/cpu/$CPU
2802
2803     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2804
2805 commit 8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba
2806 Author: Peter Tyser <ptyser@xes-inc.com>
2807 Date:   Mon Apr 12 22:28:10 2010 -0500
2808
2809     sh: Move cpu/$CPU to arch/sh/cpu/$CPU
2810
2811     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2812
2813 commit 8d1f268204b07e172f3cb5cee0a3974d605b0b98
2814 Author: Peter Tyser <ptyser@xes-inc.com>
2815 Date:   Mon Apr 12 22:28:09 2010 -0500
2816
2817     ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
2818
2819     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2820
2821 commit 819833af39a91fa1c1e8252862bbda6f5a602f7b
2822 Author: Peter Tyser <ptyser@xes-inc.com>
2823 Date:   Mon Apr 12 22:28:08 2010 -0500
2824
2825     Move architecture-specific includes to arch/$ARCH/include/asm
2826
2827     This helps to clean up the include/ directory so that it only contains
2828     non-architecture-specific headers and also matches Linux's directory
2829     layout which many U-Boot developers are already familiar with.
2830
2831     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2832
2833 commit 61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9
2834 Author: Peter Tyser <ptyser@xes-inc.com>
2835 Date:   Mon Apr 12 22:28:07 2010 -0500
2836
2837     Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
2838
2839     The appropriate include/asm-$ARCH directory should already by symlinked
2840     to include/asm so using the whole "asm-$ARCH" path is unnecessary.
2841
2842     This change should also allow us to move the include/asm-$ARCH
2843     directories into their appropriate lib/$ARCH/ directories.
2844
2845     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2846
2847 commit 0de71d507157c4bd4fddcd3a419140d2b986eed2
2848 Author: Peter Tyser <ptyser@xes-inc.com>
2849 Date:   Mon Apr 12 22:28:06 2010 -0500
2850
2851     Move libfdt/ into lib/
2852
2853     Move the libfdt directory into the common lib/ directory to clean up the
2854     top-level directory.
2855
2856     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2857
2858 commit 78acc472d9719316f22e002a009a998d9ceec29d
2859 Author: Peter Tyser <ptyser@xes-inc.com>
2860 Date:   Mon Apr 12 22:28:05 2010 -0500
2861
2862     Rename lib_generic/ to lib/
2863
2864     Now that the other architecture-specific lib directories have been
2865     moved out of the top-level directory there's not much reason to have the
2866     '_generic' suffix on the common lib directory.
2867
2868     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2869
2870 commit ea0364f1bbfed1e3ea711147420875cf338fe77a
2871 Author: Peter Tyser <ptyser@xes-inc.com>
2872 Date:   Mon Apr 12 22:28:04 2010 -0500
2873
2874     Move lib_$ARCH directories to arch/$ARCH/lib
2875
2876     Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk
2877
2878     This change is intended to clean up the top-level directory structure
2879     and more closely mimic Linux's directory organization.
2880
2881     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2882
2883 commit 89f39e177e7b0152aa1d3152baa25d986e36cdcf
2884 Author: Peter Tyser <ptyser@xes-inc.com>
2885 Date:   Mon Apr 12 22:28:03 2010 -0500
2886
2887     Change directory-specific CFLAGS to use full path
2888
2889     Previously, a specific file or directory could be compiled with custom
2890     CFLAGS by adding a Makefile variable such as:
2891       CFLAGS_dlmalloc.o = <custom flags for common/dlmalloc.c>
2892     or
2893       CFLAGS_lib = <custom flags for lib directory>
2894
2895     This method breaks down once multiple files or directories share the
2896     same path.  Eg FLAGS_fileA = <custom flags> would incorrectly result in
2897     both dir1/fileA.c and dir2/fileA.c being compiled with <custom flags>.
2898
2899     This change allows finer grained control which we need once we move
2900     lib_$ARCH to arch/$ARCH/lib/ and lib_generic/ to lib/.  Without this
2901     change all lib/ directories would share the same custom CFLAGS.
2902
2903     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2904
2905 commit 03b7004ddafc70d83904d790abaa50843868130e
2906 Author: Peter Tyser <ptyser@xes-inc.com>
2907 Date:   Mon Apr 12 22:28:02 2010 -0500
2908
2909     Create CPUDIR variable
2910
2911     The CPUDIR variable points to the location of a target's CPU directory.
2912     Currently, it is set to cpu/$CPU.  However, using $CPUDIR will allow for
2913     more flexibility in the future.  It lays the groundwork for reorganizing
2914     U-Boot's directory structure to support a layout such as:
2915
2916       arch/$ARCH/cpu/$CPU/* (architecture with multiple CPU types)
2917       arch/$ARCH/cpu/*      (architecture with one CPU type)
2918
2919     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2920
2921 commit 30dc165a76b5165af77219189bc05d0fa4229d8b
2922 Author: Jens Scharsig <js_at_ng@scharsoft.de>
2923 Date:   Fri Apr 9 19:02:38 2010 +0200
2924
2925     FIX: watchdog timeout, while waiting for input
2926
2927     * add WATCHDOG_RESET to !tstc() loops
2928     * prevents watchdog timeout, while waiting for input,
2929       if CONFIG_BOOT_RETRY_TIME or CONFIG_SHOW_ACTIVITY defined
2930
2931     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
2932
2933 commit 8178110bc28249f3ff1c22b15d7dcdee50be69eb
2934 Author: Detlev Zundel <dzu@denx.de>
2935 Date:   Thu Apr 8 17:55:48 2010 +0200
2936
2937     config_cmd_all.h: Sort entries alphabetically
2938
2939     Signed-off-by: Detlev Zundel <dzu@denx.de>
2940
2941 commit 9157e9c40ab3a942bdd0679bb433cd9ed485f434
2942 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2943 Date:   Thu Apr 8 17:55:47 2010 +0200
2944
2945     config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS
2946
2947     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2948
2949 commit ae30b8c200dc071d719ad649d0bf5635d61754f3
2950 Author: karl.beldan@gmail.com <karl.beldan@gmail.com>
2951 Date:   Tue Apr 6 22:18:08 2010 +0200
2952
2953     malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure
2954
2955     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
2956
2957 commit a2513e27e8df2b7bf481d03e7719f91ce19e89d5
2958 Author: Peter Tyser <ptyser@xes-inc.com>
2959 Date:   Sun Apr 4 22:36:03 2010 -0500
2960
2961     mkimage: Fix strict-aliasing compiler warning
2962
2963     Version 4.2.4 of gcc produces the following warnings without this change:
2964       mkimage.c: In function â€˜main’:
2965       mkimage.c:204: warning: dereferencing type-punned pointer will break strict-aliasing rules
2966       mkimage.c:222: warning: dereferencing type-punned pointer will break strict-aliasing rules
2967
2968     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2969
2970 commit 1f2463d7642c582339c9f9d96471d5d2a169b9bb
2971 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2972 Date:   Thu Apr 1 21:26:55 2010 +0200
2973
2974     Add initial support for Matrix Vision mvSMR board based on MPC5200B.
2975
2976     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2977
2978 commit 9acd4f0e914913796e4e56f550726d216f7b16e5
2979 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2980 Date:   Sat Mar 27 11:16:10 2010 +0100
2981
2982     cmd_bmp.c: add standard subcommand handling
2983
2984     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2985     Acked-by: Detlev Zundel <dzu@denx.de>
2986
2987 commit f852a0c3bfe0b30b4816135b9a0d2aaae7e5de6a
2988 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
2989 Date:   Sun Mar 14 18:47:23 2010 +0100
2990
2991     drivers/mtd/spi/eeprom_m95xxx.c: add missing error checking
2992
2993     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
2994
2995 commit 3b653fdb322028b27c5ae3d60ecb0eea2d58837f
2996 Author: Peter Tyser <ptyser@xes-inc.com>
2997 Date:   Sun Apr 4 22:40:50 2010 -0500
2998
2999     cmd_ubi: Fix uninitialized variable warning
3000
3001     gcc 3.4.6 previously reported the following error on many MIPS boards
3002     which utilize UBI:
3003       cmd_ubi.c:193: warning: 'vol' might be used uninitialized in this function
3004
3005     The current code is structured such that 'vol' will never be used when
3006     it is NULL anyway, but gcc isn't smart enough to figure this out.
3007
3008     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3009     Signed-off-by: Stefan Roese <sr@denx.de>
3010
3011 commit fac71cc49f93db7d460dbc957dfbbadefa2ca0e9
3012 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
3013 Date:   Fri Mar 12 10:07:00 2010 +0200
3014
3015     USB storage probe
3016
3017     While debugging one ill behaving USB device I found two bugs in USB
3018     storage probe.
3019
3020     usb_stor_get_info() returns -1 (error), 0 (skip) or 1 (ok). First part
3021     of this patch fixes error case.
3022
3023     Second part fixes usb_inquiry()'s retry counter handling. Original code
3024     had retry = -1 on error case, not retry = 0 as checked in the next line.
3025
3026     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
3027
3028 commit aaad108b889c6980a2d05262a2f7febb14f94d68
3029 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
3030 Date:   Fri Mar 12 15:46:56 2010 +0200
3031
3032     USB storage count
3033
3034     Here's another USB storage patch. Currently U-Boot handles storage
3035     devices #0 - #4 as valid devices, even if there is none connected. This
3036     patch fixes usb_stor_get_dev() to check detected device count instead
3037     of MAX-define.
3038
3039     This is very important for ill behaving devices. usb_dev_desc[] can be
3040     partially initialized if device probe fails.
3041
3042     After fixing get_dev() it was easy to fix "usb part" etc commands.
3043     Previously it outputed "Unknown partition table" five times, now it's
3044     "no USB devices available".
3045
3046     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
3047
3048 commit d7a22a364ceea97133c1fb7aff073953c7a61228
3049 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3050 Date:   Sat Feb 27 21:34:41 2010 +0300
3051
3052     EHCI: add NEC PCI ID
3053
3054     Add NEC EHCI controller to the list of the supported devices.
3055
3056     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
3057
3058      drivers/usb/host/ehci-pci.c |    1 +
3059      1 file changed, 1 insertion(+)
3060
3061 commit c8b2d1dc0f1667029f42c3fa21f70906414af325
3062 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3063 Date:   Sat Feb 27 21:33:21 2010 +0300
3064
3065     EHCI: fix port reset reporting
3066
3067     Commit b416191a14770c6bcc6fd67be7decf8159b2baee (Fix EHCI port reset.) didn't
3068     move the code that checked for successful clearing of the port reset bit from
3069     ehci_submit_root(), relying on wait_ms() call instead. The mentioned code also
3070     erroneously reported port reset state when the reset was already completed.
3071
3072     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
3073
3074 commit e06a055bcd966adf62a5653c84db781915392e41
3075 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3076 Date:   Sat Feb 27 21:32:17 2010 +0300
3077
3078     EHCI: fix off-by-one error in ehci_submit_root()
3079
3080     USB devices on the 2nd port are not detected and I get the following message:
3081
3082     The request port(1) is not configured
3083
3084     That's with default CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS value of 2. 'req->index'
3085     is 1-based, so the comparison in ehci_submit_root() can't be correct.
3086
3087     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
3088
3089 commit 6d313c84ded168427240e62d108b6ba9afdcf535
3090 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3091 Date:   Sat Feb 27 21:29:42 2010 +0300
3092
3093     EHCI: fix root hub device descriptor
3094
3095     On little endian machines, EHCI root hub's USB revision is reported as 0.2 --
3096     cpu_to_le16() was missed in the initializer for the 'bcdUSB' descriptor field.
3097     The same should be done for the 'bcdDevice' field.
3098
3099     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
3100
3101 commit 760bce07f182f678d42f2a85a0e47b59e831ba25
3102 Author: Anatolij Gustschin <agust@denx.de>
3103 Date:   Thu Apr 8 15:50:55 2010 +0200
3104
3105     video: ati_radeon_fb.c: fix warning while compiling with DEBUG
3106
3107     Fixes this warning:
3108
3109     ati_radeon_fb.c: In function 'radeon_probe':
3110     ati_radeon_fb.c:598: warning: format '%x' expects type 'unsigned int',
3111     but argument 2 has type 'void *'
3112
3113     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3114
3115 commit f6a7a2e88854666e6a9ede50891fe415e803ace2
3116 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
3117 Date:   Wed Mar 31 15:52:40 2010 -0500
3118
3119     ati_radeon: Support PCI virtual not eq bus mapping.
3120
3121     Use pci_bus_to_virt() to convert the bus address from the BARs to
3122     virtual address' to eliminate the direct mapping requirement.
3123
3124     Rename variables to better match usage (_phys -> _bus or no-suffix)
3125
3126     This fixes the mpc8572ds CONFIG_PHYS_64BIT mode failure:
3127     "videoboot: Video ROM failed to map!"
3128
3129     Tested on mpc8572ds with and without CONFIG_PHYS_64BIT.
3130
3131     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3132
3133 commit 9624f6d9eb4b7223e97a27844ec4489ab953a2e2
3134 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
3135 Date:   Wed Mar 31 09:54:28 2010 -0500
3136
3137     ati_radeon: return with error when emulator fails
3138
3139     Console was being switched to video even if emulator fails and
3140     causing this hang:
3141
3142                    Scanning PCI bus 04
3143             04  00  1095  3132  0104  00
3144         PCIE3 on bus 03 - 04
3145     Video: ATI Radeon video card (1002, 5b60) found @(2:0:0)
3146     videoboot: Booting PCI video card bus 2, function 0, device 0
3147     videoboot: Video ROM failed to map!
3148     640x480x8 31kHz 59Hz
3149     radeonfb: FIFO Timeout !
3150
3151     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3152     Tested-by: Anatolij Gustschin <agust@denx.de>
3153
3154 commit d5011762f53ada9cc7cdf1f89f3a722f887af577
3155 Author: Anatolij Gustschin <agust@denx.de>
3156 Date:   Mon Mar 15 14:50:25 2010 +0100
3157
3158     video: cfb_console.c: add support for RLE8 bitmaps
3159
3160     Allow displaying 8-bit RLE BMP images.
3161
3162     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3163
3164 commit 22d6c8faac4e9fa43232b0cf4da427ec14d72ad3
3165 Author: Thomas Chou <thomas@wytron.com.tw>
3166 Date:   Thu Apr 1 11:15:05 2010 +0800
3167
3168     cfi_flash: reset timer in flash status check
3169
3170     This patch adds reset_timer() before the flash status check
3171     waiting loop.
3172
3173     Since the timer is basically running asynchronous to the cfi
3174     code, it is possible to call get_timer(0), then only a few
3175     _SYSCLK_ cycles later an interrupt is generated. This causes
3176     timeout even though much less time has elapsed. So the timer
3177     period registers should be reset before get_timer(0) is
3178     called.
3179
3180     There is similar usage in nand_base.c.
3181
3182     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3183     Signed-off-by: Stefan Roese <sr@denx.de>
3184
3185 commit 933419096e857275b8b01f1ae577162231b143ff
3186 Author: Kumar Gala <galak@kernel.crashing.org>
3187 Date:   Wed Apr 7 01:34:11 2010 -0500
3188
3189     ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size
3190
3191     The MPC8536DS_NAND SPL build was failing due to code size increase
3192     introduced by commit:
3193
3194     commit 33f57bd553edf29dffef5a6c7d76e169c79a6049
3195     Author: Kumar Gala <galak@kernel.crashing.org>
3196     Date:   Fri Mar 26 15:14:43 2010 -0500
3197
3198         85xx: Fix enabling of L1 cache parity on secondary cores
3199
3200     We built in some NS16550 functions that we dont need and can get
3201     rid of them via CONFIG_NS16550_MIN_FUNCTIONS.
3202
3203     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3204
3205 commit 5a4696088376fff82629e7e4a2444294dc589c96
3206 Author: Timur Tabi <timur@freescale.com>
3207 Date:   Thu Apr 1 10:49:42 2010 -0500
3208
3209     p2020ds: add alternate boot bank support using the ngPIXIS FPGA
3210
3211     The Freescale P2020DS board uses a new type of PIXIS FPGA, called the ngPIXIS.
3212     The ngPIXIS has one distinct new feature: the values of the on-board switches
3213     can be selectively overridden with shadow registers.  This feature is used to
3214     boot from a different NOR flash bank, instead of having a register dedicated
3215     for this purpose.  Because the ngPIXIS is so different from the previous PIXIS,
3216     a new file is introduced: ngpixis.c.
3217
3218     Also update the P2020DS checkboard() function to use the new macros defined
3219     in the header file.
3220
3221     Signed-off-by: Timur Tabi <timur@freescale.com>
3222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3223
3224 commit 2feb4af001a0be5ccad6e6a6eb072207cbef6e3f
3225 Author: Timur Tabi <timur@freescale.com>
3226 Date:   Wed Mar 31 17:44:13 2010 -0500
3227
3228     fsl: improve the PIXIS code and fix a few bugs
3229
3230     Refactor and document the Freescale PIXIS code, used on most 85xx and 86xx
3231     boards.  This makes the code easier to read and more flexible.
3232
3233     Delete pixis.h, because none of the exported functions were actually being
3234     used by any other file.  Make all of the functions in pixis.c 'static'.
3235     Remove "#include pixis.h" from every file that has it.
3236
3237     Remove some unnecessary #includes.
3238
3239     Make 'pixis_base' into a macro, so that we don't need to define it in every
3240     function.
3241
3242     Add "while(1);" loops at the end of functions that reset the board, so that
3243     execution doesn't continue while the reset is in progress.
3244
3245     Replace in_8/out_8 calls with clrbits_8, setbits_8, or clrsetbits_8, where
3246     appropriate.
3247
3248     Replace ulong/uint with their spelled-out equivalents.  Remove unnecessary
3249     typecasts, changing the types of some variables if necessary.
3250
3251     Add CONFIG_SYS_PIXIS_VCFGEN0_ENABLE and CONFIG_SYS_PIXIS_VBOOT_ENABLE to make
3252     it easier for specific boards to support variations in the PIXIS registers
3253     sets.  No current boards appears to need this feature.
3254
3255     Fix the definition of CONFIG_SYS_PIXIS_VBOOT_MASK for the MPC8610 HPCD.
3256     Apparently, "pixis_reset altbank" has never worked on this board.
3257
3258     Signed-off-by: Timur Tabi <timur@freescale.com>
3259     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3260
3261 commit ff8473e90a018c2bb19a196176c1f2e9602d6354
3262 Author: Sandeep Gopalpet <sandeep.kumar@freescale.com>
3263 Date:   Fri Mar 12 10:45:02 2010 +0530
3264
3265     85xx: Set HID1[mbdd] on e500v2 rev5.0 or greater
3266
3267     The HID1[MBDD] bit is new on rev5.0 or greater cores and will optimize
3268     the performance of mbar/eieio instructions.
3269
3270     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
3271
3272 commit 216082754f6da5359ea0db9b0cc03ad531ac6e45
3273 Author: Kumar Gala <galak@kernel.crashing.org>
3274 Date:   Tue Mar 30 23:06:53 2010 -0500
3275
3276     85xx: Added various P1012/P1013/P1021/P1022 defines
3277
3278     There are various locations that we have chip specific info:
3279
3280     * Makefile for which ddr code to build
3281     * Added P1012/P1013/P1021/P1022 to cpu_type_list and SVR list
3282     * Added number of LAWs for P1012/P1013/P1021/P1022
3283     * Set CONFIG_MAX_CPUS to 2 for P1021/P1022
3284     * PCI port config
3285
3286     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3287     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
3288     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3289
3290 commit 5a85a3096940b0a0cd016c8acf4944421c64f8c7
3291 Author: Kumar Gala <galak@kernel.crashing.org>
3292 Date:   Tue Mar 30 10:07:12 2010 -0500
3293
3294     ppc/8xxx: Delete PCI nodes from device tree if not configured
3295
3296     If the PCI controller wasn't configured or enabled delete from the
3297     device tree (include its alias).
3298
3299     For the case that we didn't even configure u-boot with knowledge of
3300     the controller we can use the fact that the pci_controller pointer
3301     is NULL to delete the node in the device tree.  We determine that
3302     a controller was not setup (because of HW config) based on the fact
3303     that cfg_addr wasn't setup.
3304
3305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3306
3307 commit 3f1a5c1655d32b7ab8ae74c79934ce100ebcd2bf
3308 Author: Brent Kandetzki <BrentK@teleco.com>
3309 Date:   Wed Mar 24 17:41:33 2010 -0400
3310
3311     Blackfin: IP04: new board port
3312
3313     A low cost 4 port IP-PBX board.
3314
3315     Signed-off-by: Brent Kandetzki <BrentK@teleco.com>
3316     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3317
3318 commit a3c08363b927b84dee911bfcb29ab45d53c98f62
3319 Author: Mike Frysinger <vapier@gentoo.org>
3320 Date:   Tue Mar 23 16:23:39 2010 -0400
3321
3322     Blackfin: drop bfin #undef in linker script
3323
3324     Now that the linker script is preprocessed with -ansi, there is no need to
3325     manually undef the bfin define.
3326
3327     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3328
3329 commit 0c080aa753eb92e1c0033d3fd33033b2b4813884
3330 Author: Mike Frysinger <vapier@gentoo.org>
3331 Date:   Thu Feb 11 20:19:10 2010 -0500
3332
3333     Blackfin: call watchdog_init() for external watchdogs
3334
3335     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3336
3337 commit b874ed17472de492cfbf58c8e362364bc80e3dcd
3338 Author: Mike Frysinger <vapier@gentoo.org>
3339 Date:   Wed Feb 10 01:20:44 2010 -0500
3340
3341     Blackfin: link with normal ABI target
3342
3343     If someone uses the FDPIC toolchain to compile U-Boot, make sure the
3344     linker knows to use the normal ABI target rather than the FDPIC one.
3345     This wasn't needed with older toolchains, but when we fixed the linker
3346     such that the default target changed based on tuple, this broke.
3347
3348     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3349
3350 commit dd97022cbeaae5fd4bce25cf7e86019101a040ef
3351 Author: Mike Frysinger <vapier@gentoo.org>
3352 Date:   Fri Jan 29 15:48:28 2010 -0500
3353
3354     Blackfin: sync ptrace headers with linux
3355
3356     Scrub a lot of dead cruft in the process.
3357
3358     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3359
3360 commit 6a0be8f8fe6d72a30e69d08decb72dc3bec5484c
3361 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
3362 Date:   Fri Jan 22 17:15:55 2010 -0500
3363
3364     Blackfin: cm-bf561: update network/env settings
3365
3366     Switch to the SMC911X driver by default now, and fix LDR env settings.
3367
3368     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
3369     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3370
3371 commit 216818c1a2d03b1c0994f00993c99af38c5b1e83
3372 Author: Mike Frysinger <vapier@gentoo.org>
3373 Date:   Thu Jan 21 23:29:18 2010 -0500
3374
3375     Blackfin: bf537-stamp: add board test defines
3376
3377     We tweak the configs a little when doing automated hardware tests.
3378
3379     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3380
3381 commit 38b9b7446ecd3a728bad3e1913a984628a7363fb
3382 Author: Mike Frysinger <vapier@gentoo.org>
3383 Date:   Tue Jan 19 21:02:00 2010 -0500
3384
3385     Blackfin: relax .data alignment
3386
3387     The strictest alignment on Blackfin systems is 32bits (since that is the
3388     largest load instruction), so don't force 256byte alignment here.
3389
3390     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3391
3392 commit 03f7053f70bc55b50c9d23e54f90d772419300a6
3393 Author: Mike Frysinger <vapier@gentoo.org>
3394 Date:   Tue Jan 19 15:39:07 2010 -0500
3395
3396     Blackfin: drop reference to gd->reloc_off
3397
3398     The reloc_off member no longer exists, so drop it.  Also change this
3399     function so that it is always compiled and prevents latent issues like
3400     this in the future.
3401
3402     Reported-by: Peter Meerwald <pmeerw@pmeerw.net>
3403     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3404
3405 commit 49b97d9c8ea7b11c4fc9e457cc2cd9fd6ebf0c21
3406 Author: Kumar Gala <galak@kernel.crashing.org>
3407 Date:   Tue Mar 30 10:19:26 2010 -0500
3408
3409     fdt: Add fdt_del_node_and_alias helper
3410
3411     Add a helper function that given an alias will delete both the node
3412     the alias points to and the alias itself
3413
3414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3415     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
3416
3417 commit 459c41a8e1be96edeba1c0afeccacafd93b2c4e6
3418 Author: Mike Frysinger <vapier@gentoo.org>
3419 Date:   Tue Nov 3 15:53:12 2009 -0500
3420
3421     Blackfin: disable NetBSD bootm support by default
3422
3423     There is no Blackfin/NetBSD port, so enabling support for it by default
3424     doesn't make any sense.
3425
3426     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3427
3428 commit 69bcf5bc80a47acbd62b8cfff932cb12d47997d7
3429 Author: Kumar Gala <galak@kernel.crashing.org>
3430 Date:   Mon Mar 29 13:50:31 2010 -0500
3431
3432     85xx: Add defines for BUCSR bits to make code more readable
3433
3434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3435
3436 commit 22c9de064a218ae617bfeea35d2164532df91597
3437 Author: Dave Liu <daveliu@freescale.com>
3438 Date:   Fri Mar 5 12:22:00 2010 +0800
3439
3440     fsl-ddr: change the default burst mode for DDR3
3441
3442     For 64B cacheline SoC, set the fixed 8-beat burst len,
3443     for 32B cacheline SoC, set the On-The-Fly as default.
3444
3445     Signed-off-by: Dave Liu <daveliu@freescale.com>
3446
3447 commit ec145e87b80f6764d17a6b0aebf521fe758c3fdc
3448 Author: Dave Liu <daveliu@freescale.com>
3449 Date:   Fri Mar 5 12:22:00 2010 +0800
3450
3451     fsl-ddr: Fix the turnaround timing for TIMING_CFG_4
3452
3453     Read-to-read/Write-to-write turnaround for same chip select
3454     of DDR3 memory, BL/2+2 cycles is enough for them at BC4 and
3455     OTF case, BL/2 cycles is enough for fixed BL8.
3456     Cutting down the turnaround from BL/2+4 to BL/2+2 or BL/2
3457     will improve the memory performance.
3458
3459     Signed-off-by: Dave Liu <daveliu@freescale.com>
3460
3461 commit ab467c512e79dbd14f02352655f054a4304c457e
3462 Author: Roy Zang <tie-fei.zang@freescale.com>
3463 Date:   Tue Feb 9 18:23:33 2010 +0800
3464
3465     fsl_esdhc: Only modify the field we are changing in WML
3466
3467     When we set the read or write watermark in WML we should maintain the
3468     rest of the register as is, rather than using some hard coded value.
3469
3470     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3471     Acked-by: Stefano Babic <sbabic@denx.de>
3472     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3473
3474 commit 48bb3bb5ac4dd21e931ae157caad6449bcb2d0d4
3475 Author: Jerry Huang <Chang-Ming.Huang@freescale.com>
3476 Date:   Thu Mar 18 15:57:06 2010 -0500
3477
3478     fsl_esdhc: Add function to reset the eSDHC controller
3479
3480     To support multiple block read command we must set abort or use auto
3481     CMD12.  If we booted from eSDHC controller neither of these are used
3482     and thus we need to reset the controller to allow multiple block read
3483     to function.
3484
3485     Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
3486     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3487     Acked-by: Stefano Babic <sbabic@denx.de>
3488     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3489
3490 commit cc4d1226585fa2544b5116702b02eacbb7aa48a1
3491 Author: Kumar Gala <galak@kernel.crashing.org>
3492 Date:   Thu Mar 18 15:51:05 2010 -0500
3493
3494     fsl_esdhc: Always stop clock before changing frequency
3495
3496     We need to stop the clocks on 83xx/85xx as well as imx.  No need to make
3497     this code conditional to just imx.
3498
3499     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3500     Acked-by: Stefano Babic <sbabic@denx.de>
3501
3502 commit d0b0dcaa220549999d6ea74cf87487846c186a0f
3503 Author: Stefan Roese <sr@denx.de>
3504 Date:   Thu Apr 1 14:37:24 2010 +0200
3505
3506     i2c: Move PPC4xx I2C driver into drivers/i2c directory
3507
3508     This patch moves the PPC4xx specific I2C device driver into the I2C
3509     drivers directory. All 4xx config headers are updated to include this
3510     driver.
3511
3512     Signed-off-by: Stefan Roese <sr@denx.de>
3513
3514 commit b5045cdda556c73e2697cd1d3ea6563315cbf490
3515 Author: Detlev Zundel <dzu@denx.de>
3516 Date:   Wed Mar 31 15:38:55 2010 +0200
3517
3518     arm/integrator: Remove unneccessary CONFIG_PCI check.
3519
3520     pci_eth_init() is already conditional to CONFIG_PCI so not every caller
3521     needs to have conditionals.
3522
3523     This is the only place in the current code base where such a check is
3524     still at the calling site.
3525
3526     Signed-off-by: Detlev Zundel <dzu@denx.de>
3527     CC: Ben Warren <biggerbadderben@gmail.com>
3528     CC: Peter Pearse <peter.pearse@arm.com>
3529
3530 commit 0701f730cebc8dd065b70812ca0332055dcf10f8
3531 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
3532 Date:   Thu Mar 25 14:30:13 2010 +0100
3533
3534     at91: use C structs for AT91 OHCI code
3535
3536     This patch is part of migrating the AT91 support towards
3537     using C struct for all SOC access.
3538
3539     It removes one more CONFIG_AT91_LEGACY warning.
3540
3541     at91_pmc.h needs cleanup after migration of the drivers
3542     has been done.
3543
3544     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3545
3546 commit e99056e3877d1f04a36991aa48f1c690547f5ab9
3547 Author: Asen Dimov <dimov@ronetix.at>
3548 Date:   Thu Mar 18 13:46:45 2010 +0200
3549
3550     using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c
3551
3552     Signed-off-by: Asen Dimov <dimov@ronetix.at>
3553
3554 commit 4b894a97d307c3207af40031d9e820e2960de57f
3555 Author: Alessandro Rubini <rubini@unipv.it>
3556 Date:   Wed Nov 25 23:41:51 2009 +0100
3557
3558     Nomadik: fix reset_timer()
3559
3560     Previous code was failing when reading back the timer less than
3561     400us after resetting it. This lead nand operations to incorrectly
3562     timeout any now and then.  Moreover, writing the load register isn't
3563     immediately reflected in the value register. We must wait for a clock
3564     edge, so read_timer now waits for the value to change at least once,
3565     otherwise nand operation would timeout anyways (though less frequently).
3566
3567     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3568     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
3569
3570 commit f936aa0528fe4f5d86168575528e0c52b485c642
3571 Author: Achim Ehrlich <aehrlich@taskit.de>
3572 Date:   Wed Mar 17 14:50:29 2010 +0100
3573
3574     Convert at91 watchdog driver to new SoC access
3575
3576     This converts the at91 watchdog driver to new c structure
3577     type to access registers of the SoC
3578
3579     Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
3580
3581 commit c9f72b3da8855c3c9679c821127cccd91e0380ed
3582 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3583 Date:   Wed Mar 17 08:21:11 2010 +0100
3584
3585     at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
3586
3587     CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing
3588     This clean up patch removes the references for esd boards
3589
3590     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3591
3592 commit b032698ff687034286c98c09fd4830d804cd1786
3593 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
3594 Date:   Tue Mar 9 22:13:56 2010 +0100
3595
3596     ep93xx timer: refactoring
3597
3598     ep93xx timer: Simplified the timer code by eliminating clk_to_systicks() and
3599     performing (almost) all manipulation of the timer structure in read_timer()
3600
3601     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
3602
3603 commit 33eef04bf8541f7b15d4f694ad10f9b912b9caa6
3604 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
3605 Date:   Tue Mar 9 22:13:47 2010 +0100
3606
3607     ep93xx timer: Rename struct timer_reg pointers
3608
3609     ep93xx timer: Renamed pointers to struct timer_regs from name 'timer' to
3610     'timer_regs' in order to avoid confusion with the global variable 'timer'
3611
3612     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
3613
3614 commit 2528dc52361bea49e6bd4a95ce2374d0004ca56f
3615 Author: Naveen Krishna CH <ch.naveen@samsung.com>
3616 Date:   Fri Mar 5 17:16:05 2010 +0900
3617
3618     SAMSUNG: SMDKC100: Adds ethernet support.
3619
3620     Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be
3621     loaded over tftp.
3622
3623     The preinit function will configure GPIO (GPK0CON) & SROMC to look
3624     for environment in SROM Bank 3.
3625
3626     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3627     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3628
3629 commit 01802e0d22a4bb3903b342ff2357ea3bbcccd289
3630 Author: Naveen Krishna CH <ch.naveen@samsung.com>
3631 Date:   Fri Mar 5 17:15:38 2010 +0900
3632
3633     S5PC100: Function to configure the SROMC registers.
3634
3635     Nand Flash, Ethernet, other features might need to configure the
3636     SROMC registers accordingly.
3637     The config_sromc() functions helps with this.
3638
3639     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3640     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3641
3642 commit a28bec89ccc17b56a50d841c8f0778e927434d1c
3643 Author: Naveen Krishna CH <ch.naveen@samsung.com>
3644 Date:   Fri Mar 5 17:15:13 2010 +0900
3645
3646     S5PC100: Memory SubSystem Header file, register description(SROMC).
3647
3648     Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand,
3649     NAND Flash, DDRs.
3650     smc.h is a common place for the register description of Memory subsystem
3651     of S5PC100.
3652     Note: Only SROM related registers are descibed now.
3653
3654     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3655     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3656
3657 commit abbe18c353c297a40c428ba92f3e1a85e8e694fc
3658 Author: Minkyu Kang <mk7.kang@samsung.com>
3659 Date:   Fri Feb 12 18:21:17 2010 +0900
3660
3661     s5pc1xx: update the README file
3662
3663     Because adds support the GPIO Interface, README file is updated.
3664
3665     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3666
3667 commit ab693e9c4c06b42d1746a0d7a03541968fb55bb9
3668 Author: Minkyu Kang <mk7.kang@samsung.com>
3669 Date:   Fri Feb 12 18:17:52 2010 +0900
3670
3671     s5pc1xx: support the GPIO interface
3672
3673     This patch adds support the GPIO interface
3674
3675     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3676
3677 commit 7b92159bd9fc0acaddd65b314da252b715d1b44e
3678 Author: Joonyoung Shim <jy0922.shim@samsung.com>
3679 Date:   Mon Feb 8 22:00:52 2010 +0900
3680
3681     s3c64xx: Add ifdef at the S3C64XX only codes
3682
3683     The s3c6400.h file is only for S3C64XX cpu and the pheripheral port
3684     address(0x70000000 - 0x7fffffff) exists at only S3C64XX cpu, so they
3685     should be included by only S3C64XX cpu.
3686
3687     Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
3688     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3689
3690 commit 6c71a8fec95a9e0f90fbc47469c389c6f35d96bc
3691 Author: Naveen Krishna CH <ch.naveen.samsung.com>
3692 Date:   Thu Feb 4 14:17:38 2010 +0900
3693
3694     S5PC100: Moves the Macros to a common header file
3695
3696     The get_pll_clk(int) API returns the PLL frequency based on
3697     the (int) argument which is defined locally in clock.c
3698
3699     Moving that #define to common header file (clk.h) would
3700     be helpful when using the API from other files.
3701
3702     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3703     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3704
3705 commit 2ca551dd7ad6ec11418f113b1b50c96fdd15a370
3706 Author: Minkyu Kang <mk7.kang@samsung.com>
3707 Date:   Mon Mar 8 16:22:33 2010 +0900
3708
3709     MAINTAINERS: sort the list of ARM Maintainers by last name
3710
3711     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3712
3713 commit c937c42431923c96a617e9462e2c0ecbaf2ad72d
3714 Author: Vipin KUMAR <vipin.kumar@st.com>
3715 Date:   Mon Mar 8 10:46:07 2010 +0530
3716
3717     SPEAr : Adding maintainer name for spear SoCs
3718
3719     Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
3720
3721 commit d8bc0a2889700ba063598de6d4e7d135360b537e
3722 Author: Scott McNutt <smcnutt@psyent.com>
3723 Date:   Thu Apr 1 00:00:56 2010 -0400
3724
3725     nios2: Reload timer count in reset_timer()
3726
3727        When the timestamp is incremented via interrupt and the interrupt
3728        period is greater than 1 msec, successive calls to get_timer() can
3729        produce inaccurate timing since the interrupts are asynchronous
3730        to the timing loop. For example, with an interrupt period of 10 msec
3731        two successive calls to get_timer() could indicate an elapsed time
3732        of 10 msec after only several hundred usecs -- depending on when
3733        the next interrupt actually occurs. This behavior can cause
3734        reliability issues with components such as CFI and NAND.
3735
3736        This can be remedied by calling reset_timer() prior to establishing
3737        the base timestamp with get_timer(0), provided reset_timer()
3738        resets the hardware timer (rather than simply resetting only the
3739        timestamp). This has the effect of synchronizing the interrupts
3740        (and the advance of the timestamp) with the timing loop.
3741
3742     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3743
3744 commit ed2941578480d30b413e081b6f1a5675d4afd9e2
3745 Author: Thomas Chou <thomas@wytron.com.tw>
3746 Date:   Wed Mar 24 11:41:46 2010 +0800
3747
3748     nios2: pass command line and initrd to linux in bootm.c
3749
3750     This patch adds bootargs passing to nios2 linux.
3751
3752     The args passing is enabled with,
3753     r4 : 'NIOS' magic
3754     r5 : pointer to initrd start
3755     r6 : pointer to initrd end
3756     r7 : pointer to command line
3757
3758     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3759     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3760
3761 commit 9e486ab1c98ea7ab357520307fe5d5a0847cd1bb
3762 Author: Scott McNutt <smcnutt@psyent.com>
3763 Date:   Tue Mar 30 20:26:15 2010 -0400
3764
3765     nios2: Fix AMDLV065D flash write bug in altera board common tree.
3766
3767     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3768
3769 commit 3a89a91a10fed545af458418e63d911953a9849c
3770 Author: Scott McNutt <smcnutt@psyent.com>
3771 Date:   Tue Mar 30 20:23:04 2010 -0400
3772
3773     nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards.
3774
3775        CONFIG_SYS_HZ was being calculated (incorrectly) in nios2 configuration
3776        headers. Updated comments to accurately describe timebase macros.
3777
3778     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3779
3780 commit 3ea0037f2337de692b5fd2b6a4449db1de3067a2
3781 Author: Scott McNutt <smcnutt@psyent.com>
3782 Date:   Sun Mar 21 21:24:43 2010 -0400
3783
3784     nios2: Fix outx/writex parameter order in io.h
3785
3786     The outx/writex macros were using writex(addr, val) rather than
3787        the standard writex(val, addr), resulting in incompatibilty with
3788        architecture independent components. This change set uses standard
3789        parameter order.
3790
3791     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3792
3793 commit 64da04d24ea685483f9afa07088f76931b6c0e01
3794 Author: Scott McNutt <smcnutt@psyent.com>
3795 Date:   Sun Mar 21 15:36:44 2010 -0400
3796
3797     nios2: Add support for EPCS16 and EPCS64 configuration devices.
3798
3799     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3800
3801 commit 3fd2a1f3eb83a0bbb84a1397ff9c2af7e6f5d069
3802 Author: Scott McNutt <smcnutt@psyent.com>
3803 Date:   Sun Mar 21 13:26:33 2010 -0400
3804
3805     nios2: Add missing Ethernet initialization to board_init().
3806
3807     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3808
3809 commit c72bfafbc94e61ea3ff3915c84aa7f9d91a045a0
3810 Author: Thomas Chou <thomas@wytron.com.tw>
3811 Date:   Sat Mar 20 07:05:47 2010 +0800
3812
3813     nios2: add struct stat support in linux/stat.h
3814
3815     This is needed for jffs2 support.
3816
3817     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3818     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3819
3820 commit 3bef253f0802c6292b8e2acc0089894019e99e62
3821 Author: Thomas Chou <thomas@wytron.com.tw>
3822 Date:   Sat Mar 20 07:05:46 2010 +0800
3823
3824     nios2: use bitops from linux-2.6 asm-generic
3825
3826     These are needed to use ubi/ubifs.
3827
3828     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3829     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3830
3831 commit d8b73dffa9866d6de3c05c8a2d07ecd4bc0d5d7e
3832 Author: Thomas Chou <thomas@wytron.com.tw>
3833 Date:   Sat Mar 20 07:05:45 2010 +0800
3834
3835     nios2: add local_irq_enable/disable to asm-nios2/system.h
3836
3837     Copy from linux header. This is needed for generic bitops.
3838
3839     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3840     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3841
3842 commit 54d809e7553939629e8941ab9eef1f762463a2b3
3843 Author: Thomas Chou <thomas@wytron.com.tw>
3844 Date:   Sat Mar 20 07:05:44 2010 +0800
3845
3846     nios2: add asm-nios2/errno.h
3847
3848     Just pull in asm-generic.
3849
3850     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3851     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3852
3853 commit c9d4f46b5d639a45747d5eaabd31d35856cb918f
3854 Author: Scott McNutt <smcnutt@psyent.com>
3855 Date:   Fri Mar 19 19:03:28 2010 -0400
3856
3857     nios2: Move serial drivers to individual files in  drivers/serial
3858
3859        The standard Altera UART & JTAG UART as well as the OpenCores
3860        YANU driver are now in individual files in drivers/serial
3861        rather than a single file uner cpu/nios2.
3862
3863     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3864
3865 commit ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55
3866 Author: Wolfgang Denk <wd@denx.de>
3867 Date:   Wed Mar 31 23:54:39 2010 +0200
3868
3869     Prepare v2010.03
3870
3871     Signed-off-by: Wolfgang Denk <wd@denx.de>
3872
3873 commit 8e64d6efd8d778a5f83d8bff9cd273a86dcc182f
3874 Author: Heiko Schocher <hs@denx.de>
3875 Date:   Wed Mar 31 08:34:51 2010 +0200
3876
3877     net, doc: How to setup MAC address correctly
3878
3879     As this seems unclear, document how the flow of setting up
3880     the MAC address is correct.
3881
3882     Signed-off-by: Heiko Schocher <hs@denx.de>
3883
3884     Text changed slightly, adding input from Mike Frysinger.
3885
3886     Signed-off-by: Wolfgang Denk <wd@denx.de>
3887
3888 commit b78b48c6a0c34b2991e31fc4548aaf773d34f2b3
3889 Author: Heiko Schocher <hs@denx.de>
3890 Date:   Wed Mar 31 08:34:46 2010 +0200
3891
3892     net, fec_mxc: only setup the device enetaddr with eeprom value
3893
3894     Only fill the device enetaddr with the contents of the eeprom,
3895     do not program it in MAC address registers
3896
3897     Signed-off-by: Heiko Schocher <hs@denx.de>
3898     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3899
3900 commit d5a64237d58ded31c2eed455c7a346e1c85f5565
3901 Author: Felix Radensky <felix@embedded-sol.com>
3902 Date:   Tue Mar 30 15:02:13 2010 +0300
3903
3904     doc: Fix ramdisk examples in doc/uImage.FIT/multi.its
3905
3906     The ramdisk sections in doc/uImage.FIT/multi.its lack
3907     load address and entry point properties. Using examples
3908     from this file will result in unbootable image, u-boot
3909     will issue the following error messages:
3910
3911     Can't get ramdisk subimage load address!
3912     Ramdisk image is corrupt or invalid
3913
3914     This patch adds missing properties to ramdisk sections.
3915
3916     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
3917
3918 commit 2d2018f3db5ed834bc1ee208a2c6212fdf00bca1
3919 Author: Heiko Schocher <heiko.schocher@invitel.hu>
3920 Date:   Wed Mar 24 13:22:50 2010 +0100
3921
3922     jffs2, suen3: Fix compiler warning
3923
3924     $ ./MAKEALL suen3
3925     jffs2_1pass.c: In function 'get_fl_mem':
3926     jffs2_1pass.c:399: warning: unused variable 'id'
3927     jffs2_1pass.c: In function 'get_node_mem':
3928     jffs2_1pass.c:423: warning: unused variable 'id'
3929
3930     Signed-off-by: Heiko Schocher <hs@denx.de>
3931     Tested-by: Tom <Tom.Rix@windriver.com>
3932
3933 commit 9ff32d8ccf0e23b5577c25610f001af8d761b4a2
3934 Author: Timur Tabi <timur@freescale.com>
3935 Date:   Mon Mar 29 12:51:07 2010 -0500
3936
3937     mpc86xx: set the DDR BATs after calculating true DDR size
3938
3939     After determining how much DDR is actually in the system, set DBAT0 and
3940     IBAT0 accordingly.  This ensures that the CPU won't attempt to access
3941     (via speculation) addresses outside of actual memory.
3942
3943     On 86xx systems, DBAT0 and IBAT0 (the BATs for DDR) are initialized to 2GB
3944     and kept that way.  If the system has less than 2GB of memory (typical for
3945     an MPC8610 HPCD), the CPU may attempt to access this memory during
3946     speculation.  The zlib code is notorious for generating such memory reads,
3947     and indeed on the MPC8610, uncompressing the Linux kernel causes a machine
3948     check (without this patch).
3949
3950     Currently we are limited to power of two sized DDR since we only use a
3951     single bat.  If a non-power of two size is used that is less than
3952     CONFIG_MAX_MEM_MAPPED u-boot will crash.
3953
3954     Signed-off-by: Timur Tabi <timur@freescale.com>
3955     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3956
3957 commit 33f57bd553edf29dffef5a6c7d76e169c79a6049
3958 Author: Kumar Gala <galak@kernel.crashing.org>
3959 Date:   Fri Mar 26 15:14:43 2010 -0500
3960
3961     85xx: Fix enabling of L1 cache parity on secondary cores
3962
3963     Use the same code between primary and secondary cores to init the
3964     L1 cache.  We were not enabling cache parity on the secondary cores.
3965
3966     Also, reworked the L1 cache init code to match the e500mc L2 init code
3967     that first invalidates the cache and locks.  Than enables the cache and
3968     makes sure its enabled before continuing.
3969
3970     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3971
3972 commit 1a332da61df9c38b567359af114daeaaaefaead8
3973 Author: Stefan Roese <sr@denx.de>
3974 Date:   Mon Mar 29 15:30:46 2010 +0200
3975
3976     ppc4xx: Fix problem with I2C bus >= 1 initialization
3977
3978     This patch fixes a problem introduced with patch eb5eb2b0
3979     [ppc4xx: Cleanup PPC4xx I2C infrastructure]. We need to assign the I2C
3980     base address to the "i2c" pointer inside of the controller loop.
3981     Otherwise controller 0 is initialized multiple times instead of
3982     initializing each I2C controller sequentially.
3983
3984     Tested on Katmai.
3985
3986     Signed-off-by: Stefan Roese <sr@denx.de>
3987     Acked-by: Heiko Schocher <hs@denx.de>
3988
3989 commit 24de2f4be00f81c58270d0df47296bf3a3601cef
3990 Author: Heiko Schocher <hs@denx.de>
3991 Date:   Mon Mar 29 13:15:48 2010 +0200
3992
3993     bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
3994
3995     Booting a "Multi-File Image" including a linux kernel, ramdisk and
3996     fdt, generated with
3997
3998     mkimage -A ppc \
3999         -O linux \
4000         -T multi \
4001         -C gzip \
4002         -a 00000000 \
4003         -e 00000000 \
4004         -n "kernel-2.6+initrd+dtb" \
4005         -d "vmlinux.bin.gz:ramdisk_image.gz:board.dtb" \
4006         multi.bin
4007
4008     actually fails, because ramdisk start and end addresses
4009     didn;t get initialized. This patch fixes this issue.
4010
4011     Tested on the KUP4K board.
4012
4013     Signed-off-by: Heiko Schocher <hs@denx.de>
4014
4015 commit fd03ea89641d6f6ade6d1a8580c1bb9f52b8542c
4016 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4017 Date:   Fri Mar 26 09:46:42 2010 +0100
4018
4019     i2c: made unused function i2c_mux_add_device static
4020
4021     and removed it from the .h file
4022
4023     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4024
4025 commit 2c0dc990202c69a6231122ec2463c4e3076a16f3
4026 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4027 Date:   Fri Mar 26 09:46:41 2010 +0100
4028
4029     cmd_i2c: introduced get_alen helper function
4030
4031     The code to parse alen appeared 6 times in the function.
4032     Factored this out in a small helper function
4033
4034     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4035
4036 commit a266fe955a55bb7a03a67f3c91033068f317b337
4037 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4038 Date:   Fri Mar 26 09:46:40 2010 +0100
4039
4040     cmd_i2c: moved a define to before the functions
4041
4042     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4043
4044 commit 4a8cf3382a6fea5cccc1e2ae61a4601bf26490c3
4045 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4046 Date:   Fri Mar 26 09:46:39 2010 +0100
4047
4048     cmd_i2c: moved mispositioned comment for i2c md
4049
4050     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4051
4052 commit 3a6dcb988eee3fd3cd9c5ef96855a8da729a290e
4053 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4054 Date:   Fri Mar 26 09:46:38 2010 +0100
4055
4056     cmd_i2c.c: declared local functions as static
4057
4058     Declared all functions that were not called outside the file as static
4059
4060     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4061
4062 commit 2883cc2d48e99fd1873ef8af03fee7966611b735
4063 Author: Wolfgang Denk <wd@denx.de>
4064 Date:   Sun Mar 28 00:25:14 2010 +0100
4065
4066     Prepare 2010.03-rc3
4067
4068     Update CHANGELOG
4069
4070     Signed-off-by: Wolfgang Denk <wd@denx.de>
4071
4072 commit 060f28532b09dd3d2c78423bdd809ac768a27629
4073 Author: Wolfgang Denk <wd@denx.de>
4074 Date:   Thu Mar 25 14:07:23 2010 +0100
4075
4076     cmd_usb.c: print debug messages only when DEBUG is defined
4077
4078     Signed-off-by: Wolfgang Denk <wd@denx.de>
4079
4080 commit a574cff121b1479c8e962b7a2a29310020387260
4081 Author: Wolfgang Denk <wd@denx.de>
4082 Date:   Wed Mar 24 12:19:19 2010 +0100
4083
4084     ml300: remove support for broken, orphaned board
4085
4086     The ml300 board has a number of issues, but nobody cares about this
4087     long-orphaned board any more.  Remove it.
4088
4089     Signed-off-by: Wolfgang Denk <wd@denx.de>
4090     Acked-by: Michal Simek <monstr@monstr.eu>
4091
4092 commit 04387d24a17b1ee13024dd4779da4b84d47c65cc
4093 Author: Wolfgang Denk <wd@denx.de>
4094 Date:   Sat Mar 27 23:37:46 2010 +0100
4095
4096     mkimage: fix Segmentation Fault when run without "-n name" option
4097
4098     The restructuring of the mkimage command in commit 89a4d6b1 ("tools:
4099     mkimage: split code into core, default and FIT image specific")
4100     introduced a bug that caused mkimage to segfault when run without
4101     "-n name" option.  Initialize the imagename entry to prevent that.
4102
4103     Signed-off-by: Wolfgang Denk <wd@denx.de>
4104
4105 commit e5720823f6f81a0f3a9e3404dbc37059bf6644f1
4106 Author: Thomas Chou <thomas@wytron.com.tw>
4107 Date:   Fri Mar 26 08:17:00 2010 +0800
4108
4109     cfi flash: add status polling method for amd flash
4110
4111     This patch adds status polling method to offer an alternative to
4112     data toggle method for amd flash chips.
4113
4114     This patch is needed for nios2 cfi flash interface, where the bus
4115     controller performs 4 bytes read cycles for a single byte read
4116     instruction. The data toggle method can not detect chip busy
4117     status correctly. So we have to poll DQ7, which will be inverted
4118     when the chip is busy.
4119
4120     This feature is enabled with the config def,
4121     CONFIG_SYS_CFI_FLASH_STATUS_POLL
4122
4123     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
4124     Signed-off-by: Stefan Roese <sr@denx.de>
4125
4126 commit c40c94a3d20a8616264c2dfcda85279185d69aeb
4127 Author: Renato Andreola <renato.andreola@imagos.it>
4128 Date:   Wed Mar 24 23:00:47 2010 +0800
4129
4130     cfi_flash: precision and underflow problem in tout calculation
4131
4132     With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000.
4133
4134     Signed-off-by: Renato Andreola <renato.andreola@imagos.it>
4135     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
4136     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
4137     Signed-off-by: Stefan Roese <sr@denx.de>
4138
4139 commit 9d3a86aec52cb3c0e9badd12167d9292184ce4dd
4140 Author: TsiChung Liew <tsicliew@gmail.com>
4141 Date:   Tue Mar 16 12:39:36 2010 -0500
4142
4143     ColdFire: Fix m54455EVB save environment bug
4144
4145     The ATMEL flash does not have buffer write feature. Assgined
4146     buffer_size = 1, so that when there is a write to the flash
4147     will not use buffer write function.
4148
4149     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4150
4151 commit f26a247308568e32857a5cc054f7219510a7d44e
4152 Author: TsiChung Liew <tsicliew@gmail.com>
4153 Date:   Mon Mar 15 19:39:21 2010 -0500
4154
4155     ColdFire: Fix incorrect M5253DEMO default environment
4156
4157     The flash location is at 0xff800000, not 0
4158
4159     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4160
4161 commit dd9f054ede433de73b137987fb3dc066e8d24ebb
4162 Author: TsiChung Liew <tsicliew@gmail.com>
4163 Date:   Thu Mar 11 22:12:53 2010 -0600
4164
4165     ColdFire: Cache update for all platforms
4166
4167     The CF will call cache functions in lib_m68/cache.c and the
4168     cache settings are defined in platform configuration file.
4169
4170     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4171
4172 commit f628e2f72daee810aa568619b6629da68ad042d6
4173 Author: TsiChung Liew <tsicliew@gmail.com>
4174 Date:   Wed Mar 10 18:50:22 2010 -0600
4175
4176     ColdFire: Fix SDRAM size on M5208evb rev E
4177
4178     The proper SDRAM size is 32MB not 64MB
4179
4180     Signed-off-by: Jingchang Lu <b22599@freescale.com>
4181
4182 commit 9e8e927023582231b034e199568e49f84ac032a9
4183 Author: TsiChung Liew <tsicliew@gmail.com>
4184 Date:   Wed Mar 10 18:24:07 2010 -0600
4185
4186     ColdFire: Misc update for M53017
4187
4188     Reside Ethernet buffer descriptors in SRAM instead of DRAM. Add
4189     CONFIG_SYS_TX_ETH_BUFFER in platform configuration file. Update
4190     DRAM control and SRAM control register setting. Update cache
4191     setting where size does not write to proper region.
4192
4193     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4194     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
4195
4196 commit f9d877a6479878ca96688671f37d87b620c3e77c
4197 Author: TsiChung Liew <tsicliew@gmail.com>
4198 Date:   Wed Mar 10 17:32:13 2010 -0600
4199
4200     ColdFire: Add CPU compile flag for mcf5301x and mcf532x
4201
4202     Add CPU compile flag -mcpu=53015 in cpu/config.mk
4203
4204     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4205
4206 commit 0e8a75550695aba9d8cfe9c7f7713da42c1f3e89
4207 Author: TsiChung Liew <tsicliew@gmail.com>
4208 Date:   Wed Mar 10 16:33:03 2010 -0600
4209
4210     ColdFire: Update Extra environment Data for M5275EVB
4211
4212     Provide extra environment Data. Remove default network
4213     address and MAC address.
4214
4215     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4216
4217 commit 53e4290f20b5f73c95717f47f4c04ed6932ff931
4218 Author: TsiChung Liew <tsicliew@gmail.com>
4219 Date:   Wed Mar 10 16:14:01 2010 -0600
4220
4221     ColdFire: M5271EVB DRAM Bring up issue
4222
4223     Fix proper portsize: The register for portsize is either 00b, 01b,
4224     or 1xb. The value that previous assigned is 32d.
4225     Fix DRAM bring up: insert asm("nop") for every DRAM register setup
4226
4227     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4228
4229 commit ac265f7fcab1a09b9a837a34ef8b10acc101695e
4230 Author: TsiChung Liew <tsicliew@gmail.com>
4231 Date:   Wed Mar 10 11:56:36 2010 -0600
4232
4233     ColdFire: Update M5253DEMO configuration file
4234
4235     Fix incorrect default environment for flash erase or protect
4236     range. Change offset from 0 to 0xff80nnnn. Remove default
4237     ethernet setup and MAC address.
4238
4239     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4240
4241 commit 68e4e76af55746a4330865f56476e58ce4140ca8
4242 Author: TsiChung Liew <tsicliew@gmail.com>
4243 Date:   Thu Mar 11 15:04:21 2010 -0600
4244
4245     ColdFire: Relocate vector table - mcf5445x
4246
4247     Newer ColdFire processors family boot from address 0 instead of
4248     0xFFnn_nnnn. When the boot flash base chip select is set at new
4249     location instead of 0, an un-predictable error will occur if
4250     there is an vector being trigger and refer it to an invalid
4251     address or the vector table handler is not existed at address
4252     0.
4253
4254     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4255
4256 commit fa9da596212d7f28eb26a3257d79d9515f9838cd
4257 Author: TsiChung Liew <tsicliew@gmail.com>
4258 Date:   Tue Mar 9 19:24:43 2010 -0600
4259
4260     ColdFire: Update uart_port_conf in serial driver
4261
4262     Provide proper port passing from serial_init to uart_part_conf.
4263
4264     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4265
4266 commit 52affe04fa5493597d8a5f6202507190950a32e6
4267 Author: TsiChung Liew <tsicliew@gmail.com>
4268 Date:   Tue Mar 9 19:17:52 2010 -0600
4269
4270     ColdFire: Update processors' serial port configuration
4271
4272     Provide parameter passing to uart_port_config(). Update port
4273     configuration - un-mask it before enable the bits.
4274
4275     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4276
4277 commit d04c1efae3d834db6e21e9976e338bf1e588e987
4278 Author: TsiChung Liew <tsicliew@gmail.com>
4279 Date:   Tue Mar 9 18:32:16 2010 -0600
4280
4281     ColdFire: Correct bit definition
4282
4283     Use correct definition for _MASK and _UNMASK. It was combined in
4284     the previous used and causes confusion.
4285
4286     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4287
4288 commit 116095eb1f0f7017ea8062aa8a8ba8ceecb430b5
4289 Author: Philippe De Muyter <phdm at macqel.be>
4290 Date:   Mon Sep 21 22:20:29 2009 -0600
4291
4292     fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
4293
4294     This fixes the following warnings when running MAKEALL for coldfire :
4295     cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
4296
4297     Signed-off-by: Philippe De Muyter <phdm at macqel.be>
4298
4299 commit dfc2b7697dc07862da804c1be084f96301884bc7
4300 Author: Michael Durrant <mdurrant@arcturusnetworks.com>
4301 Date:   Wed Jan 20 19:33:02 2010 -0600
4302
4303     Adding EP2500 MCF5282 board [PATCH]
4304
4305     Mercury-EP2500.patch
4306        - added Mercury's EP2500 board uses the mcf5282 processor
4307
4308     CREDITS.patch
4309
4310     Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
4311     Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
4312
4313 commit 89083346d0627a5e6e271e61bd34ab5121f9462b
4314 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
4315 Date:   Fri Oct 30 16:55:02 2009 +0100
4316
4317     add block write function to spartan3 slave serial load
4318
4319     Using seperate function calls for each bit-bang of slave serial
4320     load can be painfully slow. This patch adds the possibility to
4321     supply a block write function that loads the complete block of
4322     data in one call (like it can already be done with Altera FPGAs).
4323     On an MCF5373L (240 MHz) loading an XC3S4000 this reduces the load
4324     time from around 15 seconds to around 3 seconds
4325
4326     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
4327
4328 commit 9d79e5758c3a6776be9a86856823d28e7154a481
4329 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
4330 Date:   Mon Jan 25 11:27:44 2010 +0100
4331
4332     add ASTRO MCF5373L board
4333
4334     This patch adds support for ASTRO board(s) based on MCF5373L.
4335
4336     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
4337
4338 commit c550afada5fcad426aa6a219a329feb9eedae8b2
4339 Author: Rupjyoti Sarmah <rsarmah@appliedmicro.com>
4340 Date:   Wed Mar 24 16:52:02 2010 +0530
4341
4342     ppc4xx fix unstable 440EPx bootstrap options
4343
4344     440EPx fixed bootstrap options A, B, D, and E sets PLL FWDVA to a value = 1.
4345     This results in the PLLOUTB being greater than the CPU clock frequency
4346     resulting unstable 440EPx operation resulting in various software hang
4347     conditions.
4348
4349     This patch reprograms the FWDVA satisfying the requirement of setting FWDVB
4350     to a value greater than 1 while using one of the four deafult bootstrap options.
4351
4352     Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
4353     Acked-by : Victor Gallardo <vgallardo@appliedmicro.com>
4354     Signed-off-by: Stefan Roese <sr@denx.de>
4355
4356 commit fb508b8b39a52a4063d098f5a9b4355bc5b30c14
4357 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4358 Date:   Wed Mar 24 10:16:20 2010 +0100
4359
4360     at91: Get rid of some warnings when building for otc570
4361
4362     The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS
4363     for direct access by dereferencing a pio pointer.
4364     The OTC570 platform uses the AT91 gpio API so it does not
4365     need the pio variable.
4366
4367     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4368
4369 commit acb13868936a28502782a16e1edaec378e494a29
4370 Author: Alessandro Rubini <rubini@unipv.it>
4371 Date:   Sat Mar 13 17:44:08 2010 +0100
4372
4373     lcd: make 16bpp work
4374
4375     Support for 16bpp was supposed to be in the code but was not working.
4376     This makes it work and has been tested in the nhk8815 board.
4377
4378     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
4379     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
4380     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4381
4382 commit 6b94b4962211c16ee2197048faa887e1f92f3757
4383 Author: Florian Fainelli <f.fainelli@gmail.com>
4384 Date:   Sat Mar 20 19:02:58 2010 +0100
4385
4386     cmd_nand: show nand scrub confirmation character
4387
4388     When issuing a nand scrub command, the entered character is not displayed
4389     this may be confusing. This patch makes the input character being
4390     displayed if it is a 'y' so that an user knows he is about to scrub his
4391     nand.
4392
4393     Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
4394
4395 commit 7c27b7b1eac43cdcda735bad6231cdfc1f602284
4396 Author: Nikolay Petukhov <nikolaypetukhov@gmail.com>
4397 Date:   Fri Mar 19 10:49:27 2010 +0500
4398
4399     at91: add hwecc method for nand
4400
4401     This is a patch to use the hardware ECC controller of
4402     the AT91SAM9260 for the AT91 nand. Taken from the kernel 2.6.33.
4403
4404     Signed-off-by: Nikolay Petukhov <Nikolay.Petukhov@gmail.com>
4405
4406 commit cc41a59a74ca9095d518d6d69655c6735dd00809
4407 Author: Cyril Chemparathy <cyril@ti.com>
4408 Date:   Wed Mar 17 10:03:10 2010 -0400
4409
4410     TI: Davinci: NAND Driver Cleanup
4411
4412     Modified to use IO accessor routines consistently.  Eliminated volatile usage
4413     to keep checkpatch.pl happy.
4414
4415     Signed-off-by: Cyril Chemparathy <cyril@ti.com>
4416
4417 commit 152dda3d94e97ede7af3f9560a59a659384d4585
4418 Author: Wolfgang Denk <wd@denx.de>
4419 Date:   Mon Mar 22 23:25:00 2010 +0100
4420
4421     Prepare v2010.03-rc2
4422
4423     Update CHANGELOG
4424
4425     Signed-off-by: Wolfgang Denk <wd@denx.de>
4426
4427 commit d650da2dd4af99967aabc43cccbd8f160eb4cea6
4428 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
4429 Date:   Tue Mar 9 22:13:33 2010 +0100
4430
4431     ep93xx timer: Fix resolution of get_ticks()
4432
4433     ep93xx timer: Make get_ticks() return a value in CONFIG_SYS_HZ resolution,
4434     as announced by get_tbclk()
4435
4436     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
4437
4438 commit 7e67fb5bf27a07d3b8d6b97c76f7195f7d68af58
4439 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
4440 Date:   Tue Mar 9 22:13:20 2010 +0100
4441
4442     ep93xx timer: Fix possible overflow in usecs_to_ticks()
4443
4444     ep93xx timer: Use 64-bit values in usecs_to_ticks() in order to avoid
4445     overflows in intermediate values
4446
4447     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
4448
4449 commit 3c950e2ebfde083084cc926b020e3a22a536bf85
4450 Author: Anatolij Gustschin <agust@denx.de>
4451 Date:   Tue Mar 16 17:10:05 2010 +0100
4452
4453     fdt_support: add partitions fixup in mtd node
4454
4455     Allow overwriting defined partitions in the device tree blob
4456     using partition info defined in the 'mtdparts' environment
4457     variable.
4458
4459     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4460     Cc: Gerald Van Baren <vanbaren@cideas.com>
4461
4462 commit d611295032c30e6c533cb356005fa82ab7992824
4463 Author: John Schmoller <jschmoller@xes-inc.com>
4464 Date:   Fri Mar 12 09:49:24 2010 -0600
4465
4466     cmd history: Match history buffer size to console buffer
4467
4468     Match history buffer size to console buffer size. History buffer size
4469     was hard coded to 256, artificially limiting the command buffer size.
4470     The history buffer now tracks CONFIG_SYS_CBSIZE.
4471
4472     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
4473
4474 commit 6475b9f91bd33bfd38418469cabdcfc0fefbd848
4475 Author: John Schmoller <jschmoller@xes-inc.com>
4476 Date:   Fri Mar 12 09:49:23 2010 -0600
4477
4478     console: Fix console buffer overrun
4479
4480     When CONFIG_SYS_CBSIZE equals MAX_CMDBUF_SIZE, a command string of
4481     maximum length will overwrite part of the history buffer, causing the
4482     board to die. Expand the console_buffer and hist_lines buffer by one
4483     character each to hold the missing NULL char.
4484
4485     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
4486
4487 commit e070a56c777f1fd05950e1bc63483c19decd6f78
4488 Author: Michael Zaidman <michael.zaidman@gmail.com>
4489 Date:   Mon Mar 1 11:47:36 2010 +0200
4490
4491     POST: add progress API
4492
4493     Add POST progress API implemented as weak calls before and after
4494     each call to the POST test callback in the post_run_single routine
4495     of the post.c file.
4496
4497     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
4498     Acked-by: Detlev Zundel <dzu@denx.de>
4499
4500 commit 47ab5ad14575531798431f0d1e8f83ee9bb0a87e
4501 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4502 Date:   Fri Feb 26 14:00:19 2010 +0100
4503
4504     cmd_setexpr: allow memory addresses in expressions
4505
4506     This patch add functionality to use memory addresses in expressions.
4507     This increases the power of expressions substantially
4508
4509     It adheres to the standard convemtions: memory addresses can be given
4510     in the format *address (e.g. *1000)
4511
4512     Rationale for this change is that it allows masking off bits from a
4513     byte that is obtained by reading data from e.g. i2c.
4514
4515     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4516
4517     Fix warning: control reaches end of non-void function
4518     Signed-off-by: Wolfgang Denk <wd@denx.de>
4519
4520 commit 652e53546b23c25f80756287eaf607b713afdc87
4521 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4522 Date:   Thu Feb 25 10:12:16 2010 +0100
4523
4524     cmd_i2c.c: added i2c read to memory function
4525
4526     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4527
4528 commit fb0070e9101a1f288d7054f7e80b3d808fd7ead2
4529 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4530 Date:   Thu Feb 25 10:12:15 2010 +0100
4531
4532     cmd_i2c.c: sorted commands alphabetically
4533
4534     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4535
4536 commit bfc3b77ebe68435b46e988e3a440bc4857bc7cf4
4537 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4538 Date:   Thu Feb 25 10:12:14 2010 +0100
4539
4540     cmd_i2c.c: reworked subcommand handling
4541
4542     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4543
4544 commit f74d9bd2a248efa229f0f3478fe331e2a319588c
4545 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4546 Date:   Thu Feb 25 10:12:13 2010 +0100
4547
4548     cmd_bootm.c: made subcommand array static
4549
4550     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4551
4552 commit faffe14f016db10f33836b018c4b304d939cf586
4553 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4554 Date:   Thu Feb 25 10:12:12 2010 +0100
4555
4556     cmd_i2c.c: reduced subaddress length to 3 bytes
4557
4558     according to some of the comments the subaddress length is 1 or 2, but we are being
4559     prepared for the case it becomes 3. However the code also accepted 4.
4560     This repairs this by changing the constand 4 to 3.
4561
4562     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4563
4564 commit a6a04967bc2957d20799f4bb2a6b3dd0353c1cfd
4565 Author: Renato Andreola <renato.andreola@imagos.it>
4566 Date:   Tue Mar 16 16:01:29 2010 -0400
4567
4568     nios2: Added support to YANU UART
4569
4570     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4571
4572 commit 352745ad487f72e839986ddbb020e1fe86c1d482
4573 Author: Thomas Chou <thomas@wytron.com.tw>
4574 Date:   Tue Mar 16 12:12:48 2010 -0400
4575
4576     nios2: use generic unaligned.h
4577
4578     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4579
4580 commit fd428c05c863aefb575b12b2a1916b02d5bfa759
4581 Author: Detlev Zundel <dzu@denx.de>
4582 Date:   Fri Mar 12 10:01:12 2010 +0100
4583
4584     mpc5xxx: Remove all references to MGT5100
4585
4586     We do not support a processor that never reached a real customer.
4587
4588     Signed-off-by: Detlev Zundel <dzu@denx.de>
4589
4590 commit c0c316569f70055eb7c70864aaa6d48666782600
4591 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
4592 Date:   Tue Jan 12 12:06:31 2010 +0100
4593
4594     video: Fix console display when splashscreen is used
4595
4596     If a splashscreen is used the console scrolling used the
4597     scroll size as needed when a logo was displayed. This
4598     patch sets the scroll size to the whole screen if
4599     a splashscreen is shown.
4600
4601     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
4602
4603 commit daa989b47297c9f73426783599c286ef3a1f3f49
4604 Author: Asen Dimov <dimov@ronetix.at>
4605 Date:   Thu Mar 18 13:41:47 2010 +0200
4606
4607     correct a syntax typo in at91_matrix.h
4608
4609     Signed-off-by: Asen Dimov <dimov@ronetix.at>
4610
4611 commit 322ff395c9aec7b87a2211fe4333fdf44377c564
4612 Author: Jeff Angielski <jeff@theptrgroup.com>
4613 Date:   Wed Mar 17 15:09:26 2010 -0400
4614
4615     env: fix endian ordering in crc table
4616
4617     The crc table was being built as little endian for big endian
4618     targets.  This would cause fw_printenv to always fail with
4619     "Warning: Bad CRC, using default environment" messages.
4620
4621     Signed-off-by: Jeff Angielski <jeff@theptrgroup.com>
4622     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4623
4624 commit 51c2ac9bb574c1420b993615268392b0c1f829f6
4625 Author: Anatolij Gustschin <agust@denx.de>
4626 Date:   Tue Mar 16 17:10:08 2010 +0100
4627
4628     mpc5121: cpu/mpc512x/diu.c: fix warnings
4629
4630     Fix warnings while compiling with CONFIG_VIDEO enabled:
4631
4632     diu.c: In function 'video_hw_init':
4633     diu.c:158: warning: 'return' with no value, in function returning non-void
4634     diu.c:162: warning: format '%ld' expects type 'long int', but argument 6 has type 'int'
4635     diu.c:162: warning: format '%ld' expects type 'long int', but argument 7 has type 'int'
4636
4637     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4638
4639 commit a74908161a1b37d780d3a826a86807bbc50a3857
4640 Author: Anatolij Gustschin <agust@denx.de>
4641 Date:   Tue Mar 16 15:29:33 2010 +0100
4642
4643     console.c: fix problem with splashimage
4644
4645     If a board uses cfb_console driver and splash image
4646     and also defines CONFIG_SILENT_CONSOLE, the user is
4647     locked out even if "silent" is not set. It is not
4648     possible to get any output, neither on vga console
4649     device nor on serial console after redirecting the
4650     output to the serial console, since the GD_FLG_SILENT
4651     flag remains set.
4652
4653     Fix the problem by redirecting the output from frame
4654     buffer to serial console if splashimage is used.
4655     Only suppress the output if "silent" environment
4656     variable was set and don't set the GD_FLG_SILENT
4657     flag arbitrarily.
4658
4659     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4660
4661 commit 5647f78d04174b0b99857d2a7cbf25141bd14a45
4662 Author: Thomas Weber <swirl@gmx.li>
4663 Date:   Sat Mar 13 23:14:45 2010 +0100
4664
4665     mod change 755 => 644 for multiple files
4666
4667     I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;'
4668
4669     Signed-off-by: Thomas Weber <swirl@gmx.li>
4670     Add some more: neither Makefile nor config.mk need execute permissions.
4671     Signed-off-by: Wolfgang Denk <wd@denx.de>
4672
4673 commit 99c006a320ceb9ea19135ac1512e4a81e8bebb72
4674 Author: Stefano Babic <sbabic@denx.de>
4675 Date:   Sat Mar 13 21:09:00 2010 +0100
4676
4677     mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors
4678
4679     Some registers of the mxcmmc driver were accessed using
4680     16 bit accessor functions, because only the LSB is
4681     significant. This is not needed and generates
4682     warnings.
4683
4684     Signed-off-by: Stefano Babic <sbabic@denx.de>
4685
4686 commit c96f86eefc215b67dd222694ce2b6f60e6a42b0b
4687 Author: Wolfgang Denk <wd@denx.de>
4688 Date:   Sun Jan 17 23:55:53 2010 +0100
4689
4690     TFTP: allow for adjustable retransmission timout
4691
4692     So far, TFTP negotiated a fixed retransmission timeout of 5 seconds.
4693     In some cases (busy networks, slow TFTP servers) this caused very
4694     slow transfers. A new environment variable "tftptimeout" allows to
4695     set this timeout. Lowering this value may make downloads succeed
4696     faster in networks with high packet loss rates or with unreliable
4697     TFTP servers.
4698
4699     Signed-off-by: Wolfgang Denk <wd@denx.de>
4700     Cc: Ben Warren <biggerbadderben@gmail.com>
4701     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4702
4703 commit 252b404d954f91499a4477a3e1064eb237ce5a1c
4704 Author: Wolfgang Denk <wd@denx.de>
4705 Date:   Tue Mar 9 14:27:25 2010 +0100
4706
4707     Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()
4708
4709     Signed-off-by: FUJITA Kazutoshi <fujita@soum.co.jp>
4710     Signed-off-by: <wd@denx.de>
4711     Acked-by: Stefan Roese <sr@denx.de>
4712
4713 commit 9d90a93d367272ee65550c0c9f82615cec967c70
4714 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4715 Date:   Thu Feb 25 14:03:08 2010 +0100
4716
4717     cmd_mmc remove \n
4718
4719     This patch removes the \n after the help message for mmcinfo.
4720     This resulted in an empty line being displayed after the mmcinfo line
4721     when the help command was given.
4722
4723     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4724
4725 commit 67c7189dd35cb368ef665126fd17816581bd2e92
4726 Author: Renato Andreola <renato.andreola@imagos.it>
4727 Date:   Tue Mar 16 16:01:29 2010 -0400
4728
4729     nios2: Added support to YANU UART
4730
4731     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4732
4733 commit 1e67fb32fbdae7949bb423c9e20b3f77c0a61663
4734 Author: Thomas Chou <thomas@wytron.com.tw>
4735 Date:   Tue Mar 16 12:12:48 2010 -0400
4736
4737     nios2: use generic unaligned.h
4738
4739     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4740
4741 commit 05022629a2ca6c385dc390d32c20aa27cf5d915a
4742 Author: Mike Frysinger <vapier@gentoo.org>
4743 Date:   Thu Jan 21 05:01:15 2010 -0500
4744
4745     asm-blackfin/unaligned.h: add for zlib code
4746
4747     The new zlib code wants asm/unaligned.h, so have the Blackfin version pull
4748     in the asm-generic/unaligned.h.
4749
4750     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4751
4752 commit 3adc1fda38a6aacd4aaf3c2c9cc62a1e69e6de17
4753 Author: Mike Frysinger <vapier@gentoo.org>
4754 Date:   Thu Jan 21 05:01:14 2010 -0500
4755
4756     asm-generic/unaligned.h: dynamic default unaligned accesses
4757
4758     This is based on the asm-arm/unaligned.h, but made generic so all arches
4759     that cannot do unaligned accesses can utilize it.
4760
4761     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4762
4763 commit be129aa71882421ad0b50cd3762915d10ace27ad
4764 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
4765 Date:   Tue Jan 12 12:06:31 2010 +0100
4766
4767     video: Fix console display when splashscreen is used
4768
4769     If a splashscreen is used the console scrolling used the
4770     scroll size as needed when a logo was displayed. This
4771     patch sets the scroll size to the whole screen if
4772     a splashscreen is shown.
4773
4774     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
4775
4776 commit 93910edb595a88d394da3eb2cf5148096155dfe9
4777 Author: Wolfgang Denk <wd@denx.de>
4778 Date:   Fri Mar 12 23:06:04 2010 +0100
4779
4780     Prepare v2010.03-rc1
4781
4782     Coding style cleanup, update CHANGELOG.
4783
4784     Signed-off-by: Wolfgang Denk <wd@denx.de>
4785
4786 commit 4e72fb15c9073129e05820cc9c54f54bc4985835
4787 Author: Wolfgang Denk <wd@denx.de>
4788 Date:   Fri Mar 12 22:11:00 2010 +0100
4789
4790     standalone eepro100_eeprom: fix build error
4791
4792     Building examples/standalone/eepro100_eeprom triggers this error:
4793
4794     In file included from include/common.h:629,
4795                      from eepro100_eeprom.c:24:
4796     include/net.h: In function 'NetReadIP':
4797     include/net.h:430: warning: implicit declaration of function 'memcpy'
4798     eepro100_eeprom.c: At top level:
4799     eepro100_eeprom.c:81: error: conflicting types for 'memcpy'
4800     include/net.h:430: error: previous implicit declaration of 'memcpy' was here
4801
4802     Fix this.
4803
4804     Signed-off-by: Wolfgang Denk <wd@denx.de>
4805
4806 commit 1bb1809558e11eb089fba32caed9fc99d21477c1
4807 Author: Wolfgang Denk <wd@denx.de>
4808 Date:   Fri Mar 12 22:10:31 2010 +0100
4809
4810     Update .gitignore's: add some generated files
4811
4812     Signed-off-by: Wolfgang Denk <wd@denx.de>
4813
4814 commit 9c9cbe78dcb0afad081670cb1bdc82d227095cae
4815 Author: Detlev Zundel <dzu@denx.de>
4816 Date:   Mon Mar 8 14:02:57 2010 +0100
4817
4818     mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.
4819
4820     This code has compile problems and the company does not even exist any
4821     more.  So we take the liberty to drop support for it.
4822
4823     Signed-off-by: Detlev Zundel <dzu@denx.de>
4824     CC: Wolfgang Denk <wd@denx.de>
4825     CC: Ben Warren <biggerbadderben@gmail.com>
4826
4827 commit ca02f6f8dc4966b2a019b15e01b5070189327df2
4828 Author: Kumar Gala <galak@kernel.crashing.org>
4829 Date:   Wed Mar 10 17:16:48 2010 -0600
4830
4831     85xx: Drop FIT support to allow u-boot image to fit in 512k
4832
4833     The 36-bit build exceeds the 512k size we have.  Removing FIT type image
4834     support allows us to fit and we dont really use it.
4835
4836     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4837
4838 commit 5f8419597f427aaf9bb501460735d703d10db5ee
4839 Author: Michael Zaidman <michael.zaidman@gmail.com>
4840 Date:   Sun Feb 28 16:28:25 2010 +0200
4841
4842     Cosmetic change - indentation correction.
4843
4844     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
4845
4846 commit a693447ceadff49155e260cbbaef4e09c926cab5
4847 Author: Anatolij Gustschin <agust@denx.de>
4848 Date:   Wed Feb 24 00:29:44 2010 +0100
4849
4850     cmd_mtdparts.c: prevent printbuffer overflows
4851
4852     The length of configured MTDPARTS_DEFAULT string
4853     could be greater than console printbuffer size.
4854     Replace printf() by puts() to avoid potential buffer
4855     overflows.
4856
4857     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4858
4859 commit 3920bbedcf74a073bc72950a51de75af6faa2f06
4860 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4861 Date:   Fri Feb 19 11:59:04 2010 +0100
4862
4863     Fix MPC8536DS documentation
4864
4865     This patch corrects small mistake in the register list in
4866     doc/README.mpc8536ds. These registers are 32 bits and this one starts
4867     at ....c not ....e
4868
4869     When using the ...c address I can boot from sd, when using the ...e
4870     address I cannot.
4871
4872     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4873     Acked-by: Hu Mingkai <B21284@freescale.com>
4874
4875 commit ab68f4dd193053c0ba395af15b154caca35e99f3
4876 Author: Heiko Schocher <hs@denx.de>
4877 Date:   Wed Feb 10 08:03:21 2010 +0100
4878
4879     doc: add README for CONFIG_HWCONFIG option
4880
4881     Signed-off-by: Heiko Schocher <hs@denx.de>
4882
4883 commit 7026ead0d3ece5e43d6b39f62fb5c4306f691224
4884 Author: Heiko Schocher <hs@denx.de>
4885 Date:   Tue Feb 9 15:50:27 2010 +0100
4886
4887     TQM8xx: enable device tree support on all TQM8xx based boards.
4888
4889     Also enable support for CONFIG_HWCONFIG because we use this for
4890     configuring if this hardware has a FEC or not.
4891
4892     syntax:
4893
4894     hwconfig=fec:on   if hardware has an fec
4895     hwconfig=fec:off  if hardware has no fec
4896
4897     Signed-off-by: Heiko Schocher <hs@denx.de>
4898     Signed-off-by: Wolfgang Denk <wd@denx.de>
4899
4900 commit 6ed3b9d44c359bc829e9acd0a55fcd1c3e82b6ae
4901 Author: Heiko Schocher <hs@denx.de>
4902 Date:   Tue Feb 9 15:50:21 2010 +0100
4903
4904     TQM8xx: add device tree support for TQM8xx based boards.
4905
4906     Also use hwconfig to configure whether the board has a FEC or not.
4907     We then can adjust the DTS to tell Linux if there is a FEC present.
4908
4909     syntax:
4910
4911     hwconfig=fec:on   if hardware has a  FEC
4912     hwconfig=fec:off  if hardware has no FEC
4913
4914     Signed-off-by: Heiko Schocher <hs@denx.de>
4915     Signed-off-by: Wolfgang Denk <wd@denx.de>
4916
4917 commit 143cd21fe22e69bf0cdaefd57be98f07ed8f04fa
4918 Author: Wolfgang Denk <wd@denx.de>
4919 Date:   Thu Mar 11 23:56:03 2010 +0100
4920
4921     Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
4922
4923     The auto-update feature (CONFIG_UPDATE_TFTP) requires that the env
4924     variable serverip be set for the TFTP access. If DHCP is to be used
4925     to get the serverip env variable, this doesn't work as DHCP happens
4926     after the auto-update attempt has run. A solution is to run DHCP in
4927     PREBOOT, but even this is too late.
4928
4929     To solve this, we move update_tftp() below the PREBOOT stuff.
4930
4931     Signed-off-by: Wolfgang Denk <wd@denx.de>
4932
4933 commit 1b691bb0c2fa18c9b68f15398ef6c8b9e0c0f3e3
4934 Author: Mike Frysinger <vapier@gentoo.org>
4935 Date:   Mon Jan 25 18:50:11 2010 -0500
4936
4937     mkimage: dont force entry point with xip
4938
4939     Some people boot images with the entry point in the middle of the blob
4940     (like Linux with the head code in discardable .init.text), and there is no
4941     no real requirement that the entry point be right after the mkimage header
4942     when doing XIP, so let people specify whatever they want.  If they do need
4943     an entry right after the header, then they still can do that with normal
4944     -e behavior.
4945
4946     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4947
4948 commit 4b99327a4121a28d2bdb2c2b841f5d97931ae905
4949 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4950 Date:   Fri Jan 15 10:06:06 2010 -0500
4951
4952     PPC: Record U-Boot's relocated address in RAM and show in bdinfo.
4953
4954     This patch uses gd->relocaddr variable to store uboot's relocated
4955     address in RAM and shows it in bdinfo command.
4956
4957     This patch moves CONFIG_AMIGAONEG3SE style copying of the address
4958     in board_init_f to just before relocation is actually done.
4959
4960     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4961     Tested-by: Detlev Zundel <dzu@denx.de>
4962
4963 commit 8c4444ff5e1d8e9fd1a847a2fb096aa9aff66f85
4964 Author: Wolfgang Denk <wd@denx.de>
4965 Date:   Thu Mar 11 23:35:43 2010 +0100
4966
4967     Fix memory leak in mmc_read()
4968
4969     There is be a path through mmc_read in drivers/mmc/mmc.c where
4970     malloc'd memory is not freed before exiting mmc_read: it occurs if
4971     mmc_set_blocklen() returns a non-zero value.
4972
4973     Reported-by: Quentin Armitage <Quentin@Armitage.org.uk>
4974     Signed-off-by: Wolfgang Denk <wd@denx.de>
4975
4976 commit 6258b04e9a41ee60f21547358a58fbcb9087735d
4977 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4978 Date:   Thu Feb 11 14:57:04 2010 +0100
4979
4980     AT91: Update otc570 board to new SoC access
4981
4982     * convert otc570 board to use c stucture SoC access
4983     * change gpio access to at91_gpio syntax
4984
4985     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4986
4987 commit 7cedb29872069e782f9f97cef4ab1232736e4c85
4988 Author: Jens Scharsig <js_at_ng@scharsoft.de>
4989 Date:   Sun Feb 14 12:20:43 2010 +0100
4990
4991     updates the at91 main_clock calculation
4992
4993     * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access
4994      * add need register flags
4995
4996     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
4997
4998 commit 637833c2d669f9a370706e275e7103454c3c83ec
4999 Author: Prafulla Wadaskar <prafulla@marvell.com>
5000 Date:   Wed Mar 3 15:27:37 2010 +0530
5001
5002     arm: kirkwood: suen3: fixed build warning
5003
5004     This patch fixes following build warning
5005
5006     Invalid Kwbimage command Type - valid names are: BOOT_FROM, NAND_ECC_MODE, NAND_PAGE_SIZE, SATA_PIO_MODE, DDR_INIT_DELAY, DATA, , spi, nand, sata, pex, uart
5007
5008     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5009
5010 commit e4d34492017c95e4041ea0c581e1ab8d1d49381b
5011 Author: Stefano Babic <sbabic@denx.de>
5012 Date:   Fri Mar 5 17:54:37 2010 +0100
5013
5014     MX51: removed warnings for the mx51evk
5015
5016     The patch removes warnings at compile time and provides
5017     some cleanup code:
5018     - Removed comment on NAND (not yet supported) from lowlevel_init.S
5019     - Removed NFMS bit definition from imx-regs.h
5020       The bit is only related to MX.25/35 and can lead to confusion
5021     - Moved is_soc_rev() to soc specific code (removed from mx51evk.c)
5022
5023     Signed-off-by: Stefano Babic <sbabic@denx.de>
5024
5025 commit 9d69e33d8d0f112fe3a089101d023e87431684d1
5026 Author: Vipin Kumar <vipin.kumar@st.com>
5027 Date:   Tue Mar 2 10:46:52 2010 +0530
5028
5029     SPEAr : Supporting new mach ids for spear310 and spear320
5030
5031     Supporting new machine ids for SoCs spear310 and spear320
5032
5033     include/asm-arm/mach-types.h has to be updated before applying
5034     this patch for build to work
5035
5036     Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
5037
5038 commit cc0b53c8d5d6a3f14f36982552bc3feb8ecb1db5
5039 Author: Heiko Schocher <hs@denx.de>
5040 Date:   Mon Mar 1 15:58:18 2010 +0100
5041
5042     arm, suen3: fix compile error, if doing not a local build
5043
5044     Signed-off-by: Heiko Schocher <hs@denx.de>
5045
5046 commit 67fa8c25f5c2d23932c0f31b035281d6abbb0965
5047 Author: Heiko Schocher <[hs@denx.de]>
5048 Date:   Mon Feb 22 16:43:02 2010 +0530
5049
5050     arm: add support for the suen3 board from keymile
5051
5052     Add support for the ARM part of the mgcoge2, named suen3.
5053     This board is based on the Marvell Kirkwood (88F6281) SoC.
5054     As there come more board variants, common config options
5055     are collected in include/configs/km_arm.h. Also, this board
5056     use common code for all keymile boards, which is stored in
5057     board/keymile/common/common.c
5058
5059     Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
5060     Signed-off-by: Stefan Roese <sr@denx.de>
5061     Signed-off-by: Heiko Schocher <hs@denx.de>
5062
5063 commit 6895d4510a7758595b85b48a7f449bd61dfc812f
5064 Author: John Rigby <jcrigby@gmail.com>
5065 Date:   Mon Jan 25 23:12:58 2010 -0700
5066
5067     Add support for KARO TX25 board
5068
5069     This is an i.MX25 base board with only NAND
5070     so it uses nand_spl to boot.
5071
5072     Signed-off-by: John Rigby <jcrigby@gmail.com>
5073
5074     Tune configuration, add support for (redundant) environment in NAND.
5075     Signed-off-by: Wolfgang Denk <wd@denx.de>
5076
5077     Acked-by: Wolfgang Denk <wd@denx.de>
5078     CC: Fred Fan <fanyefeng@gmail.com>
5079     CC: Tom <Tom.Rix@windriver.com>
5080
5081 commit 740d6ae5b982496fcea0666b2207cb34cc0e6015
5082 Author: John Rigby <jcrigby@gmail.com>
5083 Date:   Mon Jan 25 23:12:57 2010 -0700
5084
5085     fec_mxc: add MX25 support
5086
5087     Use RMII for MX25
5088     Add code to init gasket that enables RMII
5089
5090     Signed-off-by: John Rigby <jcrigby@gmail.com>
5091     CC: Ben Warren <biggerbadderben@gmail.com>
5092
5093 commit cb17b92de03416cf4d5db5bd27ef4ae17f95e707
5094 Author: John Rigby <jcrigby@gmail.com>
5095 Date:   Mon Jan 25 23:12:55 2010 -0700
5096
5097     fec_mxc: cleanup and factor out MX27 dependencies
5098
5099     general cleanup
5100     move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c
5101     make MX27 specific phy init conditional on CONFIG_MX27
5102     replace call to imx_get_ahbclk with one to imx_get_fecclk
5103     and define imx_get_fecclk in include/asm-arm/arch-mx27/clock.h
5104
5105     Signed-off-by: John Rigby <jcrigby@gmail.com>
5106     CC: Ben Warren <biggerbadderben@gmail.com>
5107     CC: Fred Fan <fanyefeng@gmail.com>
5108     CC: Tom <Tom.Rix@windriver.com>
5109
5110 commit 552ff8f1d9fccf57243a01afe6dbebb982867e20
5111 Author: John Rigby <jcrigby@gmail.com>
5112 Date:   Mon Jan 25 23:12:56 2010 -0700
5113
5114     Add support for Freescale MX25 SOC
5115
5116     ARM926EJS core with MX31 peripherals.
5117
5118     Signed-off-by: John Rigby <jcrigby@gmail.com>
5119     Earlier Version Signed-off-by: Wolfgang Denk <wd@denx.de>
5120     CC: Fred Fan <fanyefeng@gmail.com>
5121     CC: Tom <Tom.Rix@windriver.com>
5122
5123 commit e911c983f4a8d588f831806af37eb56c95512d5d
5124 Author: John Rigby <jcrigby@gmail.com>
5125 Date:   Mon Jan 25 23:12:51 2010 -0700
5126
5127     mxc_serial replace platform specific clock
5128
5129     remove ifdef'd clock selection code from
5130     serial_mxc.c and replace with call to imx_get_uartclk
5131
5132     Add definitions for imx_get_uartclk to imx31 and imx27
5133     include files.
5134
5135     This makes it easier to add new imx platforms.
5136
5137     Signed-off-by: John Rigby <jcrigby@gmail.com>
5138
5139 commit c5fb70c9114bd0a8289444d3d5c7e360eda08232
5140 Author: Stefano Babic <sbabic@denx.de>
5141 Date:   Fri Feb 5 15:13:58 2010 +0100
5142
5143     Add initial support for Freescale mx51evk board
5144
5145     The patch adds initial support for the Freescale mx51evk board.
5146     Network (FEC) and SD controller (fsl_esdhc) are supported.
5147
5148     Signed-off-by: Stefano Babic <sbabic@denx.de>
5149     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
5150
5151 commit c67bee1460a0da89ef08cbc28375171acc9a4227
5152 Author: Stefano Babic <sbabic@denx.de>
5153 Date:   Fri Feb 5 15:11:27 2010 +0100
5154
5155     fsl_esdhc: add support for mx51 processor
5156
5157     The esdhc controller in the mx51 processor is quite
5158     the same as the one in some powerpc processors
5159     (MPC83xx, MPC85xx). This patches adapts the driver
5160     to support the arm mx51.
5161
5162     Signed-off-by: Stefano Babic <sbabic@denx.de>
5163
5164 commit 69df00f9d9c2f45b4576d1eae79bfac8bebb8821
5165 Author: Stefano Babic <sbabic@denx.de>
5166 Date:   Fri Feb 5 15:07:33 2010 +0100
5167
5168     ARM: add accessors functions
5169
5170     Some Freescale's processors of different architecture
5171     have the same peripheral (eSDHC controller in PowerPC
5172     and i.MX51). This patch adds accessors for
5173     the internal registers of the SOCs, as already
5174     implemented in the PowerPC architecture.
5175
5176     Signed-off-by: Stefano Babic <sbabic@denx.de>
5177
5178 commit 11fdade294b4d60c19ae861515aabddca1278deb
5179 Author: Stefano Babic <sbabic@denx.de>
5180 Date:   Fri Feb 5 15:04:43 2010 +0100
5181
5182     MMC: add weak function to detect MMC/SD card
5183
5184     Most controllers can check if there is a card in the slot.
5185     However, they require pins that could be not available because
5186     required by other functions and the detection of a card must
5187     be performed in another way. This patch adds a weak function
5188     that a board can implement to add its internal custom way
5189     to check the presence of a MMC/SD card.
5190
5191     Signed-off-by: Stefano Babic <sbabic@denx.de>
5192
5193 commit 250de12bc2f7842807d25e16971c5bea59c3a4b1
5194 Author: Stefano Babic <sbabic@denx.de>
5195 Date:   Wed Jan 20 18:20:39 2010 +0100
5196
5197     mmc: check correctness of the voltage mask in ocr
5198
5199     Most cards do not answer if some reserved bits
5200     in the ocr are set. However, some controllers
5201     can set bit 7 (reserved for low voltages), but
5202     how to manage low voltages SD card is not yet
5203     specified.
5204
5205     Signed-off-by: Stefano Babic <sbabic@denx.de>
5206
5207 commit 71d64c0e4fa5910c15eca175a8f3b0e1c1d6711c
5208 Author: Stefano Babic <sbabic@denx.de>
5209 Date:   Wed Jan 20 18:20:19 2010 +0100
5210
5211     serial_mxc: add support for MX51 processor
5212
5213     The patch adds support for the Freescale mx51 processor.
5214
5215     Signed-off-by: Stefano Babic <sbabic@denx.de>
5216     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
5217
5218 commit 67adcee0e091f0935e7dd722404d2a864cdecbe7
5219 Author: Stefano Babic <sbabic@denx.de>
5220 Date:   Wed Jan 20 18:20:04 2010 +0100
5221
5222     MX51: Add pin and multiplexer definitions.
5223
5224     The patch add header files to support the pin multiplexer
5225     of the the Freescale i.MX51 processor.
5226
5227     Signed-off-by: Stefano Babic <sbabic@denx.de>
5228     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
5229
5230 commit fb87a1ed9205bf5f843e1f264198ce946602deda
5231 Author: Stefano Babic <sbabic@denx.de>
5232 Date:   Wed Jan 20 18:19:51 2010 +0100
5233
5234     MX51: Add register definitions
5235
5236     The patch add header files to support the Freescale i.MX51
5237     processor, setting definitions for internal registers.
5238
5239     Signed-off-by: Stefano Babic <sbabic@denx.de>
5240     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
5241
5242 commit 64fdf452a85718935d82416d141be144b262c542
5243 Author: Stefano Babic <sbabic@denx.de>
5244 Date:   Wed Jan 20 18:19:32 2010 +0100
5245
5246     MX51: Add initial support for the Freescale MX51
5247
5248     The patch add initial support for the Freescale i.MX51 processor
5249     (family arm cortex_a8).
5250
5251     Signed-off-by: Stefano Babic <sbabic@denx.de>
5252     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
5253
5254 commit 18ba012b9b919a7c264dc6299f954d7f53d06605
5255 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5256 Date:   Wed Feb 24 19:45:39 2010 +0100
5257
5258     edb93xx: Fix SDRAM initialization
5259
5260     edb93xx: Fix SDRAM initialization by issuing a precharge all command before
5261     forcing the precharge and select mode register update mode before programming
5262     the mode registers. Write to the SDRAM banks in order to force a precharge,
5263     reading causes the edb93xx boards to hang
5264
5265     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5266
5267 commit cade7d9577d4d17f55404b5e60cd5e5b0b605c31
5268 Author: Anders Darander <anders.darander@gmail.com>
5269 Date:   Thu Feb 25 15:57:03 2010 +0100
5270
5271     Add bootcount to AT91
5272
5273     Use AT91_GPBR 3 as a bootcount register.
5274     The bootmagic and the bootcount shares AT91_GPBR 3.
5275
5276     Signed-off-by: Anders Darander <ad@datarespons.se>
5277
5278 commit 5f353484093876d7021f20fa4bd63f82d32941b9
5279 Author: Tom Rix <Tom.Rix@windriver.com>
5280 Date:   Thu Feb 25 12:05:32 2010 -0600
5281
5282     ARM Update mach-types
5283
5284     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
5285     And built with
5286
5287     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
5288     commit aea187c46f7d03ce985e55eb1398d0776a15b928
5289
5290     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5291
5292 commit c7ad13a24295ded880d7bcd17181df4a5f3bac58
5293 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5294 Date:   Wed Feb 24 00:22:09 2010 +0100
5295
5296     ep93xx: Refactoring of timer code
5297
5298     ep93xx: Refactoring of the timer code, including the following changes
5299
5300      * use a free running timer instead of a periodical one
5301      * use unsigned long long for total number of ticks
5302      * hold the timer state in a structure instead of separate variables
5303      * increment the timer counter instead of decrementing it
5304      * remove unused function udelay_masked()
5305      * remove unused function set_timer()
5306
5307     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5308
5309 commit d9f505e3cddbb7afce26dcfe0fd19b207ee57c09
5310 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5311 Date:   Wed Feb 24 00:22:00 2010 +0100
5312
5313     ep93xx: Fix calculation of sys ticks in clk_to_systicks()
5314
5315     ep93xx: Use unsigned long long for calculation of sys ticks in clk_to_systicks()
5316     for proper handling of large intermediate values
5317
5318     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5319
5320 commit 041d42e789aba20296ffcde92173f100a9592880
5321 Author: Siarhei Siamashka <siarhei.siamashka@gmail.com>
5322 Date:   Tue Feb 23 23:56:36 2010 -0500
5323
5324     OMAP3: workaround for ARM Cortex-A8 erratum 725233
5325
5326     725233: PLD instructions executed with PLD data forwarding
5327     enabled can result in a processor deadlock
5328
5329     This deadlock can happen when NEON load instructions are used together
5330     with cache preload instructions (PLD). The problematic conditions
5331     can be triggered in-the-wild by NEON optimized functions from pixman
5332     library (http://cgit.freedesktop.org/pixman), which perform dynamic
5333     adjustment of prefetch distance.
5334
5335     The workaround disables PLD data forwarding by setting PLD_FWD bit
5336     in L2 Cache Auxiliary Control Register as recommended in ARM Cortex-A8
5337     errata list.
5338
5339     The deadlock can only happen on r1pX revisions of Cortex-A8 (used in
5340     OMAP34xx/OMAP35xx). Performance impact of the workaround is practically
5341     non-existant.
5342
5343     Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
5344     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5345
5346 commit 7c966a8bdfdab80cafbfed035d7ae6ea6f58f756
5347 Author: Achim Ehrlich <aehrlich@taskit.de>
5348 Date:   Wed Feb 24 10:29:16 2010 +0100
5349
5350     ARM change name of defines for AT91 arm926ejs
5351
5352     Configuration defines should be preceeded with CONFIG_SYS_. Renamed
5353     some at91 specific defines to conform to this naming convention:
5354
5355     AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
5356     AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK
5357
5358     Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
5359
5360 commit 5c97a1de196fdcbe9d098948ecf4fccfbea23b78
5361 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5362 Date:   Wed Feb 17 21:29:45 2010 -0500
5363
5364     VoiceBlue: fix linker errors
5365
5366     linking eeprom with libgeneric.a is not really needed and causes following
5367     error:
5368     ../../lib_generic/libgeneric.a(string.o): In function `strcmp':
5369     /home/ladis/src/u-boot-ti/lib_generic/string.c:152: multiple definition of `strcmp'
5370     ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
5371     make[1]: *** [eeprom.srec] Error 1
5372
5373     Fix undefined reference to memset generated by some versions of gcc
5374     to zero out initialized structure on the stack:
5375     eeprom.o: In function `eeprom':
5376     board/voiceblue/eeprom.c:152: undefined reference to `memset'
5377     make[1]: *** [eeprom] Error 1
5378
5379     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5380     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5381
5382 commit a32c1e0ecd563c65c617b0eb9080a10d286bb0b4
5383 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5384 Date:   Wed Feb 17 21:29:39 2010 -0500
5385
5386     VoiceBlue: limit line lenght to 80 characters
5387
5388     Reindent configuration header to limit line lenght to 80 characters by
5389     removing obvious and sometimes misleading comments.
5390
5391     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5392     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5393
5394 commit 779b534385adf0a1efdd8b40dbacae11598575b8
5395 Author: Ladislav Michl <ladis@linux-mips.org>
5396 Date:   Wed Feb 17 21:13:53 2010 -0500
5397
5398     netstar.h: do not exceed 80 columns
5399
5400     Limit line length to 80 characters mostly by removing obvious and sometimes
5401     misleading comments. Fix indentation, too.
5402
5403     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5404     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5405
5406 commit 3fca29294abd73915de2bd0fcf2650e03cc9becc
5407 Author: Sandeep Paulraj <s-paulraj@ti.com>
5408 Date:   Wed Feb 17 21:09:21 2010 -0500
5409
5410     DaVinci: Adding entry to MAKEALL for DM365 EVM
5411
5412     The patch adds an entry for the DM365 EVM to MAKEALL
5413
5414     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5415
5416 commit 37cffdad06af5a4538dd090794f213292135adbc
5417 Author: Nick Thompson <nick.thompson@ge.com>
5418 Date:   Wed Feb 17 20:37:24 2010 -0500
5419
5420     da830evm: Add support for TI EMAC
5421
5422     Adds support for ethernet networking on the da830evm platform.
5423
5424     This platform uses an SoC EMAC interface and a 3 port ethernet
5425     switch as a PHY with an RMII interface. The PHY also has a i2c
5426     interface for configuring the switch functions.
5427
5428     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5429     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5430
5431 commit d8775d03f3f0116241cfb45c7ef27fd080904c4a
5432 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5433 Date:   Mon Feb 8 14:19:06 2010 -0500
5434
5435     NetStar: make mtdparts default ready for recent kernels
5436
5437     Recent kernels are using generic NAND and NOR drivers. Change
5438     default mtdparts to reflect it.
5439
5440     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5441     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5442
5443 commit de9a1e0d08301ea4925ee137af240424b107a608
5444 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5445 Date:   Mon Feb 8 14:17:45 2010 -0500
5446
5447     NetStar: fix default environment
5448
5449     Correct switching partitions after upgrade and make it more readable.
5450
5451     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5452     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5453
5454 commit 3a67566c1def7d2eb935b31b3b282ba893c3f330
5455 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5456 Date:   Mon Feb 8 14:15:47 2010 -0500
5457
5458     NetStar: eeprom - fix linker error
5459
5460     linking eeprom with libgeneric.a is not really needed and causes following
5461     error:
5462     ../../lib_generic/libgeneric.a(string.o): In function `strcmp':
5463     lib_generic/string.c:152: multiple definition of `strcmp'
5464     ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
5465     Remove eeprom linker script as well and generate entry point object
5466     (to start application by jumping on its beginning) on the fly.
5467     Out-of-tree build tested as well.
5468
5469     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5470     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5471
5472 commit 308d463eaf6f4ada00193306a6e643298d1990d8
5473 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5474 Date:   Mon Feb 8 14:15:43 2010 -0500
5475
5476     NetStar: eeprom - be less verbose
5477
5478     Use shorter yet descriptive messages, replace printf() with
5479     puts() where appropriate. This saves few bytes.
5480
5481     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5482     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5483
5484 commit b29ff6277239f5c8bc9366e74afac5a36ab3b23e
5485 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5486 Date:   Mon Feb 8 14:15:15 2010 -0500
5487
5488     NetStar: eeprom - undefined reference to `memset'
5489
5490     Defining partially initialized struct eth_device on stack means
5491     gcc has to zero out it, and some gcc versions optimize this with
5492     an implicit call to memset. Move definition to data section
5493     to avoid that (it has also nice side effect that we need not
5494     to pass it to helper functions anymore)
5495
5496     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5497     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5498
5499 commit 8f9a221045a4ace14fe006e1353c593619d1001a
5500 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5501 Date:   Tue Mar 2 10:59:19 2010 +0100
5502
5503     ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM
5504
5505     For platforms with flash below ram addresses, the current check to
5506     activate monitor protection is wrong/insufficient. This patch fixes
5507     CONFIG_MONITOR_IS_IN_RAM for these systems by adding a check for
5508     this configuration.
5509
5510     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
5511     Signed-off-by: Stefan Roese <sr@denx.de>
5512
5513 commit c7de810c79a00aa6fc08900ee0bb57bd295db733
5514 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5515 Date:   Tue Mar 2 10:59:20 2010 +0100
5516
5517     allow MCF532x to use CONFIG_MONITOR_IS_IN_RAM
5518
5519     CONFIG_MONITOR_IS_IN_RAM is broken for MCF532x. This patch fixes this
5520      by conditionally
5521     - removing the vector table at the beginning of code
5522     - not overwriting the vector base register
5523     - removing the code to re-set the PLL, which effectively disables
5524       SDRAM access
5525
5526     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
5527
5528 commit bb907ab51fd04255923b7ecf9dab352078808351
5529 Author: Richard Retanubun <RichardRetanubun at RuggedCom.com>
5530 Date:   Mon Oct 26 14:19:17 2009 -0400
5531
5532     MCF5271-only: Added a weak board_reset function to allow custom reset
5533
5534     This patch adds a board_reset function to allow boards to specify
5535     their own custom reset sequence (e.g. resetting by timing out watchdog).
5536     Tested only on MCF5271, can be expanded if needed.
5537
5538     Based on Mike Frysinger's suggestion on:
5539     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70304
5540
5541     Signed-off-by: Richard Retanubun <RichardRetanubun at RuggedCom.com>
5542
5543 commit 992d7129500d239d684c15fa2d61e0a8f2e64457
5544 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5545 Date:   Wed Oct 28 15:11:00 2009 -0500
5546
5547     MCF532x: make icache_enable use CONFIG_SYS_SDRAM_SIZE
5548
5549     in cpu/mcf532x/start.S, the function icache_enable enables the cache for
5550     a fixed 32MB region starting at the SDRAM start address; this patch
5551     changes the function to cover the region defined by CONFIG_SYS_SDRAM_SIZE
5552
5553     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
5554
5555 commit 870bf3ee60320b58f8970ffe3ddebda0e8ac62f7
5556 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5557 Date:   Wed Dec 9 17:32:12 2009 -0500
5558
5559     add include/asm-m68k/unaligned.h
5560
5561     lib_generic/zlib.c needs include/asm/unaligned.h since commit
5562     cd514aeb996e2f7aefbe1f78481965d9d074aed4, which broke compilation for
5563     Coldfire/M68K. This patch adds the missing header for these
5564     architectures.
5565
5566     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
5567
5568 commit da5e083590bb62ca6d7f08d3714d07ba736da863
5569 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5570 Date:   Mon Feb 8 11:50:16 2010 +0900
5571
5572     sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel
5573
5574     zlib.c demands asm/unaligned.h. But, SH does not have these.
5575     This commit add asm/unaligned.h and asm/unaligned-sh4a.h from Linux
5576     kernel and modifyf for u-boot.
5577
5578     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5579
5580 commit fe389da6ae739816879606ecde4ab25f4292377d
5581 Author: Kim Phillips <kim.phillips@freescale.com>
5582 Date:   Mon Mar 1 11:10:17 2010 -0600
5583
5584     mpc83xx: fix out-of-tree mpc8315 nand build
5585
5586     commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2 "mpc83xx: Add NAND boot support
5587     for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to
5588     mpc8313erdb in order to not duplicate code.
5589
5590     Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense),
5591     and the board Makefile and linker script are the only two necessary files
5592     to enable out-of-tree building, and other boards have duplicated nand makefiles
5593     (e.g. 8536ds & 8569mds), it only seems prudent to copy these two files in the
5594     name of the 8315 too.
5595
5596     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5597     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
5598     Cc: Wolfgang Denk <wd@denx.de>
5599
5600 commit 4e7e12dfa103cb8ec6dc7547dd1c9976337dc1fd
5601 Author: Kim Phillips <kim.phillips@freescale.com>
5602 Date:   Mon Feb 22 19:39:16 2010 -0600
5603
5604     mpc83xx: vme8349: fix incorrect BR0_PRELIM port size comment
5605
5606     commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a "sbc8349: fix incorrect
5607     comment" missed this one.
5608
5609     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5610
5611 commit 87800f72414b830756aefc757dd191688febacf9
5612 Author: Eugene O'Brien <eugene.g.obrien@gmail.com>
5613 Date:   Wed Feb 24 14:10:24 2010 -0500
5614
5615     ppc4xx: Corrected EBC register bit definitions
5616
5617     Corrected the bit field positions of the external master priority low
5618     and the external master priority high values in the EBC configuration
5619     register. These bit field positions differ between PPC405 and PPC440
5620     processors
5621
5622     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
5623     Signed-off-by: Stefan Roese <sr@denx.de>
5624
5625 commit f3651764e57e353251695691677bd95ba5a420bc
5626 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
5627 Date:   Mon Feb 22 22:49:06 2010 +0100
5628
5629     cmd_itest.c: fix pointer dereferencing
5630
5631     fix pointer dereferencing
5632     if the size is .b and .w an 8 or 16 bit access is done.
5633
5634     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
5635     Acked-by: Detlev Zundel <dzu@denx.de>
5636
5637 commit 0ad22703f06af5fe100cfe6f08b1f32ea89cd5b1
5638 Author: Kim Phillips <kim.phillips@freescale.com>
5639 Date:   Mon Feb 22 19:37:56 2010 -0600
5640
5641     tools: fix imximage warning
5642
5643     Fix build warning:
5644
5645     Configuring for MPC837XEMDS board...
5646     imximage.c: In function `imximage_parse_cfg_file':
5647     imximage.c:146: warning: passing argument 2 of `getline' from incompatible pointer type
5648     /usr/include/bits/stdio.h:116: note: expected `size_t *' but argument is of type `uint32_t *'
5649
5650     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5651
5652 commit 5b28e913f4519870ad2ca06cd7845b053f78bf0f
5653 Author: Stefano Babic <sbabic@denx.de>
5654 Date:   Fri Feb 5 15:16:02 2010 +0100
5655
5656     mkimage: SEGFAULT with imximage on 64 bit systems
5657
5658     Running mkimage to generate an imximage produces a SEGFAULT
5659     on 64 bit machines due to pointer arithmetic limited to 32 bit.
5660
5661     Signed-off-by: Stefano Babic <sbabic@denx.de>
5662     Acked-by: Kim Phillips <kim.phillips@freescale.com>
5663
5664 commit ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0
5665 Author: Kim Phillips <kim.phillips@freescale.com>
5666 Date:   Thu Feb 18 19:28:12 2010 -0600
5667
5668     mpc83xx: remove hardcoded network addresses from config files
5669
5670     and avoid e.g., two identical boards from causing random networking
5671     conflicts when hooked up to the same network.
5672
5673     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5674
5675 commit 4c006dd1501283eecaea813a0e5e225e9ee6fdeb
5676 Author: Michael Zaidman <michael.zaidman@gmail.com>
5677 Date:   Mon Feb 15 10:02:32 2010 +0200
5678
5679     Bug: do_reset issued via netconsole does not reset mpc83xx cpu.
5680
5681     The do_reset routine in the cpu/mpc83xx/cpu.c file does not reset
5682     the mpc83xx cpu when issued via netconsole.
5683
5684     Moving the console output "resetting the board." to the beginning of
5685     the routine before disabling interrupts solved the problem.
5686
5687     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
5688     Acked-by: Detlev Zundel <dzu@denx.de>
5689     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5690
5691 commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f
5692 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5693 Date:   Wed Feb 3 22:48:09 2010 +0100
5694
5695     new board (eb_cpux9k2)
5696
5697     * new board (eb_cpux9k2)
5698      * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG
5699      * select via make eb_cpux9k2_config
5700      * this also demonstrates, how to use boards with AT91RM9200 cpu
5701        in at91 arch tree
5702
5703     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5704
5705 commit 6799a80f7644d78988187390dfd37352f20ad710
5706 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5707 Date:   Wed Feb 3 22:47:57 2010 +0100
5708
5709     new at91_emac network driver (NET_MULTI api)
5710
5711     * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
5712      * enable driver with CONFIG_DRIVER_AT91EMAC
5713      * generic PHY initialization
5714      * modify AT91RM9200 boards to use NET_MULTI driver
5715      * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII
5716        interface
5717
5718     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5719
5720 commit 98250e8e17fc76b3981708c6e63d41f875bf0359
5721 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5722 Date:   Wed Feb 3 22:47:35 2010 +0100
5723
5724     prepare joining at91rm9200 into at91
5725
5726     * prepare joining at91 and at91rm9200
5727      * add modified copy of soc files to cpu/arm920t/at91 to make
5728        possible to compile at91rm9200 boards in at91 tree instead
5729        of at91rm9200
5730      * add header files with c structure defs for AT91 MC, ST and TC
5731      * the new cpu files are using at91 c structure soc access
5732      * please read README.soc-at91 for details
5733
5734     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5735
5736 commit 1b34f00c28a3023693d9b31e7bd1a9212af8352f
5737 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5738 Date:   Wed Feb 3 22:47:18 2010 +0100
5739
5740     update at91sam9263ek board to new SoC access
5741
5742     * convert at91sam9263ek board to use c stucture SoC access
5743      * change gpio access to at91_gpio syntax
5744
5745     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5746
5747 commit 0cf0b93161beb3f3ed5e37e6112aedf15da17e8a
5748 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5749 Date:   Wed Feb 3 22:46:58 2010 +0100
5750
5751     convert common files to new SoC access
5752
5753     * add's a warning to all files, which need update to new SoC access
5754      * convert common files in cpu/../at91 and a lot of drivers to use
5755        c stucture SoC access
5756
5757     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5758
5759 commit 7f9e8633ac9c846e7e4f867507cbd5de1bd99e0c
5760 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5761 Date:   Wed Feb 3 22:46:46 2010 +0100
5762
5763     convert all at91 files to use at91_gpio driver syntax
5764
5765     * convert all files cpu/../at91 to use at91_gpio driver syntax
5766      * change AT91_PINP([A-F])(\d+) to AT91_PIO_PORT\1, \2
5767        this makes all 160 AT91_PINPxxx defines obsolete
5768      * AT91_PINPxxx defines and gpio.h can be remove, if all boards converted to new SoC access
5769
5770     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5771
5772 commit ea8fbba73184a40437bdeccd888cf448d5f1105e
5773 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5774 Date:   Wed Feb 3 22:46:16 2010 +0100
5775
5776     add a new AT91 GPIO driver
5777
5778     * add a real AT91 GPIO driver instead of header inline code
5779     * resolve the mixing of port and pins
5780     * change board config files to use new driver
5781     * add macros to gpio to realize backward compatibility
5782
5783     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5784
5785 commit 5d8e359c38d3ab80015e47d0cab792efe75cacf9
5786 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5787 Date:   Wed Feb 3 22:46:01 2010 +0100
5788
5789     add c structures for SoC access
5790
5791     * add's c structures for SoC access to pheriperials head files
5792
5793     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5794
5795 commit 425de62d40f84524b90e776b141b060cd438a9fe
5796 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5797 Date:   Wed Feb 3 22:45:42 2010 +0100
5798
5799     add new CONFIG_AT91_LEGACY
5800
5801     * add's the new temporary CONFIG_AT91_LEGACY to all board configs
5802      This will need for backward compatiblity, while change the SoC access
5803      to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated
5804      SoC is used.
5805
5806     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5807
5808 commit 3a4e43921d2599453ea87c623099e5f347c9e54a
5809 Author: Nick Thompson <nick.thompson@ge.com>
5810 Date:   Mon Feb 8 11:36:16 2010 -0500
5811
5812     DA830 EVM: Enable NAND support on Spectrum Digital EVM
5813
5814     The EVM UI extender card has a NAND device. This change will enable
5815     saveenv to work with NAND and Linux to be booted using:
5816
5817         mtdparts default
5818         nboot kernel
5819         bootm
5820
5821     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5822     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5823
5824 commit 6228e6389e5ef472d5f43cc5ec4f309323305638
5825 Author: Nick Thompson <nick.thompson@ge.com>
5826 Date:   Mon Feb 8 11:34:58 2010 -0500
5827
5828     Davinci: Add EMIF-A macros for setting chip select parameters
5829
5830     The patch adds EMIF-A macros for setting chip select parameters
5831
5832     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5833     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5834
5835 commit b74064a0e2984a166e3575852f3697ef5595a97b
5836 Author: Sanjeev Premi <premi@ti.com>
5837 Date:   Mon Feb 8 11:33:25 2010 -0500
5838
5839     OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
5840
5841     In function get_osc_clk_speed(), do not change/ update
5842     the divider for SYS_CLK as it can has cascading effect
5843     on the other derived clocks.
5844
5845     Sudden change in divider value can lead to inconsistent
5846     behavior in the system - often leading to crashes.
5847
5848     The problem was found when working with OMAP3EVM using
5849     DM3730 processor card.
5850
5851     The patch has been tested with OMAP3530 on OMAP3EVM as
5852     well
5853
5854     Signed-off-by: Sanjeev Premi <premi@ti.com>
5855     Signed-off-by: Hiremath Vaibhav <hvaibhav@ti.com>
5856     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5857
5858 commit eff536befd3efab538bba10bad07ecff63c9f470
5859 Author: Magnus Lilja <lilja.magnus@gmail.com>
5860 Date:   Tue Feb 9 22:05:39 2010 +0100
5861
5862     SPI: Fix 32 bit transfers in mxc_spi.c
5863
5864     Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f,  "i.MX31: fix SPI
5865     driver for shorter than 32 bit" broke 32 bit transfers. This patch
5866     makes single 32 bit transfer work again.
5867
5868     Transfer lengths that are known not to work will abort and print
5869     an error message.
5870
5871     Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to
5872     the MC13783/ATLAS chip (using the 'date' command).
5873
5874     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5875
5876 commit 39a9142203e610bf2b1a216085e374277fd28f9f
5877 Author: Alessandro Rubini <rubini-list@gnudd.com>
5878 Date:   Sat Feb 6 20:54:05 2010 +0100
5879
5880     edb93xx: enable the uart in devicecfg register
5881
5882     printf goes to uart1, but it will block forever waiting for
5883     busy to go off unless the uart is enabled first.
5884
5885     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
5886
5887 commit 822bd70db49773b4d57eaa484dca83386a6b3479
5888 Author: Alessandro Rubini <rubini-list@gnudd.com>
5889 Date:   Sat Feb 6 20:53:54 2010 +0100
5890
5891     edb93xx: change calculation un early_udelay.h
5892
5893     Previous code compiled with gcc-4.2.2 makes a call to
5894     __aeabi_uidiv to divide by 20. As a side effect it was
5895     not inline any more, and so sdram_cfg used the stack
5896     as well, but this is early code that has no stack yet.
5897     The patch explicitly removes the division, so no stack is used.
5898
5899     The calculation of the counter calls a division by 20
5900
5901     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
5902
5903 commit c50a0f503967d435150bbb9f2f816ce33afdf231
5904 Author: Alessandro Rubini <rubini-list@gnudd.com>
5905 Date:   Sat Feb 6 20:53:43 2010 +0100
5906
5907     EP93xx: fix syscon_regs definition
5908
5909     The structure was missing a reserved entry (not listed in the manual,
5910     actually), so the last registers had a wrong offset. This prevented
5911     all swlocked registers to be modified as swlock is last in the structure.
5912
5913     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
5914
5915 commit fcfb632bd1e9de645b015cf73a78183c299743d8
5916 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5917 Date:   Mon Feb 1 21:29:39 2010 +0100
5918
5919     ARM: Add support for EP93xx SoCs
5920
5921     Add support for the Cirrus EP93xx platform
5922
5923     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5924     Acked-by: Tom <Tom.Rix@windriver.com>
5925
5926 commit cf3c142ee4be0f077f8b84593f1b24b35d14039e
5927 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5928 Date:   Mon Feb 1 21:29:48 2010 +0100
5929
5930     Add support for EDB93xx boards
5931
5932     Added support for the following EDB93xx boards:
5933
5934     EDB9301
5935     EDB9302
5936     EDB9302A
5937     EDB9307
5938     EDB9307A
5939     EDB93012
5940     EDB9315
5941     EDB9315A
5942
5943     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5944
5945 commit d798e27b14543762f9f5d0561a3430c7f9e2153b
5946 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5947 Date:   Wed Jan 27 11:12:28 2010 -0500
5948
5949     NetStar: Remove debug junk leaked into eeprom utility
5950
5951     This patch removes debug junk leaked into eeprom utility.
5952
5953     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5954     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5955
5956 commit 89e94d81eda9af2e1c35e97125b0c049335c70fc
5957 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5958 Date:   Wed Jan 27 11:12:23 2010 -0500
5959
5960     NetStar: make crcit utility more readable
5961
5962     This patch makes the crcit utility more readable
5963
5964     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5965     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5966
5967 commit 3843e7dc934d8ef7c592f5a2106885efe32eac7f
5968 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5969 Date:   Wed Jan 27 11:12:08 2010 -0500
5970
5971     NetStar: Disable CONFIG_CMD_JFFS2
5972
5973     This patch removes "CONFIG_CMD_JFFS" from the board config
5974
5975     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5976     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5977
5978 commit 632e1d9014848ec8d983a629c2e35b4423816336
5979 Author: Tom Rix <Tom.Rix@windriver.com>
5980 Date:   Wed Jan 27 11:11:55 2010 -0500
5981
5982     OMAP3 Move declaration of gpmc_cfg.
5983
5984     Every omap3 board config file declared the global variable gpmc_cfg.
5985     This changes moves the declaration to a better location in the
5986     arch dependent header file cpu.h.
5987
5988     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5989     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5990
5991 commit 093d6018cf0a8dae614c2924c0013d97e2a48662
5992 Author: Scott Ellis <scott@jumpnowtek.com>
5993 Date:   Wed Jan 27 11:11:46 2010 -0500
5994
5995     Overo GPMC registers
5996
5997     Use appropriate GPMC timings for the LAN9221 controller on the
5998     Gumstix Overo expansion boards not the values in arch-omap3/mem.h
5999     which are for a different ethernet controller.
6000
6001     Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
6002     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6003
6004 commit 63a47dfd07536e399665ca7504bac512bf21491e
6005 Author: Nick Thompson <nick.thompson@ge.com>
6006 Date:   Wed Jan 27 11:11:28 2010 -0500
6007
6008     da830evm: Use table driven pin mux configuration
6009
6010     Tidyup the pin muxer configuration using the Davinci table driven
6011     pinmux configuration function and data tables.
6012
6013     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
6014     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6015
6016 commit 8ed5885693b39c5c2cca5574dd98d6ad8a982702
6017 Author: Sekhar Nori <nsekhar@ti.com>
6018 Date:   Wed Jan 27 11:10:40 2010 -0500
6019
6020     TI DaVinci: Driver for the davinci SPI controller
6021
6022     This adds a driver for the SPI controller found on davinci
6023     based SoCs from Texas Instruments.
6024
6025     Signed-off-by: Sekhar Nori <nsekhar@ti.com>
6026     Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
6027     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6028
6029 commit 44d80256229d05862622f4dd886466fd70fe04ae
6030 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6031 Date:   Mon Jan 25 10:50:41 2010 +0100
6032
6033     at91: Add esd gmbh OTC570 board support
6034
6035     This patch adds support for esd gmbh OTC570 board.
6036     The OTC570 is based on an Atmel AT91SAM9263 SoC.
6037
6038     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6039
6040 commit e39bf1e2a9e437174687de687c127ec980a93eeb
6041 Author: Mike Frysinger <vapier@gentoo.org>
6042 Date:   Mon Feb 8 15:30:16 2010 -0500
6043
6044     kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed
6045
6046     Commit cbb0cab1d929839d broke some platforms which used kgdb code but
6047     didn't actually include kgdb.h.  So include kgdb.h in all the relevant
6048     traps code.
6049
6050     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6051
6052 commit ab5a0dcb9c8f19e351fc33c5db91469bfb1d9438
6053 Author: Stefan Roese <sr@denx.de>
6054 Date:   Tue Feb 2 13:43:48 2010 +0100
6055
6056     net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop
6057
6058     This patch fixes a problem I've notived on a buggy PPC4xx system. This
6059     system has problems with the PHY MDIO communication and seemed to be
6060     stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU
6061     didn't crash, but "only" hung in this counting loop for about 2 minutes.
6062
6063     This patch now uses a real timeout of 0.5 seconds (as mentioned in the
6064     comment in miiphy_reset).
6065
6066     Signed-off-by: Stefan Roese <sr@denx.de>
6067     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6068
6069 commit 4294b2485bf0e8d68c893190a96bb0e7856b12c4
6070 Author: Stefano Babic <sbabic@denx.de>
6071 Date:   Mon Feb 1 14:51:30 2010 +0100
6072
6073     fec_mxc: add support for MX51 processor
6074
6075     The patch add support for the Freescale mx51 processor
6076     to the FEC ethernet driver.
6077
6078     Signed-off-by: Stefano Babic <sbabic@denx.de>
6079     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6080
6081 commit e66b19ce6dbe6f91b18ba47273cbe89eb5a80e78
6082 Author: Siddarth Gore <gores@marvell.com>
6083 Date:   Tue Jan 19 11:09:07 2010 +0530
6084
6085     NET: kirkwood-egiga smi access fix
6086
6087     Although the datasheet mentions seperate smi registers for each
6088     port, using Port 1 smi register to access ethernet phys does not
6089     work. Hence only Port 0 smi register should be used to access all
6090     devices connected to the smi bus. This behavior is consistant with
6091     the mv643xx driver in the linux kernel.
6092
6093     Signed-off-by: Siddarth Gore <gores@marvell.com>
6094     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
6095     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6096
6097 commit a1b322a98319de568b3bc38029ef7e123643c1e8
6098 Author: Ladislav Michl <ladis@linux-mips.org>
6099 Date:   Mon Feb 1 23:34:25 2010 +0100
6100
6101     ns16550: kick watchdog while waiting for a character
6102
6103     ns16550 busyloops waiting for incoming byte causing watchdog to reboot
6104     while waiting for a key press. A call to WATCHDOG_RESET in NS16550_getc
6105     loop fixes it.
6106
6107     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6108
6109 commit 84d36b30181acfb72f22d1105c15574b30ea2fa1
6110 Author: Remy Bohmer <linux@bohmer.net>
6111 Date:   Mon Feb 1 19:40:47 2010 +0100
6112
6113     USB: usb_control_msg wait for driver ISR to set status.
6114
6115     This patch changes usb_control_msg back to the state prior to commit
6116     48867208444cb2a82e2af9c3249e90b7ed4a1751.
6117
6118     The USB driver ISR routine may update the status.
6119
6120     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6121
6122 commit 6e20e64f5c6deb5b48e40a0cba4877f9170545e0
6123 Author: Prathap Srinivas <msprathap@ti.com>
6124 Date:   Mon Jan 11 15:36:46 2010 +0530
6125
6126     musb: Add host support for DM365 EVM
6127
6128     Add support for musb host on DM365 EVM.
6129
6130     Signed-off-by: Prathap Srinivas <msprathap@ti.com>
6131
6132 commit ec2aadb40855cecb088b68c062e3534d6ce39128
6133 Author: Cliff Cai <cliff.cai@analog.com>
6134 Date:   Tue Jan 19 00:10:42 2010 -0500
6135
6136     usb: musb: fix Blackfin DMA register padding
6137
6138     The conversion from offsets to C structs lost a little padding in the DMA
6139     register map.  Accessing endpoints other than ep0 with DMA would fail as
6140     the addresses wouldn't be adjusted correctly.
6141
6142     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
6143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6144
6145 commit d0750bc9e5932baf4c90eda2456106f21a26bdc1
6146 Author: Wolfgang Denk <wd@denx.de>
6147 Date:   Mon Feb 1 11:36:29 2010 +0100
6148
6149     EXBITGEN: drop support for unmaintained board
6150
6151     The EXBITGEN board has not been maintained for a long time; it has
6152     build problems, but no hardware is available any more for testing.
6153
6154     Drop support for this board.
6155
6156     Signed-off-by: Wolfgang Denk <wd@denx.de>
6157     Acked-by: Stefan Roese <sr@denx.de>
6158
6159 commit 9461a939cabd606d7f0e9b8490b40841af104ff5
6160 Author: Wolfgang Denk <wd@denx.de>
6161 Date:   Sun Jan 31 22:03:15 2010 +0100
6162
6163     mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm'
6164
6165     Signed-off-by: Wolfgang Denk <wd@denx.de>
6166     Acked-by: Detlev Zundel <dzu@denx.de>
6167
6168 commit 13d8bfe26c0dd2c08b76c5f077e800a718859bbc
6169 Author: Wolfgang Denk <wd@denx.de>
6170 Date:   Sun Jan 31 21:58:48 2010 +0100
6171
6172     mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0'
6173
6174     Signed-off-by: Wolfgang Denk <wd@denx.de>
6175     Acked-by: Detlev Zundel <dzu@denx.de>
6176
6177 commit 4710cee1b5292fe077a67cc23193cc43060fbe3d
6178 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6179 Date:   Mon Feb 1 13:54:09 2010 +0100
6180
6181     ppc4xx: Remove unused feature from AR405 board
6182
6183     This patch fixes building for AR405 boards by remove an unused feature.
6184
6185     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6186     Signed-off-by: Stefan Roese <sr@denx.de>
6187
6188 commit 976c21ad8e136df0ec361aca0c4bc287c5637c01
6189 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6190 Date:   Mon Feb 1 13:53:59 2010 +0100
6191
6192     ppc4xx: Fix building for PLU405 boards
6193
6194     The init_coupler() function from board/esd/plu405/plu405.c
6195     got lost somehow! This patch readds it.
6196
6197     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6198     Signed-off-by: Stefan Roese <sr@denx.de>
6199
6200 commit 59c1db6dab52b981e6ea25a203d0a919ede61ed2
6201 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6202 Date:   Mon Feb 1 13:53:47 2010 +0100
6203
6204     ppc4xx: Fix building of PMC440 board
6205
6206     Remove some unused features and default environment variable
6207     to shrink the PMC440 u-boot.
6208
6209     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6210     Signed-off-by: Stefan Roese <sr@denx.de>
6211
6212 commit 6f6c26e430ffae87b6b3d74ba7cbf9439703feea
6213 Author: Stefan Roese <sr@denx.de>
6214 Date:   Tue Jan 26 13:33:29 2010 +0100
6215
6216     ppc4xx: Fix compilation error on ML2 board
6217
6218     Recently this compilation error occurs:
6219
6220     Configuring for ML2 board...
6221     traps.c: In function 'MachineCheckException':
6222     traps.c:159: error: 'debugger_exception_handler' undeclared (first use
6223         in this function)
6224     traps.c:159: error: (Each undeclared identifier is reported only once
6225     traps.c:159: error: for each function it appears in.)
6226
6227     This patch now fixes it by including kgdb.h
6228
6229     Signed-off-by: Stefan Roese <sr@denx.de>
6230
6231 commit f3dec798d9ebf7f17c11ec7671b979ce3d251955
6232 Author: Ladislav Michl <ladis@linux-mips.org>
6233 Date:   Thu Jan 28 12:27:14 2010 +0100
6234
6235     CFI: fix eraseregions numblocks
6236
6237     eraseregions numblocks was sometimes one less than actual, possibly producing
6238     erase regions with zero blocks. As MTD code touches eraseregions only if
6239     numeraseregions is greater that zero, allocate eraseregions only for non
6240     uniform erase size flash.
6241
6242     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6243     Signed-off-by: Stefan Roese <sr@denx.de>
6244
6245 commit c041e9d212162f6c85cd3b6a40ad6ba9d9292451
6246 Author: Jens Scharsig <js_at_ng@scharsoft.de>
6247 Date:   Sat Jan 23 12:03:45 2010 +0100
6248
6249     new at91_emac network driver (NET_MULTI api)
6250
6251     * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
6252     * enable driver with CONFIG_DRIVER_AT91EMAC
6253     * generic PHY initialization
6254     * modify AT91RM9200 boards to use NET_MULTI driver
6255     * the drivers has been tested with LXT971 Phy and DM9161 Phy at
6256       MII and RMII interface
6257
6258     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
6259     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6260
6261 commit 594d57d0ccce649d6ccd881b8d9c5ea8d0c307ef
6262 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
6263 Date:   Sun Jan 31 17:39:49 2010 +0100
6264
6265     Add EP93xx ethernet driver
6266
6267     Added ethernet driver for EP93xx SoCs
6268
6269     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
6270     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6271
6272 commit 582c55a0274f38e6e7e35b95e7ab81d3e912f700
6273 Author: Heiko Schocher <hs@denx.de>
6274 Date:   Wed Jan 20 09:04:28 2010 +0100
6275
6276     83xx, uec: split enet_interface in two variables
6277
6278     There's no sensible reason to unite speed and interface type into
6279     one variable.  So split this variable enet_interface into two
6280     vars: enet_interface_type, which hold the interface type and speed.
6281
6282     Also: add the possibility for switching between 10 and 100 MBit
6283     interfaces on the fly, when running in FAST_ETH mode.
6284
6285     Signed-off-by: Heiko Schocher <hs@denx.de>
6286     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6287
6288 commit d7e354374c8eb0a5d8b8226b881c5ee276c77a60
6289 Author: Nick Thompson <nick.thompson@ge.com>
6290 Date:   Fri Dec 18 13:33:07 2009 +0000
6291
6292     TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
6293
6294     The EMAC IP on DM365, DM646x and DA830 is slightly different
6295     from that on DM644x. This change updates the DaVinci EMAC driver
6296     so that EMAC becomes operational on SOCs with EMAC v2.
6297
6298     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
6299     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6300
6301 commit 0f751d6ef3e6fb1d28ac272c39c34831d629a59e
6302 Author: Semih Hazar <semih.hazar@indefia.com>
6303 Date:   Thu Dec 17 15:07:15 2009 +0200
6304
6305     macb: Fix mii_phy_read and mii_phy_write functions
6306
6307     Enabling CONFIG_CMD_MII in AVR32 boards was not possible due to
6308     compile errors.
6309
6310     This patch fixes miiphy_read and miiphy_write functions and
6311     registers them properly.
6312
6313     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
6314     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6315
6316 commit 5f6b1442218fcb6a3ef0d2be05d84119cebfe0ae
6317 Author: Peter Tyser <ptyser@xes-inc.com>
6318 Date:   Mon Nov 9 13:09:48 2009 -0600
6319
6320     tsec: Add TSEC_FIBER flag
6321
6322     The TSEC_FIBER flag should be set when a PHY is operating with an
6323     external fiber interface.  Currently it is only used to notify a user
6324     that the PHY is operating in fiber mode.
6325
6326     A short description was also added to the other TSEC flag defines so
6327     that it is clear how they differ from one another.
6328
6329     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6330     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6331
6332 commit 8abb8dcc8d6f2a9e31551a6fa41de97bd1f15350
6333 Author: Peter Tyser <ptyser@xes-inc.com>
6334 Date:   Mon Nov 9 13:09:47 2009 -0600
6335
6336     tsec: Add support for using the BCM5482 PHY in fiber mode
6337
6338     The BCM5482 PHY supports both copper and fiber as an ethernet medium.
6339     By enabling its copper/fiber mode auto-detection feature it can
6340     dynamically determine if it should be configured for copper or fiber.
6341
6342     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6343     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6344
6345 commit c6dbdfda5393c155bb13a90d9d6be4fe75ec3498
6346 Author: Peter Tyser <ptyser@xes-inc.com>
6347 Date:   Mon Nov 9 13:09:46 2009 -0600
6348
6349     tsec: General cleanup
6350
6351     - Cleanup formatting of phy_info structures
6352
6353     - Fix lines > 80 chars
6354
6355     - Fix some random indentation inconsistencies
6356
6357     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6358     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6359
6360 commit e1957ef02c0d949c27f7386e5fa509a57e033d5a
6361 Author: Peter Tyser <ptyser@xes-inc.com>
6362 Date:   Mon Nov 9 13:09:45 2009 -0600
6363
6364     tsec: Make functions/data static when possible
6365
6366     This is generally good practice and saves ~150 bytes.
6367
6368     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6369     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6370
6371 commit 27165b5c328464b706601b1cd586e359a3dc2f6d
6372 Author: Peter Tyser <ptyser@xes-inc.com>
6373 Date:   Mon Nov 9 13:09:44 2009 -0600
6374
6375     tsec: Clean up Broadcom PHY status parsing
6376
6377     - Remove unnecessary printing "Enet starting in <speed>/<duplex>"
6378         This same information is already printed during normal ethernet
6379         operation in the form "Speed: 1000, full duplex".
6380
6381     - Add a check for link before determining link speed and duplex
6382         If there is no link, speed/duplex don't matter.  This also removes
6383         the annoying and unneeded "Auto-neg error, defaulting to 10BT/HD"
6384         message that occurs when no link is detected.
6385
6386     - Whitespace and line > 80 characters cleanup
6387
6388     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6389     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6390
6391 commit 46e91674fb4b6d06c6a4984c0b5ac7d9a16923f4
6392 Author: Peter Tyser <ptyser@xes-inc.com>
6393 Date:   Tue Nov 3 17:52:07 2009 -0600
6394
6395     tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
6396
6397     In SGMII mode the link between a processor's internal TBI PHY and an
6398     external PHY should always be 1000Mbps, full duplex.  Also, the SGMII
6399     interface between an internal TBI PHY and external PHY does not
6400     support in-band auto-negotation.
6401
6402     Previously, when configured for SGMII mode a TBI PHY would attempt to
6403     restart auto-negotation during initializtion.  This auto-negotation
6404     between a TBI PHY and external PHY would fail and result in unusable
6405     ethernet operation.
6406
6407     Forcing the TBI PHY and and external PHY to link at 1000Mbps full duplex
6408     in SGMII mode resolves this issue of auto-negotation failing.
6409
6410     Note that 10Mbps and 100Mbps operation is still possible on the external
6411     side of the external PHY even when SGMII is operating at 1000Mbps.
6412     The SGMII interface still operates at 1000Mbps, but each byte of data
6413     is repeated 100 or 10 times for 10/100Mbps and the external PHY handles
6414     converting this data stream into proper 10/100Mbps signalling.
6415
6416     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6417     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6418
6419 commit 76771e595aa2640da8c7b5ea81bd9583ccdab8a1
6420 Author: Seunghyeon Rhee <seunghyeon@lpmtec.com>
6421 Date:   Mon Nov 2 00:00:00 2009 -0800
6422
6423     NET: Fix MAC addr handling for smc911x
6424
6425     This patch turns off MAC address mismatch warning when
6426     optional eeprom programmed with MAC address is not available.
6427     In that case, smc911x's MAC address register has its default
6428     value ff:ff:ff:ff:ff:ff and it's not a valid address. This
6429     makes eth_initialize() show the warning which has no
6430     meaningful information while environment variable ethaddr
6431     overrides the address read from the register. If there's no
6432     eeprom and the value of MAC address register is not valid
6433     after initialization, dev->enetaddr had better not be updated
6434     and maintain its initial value 00:00:00:00:00:00, which I
6435     think is what eth_initialize() expects. This is not a bug fix.
6436     Even without this patch, the driver works fine. It's just for
6437     enhancing the way of displaying messages.
6438
6439     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
6440     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6441
6442 commit 07c966066b977b24f4b08b1684eed130f463b4c6
6443 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
6444 Date:   Thu Jan 21 22:16:34 2010 +0100
6445
6446     cs8900_initialize() cleanup
6447
6448     cs8900_initialize(): remove unecessary calls to free() and fix memory leak
6449
6450     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
6451     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6452
6453 commit c4168af3ba03c17a73751b98c124bbd2e3e1f5b0
6454 Author: Mike Frysinger <vapier@gentoo.org>
6455 Date:   Thu Jan 21 05:04:59 2010 -0500
6456
6457     smc91111_eeprom: fix linking error
6458
6459     Building for a bf533-stamp ends up with this error:
6460     smc91111_eeprom.o: In function `smc91111_eeprom':
6461     examples/standalone/smc91111_eeprom.c:58: undefined reference to `memset'
6462     make[2]: *** [smc91111_eeprom] Error 1
6463
6464     The new eth_struct definition means gcc has to zero out the structure on
6465     the stack, and some gcc versions optimize this with an implicit call to
6466     memset.  So tweak the structure style to avoid that gcc feature.
6467
6468     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6470
6471 commit 5f566f454750be4f2f83288ef382afcb9c4aa8a4
6472 Author: Wolfgang Denk <wd@denx.de>
6473 Date:   Sun Jan 31 21:51:43 2010 +0100
6474
6475     cmd_ximg.c: fix error: 'i' undeclared
6476
6477     Fix compile error:
6478
6479         cmd_ximg.c: In function 'do_imgextract':
6480         cmd_ximg.c:234: error: 'i' undeclared (first use in this function)
6481         cmd_ximg.c:234: error: (Each undeclared identifier is reported only once
6482         cmd_ximg.c:234: error: for each function it appears in.)
6483
6484     Signed-off-by: Wolfgang Denk <wd@denx.de>
6485
6486 commit a6e42ed097220a82870a32f4e60ac8863a8b05ab
6487 Author: Anatolij Gustschin <agust@denx.de>
6488 Date:   Sat Dec 12 21:20:57 2009 +0100
6489
6490     lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor
6491
6492     Not all boards defining LCD_COLOR16 are able to set
6493     lcd_color_fg/lcd_color_bg correctly. The issue seems to
6494     be caused by CONFIG_ATMEL_LCD ifdefs in lcd_setfgcolor()
6495     and lcd_setbgcolor(). Actually, the color values passed
6496     to these functions are already correct, we don't need
6497     to fix them. So remove ifdefs here.
6498
6499     Reported-by: Alessandro Rubini <rubini@unipv.it>
6500     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6501
6502 commit d841978ea616e661e48f8da4045a71d6217823bd
6503 Author: Alessandro Rubini <rubini@unipv.it>
6504 Date:   Sat Dec 5 13:39:41 2009 +0100
6505
6506     include/nomadik.h: add physical address for cldc
6507
6508     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6509     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
6510
6511 commit 3e446cbdf30221b9ca3a89b0f5abbfc691ce7755
6512 Author: Alessandro Rubini <rubini@unipv.it>
6513 Date:   Sat Dec 5 13:39:31 2009 +0100
6514
6515     video: add amba-clcd prime-cell
6516
6517     This adds support for the CLCD logic cell. It accepts precompiled
6518     register values for specific configuration through a board-supplied
6519     data structure.  It is used by the Nomadik nhk8815, added by a later
6520     patch in this series.
6521
6522     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6523     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
6524
6525 commit b081c2e9b9329d7dadc8d13fc9a2bae5c90a1204
6526 Author: John Rigby <jcrigby@gmail.com>
6527 Date:   Tue Jan 26 19:24:18 2010 -0700
6528
6529     Nand mxc_nand add v1.1 controller support
6530
6531     Add support for version 1.1 of the nfc nand flash
6532     controller which is on the i.mx25 soc.
6533
6534     Signed-off-by: John Rigby <jcrigby@gmail.com>
6535     CC: Scott Wood <scottwood@freescale.com>
6536
6537 commit f3bb63a304c4e76010a2a4e99da61f7b6ffffc77
6538 Author: John Rigby <jcrigby@gmail.com>
6539 Date:   Tue Jan 26 19:24:17 2010 -0700
6540
6541     Add MX25 support to nand_spl fsl nfc driver
6542
6543     MX25 has a different version of the fsl_nfc
6544     flash controller known as version 1.1.
6545
6546     Add support to the nand_spl fsl_nfc driver
6547
6548     Versioning differs from mainline mxc kernel driver
6549     no consensus yet on if the naming here and in
6550     Redboot or the kernel is "correct".
6551
6552     Signed-off-by: John Rigby <jcrigby@gmail.com>
6553     Signed-off-by: Wolfgang Denk <wd@denx.de>
6554     CC: Scott Wood <scottwood@freescale.com>
6555
6556 commit ef22b50370f7b6d8deba9e9e64d2cb13c542b647
6557 Author: John Rigby <jcrigby@gmail.com>
6558 Date:   Mon Jan 25 23:12:52 2010 -0700
6559
6560     arm926ejs: add nand_spl boot support
6561
6562     Add CONFIG_PRELOADER/CONFIG_NAND_SPL support for nand booting
6563     to arm926ejs/start.S
6564
6565     This is derived from CONFIG_PRELOADER support in arm1136/start.S
6566
6567     Signed-off-by: John Rigby <jcrigby@gmail.com>
6568     CC: Scott Wood <scottwood@freescale.com>
6569
6570 commit 15b86c3d6c9a5a2e917b73d758a556568430021a
6571 Author: Wolfgang Denk <wd@denx.de>
6572 Date:   Sat Jan 16 21:50:26 2010 -0700
6573
6574     env_nand.c: print error message and fail gracefully
6575
6576     env_nand.c would crash silently if a malloc() for the environment
6577     buffers failed; make it print an error message and fail gracefully,
6578     i. e. use the default environment then.
6579
6580     Signed-off-by: Wolfgang Denk <wd@denx.de>
6581     Acked-by: John Rigby <jcrigby@gmail.com>
6582
6583 commit 674ef7bd02de948b6d8757f6a43a6f2fa4d88769
6584 Author: Liu Yu <yu.liu@freescale.com>
6585 Date:   Mon Jan 18 19:03:28 2010 +0800
6586
6587     Nand boot: Add nand boot support for MPC8569mds board
6588
6589     This patch add nand boot support for MPC8569mds board.
6590
6591     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6592
6593 commit 249d4dec69e8d41ca58fe6cb3c56ea6f0480ef16
6594 Author: Kumar Gala <galak@kernel.crashing.org>
6595 Date:   Wed Jan 27 10:16:56 2010 -0600
6596
6597     Fix compiler warning in imximage.c due to getline prototype
6598
6599     imximage.c: In function 'imximage_parse_cfg_file':
6600     imximage.c:142: warning: implicit declaration of function 'getline'
6601
6602     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6603
6604 commit a9c3ac78d81d7ff4fe239e292e11e0f78ac5d461
6605 Author: Kumar Gala <galak@kernel.crashing.org>
6606 Date:   Tue Jan 12 12:56:05 2010 -0600
6607
6608     85xx: Add support for 'cpu disable' command
6609
6610     Support disabling of a core via user command 'cpu disable'.
6611
6612     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6613
6614 commit c894852b7aa2ac5f04ca70a073f803aa665c3ec1
6615 Author: Kumar Gala <galak@kernel.crashing.org>
6616 Date:   Tue Jan 12 11:51:52 2010 -0600
6617
6618     86xx: Add support for 'cpu disable' command
6619
6620     Support disabling of a core via user command 'cpu disable'.
6621
6622     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6623
6624 commit 4194b3668a93eee18dd1f7eb1309ca7b05003aa7
6625 Author: Kumar Gala <galak@kernel.crashing.org>
6626 Date:   Tue Jan 12 11:42:43 2010 -0600
6627
6628     Add support to disable cpu's in multicore processors
6629
6630     Add a disable sub-command to the cpu command that allows for disabling
6631     cores in multicore processors.  This can be useful for systems that are
6632     using multicore chips but aren't utilizing all the cores as a way to
6633     reduce power and possibly improve performance.
6634
6635     Also updated an added missing copyright.
6636
6637     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6638
6639 commit 8b1760ed9a35a5fd71d1f64981068ca2979f1e3d
6640 Author: Heiko Schocher <hs@denx.de>
6641 Date:   Wed Jan 20 09:05:32 2010 +0100
6642
6643     83xx, kmeter1: fix compile error
6644
6645     - delete double MTDIDS_DEFAULT and MTDPARTS_DEFAULT
6646       defines in board config file.
6647     - add mising CONFIG_KM_UBI_PARTITION_NAME define
6648
6649     Signed-off-by: Heiko Schocher <hs@denx.de>
6650     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6651
6652 commit 5912d3650740468329a0df014109132431d2140d
6653 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
6654 Date:   Thu Dec 10 10:11:21 2009 +0100
6655
6656     add ability to handle compressed images to imxtract
6657
6658     imxtract currently can not handle compressed images. This patch adds
6659     handling for bzip2 and zip compression. In both cases, a destination
6660     address has to be specified for extraction.
6661
6662     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
6663
6664 commit a16e9a5b5f23106665dde15d974db17e8aeb83f1
6665 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6666 Date:   Tue Jan 19 14:41:57 2010 +0100
6667
6668     ppc: remove -ffixed-r14 gcc option.
6669
6670     This is no loger needed, free up r14 for general usage.
6671
6672     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6673
6674 commit e6bee80814c3a0d7eab89d28142fe68c4a670f31
6675 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6676 Date:   Tue Jan 19 14:41:58 2010 +0100
6677
6678     ppc: Update README about the new GOT ptr.
6679
6680     r14 is no longer used as non volatile GOT ptr. Instead
6681     the volatile r12 is used so be sure to do GET_GOT in
6682     asm code when you need to access global data.
6683
6684     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6685
6686 commit 0f8aa159175385ddd77bc91d11b9568583fbbd0c
6687 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6688 Date:   Tue Jan 19 14:41:56 2010 +0100
6689
6690     ppc: Use r12 instead of r14 as GOT pointer.
6691
6692     r14 is not supposed to be clobbered by functions. Switch
6693     to r12 and call GET_GOT when needed. This will allow u-boot
6694     to loose the -ffixed-r14 gcc option.
6695
6696     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6697
6698 commit fc4e188789b01dc9f18c80869c43fdd7d1a51378
6699 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6700 Date:   Tue Jan 19 14:41:55 2010 +0100
6701
6702     ppc: Loose GOT access in IRQ
6703
6704     Using the GOT in IRQ handlers requires r14 to be -ffixed-r14.
6705     Avoid this by relocatate transfer_to_handler too.
6706     This will allow to free up r14 later on.
6707
6708     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6709
6710 commit 66e821ebe96123b3a81ec9ca25cec9c0560fe232
6711 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6712 Date:   Thu Jan 7 14:27:14 2010 +0530
6713
6714     85xx/p1_p2_rdb: enable hwconfig
6715
6716     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6717     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6718
6719 commit 46df64f22c471b010161aa68bfdbfe94ea46e7bd
6720 Author: Liu Yu <yu.liu@freescale.com>
6721 Date:   Fri Jan 15 14:58:40 2010 +0800
6722
6723     qe: fixup the snum for MPC8569 Rev2.0
6724
6725     Since 1.0 and 2.0 use different snum table,
6726     we fixup the snum value according to SPRN_SVR.
6727
6728     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6730
6731 commit 0fd2fa6cce6eb91271ebf9733878d0f1fcbc9b32
6732 Author: Dave Liu <daveliu@freescale.com>
6733 Date:   Tue Nov 17 20:49:05 2009 +0800
6734
6735     Fix the local bus divider mapping
6736
6737     The real clock divider is 4 times of the bits LCRR[CLKDIV],
6738     according the latest RevF RM.
6739
6740     Signed-off-by: Dave Liu <daveliu@freescale.com>
6741     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6742
6743 commit c95d541e4b46cb3ba19bf35e34b1dc3ca32f7b4b
6744 Author: Liu Yu <yu.liu@freescale.com>
6745 Date:   Fri Nov 27 15:31:52 2009 +0800
6746
6747     ppc/85xx: Add ATM config for MPC8569MDS
6748
6749     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6750     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6751
6752 commit d91803826985bfdf151eed66543ce3b1a301682f
6753 Author: Liu Yu <yu.liu@freescale.com>
6754 Date:   Fri Nov 27 15:31:51 2009 +0800
6755
6756     ppc/85xx: Add PIB/ATM support for MPC8569mds
6757
6758     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6759     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6760
6761 commit 1118cdbfeb8fc3acfe542d08703153ac188f9dbd
6762 Author: Li Yang <leoli@freescale.com>
6763 Date:   Thu Jan 7 16:00:13 2010 +0800
6764
6765     fsl_esdhc: fix wrong clock mask
6766
6767     Fix typo in SYSCTL_CLOCK_MASK, which caused residual in high bits of SDCLKFS.
6768
6769     Signed-off-by: Jin Qing <B24347@freescale.com>
6770     Signed-off-by: Li Yang <leoli@freescale.com>
6771     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6772
6773 commit 693416fe01d324472d270ac28389022eb82c7217
6774 Author: Kumar Gala <galak@kernel.crashing.org>
6775 Date:   Mon Jan 25 11:01:51 2010 -0600
6776
6777     Revert "ppc/p4080: Fix reporting of PME & FM clock frequencies"
6778
6779     This reverts commit bc20f9a9527afe8ae406a74f74765d4323f04922.
6780
6781     The original code was correct.  I clearly need glasses or a brown
6782     paper bag.
6783
6784     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6785
6786 commit 93cedc71647b4b72ac9b48e11997eb2f91645001
6787 Author: James Yang <James.Yang@freescale.com>
6788 Date:   Tue Jan 12 15:50:18 2010 -0600
6789
6790     ppc/p4080: Fix mask width of RCW fields MEM_PLL_RAT, SYS_PLL_RAT
6791
6792     The masks for MEM_PLL_RAT and SYS_PLL_RAT should have been 5-bits
6793     instead of 4.
6794
6795     Signed-off-by: James Yang <James.Yang@freescale.com>
6796     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6797
6798 commit 2903ad33a71251a3a87485b5b185852c8998f209
6799 Author: Mike Frysinger <vapier@gentoo.org>
6800 Date:   Fri Jan 8 08:03:06 2010 -0500
6801
6802     jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE
6803
6804     Commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042 caused the sector_size to
6805     be calculated incorrectly when the part size was not hardcoded.  This is
6806     because the new code relied on part->size but tried to do the calculation
6807     before it was initialized properly, and it did not take into consideration
6808     the magic SIZE_REMAINING define.
6809
6810     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6811
6812 commit 64b150213365db6be97a98d25884f87d83caacaf
6813 Author: Mike Frysinger <vapier@gentoo.org>
6814 Date:   Fri Jan 8 02:48:03 2010 -0500
6815
6816     getline: split out for darwin systems
6817
6818     At least on OS X 10.5 and older, getline does not exist.  So split out the
6819     function from the mingw code so that we can pull it in for Darwin systems.
6820
6821     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6822
6823 commit e852d36a1e12864ab0656729c45c846e65efa4ee
6824 Author: Mike Frysinger <vapier@gentoo.org>
6825 Date:   Thu Jan 21 19:59:04 2010 -0500
6826
6827     tools: give explicit libfdt paths
6828
6829     The current libfdt object rules hard depend implicitly on the .depend file
6830     being correct.  If it isn't, then it is unable to properly compile the
6831     objects.  Give it a full path like all the other implicit rules here so it
6832     will always work in face of .depend issues.
6833
6834     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6835
6836 commit 44431cabbb66e81a2d77642b6f7d39c6230ea4ba
6837 Author: Mike Frysinger <vapier@gentoo.org>
6838 Date:   Thu Jan 21 19:30:36 2010 -0500
6839
6840     gzip/zlib: make features optional
6841
6842     If you really want to slim down U-Boot and you would rather use a higher
6843     compression scheme (like LZMA), it'd be nice to disable gzip/zlib since
6844     these code bases take up a significant amount of space.
6845
6846     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6847
6848 commit 8edcde5e4e2e7f6bc7e277011fed71e64fd9d294
6849 Author: Stefano Babic <sbabic@denx.de>
6850 Date:   Wed Jan 20 18:19:10 2010 +0100
6851
6852     mkimage: Add Freescale imx Boot Image support (imximage)
6853
6854     This patch adds support for "imximage" (MX Boot Image)
6855     to the mkimage utility. The imximage is used on the Freescales's
6856     MX.25, MX.35 and MX.51 processors.
6857
6858     Further details under doc/README.imximage.
6859
6860     This patch was tested on a Freescale mx51evk board.
6861
6862     Signed-off-by: Stefano Babic <sbabic@denx.de>
6863
6864 commit a21fb981d533ac6d323a01c7fa2cda20f2d36de5
6865 Author: Detlev Zundel <dzu@denx.de>
6866 Date:   Wed Jan 20 14:28:48 2010 +0100
6867
6868     mpc5xxx: Support CPU internal watchdog.
6869
6870     Signed-off-by: Detlev Zundel <dzu@denx.de>
6871
6872 commit 82826d5422331e9c99e5408dcf0348c8e0c257a6
6873 Author: Detlev Zundel <dzu@denx.de>
6874 Date:   Fri Jan 22 14:47:59 2010 +0100
6875
6876     mpc512x: Add display of reset status register
6877
6878     Content of the RSR is put into gd early so we can output it together
6879     with the CPU info.  The clearing of gd in board_init_f is redundant for
6880     this architecture as it is done in cpu_init_f so we remove it.
6881
6882     Signed-off-by: Detlev Zundel <dzu@denx.de>
6883
6884 commit a3f3897bfda9b4729785bdd328b3b7f30417a67f
6885 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6886 Date:   Wed Jan 20 08:00:11 2010 +0100
6887
6888     at91: Enable slow master clock on meesc board
6889
6890     Normally the processor clock has a divisor of 2.
6891     In some cases this this needs to be set to 4.
6892     Check the user has set environment mdiv to 4 to change the divisor.
6893
6894     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6895
6896 commit 7da692360414d07027c6cf564a15d79cd9dcf488
6897 Author: Vipin KUMAR <vipin.kumar@st.com>
6898 Date:   Fri Jan 15 19:15:53 2010 +0530
6899
6900     SPEAr : Support added for SPEAr320 board
6901
6902     SPEAr320 SoC support contains basic spear320 support along with the
6903     usage of following drivers
6904     - serial driver(UART)
6905     - i2c driver
6906     - smi driver
6907     - nand driver(FSMC)
6908     - usbd driver
6909     - emi driver(cfi support)
6910
6911     Signed-off-by: Vipin <vipin.kumar@st.com>
6912
6913 commit 080cfee71459588fd6312e475bb5115bdbda1cb3
6914 Author: Vipin KUMAR <vipin.kumar@st.com>
6915 Date:   Fri Jan 15 19:15:52 2010 +0530
6916
6917     SPEAr : Support added for SPEAr310 board
6918
6919     SPEAr310 SoC support contains basic spear310 support along with the
6920     usage of following drivers
6921     - serial driver(UART)
6922     - i2c driver
6923     - smi driver
6924     - nand driver(FSMC)
6925     - usbd driver
6926     - emi driver(cfi support)
6927
6928     Signed-off-by: Vipin <vipin.kumar@st.com>
6929
6930 commit 4bfacad4e796f2e121ee7432705ecc9c61e7b6ca
6931 Author: Vipin KUMAR <vipin.kumar@st.com>
6932 Date:   Fri Jan 15 19:15:51 2010 +0530
6933
6934     SPEAr : emi controller initialization for CFI driver support
6935
6936     SPEAr310 and SPEAr320 SoCs contain an EMI controller to interface
6937     Paraller NOR flashes. This patch adds the support for this IP
6938
6939     The standard CFI driver is used to interface with NOR flashes
6940
6941     Signed-off-by: Vipin <vipin.kumar@st.com>
6942
6943 commit 7e074158ce239380259c5fc97e87be2896169973
6944 Author: Vipin KUMAR <vipin.kumar@st.com>
6945 Date:   Fri Jan 15 19:15:50 2010 +0530
6946
6947     SPEAr : Support added for SPEAr300 board
6948
6949     SPEAr300 SoC support contains basic spear300 support along with the
6950     usage of following drivers
6951     - serial driver(UART)
6952     - i2c driver
6953     - smi driver
6954     - nand driver(FSMC)
6955     - usbd driver
6956
6957     Signed-off-by: Vipin <vipin.kumar@st.com>
6958
6959 commit f92994f0f7403b84366ce04e554e461f624e6868
6960 Author: Vipin KUMAR <vipin.kumar@st.com>
6961 Date:   Fri Jan 15 19:15:49 2010 +0530
6962
6963     SPEAr : Support for HW mac id read/write from i2c mem
6964
6965     This patch adds the  support to read and write mac id from i2c
6966     memory.
6967     For reading:
6968         if (env contains ethaddr)
6969                 pick env ethaddr
6970         else
6971                 pick ethaddr from i2c memory
6972     For writing:
6973         chip_config ethaddr XX:XX:XX:XX:XX:XX writes the mac id
6974         in i2c memory
6975
6976     Signed-off-by: Vipin <vipin.kumar@st.com>
6977
6978 commit 566c9c16fe4e501c3193ae6605bc9c663c6ea706
6979 Author: Vipin KUMAR <vipin.kumar@st.com>
6980 Date:   Fri Jan 15 19:15:48 2010 +0530
6981
6982     SPEAr : Support added for SPEAr600 board
6983
6984     SPEAr600 SoC support contains basic spear600 support along with the
6985     usage of following drivers
6986     - serial driver(UART)
6987     - i2c driver
6988     - smi driver
6989     - nand driver(FSMC)
6990     - usbd driver
6991
6992     Signed-off-by: Vipin <vipin.kumar@st.com>
6993
6994 commit 62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6
6995 Author: Vipin KUMAR <vipin.kumar@st.com>
6996 Date:   Fri Jan 15 19:15:47 2010 +0530
6997
6998     SPEAr : usbd driver support for SPEAr SoCs
6999
7000     SPEAr SoCs contain a synopsys usb device controller.
7001     USB Device IP can work in 2 modes
7002     - DMA mode
7003     - Slave mode
7004
7005     The driver adds support only for slave mode operation of usb
7006     device IP. This driver is used along with standard USBTTY
7007     driver to obtain a tty interface over USB on the host
7008
7009     Signed-off-by: Vipin <vipin.kumar@st.com>
7010
7011 commit 165fa406ad8c39c0c32a31476a8a9bda3db72851
7012 Author: Vipin KUMAR <vipin.kumar@st.com>
7013 Date:   Fri Jan 15 19:15:46 2010 +0530
7014
7015     SPEAr : nand driver support for SPEAr SoCs
7016
7017     SPEAr SoCs contain an FSMC controller which can be used to interface
7018     with a range of memories eg. NAND, SRAM, NOR.
7019     Currently, this driver supports interfacing FSMC with NAND memories
7020
7021     Signed-off-by: Vipin <vipin.kumar@st.com>
7022
7023 commit a6e34f76c51c8514f1b691fc60394f09ae4fb2ff
7024 Author: Vipin KUMAR <vipin.kumar@st.com>
7025 Date:   Fri Jan 15 19:15:45 2010 +0530
7026
7027     SPEAr : smi driver support for SPEAr SoCs
7028
7029     SPEAr SoCs contain a serial memory interface controller. This
7030     controller is used to interface with spi based memories.
7031     This patch adds the driver for this IP.
7032
7033     Signed-off-by: Vipin <vipin.kumar@st.com>
7034
7035 commit 2403f8f417b1b94701bb5949903d701f1f414a42
7036 Author: Vipin KUMAR <vipin.kumar@st.com>
7037 Date:   Fri Jan 15 19:15:44 2010 +0530
7038
7039     SPEAr : i2c driver support added for SPEAr SoCs
7040
7041     SPEAr SoCs contain a synopsys i2c controller.
7042     This patch adds the driver for this IP.
7043
7044     Signed-off-by: Vipin <vipin.kumar@st.com>
7045
7046 commit 81c0ebf623ddbb6a4da8e051441c83e99a01b00b
7047 Author: Vipin KUMAR <vipin.kumar@st.com>
7048 Date:   Fri Jan 15 19:15:43 2010 +0530
7049
7050     SPEAr : Adding basic SPEAr architecture support.
7051
7052     SPEAr Architecture support added. It contains the support for
7053     following SPEAr blocks
7054     - Timer
7055     - System controller
7056     - Misc registers
7057
7058     Signed-off-by: Vipin <vipin.kumar@st.com>
7059
7060 commit 6fffcdf8c869a3d8436be8eff6428d8121aa76e6
7061 Author: Vipin KUMAR <vipin.kumar@st.com>
7062 Date:   Fri Jan 15 19:15:42 2010 +0530
7063
7064     SPEAr : Adding README.spear in doc
7065
7066     README.spear contains information about SPEAr architecture and
7067     build options etc
7068
7069     Signed-off-by: Vipin <vipin.kumar@st.com>
7070
7071 commit e4c43c20b87d5c9a7ac3b5250ca009311c62945c
7072 Author: Tom Rix <Tom.Rix@windriver.com>
7073 Date:   Wed Jan 20 18:00:28 2010 -0600
7074
7075     ARM Update mach-types
7076
7077     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
7078     And built with
7079
7080     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
7081     commit 2045124ffd1a5e46d157349016a2c50f19c8c91d
7082
7083     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7084
7085 commit bfb6d510e9acbec97e4e1cc855ec1269538689f8
7086 Author: Prafulla Wadaskar <prafulla@marvell.com>
7087 Date:   Mon Nov 16 18:29:25 2009 +0530
7088
7089     Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)
7090
7091     As per coding guidlines, it is good to maintain proper ordering
7092     in the makefiles.
7093     This was missed during initial coding, corrected here.
7094
7095     This was discovered during orion5x code review
7096     Thanks to Albert Aribaud for this.
7097
7098     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
7099
7100 commit beca04dd2446fc9ec46ca17163dadb7f82420e7c
7101 Author: Prafulla Wadaskar <prafulla@marvell.com>
7102 Date:   Thu Dec 24 02:55:23 2009 +0530
7103
7104     Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
7105
7106     These are few files directly imported from Linux kernel source.
7107     Those are not modifyed at all ar per strategy.
7108     These files contains source with GPLv2 only
7109     whereas u-boot expects GPLv2 or latter
7110
7111     These files are updated for the same from prior permission from original writes
7112
7113     Acked-by: Nicolas Pitre <nico@marvell.com>
7114     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
7115
7116 commit d8e5f55475e621e793a15d93e2dd2549c5138735
7117 Author: Minkyu Kang <mk7.kang@samsung.com>
7118 Date:   Fri Dec 18 15:03:51 2009 +0900
7119
7120     s5pc1xx: update cache routines
7121
7122     Because of v7_flush_dcache_all is moved to omap3/cache.S
7123     and s5pc110 needs cache routines, update s5pc1xx cache routines.
7124
7125     l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S
7126     and invalidate_dcache is modified for SoC specific.
7127
7128     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
7129
7130 commit 17ef9104ae11220979e1870f22dcaf535d9baacf
7131 Author: Seunghyeon Rhee <seunghyeon@lpmtec.com>
7132 Date:   Thu Dec 3 09:41:49 2009 +0900
7133
7134     samsung: fix DMC1_MEM_CFG for s3c64xx
7135
7136     The MSB of DMC1_MEM_CFG can be set to '1' for separate CKE control
7137     for S3C6400. In the configuration of SMDK6400, however, two 16-bit
7138     mDDR (SAMSUNG K4X51163) chips are used in parallel to form 32-bit
7139     memory bus and there is no need to control CKE for each chip
7140     separately. AFAIK, CKE1 is not at all connected. Only CKE0 is
7141     used. Futhermore, it should be '0' always for S3C6410. When tested
7142     with a board which has a S3C6410 and the same memory configuration,
7143     a side effect is observed that u-boot command "reset" doesn't work
7144     leading to system hang. Leaving the bit clear is safe in most cases.
7145
7146     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
7147     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
7148
7149 commit 9998b1366e7e42089c3f579b4d1d790d3c295387
7150 Author: Stefan Roese <sr@denx.de>
7151 Date:   Thu Jan 21 11:37:31 2010 +0100
7152
7153     ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration
7154
7155     A newer CPLD version on the 405EX evaluation board requires a different
7156     EBC controller setup for the CPLD register access. This patch adds a CPLD
7157     version detection for Kilauea and code to reconfigure the EBC controller
7158     (chip select 2) for the old CPLD if no new version is found.
7159
7160     Additionally the CPLD version is printed upon bootup:
7161
7162     Board: Kilauea - AMCC PPC405EX Evaluation Board (CPLD rev. 0)
7163
7164     Signed-off-by: Stefan Roese <sr@denx.de>
7165     Acked-by: Wolfgang Denk <wd@denx.de>
7166     Cc: Zhang Bao Quan <bqzhang@udtech.com.cn>
7167
7168 commit 97c9f29008579f56c3fb86785f29f04dd4f47f94
7169 Author: Felix Radensky <felix@embedded-sol.com>
7170 Date:   Sat Jan 23 01:35:24 2010 +0200
7171
7172     ppc4xx: Fix sending type 1 PCI transactions
7173
7174     The list of 4xx SoCs that should send type 1 PCI transactions
7175     is not defined correctly. As a result PCI-PCI bridges and devices
7176     behind them are not identified. The following 4xx variants should
7177     send type 1 transactions: 440GX, 440GP, 440SP, 440SPE, 460EX and 460GT.
7178
7179     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
7180     Signed-off-by: Stefan Roese <sr@denx.de>
7181
7182 commit 57ae8a5cced612088104303777e71a3dc89c00ef
7183 Author: Detlev Zundel <dzu@denx.de>
7184 Date:   Thu Jan 21 17:55:58 2010 +0100
7185
7186     mpc512x: Use in/out accessors for all registers
7187
7188     This is not only a cosmetic change as it fixes the real bug of board
7189     reset not working with the ELDK 4.2 toolchain.
7190
7191     Signed-off-by: Detlev Zundel <dzu@denx.de>
7192
7193 commit c7c0d542a199089cf658a7c23c314a5cff248b00
7194 Author: Mike Frysinger <vapier@gentoo.org>
7195 Date:   Thu Jan 21 04:03:22 2010 -0500
7196
7197     tools: allow people to compile w/out configuring
7198
7199     It's useful to be able to build up the host tools without having to select
7200     a board first.  Pretty much all tools in there are config-independent
7201     anyways.
7202
7203     Also add a shortcut "tools-all" to quickly build all host tools that are
7204     actually config-independent to allow for simple test builds.
7205
7206     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7207
7208 commit c5a028f085020b60040a2b42966f29b25bd6ee8e
7209 Author: Mike Frysinger <vapier@gentoo.org>
7210 Date:   Thu Jan 21 04:03:21 2010 -0500
7211
7212     ubsha1: drop unnecessary includes/prototypes
7213
7214     This code doesn't use any config.h defines, and the sha1.h header already
7215     declares a sha1_csum prototype.
7216
7217     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7218
7219 commit 5daa1c18b6a6877b0619a8dbaad0afd783f79e4f
7220 Author: Mike Frysinger <vapier@gentoo.org>
7221 Date:   Thu Jan 21 04:03:20 2010 -0500
7222
7223     image.h: avoid command.h for host tools
7224
7225     The u-boot command structures don't get used with host systems, so don't
7226     bother including it when building host code.  This avoids an implicit need
7227     on config.h in the process.
7228
7229     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7230
7231 commit 34be10651704709dfb35f9c57013f02d47cced09
7232 Author: Matthias Weisser <weisserm@arcor.de>
7233 Date:   Mon Jan 18 10:58:13 2010 +0100
7234
7235     Removing Atmel from ARM926EJ-S Systems
7236
7237     Signed-off-by: Matthias Weisser <weisserm@arcor.de>
7238
7239 commit a16028da63c78001823bfb375b3f6d9d86e5a534
7240 Author: Mike Frysinger <vapier@gentoo.org>
7241 Date:   Tue Nov 3 11:35:59 2009 -0500
7242
7243     lmb: only force on arches that use it
7244
7245     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7246
7247 commit dac4d7e8849d275023ea2fcae6caf941db91c042
7248 Author: Mike Frysinger <vapier@gentoo.org>
7249 Date:   Sun Jan 17 21:08:00 2010 -0500
7250
7251     sha1: add dedicated config option
7252
7253     The sha1 code is currently compiled for everyone, but in reality, it's
7254     only used by the FIT code.  So make it optional just like MD5.
7255
7256     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7257
7258 commit 33c8c664239f6665b228145d7e5adfa238a300bc
7259 Author: Felix Radensky <felix@embedded-sol.com>
7260 Date:   Tue Jan 19 21:19:06 2010 +0200
7261
7262     ppc4xx: Allow setting a single SPD EEPROM address for DDR2 DIMMs
7263
7264     On platforms where SPD EEPROM and another EEPROM have adjacent
7265     I2C addresses SPD_EEPROM_ADDRESS should be defined as a single
7266     element array, otherwise DDR2 setup code would fail with the
7267     following error:
7268
7269     ERROR: Unknown DIMM detected in slot 1
7270
7271     However, fixing SPD_EEPROM_ADDRESS would result in another
7272     error:
7273
7274     ERROR: DIMM's DDR1 and DDR2 type can not be mixed.
7275
7276     This happens because initdram() routine does not explicitly
7277     initialize dimm_populated array. This patch fixes the problem.
7278
7279     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
7280     Signed-off-by: Stefan Roese <sr@denx.de>
7281
7282 commit d98964aaacc5c54cf7d67bb1e5128ed067086dd7
7283 Author: Felix Radensky <felix@embedded-sol.com>
7284 Date:   Tue Jan 19 17:37:13 2010 +0200
7285
7286     ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GT
7287
7288     Bootstrap options G and F are reported incorrectly (G instead
7289     of F and vice versa). This patch fixes this.
7290
7291     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
7292     Signed-off-by: Stefan Roese <sr@denx.de>
7293
7294 commit 19c292999732996e071caa0782eeef0ce0a60ac0
7295 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7296 Date:   Wed Jan 20 21:07:00 2010 +0900
7297
7298     MIPS: qemu_mips: Import asm/unaligned.h from the Linux kernel
7299
7300     with a few adjustments for U-Boot.  This fixes the following build error:
7301
7302     make -C lib_generic/
7303     zlib.c:31:27: error: asm/unaligned.h: No such file or directory
7304     zlib.c: In function 'inflate_fast':
7305     zlib.c:641: warning: implicit declaration of function 'get_unaligned'
7306     make[1]: *** [zlib.o] Error 1
7307     make[1]: Leaving directory `/home/skuribay/git/u-boot.git/lib_generic'
7308     make: *** [lib_generic/libgeneric.a] Error 2
7309
7310     Reported-by: Himanshu Chauhan <himanshu@symmetricore.com>
7311     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
7312
7313 commit 38a8b3eafb17d61690e5fc93e6dc45120f79d7d0
7314 Author: Magnus Lilja <lilja.magnus@gmail.com>
7315 Date:   Sun Jan 17 17:46:11 2010 +0100
7316
7317     MX31: Activate NAND environment on i.MX31 PDK board.
7318
7319     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7320
7321 commit c4832dffff20519e72879a8da010174ac0526141
7322 Author: Magnus Lilja <lilja.magnus@gmail.com>
7323 Date:   Sun Jan 17 17:46:10 2010 +0100
7324
7325     MXC: Add large page oob layout for i.MX31 NAND controller.
7326
7327     Import the large page oob layout from Linux mxc_nand.c driver.
7328
7329     The CONFIG_SYS_NAND_LARGEPAGE option is used to activate
7330     the large page oob layout. Run time detection is not supported
7331     as this moment.
7332
7333     This has been tested on the i.MX31 PDK board with a large
7334     page NAND device.
7335
7336     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7337
7338 commit f6a9748e3261fdccdeb78a2b58e6ad538ba54496
7339 Author: Magnus Lilja <lilja.magnus@gmail.com>
7340 Date:   Wed Nov 11 20:18:43 2009 +0100
7341
7342     mxc_nand: Update driver to work with i.MX31.
7343
7344     Tested on i.MX31 Litekit.
7345
7346     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7347
7348 commit c816dcb118e26ba17e7d73989514fec08a3823ac
7349 Author: Magnus Lilja <lilja.magnus@gmail.com>
7350 Date:   Wed Nov 11 20:18:42 2009 +0100
7351
7352     MX31: Add struct definition for clock control module in i.MX31.
7353
7354     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7355
7356 commit 50ef25ef24eccd8e69d2c1ccc97b3f7e30109f51
7357 Author: Michal Simek <monstr@monstr.eu>
7358 Date:   Tue Jan 19 12:03:25 2010 +0100
7359
7360     microblaze: zlib needs asm/unaligned.h
7361
7362     Microblaze has own hw unaligned handler if is available.
7363     Use big endian version.
7364
7365     Signed-off-by: Michal Simek <monstr@monstr.eu>
7366
7367 commit 5b8b83bce6fdd0d2ca661de90ae83a0f8b152de6
7368 Author: Michal Simek <monstr@monstr.eu>
7369 Date:   Tue Jan 19 12:03:24 2010 +0100
7370
7371     microblaze: Remove getenv_IPaddr prototype
7372
7373     Commit 6a45e384955262882375a2785426dc65aeb636c4
7374     should remove reference from Microblaze too.
7375
7376     Signed-off-by: Michal Simek <monstr@monstr.eu>
7377
7378 commit b9e6957ca15be8466190794d6d87845491b3411b
7379 Author: Alessandro Rubini <rubini@unipv.it>
7380 Date:   Mon Jan 18 22:38:38 2010 +0100
7381
7382     MAINTAINERS: fix nhk8815 board name
7383
7384     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
7385
7386 commit b40e2320c440c5082020e5036a0cb8d4ed1b3d7d
7387 Author: Ben Warren <biggerbadderben@gmail.com>
7388 Date:   Mon Jan 18 11:35:31 2010 -0800
7389
7390     Fix breakage in SMC EEPROM standalone applications
7391
7392     Commit 6a45e384955262882375a2785426dc65aeb636c4 (Make getenv_IPaddr() global)
7393     inadvertently added ' #include "net.h" ' to the standalone programs, creating
7394     duplicate definitions of 'struct eth_device'.  This patch removes the local
7395     definitions and removes other code that breaks due to the change in definition.
7396
7397     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7398     Acked-by: Mike Frysinger <vapier@gentoo.org>
7399
7400 commit 2a9987935e3cdb61e7550c87cbc9f500a54f672d
7401 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
7402 Date:   Mon Jan 18 18:13:39 2010 +0100
7403
7404     Makefile: fix parallel build
7405
7406     During parallel build, the top Makefile spawns multiple sub-makes for
7407     targets in cpu/$(CPU) and $(dir $(LDSCRIPT)). If the .depend files are
7408     not present in these directories, the sub-makes may end up generating
7409     these files simultaneously which leads to corrupted content.
7410
7411     A typical error message is:
7412
7413     .depend:39: *** multiple target patterns.  Stop.
7414
7415     This patch serializes the creation of .depend in cpu/$(CPU) and
7416     $(dir $(LDSCRIPT)) by adding these directories to the depend target
7417     in the top Makefile.
7418
7419     Other directories in $(LIBS) are not affected since they contain only
7420     one Make target and thus only one sub-make is spawned per directory.
7421
7422     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
7423     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7424
7425 commit f19fd87e9387282b5abbfdafe46ac272320643d8
7426 Author: Robin Getz <robin.getz@analog.com>
7427 Date:   Mon Dec 21 16:35:48 2009 -0500
7428
7429     Blackfin: add support for kgdb
7430
7431     Signed-off-by: Robin Getz <robin.getz@analog.com>
7432     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7433
7434 commit 3869453f659c22396fecb7c8ed7af909e89f461c
7435 Author: Robin Getz <robin.getz@analog.com>
7436 Date:   Mon Dec 21 17:55:22 2009 -0500
7437
7438     asm-generic/signal.h: import from linux
7439
7440     We need signal.h for Blackfin/KGDB, so import the asm-generic/signal.h
7441     for people to leverage.
7442
7443     Signed-off-by: Robin Getz <robin.getz@analog.com>
7444     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7445
7446 commit 88ffb2665cd066b6b20cfaade13929d4e8428dde
7447 Author: Heiko Schocher <hs@denx.de>
7448 Date:   Thu Jan 7 08:55:54 2010 +0100
7449
7450     CRAMFS: support cramfs in RAM
7451
7452     cramfsls and cramfsload are added to the command list.
7453     A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files
7454     can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable
7455     specifying the address the cramfs is located.
7456     This works for powerpc and for ARM.
7457
7458     Use CONFIG_CMD_CRAMFS.
7459
7460     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
7461     Signed-off-by: Heiko Schocher <hs@denx.de>
7462
7463 commit 4897ee33c98b4b29efd62854052eb7862380b5ae
7464 Author: Heiko Schocher <hs@denx.de>
7465 Date:   Thu Jan 7 08:55:50 2010 +0100
7466
7467     powerpc: keymile boards updates
7468
7469     - malloc size 4 MB for all keymile boards
7470     - use generic FDT code for fixing up the DTS
7471     - enable unit-led at startup for keymile boards
7472     - remove some dts updates for keymile boards
7473     - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset
7474     - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB flash
7475       changed from Intel Strata to Spansion 64MB flash and changed flash layout.
7476     +---------+----------+-----------------------+-----------------------------+
7477     | name    | size     | range                 | description                 |
7478     +---------+----------+-----------------------+-----------------------------+
7479     | u-boot  |   768 KB | 0xf0000000-0xf00bffff | for u-boot                  |
7480     | env     |   128 KB | 0xf00c0000-0xf00dffff | for environment             |
7481     | envred  |   128 KB | 0xf00e0000-0xf00fffff | for environment (redundant) |
7482     | ubi0    | 64512 KB | 0xf0100000-0xf3ffffff | ubi0 for ubi volumes        |
7483     +---------+----------+-----------------------+-----------------------------+
7484
7485     Signed-off-by: Heiko Schocher <hs@denx.de>
7486
7487 commit 1567b596d9f4a7ff49ebdca29e15a33777dfd670
7488 Author: Heiko Schocher <hs@denx.de>
7489 Date:   Thu Jan 7 08:55:44 2010 +0100
7490
7491     env, eeprom: add redundant environment support
7492
7493     Add redundant environment support for environment lying on a EEPROM.
7494
7495     Tested on uppcoming suen3 support
7496
7497     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
7498
7499 commit 548738b4d43af841ff58c787bce297ac6a8bf7d1
7500 Author: Heiko Schocher <hs@denx.de>
7501 Date:   Thu Jan 7 08:55:40 2010 +0100
7502
7503     cmd_eeprom: I2C updates
7504
7505     - CONFIG_ENV_EEPROM_IS_ON_I2C
7506       define this, if you have I2C and SPI activated, and your
7507       EEPROM, which holds the environment, is on the I2C bus.
7508
7509     - CONFIG_I2C_ENV_EEPROM_BUS
7510       if you have an Environment on an EEPROM reached over
7511       I2C muxes, you can now define, how to reach this
7512       EEPROM.
7513
7514     Signed-off-by: Heiko Schocher <hs@denx.de>
7515
7516 commit b63815e31355b44e65899b361da1d8ef6940ab90
7517 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
7518 Date:   Tue Dec 22 23:05:45 2009 +0100
7519
7520     move definition of macros likely and unlikely to compiler.h
7521
7522     the macros likely and unlikely were defined in include/linux/mtd/compat.h,
7523     but used in code not related to MTD. moved the macro definitions to compiler.h
7524
7525     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
7526
7527 commit c3d7eec6d88945dec0626cdd4f4a35cb5f83ef00
7528 Author: Detlev Zundel <dzu@denx.de>
7529 Date:   Tue Dec 22 12:43:02 2009 +0100
7530
7531     cmd_bootm.c: Change interpretation of standalone image parameters.
7532
7533     Current code uses the second argument to bootm for standalone images to
7534     override the load address specified in the image instead of passing all
7535     parameters as is to the application.  This behaviour is not documented
7536     and not in line with how the go command works for standalone applications,
7537     so we simply drop it.
7538
7539     Signed-off-by: Detlev Zundel <dzu@denx.de>
7540
7541 commit 8b828a8f44b7ee9953c7ba63e64b1e80790139b3
7542 Author: Detlev Zundel <dzu@denx.de>
7543 Date:   Tue Dec 22 12:43:01 2009 +0100
7544
7545     cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
7546
7547     In case we boot an image marked as 'standalone' and 'linux', the current
7548     code erroneously tried to load a ramdisk.
7549
7550     Signed-off-by: Detlev Zundel <dzu@denx.de>
7551
7552 commit 16035bcd8c81c3c59dddfb54f48e8059a623b13c
7553 Author: Robin Getz <robin.getz@analog.com>
7554 Date:   Mon Dec 21 18:40:44 2009 -0500
7555
7556     kgdb: update mem2hex/hex2mem funcs
7557
7558     Convert the funcs to do the conversion inline so that we can do the copy
7559     all at once with memcpy.  This let's us push out an weird arch-specific
7560     issue with accessing different regions of memory to the memcpy function
7561     like the MMRs on Blackfin systems, and it should be a bit faster.
7562
7563     Signed-off-by: Robin Getz <robin.getz@analog.com>
7564     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7565
7566 commit cbb0cab1d929839d1cf170b54b1fef05896433ea
7567 Author: Mike Frysinger <vapier@gentoo.org>
7568 Date:   Mon Dec 21 18:40:43 2009 -0500
7569
7570     kgdb: drop duplicate debugger_exception_handler
7571
7572     The debugger_exception_handler definition is the same for everyone, so use
7573     the common one now.
7574
7575     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7576
7577 commit 0c909551f88c0d92a919ff70127df7b33cdd473d
7578 Author: Robin Getz <robin.getz@analog.com>
7579 Date:   Mon Dec 21 18:40:42 2009 -0500
7580
7581     kgdb: add default generic stubs
7582
7583     The default kgdb functions can be implemented with common U-Boot functions,
7584     so rather than force everyone to copy & paste these things, create a set of
7585     weak stubs.
7586
7587     Signed-off-by: Robin Getz <robin.getz@analog.com>
7588     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7589
7590 commit fa2744de6584c92750f807a006e20a59ee046e76
7591 Author: Mike Frysinger <vapier@gentoo.org>
7592 Date:   Mon Dec 21 14:19:12 2009 -0500
7593
7594     netconsole: mark local funcs with static
7595
7596     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7597
7598 commit 7293e0577f149b75595b6f6ceb75bf50a523aff6
7599 Author: Michael Hennerich <michael.hennerich@analog.com>
7600 Date:   Sat Dec 19 08:19:09 2009 -0500
7601
7602     easylogo: add support for 16-bit RGB565
7603
7604     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
7605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7606
7607 commit 0f597bc2a80353bcd0fd4daf42e2047c959485c8
7608 Author: Detlev Zundel <dzu@denx.de>
7609 Date:   Fri Dec 18 17:35:57 2009 +0100
7610
7611     mpc5xxx/cpu_init.c: Convert to IO accessors.
7612
7613     Signed-off-by: Detlev Zundel <dzu@denx.de>
7614
7615 commit 18e89890625c86be6c971c01b824d14bbdd78e25
7616 Author: Detlev Zundel <dzu@denx.de>
7617 Date:   Fri Dec 18 17:35:56 2009 +0100
7618
7619     mpc5xxx.h: Add structure definition for XLB arbiter block.
7620
7621     Signed-off-by: Detlev Zundel <dzu@denx.de>
7622
7623 commit 10c32ff59f7abe352b548066918bc5ea39e7c47b
7624 Author: Mike Frysinger <vapier@gentoo.org>
7625 Date:   Wed Dec 2 21:15:03 2009 -0500
7626
7627     config_defaults.h: new header for common u-boot config defaults
7628
7629     There are a bunch of features in U-Boot that we want to enable by default,
7630     and it's best if we centralize them in one place rather than updating all
7631     the board files out there.
7632
7633     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7634
7635 commit 64917ca38933d10b3763f61df7a1e58e1e127b52
7636 Author: Peter Tyser <ptyser@xes-inc.com>
7637 Date:   Sun Jan 17 15:38:26 2010 -0600
7638
7639     PCIe, USB: Replace 'end point' references with 'endpoint'
7640
7641     When referring to PCIe and USB 'endpoint' is the standard naming
7642     convention.
7643
7644     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7645     Acked-by: Stefan Roese <sr@denx.de>
7646     Acked-by: Remy Bohmer <linux@bohmer.net>
7647
7648 commit 6a45e384955262882375a2785426dc65aeb636c4
7649 Author: Dirk Behme <dirk.behme@googlemail.com>
7650 Date:   Sun Jan 3 08:33:58 2010 +0100
7651
7652     Make getenv_IPaddr() global
7653
7654     There are boards out there that do not have network support in
7655     U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This
7656     makes it desirable to be able to port network configuration (like
7657     the IP address) to the Linux kernel.
7658
7659     We should not make the passing of the IP configuration to Linux
7660     dependent on U-Boot features / settings.
7661
7662     For this, make getenv_IPaddr() global. This fixes build error
7663
7664     u-boot/lib_xxx/board.c:360: undefined reference to `getenv_IPaddr'
7665
7666     on various architectures.
7667
7668     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7669     Acked-by: Ben Warren <biggerbadderben@gmail.com>
7670
7671 commit 846a6391e4bc9fdd721753a1021953ff0ca17c27
7672 Author: Mike Frysinger <vapier@gentoo.org>
7673 Date:   Fri Jan 15 04:50:40 2010 -0500
7674
7675     Blackfin: drop .eh_frame from linker script
7676
7677     Nothing in U-Boot uses runtime C++ exceptions/unwinding, so there is no
7678     need to list this section.
7679
7680     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7681
7682 commit ed912d4d659e67910edca04498803db24d826615
7683 Author: Mike Frysinger <vapier@gentoo.org>
7684 Date:   Fri Jan 15 04:47:06 2010 -0500
7685
7686     Blackfin: use sort funcs in the linker script
7687
7688     This is just Blackfin catching up with every one else.
7689
7690     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7691
7692 commit 2aeda2d054bb32027bed33d9c3a63d152164b5e0
7693 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7694 Date:   Wed Jan 13 09:04:53 2010 -0500
7695
7696     Blackfin: tcm-bf518: new board port
7697
7698     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7699     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7700
7701 commit c46a0ebf82d3fd27dd21ad7d4fe7f11c2b2b0b21
7702 Author: Mike Frysinger <vapier@gentoo.org>
7703 Date:   Fri Jan 8 07:56:17 2010 -0500
7704
7705     Blackfin: enable JFFS summary support for ADI boards
7706
7707     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7708
7709 commit 912da8d606997822d44905b83ef47799a130a1b9
7710 Author: Mike Frysinger <vapier@gentoo.org>
7711 Date:   Fri Jan 8 06:14:13 2010 -0500
7712
7713     Blackfin: bf518f-ezbrd: increase monitor length
7714
7715     The addition of KGDB overflowed the current linker section.
7716
7717     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7718
7719 commit 03642aeee0d51660c35c9dbdde78882eb3efb350
7720 Author: Robin Getz <robin.getz@analog.com>
7721 Date:   Mon Dec 21 17:02:48 2009 -0500
7722
7723     Blackfin: handle anomaly 05000257
7724
7725     Need to reload the loop counters to keep from corrupting hardware loops.
7726
7727     Signed-off-by: Robin Getz <robin.getz@analog.com>
7728     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7729
7730 commit b6db2834407d49ec48ac8e9281fdd704d5ee3eba
7731 Author: Robin Getz <robin.getz@analog.com>
7732 Date:   Mon Dec 21 16:59:21 2009 -0500
7733
7734     Blackfin: keep hwtrace on CPLB miss
7735
7736     Crashes rarely happen in the CPLB miss handler compared to the rest of
7737     U-Boot code, so disable hardware tracing when processing misses.  This
7738     way a crash due to other functions will be shown properly.
7739
7740     Signed-off-by: Robin Getz <robin.getz@analog.com>
7741     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7742
7743 commit 0097870e3d72f10ec58ae22488945fd9ee37289f
7744 Author: Robin Getz <robin.getz@analog.com>
7745 Date:   Mon Dec 21 15:31:08 2009 -0500
7746
7747     Blackfin: add a netconsole helper
7748
7749     Signed-off-by: Robin Getz <robin.getz@analog.com>
7750     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7751
7752 commit 10eafa10be2deaba4939d0c19cd21648f2d3d4aa
7753 Author: Michael Hennerich <michael.hennerich@analog.com>
7754 Date:   Thu Dec 10 09:19:21 2009 +0000
7755
7756     Blackfin: add support for BF527-EZKIT v2.1
7757
7758     The new board revision has a different LCD.
7759
7760     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
7761     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7762
7763 commit 9442c4a1337dbcf82e3bc02a12e24f491e0e6122
7764 Author: Cliff Cai <cliff.cai@analog.com>
7765 Date:   Tue Dec 8 07:25:57 2009 +0000
7766
7767     Blackfin: bf527-ezkit/bf548-ezkit: add musb board specific initialization
7768
7769     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7770     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7771
7772 commit 581d92eefc1a060ea5c6eb42028880a37095953d
7773 Author: Cliff Cai <cliff.cai@analog.com>
7774 Date:   Mon Dec 7 08:03:06 2009 +0000
7775
7776     Blackfin: bfin_spi: round up clock divider
7777
7778     If the requested clock cannot be exactly obtained, round it up so that we
7779     err on the side of slightly slower rather than slightly faster.
7780
7781     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7782     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7783
7784 commit a52ad4f99486ce3f404f83f75263e321956bb6d5
7785 Author: Mike Frysinger <vapier@gentoo.org>
7786 Date:   Mon Nov 30 13:51:24 2009 -0500
7787
7788     Blackfin: pull io funcs from linux
7789
7790     Some common code uses more of the io.h funcs than we currently provide, so
7791     pull in all of the ones from the linux kernel.
7792
7793     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7794
7795 commit 5eefe7e99537ca3641496185f23b1dc9e76b405c
7796 Author: Mike Frysinger <vapier@gentoo.org>
7797 Date:   Mon Nov 30 13:34:07 2009 -0500
7798
7799     Blackfin: section off the CF/IDE io.h hacks
7800
7801     These need to be rethought, but until that happens, isolate the hack so
7802     that we can extend the common code without breaking things.
7803
7804     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7805
7806 commit 3b062da326f9b37d34aa8f80bf9d2f9e74f55c86
7807 Author: Mike Frysinger <vapier@gentoo.org>
7808 Date:   Mon Nov 30 13:30:18 2009 -0500
7809
7810     Blackfin: drop unused funcs from io.h
7811
7812     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7813
7814 commit 5f79644d2665763d522ef2db53c026c5f4865b02
7815 Author: Mike Frysinger <vapier@gentoo.org>
7816 Date:   Mon Nov 30 13:08:39 2009 -0500
7817
7818     Blackfin: bf533-stamp: split and cleanup CF/IDE code
7819
7820     Give the CF/IDE code its own file to keep things cleanly separated.  While
7821     we're here, clean up the code to use common functions.
7822
7823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7824
7825 commit e54c8209913a3f26ae28819e3515df53ec2b4548
7826 Author: Cliff Cai <cliff.cai@analog.com>
7827 Date:   Fri Nov 20 08:24:43 2009 +0000
7828
7829     Blackfin: convert bfin_sdh to generic mmc
7830
7831     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7832     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7833
7834 commit 17ebd5bf3393144f3ead19384318a6e5b01c4f90
7835 Author: Cliff Cai <cliff.cai@analog.com>
7836 Date:   Tue Nov 17 09:36:21 2009 +0000
7837
7838     Blackfin: bfin_spi: let boards control idle value
7839
7840     Some SPI devices like to see high idle values rather than low.
7841
7842     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7843     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7844
7845 commit ea693f22d8dbd8a65867a60a7f3faac30f85d65b
7846 Author: Mike Frysinger <vapier@gentoo.org>
7847 Date:   Sat Nov 14 13:53:00 2009 -0500
7848
7849     Blackfin: asm/string.h: drop useless includes
7850
7851     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7852
7853 commit f948158f72e6b880d02e4fa549362e4dc285eb1c
7854 Author: Mike Frysinger <vapier@gentoo.org>
7855 Date:   Thu Nov 12 18:42:53 2009 -0500
7856
7857     Blackfin: use new bfin read/write mmr helper funcs
7858
7859     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7860
7861 commit 313e8aacc1c9f5ca06085fa19b1429fa18a01aaa
7862 Author: Mike Frysinger <vapier@gentoo.org>
7863 Date:   Thu Nov 12 18:42:07 2009 -0500
7864
7865     Blackfin: move watchdog config check to Makefile
7866
7867     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7868
7869 commit dc6bc645e0cc1939b31cc54346415cf8e0dffc88
7870 Author: Mike Frysinger <vapier@gentoo.org>
7871 Date:   Wed Nov 11 19:08:33 2009 -0500
7872
7873     Blackfin: fix L1 Instruction sizes on BF52x/BF54x
7874
7875     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7876
7877 commit b7659ef2e764f62fc334f0d970721496823e4888
7878 Author: Mike Frysinger <vapier@gentoo.org>
7879 Date:   Wed Nov 11 17:29:35 2009 -0500
7880
7881     Blackfin: bf527-ezkit: auto-select NAND settings
7882
7883     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7884
7885 commit 7527feef06b13e9fd5b6d10a4bfc81b59ee56f27
7886 Author: Mike Frysinger <vapier@gentoo.org>
7887 Date:   Mon Nov 9 19:38:23 2009 -0500
7888
7889     Blackfin: support boards with no external memory
7890
7891     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7892
7893 commit dbda2c65e5fec92d0791367b53042983746ce95b
7894 Author: Mike Frysinger <vapier@gentoo.org>
7895 Date:   Mon Nov 9 19:44:04 2009 -0500
7896
7897     Blackfin: re-architect initcode
7898
7899     The single initcode function was growing unwieldy, so split it up the
7900     distinct steps into their own function.  This should making digesting the
7901     result much easier on people.
7902
7903     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7904
7905 commit f5402d4c27e471c333cb84a82a437e60c6182449
7906 Author: Mike Frysinger <vapier@gentoo.org>
7907 Date:   Mon Nov 9 18:08:09 2009 -0500
7908
7909     Blackfin: global_data.h: make pull in needed headers
7910
7911     We need the definition of bd_t in this header, so pull in asm/u-boot.h.
7912
7913     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7914
7915 commit fa45bd498a1970574f4b7539b67cc2286f1324fa
7916 Author: Mike Frysinger <vapier@gentoo.org>
7917 Date:   Tue Nov 3 06:28:22 2009 -0500
7918
7919     Blackfin: kill off useless initdram() usage
7920
7921     While the initdram() function makes sense on some arches, it doesn't for
7922     Blackfin systems as it's always implemented the same way.
7923
7924     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7925
7926 commit b1e2c5519a06f9a5841a7a434bf4da4d393f8df5
7927 Author: Mike Frysinger <vapier@gentoo.org>
7928 Date:   Tue Nov 3 06:11:31 2009 -0500
7929
7930     Blackfin: move section length calculation to linker script
7931
7932     The length of the sections is fixed at link time, so let the linker do the
7933     calculation rather than doing it ourselves at runtime.
7934
7935     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7936
7937 commit 446707c90f52e5fcafecd468920cfad685ee9fc7
7938 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
7939 Date:   Mon Oct 26 18:43:04 2009 -0400
7940
7941     Blackfin: bf561-acvilon: new board port
7942
7943     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
7944     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7945
7946 commit 16ada4f66ffea53662b7a61a5222cbc825d67175
7947 Author: Mike Frysinger <vapier@gentoo.org>
7948 Date:   Thu Oct 15 14:59:46 2009 -0400
7949
7950     Blackfin: ADI settings: enable silent console support
7951
7952     Very little additional code overhead, and only works when the user sets an
7953     env var ahead of time, so default to on makes sense.
7954
7955     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7956
7957 commit ac41c7a0e76fe6384949571373dc84a6098965ac
7958 Author: Mike Frysinger <vapier@gentoo.org>
7959 Date:   Thu Oct 15 14:55:21 2009 -0400
7960
7961     Blackfin: bf537-stamp: rename SPI/MMC define
7962
7963     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7964
7965 commit fd04a05b89d848c7841d8512751b8cce8b791e69
7966 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7967 Date:   Wed Oct 14 08:37:32 2009 -0400
7968
7969     Blackfin: update tiny board settings (voltage/default env)
7970
7971     The tinyboards like to run at a little lower voltage than the default, and
7972     they prefer to boot over the network.  For the latter, extend the common
7973     code a little to make this easier.
7974
7975     Also fix the cm-bf527 env sector size while we're in here to reflect the
7976     flash that is actually in use.
7977
7978     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7979     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7980
7981 commit 76d82187c6cccbcd8d514015c3b283f05ee8ac5c
7982 Author: Mike Frysinger <vapier@gentoo.org>
7983 Date:   Tue Jul 21 22:17:36 2009 -0400
7984
7985     Blackfin: tweak embedded LDR env config option
7986
7987     Use the common config option for extracting the environment for embedding
7988     into LDR files and clarify the LDR-specific option.
7989
7990     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7991
7992 commit 2740544881f652566756815dda4da0bcd946e9de
7993 Author: Wolfgang Denk <wd@denx.de>
7994 Date:   Fri Jan 15 11:20:10 2010 +0100
7995
7996     malloc: return NULL if not initialized yet
7997
7998     When malloc() was called before it was properly initialized
7999     (as would happen if when used before relocation to RAM) it returned
8000     random, non-NULL values, which called all kinds of difficult to debug
8001     subsequent errors.
8002
8003     Make sure to return NULL when initialization was not done yet.
8004
8005     Signed-off-by: Wolfgang Denk <wd@denx.de>
8006
8007 commit f098337152ca48e135448f5e7836cce938e12bc0
8008 Author: Wolfgang Denk <wd@denx.de>
8009 Date:   Fri Jan 15 11:10:33 2010 +0100
8010
8011     JFFS2: drop support for LZARI compression mode
8012
8013     Support for LZARI compression mode was added based on a MTD CVS
8014     snapshot of March 13, 2005. However, fs/jffs2/compr_lzari.c contains
8015     contradictory licensing terms: the original copyright clause says "All
8016     rights reserved. Permission granted for non-commercial use.", but
8017     later reference to the file 'LICENCE' in the jffs2 directory was added
8018     which says GPL v2 or later.
8019
8020     As no boards ever used LZARI compression, and this file is also not
8021     present in recent MTD code, we resolve this conflict by removing the
8022     conflicting file and references to it.
8023
8024     Also copy the referenced but missing file 'LICENCE' from the current
8025     MTD source tree.
8026
8027     Signed-off-by: Wolfgang Denk <wd@denx.de>
8028
8029 commit 321790f61bb92fead0fc01b8d055aa331d8dcf85
8030 Author: Bryan Wu <bryan.wu@analog.com>
8031 Date:   Sat Jan 9 16:53:54 2010 -0500
8032
8033     usb: musb: add virtual root hub control support
8034
8035     For MUSB devices that do not support multipoint (hubs), we have to emulate
8036     a root hub so that we can support core operations like resetting ports.
8037
8038     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8039     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8041
8042 commit 559e2c87e45ae7261837d4945411c04833937d2a
8043 Author: Chris Zhang <chris@seamicro.com>
8044 Date:   Wed Jan 6 13:34:06 2010 -0800
8045
8046     Adds EHCI definitions to sequoia board configuration file.
8047
8048     Adds required definitions for EHCI support in sequoia configuration file.
8049     But still keeps the OHCI as default driver.
8050
8051     Signed-off-by: Chris Zhang <chris@seamicro.com>
8052
8053 commit 5f82887feecd7895593401f1ccda866bfb299fbb
8054 Author: Chris Zhang <chris@seamicro.com>
8055 Date:   Wed Jan 6 13:34:05 2010 -0800
8056
8057     Add ppc440epx USB ehci support.
8058
8059     Currently ppc440epx uses OHCI for USB full-speed support. This change adds
8060     support for EHCI.
8061
8062     Signed-off-by: Chris Zhang <chris@seamicro.com>
8063
8064 commit b416191a14770c6bcc6fd67be7decf8159b2baee
8065 Author: Chris Zhang <chris@seamicro.com>
8066 Date:   Wed Jan 6 13:34:04 2010 -0800
8067
8068     Fix EHCI port reset.
8069
8070     In USB ehci driver, the port reset is not terminated. EHCI spec says "A host
8071      controller must terminate the reset and stabilize the state of the port within
8072      2 milliseconds". Without termination, a port stays at reset state. This is
8073      observed on ppc4xx(sequoia) boards.
8074
8075     Signed-off-by: Chris Zhang <chris@seamicro.com>
8076
8077 commit b301be0599d14be46fc088861bb798648844aea5
8078 Author: Sanjeev Premi <premi@ti.com>
8079 Date:   Thu Dec 24 14:20:41 2009 +0530
8080
8081     omap3: fix compile warning
8082
8083     This patch fixes this warning during compile:
8084
8085     omap3.c: In function 'musb_platform_init':
8086     omap3.c:126: warning: label 'end' defined but not used
8087
8088     Problem reported by: Dirk Behme[dirk.behme@googlemail.com]
8089
8090     Signed-off-by: Sanjeev Premi <premi@ti.com>
8091
8092 commit e608f221c13943d88e86f44753e23668342c3df3
8093 Author: Bryan Wu <bryan.wu@analog.com>
8094 Date:   Wed Dec 16 22:04:02 2009 -0500
8095
8096     usb: musb: add support for Blackfin MUSB
8097
8098     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8099     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8101     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8102
8103 commit bc72a919e037782f64e3ac45c91bc60408e57e85
8104 Author: Bryan Wu <bryan.wu@analog.com>
8105 Date:   Wed Dec 16 22:04:01 2009 -0500
8106
8107     usb: musb: change rxcsr register from write to read/modify/write
8108
8109     The RX Control/Status register has bits that we want to preserve, so don't
8110     just write out a single bit.  Preserve the others bits in the process.
8111
8112     The original code posted to the u-boot list had this behavior, but looks
8113     like it was lost somewhere along the way to merging.
8114
8115     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8116     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8117     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8118     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8119
8120 commit 8868fd443b7a52bf433903cc9527403ad055acb9
8121 Author: Bryan Wu <bryan.wu@analog.com>
8122 Date:   Wed Dec 16 22:04:00 2009 -0500
8123
8124     usb: musb: make multipoint optional
8125
8126     The multipoint handling under MUSB is optional, and some parts (like the
8127     Blackfin processor) do not implement support for it.
8128
8129     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8130     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8131     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8132     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8133
8134 commit df402ba38103df51f6929848b6a797eff4db61f8
8135 Author: Bryan Wu <bryan.wu@analog.com>
8136 Date:   Wed Dec 16 22:03:59 2009 -0500
8137
8138     usb: musb: make fifo support configurable
8139
8140     The dynamic FIFO handling under MUSB is optional, and some parts (like
8141     the Blackfin processor) do not implement support for it.
8142
8143     Due to this, the FIFO reading/writing steps need special handling, so
8144     mark the common versions weak so drivers can override.
8145
8146     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8147     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
8148     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8149     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8150
8151 commit dc2cd05c91a134d53fada41e8f97a434be22de02
8152 Author: Mike Frysinger <vapier@gentoo.org>
8153 Date:   Wed Dec 16 22:03:58 2009 -0500
8154
8155     usb: musb: make sure the register layout is packed
8156
8157     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8158     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8159
8160 commit 7b4292883b6fdc42984671fbe4e0a352ec704bde
8161 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
8162 Date:   Tue Dec 22 10:56:14 2009 +0530
8163
8164     DA830: Add usb config
8165
8166     Adding USB configuration. Default is set for USB MSC host.
8167
8168     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8169     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8170
8171 commit 7359273d946a7dcde04c5e8d5bad669146efc87c
8172 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
8173 Date:   Tue Dec 22 10:56:13 2009 +0530
8174
8175     DA8xx: Add MUSB host support
8176
8177     Tested USB host functionality on DA830 EVM.
8178
8179     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8180     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8181
8182 commit 0b232310b2087d4278fb224fa01e228136fb8bdf
8183 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
8184 Date:   Tue Dec 22 10:56:12 2009 +0530
8185
8186     DA8xx: Add GPIO register definitions
8187
8188     Added DA8xx GPIO base addresses in gpio_defs.h and pointers
8189     to different BANKs which can be used to program GPIOs.
8190
8191     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8192     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8193
8194 commit 82a821f89bee913d7ba17cb500c778cf08dce321
8195 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
8196 Date:   Tue Dec 22 10:56:11 2009 +0530
8197
8198     DA830: Add pinmux for USB0_DRVVBUS
8199
8200     USB0_DRVVBUS pinmux configuration is required for USB functinality
8201     in uboot.
8202
8203     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8204     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8205
8206 commit a3f5da1bee9a8c343a411080d7d468bdc78794a4
8207 Author: Heiko Schocher <hs@denx.de>
8208 Date:   Thu Jan 7 08:56:00 2010 +0100
8209
8210     mpc83xx: add support configure bus parking
8211
8212     Add support to configure bus parking mode and master in bus arbitration
8213     configuration (ACR). Add this for the kmeter1 port:
8214
8215     Configure bus arbiter with recommended values from Freescale
8216     to improve bus latency/throughput for application with
8217     intensive QuiccEngine activity.
8218
8219     Signed-off-by: Heiko Schocher <hs@denx.de>
8220     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8221
8222 commit a0daa2e06f05d97c03c59b656d50371319bf29ec
8223 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
8224 Date:   Tue Dec 8 09:21:41 2009 +0100
8225
8226     mpc83xx: vme8349: Fix power up reset sequence for tsi148
8227
8228     Remove PCI reset, if there is a monarch PMC module.
8229
8230     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
8231     Signed-off-by: Stefan Roese <sr@denx.de>
8232
8233     convert clrbits_be32 + setbits_be32 to clrsetbits_be32, use out_be32 to set gcr.
8234
8235     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8236
8237 commit 1dee9be683c9b0f060452aaf1a97a34fae87f07a
8238 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
8239 Date:   Tue Dec 8 09:13:08 2009 +0100
8240
8241     mpc83xx: Add support for MPC8349 esd caddy2
8242
8243     The caddy2 is a variant of the already supported vme8349. So we just
8244     add the differences to this board port. To better support those two
8245     boards we switched from fixed SDRAM configuration to usage of
8246     spd_sdram(). This is done by providing a board specific SPD EEPROM
8247     routine with different values for both boards.
8248
8249     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
8250     Signed-off-by: Stefan Roese <sr@denx.de>
8251
8252     changed to use mkconfig -t option instead, plus misc codingstyle fixes.
8253
8254     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8255
8256 commit 7693640acd5222f5a64e59ccf5e3bc511e8054b9
8257 Author: Stefan Roese <sr@denx.de>
8258 Date:   Tue Dec 8 09:10:04 2009 +0100
8259
8260     mpc83xx: spd_sdram.c: Disable memory controller before initializing
8261
8262     The memory controller could already be enabled, when spd_sdram() is
8263     called. This could be the case for example, when the SDRAM is initialized
8264     by the JTAG debugger.
8265
8266     The "sync" after the register access via the accessor function is
8267     still needed, because the macro uses the sync before the real write
8268     is done. So until not all accesses are converted to using accessor
8269     functions, this sync still needs to be made "manually" here.
8270
8271     Signed-off-by: Stefan Roese <sr@denx.de>
8272     Cc: Reinhard Arlt <reinhard.arlt@esd.eu>
8273     Acked-by: Dave Liu <daveliu@freescale.com>
8274     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8275
8276 commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2
8277 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8278 Date:   Tue Nov 24 20:12:12 2009 +0300
8279
8280     mpc83xx: Add NAND boot support for MPC8315E-RDB boards
8281
8282     The core support for NAND booting is there already, so this patch
8283     is pretty straightforward.
8284
8285     There is one trick though: top level Makefile expects nand_spl to
8286     be in nand_spl/board/$(BOARDDIR), but we can fully reuse the code
8287     from mpc8313erdb boards, and so to not duplicate the code we just
8288     symlink nand_spl/board/freescale/mpc8315erdb to mpc8313erdb.
8289
8290     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8291
8292     o silence make during ln echo
8293     o update documentation
8294     o and avoid:
8295
8296     $ ./MAKEALL MPC8315ERDB_NAND
8297     Configuring for MPC8315ERDB board...
8298     sdram.o: In function `fixed_sdram':
8299     /home/r1aaha/git/u-boot/nand_spl/board/freescale/mpc8313erdb/sdram.c:72: undefined reference to `udelay'
8300
8301     by renaming udelay -> __udelay in the spirit of commit
8302     3eb90bad651fab39cffba750ec4421a9c01d60e7 "Generic udelay() with watchdog
8303     support".
8304
8305     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8306
8307 commit b821cead7d2147724d5f1d8ccbca40710faad38a
8308 Author: Sanjeev Premi <premi@ti.com>
8309 Date:   Fri Dec 18 14:55:24 2009 +0530
8310
8311     onenand: Fix compile errors due to FlexOneNAND
8312
8313     This patch fixes the compile error while trying to
8314     compile for omap3evm.
8315
8316     env_onenand.c: In function 'env_relocate_spec':
8317     env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared
8318      (first use in this function)
8319     env_onenand.c:70: error: (Each undeclared identifier is re
8320     ported only once
8321     env_onenand.c:70: error: for each function it appears in.)
8322     env_onenand.c: In function 'saveenv':
8323     env_onenand.c:106: error: 'CONFIG_ENV_ADDR_FLEX' undeclare
8324     d (first use in this function)
8325     env_onenand.c:107: error: 'CONFIG_ENV_SIZE_FLEX' undeclare
8326     d (first use in this function)
8327
8328     Signed-off-by: Sanjeev Premi <premi@ti.com>
8329     Acked-by: Tom Rix <Tom.Rix@windriver.com>
8330
8331 commit 20da6f4d93db270c57eb67968e441a20faf61938
8332 Author: Nick Thompson <nick.thompson@ge.com>
8333 Date:   Wed Dec 16 11:15:58 2009 +0000
8334
8335     Davinci: davinci_nand.c performance enhancments
8336
8337     Introduces various optimisations that approximately triple the
8338     read data rate from NAND when run on da830evm.
8339
8340     Most of these optimisations depend on the endianess of the machine
8341     and most of them are very similar to optimisations already present
8342     in the Linux Kernel.
8343
8344     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
8345
8346 commit 06f95959bc5421e516a9a25012e303dea8833385
8347 Author: Tom Rix <Tom.Rix@windriver.com>
8348 Date:   Wed Jan 6 09:36:24 2010 -0600
8349
8350     ARM Update mach-types
8351
8352     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
8353     And built with
8354
8355     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
8356     commit c9f937e4a3f4ebf9924ec21d80632e5eb61d949c
8357
8358     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8359
8360 commit 8b0ab304943b07d13a29db6d3d2ca3edad32cdcb
8361 Author: Becky Bruce <beckyb@kernel.crashing.org>
8362 Date:   Tue Nov 17 21:10:21 2009 -0600
8363
8364     ppc/p4080: Add Corenet Platform Cache (CPC) registers
8365
8366     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8367     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8368
8369 commit 3e731aaba30c7011edf6391072eee845ed1b816f
8370 Author: Dave Liu <daveliu@freescale.com>
8371 Date:   Wed Dec 16 10:24:39 2009 -0600
8372
8373     fsl-ddr: setup ODT_RD_CFG & ODT_WR_CFG when we interleave
8374
8375     In chip-select interleaving case, we also need set the ODT_RD_CFG
8376     and ODT_WR_CFG in cs1_config register.
8377
8378     Signed-off-by: Dave Liu <daveliu@freescale.com>
8379     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8380
8381 commit 1aa3d08a0244506b94031522e54fe06ee7a5ae0e
8382 Author: Dave Liu <daveliu@freescale.com>
8383 Date:   Wed Dec 16 10:24:38 2009 -0600
8384
8385     fsl-ddr: add override for the Rtt_Wr
8386
8387     Different boards may require different settings of Dynamic ODT (Rtt_Wr).
8388     We provide a means to allow the board specific code to provide its own
8389     value of Rtt_Wr.
8390
8391     Signed-off-by: Dave Liu <daveliu@freescale.com>
8392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8393
8394 commit bdc9f7b5eab8d5edd8a8cc5d80ef080836b00e85
8395 Author: Dave Liu <daveliu@freescale.com>
8396 Date:   Wed Dec 16 10:24:37 2009 -0600
8397
8398     fsl-ddr: add the override for write leveling
8399
8400     add the override for write leveling sampling and
8401     start time according to specific board.
8402
8403     Signed-off-by: Dave Liu <daveliu@freescale.com>
8404     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8405
8406 commit 0a71c92c7e1e565111cb34cd389a21ec500ca5c1
8407 Author: Dave Liu <daveliu@freescale.com>
8408 Date:   Wed Dec 16 10:24:36 2009 -0600
8409
8410     fsl-ddr: Fix power-down timing settings
8411
8412     1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but
8413        It should be set to tXP parameter, tXP=max(3CK, 7.5ns)
8414     2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but
8415        It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter
8416        We are setting the mode register MR0[A12]='1'
8417
8418     Signed-off-by: Dave Liu <daveliu@freescale.com>
8419     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8420
8421 commit c4ca10f1db36c3ce649c656dec14f7aab644dd86
8422 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8423 Date:   Wed Dec 16 01:14:31 2009 +0300
8424
8425     mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boards
8426
8427     Thanks to "Errata to MPC8569E PowerQUICC III Integrated Host Processor
8428     Family Reference Manual, Rev. 0" document, which describes all eSDHC
8429     pins, we can add 4-bits eSDHC support for MPC8569E-MDS boards.
8430
8431     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8432     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8433
8434 commit bc20f9a9527afe8ae406a74f74765d4323f04922
8435 Author: Kumar Gala <galak@kernel.crashing.org>
8436 Date:   Wed Dec 9 17:28:17 2009 -0600
8437
8438     ppc/p4080: Fix reporting of PME & FM clock frequencies
8439
8440     We incorrectly had the sense of PME_CLK_SEL, FM1_CLK_SEL, FM2_CLK_SEL
8441     backwards so we report the wrong frequency.
8442
8443     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8444
8445 commit de3cbd78c9a485389b233f8ca705a9e5f51afaf3
8446 Author: Li Yang <leoli@freescale.com>
8447 Date:   Wed Dec 9 14:26:08 2009 +0800
8448
8449     fsl_law: add SRIO2 target id and law_size_bits() macro
8450
8451     Signed-off-by: Li Yang <leoli@freescale.com>
8452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8453
8454 commit abc76eb6a6936a99811eda256222b3927427f8e2
8455 Author: Kumar Gala <galak@kernel.crashing.org>
8456 Date:   Tue Nov 17 20:21:20 2009 -0600
8457
8458     ppc/85xx: Map boot page guarded for MP boot
8459
8460     We already map the page cache-inhibited.  There is no reason we
8461     shouldn't also be marking it guarded to prevent speculative accesses.
8462
8463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8464
8465 commit effe4973f2f349e6e87d455ae718aabaf919a75d
8466 Author: Kumar Gala <galak@kernel.crashing.org>
8467 Date:   Tue Nov 17 22:44:52 2009 -0600
8468
8469     ppc: Added macro to test for specific SVR revision
8470
8471     Various SoC errata are specific to a given revision of silicon. This
8472     patch gives us a simple macro to use when doing such tests.
8473
8474     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8475
8476 commit f5ecc6e027150289c2a46db7cec197b2b6da893c
8477 Author: Dave Liu <daveliu@freescale.com>
8478 Date:   Tue Nov 17 20:01:24 2009 -0600
8479
8480     p4080: add readback to bootpage translation window
8481
8482     We need to add the readback to bootpage translation LAW
8483     to make it effect.
8484
8485     Signed-off-by: Dave Liu <daveliu@freescale.com>
8486     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8487     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8488
8489 commit 5fb6ea3ad3562f78df8693ed8c4ca89654236c4f
8490 Author: Kumar Gala <galak@kernel.crashing.org>
8491 Date:   Fri Nov 13 09:25:07 2009 -0600
8492
8493     ppc/85xx: Make flash TLB entry determined at runtime on FSL boards
8494
8495     Rather than hard coding which TLB entry the FLASH is mapped with we can
8496     use find_tlb_idx to determine the entry.
8497
8498     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8499
8500 commit 783852e467f32a3a5568b542379e9fec3d26a173
8501 Author: Kumar Gala <galak@kernel.crashing.org>
8502 Date:   Fri Nov 13 09:09:10 2009 -0600
8503
8504     ppc/85xx: Remove CONFIG_SYS_DDR_TLB_START
8505
8506     Now that we dynamically determine TLB CAM entries to use we dont need
8507     CONFIG_SYS_DDR_TLB_START anymore.
8508
8509     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8510
8511 commit 355f4f85e90ce2e6d91883012c2993be7970c8b1
8512 Author: Kumar Gala <galak@kernel.crashing.org>
8513 Date:   Fri Nov 13 09:04:19 2009 -0600
8514
8515     ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation
8516
8517     Now that we track which TLB CAM entries are used we can allocate
8518     entries on the fly.  Change the SPD DDR TLB setup code to assume
8519     we use at most 8 TLBs (or the number free, which ever is fewer).
8520
8521     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8522
8523 commit 94e9411b9dda182dd63d53ba6ea640c98b35db5f
8524 Author: Kumar Gala <galak@kernel.crashing.org>
8525 Date:   Thu Nov 12 10:26:16 2009 -0600
8526
8527     ppc/85xx: Add tracking of TLB CAM usage
8528
8529     We need to track which TLB CAM entries are used to allow us to
8530     "dynamically" allocate entries later in the code.  For example the SPD
8531     DDR code today hard codes which TLB entries it uses.  We can now make
8532     that pick entries that are free.
8533
8534     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8535
8536 commit ee53650dad2fede057e93fdf6f8cd72b29ef7cd0
8537 Author: Kumar Gala <galak@kernel.crashing.org>
8538 Date:   Wed Nov 4 13:00:55 2009 -0600
8539
8540     ppc/8xxx: Remove is_fsl_pci_agent
8541
8542     All users of is_fsl_pci_agent have been converted to fsl_is_pci_agent
8543     that uses the standard PCI programming model to determine host vs
8544     agent/end-point.
8545
8546     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8547
8548 commit 7cb8f79b44c70a3c66891f407254d9c739e2e7da
8549 Author: Kumar Gala <galak@kernel.crashing.org>
8550 Date:   Wed Nov 4 11:39:55 2009 -0600
8551
8552     ppc/85xx: Move to using fsl_setup_hose on TQM 85xx
8553
8554     We can use fsl_setup_hose to determine if we are a agent/end-point or
8555     a host.  Rather than using some SoC specific register we can just look
8556     at the PCI cfg space of the host controller to determine this.
8557
8558     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8559
8560 commit 9263e829f025661cbd3a80675285b42c14350ea4
8561 Author: Kumar Gala <galak@kernel.crashing.org>
8562 Date:   Wed Nov 4 13:01:51 2009 -0600
8563
8564     ppc/85xx: Move to using fsl_setup_hose on P2020 DS
8565
8566     We can use fsl_setup_hose to determine if we are a agent/end-point or
8567     a host.  Rather than using some SoC specific register we can just look
8568     at the PCI cfg space of the host controller to determine this.
8569
8570     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8571
8572 commit 1e21ba8f6d0708fe7f44066059927cfa6bfedf7a
8573 Author: Kumar Gala <galak@kernel.crashing.org>
8574 Date:   Wed Nov 4 13:01:38 2009 -0600
8575
8576     ppc/85xx: Move to using fsl_setup_hose on P1/P2 RDB
8577
8578     We can use fsl_setup_hose to determine if we are a agent/end-point or
8579     a host.  Rather than using some SoC specific register we can just look
8580     at the PCI cfg space of the host controller to determine this.
8581
8582     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8583
8584 commit 42c01b9d1f0132a6d82e2c8333b236b1e3b0831f
8585 Author: Kumar Gala <galak@kernel.crashing.org>
8586 Date:   Wed Nov 4 13:01:17 2009 -0600
8587
8588     ppc/85xx: Move to using fsl_setup_hose on MPC8572 DS
8589
8590     We can use fsl_setup_hose to determine if we are a agent/end-point or
8591     a host.  Rather than using some SoC specific register we can just look
8592     at the PCI cfg space of the host controller to determine this.
8593
8594     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8595
8596 commit 5e3d7050cf127dfcd6ab260c551e9183299d0dca
8597 Author: Kumar Gala <galak@kernel.crashing.org>
8598 Date:   Wed Nov 4 12:51:10 2009 -0600
8599
8600     ppc/86xx: Clean up MPC8610 HPCD PCI setup code
8601
8602     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8603     board ports, use IO accessors and clean up printing of status info.
8604
8605     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8606
8607 commit 7b626880b4e1fd8d2297c9341b92c2253fc27fd0
8608 Author: Kumar Gala <galak@kernel.crashing.org>
8609 Date:   Wed Nov 4 11:15:29 2009 -0600
8610
8611     ppc/85xx: Clean up MPC8548 CDS PCI setup code
8612
8613     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8614     board ports, use IO accessors and clean up printing of status info.
8615
8616     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8617
8618 commit feadd5d53ba5047c3bc912ff5b7c7a690c8c53cf
8619 Author: Kumar Gala <galak@kernel.crashing.org>
8620 Date:   Wed Nov 4 11:05:02 2009 -0600
8621
8622     ppc/85xx: Clean up ATUM8548 PCI setup code
8623
8624     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8625     board ports, use IO accessors and clean up printing of status info.
8626
8627     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8628
8629 commit 4681457e2aace8dff09dc4c6c02185231b970d6b
8630 Author: Kumar Gala <galak@kernel.crashing.org>
8631 Date:   Wed Nov 4 10:31:53 2009 -0600
8632
8633     ppc/85xx: Clean up MPC8568 MDS PCI setup code
8634
8635     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8636     board ports, use IO accessors and clean up printing of status info.
8637
8638     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8639
8640 commit c847e98b143c154cc466f9d03e90a3495329172b
8641 Author: Kumar Gala <galak@kernel.crashing.org>
8642 Date:   Wed Nov 4 10:26:30 2009 -0600
8643
8644     ppc/85xx: Clean up MPC8569 MDS PCI setup code
8645
8646     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8647     board ports, use IO accessors and clean up printing of status info.
8648
8649     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8650
8651 commit 645d5a7838058ce603803935cd40a62a26aea04d
8652 Author: Kumar Gala <galak@kernel.crashing.org>
8653 Date:   Wed Nov 4 10:22:26 2009 -0600
8654
8655     ppc/85xx: Clean up MPC8544 DS PCI setup code
8656
8657     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8658     board ports, use IO accessors and clean up printing of status info.
8659
8660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8661
8662 commit 8a414c4258aeeab93fb83fad0544894597c8bd35
8663 Author: Mingkai Hu <Mingkai.hu@freescale.com>
8664 Date:   Wed Oct 28 10:49:31 2009 +0800
8665
8666     ppc/85xx: Clean up MPC8536 DS PCI setup code
8667
8668     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8669     board ports, use IO accessors and clean up printing of status info.
8670
8671     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
8672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8673
8674 commit 3ad89c4ecba51564c97075f031aef4fa5eafbb16
8675 Author: Kumar Gala <galak@kernel.crashing.org>
8676 Date:   Sat Oct 31 11:23:41 2009 -0500
8677
8678     NET: Base support for etsec2.0
8679
8680     1. Modified the tsec_mdio structure to include the new regs
8681     2. Modified the MDIO_BASE_ADDR so that it will handle both
8682     older version and new version of etsec.
8683
8684     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
8685     Acked-by: Kim Phillips <kim.phillips@freescale.com>
8686     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8687
8688 commit b9e186fc31683a4f1b6880c086950b2270e62e24
8689 Author: Sandeep Gopalpet <sandeep.kumar@freescale.com>
8690 Date:   Sat Oct 31 00:35:04 2009 +0530
8691
8692     NET: Move MDIO regs out of TSEC Space
8693
8694     Moved the mdio regs out of the tsec structure,and
8695     provided different offsets for tsec base and mdio
8696     base so that provision for etsec2.0 can be provided.
8697
8698     This patch helps in providing the support for etsec2.0
8699     In etsec2.0, the MDIO register space and the etsec reg
8700     space are different.
8701
8702     Also, moved the TSEC_BASE_ADDR and MDIO_BASE_ADDR definitons into
8703     platform specific files.
8704
8705     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
8706     Acked-by: Kim Phillips <kim.phillips@freescale.com>
8707     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8708
8709 commit bcad21fda187f7d8d5d2c026c395cca35a9c700e
8710 Author: Kumar Gala <galak@kernel.crashing.org>
8711 Date:   Thu Mar 19 02:46:28 2009 -0500
8712
8713     85xx: Add support to set DPAA (data path) devices clock frequencies
8714
8715     Set clock-frequency for Frame Manager 0/1 and Patter Match Engine on p4080.
8716
8717     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8718
8719 commit 178e39e199e9c985e5e5e968d60d7243fceb5616
8720 Author: Kumar Gala <galak@kernel.crashing.org>
8721 Date:   Thu Sep 17 00:01:14 2009 -0500
8722
8723     ppc/8xxx: Don't use pci_cfg on FSL_CORENET platforms
8724
8725     The FSL_CORENET platforms use a completely different means to determine
8726     which PCIe port is enabled as well as if its a host or agent/end-point.
8727
8728     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8729
8730 commit 11588b5dc4c581b2a68a24e3298ab14e83c59d31
8731 Author: Kumar Gala <galak@kernel.crashing.org>
8732 Date:   Thu Oct 15 23:22:10 2009 -0500
8733
8734     ppc/p4080: Added p4080 SERDES registers & USB offset
8735
8736     Added immap definition for SERDES registers on p4080, the USB offset
8737     (since it was missing) and a GPL header.
8738
8739     Signed-off-by: Li Yang <leoli@freescale.com>
8740     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8741
8742 commit 82fd1f8da9add2d74532cf78d224485f0042d00d
8743 Author: Kumar Gala <galak@kernel.crashing.org>
8744 Date:   Thu Mar 19 02:53:01 2009 -0500
8745
8746     85xx: Add support for e500mc cache stashing
8747
8748     The e500mc core supports the ability to stash into the L1 or L2 cache,
8749     however we need to uniquely identify the caches with an id.
8750
8751     We use the following equation to set the various stash-ids:
8752
8753     32 + coreID*2 + 0(L1) or 1(L2)
8754
8755     The 0 (for L1) or 1 (for L2) matches the CT field used be various cache
8756     control instructions.
8757
8758     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8759
8760 commit 26be2c53d671ecfd3e0483f0870649ac28322293
8761 Author: Nick Thompson <nick.thompson@ge.com>
8762 Date:   Sat Dec 12 12:13:10 2009 -0500
8763
8764     Davinci: NAND enable ECC even when not in NAND boot mode
8765
8766     Davinci: NAND enable ECC even when not in NAND boot mode
8767
8768     On Davinci platforms, the default NAND device is enabled (for ECC)
8769     in low level boot code when NAND boot mode is used. If booting in
8770     another mode, NAND ECC is not enabled. The driver should make
8771     sure ECC is enabled regardless of boot mode if NAND is configured
8772     in U-Boot.
8773
8774     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
8775
8776 commit 97f4eb8cfb97c7c5b158e3c0df4611efbf50f403
8777 Author: Nick Thompson <nick.thompson@gefanuc.com>
8778 Date:   Sat Dec 12 12:12:26 2009 -0500
8779
8780     Davinci: Configurable NAND chip selects
8781
8782     Davinci: Configurable NAND chip selects
8783
8784     Add a CONFIG_SYS_NAND_CS setting to all davinci configs and
8785     use it to setup the NAND controller in the davinci_nand
8786     mtd driver.
8787
8788     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
8789
8790 commit 90110e0eab5ac6ab714109ce1fd8873c858dd552
8791 Author: Nick Thompson <nick.thompson@gefanuc.com>
8792 Date:   Sat Dec 12 12:10:51 2009 -0500
8793
8794     Davinci: Table driven pinmux configuration
8795
8796     Davinci: Table driven pinmux configuration
8797
8798     Add code to allow pinmux_config tables to be grouped and configured
8799     as a single resource. This removes multiple calls to the pinmux
8800     configuration code from board_init and allows pinmuxes to be
8801     individually configured and added by data manipulation only.
8802
8803     All related #ifdefs can the be removed from board_init code and
8804     since the compiler optimises away statics, #ifdefs can be reduced in
8805     the data definitions as well.
8806
8807     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
8808
8809 commit 1270ec13d4fbae48a537dc76d418a6efa72f5725
8810 Author: Robert P. J. Day <rpjday@crashcourse.ca>
8811 Date:   Sat Dec 12 12:10:33 2009 -0500
8812
8813     Remove superfluous uses of V_PROMPT macro.
8814
8815     A number of config files define the V_PROMPT macro for the
8816     command-line prompt, only to immediately use that macro to define
8817     CONFIG_SYS_PROMPT, making V_PROMPT entirely superfluous.
8818
8819     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
8820
8821 commit 8b432bebc205a959684559477472c048e31d137d
8822 Author: Grazvydas Ignotas <notasas@gmail.com>
8823 Date:   Fri Dec 11 15:07:30 2009 +0200
8824
8825     pandora: don't enable VAUX3, VDAC and VPLL2 regulators
8826
8827     These regulators are not needed to start the kernel and only
8828     cause "incomplete constraints" warnings from kernel, so don't
8829     turn them on to save power.
8830
8831     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
8832
8833 commit ead39d7aa3ddccb2e374217aeab23bd65cedb762
8834 Author: Grazvydas Ignotas <notasas@gmail.com>
8835 Date:   Thu Dec 10 17:10:21 2009 +0200
8836
8837     TWL4030: make LEDs selectable for twl4030_led_init()
8838
8839     Not all boards have both LEDs hooked, so enabling both on
8840     boards with single LED will just waste power. Make it
8841     possible to choose LEDs by adding argument to
8842     twl4030_led_init().
8843
8844     Using this turn on only LEDB for pandora, leave both LEDs
8845     on for all other boards, as it was before this patch.
8846
8847     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
8848
8849 commit be34fef7fdcfaffc68495e50929669ac5e4bd800
8850 Author: Stefan Roese <sr@denx.de>
8851 Date:   Wed Dec 16 09:27:31 2009 +0100
8852
8853     ppc4xx: alpr: Remove some not needed commands to make image fit again
8854
8855     The latest changes increased the size of the alpr image a bit more.
8856     Now it doesn't fit into the 256k reserved for it. This patch now removes
8857     the commands "ping" and "diag" which are not needed in the production
8858     systems.
8859
8860     Signed-off-by: Stefan Roese <sr@denx.de>
8861     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
8862
8863 commit 072e754b6b9bef438fc0870318755e33051baa7d
8864 Author: Heiko Schocher <hs@denx.de>
8865 Date:   Thu Dec 3 11:23:17 2009 +0100
8866
8867     i2c, ppc4xx: fix compiling KAREF and METROBOX boards.
8868
8869     commit eb5eb2b0f744f0cba405160c5d01335c40f09acf
8870
8871     ppc4xx: Cleanup PPC4xx I2C infrastructure
8872
8873     This patch cleans up the PPC4xx I2C intrastructure:
8874
8875     - Use C struct to describe the I2C registers instead of defines
8876     - Coding style cleanup (braces, whitespace, comments, line length)
8877     - Extract common code from i2c_read() and i2c_write()
8878     - Remove unneeded IIC defines from ppc405.h & ppc440.h
8879
8880     breaks comiling for the KAREF and METROBOX boards.
8881
8882     This patch fixes this issue.
8883
8884     Signed-off-by: Heiko Schocher <hs@denx.de>
8885     Signed-off-by: Stefan Roese <sr@denx.de>
8886
8887 commit 87d93a1ba2ae23550e1370adb7a3b00af0831165
8888 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
8889 Date:   Wed Dec 9 15:16:47 2009 +0100
8890
8891     move prototypes for gunzip() and zunzip() to common.h
8892
8893     Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
8894     repeated in every file using it. This patch moves the prototypes to
8895     common.h and removes all prototypes distributed anywhere else.
8896
8897     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
8898
8899 commit 127e10842b2474ac20e40572a4102dd4d5ed80f1
8900 Author: Mahavir Jain <mjain@marvell.com>
8901 Date:   Tue Nov 3 12:22:10 2009 +0530
8902
8903     usb: write command for RAW partition.
8904
8905     This patch implements write support to usb device with raw partition.
8906     It will be useful for filesystem write support to usb device from
8907     u-boot in future.
8908
8909     Tested with writing kernel image to raw usb disk & booting with usb
8910     read command into ram.
8911
8912     [Note:  run usb part to get info about start sector & number of
8913     sectors on a partition for usb write operation.]
8914
8915     Signed-off-by: Mahavir Jain <mjain@marvell.com>
8916
8917 commit 73c8640e93881439b87a5734485a9e56a494ef50
8918 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
8919 Date:   Wed Nov 4 15:58:23 2009 -0600
8920
8921     omap3evm: musb: add USB config
8922
8923     Added USB host and device config for host (MSC, Keyboard) and
8924     device (ACM) functionalities.
8925
8926     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8927
8928 commit ae4caf2fb53cc7be5d59a649b8aee86d542cbb6f
8929 Author: Tom Rix <Tom.Rix@windriver.com>
8930 Date:   Sat Oct 31 12:37:46 2009 -0500
8931
8932     OMAP3 USB Initialize twl4030 only if required
8933
8934     OMAP3EVM uses ISP1504 phy and so twl4030 related init is not required.
8935
8936     Submitted-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8937     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8938
8939 commit 2ec1abea4359b94523d45a20d68d8582e09ace46
8940 Author: Tom Rix <Tom.Rix@windriver.com>
8941 Date:   Sat Oct 31 12:37:45 2009 -0500
8942
8943     OMAP3 zoom2 Use usbtty if the debug board is not connected.
8944
8945     The preferred serial output comes from the debug board.
8946     When the debug board is disconnected, fall back on using
8947     usbtty from the usb connector on the Zoom2 board.
8948
8949     This shows up as /dev/ttyACM0 in a linux host.
8950
8951     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8952
8953 commit 6299487ef5dcdb06e0394f5955755c8dd9ce707b
8954 Author: Tom Rix <Tom.Rix@windriver.com>
8955 Date:   Sat Oct 31 12:37:44 2009 -0500
8956
8957     USBTTY make some function declarations easier to use.
8958
8959     Zoom2 needs to use these declarations and the include directory is a
8960     better place from them than in the middle of the driver directory.
8961     It did not make sense to create a new file for just a couple of
8962     lines so they were appended to the serial.h
8963
8964     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8965
8966 commit 25374bfbf3a6c6624d8db512c95a4960e3a84635
8967 Author: Tom Rix <Tom.Rix@windriver.com>
8968 Date:   Sat Oct 31 12:37:43 2009 -0500
8969
8970     OMAP3 beagle Add usbtty configuration
8971
8972     The primary console of beagle is the serial header.
8973
8974     A secondary console is to use the usbtty.  The user can set this
8975     manually by doing
8976
8977     setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
8978     saveenv
8979
8980     usbtty will be usable by accessing the /dev/ttyACM0 on a linux host.
8981
8982     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8983
8984 commit 05be5a60e98eb1243901f556fefd66b1691fabe4
8985 Author: Tom Rix <Tom.Rix@windriver.com>
8986 Date:   Sat Oct 31 12:37:42 2009 -0500
8987
8988     OMAP3 zoom1 Add usbtty configuration
8989
8990     The primary console of zoom1 is the serial out from the jumpers
8991     accessed by removing the back panel.
8992
8993     A secondary console is to use the usbtty.  The user can set this
8994     manually by doing
8995
8996     setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
8997     saveenv
8998
8999     usbtty will be usable by accessing the /dev/ttyACM0 on a linux host.
9000
9001     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9002
9003 commit f298e4b6dd56df3e35a13a6ddd572ca3baf06ad2
9004 Author: Tom Rix <Tom.Rix@windriver.com>
9005 Date:   Sat Oct 31 12:37:41 2009 -0500
9006
9007     OMAP3 Add usb device support
9008
9009     This change adds the usb device support for musb.
9010
9011     Omap3 platform support added at the same level as davinci.
9012
9013     The interface for usbtty to use the musb device support was added.
9014
9015     Verified on omap3 beagle, zoom1 and zoom2.
9016
9017     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9018
9019 commit bffbb2a86d2a3aa28bd8f9869aa553082fb5af5f
9020 Author: Tom Rix <Tom.Rix@windriver.com>
9021 Date:   Sat Oct 31 12:37:40 2009 -0500
9022
9023     TWL4030 Add usb PHY support
9024
9025     The twl4030 provides a PHY device for connecting a link device,
9026     like musb, to physical connection.
9027
9028     This change adds the twl4030 usb registers and functions for
9029     initializing the PHY as required by omap3.
9030
9031     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9032
9033 commit 988365a2048356f94ed0c294009233317c9fb4b2
9034 Author: Tom Rix <Tom.Rix@windriver.com>
9035 Date:   Sat Oct 31 12:37:39 2009 -0500
9036
9037     USB add macros for debugging usb device setup.
9038
9039     When developing usb device features, it is useful to print out
9040     common usb structures.
9041
9042     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9043
9044 commit 8f8bd565f35ff8a068727bfcf8975c50df082043
9045 Author: Tom Rix <Tom.Rix@windriver.com>
9046 Date:   Sat Oct 31 12:37:38 2009 -0500
9047
9048     USB Consolidate descriptor definitions
9049
9050     The header files usb.h and usbdescriptors.h have the same nameed
9051     structure definitions for
9052
9053     usb_config_descriptor
9054     usb_interface_descriptor
9055     usb_endpoint_descriptor
9056     usb_device_descriptor
9057     usb_string_descriptor
9058
9059     These are out right duplicates in usb.h
9060
9061     usb_device_descriptor
9062     usb_string_descriptor
9063
9064     This one has extra unused elements
9065
9066     usb_endpoint_descriptor
9067
9068         unsigned char   bRefresh
9069         unsigned char   bSynchAddress;
9070
9071     These in usb.h have extra elements at the end of the usb 2.0
9072     specified descriptor and are used.
9073
9074     usb_config_descriptor
9075     usb_interface_descriptor
9076
9077     The change is to consolidate the definition of the descriptors
9078     to usbdescriptors.h.  The dublicates in usb.h are removed.
9079     The extra element structure will have their name shorted by
9080     removing the '_descriptor' suffix.
9081
9082     So
9083
9084     usb_config_descriptor -> usb_config
9085     usb_interface_descriptor -> usb_interface
9086
9087     For these, the common descriptor elements are accessed now
9088     by an element 'desc'.
9089
9090     As an example
9091
9092     -   if (iface->bInterfaceClass != USB_CLASS_HUB)
9093     +   if (iface->desc.bInterfaceClass != USB_CLASS_HUB)
9094
9095     This has been compile tested on MAKEALL arm, ppc and mips.
9096
9097     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9098
9099 commit e5e4e705ce402856a4800ebf4c0cc163d41b58b0
9100 Author: Li Yang <leoli@freescale.com>
9101 Date:   Wed Dec 9 18:13:26 2009 +0800
9102
9103     Update Makefile for tag generating
9104
9105     Get tag directories from the $(__LIB) and also generate tag for .S files.
9106
9107     Signed-off-by: Li Yang <leoli@freescale.com>
9108
9109 commit d02ffbf8d72085035f746c63c2609daf20a84765
9110 Author: Kumar Gala <galak@kernel.crashing.org>
9111 Date:   Wed Dec 16 14:12:11 2009 -0600
9112
9113     drivers/bios_emulator: Fix compile error in .depend not being generated
9114
9115     make -C drivers/bios_emulator/
9116     make[2]: Entering directory
9117     `drivers/bios_emulator'
9118     In file included from atibios.c:49:
9119     biosemui.h:47:21: error: biosemu.h: No such file or directory
9120     ...
9121     x86emu/decode.c:40:28: error: x86emu/x86emui.h: No such file or directory
9122     ...
9123
9124     Due to lack of proper CPPFLAGS being passed to .depend generation rule
9125
9126     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9127
9128 commit a200a7c04d89853d2a1395b96d8ca5e3dd754551
9129 Author: Wolfgang Denk <wd@denx.de>
9130 Date:   Tue Dec 15 23:20:54 2009 +0100
9131
9132     Update CHANGELOG; prepare Prepare v2009.11
9133
9134     Signed-off-by: Wolfgang Denk <wd@denx.de>
9135
9136 commit f9476902b789b0481b9df49af88d6ca94fb16fa0
9137 Author: Peter Tyser <ptyser@xes-inc.com>
9138 Date:   Tue Dec 15 12:10:47 2009 -0600
9139
9140     mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
9141
9142     The gd->cpu pointer is set to an address located in flash when the
9143     probecpu() function is called while U-Boot is executing from flash.
9144     This pointer needs to be updated to point to an address in RAM after
9145     relocation has occurred otherwise Linux may not be able to boot due to
9146     "fdt board" crashing if flash has been erased or changed.
9147
9148     This bug was introduced in commit
9149     a0e2066f392782730f0398095e583c87812d97f2.
9150
9151     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9152     Reported-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9153     Tested-by: Kumar Gala <galak@kernel.crashing.org>
9154     Tested on MPC8527DS.
9155     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
9156
9157 commit 1ab70f6fff9fa3b7910c11b874f625e004256c50
9158 Author: Ben Warren <biggerbadderben@gmail.com>
9159 Date:   Mon Dec 14 16:30:39 2009 -0800
9160
9161     Net: Clean up LAN91C96 Support
9162
9163     A previous Commit converted the LAN91C96 Ethernet driver to using the
9164     CONFIG_NET_MULTI API, but did not include full board support.  This patch
9165     finishes the job.
9166
9167     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9168
9169 commit 3363a34b9eeda9783afcbbed5cdd738926d1f4bf
9170 Author: Peter Tyser <ptyser@xes-inc.com>
9171 Date:   Sun Dec 13 17:58:34 2009 -0600
9172
9173     MVBLUE: Remove CONFIG_CMD_IRQ
9174
9175     Neither the MVBLUE nor its underlying architecture implement the
9176     do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
9177     This change fixes the following MVBLUE compiler error:
9178
9179     -> ./MAKEALL MVBLUE
9180     Configuring for MVBLUE board...
9181     common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
9182     make: *** [u-boot] Error 1
9183
9184     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9185     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9186
9187 commit 18e8ad60ee87431c01cc2686985b60cc54f5dd3b
9188 Author: Detlev Zundel <dzu@denx.de>
9189 Date:   Mon Dec 14 17:54:40 2009 +0100
9190
9191     imx27lite: Reenable MTD support on NOR flash.
9192
9193     The support for this was silently dropped by a configuration
9194     split during the merge of the imx27lite board support in commit
9195     864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common
9196     handling of FLASH devices via MTD layer).
9197
9198     Signed-off-by: Detlev Zundel <dzu@denx.de>
9199
9200 commit 076cd24cb4278c125c8f36df386852dc0fcfefae
9201 Author: Thomas Weber <weber@corscience.de>
9202 Date:   Wed Dec 9 09:38:04 2009 +0100
9203
9204     net: dm9000x: fix debug output
9205
9206     commit 60f61e6d7655400bb785a2ef637581679941f6d1 breaks compile with gcc by introducing __func__
9207     instead of constant string "func" in the macro call but missed to change the macro.
9208
9209     Signed-off-by: Thomas Weber <weber@corscience.de>
9210     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9211
9212 commit c179a2896e6a5138e30786f1d7961d880dbd6d31
9213 Author: John Ogness <john.ogness@linutronix.de>
9214 Date:   Fri Dec 11 09:47:28 2009 +0100
9215
9216     fec_mxc: incomplete error handling
9217
9218     fec_init() will only allocate fec->base_ptr if it is non-NULL. But
9219     the cleanup routine on error will free the pointer without setting
9220     it to NULL. This means that a later call to fec_init() would result
9221     in using an invalid pointer.
9222
9223     Signed-off-by: John Ogness <john.ogness@linutronix.de>
9224     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9225
9226 commit 2ab4a4d0952b754b1c74f4d2b12b83d600d449c8
9227 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
9228 Date:   Fri Dec 4 09:52:17 2009 +0100
9229
9230     net: e1000: Add support for the Intel 82546GB controller
9231
9232     This chip is equipped for example on the esd PMC-ETH2-GB board. So let's
9233     add it to the list of supported chips to the e1000 driver.
9234
9235     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
9236     Signed-off-by: Stefan Roese <sr@denx.de>
9237     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9238
9239 commit aafda38fb266b94ca344e5ff014d430790c72279
9240 Author: Remy Bohmer <linux@bohmer.net>
9241 Date:   Wed Oct 28 22:13:40 2009 +0100
9242
9243     Add error codes/handling for TFTP-server
9244
9245     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9246     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9247
9248 commit ac6b362a2598b8cd27beb071fa6224cf8b121e1b
9249 Author: Nishanth Menon <nm@ti.com>
9250 Date:   Fri Oct 16 00:06:37 2009 -0500
9251
9252     LAN91C96: Enable NET_MULTI LAN driver
9253
9254     This modification is NOT tested on any of the
9255     platforms modified as I dont have them. please
9256     help by testing+building+fixing
9257
9258     Signed-off-by: Nishanth Menon <nm@ti.com>
9259     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9260
9261 commit a1725999b8b7527971183122cdfb54e2f87f61ae
9262 Author: Nishanth Menon <nm@ti.com>
9263 Date:   Fri Oct 16 00:06:36 2009 -0500
9264
9265     TI OMAP3: SDP3430 FIX NET_MULTI Warning
9266
9267     Enable the NET MULTI option and remove build warning
9268
9269     Tested: SDP3430
9270
9271     Signed-off-by: Nishanth Menon <nm@ti.com>
9272     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9273
9274 commit b7ad4109da342dfc787468fc713d88d0a8b9e67a
9275 Author: Nishanth Menon <nm@ti.com>
9276 Date:   Fri Oct 16 00:06:35 2009 -0500
9277
9278     NET: LAN91C96 CONFIG_NET_MULTIify
9279
9280     Make the lan91c96 driver capable of CONFIG_NET_MULTI
9281     to be clean for the new arch, add a a lil detect function
9282     Most of the formatting change was done to keep checkpatch
9283     silent, but a few functions and #if 0ed code which
9284     does not make sense for NET_MULTI have been removed
9285
9286     Now, use the lan91c96_initialize() function to init the driver
9287
9288     Signed-off-by: Nishanth Menon <nm@ti.com>
9289     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9290
9291 commit 6ac59c5518e1d2e2ef1c4b8dee99267dfbdf9cdc
9292 Author: Mike Frysinger <vapier@gentoo.org>
9293 Date:   Tue Nov 3 11:35:42 2009 -0500
9294
9295     net: pull CONFIG checks out of source and into makefile
9296
9297     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9298     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9299
9300 commit f4cfe42758192d09f8375e384cc000aa70d97029
9301 Author: Stefan Roese <sr@denx.de>
9302 Date:   Wed Dec 9 09:01:43 2009 +0100
9303
9304     nand: Fix access to last block in NAND devices
9305
9306     Currently, the last block of NAND devices can't be accessed. This patch
9307     fixes this issue by correcting the boundary checking (off-by-one error).
9308
9309     Signed-off-by: Stefan Roese <sr@denx.de>
9310     Cc: Scott Wood <scottwood@freescale.com>
9311     Cc: Wolfgang Denk <wd@denx.de>
9312
9313 commit 3b887ca8ce72cc12129183538f6e828db13f4867
9314 Author: Peter Korsgaard <jacmet@sunsite.dk>
9315 Date:   Tue Dec 8 22:20:34 2009 +0100
9316
9317     mpc83xx: boot time regression, move LCRR setup back to cpu_init_f
9318
9319     Commit c7190f02 (retain POR values of non-configured ACR, SPCR, SCCR,
9320     and LCRR bitfields) moved the LCRR assignment to after relocation
9321     to RAM because of the potential problem with changing the local bus
9322     clock while executing from flash.
9323
9324     This change unfortunately adversely affects the boot time, as running
9325     all code up to cpu_init_r can cause significant slowdown.
9326
9327     E.G. on a 8347 board a bootup time increase of ~600ms has been observed:
9328
9329        0.020 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
9330        0.168 RS:    232
9331        0.172 I2C:   ready
9332        0.176 DRAM:  64 MB
9333        1.236 FLASH: 32 MB
9334
9335     Versus:
9336
9337        0.016 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
9338        0.092 RS:    232
9339        0.092 I2C:   ready
9340        0.096 DRAM:  64 MB
9341        0.644 FLASH: 32 MB
9342
9343     So far no boards have needed the late LCRR setup, so simply revert it
9344     for now - If it is needed at a later time, those boards can either do
9345     their own final LCRR setup in board code (E.G. in board_early_init_r),
9346     or we can introduce a CONFIG_SYS_LCRR_LATE config option to only do
9347     the setup in cpu_init_r.
9348
9349     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9350     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9351
9352 commit 4b142febff71eabdb7ddbb125c7b583b24ddc434
9353 Author: Heiko Schocher <hs@denx.de>
9354 Date:   Thu Dec 3 11:21:21 2009 +0100
9355
9356     common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
9357
9358     There is more and more usage of printing 64bit values,
9359     so enable this feature generally, and delete the
9360     CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
9361     defines.
9362
9363     Signed-off-by: Heiko Schocher <hs@denx.de>
9364
9365 commit 00b6d927ba8900cdf218b90b277e1090e284bea6
9366 Author: Heiko Schocher <hs@denx.de>
9367 Date:   Thu Dec 3 11:20:06 2009 +0100
9368
9369     5xxx, fdt: move fdt_fixup_memory() to cpu.c file
9370
9371     u-boot updates, before starting Linux, the memory node in the
9372     DTS. As this is a "standard" feature, move this functionality
9373     to the cpu.c file for mpc5xxx and mpc512x processors.
9374
9375     Signed-off-by: Heiko Schocher <hs@denx.de>
9376
9377 commit 386118a896554b13f14ad0f82356276988f7de82
9378 Author: Michal Simek <monstr@monstr.eu>
9379 Date:   Tue Dec 8 09:12:49 2009 +0100
9380
9381     microblaze: Correct ffs regression for Microblaze
9382
9383     We are using generic implementation of ffs. This should
9384     be part of Simon's commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
9385
9386     Here is warning message which this patch removes.
9387
9388     In file included from /tmp/u-boot-microblaze/include/common.h:38,
9389                      from cmd_mtdparts.c:87:
9390     /tmp/u-boot-microblaze/include/linux/bitops.h:123:1: warning: "ffs" redefined
9391     In file included from /tmp/u-boot-microblaze/include/linux/bitops.h:110,
9392                      from /tmp/u-boot-microblaze/include/common.h:38,
9393                      from cmd_mtdparts.c:87:
9394     /tmp/u-boot-microblaze/include/asm/bitops.h:269:1:
9395     warning: this is the location of the previous definition
9396
9397     Signed-off-by: Michal Simek <monstr@monstr.eu>
9398
9399 commit 8fe7b29f9811322931f0192a56431edcf819d6b9
9400 Author: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
9401 Date:   Mon Dec 7 08:09:57 2009 -0800
9402
9403     microblaze: Stop stack clobbering in microblaze-generic.
9404
9405     A typo caused the stack and malloc regions to overlap, which prevented
9406     mem_malloc_init() from returning. This commit makes the memory layout match
9407     the example described in include/configs/microblaze-generic.h
9408
9409     Signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
9410     Signed-off-by: Michal Simek <monstr@monstr.eu>
9411
9412 commit 0fc52948bda0734431cb528ee4fd82f1dec8c7b5
9413 Author: Wolfgang Denk <wd@denx.de>
9414 Date:   Mon Dec 7 23:14:13 2009 +0100
9415
9416     Update CHANGELOG, prepare -rc2
9417
9418     Signed-off-by: Wolfgang Denk <wd@denx.de>
9419
9420 commit f2352877cb2daac88115192fb09991a2397d0b27
9421 Author: Peter Tyser <ptyser@xes-inc.com>
9422 Date:   Sun Dec 6 23:58:28 2009 -0600
9423
9424     MAKEALL: Fix return value
9425
9426     Previously MAKEALL would always return a value of 0, even if 1 or more
9427     boards did not compile.  This change causes MAKEALL to return 0 if all
9428     boards were able to build, otherwise 1.
9429
9430     This change also requires changing the script interpreter from sh to
9431     bash to support bash's PIPESTATUS variable.
9432
9433     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9434
9435 commit fbc1c8f6f6c972524197829c56dd8f2f5da0200a
9436 Author: Peter Tyser <ptyser@xes-inc.com>
9437 Date:   Sun Dec 6 01:33:24 2009 -0600
9438
9439     tools/mkimage: Remove duplicate line of code
9440
9441     Recent commits 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e and
9442     6a590c5f5fd12cdd27f3153522acfac3854590e7 both fixed the same bug in the
9443     same manner.  Unfortunately git was "smart" enough to merge both changes
9444     which resulted in some duplicate code.
9445
9446     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9447
9448     Reordered code and comment a bit.
9449
9450     Signed-off-by: Wolfgang Denk <wd@denx.de>
9451
9452 commit df002fa6b9cd475909ede35bf95b803c2289c6a4
9453 Author: Heiko Schocher <hs@denx.de>
9454 Date:   Sat Dec 5 11:59:51 2009 +0100
9455
9456     i2c: fix dangling comment in do_i2c_mw()
9457
9458     commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
9459     code in do_i2c_mw(), but missed to also remove the respective
9460     commment. This patch fixes this.
9461
9462     Signed-off-by: Heiko Schocher <hs@denx.de>
9463
9464 commit 7cb5fc15f22de46cc6fabc26baf994cf8f7fa546
9465 Author: Heiko Schocher <hs@denx.de>
9466 Date:   Thu Dec 3 11:20:42 2009 +0100
9467
9468     mpc52xx, manroland: add some commands
9469
9470     add the following commands for the manroland boards:
9471
9472     CONFIG_CMDLINE_EDITING
9473     CONFIG_COMMAND_HISTORY
9474     CONFIG_AUTO_COMPLETE
9475
9476     Signed-off-by: Heiko Schocher <hs@denx.de>
9477
9478 commit 39ff7d5f4cc547a2034a8bfc2a5b5f4b62fd5c20
9479 Author: Stefan Roese <sr@denx.de>
9480 Date:   Thu Dec 3 06:24:30 2009 +0100
9481
9482     POST: Remove duplicated post_hotkey_pressed() functions
9483
9484     This patch introduces a weak default function for post_hotkey_pressed(),
9485     returning 0, for boards without hotkey support. The long-running tests
9486     won't be started on those boards. This default function was implemented
9487     in many board directories. By implementing this weak default we can
9488     remove all those duplicate versions.
9489
9490     Boards with hotkey support, can override this weak default function
9491     by defining one in their board specific code.
9492
9493     Signed-off-by: Stefan Roese <sr@denx.de>
9494
9495 commit f8450829f921cf10667af98a8d08edfa3d998f04
9496 Author: Heiko Schocher <hs@denx.de>
9497 Date:   Tue Dec 1 19:30:47 2009 +0100
9498
9499     52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
9500
9501     To update the real memory size in the memory node on the
9502     uc101 and mucmc52 boards call fdt_fixup_memory() in
9503     ft_board_setup().
9504
9505     Signed-off-by: Heiko Schocher <hs@denx.de>
9506
9507 commit 0ec81db20294efdad2454a753e79f1fe244a43ca
9508 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
9509 Date:   Tue Dec 1 14:05:55 2009 +0100
9510
9511     Fix computation in nand_util.c:get_len_incl_bad
9512
9513     Depending on offset, flash size and the number of bad blocks,
9514     get_len_incl_bad may return a too small value which may lead to:
9515
9516     1) If there are no bad blocks, nand_{read,write}_skip_bad chooses the
9517     bad block aware read/write code. This may hurt performance, but does
9518     not have any adverse effects.
9519
9520     2) If there are bad blocks, the nand_{read,write}_skip_bad may choose
9521     the bad block unaware read/write code (if len_incl_bad == *length)
9522     which leads to corrupted data.
9523
9524     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
9525
9526 commit aabb8cb0818e285aeed0cfaf243635997e07554d
9527 Author: Evan Samanas <esamanas@xes-inc.com>
9528 Date:   Mon Nov 9 20:08:36 2009 -0600
9529
9530     nfs: NfsTimeout() updates
9531
9532     - NfsTimeout() does not correctly update the NFS timeout value which
9533       results in NfsTimeout() only being called once in certain situations.
9534       This can result in the 'nfs' command hanging indefinetly.  For
9535       example, the command:
9536
9537         nfs 192.168.0.1:/home/user/file
9538
9539       will not exit until ctrl-c is pressed if 192.168.0.1 does not have an
9540       NFS server running.
9541
9542       This issue is resolved by reinitializting the NFS timeout value inside
9543       NfsTimeout() when a timeout occurs.
9544
9545     - Make the 'nfs' command print the 'T' character when a timeout occurs.
9546       Previously there was no indication that timeouts were occuring.
9547
9548     - Mimic the 'tftpboot' command and when a download fails print "Retry
9549       count exceeded; starting again", and restart the download taking the
9550       'netretry' environment variable into account.
9551
9552     Signed-off-by: Evan Samanas <esamanas@xes-inc.com>
9553     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9554
9555     Tested on TQM8xxL.
9556
9557     Tested by: Wolfgang Denk <wd@denx.de>
9558
9559     Tested on MPC8527DS.
9560
9561     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
9562
9563 commit 224c90d1060bf1a83cbf33ca51d060b9d19e0294
9564 Author: Peter Tyser <ptyser@xes-inc.com>
9565 Date:   Wed Nov 18 19:08:59 2009 -0600
9566
9567     bootm: Fix help message's sub-command ordering
9568
9569     The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
9570     sub-commands in the wrong order which resulted in the error below when
9571     following the 'help' command's instructions:
9572
9573       "Trying to execute a command out of order"
9574
9575     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9576
9577 commit a93c92cddaedd5f0720e0da15c6664f7a688b582
9578 Author: Robert P. J. Day <rpjday@crashcourse.ca>
9579 Date:   Tue Nov 17 07:30:23 2009 -0500
9580
9581     help: Correct syntax of nandecc help output.
9582
9583     "nandecc" help output should not reproduce the command name, nor have
9584     a trailing newline.
9585
9586     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
9587
9588 commit c2fff331a32ceca837d76eb7827d6340da270d52
9589 Author: Mike Rapoport <mike@compulab.co.il>
9590 Date:   Wed Nov 11 10:03:03 2009 +0200
9591
9592     smc911x: update SMC911X related configuration description
9593
9594     Since commit 736fead8fdbf8a8407048bebc373cd551d01ec98 "Convert SMC911X
9595     Ethernet driver to CONFIG_NET_MULTI API" SMC911X configration options
9596     are called CONFIG_SMC911X rather than CONFIG_DRIVER_SMC911X. Update
9597     README to reflect that change.
9598
9599     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
9600
9601 commit 45b6b65c6bf06a589ef3123192af94b0381db27b
9602 Author: Mike Rapoport <mike@compulab.co.il>
9603 Date:   Wed Nov 11 10:03:09 2009 +0200
9604
9605     smc911x: fix typo in smc911x_handle_mac_address name
9606
9607     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
9608
9609 commit f64ef9bb995687e24e0b61b52316f4eaa97c3bbc
9610 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9611 Date:   Thu Nov 19 02:47:28 2009 -0600
9612
9613     fix nfs symlink name corruption
9614
9615     An off by one error may cause nfs readlink lookup fail if
9616     nfs_path_buff has non-zero data from a previous use.
9617
9618     Loading: *** ERROR: File lookup fail
9619
9620     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9621
9622 commit e8fac25e83426fdf461c66aa8a2530ec28ec536e
9623 Author: Wolfgang Denk <wd@denx.de>
9624 Date:   Mon Dec 7 21:06:40 2009 +0100
9625
9626     at91sam9261ek.c: fix minor coding style issue.
9627
9628     Signed-off-by: Wolfgang Denk <wd@denx.de>
9629
9630 commit 4713010adf5beda87410d637ebfc58db0db9a9db
9631 Author: Wolfgang Denk <wd@denx.de>
9632 Date:   Sun Dec 6 01:21:28 2009 +0100
9633
9634     trab: fix warning: implicit declaration of function 'disable_vfd'
9635
9636     Signed-off-by: Wolfgang Denk <wd@denx.de>
9637
9638 commit a9f99ab44b473fb394169ba365f8b4380f981584
9639 Author: Wolfgang Denk <wd@denx.de>
9640 Date:   Sun Dec 6 00:53:18 2009 +0100
9641
9642     zlib.c: avoid build conflicts for cradle board
9643
9644     Commit dce3d79710 updated the zlib code to v0.95; this caused
9645     conflicts when building for the "cradle" board, because the (pretty
9646     generic) preprocessor variable "OFF" was used in multiple files.
9647     Make sure to avoid further conflicts by #undef'ing it in zlib.c
9648     before redefining it.
9649
9650     Signed-off-by: Wolfgang Denk <wd@denx.de>
9651     cc: Giuseppe Condorelli <giuseppe.condorelli@st.com>
9652     cc: Angelo Castello <angelo.castello@st.com>
9653     cc: Alessandro Rubini <rubini-list@gnudd.com>
9654
9655 commit 8cbf4e4f17121d732e78764f0ba317c9a1838ea6
9656 Author: Wolfgang Denk <wd@denx.de>
9657 Date:   Sun Dec 6 00:26:19 2009 +0100
9658
9659     Fix out-of-tree building of "apollon" board.
9660
9661     Signed-off-by: Wolfgang Denk <wd@denx.de>
9662
9663 commit f68ab43de67f59925542efb6bcec30f4a84fe695
9664 Author: Mike Frysinger <vapier@gentoo.org>
9665 Date:   Fri Dec 4 05:35:15 2009 -0500
9666
9667     lzma: ignore unset filesizes
9668
9669     The Linux kernel build system changed how it compresses things with LZMA
9670     such that the header no longer contains the filesize (it is instead set to
9671     all F's).  So if we get a LZMA image that has -1 for the 64bit field,
9672     let's just assume that the decompressed size is unknown and continue on.
9673
9674     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9675
9676 commit cccfc2ab77877dbdd2abe26b28d4c1f467feb0c0
9677 Author: Detlev Zundel <dzu@denx.de>
9678 Date:   Tue Dec 1 17:16:19 2009 +0100
9679
9680     README: Rearrange paragraphs to regain linear arrangement.
9681
9682     Two later additions to the Configuration Option section unfortunately
9683     split the description of Show boot progress and the list of its call outs.
9684
9685     Signed-off-by: Detlev Zundel <dzu@denx.de>
9686
9687 commit cd514aeb996e2f7aefbe1f78481965d9d074aed4
9688 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9689 Date:   Thu Nov 19 13:22:44 2009 +0100
9690
9691     zlib: Optimize decompression
9692
9693     This patch optimizes the direct copy procedure.
9694     Uses get_unaligned() but only in one place.
9695     The copy loop just above this one can also use this
9696     optimization, but I havn't done so as I have not tested if it
9697     is a win there too.
9698     On my MPC8321 this is about 17% faster on my JFFS2 root FS
9699     than the original. No speed test has been performed in u-boot.
9700
9701     Size increase on ppc: 484 bytes
9702
9703     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9704     Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
9705
9706 commit 20dde48bcadd856c86a91d5463831a10be46db83
9707 Author: Peter Korsgaard <jacmet@sunsite.dk>
9708 Date:   Thu Nov 19 11:37:51 2009 +0100
9709
9710     add lzop decompression support
9711
9712     Add lzop decompression support to the existing lzo bitstream handling
9713     (think gzip versus zlib), and support it for uImage decompression if
9714     CONFIG_LZO is enabled.
9715
9716     Lzop doesn't compress as good as gzip (~10% worse), but decompression
9717     is very fast (~0.7s faster here on a slow ppc). The lzop decompression
9718     code is based on Albin Tonnerre's recent ARM Linux lzo support patch.
9719
9720     Cc: albin.tonnerre@free-electrons.com
9721     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9722
9723 commit c81296c16fd9d12422c9968cc0f1d9bf440a7d88
9724 Author: Peter Tyser <ptyser@xes-inc.com>
9725 Date:   Tue Nov 24 16:42:10 2009 -0600
9726
9727     tools/mkimage: Print FIT image contents after creation
9728
9729     Previously, there was no indication to the user that a FIT image was
9730     successfully created after executing mkimage.  For example:
9731
9732       $ mkimage -f uImage.its uImage.itb
9733       DTC: dts->dtb  on file "uImage.its"
9734
9735     Adding some additional output after creating a FIT image lets the user
9736     know exactly what is contained in their image, eg:
9737
9738       $ mkimage -f uImage.its uImage.itb
9739       DTC: dts->dtb  on file "uImage.its"
9740       FIT description: Linux kernel 2.6.32-rc7-00201-g7550d6f-dirty
9741       Created:         Tue Nov 24 15:43:01 2009
9742        Image 0 (kernel@1)
9743         Description:  Linux Kernel 2.6.32-rc7-00201-g7550d6f-dirty
9744         Type:         Kernel Image
9745         Compression:  gzip compressed
9746         Data Size:    2707311 Bytes = 2643.86 kB = 2.58 MB
9747         Architecture: PowerPC
9748         OS:           Linux
9749         Load Address: 0x00000000
9750         Entry Point:  0x00000000
9751         Hash algo:    crc32
9752         Hash value:   efe0798b
9753         Hash algo:    sha1
9754         Hash value:   ecafba8c95684f2c8fec67e33c41ec88df1534d7
9755        Image 1 (fdt@1)
9756         Description:  Flattened Device Tree blob
9757         Type:         Flat Device Tree
9758         Compression:  uncompressed
9759         Data Size:    12288 Bytes = 12.00 kB = 0.01 MB
9760         Architecture: PowerPC
9761         Hash algo:    crc32
9762         Hash value:   a5cab676
9763         Hash algo:    sha1
9764         Hash value:   168722b13e305283cfd6603dfe8248cc329adea6
9765        Default Configuration: 'config@1'
9766        Configuration 0 (config@1)
9767         Description:  Default Linux kernel
9768         Kernel:       kernel@1
9769         FDT:          fdt@1
9770
9771     This brings the behavior of creating a FIT image in line with creating a
9772     standard uImage, which also prints out the uImage contents after
9773     creation.
9774
9775     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9776
9777 commit 8e1c89663cc8796b85588910046e03b388a7597c
9778 Author: Peter Tyser <ptyser@xes-inc.com>
9779 Date:   Tue Nov 24 16:42:09 2009 -0600
9780
9781     tools/fit_image.c: Remove unused fit_set_header()
9782
9783     The FIT fit_set_header() function was copied from the standard uImage's
9784     image_set_header() function during mkimage reorganization.  However, the
9785     fit_set_header() function is not used since FIT images use a standard
9786     device tree blob header.
9787
9788     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9789
9790 commit 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e
9791 Author: Peter Tyser <ptyser@xes-inc.com>
9792 Date:   Tue Nov 24 16:42:08 2009 -0600
9793
9794     tools/mkimage: Assume FDT image type for FIT images
9795
9796     When building a Flattened Image Tree (FIT) the image type needs to be
9797     "flat_dt".  Commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5 introduced a
9798     regression which caused the user to need to specify the "-T flat_dt"
9799     parameter on the command line when building a FIT image.  The "-T
9800     flat_dt" parameter should not be needed and is at odds with the current
9801     FIT image documentation.
9802
9803     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9804
9805 commit 3eb90bad651fab39cffba750ec4421a9c01d60e7
9806 Author: Ingo van Lil <inguin@gmx.de>
9807 Date:   Tue Nov 24 14:09:21 2009 +0100
9808
9809     Generic udelay() with watchdog support
9810
9811     According to the PPC reference implementation the udelay() function is
9812     responsible for resetting the watchdog timer as frequently as needed.
9813     Most other architectures do not meet that requirement, so long-running
9814     operations might result in a watchdog reset.
9815
9816     This patch adds a generic udelay() function which takes care of
9817     resetting the watchdog before calling an architecture-specific
9818     __udelay().
9819
9820     Signed-off-by: Ingo van Lil <inguin@gmx.de>
9821
9822 commit 1c409bc7101a24ecd47a13a4e851845d66dc23ce
9823 Author: Graeme Russ <graeme.russ@gmail.com>
9824 Date:   Tue Nov 24 20:04:21 2009 +1100
9825
9826     i386: Final Relocation
9827
9828     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9829
9830 commit cabe5794803fbe18bedac2d9c7f2417a0fa95ec1
9831 Author: Graeme Russ <graeme.russ@gmail.com>
9832 Date:   Tue Nov 24 20:04:20 2009 +1100
9833
9834     i386: Move references to link script exports
9835
9836     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9837
9838 commit 0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33
9839 Author: Graeme Russ <graeme.russ@gmail.com>
9840 Date:   Tue Nov 24 20:04:19 2009 +1100
9841
9842     i386: Remove inline asm symbols from .dynsym
9843
9844     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9845
9846 commit 564a9984bdbf86a02cf4f0d848933a9fff4a1d18
9847 Author: Graeme Russ <graeme.russ@gmail.com>
9848 Date:   Tue Nov 24 20:04:18 2009 +1100
9849
9850     i386: Rearrange Interupt Handling
9851
9852     In preperation for full relocation
9853
9854     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9855
9856 commit 27f13075a659da046372dfe249d808f2f6ddb432
9857 Author: Graeme Russ <graeme.russ@gmail.com>
9858 Date:   Tue Nov 24 20:04:17 2009 +1100
9859
9860     i386: Fix race condition when using SC520 timers
9861
9862     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9863
9864 commit 141a62cc12bfbab49f0f44a394518a360dcddad8
9865 Author: Graeme Russ <graeme.russ@gmail.com>
9866 Date:   Tue Nov 24 20:04:16 2009 +1100
9867
9868     i386: Fix global label in inline asm compile error
9869
9870     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9871
9872 commit 4ee4e413baa8e951e3c42c17a808578867a63572
9873 Author: Graeme Russ <graeme.russ@gmail.com>
9874 Date:   Tue Nov 24 20:04:15 2009 +1100
9875
9876     i386: Reorder source objects in lib_i386 Makefile
9877
9878     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9879
9880 commit aea14421c52f31e39837aa2890e07e9c70ee61fd
9881 Author: Graeme Russ <graeme.russ@gmail.com>
9882 Date:   Tue Nov 24 20:04:14 2009 +1100
9883
9884     i386: Fix link collisions resulting from gcc4.4.1 upgrade
9885
9886     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9887
9888 commit b4feeb4e8a1d9124bae39985a97b99d08e06186d
9889 Author: Graeme Russ <graeme.russ@gmail.com>
9890 Date:   Tue Nov 24 20:04:13 2009 +1100
9891
9892     i386: Fix malloc initialization
9893
9894     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9895
9896 commit c74bfce0fb20ec4d01809fa0566263894923467b
9897 Author: Graeme Russ <graeme.russ@gmail.com>
9898 Date:   Tue Nov 24 20:04:12 2009 +1100
9899
9900     i386: Fix dlmalloc compile warning
9901
9902     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9903
9904 commit 270737acca21f3939f814de5dcf350a1c3d80d83
9905 Author: Michael Brandt <Michael.Brandt@emsyso.de>
9906 Date:   Sun Nov 22 14:13:27 2009 +0100
9907
9908     EXT2FS: fix inode size for ext2fs rev#0
9909
9910     extfs.c assumes that there is always a valid inode_size field in the
9911     superblock. But this is not true for ext2fs rev 0. Such ext2fs images
9912     are for instance generated by genext2fs. Symptoms on ARM machines are
9913     messages like: "raise: Signal # 8 caught"; on PowerPC "ext2ls" will
9914     print nothing.
9915     This fix checks for rev 0 and uses then 128 bytes as inode size.
9916
9917     Signed-off-by: Michael Brandt <Michael.Brandt@emsyso.de>
9918     Tested on: TQM5200S
9919     Tested-by: Wolfgang Denk <wd@denx.de>
9920     Signed-off-by: Wolfgang Denk <wd@denx.de>
9921
9922 commit bcb324d68f7955c1136dafc944eb55db8ebaa601
9923 Author: Robert P. J. Day <rpjday@crashcourse.ca>
9924 Date:   Thu Nov 19 11:00:28 2009 -0500
9925
9926     Remove superfluous preprocessor tests from some cmd_*.c files.
9927
9928     A small number of common/cmd_*.c files contain preprocessor tests that
9929     are apparently superfluous since those same tests are used in the
9930     Makefile to control the compilation of those files.  Those tests are
9931     clearly redundant as long as they surround the entirety of the source
9932     in those files.
9933
9934     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
9935
9936 commit 3ee8c12071f0e3bdda25125b63c9d3fd54a7c9d8
9937 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9938 Date:   Thu Nov 19 13:44:16 2009 +0100
9939
9940     crc32: Impl. linux optimized crc32()
9941
9942     Ported over the more efficient linux crc32() function.
9943     A quick comparsion on ppc:
9944     After changing the old crc32 to do 4 bytes in the
9945     inner loop to be able to compare with new version one can note:
9946     - old inner loop has 61 insn, new has 19 insn.
9947     - new crc32 does one 32 bit load of data to crc while
9948       the old does four 8 bits loads.
9949     - size is bit bigger for the new crc32:
9950       1392(old) 1416(new) of text. The is because the new version
9951       shares code with crc32_no_comp() instead of duplicating code.
9952     - about 33% faster on ppc:
9953       New > crc 0 0xfffffff -> 39 secs
9954       Old > crc 0 0xfffffff -> 60 secs
9955
9956     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9957
9958 commit ad53226156fa64b6d04c0d1d6e91e09979cbea15
9959 Author: Robert P. J. Day <rpjday@crashcourse.ca>
9960 Date:   Tue Nov 17 01:59:29 2009 -0500
9961
9962     README: Update the list of directories.
9963
9964     Bring the directory listing more into line with current content.
9965
9966     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
9967
9968 commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b
9969 Author: Pratap Chandu <pratap.rrke@gmail.com>
9970 Date:   Thu Nov 12 19:28:25 2009 +0530
9971
9972     Removes dead code in the file common/cmd_i2c.c
9973
9974     There is some dead code enclosed by #if 0 .... #endif in the file
9975     common/cmd_i2c.c
9976     This patch removes the dead code.
9977
9978     Signed-off-by: Pratap Chandu <pratap.rrke@gmail.com>
9979
9980 commit 64a480601a5614b441de692ae15a62c51e0bb381
9981 Author: Mike Frysinger <vapier@gentoo.org>
9982 Date:   Wed Nov 11 17:51:56 2009 -0500
9983
9984     smc91111_eeprom: drop CONFIG stub protection
9985
9986     Since the Makefile now controls the compilation of this, there is no need
9987     for CONFIG checking nor the stub function.
9988
9989     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9990
9991 commit f3a7bddc06c927c36a1a99a97131299479ef207a
9992 Author: Magnus Lilja <lilja.magnus@gmail.com>
9993 Date:   Wed Nov 11 19:56:58 2009 +0100
9994
9995     RTC: Fix return code in MC13783 RTC driver.
9996
9997     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
9998
9999 commit d52e3e0176a74c30549251e16c5c00a363c544d2
10000 Author: Magnus Lilja <lilja.magnus@gmail.com>
10001 Date:   Wed Nov 11 19:56:36 2009 +0100
10002
10003     cmd_date: Fix spelling in error message.
10004
10005     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
10006
10007 commit c253122395753abb9e531d8906c5265dc8803fb1
10008 Author: Peter Tyser <ptyser@xes-inc.com>
10009 Date:   Wed Nov 11 10:36:28 2009 -0600
10010
10011     Move do_irqinfo() to common/cmd_irq.c
10012
10013     cmd_irq.c is a much better home and it is already conditionally
10014     compiled based on CONFIG_CMD_IRQ.
10015
10016     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10017
10018 commit a5dd4dc64fe68e549c5ffcf6a048281b5ba94752
10019 Author: Peter Tyser <ptyser@xes-inc.com>
10020 Date:   Wed Nov 11 10:36:19 2009 -0600
10021
10022     cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
10023
10024     cmd_license is already conditionally compiled at the Makefile-level.
10025
10026     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10027
10028 commit 06015146a15adc7455440c491d543f6a8091551d
10029 Author: Peter Tyser <ptyser@xes-inc.com>
10030 Date:   Mon Nov 9 15:18:52 2009 -0600
10031
10032     m41t11: Remove unused functions
10033
10034     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10035
10036 commit 9ef78511cda39987e5fc10febf386fd19f58ecf7
10037 Author: Peter Tyser <ptyser@xes-inc.com>
10038 Date:   Mon Nov 9 15:17:50 2009 -0600
10039
10040     circbuf: Move to lib_generic and conditionally compile
10041
10042     circbuf could be used as a generic library and is only currently
10043     needed when CONFIG_USB_TTY is defined.
10044
10045     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10046
10047 commit 604f7ce55ad74694ef8743ad2e99933dc0265e46
10048 Author: Sanjeev Premi <premi@ti.com>
10049 Date:   Mon Nov 9 22:43:00 2009 +0530
10050
10051     Fix build failure in examples/standalone
10052
10053     Some versions of 'make' do not handle trailing white-spaces
10054     properly. Trailing spaces in ELF causes a 'fake' source to
10055     be added to the variable COBJS; leading to build failure
10056     (listed below). The problem was found with GNU Make 3.80.
10057
10058     Using text-function 'strip' as a workaround for the problem.
10059
10060     make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone'
10061     arm-none-linux-gnueabi-gcc -g  -Os   -fno-common -ffixed-r8 -msoft-float
10062     -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanjeev/u-boot/include
10063     -fno-builtin -ffreestanding -nostdinc -isystem /opt/codesourcery/2009q1-
10064     203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -pipe  -DCONFIG_
10065     ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-interwork -march=armv5
10066     -Wall -Wstrict-prototypes -fno-stack-protector -g  -Os   -fno-common -ff
10067     ixed-r8 -msoft-float   -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanje
10068     ev/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/co
10069     desourcery/2009q1-203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/includ
10070     e -pipe  -DCONFIG_ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-inte
10071     rwork -march=armv5 -I.. -Bstatic -T u-boot.lds  -Ttext 0x80e80000 -o .c
10072     arm-none-linux-gnueabi-gcc: no input files
10073     make[1]: *** [.c] Error 1
10074     make[1]: Leaving directory `/home/sanjeev/u-boot/examples/standalone'
10075     make: *** [examples/standalone] Error 2
10076     premi #
10077
10078     Signed-off-by: Sanjeev Premi <premi@ti.com>
10079
10080     Fixed typo (s/ElF/ELF/).
10081     Signed-off-by: Wolfgang Denk <wd@denx.de>
10082
10083 commit d984fed068b3bec8a7edaf7a3de71479abde080a
10084 Author: Scott Wood <scottwood@freescale.com>
10085 Date:   Wed Nov 4 18:41:41 2009 -0600
10086
10087     makefiles: fixes for building build tools
10088
10089     Currently, some of the tools instead set CC to be HOSTCC in order to re-use
10090     some pattern rules -- but this fails when the user overrides CC on the make
10091     command line.  Also, the HOSTCFLAGS in tools/Makefile are currently not
10092     being used because config.mk overwrites them.
10093
10094     This patch adds static pattern rules for files that have been requested to
10095     be built with the native compiler using $(HOSTSRCS) and $(HOSTOBJS), and
10096     converts the tools to use them.
10097
10098     It restores easylogo to using the host compiler, which was broken by commit
10099     38d299c2db81bd889c601b5dfc12c4e83ef83333 (if this was an intentional change,
10100     please let me know -- but it seems to be a build tool).
10101
10102     It restores -pedantic and the special flags for darwin and cygwin that were
10103     requested in tools/makefile (but keeps the flags added by config.mk) --
10104     hopefully someone can test this on those platforms.  It no longer
10105     conditionalizes -pedantic on not being darwin; it wasn't clear that that was
10106     intentional, and unless there's a real problem it's just inviting people to
10107     contribute non-pedantic patches to those files (I'm not a fan of -pedantic
10108     personally, but if it's on for one platform it should be on for all).
10109
10110     HOST_LDFLAGS is renamed HOSTLDFLAGS for consistency with the previous
10111     HOST_CFLAGS to HOSTCFLAGS rename.  A new HOSTCFLAGS_NOPED is made available
10112     for those files which currently cannot be built with -pedantic, and replaces
10113     the old FIT_CFLAGS.
10114
10115     imls now uses the cross compiler properly, rather than by trying to
10116     reconstruct CC using the typoed $(CROSS_COMPILER).
10117
10118     envcrc.c is now dependency-processed unconditionally -- previously it would
10119     be built without being on (HOST)SRCS if CONFIG_ENV_IS_EMBEDDED was not
10120     selected.
10121
10122     Signed-off-by: Scott Wood <scottwood@freescale.com>
10123
10124 commit af860962b544ddf323c4ff68454f00d31e44df0a
10125 Author: Becky Bruce <beckyb@kernel.crashing.org>
10126 Date:   Wed Nov 4 18:30:08 2009 -0600
10127
10128     85xx: Remove unused CONFIG_ASSUME_AMD_FLASH from config files
10129
10130     A bunch of the 85xx boards have this cruft in them - it's not used
10131     anywhere.  Delete it.
10132
10133     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
10134
10135 commit bf44f3f327acddba202ff67f70192926ea47dfd1
10136 Author: Mike Frysinger <vapier@gentoo.org>
10137 Date:   Wed Nov 4 16:34:42 2009 -0500
10138
10139     exports: rewrite jump table init
10140
10141     The current jump table init fails to initialize a bunch of exported
10142     symbols (forceenv/do_reset/etc...).  Rather than fix just these few
10143     missing pieces, rewrite the code to utilize the existing list of
10144     exported symbols -- _exports.h.  Since every exported symbol has to
10145     be listed in this header, it makes sense to use it so that we only
10146     ever have one list that needs to be updated and things can't fall
10147     out of sync again.
10148
10149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10150
10151 commit deec1fbd4f704dded2e668bb9e368631981ea139
10152 Author: Wolfgang Denk <wd@denx.de>
10153 Date:   Wed Dec 2 22:26:30 2009 +0100
10154
10155     MAINTAINERS: update responsible for MPC85xx/86xx
10156
10157     Signed-off-by: Wolfgang Denk <wd@denx.de>
10158     Cc: Kumar Gala <galak@kernel.crashing.org>
10159     Cc: Becky Bruce <beckyb@kernel.crashing.org>
10160
10161 commit 71636fa7c3de63de29c0f514d5c725eccb011657
10162 Author: Tom Rix <Tom.Rix@windriver.com>
10163 Date:   Sun Nov 29 17:56:36 2009 -0600
10164
10165     ARM Update mach-types
10166
10167     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
10168     And built with
10169
10170     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
10171     commit 3fcca9ac6cbce35b3e81e247d375534117d5f4cd
10172
10173     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10174
10175 commit 7c15121f4007751af8c45c978c4ad7d6c5ff11f9
10176 Author: Vaibhav Hiremath <hvaibhav@ti.com>
10177 Date:   Mon Nov 23 16:36:05 2009 +0530
10178
10179     omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER
10180
10181     Fixes the build/compilation error if we try to re-use the omap3_mmc code
10182     without TWL4030_POWER.
10183
10184     Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
10185
10186 commit 6406d6daea51bbeed21f3829b37d3f395c198e54
10187 Author: Sandeep Paulraj <s-paulraj@ti.com>
10188 Date:   Sat Nov 21 13:13:59 2009 -0500
10189
10190     TI DaVinci: Adding a README for the DaVinci series of SOC's
10191
10192     Adding an initial README for the DaVinci series of SOC's
10193
10194     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10195
10196 commit 990f569c4fa6b9e76b31d0a5229981c092b02dcf
10197 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at>
10198 Date:   Sat Jun 6 10:30:58 2009 +0000
10199
10200     avr32/hsdramc: Move conditional compilation to Makefile
10201
10202     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj <at> jcrosoft.com>
10203     Cc: Haavard Skinnemoen <haavard.skinnemoen <at> atmel.com>
10204
10205 commit 3f12f5217e8bdf8f6842bf1b8c5c5b98425ac3db
10206 Author: Sandeep Paulraj <s-paulraj@ti.com>
10207 Date:   Sat Nov 21 13:24:17 2009 -0500
10208
10209     NAND: Add config option for imx27lite
10210
10211     We will get compilation warnings without
10212     "CONFIG_SYS_64BIT_VSPRINTF" being defined
10213     in the board config.
10214
10215     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10216
10217 commit 43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c
10218 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
10219 Date:   Wed Nov 11 17:27:30 2009 +0800
10220
10221     arm: A320: Add support for Faraday A320 evaluation board
10222
10223     This patch adds support for A320 evaluation board from Faraday. This board
10224     uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM.
10225     FA526 is an ARMv4 processor and uses the ARM920T source in this patch.
10226
10227     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
10228
10229 commit 39ba774f9b02c44b8fd4df44afac932800c18662
10230 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
10231 Date:   Wed Nov 11 17:26:00 2009 +0800
10232
10233     arm: A320: driver for FTRTC010 real time clock
10234
10235     This patch adds an FTRTC010 driver for Faraday A320 evaluation board.
10236
10237     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
10238
10239 commit c1ee63cee89c5822fbbcc63586c8f2a1add70614
10240 Author: Sandeep Paulraj <s-paulraj@ti.com>
10241 Date:   Sat Nov 21 18:08:49 2009 -0500
10242
10243     TI DaVinci DM646x: Enable NAND on DM6467 EVM
10244
10245     This patch enables NAND on the DM6467 EVM
10246
10247     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10248
10249 commit d414aae552bc229dafcad92028effb4a8306c7a5
10250 Author: Nishanth Menon <nm@ti.com>
10251 Date:   Mon Nov 9 09:29:34 2009 -0500
10252
10253     OMAP3: Fix SDRC init
10254
10255     Defaults are for Infineon DDR timings.
10256     Since none of the supported boards currently do
10257     XIP boot, these seem to be faulty. fix the values
10258     as per the calculations(ACTIMA,B), conf
10259     the sdrc power with pwdnen and wakeupproc bits
10260
10261     Signed-off-by: Nishanth Menon <nm@ti.com>
10262
10263 commit 30563a04bff73fd4fbd840b846f4b6459759a839
10264 Author: Nishanth Menon <nm@ti.com>
10265 Date:   Sat Nov 7 10:51:24 2009 -0500
10266
10267     OMAP3:SDRC: introduce DDR types
10268
10269     Micron DDR timings based on:
10270     http://www.sakoman.net/cgi-bin/gitweb.cgi?p=x-load-omap3.git;a=blob;f=include/asm/arch-omap3/mem.h;h=e6fbfe3947f5d0d85fea776e30821d4017316d86;hb=HEAD
10271
10272     Introduce Micron DDR timings and provide
10273     CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config
10274     options to allow for platform files to setup their timings as
10275     per the type of DDR selected
10276
10277     Reported-by: Steve Sakoman in http://www.nabble.com/forum/Permalink.jtp?root=25779518&post=25959734&page=y
10278
10279     Signed-off-by: Nishanth Menon <nm@ti.com>
10280
10281 commit 169a4c804dbaf11facb041b1333d394c6ceb8d68
10282 Author: Nishanth Menon <nm@ti.com>
10283 Date:   Sat Nov 7 10:40:47 2009 -0500
10284
10285     OMAP3:SDRC: Cleanup references to SDP
10286
10287     Remove SDP referenced unused defines
10288
10289     Signed-off-by: Nishanth Menon <nm@ti.com>
10290
10291 commit 2819e1365be0c81a0141ef5c6a7996b40888f6d8
10292 Author: Sekhar Nori <nsekhar@ti.com>
10293 Date:   Thu Nov 12 11:09:25 2009 -0500
10294
10295     TI DA8xx: Integrate DA830 EVM support into U-Boot
10296
10297     Integrate DA830 EVM support into U-Boot.
10298
10299     Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
10300     Digital EVM board. See http://www.spectrumdigital.com/
10301
10302     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10303
10304 commit bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae
10305 Author: Sekhar Nori <nsekhar@ti.com>
10306 Date:   Thu Nov 12 11:08:39 2009 -0500
10307
10308     TI DA8xx: Add new directory for da830evm board
10309
10310     Add new directory for da830evm board
10311
10312     Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
10313     Digital EVM board. See http://www.spectrumdigital.com/
10314
10315     Provides:
10316     Initial boot and configuration.
10317     Support for i2c.
10318     UART support (console).
10319
10320     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10321
10322 commit 91172baf46a57807233eb7bcd724b9f10109cfe0
10323 Author: Sekhar Nori <nsekhar@ti.com>
10324 Date:   Thu Nov 12 11:07:22 2009 -0500
10325
10326     TI DA8xx: Add DA8xx cpu functions
10327
10328     Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
10329     See http://www.ti.com
10330
10331     Provides:
10332     Low level initialisation.
10333     System clock API.
10334     Timer control.
10335
10336     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10337
10338 commit bbed056e550b26712edc173411c9d7ff9cb7e0e6
10339 Author: Nick Thompson <nick.thompson@gefanuc.com>
10340 Date:   Thu Nov 12 11:06:08 2009 -0500
10341
10342     Add TI DA8xx support: DA8xx includes
10343
10344     Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
10345     See http://www.ti.com
10346
10347     The DA8xx devices are similar to DaVinci devices but have a differing
10348     memory map and updated peripheral versions.
10349
10350     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10351     Signed-off-by: Sekhar Nori <nsekhar@ti.com>
10352
10353 commit ca8480d444bdcc1670e42a613c5a5e4e8366d2d9
10354 Author: Nick Thompson <nick.thompson@gefanuc.com>
10355 Date:   Thu Nov 12 11:03:23 2009 -0500
10356
10357     TI Davinci: add a pin multiplexer configuration API
10358
10359     Creates a method allowing pin settings to be logically grouped into data
10360     structure arrays and provides an API to configure the pinmux settings to
10361     enable the relevant pin functions.
10362
10363     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10364
10365 commit 9868a36dfb8de4bb98b48e4f4eb912312d67279e
10366 Author: Nick Thompson <nick.thompson@gefanuc.com>
10367 Date:   Thu Nov 12 11:02:17 2009 -0500
10368
10369     TI Davinci timer.c: Remove volatiles and memory mapped structures
10370
10371     Remove volatiles and memory mapped structure accesses and replace with
10372     readl and writel macro usage.
10373
10374     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10375
10376 commit c90b32739a50ca52d9b8d220ea6875ae994566ec
10377 Author: Grazvydas Ignotas <notasas@gmail.com>
10378 Date:   Thu Nov 12 11:46:07 2009 +0200
10379
10380     OMAP3: pandora: fix booting without serial attached
10381
10382     When the board is booted without serial cable attached (which
10383     is how most of them will be used) UART RX is left floating and
10384     sometimes picks noise, which interrupts countdown and enters
10385     U-Boot prompt instead of booting the kernel.
10386
10387     Fix this by setting up internal pullup on UART RX pin. This
10388     does not prevent serial from working as the internal pullup
10389     is weak.
10390
10391     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
10392
10393 commit ac67804fbb2d82a19170066c02af7053d474ce8d
10394 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
10395 Date:   Tue Nov 17 18:30:34 2009 +0900
10396
10397     Add a unified s3c24x0 header file
10398
10399     This patch adds a unified s3c24x0 cpu header file that selects the header
10400     file for the specific s3c24x0 cpu from the SOC and CPU configs defined in
10401     board config file. This removes the current chain of s3c24-type #ifdef's
10402     from the s3c24x0 code.
10403
10404     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
10405     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10406
10407 commit a59a23d68ae4f4a1c07d105520c93e6e289d186f
10408 Author: Seunghyeon Rhee <rhee4j1@gmail.com>
10409 Date:   Fri Nov 13 16:49:41 2009 +0900
10410
10411     S3C6400/SMDK6400: fix stack_setup in start.S
10412
10413     Fix stack_setup to place the stack on the correct address in DRAM
10414     accroding to U-Boot standard and remove conditional compilation by
10415     CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro
10416     was introduced and used only by this board for some unclear reason.
10417
10418     The definition of this macro is also removed because it's not
10419     referenced elsewhere.
10420
10421     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
10422     Tested-by: Minkyu Kang <mk7.kang@samsung.com>
10423
10424 commit 940032260914076b1594906334b2e3f7af6fb7cf
10425 Author: Minkyu Kang <mk7.kang@samsung.com>
10426 Date:   Tue Nov 10 20:23:50 2009 +0900
10427
10428     s5pc1xx: serial: fix the error check logic
10429
10430     Because of Frame error, Parity error and Overrun error are occured only receive
10431     operation, need to masking when error checking.
10432
10433     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10434
10435 commit 9ebfdc202275bcd9eb4af56e32bfb4253ff1b781
10436 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
10437 Date:   Wed Nov 4 17:49:31 2009 +0900
10438
10439     Clean-up of s3c24x0 header files
10440
10441     Cleans up the s3c24x0 header files:
10442
10443     s4c24x0.h: removes the use of 'volatile' from the S3C24X0_REG8,
10444     S3C24X0_REG16 and S3C24X0_REG32 register typedef's. Registers are always
10445     accessed using the IO accessor functions which cast the register address
10446     as 'volatile' anyway so it isn't required here.
10447
10448     s3c2400.h and s3c2410.h: insert a blank line between the static inline
10449     functions
10450
10451     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
10452
10453 commit 47e801bec360e69e4b087a141d015b318e1b0212
10454 Author: Minkyu Kang <mk7.kang@samsung.com>
10455 Date:   Wed Nov 4 16:07:59 2009 +0900
10456
10457     s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
10458
10459     This patch moves the s3c64xx header files from include/
10460     to include/asm-arm/arch-s3c64xx
10461
10462     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10463
10464 commit 492fb1fdbcdd5e21be0b6742c15f76c648f0653b
10465 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
10466 Date:   Tue Nov 3 18:08:41 2009 +0900
10467
10468     Move s3c24x0 header files to asm-arm/arch-s3c24x0/
10469
10470     This patch moves the s3c24x0 header files from include/ to
10471     include/asm-arm/arch-s3c24x0/.
10472
10473     checkpatch.pl showed 2 errors and 3 warnings. The 2 errors were both due
10474     to a non-UTF8 character in David M?ller's name:
10475
10476     ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8
10477     #489: FILE: include/asm-arm/arch-s3c24x0/s3c2410.h:3:
10478     + * David M?ller ELSOFT AG Switzerland. d.mueller@elsoft.ch
10479
10480     As David's name correctly contains a non-UTF8 character I haven't fixed
10481     these errors.
10482
10483     The 3 warnings were all because of the use of 'volatile' in s3c24x0.h:
10484
10485     WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
10486     #673: FILE: include/asm-arm/arch-s3c24x0/s3c24x0.h:35:
10487     +typedef volatile u8        S3C24X0_REG8;
10488     +typedef volatile u16       S3C24X0_REG16;
10489     +typedef volatile u32       S3C24X0_REG32;
10490
10491     I'll fix these errors in another patch.
10492
10493     Tested by running MAKEALL for ARM8 targets and ensuring there were no new
10494     errors or warnings.
10495
10496     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
10497     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10498
10499 commit 2d251ccaa90997012e0b1f13bf791df2bf03a144
10500 Author: Tom Rix <Tom.Rix@windriver.com>
10501 Date:   Sun Nov 15 10:58:06 2009 -0600
10502
10503     ARM Update mach-types
10504
10505     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
10506     And built with
10507
10508     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
10509     commit 156171c71a0dc4bce12b4408bb1591f8fe32dc1a
10510
10511     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10512
10513 commit c88ed4cb2eed29a690ac6689ed1dc2f5e9547d15
10514 Author: Mark Asselstine <[mark.asselstine@windriver.com]>
10515 Date:   Tue Oct 27 19:40:40 2009 +0530
10516
10517     sheevaplug: correct SDRAM address control register
10518
10519     value
10520
10521     The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in
10522     two banks for a total of 512MB of RAM. Based on this configuration
10523     the existing values for SDRAM address control register are incorrect
10524     and result in random kernel oops as memory is incorrectly accessed
10525     (while for example extracting a large tarball such as a rootfs).
10526     Based on the hardware configuration along with the supporting
10527     documentation from Marvell these are the correct values, as
10528     well this change mimics values previously used in Marvell's own
10529     u-boot git tree for the SheevaPlug.
10530
10531     Other variants of the hardware such as the PogoPlug and TonidoPlug
10532     may have different memory configurations but to properly support
10533     those additional board directories should be maintained or a better
10534     system to support other kwb*.cfg is needed.
10535
10536     Tested on SheevaPlug DevKit.
10537
10538     Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10539
10540 commit 9829cabbaa0474e94075bf7d62c99bdba996518b
10541 Author: Sandeep Paulraj <s-paulraj@ti.com>
10542 Date:   Wed Oct 28 19:16:43 2009 -0400
10543
10544     Fix for Void function returning value in sbc35-a9g20
10545
10546     Void function was returning 0 in the m41t94 rtc driver.
10547     This makes it similar to m41t62 rtc driver.
10548
10549     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10550
10551 commit d5e2d625c74c84aa419ba7fa0c81bad93fc69a60
10552 Author: Tom Rix <Tom.Rix@windriver.com>
10553 Date:   Sat Oct 24 14:48:33 2009 -0500
10554
10555     ARM Update mach-types.h
10556
10557     From http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
10558
10559     Commit id 0996391139f43d032335b5360db11da62a2cbb39
10560
10561     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10562
10563 commit 34ddbd171ba154e9afd83f07a07ad8b57ac592e3
10564 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10565 Date:   Thu Oct 22 23:06:59 2009 +0200
10566
10567     ppc4xx: Remove autoupdate feature from PLU405 board
10568
10569     The autoupdate feature is not used on PLU405 boards.
10570     So remove it.
10571
10572     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10573     Signed-off-by: Stefan Roese <sr@denx.de>
10574
10575 commit 824d82997fbcf28e49081d36fdd5d3be1b92b03d
10576 Author: Ira W. Snyder <iws@ovro.caltech.edu>
10577 Date:   Wed Nov 4 13:37:59 2009 -0800
10578
10579     Fix example FIT image source files
10580
10581     The example FIT image source files do not compile with the latest dtc and
10582     mkimage. The following error message is produced:
10583
10584     DTC: dts->dtb  on file "kernel.its"
10585     Error: kernel.its 7:0 - 1:0 syntax error
10586     FATAL ERROR: Unable to parse input tree
10587     ./mkimage: Can't read kernel.itb.tmp: Invalid argument
10588
10589     The FIT image source files are missing the "/dts-v1/;" directive at the
10590     beginning of the file. Add the directive to the examples.
10591
10592     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10593
10594 commit fd66066ee3ce15c2966feb9b2be0f0d51a95db48
10595 Author: Mike Frysinger <vapier@gentoo.org>
10596 Date:   Wed Nov 4 16:13:19 2009 -0500
10597
10598     img2srec: use standard types
10599
10600     The img2srec code creates a lot of typedefs with common names.  These
10601     easily clash with system headers that include these typedefs (like mingw).
10602
10603     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10604
10605 commit 8204e068110e8abe5db9c3b7df9971b58cda8f26
10606 Author: Mike Frysinger <vapier@gentoo.org>
10607 Date:   Wed Nov 4 16:03:25 2009 -0500
10608
10609     tools: gitignore *.exe binaries
10610
10611     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10612
10613 commit 425d3b666eee5c58fdb82fb894a535dd71782a05
10614 Author: Peter Tyser <ptyser@xes-inc.com>
10615 Date:   Tue Nov 3 23:31:07 2009 -0600
10616
10617     ppc: Move conditional compilation of kgdb.c to Makefile
10618
10619     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10620
10621 commit e06ab6546b332acc55ac4e7c31338662328b0fb3
10622 Author: Mike Frysinger <vapier@gentoo.org>
10623 Date:   Tue Nov 3 11:36:39 2009 -0500
10624
10625     spi_flash.h: pull in linux/types.h for u## types
10626
10627 commit 0008555f4d57c15ad86ee735861ca0d783042f61
10628 Author: Mike Frysinger <vapier@gentoo.org>
10629 Date:   Tue Nov 3 11:36:26 2009 -0500
10630
10631     bootm: mark local boot_os[] table static
10632
10633     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10634
10635 commit a8fa379d47f06c7d3ed75c8fb26ae43ee38e1fd7
10636 Author: Nishanth Menon <nm@ti.com>
10637 Date:   Mon Nov 2 09:40:18 2009 -0600
10638
10639     mkconfig: deny messed up ARCH definition
10640
10641     Refuse to setup a platform if the command line ARCH= is not the same
10642     as the one required for the board. This prevents any user with
10643     prehistoric aliases from messing up their builds.
10644
10645     Reported in thread:
10646     http://old.nabble.com/-U-Boot--Build-breaks-on-some-OMAP3-configs-to26132721.html
10647
10648     Inputs from: Mike Frysinger and Wolfgang Denk:
10649     http://lists.denx.de/pipermail/u-boot/2009-November/063642.html
10650
10651     Cc: Wolfgang Denk <wd@denx.de>
10652     Cc: Mike Frysinger <vapier@gentoo.org>
10653     Cc: Anand Gadiyar <gadiyar@ti.com>
10654     Cc: Dirk Behme <dirk.behme@googlemail.com>
10655     Signed-off-by: Nishanth Menon <nm@ti.com>
10656
10657 commit 67b96e87da1b84660fa1e5b78cc760246d116814
10658 Author: Remy Bohmer <linux@bohmer.net>
10659 Date:   Wed Oct 28 22:13:39 2009 +0100
10660
10661     Repair the 'netretry=once' option.
10662
10663     'netretry = once' does the same as 'netretry = yes', because it is not stored
10664     when it was tried once.
10665
10666     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10667     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10668
10669 commit b25e38fc36e13fa8037fa4d37fe909d1d6e6f372
10670 Author: Remy Bohmer <linux@bohmer.net>
10671 Date:   Thu Oct 29 14:24:22 2009 +0100
10672
10673     Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
10674
10675     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10676
10677 commit 01826abc02ce160501534788e63629ccbe31b05c
10678 Author: Grazvydas Ignotas <notasas@gmail.com>
10679 Date:   Thu Nov 12 11:46:07 2009 +0200
10680
10681     OMAP3: pandora: fix booting without serial attached
10682
10683     When the board is booted without serial cable attached (which
10684     is how most of them will be used) UART RX is left floating and
10685     sometimes picks noise, which interrupts countdown and enters
10686     U-Boot prompt instead of booting the kernel.
10687
10688     Fix this by setting up internal pullup on UART RX pin. This
10689     does not prevent serial from working as the internal pullup
10690     is weak.
10691
10692     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
10693
10694 commit 41dfd8a60324243dbe2dc313a607910824a68aa7
10695 Author: Remy Bohmer <linux@bohmer.net>
10696 Date:   Wed Oct 28 22:13:37 2009 +0100
10697
10698     Add support for CS2 dataflash for Atmel-SPI.
10699
10700     The only missing chipselect line support is CS2, and I need it on
10701     CS2...
10702
10703     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10704
10705 commit faf36c1437c95e4a86835633d9801c5f6396a3c7
10706 Author: Remy Bohmer <linux@bohmer.net>
10707 Date:   Wed Oct 28 22:13:36 2009 +0100
10708
10709     Fix mingw tools build
10710
10711     mkimage does not build due to missing strtok_r() and getline() implementation
10712
10713     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10714
10715 commit 6a590c5f5fd12cdd27f3153522acfac3854590e7
10716 Author: Remy Bohmer <linux@bohmer.net>
10717 Date:   Wed Oct 28 22:13:35 2009 +0100
10718
10719     Building of FIT images does not work.
10720
10721     The type is not set for generation of the FIT images, resulting
10722     in no images being created without printing or returning an error
10723
10724     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10725
10726 commit 0a7691e820e33b23f61c6ea0ef6fa72099d1a6ae
10727 Author: Renato Andreola <renato.andreola@imagos.it>
10728 Date:   Mon Nov 23 16:45:14 2009 -0500
10729
10730     Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to
10731         missing cache flush.
10732
10733         Added instruction and data caches flush.
10734
10735     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10736
10737 commit de03825386eaedb5e17261dd87cde86e9a764ba9
10738 Author: Scott McNutt <smcnutt@psyent.com>
10739 Date:   Mon Nov 23 16:29:40 2009 -0500
10740
10741     Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
10742
10743     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10744
10745 commit 57baa379cf2f67df89a5c6052767fd25daff20bd
10746 Author: Scott McNutt <smcnutt@psyent.com>
10747 Date:   Mon Nov 23 15:54:25 2009 -0500
10748
10749     Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
10750         the standalone examples.
10751
10752     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10753
10754 commit eb5eb2b0f744f0cba405160c5d01335c40f09acf
10755 Author: Stefan Roese <sr@denx.de>
10756 Date:   Thu Nov 19 14:03:17 2009 +0100
10757
10758     ppc4xx: Cleanup PPC4xx I2C infrastructure
10759
10760     This patch cleans up the PPC4xx I2C intrastructure:
10761
10762     - Use C struct to describe the I2C registers instead of defines
10763     - Coding style cleanup (braces, whitespace, comments, line length)
10764     - Extract common code from i2c_read() and i2c_write()
10765     - Remove unneeded IIC defines from ppc405.h & ppc440.h
10766
10767     Signed-off-by: Stefan Roese <sr@denx.de>
10768
10769 commit b2f618f2150b15b2674f11d09e1c0fdfe460c1cd
10770 Author: Stefan Roese <sr@denx.de>
10771 Date:   Thu Nov 19 11:49:36 2009 +0100
10772
10773     ppc4xx: Remove some testing code from 4xx_pcie.c
10774
10775     This code got included accidentally.
10776
10777     Signed-off-by: Stefan Roese <sr@denx.de>
10778
10779 commit 4e574c4e2d3776d9db62dca4ca3c73be1574af43
10780 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
10781 Date:   Mon May 18 13:20:54 2009 +0200
10782
10783     at91: Extended soft_i2c driver for AT91SAM9263 SoC
10784
10785     While hard_i2c support is not available
10786     (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html),
10787     this patch enables soft_i2c on AT91SAM9263 SoC.
10788
10789     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
10790
10791 commit 396fd17338b9bf1f84f494ec1860427e18868ede
10792 Author: Peter Tyser <ptyser@xes-inc.com>
10793 Date:   Fri Oct 16 17:36:27 2009 -0500
10794
10795     Add 'true' and 'false' commands
10796
10797     These commands are only enabled when the hush shell is enabled and can
10798     be useful in scripts such as:
10799
10800     while true do
10801         echo "Booting OS...";
10802         run $bootcmd;
10803         echo "Booting OS failed";
10804         sleep 10;
10805     done
10806
10807     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10808
10809 commit 4e1ca93b6bae34b68be9280b43bf0289d994656c
10810 Author: Peter Tyser <ptyser@xes-inc.com>
10811 Date:   Fri Oct 16 17:36:26 2009 -0500
10812
10813     cmd_help: General cleanup
10814
10815     Shorten the overly-verbose help message of 'help' and clean up some
10816     redundant ifdefery while we're at it.
10817
10818     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10819
10820 commit 6b8f5ad10f567362a3682840f59ba0fc470af319
10821 Author: Peter Tyser <ptyser@xes-inc.com>
10822 Date:   Fri Oct 16 17:36:25 2009 -0500
10823
10824     command.c: Break commands out to appropriate cmd_*.c files
10825
10826     command.c should contain common code related to commands, not
10827     miscellaneous command implementations.
10828
10829     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10830
10831 commit fcffb680e77fcb48598d4a9944dbe2d4503170e0
10832 Author: Mike Frysinger <vapier@gentoo.org>
10833 Date:   Wed Oct 14 19:28:03 2009 -0400
10834
10835     sf: fix stmicro offset setup while erasing
10836
10837     Reported-by: Peter Gombos <gombos@protecta.hu>
10838     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10839
10840 commit d394a7795027d96ca55799df40bd5c4a13dbeebe
10841 Author: Jason McMullan <mcmullan@netapp.com>
10842 Date:   Fri Oct 9 17:12:23 2009 -0400
10843
10844     sf: new driver for Winbond W25X16/32/64 devices
10845
10846     Signed-off-by: Jason McMullan <jason.mcmullan@gmail.com>
10847     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10848
10849 commit cada315100c88894b85972a91309a6f2413966b6
10850 Author: Marcel Ziswiler <marcel@ziswiler.com>
10851 Date:   Thu Oct 1 23:55:17 2009 +0200
10852
10853     mpc8260: move FDT memory node fixup into common CPU code.
10854
10855     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
10856     Tested-by: Heiko Schocher <hs@denx.de>
10857
10858 commit f2cea405f83da46b72098ea874fb3eefe185d312
10859 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
10860 Date:   Wed Sep 23 15:52:35 2009 +0800
10861
10862     Add driver for FTRTC010 real time clock
10863
10864     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
10865
10866     Edited commit message.
10867     Signed-off-by: Wolfgang Denk <wd@denx.de>
10868
10869 commit c0356a88011330646e960dfac8a2c909bede3304
10870 Author: Mark Jackson <mpfj-list@mimc.co.uk>
10871 Date:   Mon Aug 17 16:42:52 2009 +0100
10872
10873     MIMC200: set default fbmem value
10874
10875     This patch adds a default bootargs "fbmem" value to the
10876     CONFIG_BOOTARGS string for the MIMC200 board.
10877
10878     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
10879
10880 commit 10a5a7991258019af155bc19b3b246aaa708b0e2
10881 Author: Sandeep Paulraj <s-paulraj@ti.com>
10882 Date:   Thu Nov 19 23:04:42 2009 -0500
10883
10884     NAND: Add Support for 4K page size in DaVinci NAND driver
10885
10886     This patch adds support for NAND devices with a page size of
10887     4K in the DaVinci NAND driver. The layout matches the layout that TI uses
10888     for 4K page size NAND devices in the kernel NAND driver.
10889
10890     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10891
10892 commit 14ce02c88116316a0285cc7d9c05f83367a5aae8
10893 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10894 Date:   Wed Nov 18 16:29:29 2009 +0100
10895
10896     ppc4xx: Remove unused features from PMC440 board support
10897
10898     This patch shrinks the PMC440 u-boot binary (from next branch)
10899     to fit into 384kB again.
10900
10901     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10902     Signed-off-by: Stefan Roese <sr@denx.de>
10903
10904 commit 629ab99b3b19c1b7e06a7c4e5d666138bc924c7c
10905 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10906 Date:   Wed Nov 18 16:28:42 2009 +0100
10907
10908     ppc4xx: Remove confusing comment
10909
10910     This is not the sequoia board.
10911
10912     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10913     Signed-off-by: Stefan Roese <sr@denx.de>
10914
10915 commit 79e2d8df3776b667257e609aefefa071b4fe13a2
10916 Author: Stefan Roese <sr@denx.de>
10917 Date:   Tue Nov 17 15:53:00 2009 +0100
10918
10919     ppc4xx: alpr: Remove some not needed commands to make image fit again
10920
10921     The latest changes in the u-boot/next branch increased the size of the
10922     alpr image a bit more. Now it doesn't fit into the 256k reserved for it.
10923     This patch now removes the commands "askenv" and "irq" which are not
10924     needed in the production systems.
10925
10926     Signed-off-by: Stefan Roese <sr@denx.de>
10927     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
10928
10929 commit 6c70049bd14e8e81764570732be7f34a89831f09
10930 Author: Stefan Roese <sr@denx.de>
10931 Date:   Thu Nov 12 17:19:37 2009 +0100
10932
10933     ppc4xx: Consolidate pci_master_init() function
10934
10935     This patch removes the duplicted implementations of the pci_master_init()
10936     function by introducing a weak default function for it. It can be
10937     overridden by a board specific version.
10938
10939     Signed-off-by: Stefan Roese <sr@denx.de>
10940
10941 commit a760b0203155da6fb8b8e9086169bb87d09d76fa
10942 Author: Stefan Roese <sr@denx.de>
10943 Date:   Thu Nov 12 16:41:09 2009 +0100
10944
10945     ppc4xx: Consolidate pci_pre_init() function
10946
10947     This patch removes the duplicted implementations of the pci_pre_init()
10948     function by introducing a weak default function for it. This weak default
10949     has a different implementation for some PPC variants. It can be
10950     overridden by a board specific version.
10951
10952     Signed-off-by: Stefan Roese <sr@denx.de>
10953
10954 commit 1095493a5d4c16f481a783f6f54d83ad0e07dfa0
10955 Author: Stefan Roese <sr@denx.de>
10956 Date:   Thu Nov 12 12:00:49 2009 +0100
10957
10958     ppc4xx: Consolidate pci_target_init() function
10959
10960     This patch removes the duplicted implementations of the pci_target_init()
10961     function by introducing a weak default function for it. This weak default
10962     has a different implementation for 440EP(x)/GR(x) PPC's. It can be
10963     overridden by a board specific version (e.g. PMC440, korat).
10964
10965     Signed-off-by: Stefan Roese <sr@denx.de>
10966     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10967
10968 commit 5e1ded558b7cc28a62c14598f6437023b6262444
10969 Author: Hui.Tang <zetalabs@gmail.com>
10970 Date:   Wed Nov 18 16:24:04 2009 +0800
10971
10972     S3C2410 NAND Flash Add Missing Function
10973
10974     This patch add nand_read_buf() for S3C2410 NAND SPL.
10975     In nand_spl/nand_boot.c, nand_boot() will check nand->select_chip,
10976     so nand->select_chip should also be initialized.
10977
10978     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
10979
10980 commit 6cd752f927e515e63a038fa363edceec5a59c028
10981 Author: Sandeep Paulraj <s-paulraj@ti.com>
10982 Date:   Mon Nov 16 13:32:01 2009 -0500
10983
10984     NAND: Update read_read_subpage API check
10985
10986     This patch updates a check condition in the NAND driver.
10987     The check condition is similat to what is in linux/next.
10988
10989     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10990
10991 commit bb3e9828e7fbcc9e4518e51592876f4a0997d9ec
10992 Author: Sandeep Paulraj <s-paulraj@ti.com>
10993 Date:   Mon Nov 16 13:31:47 2009 -0500
10994
10995     NAND:Extending the nand_ecclayout structure
10996
10997     NANDs with page size of lesser than and equal to 2K are
10998     reaching EOL. They are bing replaced with NANDs of
10999     page size 4K and above.
11000     To support this we have to extend the eccpos field
11001
11002     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11003
11004 commit 3ffc0d61bad7d986e344ce7062b37c5c8f04fb0e
11005 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11006 Date:   Tue Oct 27 19:58:09 2009 +0100
11007
11008     ppc4xx: Initialize magnetic coupler on VOM405 boards
11009
11010     This patch fixes an ugly behavior of the IL712 magnetic coupler
11011     as used on VOM405. These parts will remember their last state
11012     over a power cycle which might cause unwanted behavior.
11013
11014     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11015     Signed-off-by: Stefan Roese <sr@denx.de>
11016
11017 commit be0db3e3141c6c6b4e232b51091f35a284cc54e5
11018 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11019 Date:   Mon Oct 26 09:58:45 2009 +0100
11020
11021     ppc4xx: Initialize magnetic couplers in PLU405
11022
11023     This patch fixes an ugly behavior of the IL712 magnetic couplers
11024     as used on PLU405. These parts will remember their last state
11025     over a power cycle which might cause unwanted behavior.
11026
11027     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11028     Signed-off-by: Stefan Roese <sr@denx.de>
11029
11030 commit 067f54c66acd469870ef6946e1591bfcc02de1b3
11031 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11032 Date:   Mon Oct 26 09:55:40 2009 +0100
11033
11034     Add minimal SJA1000 header for basic CAN mode
11035
11036     This patch is in preparation for the upcoming PLU405 board fix.
11037
11038     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11039     Signed-off-by: Stefan Roese <sr@denx.de>
11040
11041 commit 1d2e96de56cc57e25a19bc40d297f36c4c4443a2
11042 Author: Dirk Behme <dirk.behme@googlemail.com>
11043 Date:   Mon Nov 2 20:36:26 2009 +0100
11044
11045     OMAP2/3: I2C: Add support for second and third bus
11046
11047     Add support to use second and third I2C bus, too.
11048
11049     Bus 0 is still the default, but by calling i2c_set_bus_num(1/2) before doing
11050     I2C accesses, code can switch to bus 1 and 2, too. Don't forget to switch
11051     back afterwards, then.
11052
11053     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
11054
11055 commit c758e947aa7d39a2be607ecdedd818ad300807b2
11056 Author: Amul Kumar Saha <amul.saha@samsung.com>
11057 Date:   Wed Nov 4 10:38:46 2009 +0530
11058
11059     ENV Variable support for Flex-OneNAND
11060
11061     Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX
11062     for storing environment variables.
11063
11064     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
11065     Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
11066
11067 commit cacbe919584193f64e74088e03f068e52775bb86
11068 Author: Amul Kumar Saha <amul.saha@samsung.com>
11069 Date:   Fri Nov 6 17:15:31 2009 +0530
11070
11071     Flex-OneNAND driver support
11072
11073     This patch adds support for Flex-OneNAND devices.
11074
11075     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
11076     Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
11077
11078 commit 35209cbceebe212a8c5ec17d552960f8bd4725f3
11079 Author: Mingkai Hu <Mingkai.hu@freescale.com>
11080 Date:   Tue Oct 20 16:58:17 2009 +0800
11081
11082     fsl_elbc_nand: remove the bbt descriptors relocation fixup
11083
11084     The commit 66372fe2 manually relocated the bbt pattern pointer,
11085     which can be removed by using full relocation.
11086
11087     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11088
11089 commit 25643d4da257e51f6200b213c75de4fb5b345780
11090 Author: Mingkai Hu <Mingkai.hu@freescale.com>
11091 Date:   Tue Oct 20 16:58:16 2009 +0800
11092
11093     ppc/85xx: make boot from NAND full relocation to RAM
11094
11095     Take advantage of the latest full relocation commit of PPC platform
11096     for boot from NAND.
11097
11098     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11099     Acked-by: Kumar Gala <galak@kernel.crashing.org>
11100
11101 commit 7e86661cd777eec1e81c5e57c468e81138fda983
11102 Author: David Brownell <dbrownell@users.sourceforge.net>
11103 Date:   Sat Nov 7 16:27:01 2009 -0500
11104
11105     NAND: fix "raw" reads with ECC syndrome layouts
11106
11107     The syndrome based page read/write routines store ECC, and possibly other
11108     "OOB" data, right after each chunk of ECC'd data.  With ECC chunk size of
11109     512 bytes and a large page (2KiB) NAND, the layout is:
11110
11111       data-0 OOB-0 data-1 OOB-1 data-2 OOB-2 data-3 OOB-3 OOB-leftover
11112
11113     Where OOBx is (prepad, ECC, postpad).  However, the current "raw" routines
11114     use a traditional layout -- data OOB, disregarding the prepad and postpad
11115     values -- so when they're used with that type of ECC hardware, those calls
11116     mix up the data and OOB.  Which means, in particular, that bad block
11117     tables won't be found on startup, with data corruption and related chaos
11118     ensuing.
11119
11120     The current syndrome-based drivers in mainline all seem to use one chunk
11121     per page; presumably they haven't noticed such bugs.
11122
11123     Fix this, by adding read/write page_raw_syndrome() routines as siblings of
11124     the existing non-raw routines; "raw" just means to bypass the ECC
11125     computations, not change data and OOB layout.
11126
11127     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
11128     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
11129     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11130
11131 commit 5df3c2b62cebaa0ddb2817364f93726e5dbe3525
11132 Author: Sandeep Paulraj <s-paulraj@ti.com>
11133 Date:   Sat Nov 7 14:25:18 2009 -0500
11134
11135     NAND: Don't walk past end of oobfree[]
11136
11137     When computing oobavail from the list of free areas in the OOB,
11138     don't assume there will always be an unused slot at the end.
11139     This syncs up with the kernel NAND driver.
11140
11141     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11142
11143 commit 18b5a4b43af3c8359cb568f4fa32d6b9dcebbf26
11144 Author: Sandeep Paulraj <s-paulraj@ti.com>
11145 Date:   Sat Nov 7 14:25:03 2009 -0500
11146
11147     NAND: Update check condition for nand_read_page_hwecc API
11148
11149     The patch updates the check condition for determining
11150     whether the ECC corrections has failed.
11151     This makes it similar to what is in the kernel NAND driver.
11152
11153     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11154
11155 commit e25ee0396226fb56679702d0361cf2645504e7f6
11156 Author: Sandeep Paulraj <s-paulraj@ti.com>
11157 Date:   Sat Nov 7 14:24:50 2009 -0500
11158
11159     NAND: Updating comments/explanations in the NAND driver
11160
11161     Patch updates the comments and explanations for
11162     the arguments to various functions.
11163
11164     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11165
11166 commit aad4a28b2518e1d24ee606d9ea31f9b4dd029777
11167 Author: Sandeep Paulraj <s-paulraj@ti.com>
11168 Date:   Sat Nov 7 14:24:34 2009 -0500
11169
11170     NAND: Subpage shift for ecc_steps equal to 16
11171
11172     This was originally part of Thomas Gleixner's patch for
11173     adding support for 4KiB pages.
11174     This is not part of the U-Boot NAND driver so updating the
11175     driver with this to sync up with the kernel NAND driver.
11176
11177     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11178
11179 commit 36e0b98ec832bb5ec42d6e249058d5b84f75dff8
11180 Author: Sandeep Paulraj <s-paulraj@ti.com>
11181 Date:   Sat Nov 7 14:24:20 2009 -0500
11182
11183     NAND: Remove commented out code
11184
11185     Patch removes already commented out dead code
11186
11187     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11188
11189 commit 4f41e7ea1a17ba7207ca41379bf344b317e72c12
11190 Author: Sandeep Paulraj <s-paulraj@ti.com>
11191 Date:   Sat Nov 7 14:24:06 2009 -0500
11192
11193     NAND: Correct the "chip_shift" calculation
11194
11195     This patch updates the "chip_shift" calculation in the
11196     NAND driver. This is being done to sync up the NAND driver with
11197     the kernel NAND driver.
11198
11199     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11200
11201 commit aaa8eec532876c47acfd31bf9b573a00eaad92ae
11202 Author: Sandeep Paulraj <s-paulraj@ti.com>
11203 Date:   Fri Oct 30 13:51:23 2009 -0400
11204
11205     NAND: Update to support 64 bit device size
11206
11207     This patch adds support for NANDs greater than 2 GB.
11208     Patch is based on the MTD NAND driver in the kernel.
11209
11210     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11211     Signed-off-by: Scott Wood <scottwood@freescale.com>
11212
11213 commit 581d04f14d7a39b63d418e2a21e44101233096d1
11214 Author: Peter Tyser <ptyser@xes-inc.com>
11215 Date:   Thu Oct 15 10:48:18 2009 -0500
11216
11217     cmd_nand: Move conditional compilation to Makefile
11218
11219     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11220
11221 commit 9574fd63a97d080e379f30b6a81a1221eaeb797e
11222 Author: Peter Tyser <ptyser@xes-inc.com>
11223 Date:   Thu Oct 15 10:48:17 2009 -0500
11224
11225     cmd_nand: Remove duplicate include
11226
11227     Also remove vague, unnecessary comment
11228
11229     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11230
11231 commit cdbdbe65f5f006cba208accee5a126c659d4b867
11232 Author: Kumar Gala <galak@kernel.crashing.org>
11233 Date:   Fri Nov 13 08:52:21 2009 -0600
11234
11235     ppc/85xx: Fix how we determine the number of CAM entries
11236
11237     We were incorrectly use the max CAM size as the number of entries in
11238     the array for setting up the addrmap.  We should be using the NENTRY
11239     field which is the low 12-bits of TLB1CFG.
11240
11241     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11242
11243 commit fbd47b6753b08162436d9ccad1e63c8d43ede54c
11244 Author: Mike Rapoport <mike@compulab.co.il>
11245 Date:   Thu Nov 12 15:35:08 2009 +0200
11246
11247     smc911x: make smc911x_initialize return correct value
11248
11249     Make smc911x_initialize return -1 on error and number of interfaces
11250     detected otherwise.
11251
11252     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
11253     Acked-by: Mike Frysinger <vapier@gentoo.org>
11254     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11255
11256 commit c44efcf97b335dcef7d014f65b7d3094e79adb13
11257 Author: Mike Frysinger <vapier@gentoo.org>
11258 Date:   Thu Nov 12 22:26:02 2009 -0500
11259
11260     smc911x_eeprom: fix building after smc911x overhaul
11261
11262     When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was
11263     missed.  The config option needed updating as well as overhauling of the
11264     rergister read/write functions.
11265
11266     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11267     Tested-by: Mike Rapoport <mike.rapoport@gmail.com>
11268     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11269
11270 commit 3ad95deb30ac73bd57e966d321215a17d3236f9f
11271 Author: Dave Liu <daveliu@freescale.com>
11272 Date:   Thu Nov 12 07:26:37 2009 +0800
11273
11274     fsl-ddr: Fix the chip-select interleaving issue
11275
11276     commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
11277     introduced one new bug to chip-select interleaving.
11278
11279     Single DDR controller also can do the chip-select
11280     interleaving if there is dual-rank or qual-rank DIMMs.
11281
11282     Signed-off-by: Dave Liu <daveliu@freescale.com>
11283     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11284
11285 commit 651ef90fa6ca824c8e581aeef9e04bbbe7f7e9ce
11286 Author: javier Martin <javier.martin@vista-silicon.com>
11287 Date:   Thu Oct 29 08:22:43 2009 +0100
11288
11289     mxc_fec: avoid free() calls to already freed pointers.
11290
11291     Sometimes, inside NetLoop, eth_halt() is called before eth_init() has
11292     been called. This is harmless except for free() calls to pointers
11293     which have not been allocated yet.
11294
11295     This patch initializes those pointers to NULL and allocates them only
11296     the first time. This way we can get rid of free calls in halt callback.
11297
11298     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
11299
11300     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
11301     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11302
11303 commit e8f1546a88b4ade6a910c4a7958a774ee1b40023
11304 Author: javier Martin <javier.martin@vista-silicon.com>
11305 Date:   Thu Oct 29 08:18:34 2009 +0100
11306
11307     mxc_fec: fix some erroneous PHY accesses.
11308
11309     This patch fixes erroneous access to the ethernet PHY which broke the driver.
11310     1. Selector field in the auto-negotiation register must be 0x00001 for
11311     using 802.3, not 0x00000 which is reseved.
11312     2. Access to the PHY address specified by CONFIG_FEC_MXC_PHYADDR, not
11313     0x0 fixed address.
11314
11315     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
11316
11317     Now using proper defines for auto-negotiation register.
11318
11319     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
11320     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11321
11322 commit f865fcbbb35851e75fee9c3a3fa8e0f71d9e6463
11323 Author: Ron Lee <ron@debian.org>
11324 Date:   Wed Aug 5 20:14:01 2009 +0200
11325
11326     ARM Don't inline weak symbols
11327
11328     ------------------------------------------------------------------------
11329
11330     GCC 4.4 complains about this now.
11331
11332     Signed-off-by: Ron Lee <ron@debian.org>
11333
11334 commit efe12bcec55c3d77b9ead56e62010d26b66781f3
11335 Author: Stefan Roese <sr@denx.de>
11336 Date:   Mon Nov 9 14:15:42 2009 +0100
11337
11338     ppc4xx: Katmai: Add chip_config command
11339
11340     This patch removes the Katmai "bootstrap" command and replaces it
11341     with the now common command "chip_config".
11342
11343     Signed-off-by: Stefan Roese <sr@denx.de>
11344
11345 commit cdaed5dc31f4023610f180fe158ec8c6f5e855a3
11346 Author: Stefan Roese <sr@denx.de>
11347 Date:   Mon Nov 9 14:13:43 2009 +0100
11348
11349     ppc4xx: Switch to I2C bus numer 0 for chip_config command
11350
11351     All currently available 4xx derivats have the I2C bootstrap EEPROM
11352     located on I2C bus number 0. This patch now first sets this bus number,
11353     so that the chip_config command also works for board with multiple
11354     I2C busses, like Katmai.
11355
11356     Signed-off-by: Stefan Roese <sr@denx.de>
11357
11358 commit 985edaccc4fbaef6d357d104aed08f839058a32f
11359 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11360 Date:   Tue Oct 27 12:19:11 2009 +0100
11361
11362     ppc4xx: Add UBI support to PLU405 boards
11363
11364     -add UBI support
11365     -increase malloc'able memory size
11366     -cleanup MONITOR|FLASH_BASE|LEN constants
11367
11368     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11369     Signed-off-by: Stefan Roese <sr@denx.de>
11370
11371 commit d14c7ec2b51fb92c4a5218b299b772c3d186510d
11372 Author: Ben Warren <biggerbadderben@gmail.com>
11373 Date:   Mon Nov 9 13:09:57 2009 -0800
11374
11375     Fix SMC91111 regression: lpd7a40x build failures
11376
11377     Both lpd7a400 and lpd7a404 failed to compile because they had
11378     CONFIG_SMC_USE_IOFUNCS defined:
11379
11380     examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw'
11381
11382     Also removed an orphaned paren in lpd7a404.h
11383
11384     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11385
11386 commit 1031ae960ce6ce8332190278a06e2d72c2b2793e
11387 Author: Ben Warren <biggerbadderben@gmail.com>
11388 Date:   Mon Nov 9 14:01:08 2009 -0800
11389
11390     SMC91111: Clean up SMC_inx macros on xsengine and xaeniax
11391
11392     This patch fixes the following warnings:
11393
11394     Configuring for xaeniax board...
11395     smc91111_eeprom.c: In function 'print_macaddr':
11396     smc91111_eeprom.c:278: warning: suggest parentheses around + or - in operand of &
11397     smc91111_eeprom.c:281: warning: suggest parentheses around + or - in operand of &
11398     ...
11399     Configuring for xsengine board...
11400     smc91111_eeprom.c: In function 'print_macaddr':
11401     smc91111_eeprom.c:278: warning: suggest parentheses around + or - inside shift
11402     smc91111_eeprom.c:281: warning: suggest parentheses around + or - inside shift
11403
11404     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11405
11406 commit 830c7b6722c6a9762411bf52a7bf2fae4dc71dab
11407 Author: Ben Warren <biggerbadderben@gmail.com>
11408 Date:   Mon Nov 9 11:43:18 2009 -0800
11409
11410     Fix CS8900 regression on impa7 board
11411
11412     The following error was seen on impa7 board, due to its use of a 32-bit bus
11413     on CS8900.
11414     cs8900.c:137:37: error: macro "get_reg_init_bus" passed 2 arguments, but takes just 1
11415
11416     This patch gives the macro the correct number of arguments
11417
11418     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11419
11420 commit e5c5d9e0834bacf1c4787fa76cc4e369f2597cf5
11421 Author: Mike Frysinger <vapier@gentoo.org>
11422 Date:   Sun Nov 1 22:39:56 2009 -0500
11423
11424     clarify eth driver halt/recv steps
11425
11426     The dev->halt() func can be called at any time, and the dev->recv() func
11427     does not need to use NetRxPackets[] when calling NetReceive().
11428
11429     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11430     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11431
11432 commit 497ab0eec5e1e2dfccc141a4485cd6b940e1424a
11433 Author: Hui.Tang <zetalabs@gmail.com>
11434 Date:   Thu Nov 5 09:58:44 2009 +0800
11435
11436     Fix cs8900 dev->priv not init issue
11437
11438     Ensure all CS8900 data structures are assigned before accessing device
11439
11440     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
11441     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11442
11443 commit 4fe5193d464ecdac26ddc71b1351be5b86bbff29
11444 Author: Stefan Roese <sr@denx.de>
11445 Date:   Tue Nov 3 14:34:45 2009 +0100
11446
11447     ppc4xx: 44x_spd_ddr2.c: Fix register macro ECCCR -> ECCES (SDRAM_ECCES)
11448
11449     This error only appears when DEBUG is enabled in this driver. That's why
11450     it went unnoticed till now.
11451
11452     Signed-off-by: Stefan Roese <sr@denx.de>
11453
11454 commit 916ed9444d3ab7b5cd6312557005f2a764a8baf7
11455 Author: Stefan Roese <sr@denx.de>
11456 Date:   Thu Oct 29 18:37:45 2009 +0100
11457
11458     ppc4xx: Canyonlands: Change EBC bus config to drive always (no high-z)
11459
11460     This patch fixes a problem only seen very occasionally on Canyonlands.
11461     The NOR flash interface (CFI driver) doesn't work reliably in all cases.
11462     Erasing and/or programming sometimes doesn't work. Sometimes with
11463     an error message, like "flash not erased" when trying to program an
11464     area that should have just been erased. And sometimes without any error
11465     messages. As mentioned above, this problem was only seen rarely and with
11466     some PLL configuration (CPU speed, EBC speed).
11467
11468     Now I spotted this problem a few times, when running my Canyonlands with
11469     the following setup (chip_config):
11470
11471     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
11472
11473     Changing the EBC configuration to not release the bus into high
11474     impedance state inbetween the transfers (ATC, DTC and CTC bits set to 1
11475     in EBC0_CFG) seems to fix this problem. I haven't seen any failure
11476     anymore with this patch applied.
11477
11478     Signed-off-by: Stefan Roese <sr@denx.de>
11479     Cc: David Mitchell <dmitchell@amcc.com>
11480     Cc: Jeff Mann <MannJ@embeddedplanet.com>
11481
11482 commit 56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb
11483 Author: Stefan Roese <sr@denx.de>
11484 Date:   Mon Nov 9 13:01:19 2009 +0100
11485
11486     ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
11487
11488     Somehow I missed the NAND booting targets in the 4xx linker script
11489     consolidation patchset. This patch fixes this issue.
11490
11491     Signed-off-by: Stefan Roese <sr@denx.de>
11492
11493 commit 9a81c61249d8361ed57d81f496121f3eb9c0eee8
11494 Author: Stefan Roese <sr@denx.de>
11495 Date:   Thu Oct 29 16:54:52 2009 +0100
11496
11497     ppc4xx: Remove duplicated is_pci_host() functions
11498
11499     This patch introduces a weak default function for is_pci_host(),
11500     returning 1. This is the default behaviour, since most boards only
11501     implement PCI host functionality. This weak default can be overridden
11502     by a board specific version if needed.
11503
11504     Signed-off-by: Stefan Roese <sr@denx.de>
11505
11506 commit b0b867462c569e7accd6f78c942cbab028116ecf
11507 Author: Stefan Roese <sr@denx.de>
11508 Date:   Thu Oct 29 15:04:35 2009 +0100
11509
11510     ppc4xx: Consolidate 4xx PCIe board specific configuration
11511
11512     This patch consolidates the PPC4xx board specific PCIe configuration
11513     code. This way the duplicated code is removed. Boards can implement a
11514     special, non standard behaviour (e.g. number of PCIe slots, etc) by
11515     overriding the weak default functions.
11516
11517     Signed-off-by: Stefan Roese <sr@denx.de>
11518
11519 commit 25793f76bf9a7be59c9415ef0f78d034e8d53dae
11520 Author: Remy Bohmer <linux@bohmer.net>
11521 Date:   Thu Oct 29 12:29:37 2009 +0100
11522
11523     ARM: Use Linux version for unaligned access code
11524
11525     The asm-arm/unaligned.h includes linux/unaligned/access_ok.h
11526     This file is unsafe to be used on ARM, since it does an unaligned memory
11527     accesses which fails on ARM.
11528
11529     Lookin at Linux the basic difference seems to be the header
11530     "include/asm-arm/unaligned.h". The Linux version of "unaligned.h"
11531     does *not* include "access_ok.h" at all. It includes "le_byteshift.h"
11532     and "be_byteshift.h" instead.
11533
11534     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11535     Signed-off-by: Stefan Roese <sr@denx.de>
11536     --
11537      include/asm-arm/unaligned.h            |    3 -
11538      include/linux/unaligned/be_byteshift.h |   70 +++++++++++++++++++++++++++++++++
11539      include/linux/unaligned/le_byteshift.h |   70 +++++++++++++++++++++++++++++++++
11540      3 files changed, 142 insertions(+), 1 deletion(-)
11541      create mode 100644 include/linux/unaligned/be_byteshift.h
11542      create mode 100644 include/linux/unaligned/le_byteshift.h
11543
11544 commit 6d6e7c53d5c75e5e24841c5506f4ed9d82adee09
11545 Author: Kumar Gala <galak@kernel.crashing.org>
11546 Date:   Wed Nov 4 18:02:10 2009 -0600
11547
11548     ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
11549
11550     The nand_boot_fsl_elbc.c is shared between 83xx & 85xx however we should
11551     not be including the immap_83xx.h when building 85xx.  We can just get
11552     this all from common.h
11553
11554     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11555
11556 commit 107b579c75256212d4bf8b99ee8d68e0078f3646
11557 Author: Becky Bruce <beckyb@kernel.crashing.org>
11558 Date:   Wed Nov 4 17:34:04 2009 -0600
11559
11560     86xx: Remove redundant code in initdram
11561
11562     The same code exists both inside an #ifdef and outside of it.
11563     Remove the extra code for all the 86xx boards.
11564
11565     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11566     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11567
11568 commit 715d8f7608f77c93f1807a032644893fd5b6d08b
11569 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11570 Date:   Mon Nov 2 09:05:49 2009 -0600
11571
11572     fsl_pci_init_port end-point initialization is broken
11573
11574     commit 70ed869e broke fsl pcie end-point initialization.
11575     Returning 0 is not correct.  The function must return the first free
11576     bus number for the next controller.
11577
11578     fsl_pci_init() must still be called and a bus allocated even if the
11579     controller is an end-point.
11580
11581     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11582     Acked-by: Vivek Mahajan <vivek.mahajan@freescale.com>
11583     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11584
11585 commit 01471d538fb163f472a769f21267d7676c91267c
11586 Author: Kumar Gala <galak@kernel.crashing.org>
11587 Date:   Wed Nov 4 01:29:04 2009 -0600
11588
11589     Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"
11590
11591     This reverts commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc.
11592
11593     There isn't any need to modify the API for fsl_pci_init_port to pass the
11594     status of host/agent(end-point) status.  We can determine that
11595     internally to fsl_pci_init_port.  Revert the patch that makes the API
11596     change.
11597
11598     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11599
11600 commit 2cd95a25cb0ee8218b271d23d64fb3f719ac5390
11601 Author: Stefan Roese <sr@denx.de>
11602 Date:   Tue Oct 27 16:20:05 2009 +0100
11603
11604     ppc4xx: Remove board specific linker scripts from most PPC4xx boards
11605
11606     All these linker scripts can be removed since the new common ppc4xx
11607     linker script should be able to handle all of those boards.
11608
11609     Please test and report problems. Thanks.
11610
11611     Signed-off-by: Stefan Roese <sr@denx.de>
11612
11613 commit 4649913ea5f440d756d150a6fdf2fb2e8ecb75fd
11614 Author: Stefan Roese <sr@denx.de>
11615 Date:   Tue Oct 27 16:11:26 2009 +0100
11616
11617     ppc4xx: Add common ppc4xx linker script
11618
11619     This linker script can be used by all PPC4xx platforms. It works for
11620     PPC405 and PPC440 platforms. Boards which need a board specific linker
11621     script can override this default linker script in board/*/config.mk.
11622
11623     Signed-off-by: Stefan Roese <sr@denx.de>
11624
11625 commit b1245dd3c6409c743f6c2768d00e909a4c8cc4ea
11626 Author: Stefan Roese <sr@denx.de>
11627 Date:   Tue Oct 27 16:16:13 2009 +0100
11628
11629     ppc4xx: Add custom linker script to board/*/config.mk
11630
11631     These boards have special linker scripts right now. We can't use the
11632     common 4xx linker script here. So overrride the linker script (LDSCRIPT)
11633     in board/*/config.mk and choose the board specific version.
11634
11635     Signed-off-by: Stefan Roese <sr@denx.de>
11636
11637 commit ceaa62a6f0237a8ddd2a5f659e6535fcd054332f
11638 Author: Stefan Roese <sr@denx.de>
11639 Date:   Tue Oct 27 15:57:24 2009 +0100
11640
11641     ppc4xx: Fix problems in some ppc4xx board Makefiles
11642
11643     Some 4xx Makefiles didn't add $(SOBJ) to their board library. This was
11644     no till now problem, since those boards included this object (init.o
11645     most of the time) directly from their linker scripts. This patch clean
11646     this up, so that all objects are now collected in the board library. This
11647     is in preparation for the upcoming PPC4xx linker script consolidation.
11648
11649     Signed-off-by: Stefan Roese <sr@denx.de>
11650
11651 commit a0ff1f129a0e1a466e4f8568fce12b7b84578e4c
11652 Author: Stefan Roese <sr@denx.de>
11653 Date:   Tue Oct 27 11:20:53 2009 +0100
11654
11655     ppc4xx: sc3: Remove unreferenced external declarations from sc3.h
11656
11657     Signed-off-by: Stefan Roese <sr@denx.de>
11658     Acked-by: Heiko Schocher <hs@denx.de>
11659
11660 commit 7ec1fedda6ac551c67f2214ced94e4b49b6680e4
11661 Author: Stefan Roese <sr@denx.de>
11662 Date:   Tue Oct 27 11:46:23 2009 +0100
11663
11664     mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h
11665
11666     This patch extends the mkconfig script to automatically create a define
11667     for the board directory in include/config.h:
11668
11669     #define CONFIG_BOARDDIR board/amcc/canyonlands
11670
11671     This is needed for the upcoming PPC4xx linker script consolidation,
11672     where the PPC440 platforms need to include a board specific file in
11673     the common linker script.
11674
11675     Signed-off-by: Stefan Roese <sr@denx.de>
11676
11677 commit ff88229549e08fdd3f9127c1cc4db11a3576250f
11678 Author: Dave Liu <daveliu@freescale.com>
11679 Date:   Sat Oct 31 07:59:55 2009 +0800
11680
11681     ppc/85xx: Fix misc L2 cache enabling bug
11682
11683     We need loop-check the flash clear lock and enable bit for L2 cache.
11684
11685     Signed-off-by: Dave Liu <daveliu@freescale.com>
11686     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11687
11688 commit cd12f615e4dd1dd24caab93f4157894783c6c1c0
11689 Author: Wolfgang Grandegger <wg@denx.de>
11690 Date:   Fri Oct 23 12:03:16 2009 +0200
11691
11692     mpc52xx: add support for the IPEK01 board
11693
11694     This patch adds support for the board IPEK01 based on the MPC5200.
11695     The Futjitsu Lime graphics controller is configured in 16 bpp mode.
11696
11697     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11698
11699 commit 229b6dce675c729ee0ea2d7b61fbcda89b23b6b8
11700 Author: Wolfgang Grandegger <wg@denx.de>
11701 Date:   Fri Oct 23 12:03:15 2009 +0200
11702
11703     video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
11704
11705     In 16 bpp mode, the new IPEK01 board only requires swapping of D16 words
11706     for D32 accesses due to the diffferent connecting to the GDC bus. This
11707     patch introduces the configuration option VIDEO_FB_16BPP_WORD_SWAP,
11708     which should be set for all board using the mb862xx in 16 bpp mode. For
11709     the IPEK01, VIDEO_FB_16BPP_PIXEL_SWAP should not be set.
11710
11711     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11712
11713 commit 5d16ca87100ea58c93c46b9f0264981eaed49568
11714 Author: Anatolij Gustschin <agust@denx.de>
11715 Date:   Fri Oct 23 12:03:14 2009 +0200
11716
11717     video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
11718
11719     The new IPEK01 board can use the 32 bpp mode for the Lime graphics
11720     controller. For this mode, video accelaration does not work. This patch
11721     makes the accelaration configurable via CONFIG_VIDEO_MB862xx_ACCEL,
11722     which is enabled for the lwmon5 and the socrates board for backward
11723     compatibility.
11724
11725     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11726     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11727
11728 commit c28d3bbe963f4c57937d6fdc1dd63cd3562c147c
11729 Author: Wolfgang Grandegger <wg@denx.de>
11730 Date:   Fri Oct 23 12:03:13 2009 +0200
11731
11732     video: mb862xx: improve board-specific Lime configuration
11733
11734     To avoid board-specific code accessing the mb862xx registers directly,
11735     the public function mb862xx_probe() has been introduced. Furthermore,
11736     the "Change of Clock Frequency" and "Set Memory I/F Mode" registers
11737     are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx__MMR,
11738     respectively. The BSPs for the socrates and lwmon5 boards have been
11739     adapted accordingly.
11740
11741     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11742
11743 commit 08ea550eef310e9d59d83f3cfd57a902373bf17f
11744 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
11745 Date:   Mon Oct 26 18:49:06 2009 -0400
11746
11747     new PCA9564 i2c bridge driver
11748
11749     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
11750     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11751
11752 commit 08a1c6258c2a04cead33eac50d96ea89979dcb94
11753 Author: Mike Frysinger <vapier@gentoo.org>
11754 Date:   Wed Oct 14 19:27:27 2009 -0400
11755
11756     Blackfin: TWI/I2C: implement bus speed get/set functions
11757
11758     While we're here, improve the speed calculation a bit to match the HRM.
11759
11760     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11761
11762 commit 3814ea4f0002536ac592480b2cdafa319a16e329
11763 Author: Mike Frysinger <vapier@gentoo.org>
11764 Date:   Wed Oct 14 19:27:26 2009 -0400
11765
11766     Blackfin: TWI/I2C: add timeout to transfer
11767
11768     The current transfer code relies on ctrlc() to abort transfers, but this
11769     requires user interactivity.  Naturalize the process with a timeout.
11770
11771     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11772
11773 commit 59434fe243962758742af5cb8e2ced976e17c302
11774 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11775 Date:   Fri Oct 30 10:16:27 2009 +0900
11776
11777     sh: Update lowlevel_init.S of espt-giga
11778
11779     There was the point that did not use write macro.
11780     Change to write macro.
11781
11782     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11783
11784 commit f1cae1969d9e971fb72827a5731ce7e752464aa2
11785 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11786 Date:   Fri Oct 30 10:01:25 2009 +0900
11787
11788     sh: Move some defs to convince 'pcrel too far'
11789
11790     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11791     Signed-off-by: Takashi Yoshii <yoshii.takashi@gmail.com>
11792
11793 commit 0f9eaf4b323ea0ca95944b84c7465b81ba575514
11794 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11795 Date:   Thu Oct 15 13:36:34 2009 +0900
11796
11797     sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.
11798
11799     By "arm/microblaze/nios/nios2/sh: Remove relocation fixups"
11800     (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49", doesn't need
11801     malloc_bin_reloc function. This commit remove this.
11802
11803     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11804
11805 commit 0775437293a6963cb21244dfae6978cbf67c6bfe
11806 Author: Ben Warren <biggerbadderben@gmail.com>
11807 Date:   Wed Oct 21 21:53:39 2009 -0700
11808
11809     Fix DM9000 MAC address handling
11810
11811     Proper behavior is to pull MAC address from NVRAM in the initialization() an
11812     stuff it in dev->address, then program the device from dev->address in
11813     the init() function.
11814
11815     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11816
11817 commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a
11818 Author: Wolfgang Denk <wd@denx.de>
11819 Date:   Wed Oct 28 22:07:56 2009 +0100
11820
11821     sbc8349: fix incorrect comment
11822
11823     The comment for the BR0_PRELIM port size initialization incorrectly
11824     stated 32 bit, while it's actually 16 bit. The code is correct.
11825
11826     Reported-by: Guenter Koellner <guenter.koellner@nsn.com>
11827     Signed-off-by: Wolfgang Denk <wd@denx.de>
11828
11829 commit a38f85e180a30b6225808828ded1017b1a5418c6
11830 Author: Sandeep Paulraj <s-paulraj@ti.com>
11831 Date:   Wed Oct 28 11:05:03 2009 -0400
11832
11833     Fix Compliation warning for TNY-A9260 and TNY-A9G20
11834
11835     The patch fixes a compilation warning by defining
11836     CONFIG_SYS_64BIT_VSPRINTF in the config file
11837
11838     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11839
11840 commit 264e42ee54f1d322805d9068168fd362b413fd09
11841 Author: Sandeep Paulraj <s-paulraj@ti.com>
11842 Date:   Wed Oct 28 11:04:53 2009 -0400
11843
11844     Fix Compliation warning for SBC35-A9G20 board
11845
11846     The patch fixes a compilation warning by defining
11847     CONFIG_SYS_64BIT_VSPRINTF in the config file
11848
11849     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11850
11851 commit 353462f6ff9769091fb644d44d8025f20a4192d9
11852 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
11853 Date:   Wed Oct 28 09:37:33 2009 -0500
11854
11855     galaxy5200: Add default environment variables
11856
11857     Extend bootdelay to 10 seconds.  Set boot retry time to 120 seconds and use
11858     reset to retry.  Define default bootcommand and bootargs for production.
11859
11860     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
11861
11862 commit fa36ae790eb10ce70935f9a78f07703719dca422
11863 Author: Stefan Roese <sr@denx.de>
11864 Date:   Tue Oct 27 15:15:55 2009 +0100
11865
11866     cfi: Add weak default function for flash_cmd_reset()
11867
11868     Currently the CFI driver issues both AMD and Intel reset commands.
11869     This is because the driver doesn't know yet which chips are connected.
11870     This dual reset seems to cause problems with the M29W128G chips as
11871     reported by Richard Retanubun. This patch now introduces a weak default
11872     function for the CFI reset command, still with both resets. This can
11873     be overridden by a board specific version if necessary.
11874
11875     Signed-off-by: Stefan Roese <sr@denx.de>
11876     Cc: Richard Retanubun <RichardRetanubun@ruggedcom.com>
11877
11878 commit 4946775c6db52dba28f72ba3525764b54f1d4593
11879 Author: Wolfgang Denk <wd@denx.de>
11880 Date:   Wed Oct 28 00:49:47 2009 +0100
11881
11882     Coding Style cleanup; update CHANGELOG, prepare -rc1
11883
11884     Signed-off-by: Wolfgang Denk <wd@denx.de>
11885
11886 commit 246c69225c7b962d5c93e92282b78ca9fc5fefee
11887 Author: Peter Tyser <ptyser@xes-inc.com>
11888 Date:   Sun Oct 25 15:12:56 2009 -0500
11889
11890     Add 'editenv' command
11891
11892     The editenv command can be used to edit an environment variable.
11893     Editing an environment variable is useful when one wants to tweak an
11894     existing variable, for example fix a typo or change the baudrate in the
11895     'bootargs' environment variable.
11896
11897     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11898
11899 commit b0fa8e50632a628766db23f5c884ec63f1469552
11900 Author: Peter Tyser <ptyser@xes-inc.com>
11901 Date:   Sun Oct 25 15:12:55 2009 -0500
11902
11903     setenv(): Delete 0-length environment variables
11904
11905     Previously setenv() would only delete an environment variable if it
11906     was passed a NULL string pointer as a value.  It should also delete an
11907     environment variable when it encounters a valid string pointer of
11908     0-length.
11909
11910     This change/fix is generally useful and is necessary for the upcoming
11911     "editenv" command.
11912
11913     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11914
11915 commit ecc5500ee487170d8af6ff893fd1e0082380a01a
11916 Author: Peter Tyser <ptyser@xes-inc.com>
11917 Date:   Sun Oct 25 15:12:54 2009 -0500
11918
11919     readline(): Add ability to modify a string buffer
11920
11921     If the 'buf' parameter is a non-0-length string, its contents will be
11922     edited.  Previously, the initial contents of 'buf' were ignored and the
11923     user entered its contents from scratch.
11924
11925     This change is necessary to support the upcoming "editenv" command but
11926     could also be used for future commands which require a user to modify
11927     an existing string.
11928
11929     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11930
11931 commit f923943843cd617d681387e7fe81a48060cc6401
11932 Author: Peter Tyser <ptyser@xes-inc.com>
11933 Date:   Sun Oct 25 15:12:53 2009 -0500
11934
11935     cread_line(): Remove unused variables
11936
11937     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11938
11939 commit e491a71e578e93bd3b2f8f20d8ef8f111c98010d
11940 Author: Peter Tyser <ptyser@xes-inc.com>
11941 Date:   Sun Oct 25 15:12:52 2009 -0500
11942
11943     Check for NULL prompt in readline_into_buffer()
11944
11945     Previously, passing readline() or readline_into_buffer() a NULL 'prompt'
11946     parameter would result in puts() printing garbage when
11947     CONFIG_CMDLINE_EDITING was enabled.
11948
11949     Note that no board currently triggers this bug.  Enabling
11950     CONFIG_CMDLINE_EDITING on some boards (eg bab7xx) would result in
11951     the bug appearing.  This change is only intended to prevent someone
11952     from running into this issue in the future.
11953
11954     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11955
11956 commit 16d1c10783660f3fdbc3c19141f42f3b0d1834d3
11957 Author: Wolfgang Denk <wd@denx.de>
11958 Date:   Sun Oct 25 23:00:09 2009 +0100
11959
11960     drivers/net/phy/miiphybb.c: fix warning: no newline at end of file
11961
11962     Add missing newline.
11963
11964     Signed-off-by: Wolfgang Denk <wd@denx.de>
11965     Cc: Luigi Mantellini <luigi.mantellini@idf-hit.com>
11966     Cc: Ben Warren <biggerbadderben@gmail.com>
11967
11968 commit a747a7f31059b9069e97c78bba5496409c33aa05
11969 Author: Wolfgang Denk <wd@denx.de>
11970 Date:   Tue Oct 27 00:03:32 2009 +0100
11971
11972     Revert "env: only build env_embedded and envcrc when needed"
11973
11974     Breaks building on many boards, and no really clean fix available yet.
11975
11976     This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178.
11977
11978 commit 3fca80375981fe83d4674a0267183b469a1ea7ff
11979 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11980 Date:   Thu Oct 15 17:47:16 2009 +0400
11981
11982     mpc85xx: Configure QE USB for MPC8569E-MDS boards
11983
11984     Setup QE pin multiplexing for USB function, configure needed BCSRs
11985     and add some fdt fixups.
11986
11987     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11988     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11989
11990 commit 14809b6c21c89dd65abaf3fea7627fb5ea0f78a3
11991 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11992 Date:   Thu Oct 15 17:47:13 2009 +0400
11993
11994     mpc85xx: Configure QE UART for MPC8569E-MDS boards
11995
11996     To make QE UART usable by Linux we should setup pin multiplexing
11997     and turn UCC2 Ethernet node into UCC2 QE UART node.
11998
11999     Also, QE UART is mutually exclusive with UART0, so we can't enable
12000     it if eSDHC is in 4-bits mode on pilot boards, or if it's a prototype
12001     board with eSDHC in 1- or 4-bits mode.
12002
12003     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12004     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12005
12006 commit 70d665b1d230b9575a647948e8db3da1e6743e5c
12007 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12008 Date:   Thu Oct 15 17:47:11 2009 +0400
12009
12010     mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
12011
12012     SPI Flash (M25P40) is connected to the SPI1 bus, we need a few
12013     qe_iop entries to actually enable SPI1 on these boards.
12014
12015     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12016     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12017
12018 commit 65dec3b4599a17e83ec69dfd059e4ea1e795ef37
12019 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12020 Date:   Thu Oct 15 17:47:09 2009 +0400
12021
12022     mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
12023
12024     This patch sets memory window for Serial RapidIO on MPC8569E-MDS
12025     boards.
12026
12027     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12028     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12029
12030 commit a29155e12286cc5ec2df72c1cab28e3659bfdad5
12031 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12032 Date:   Thu Oct 15 17:47:08 2009 +0400
12033
12034     mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards
12035
12036     Simply add some defines, and adjust TLBe setup to include some
12037     space for eLBC NAND.
12038
12039     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12040     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12041
12042 commit 7f52ed5ef1b490da282ace3316be381a6abf96a5
12043 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12044 Date:   Thu Oct 15 17:47:06 2009 +0400
12045
12046     mpc85xx: Add eSDHC support for MPC8569E-MDS boards
12047
12048     eSDHC is mutually exlusive with UART0 (in 4-bits mode) and I2C2
12049     (in 1-bit mode). When eSDHC is used, we should switch u-boot console to
12050     UART1, and make the proper device-tree fixups.
12051
12052     Because of an erratum in prototype boards it is impossible to use eSDHC
12053     without disabling UART0 (which makes it quite easy to 'brick' the board
12054     by simply issung 'setenv hwconfig esdhc', and not able to interact with
12055     U-Boot anylonger).
12056
12057     So, but default we assume that the board is a prototype, which is a most
12058     safe assumption. There is no way to determine board revision from a
12059     register, so we use hwconfig.
12060
12061     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12062     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12063
12064 commit 48618126f78f05042dae428811809b594f747eb9
12065 Author: Peter Tyser <ptyser@xes-inc.com>
12066 Date:   Fri Oct 23 15:55:48 2009 -0500
12067
12068     xpedite5370: Enable multi-core support
12069
12070     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12071     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12072
12073 commit 5ccd29c3679b3669b0bde5c501c1aa0f325a7acb
12074 Author: Peter Tyser <ptyser@xes-inc.com>
12075 Date:   Fri Oct 23 15:55:47 2009 -0500
12076
12077     85xx: MP Boot Page Translation update
12078
12079     This change has 3 goals:
12080     - Have secondary cores be released into spin loops at their 'true'
12081       address in SDRAM.  Previously, secondary cores were put into spin
12082       loops in the 0xfffffxxx address range which required that boot page
12083       translation was always enabled while cores were in their spin loops.
12084
12085     - Allow the TLB window that the primary core uses to access the
12086       secondary cores boot page to be placed at any address.  Previously, a
12087       TLB window at 0xfffff000 was always used to access the seconary cores'
12088       boot page.  This TLB address requirement overlapped with other
12089       peripherals on some boards (eg XPedite5370).  By default, the boot
12090       page TLB will still use the 0xfffffxxx address range, but this can be
12091       overridden on a board-by-board basis by defining a custom
12092       CONFIG_BPTR_VIRT_ADDR.  Note that the TLB used to map the boot page
12093       remains in use while U-Boot executes.  Previously it was only
12094       temporarily used, then restored to its initial value.
12095
12096     - Allow Boot Page Translation to be disabled on bootup.  Previously,
12097       Boot Page Translation was always left enabled after secondary cores
12098       were brought out of reset.  This caused the 0xfffffxxx address range
12099       to somewhat "magically" be translated to an address in SDRAM.  Some
12100       boards may not want this oddity in their memory map, so defining
12101       CONFIG_MPC8xxx_DISABLE_BPTR will turn off Boot Page Translation after
12102       the secondary cores are initialized.
12103
12104     These changes are only applicable to 85xx boards with CONFIG_MP defined.
12105
12106     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12107     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12108
12109 commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc
12110 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
12111 Date:   Tue Oct 27 12:18:55 2009 +0530
12112
12113     ppc/85xx/pci: fsl_pci_init: pcie agent mode support
12114
12115     Originally written by Jason Jin and Mingkai Hu for mpc8536.
12116
12117     When QorIQ based board is configured as a PCIe agent, then unlock/enable
12118     inbound PCI configuration cycles and init a 4K inbound memory window;
12119     so that a PCIe host can access the PCIe agents SDRAM at address 0x0
12120
12121     * Supported in fsl_pci_init_port() after adding pcie_ep as a param
12122     * Revamped copyright in drivers/pci/fsl_pci_init.c
12123     * Mods in 85xx based board specific pci init after this change
12124
12125     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
12126     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12127
12128 commit 273a28ad9ef59dcfcd4c056ec1f61f1e0896cfaa
12129 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12130 Date:   Tue Oct 27 09:36:38 2009 +0530
12131
12132     85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate
12133
12134     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12135     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12136
12137 commit 924024c396761c267b948f38d78e9905f2036501
12138 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12139 Date:   Tue Oct 27 09:26:55 2009 +0530
12140
12141     85xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.
12142
12143     The data being modified was in NOR flash which caused the crash.
12144
12145     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12146     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12147
12148 commit 2c0c58b92dbb68007061bdc0edd23bdf142efebf
12149 Author: Sergey Mironov <ierton@gmail.com>
12150 Date:   Wed Sep 23 16:47:38 2009 +0400
12151
12152     Fix bug in jumptable call stubs for SPARC.
12153
12154     Signed-off-by: Sergey Mironov <ierton@gmail.com>
12155     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
12156
12157 commit 3e303f748cf57fb23e8ec95ab7eac0074be50e2b
12158 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12159 Date:   Thu Oct 15 17:47:04 2009 +0400
12160
12161     fdt_support: Add multi-serial support for stdout fixup
12162
12163     Currently fdt_fixup_stdout() is using hard-coded CONFIG_CONS_INDEX
12164     constant. With multi-serial support, the CONS_INDEX may no longer
12165     represent actual console, so we should try to extract port number
12166     from the current stdio device name instead of always hard-coding the
12167     constant value.
12168
12169     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12170     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12172
12173 commit da0e5f7ee828f246d85997486fff308837069453
12174 Author: Leon Woestenberg <leon.woestenberg@gmail.com>
12175 Date:   Mon Oct 26 10:03:32 2009 +0100
12176
12177     ppc/85xx: Fix crashes due to generation of SPE instruction
12178
12179     U-Boot crashed on the last instruction:
12180
12181     int parse_stream_outer(struct in_str *inp, int flag)
12182     {
12183     effa4784:       94 21 ff 38     stwu    r1,-200(r1)
12184     effa4788:       7c 08 02 a6     mflr    r0
12185     effa478c:       42 9f 00 05     bcl-    20,4*cr7+so,effa4790 <parse_stream_outer+0xc>
12186     effa4790:       7d 80 00 26     mfcr    r12
12187     effa4794:       13 c1 b3 21     evstdd  r30,176(r1)
12188
12189     ...which is a  SPE instruction, although -mno-spe was used.
12190
12191     tmp/cross/ppce500v2/bin/powerpc-angstrom-linux-gnuspe-gcc --version
12192     powerpc-angstrom-linux-gnuspe-gcc (GCC) 4.3.3
12193
12194     Seems to be a known issue (since 2008-04?!)
12195
12196     Googled some, turns out this patch/workaround works for me on MPC8536DS.
12197
12198     See http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html for more info
12199
12200     Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
12201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12202
12203 commit 654ea1f3184235694306ddc5874baa27ad3018fe
12204 Author: Dave Liu <daveliu@freescale.com>
12205 Date:   Thu Oct 22 00:10:23 2009 -0500
12206
12207     ppc/85xx: Make L2 support more robust
12208
12209     According the user manual, we need loop-check the L2 enable bit set.
12210
12211     Signed-off-by: Dave Liu <daveliu@freescale.com>
12212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12213
12214 commit 613ad28c3da4c7fc6336ef9d94993b25a5d0586e
12215 Author: Kumar Gala <galak@kernel.crashing.org>
12216 Date:   Mon Oct 26 21:21:25 2009 -0500
12217
12218     ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c
12219
12220     nand_boot.c: In function 'board_init_f':
12221     nand_boot.c:44: warning: 'sys_clk' may be used uninitialized in this function
12222
12223     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12224
12225 commit e8967d96a0e8d09d91a3b7bd292746996dd8e7ac
12226 Author: Kumar Gala <galak@kernel.crashing.org>
12227 Date:   Mon Oct 26 21:18:33 2009 -0500
12228
12229     ppc/85xx: Fix building NAND_SPL out of tree
12230
12231     We need to source files to exist in the O=<FOO> nand_spl dir when
12232     we build out of tree.
12233
12234     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12235
12236 commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f
12237 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12238 Date:   Fri Oct 23 10:52:38 2009 +0200
12239
12240     License cleanup: Fix license header for some esd display configurations
12241
12242     These files were autogenerated by EPSON configuration tools.
12243     This patch replaces the autogenerated file headers by the GPL
12244     license notice.
12245
12246     This change is done with the explicit permission
12247     of Epson Research & Development / IC Software Development.
12248
12249     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12250
12251 commit 4166ee58d30ada7b298b9c941067f0341c2dccbe
12252 Author: Mike Frysinger <vapier@gentoo.org>
12253 Date:   Fri Oct 9 17:12:44 2009 -0400
12254
12255     sf: add GPL-2 license info
12256
12257     Some of the new spi flash files were missing explicit license lines.
12258
12259     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12260     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12261
12262 commit d535a493004fb701f131b132402a7704f9c9342d
12263 Author: Kumar Gala <galak@kernel.crashing.org>
12264 Date:   Wed Oct 21 23:29:51 2009 -0500
12265
12266     fdt: Fix fdt padding issue for initrd mem_rsv
12267
12268     Its possible that we end up with a device tree that happens to be a
12269     particular size that after we call fdt_resize() we don't have any
12270     space left for the initrd mem_rsv.
12271
12272     Fix this be adding a second mem_rsv into the size calculation.  We
12273     had one to cover the fdt itself and we have the potential of adding
12274     a second for the initrd.
12275
12276     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12277     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12278
12279 commit 4bc3d2afb380e78fdbb9c501d9a8da6d59eb178e
12280 Author: Steve Sakoman <sakoman@gmail.com>
12281 Date:   Tue Oct 20 18:21:18 2009 +0200
12282
12283     ARM: OMAP3: Refactors the SM911x driver
12284
12285     Move the test up in the function to not hang on systems without ethernet.
12286
12287     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12288     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12289
12290 commit f3807374787e4394efb767e2e8527887f57e51b8
12291 Author: Minkyu Kang <mk7.kang@samsung.com>
12292 Date:   Thu Oct 15 11:19:15 2009 +0900
12293
12294     s5pc1xx: SMDKC100: fix compile warnings
12295
12296     fix the following compile warnings
12297     warning: dereferencing type-punned pointer will break strict-aliasing rules
12298
12299     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12300
12301 commit 8003c361deec3ee651451662efd05352f1abdd40
12302 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
12303 Date:   Tue Oct 6 08:44:22 2009 +0200
12304
12305     arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
12306
12307     U-boot for Marvell Kirkwood boards no longer work after the EABI changes
12308     introduced in commit f772acf8a584067033eff1e231fcd1fb3a00d3d9. This
12309     turns out to be caused by a stack alignment issue. The armv5te
12310     instructions ldrd/strd instructions require 8-byte alignment to work
12311     properly (otherwise undefined behavior).
12312
12313     Tested on an OpenRD base board, where both printouts and ubifs stuff now
12314     works.
12315
12316     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
12317
12318 commit e63e5904b48528f3f3cc98317df6fc62fab25bf9
12319 Author: Tom Rix <Tom.Rix@windriver.com>
12320 Date:   Sat Oct 17 12:41:06 2009 -0500
12321
12322     TI OMAP3 SDP3430: Initial Support
12323
12324     Start of support of
12325     Texas Instruments Software Development Platform(SDP)
12326     for OMAP3430 - SDP3430
12327
12328     Highlights of this platform are:
12329     Flash Memory devices:
12330         Sibley NOR, Micron 8bit NAND and OneNAND
12331     Connectivity:
12332         3 UARTs and expanded 4 UART ports + IrDA
12333         Ethernet, USB
12334     Other peripherals:
12335         TWL5030 PMIC+Audio+Keypad
12336         VGA display
12337     Expansion ports:
12338         Memory devices plugin boards (PISMO)
12339         Connectivity board for GPS,WLAN etc.
12340     Completely configurable boot sequence and device mapping
12341     etc.
12342
12343     Support default jumpering and:
12344      - UART1/ttyS0 console(legacy sdp3430 u-boot)
12345      - UART3/ttyS2 console (matching other boards,
12346                  and SDP HW docs)
12347      - Ethernet
12348      - mmc0
12349      - NOR boot
12350
12351     Currently the UART1 is enabled by default.  for
12352     compatibility with other OMAP3 u-boot platforms,
12353     enable the #define of CONSOLE_J9.
12354
12355     Conflicts:
12356
12357         Makefile
12358
12359     Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
12360     to it is alphabetically sorted location above zoom1.
12361
12362     Signed-off-by: David Brownell <david-b@pacbell.net>
12363     Signed-off-by: Nishanth Menon <nm@ti.com>
12364     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12365
12366 commit a4474ff8629be5f28aefb8a9f48d4411d62fb0d2
12367 Author: Sandeep Paulraj <s-paulraj@ti.com>
12368 Date:   Tue Oct 13 19:35:11 2009 -0400
12369
12370     TI DaVinci: Adding Copyright for DM365 EVM
12371
12372     Forgot to add Copyright while submitting the patch.
12373     This patch adds the copyright.
12374
12375     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12376
12377 commit 11b0102218bbb50ac5c04f1521f2a22ed4e90cf1
12378 Author: Sandeep Paulraj <s-paulraj@ti.com>
12379 Date:   Tue Oct 13 12:32:32 2009 -0400
12380
12381     TI DaVinci: Fix DM6467 EVM Compilation Warning
12382
12383     Due to new TI boards being added to U-Boot, the hardware.h
12384     is getting very messy. The warning being fixed is due to
12385     the EMIF addresses being redefined.
12386
12387     The long term solution(after 2009.11) to this is to
12388     have SOC specific header files.
12389
12390     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12391
12392 commit fac1ef4ba685606bf28349d18e050ea08b50e669
12393 Author: Sandeep Paulraj <s-paulraj@ti.com>
12394 Date:   Tue Oct 13 12:01:52 2009 -0400
12395
12396     TI DaVinci: DM355 Leopard: Fix compilation warning
12397
12398     We get a compliation warning when we enable the NAND driver
12399     for DM355 leopard. The waring we get is that we have
12400     an implicit declaration of davinci_nand_init.
12401
12402     It is fixed by including the asm/arch/nand_defs.h header file
12403
12404     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12405
12406 commit f8a812aa656bc34622303a26fa5003d19c34aeed
12407 Author: Nishanth Menon <nm@ti.com>
12408 Date:   Tue Oct 13 12:49:55 2009 -0400
12409
12410     TI OMAP3: make gpmc_config as const
12411
12412     gpmc_config should not be a variant as it is board specific
12413     hence make it a const parameter
12414
12415     Fixes issues identified by Dirk:
12416     - build issue for zoom2
12417     - warnings for all other OMAP3 platforms using nand/onenand etc
12418
12419     Signed-off-by: Nishanth Menon <nm@ti.com>
12420
12421 commit cfc25874624a328f53ad59b1206e2103f2e62d74
12422 Author: Stefan Roese <sr@denx.de>
12423 Date:   Mon Oct 19 16:19:36 2009 +0200
12424
12425     ppc4xx: Sequoia: Add chip_config command
12426
12427     This patch removes the Sequoia "bootstrap" command and replaces it
12428     with the now common command "chip_config".
12429
12430     Please note that the patches with the dynamic PCI sync clock
12431     configuration have to be applied, before this one should go in.
12432     This is because Sequoia has 2 different bootstrap EEPROMs, and
12433     the old bootstrap command configured different values depending
12434     on the detected PCI async clock (33 vs. 66MHz). With the PCI sync
12435     clock patches, this is not necessary anymore. The PCI sync clock
12436     will be configured correctly on-the-fly now.
12437
12438     Signed-off-by: Stefan Roese <sr@denx.de>
12439
12440 commit c85b58397030e25e146ccf5085c86221c40c53b3
12441 Author: Stefan Roese <sr@denx.de>
12442 Date:   Mon Oct 19 14:14:08 2009 +0200
12443
12444     ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock
12445
12446     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
12447     reconfigure the PCI sync clock.
12448
12449     Signed-off-by: Stefan Roese <sr@denx.de>
12450
12451 commit 23c51a2d6393cd3be9eb62cb42d92138ff6db8a9
12452 Author: Stefan Roese <sr@denx.de>
12453 Date:   Mon Oct 19 14:10:50 2009 +0200
12454
12455     ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock
12456
12457     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
12458     reconfigure the PCI sync clock.
12459
12460     Signed-off-by: Stefan Roese <sr@denx.de>
12461
12462 commit 08c6a2628478ace808b3767db17e4148cac5a7fb
12463 Author: Stefan Roese <sr@denx.de>
12464 Date:   Mon Oct 19 14:44:11 2009 +0200
12465
12466     ppc4xx: Print PCI synchronous clock frequency upon bootup
12467
12468     Some 4xx variants (e.g. 440EP(x)/GR(x)) have an internal
12469     synchronous PCI clock. Knowledge about the currently configured
12470     value might be helpful. So let's print it out upon bootup.
12471
12472     Signed-off-by: Stefan Roese <sr@denx.de>
12473
12474 commit 5e47f9535f53fd4cc05f32fb6166870f976fbb4e
12475 Author: Stefan Roese <sr@denx.de>
12476 Date:   Mon Oct 19 14:06:23 2009 +0200
12477
12478     ppc4xx: Add function to check and dynamically change PCI sync clock
12479
12480     PPC440EP(x)/PPC440GR(x):
12481     In asynchronous PCI mode, the synchronous PCI clock must meet
12482     certain requirements. The following equation describes the
12483     relationship that must be maintained between the asynchronous PCI
12484     clock and synchronous PCI clock. Select an appropriate PCI:PLB
12485     ratio to maintain the relationship:
12486
12487     AsyncPCIClk - 1MHz <= SyncPCIclock <= (2 * AsyncPCIClk) - 1MHz
12488
12489     This patch now adds a function to check and reconfigure the sync
12490     PCI clock to meet this requirement. This is in preparation for
12491     some AMCC boards (Sequoia/Rainier and Yosemite/Yellowstone) using this
12492     function to not violate the PCI clocking rules.
12493
12494     Signed-off-by: Stefan Roese <sr@denx.de>
12495
12496 commit 92b8964bed0d1b779d9e26be4e16755b5c635415
12497 Author: Stefan Roese <sr@denx.de>
12498 Date:   Fri Oct 16 10:01:09 2009 +0200
12499
12500     ppc4xx: Update flash size in reg property of the NOR flash node
12501
12502     Till now only the ranges in the ebc node are updated with the values
12503     currently configured in the PPC4xx EBC controller. With this patch now
12504     the NOR flash size is updated in the device tree blob as well. This is
12505     done by scanning the compatible nodes "cfi-flash" and "jedec-flash"
12506     for the correct chip select number.
12507
12508     This size fixup is enabled for all AMCC eval board right now. Other
12509     4xx boards may want to enable it as well, if this problem with multiple
12510     NOR FLASH sizes exists.
12511
12512     Signed-off-by: Stefan Roese <sr@denx.de>
12513     Cc: Wolfgang Denk <wd@denx.de>
12514
12515 commit 30d45c0d3ea2231f9131276ea113595959a0720e
12516 Author: Stefan Roese <sr@denx.de>
12517 Date:   Wed Oct 21 11:59:52 2009 +0200
12518
12519     fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb
12520
12521     This function can be used to update the size in the "reg" property
12522     of the NOR FLASH device nodes. This is necessary for boards with
12523     non-fixed NOR FLASH sizes.
12524
12525     Signed-off-by: Stefan Roese <sr@denx.de>
12526     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12527     Acked-by: Wolfgang Denk <wd@denx.de>
12528
12529 commit 76706cb86b1c76954ff5353db6757ab99cfd95fb
12530 Author: Wolfgang Denk <wd@denx.de>
12531 Date:   Tue Oct 20 23:12:13 2009 +0200
12532
12533     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
12534
12535     strcpy() was iused with the target address being a pointer to a
12536     constant string, which potentially is read-only. Use a (writable)
12537     array of characters instead.
12538
12539     Signed-off-by: Wolfgang Denk <wd@denx.de>
12540     Signed-off-by: Stefan Roese <sr@denx.de>
12541
12542 commit 0e1ac981194aa0d92eff0934442cec48a4f57834
12543 Author: Wolfgang Denk <wd@denx.de>
12544 Date:   Tue Oct 20 23:07:04 2009 +0200
12545
12546     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
12547
12548     strcpy() was iused with the target address being a pointer to a
12549     constant string, which potentially is read-only. Use a (writable)
12550     array of characters instead.
12551
12552     Signed-off-by: Wolfgang Denk <wd@denx.de>
12553
12554 commit c55096c084308c08bf8891c190f90bdc3a232394
12555 Author: Daniel Mack <daniel@caiaq.de>
12556 Date:   Wed Apr 8 13:23:38 2009 +0200
12557
12558     smc911x: add support for LAN9220
12559
12560     Signed-off-by: Daniel Mack <daniel@caiaq.de>
12561     Cc: Sascha Hauer <s.hauer@pengutronix.de>
12562     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12563
12564 commit f67066b6b0740b826ed862615c5ab022aaf4779a
12565 Author: Mike Frysinger <vapier@gentoo.org>
12566 Date:   Sun Oct 18 20:43:14 2009 -0400
12567
12568     envcrc: check return value of fwrite()
12569
12570     Newer toolchains will often complain about unchecked fwrite():
12571         envcrc.c:117: warning: ignoring return value of `fwrite´, declared
12572                 with attribute warn_unused_result
12573
12574     So check the return value to silence the warnings.
12575
12576     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12577
12578 commit efd988ebaa241bab265b1511052350207cb7aaa0
12579 Author: Wolfgang Denk <wd@denx.de>
12580 Date:   Mon Oct 19 09:18:57 2009 +0200
12581
12582     mcc200: fix build error
12583
12584     Fix compile error:
12585     include/configs/mcc200.h:401:6: error: #elif with no expression
12586
12587     Signed-off-by: Wolfgang Denk <wd@denx.de>
12588
12589 commit 4e0539d2696992a5e32643a0c831e870cfe9a036
12590 Author: Nishanth Menon <nm@ti.com>
12591 Date:   Tue Oct 13 12:47:39 2009 -0400
12592
12593     OMAP3: fix warnings when NAND/ONENAND is not used
12594
12595     Fix build warnings by putting specific used variables
12596     under required #ifdefs for removing:
12597     mem.c:227: warning: unused variable 'f_sec'
12598     mem.c:226: warning: unused variable 'f_off'
12599     mem.c:225: warning: unused variable 'size'
12600     mem.c:224: warning: unused variable 'base'
12601     mem.c:222: warning: unused variable 'gpmc_config'
12602
12603     Signed-off-by: Nishanth Menon <nm@ti.com>
12604
12605 commit 73db0c71da365a2d101878ae3aeb8ff3545a1828
12606 Author: Nishanth Menon <nm@ti.com>
12607 Date:   Tue Oct 13 12:47:24 2009 -0400
12608
12609     OMAP3: export enable_gpmc_cs_config to board files
12610
12611     Export enable_gpmc_cs_config into common header to
12612     prevent warning:
12613
12614     warning: implicit declaration of function 'enable_gpmc_cs_config'
12615
12616     Signed-off-by: Nishanth Menon <nm@ti.com>
12617
12618 commit 96a27c6dc29abf11740632ecd8ccab607b209c5d
12619 Author: Tom Rix <Tom.Rix@windriver.com>
12620 Date:   Mon Oct 12 12:07:40 2009 -0400
12621
12622     Zoom2 Fix serial gpmc setup
12623
12624     The offset to the chip select is incorrect.
12625
12626     The change 187af954cf7958c24efcf0fd62289bbdb4f1f24e,
12627
12628     omap3: embedd gpmc_cs into gpmc config struct
12629
12630     introduced a problem with the serial gpmc setup.
12631
12632     This patch reverts the chip select to its previous value.
12633
12634     The symptoms of this problem are that the Zoom2
12635     currently hangs.
12636
12637     This was run tested on Zoom2.
12638
12639     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12640
12641 commit 64d945abe8cffbacdaeca5f63b9b84f895d2d9ab
12642 Author: Sandeep Paulraj <s-paulraj@ti.com>
12643 Date:   Sun Oct 11 09:10:27 2009 -0400
12644
12645     TI DaVinci Sonata: Add Config option for 64 bit Support
12646
12647     Adding the CONFIG_SYS_64BIT_VSPRINTF fot the DM644x based Sonata
12648     Without this option enabled while performing NAND operations we will get
12649     wrong diagnostic messages.
12650     Example if the MTD NAND driver find a bad block while erasing from
12651     a certain address, it will say bad block skipped at 0x00000000.
12652
12653     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12654
12655 commit 54aa603d2ce1d9374a1f5c6336362037ad2d8b51
12656 Author: Sandeep Paulraj <s-paulraj@ti.com>
12657 Date:   Sun Oct 11 09:14:58 2009 -0400
12658
12659     TI DaVinci DVEVM: Add Config option for 64 bit Support
12660
12661     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM config.
12662     Without this option enabled while performing NAND operations we will get
12663     wrong diagnostic messages.
12664     Example if the MTD NAND driver find a bad block while erasing from
12665     a certain address, it will say bad block skipped at 0x00000000.
12666
12667     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12668
12669 commit b8d0aa0c78b8c0fa51acada3c486b81085924b53
12670 Author: Sandeep Paulraj <s-paulraj@ti.com>
12671 Date:   Sat Oct 10 10:19:20 2009 -0400
12672
12673     TI DaVinci DM365: Add Config option for 64 bit Support
12674
12675     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM365 EVM config.
12676     Without this option enabled while performing NAND operations we will get
12677     wrong diagnostic messages.
12678     Example if the MTD NAND driver find a bad block while erasing from
12679     a certain address, it will say bad block skipped at 0x00000000.
12680
12681     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12682
12683 commit 86a725b9c8b829c217be90e590f3ca2c91fa1dca
12684 Author: Sandeep Paulraj <s-paulraj@ti.com>
12685 Date:   Sat Oct 10 10:18:46 2009 -0400
12686
12687     TI DaVinci DM355: Add Config option for 64 bit Support
12688
12689     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
12690     Without this option enabled while performing NAND operations we will get
12691     wrong diagnostic messages.
12692     Example if the MTD NAND driver find a bad block while erasing from
12693     a certain address, it will say bad block skipped at 0x00000000.
12694
12695     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12696
12697 commit 9c44ddccb6602f620fc037974f3e4468ad8a7c0c
12698 Author: Sandeep Paulraj <s-paulraj@ti.com>
12699 Date:   Wed Sep 9 11:50:40 2009 -0400
12700
12701     TI: OMAP3: Remove SZ_xx references
12702
12703     This patch removes dependency on the sizes.h header file
12704     and removes all references to SZ_xx.
12705
12706     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12707
12708 commit 13d2cb988ff07addce6e10ab2cb8965a9dd23c63
12709 Author: Steve Sakoman <sakoman@gmail.com>
12710 Date:   Sat Oct 10 14:29:37 2009 -0400
12711
12712     OMAP3: Update Overo and Beagle environment
12713
12714     Update default environment to support new kernel DSS2 subsystem and
12715     simplify rootfs type and location changes.
12716
12717     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12718     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12719
12720 commit c73607c5525c6957c815e64f7e865fdd3baffe98
12721 Author: Sandeep Paulraj <s-paulraj@ti.com>
12722 Date:   Sat Oct 10 13:46:26 2009 -0400
12723
12724     TI DaVinci: Maintainer for DM355 and DM365 EVM
12725
12726     Adding entries to the MAINTAINERS directory for the
12727     DM355 and DM365 EVM.
12728
12729     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12730
12731 commit 5df65cf56aeef9fdeab83a259c37aa7d23836dd3
12732 Author: Sandeep Paulraj <s-paulraj@ti.com>
12733 Date:   Sat Oct 10 13:37:10 2009 -0400
12734
12735     TI: DaVinci: DM355 Leopard board support
12736
12737     This patch adds support for the leopard board which is
12738     based on the DM355 SOC.
12739
12740     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12741
12742 commit 6ab176d7091d21960a1bd89fcb7fd87b9e91aca1
12743 Author: Sandeep Paulraj <s-paulraj@ti.com>
12744 Date:   Sat Oct 10 12:00:47 2009 -0400
12745
12746     TI DaVinci DM646x: Adding initial support for DM6467 EVM
12747
12748     This patch adds the initial support for DM6467 EVM.
12749     Other features like NET and NAND support will be added as follow up patches.
12750
12751     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12752
12753 commit d884f64a7b8482f6c9688600e0a4731fa5678e0c
12754 Author: Sandeep Paulraj <s-paulraj@ti.com>
12755 Date:   Thu Oct 1 20:22:09 2009 -0400
12756
12757     TI DaVinci DM365: Fix Compilation warning for DM365 EVM
12758
12759     This patch fixes a compilation warning while compiling
12760     the DM365 EVM.
12761
12762     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12763
12764 commit 6fe5e87be4b944edf428835210056e020c8bb794
12765 Author: Sandeep Paulraj <s-paulraj@ti.com>
12766 Date:   Thu Oct 1 20:21:13 2009 -0400
12767
12768     TI DaVinci DM355: Fix Compilation warning for DM355 EVM
12769
12770     This patch fixes a compilation warning while compiling
12771     the DM355 EVM.
12772
12773     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12774
12775 commit 513bbe1b1720682e6de0aba2d9db5e60f3a428bb
12776 Author: Eric Benard <eric@eukrea.com>
12777 Date:   Mon Oct 12 10:15:39 2009 +0200
12778
12779     AT91 CPUAT91 Fix compiler warning
12780
12781     This change fixes the compiler warning
12782
12783     main.c: In function 'abortboot':
12784     main.c:122: warning: too few arguments for format
12785
12786     Signed-off-by: Eric Benard <eric@eukrea.com>
12787     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12788
12789 commit b1e81f701d044eee3884202b127d5d1f0668bdb9
12790 Author: Eric Benard <eric@eukrea.com>
12791 Date:   Mon Oct 12 10:15:40 2009 +0200
12792
12793     AT91 CPU9260 CPU9G20 Fix compile warnings
12794
12795     This change fixes the compiler warning
12796
12797     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF
12798       for correct output!
12799
12800     Signed-off-by: Eric Benard <eric@eukrea.com>
12801     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12802
12803 commit 94d50c527a3cedb6a41fbe6773256cdd1855317f
12804 Author: Eric Benard <eric@eukrea.com>
12805 Date:   Mon Oct 12 10:08:20 2009 +0200
12806
12807     AT91 CPU9260 Fix machine ID when using a CPU9G20.
12808
12809     Signed-off-by: Eric Benard <eric@eukrea.com>
12810     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12811
12812 commit 8c0a92c8f4cf399e873c2611939f3617983785a9
12813 Author: Alessandro Rubini <rubini@unipv.it>
12814 Date:   Sat Oct 10 11:51:26 2009 +0200
12815
12816     lcd: remove '#if 0' 32-bit scroll, now memcpy does it
12817
12818     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12819     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12820
12821 commit e3ea948d4588e7efddbf0ee92147d93f827d7cea
12822 Author: Alessandro Rubini <rubini@unipv.it>
12823 Date:   Sat Oct 10 11:51:16 2009 +0200
12824
12825     lib_generic memset: fill one word at a time if possible
12826
12827     If the destination is aligned, fill ulong values until possible.
12828     Then fill remaining part by byte.
12829
12830     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12831     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12832     Acked-by: Mike Frysinger <vapier@gentoo.org>
12833
12834 commit ecd830b863e5c6ac5d804d3b3a92453a98d526fc
12835 Author: Alessandro Rubini <rubini@unipv.it>
12836 Date:   Sat Oct 10 11:51:05 2009 +0200
12837
12838     lib_generic memcpy: copy one word at a time if possible
12839
12840     If source and destination are aligned, this copies ulong values
12841     until possible, trailing part is copied by byte. Thanks for the details
12842     to Wolfgang Denk, Mike Frysinger, Peter Tyser, Chris Moore.
12843
12844     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12845     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12846     Acked-by: Mike Frysinger <vapier@gentoo.org>
12847
12848 commit 9c5586aa19bbedf290d2a663813404d2db87dfa5
12849 Author: Alessandro Rubini <rubini@unipv.it>
12850 Date:   Thu Oct 8 14:29:14 2009 +0200
12851
12852     setenv: do console redirection even if previously unset
12853
12854     If "stdout" is not previously set, doing "setenv stdout lcd" had no
12855     effect, since console redirection only worked if the environment
12856     variable was already set; the second time you run setenv it worked.
12857     Most default environments lack stdin/out/err definitions, so I'm sure
12858     I'm not alone with this problem.
12859
12860     This patch simply moves a block of code out of a conditional, to do
12861     the same work even if the variable was previously unset.
12862
12863     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12864     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12865
12866 commit c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43
12867 Author: Martha Stan <mmarx@silicontkx.com>
12868 Date:   Wed Oct 7 04:38:46 2009 -0400
12869
12870     mpc512x: fix System Clock Control constants for USB1 & USB2
12871
12872     Signer-off-by: Martha Stan <mmarx@silicontkx.com>
12873
12874 commit 87b22b7787f397fc3daad570d711e478b1a7d253
12875 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
12876 Date:   Fri Oct 2 18:18:33 2009 -0400
12877
12878     mem_mtest: fix error reporting, allow escape with ^C
12879
12880     The basic memtest function tries to watch for ^C after each
12881     pattern pass as an escape mechanism, but if things are horribly
12882     wrong, we'll be stuck in an inner loop flooding the console with
12883     error messages and never check for ^C.  To make matters worse,
12884     if the user waits for all the error messages to complete, we
12885     then incorrectly report the test passed without errors.
12886
12887     Adding a check for ^C after any error is printed will give
12888     the end user an escape mechanism from a console flood without
12889     slowing down the overall test speed on a slow processor.
12890
12891     Also, the more extensive memtest quit after just a single error,
12892     which is inconsistent with the normal memtest, and not useful if
12893     if you are doing dynamic environmental impact testing, such as
12894     heating/cooling etc.
12895
12896     Both tests now track the error count and report it properly
12897     at test completion.
12898
12899     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12900     Acked-by: Mike Frysinger <vapier@gentoo.org>
12901
12902 commit 9f4a420663419dc13f08a0ce65b93033c6172c69
12903 Author: Mike Frysinger <vapier@gentoo.org>
12904 Date:   Thu Oct 1 12:11:54 2009 -0400
12905
12906     new default shortcut to config & build a board
12907
12908     The majority of the time that I build things in U-Boot, I want to just
12909     build for the board.  I don't make board config tweaks after selecting the
12910     board.  So add a new pattern rule that allows people to combine two steps
12911     in one go:
12912         `make foo_config && make` => `make foo`
12913
12914     This shouldn't conflict with any existing make rules as the pattern rule
12915     is used only the rule doesn't already exist.
12916
12917     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12918
12919 commit 6dab6add2d8ee80905234b326abc3de11be1d178
12920 Author: Mike Frysinger <vapier@gentoo.org>
12921 Date:   Wed Sep 30 15:29:58 2009 -0400
12922
12923     env: only build env_embedded and envcrc when needed
12924
12925     The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
12926     compile the code when this isn't defined is pointless.  Now that the env
12927     headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
12928     system to only build the env objects when this is enabled.  And now that
12929     the env code is conditionally compiled, we can drop the source code checks.
12930
12931     For people who want to extract the environment manually, add a new option
12932     CONFIG_BUILD_ENVCRC that only enables the envcrc utility.
12933
12934     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12935
12936 commit 78f4ca7976748159080c9d920d5eb542d1b32d4f
12937 Author: Daniel Mack <daniel@caiaq.de>
12938 Date:   Mon Sep 28 11:40:38 2009 +0200
12939
12940     part_dos: check status flags of partitions
12941
12942     Only read partitions which have 0x00 or 0x80 set in their status field.
12943     All others are invalid.
12944
12945     Signed-off-by: Daniel Mack <daniel@caiaq.de>
12946
12947 commit 45def0ab9d1dedcd2a73939aad8373f760498762
12948 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
12949 Date:   Fri Sep 25 17:47:43 2009 -0500
12950
12951     galaxy5200: change cs1 configuration
12952
12953     Correct the chip select configuration for the nand flash chip select.
12954
12955     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
12956
12957 commit 7936b51165b519a16ecf3db302fb88df8b8b3b3d
12958 Author: Niklaus Giger <niklaus.giger@netstal.com>
12959 Date:   Wed Sep 23 08:12:14 2009 +0200
12960
12961     Cleanup: use constant
12962
12963     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12964
12965 commit 7120c888101952b7e61b9e54bb42370904aa0e68
12966 Author: Kim Phillips <kim.phillips@freescale.com>
12967 Date:   Mon Oct 12 11:06:19 2009 -0500
12968
12969     mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
12970
12971     mpc8313e erratum IPIC1 swapped TSEC interrupt ID numbers on rev. 1
12972     h/w (see AN3545).  The base device tree in use has rev. 1 ID numbers,
12973     so if on Rev. 2 (and higher) h/w, we fix them up here.
12974
12975     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12976     Reviewed-by: Roland Lezuo <roland.lezuo@chello.at>
12977
12978 commit 91525c67153fcf2c19b2fc8d9c6376ac1a019f52
12979 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12980 Date:   Mon Oct 12 23:55:39 2009 +0400
12981
12982     mpc85xx: Fix booting on various boards
12983
12984     commit 0e870980a64584a591af775bb9c9fe9450124df9 ("8xxx: Removed
12985     CONFIG_NUM_CPUS from 85xx/86xx") breaks U-Boot on various boards,
12986     namely the ones that call get_sys_info() from board_early_init_f().
12987
12988     get_sys_info() calls cpu_numcores(), which depends on probecpu()
12989     being called before. But probecpu() is called after board_early_init_f(),
12990     and so cpu_numcores() returns random values, which in turn crashes
12991     get_sys_info().
12992
12993     To fix the issue we place probecpu() before board_early_init_f()
12994     in an initialization sequence.
12995
12996     Booting on the following boards should be revived now:
12997      mpc8540ads
12998      mpc8541cds
12999      mpc8548cds
13000      mpc8555cds
13001      mpc8560ads
13002      mpc8568mds
13003      mpc8569mds
13004      and maybe more.
13005
13006     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13008
13009 commit 26df6aa9916443077139f8f008fbc5f414ba05e5
13010 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13011 Date:   Fri Oct 2 18:48:07 2009 -0400
13012
13013     mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define
13014
13015     This is an orphaned legacy leftover that is just polluting
13016     the config file namespace.
13017
13018     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13019     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13020
13021 commit fad15096e3b34927444ba5f6133742d40d78a425
13022 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
13023 Date:   Thu Oct 8 13:33:29 2009 +0530
13024
13025     ppc/P1_P2_RDB: On-chip BootROM support
13026
13027     On Chip BootROM support for P1 and P2 series RDB platforms.
13028
13029     This patch is derived from latest On Chip BootROM support on MPC8536DS
13030
13031     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
13032     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13033
13034 commit f7780ec977e545b83bc5068e0957d640f1d98f13
13035 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
13036 Date:   Thu Oct 8 13:33:18 2009 +0530
13037
13038     ppc/P1_P2_RDB: NAND Boot Support
13039
13040     NAND Boot support for P1 and P2 series RDB platforms.
13041
13042     This patch is derived from NAND Boot support on MPC8536DS.
13043
13044     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
13045     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13046
13047 commit d11823ca3cb551814ffcd926402c8bcf3a7eff35
13048 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13049 Date:   Wed Oct 7 16:34:28 2009 -0400
13050
13051     mpc8xxx: improve LAW error messages when setting up DDR
13052
13053     When setting up the LAWs for the DDR, if there was an error,
13054     you got the not-so-helpful error text "ERROR" and nothing
13055     else.  Not only is it non-informative, but it is also
13056     pretty frustrating trying to grep for "ERROR" in the source.
13057
13058     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13059     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13060
13061 commit a9946e3fc7089ddc6b7711a44e07a6b0827b79a7
13062 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13063 Date:   Wed Sep 30 16:12:31 2009 -0400
13064
13065     sbc8641d: fix LAW so board doesn't hang on DDR init
13066
13067     All versions between now and since this commit:
13068
13069       commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
13070       MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
13071
13072     will fail to allow the SBC8641D to get past DDR init, because the
13073     LAW config was overlapping.  Eventually this board will do SPD
13074     EEPROM config, but for now this gets the board working again.
13075
13076     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13077     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13078
13079 commit 3d1988ab47cc0e265272967e07d747ec600a44c9
13080 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
13081 Date:   Sat Oct 10 13:34:09 2009 +0900
13082
13083     Clean-up of s3c24x0 nand driver
13084
13085     This patch re-formats the arm920t s3c24x0 nand driver in preparation for changes
13086     to add support for the Embest SBC2440-II Board.
13087
13088     The changes are as follows:
13089     - re-indent the code using Lindent
13090     - make sure register layouts are defined using a C struct
13091     - replace the upper-case typedef'ed C struct names with lower case
13092     non-typedef'ed ones
13093     - make sure registers are accessed using the proper accessor functions
13094     - run checkpatch.pl and fix any error reports
13095
13096     It assumes the following patch has been applied first:
13097     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
13098      - patches 1/4, 2/4 and 3/4 of this series
13099
13100     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
13101     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
13102     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
13103     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
13104     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
13105     errors were found.
13106
13107     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
13108     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13109
13110 commit eb0ae7f549b7142826a8bcdd2dc945fac9c36349
13111 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
13112 Date:   Sat Oct 10 13:33:11 2009 +0900
13113
13114     Clean-up of s3c24x0 drivers excluding nand driver
13115
13116     This patch re-formats the arm920t s3c24x0 driver files, excluding the nand
13117     driver, in preparation for changes to add support for the Embest SBC2440-II Board.
13118
13119     The changes are as follows:
13120     - re-indent the code using Lindent
13121     - make sure register layouts are defined using a C struct
13122     - replace the upper-case typedef'ed C struct names with lower case
13123       non-typedef'ed ones
13124     - make sure registers are accessed using the proper accessor functions
13125     - run checkpatch.pl and fix any error reports
13126
13127     It assumes the following patch has been applied first:
13128     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
13129     - patches 1/4 and 2/4 of this series
13130
13131     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
13132     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
13133     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
13134     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
13135     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
13136     errors were found.
13137
13138     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
13139     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13140
13141 commit 8250d0bae84229abea397f6b474b3556b0f04e80
13142 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
13143 Date:   Sat Oct 10 13:32:01 2009 +0900
13144
13145     Clean-up of s3c24x0 header files
13146
13147     This patch re-formats the arm920t s3c24x0 header files in preparation for
13148     changes to add support for the Embest SBC2440-II Board.
13149
13150     The changes are as follows:
13151     - re-indent the code using Lindent
13152     - make sure register layouts are defined using a C struct
13153     - replace the upper-case typedef'ed C struct names with lower case
13154     non-typedef'ed ones
13155     - make sure registers are accessed using the proper accessor functions
13156     - run checkpatch.pl and fix any error reports
13157
13158     It assumes the following patch has been applied first:
13159     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
13160     - patch 1/4 of this series
13161
13162     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
13163     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
13164     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
13165     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
13166     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
13167     errors were found.
13168
13169     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
13170     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13171
13172 commit d67cce2dda3a40c3bd90a6c6e129fbb26dd4cfab
13173 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
13174 Date:   Sat Oct 10 13:30:22 2009 +0900
13175
13176     Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
13177
13178     This patch re-formats the code in cpu/arm920t and cpu/arm920t/23c24x0 in
13179     preparation for changes to add support for the Embest SBC2440-II Board.
13180
13181     The changes are as follows:
13182     - re-indent the code using Lindent
13183     - make sure register layouts are defined using a C struct
13184     - replace the upper-case typedef'ed C struct names with lower case
13185       non-typedef'ed ones
13186     - make sure registers are accessed using the proper accessor functions
13187     - run checkpatch.pl and fix any error reports
13188
13189     It assumes the following patch has been applied first:
13190     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
13191
13192     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
13193     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
13194     patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets and no
13195     new warnings or errors were found.
13196
13197     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
13198     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13199
13200 commit cd85662b345c0c2248fd7637f65bb2fbb4d53dd9
13201 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
13202 Date:   Sun Sep 6 00:33:13 2009 +0900
13203
13204     CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
13205
13206     This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
13207     s3c2410 cpu's which fixes various problems such as the timeouts in tftp being
13208     too short.
13209
13210     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't
13211     have any s3c2400 or s3c2410 boards but need this patch applying before I can
13212     submit patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets
13213     and no new warnings or errors were found.
13214
13215     It was originally submitted on 21/06/2009 but didn't get into the 2009.08
13216     release, and Jean-Pierre made one comment on the original patch (see
13217     http://lists.denx.de/pipermail/u-boot/2009-July/055470.html). I've made two
13218     changes to the original patch:
13219     - it's been re-based to the current release
13220     - I've re-named get_timer_raw() to get_ticks() in response to Jean-Pierre's comment
13221
13222     This affects the sbc2410, smdk2400, smdk2410 and trab boards. I've copied it
13223     directly to the maintainers of all except the sbc2410 which doesn't have an
13224     entry in MAINTAINERS.
13225
13226     Signed-off-by: Kevin Morfitt <kmorfitt@aselaptop-1.localdomain>
13227     Tested-by: Wolfgang Denk <wd@denx.de>
13228     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13229
13230 commit 8bc4ee9e8213abe4031ea1720aa02fa98d4402ad
13231 Author: Minkyu Kang <mk7.kang@samsung.com>
13232 Date:   Thu Oct 1 17:20:40 2009 +0900
13233
13234     s5pc1xx: add support SMDKC100 board
13235
13236     Adds new board SMDKC100 that uses s5pc100 SoC
13237
13238     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13239     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
13240
13241 commit dd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52
13242 Author: Minkyu Kang <mk7.kang@samsung.com>
13243 Date:   Thu Oct 1 17:20:28 2009 +0900
13244
13245     s5pc1xx: support serial driver
13246
13247     This patch includes the serial driver for s5pc1xx.
13248     s5pc1xx uart driver needs own register setting and clock configuration.
13249     So, need to special driver.
13250
13251     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13252
13253 commit 4678d674f0cacc983dca7f6b9933cd8291c9797c
13254 Author: Minkyu Kang <mk7.kang@samsung.com>
13255 Date:   Thu Oct 1 17:20:08 2009 +0900
13256
13257     s5pc1xx: support onenand driver
13258
13259     This patch includes the onenand driver for s5pc100
13260
13261     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13262     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13263
13264 commit 399e5ae0d0b2eb4663fc5784201968c07d45afac
13265 Author: Minkyu Kang <mk7.kang@samsung.com>
13266 Date:   Thu Oct 1 17:20:01 2009 +0900
13267
13268     s5pc1xx: support Samsung s5pc1xx SoC
13269
13270     This patch adds support for the Samsung s5pc100 and s5pc110
13271     SoCs. The s5pc1xx SoC is an ARM Cortex A8 processor.
13272
13273     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13274     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
13275
13276 commit d087d19a994e741f0ce526124be117c90be482ae
13277 Author: Mike Frysinger <vapier@gentoo.org>
13278 Date:   Tue Oct 13 21:58:26 2009 -0400
13279
13280     Blackfin: drop MAC display at boot
13281
13282     The default Blackfin boot would display the MAC address for the first NIC,
13283     but this relies on the environment.  The current net multi stack no longer
13284     writes the default hardware settings to the environment, so most of the
13285     time the display shows all zeros.  This can be pretty confusing and really
13286     doesn't add anything useful, so just drop it.
13287
13288     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13289
13290 commit 1f003cf4738a199d99c818124784058526d2d40e
13291 Author: Mike Frysinger <vapier@gentoo.org>
13292 Date:   Fri Oct 9 02:24:33 2009 -0400
13293
13294     Blackfin: reset watchdog in udelay()
13295
13296     All arches apparently should reset the watchdog in their udelay loop as
13297     noted on the mailing list recently:
13298
13299       > A comment in flash_status_check() suggests that udelay() is
13300       > expected to reset the watchdog, but I can't find any architecture
13301       > where it does.
13302
13303       If this is missing in other architectures, it should be fixed at the
13304       root cause, i. e. in udelay() or in the respective support routines.
13305
13306     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13307
13308 commit 370ec734557d0b0f266e6d0953229ee12cae5edd
13309 Author: Mike Frysinger <vapier@gentoo.org>
13310 Date:   Fri Oct 9 02:22:11 2009 -0400
13311
13312     Blackfin: Remove relocation fixups
13313
13314     Blackfin pieces like commit 0630535e2d062dd73c1ceca5c6125c86d1127a49.
13315
13316     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13317
13318 commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0
13319 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13320 Date:   Tue Sep 29 08:03:12 2009 +0200
13321
13322     at91: Update MEESC board support
13323
13324     This patch implements several updates:
13325     -disable CONFIG_ENV_OVERWRITE
13326     -add new hardware style variants and set the arch numbers appropriate
13327     -pass the serial# and hardware revision to the kernel
13328     -removed unused macros from include/configs/meesc.h
13329     -fixed multiline comment style
13330
13331     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13332
13333 commit 9df20ce211576aa7ac75710dcd8d0a6236abfd70
13334 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
13335 Date:   Thu Oct 1 19:41:50 2009 +0530
13336
13337     arm: Correct build with CONFIG_SYS_HUSH_PARSER set
13338
13339     FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.
13340
13341     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13342     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13343
13344 commit df3826262c0efd2baec4df23d44b3942af98f5a7
13345 Author: Olof Johansson <olof@lixom.net>
13346 Date:   Tue Sep 29 10:22:45 2009 -0400
13347
13348     TI: OMAP3: Overo Tobi ethernet support
13349
13350     Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
13351     over tftp.
13352
13353     This also refactors the smc911x driver to allow for detecting when the
13354     chip is missing. I.e. the detect_chip() function is called earlier and
13355     will abort gracefully when the Chip ID read returns all 1's.
13356
13357     Signed-off-by: Olof Johansson <olof@lixom.net>
13358     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13359     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13360
13361 commit 2a6cc97b91997ae485312ac91ffbcea6a89b663a
13362 Author: Olof Johansson <olof@lixom.net>
13363 Date:   Tue Sep 29 10:21:29 2009 -0400
13364
13365     SMC911X: Add chip auto detection
13366
13367     Refactor the smc911x driver to allow for detecting when the chip is missing.
13368     I.e. the detect_chip() function is called earlier and will abort gracefully
13369     when the Chip ID read returns all 1's.
13370
13371     Signed-off-by: Olof Johansson <olof@lixom.net>
13372     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13373     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13374
13375 commit 0297ec7e2a4039b8a28346f52f3ccca4db1ddc62
13376 Author: Tom Rix <Tom.Rix@windriver.com>
13377 Date:   Tue Sep 29 10:19:49 2009 -0400
13378
13379     TI OMAP3 Use arm init sequence to initialize i2c
13380
13381     This changes fixes an early i2c error.
13382
13383     It appears that I2C is working because once a read or write
13384     error is detected, the omap24xx_i2c driver calls i2c_init
13385     inside its error handling check.
13386
13387     While it is ok to attempt error handling this way, the boards
13388     must not depend on this side effect to initialize it's i2c.
13389
13390     Instead of explicitly calling i2c_init for every board, use
13391     the generic arm initialization in lib_arm/board.c. By defining
13392     the config variable CONFIG_HARD_I2C, the omap3 i2c initialization
13393     is included in the init_sequence table.
13394
13395     Run tested on Beagle.
13396     Compile tested on the omap3's
13397
13398     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13399     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13400
13401 commit 4df30f3bb7285b2c962713a5c693c16fd90885e0
13402 Author: Sandeep Paulraj <s-paulraj@ti.com>
13403 Date:   Tue Sep 29 09:43:04 2009 -0400
13404
13405     TI: DaVinci DM365: Enabling network Support on DM365 EVM
13406
13407     This patch enables EMAC on the DM365 EVM.
13408
13409     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13410     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13411
13412 commit 00e1665a3cf956e09ac2ce86ef6ec459f6bfb33c
13413 Author: Sandeep Paulraj <s-paulraj@ti.com>
13414 Date:   Tue Sep 29 10:02:38 2009 -0400
13415
13416     TI: DaVinci: GPIO header file and definitions
13417
13418     Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
13419     This patch adds some definitions for GPIO registers and also adds
13420     structures for GPIO.
13421     A separate header file is being added so that in future we
13422     can have a DaVinci GPIO driver similer to OMAP.
13423
13424     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13425     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13426
13427 commit 95ae803afbdd9f673c94b992ea624a10d252afc2
13428 Author: Sandeep Paulraj <s-paulraj@ti.com>
13429 Date:   Fri Sep 18 17:30:05 2009 -0400
13430
13431     TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
13432
13433     In the DaVinci specific code, we use both CONFIG_SOC_DM646X and
13434     CONFIG_SOC_DM646x to represent DM646x specific code.
13435     This patch changes occurrences of CONFIG_SOC_DM646x to
13436     CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use
13437     the flag CONFIG_SOC_DM644X. We want some uniformity.
13438
13439     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13440     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13441
13442 commit fc9165fdb3b021aa8ff02417692220fe9344072b
13443 Author: Olof Johansson <olof@lixom.net>
13444 Date:   Mon Sep 28 08:19:30 2009 -0400
13445
13446     OMAP3: Clean up whitespace in mux configs
13447
13448     Switch from space-based indentation to tab-based in mux configs, as pointed
13449     out by WD at:
13450
13451     http://lists.denx.de/pipermail/u-boot/2009-September/061241.html
13452
13453     Nothing but whitespace changes in this patch (diff -w gives no output).
13454
13455     Signed-off-by: Olof Johansson <olof@lixom.net>
13456
13457 commit 9de0212bd7c4c82a7e8c2a2c8714f8c7abc57d08
13458 Author: Dirk Behme <dirk.behme@googlemail.com>
13459 Date:   Mon Sep 28 08:17:50 2009 -0400
13460
13461     OMAP3 MMC: Fix warning dereferencing type-punned pointer
13462
13463     Fix warning
13464     Dereferencing type-punned pointer will break strict-aliasing rules
13465
13466     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13467     CC: Steve Sakoman <sakoman@gmail.com>
13468     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13469
13470 commit e92daeb5c2050438402b87c7d614e8a13c294348
13471 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
13472 Date:   Tue Sep 22 04:01:01 2009 +0530
13473
13474     Support for the OpenRD base board
13475
13476     The implementation is borrowed from the sheevaplug board and the Marvell
13477     1.1.4 code. Unsupported (or untested) is the SD card, PCIe and SATA.
13478
13479     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13480
13481 commit a62e78fc444c67f958be48891bef3dab0e9eb285
13482 Author: Prafulla Wadaskar <prafulla@marvell.com>
13483 Date:   Mon Sep 21 20:15:17 2009 +0530
13484
13485     Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
13486
13487     This patch adds kwbimage configuration file
13488     (used by mkimage utility)
13489     to support u-boot.kwb target on mv88f6281gtw_ge board.
13490
13491     To create Kirkwood boot image to be flashed on SPI Flash,
13492     additional parameter u-boot.kwb need to be passed during make.
13493
13494     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13495
13496 commit 5bc7cbc15b1890682c0b279f708914518bd25f8d
13497 Author: Prafulla Wadaskar <prafulla@marvell.com>
13498 Date:   Mon Sep 21 18:23:11 2009 +0530
13499
13500     Kirkwood: rd6281a: Add kwbimage build support
13501
13502     This patch adds kwbimage configuration file
13503     (used by mkimage utility)
13504     to support u-boot.kwb target on rd6281a platform.
13505
13506     To create Kirkwood boot image to be flashed on NAND,
13507     additional parameter u-boot.kwb need to be passed during make.
13508
13509     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13510
13511 commit 23b80982a02a43bf4ead91574c9d6f1b647ccc8f
13512 Author: Tom Rix <Tom.Rix@windriver.com>
13513 Date:   Sun Sep 27 11:10:09 2009 -0500
13514
13515     Add support for Eukrea CPU9260/CPU9G20 SBC
13516
13517     these boards are built around Atmel's AT91SAM9260/9G20 and have
13518     up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND
13519     and include a 10/100 Ethernet PHY in RMII mode.
13520
13521     Signed-off-by: Eric Benard <eric@eukrea.com>
13522     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13523
13524 commit d8380c9d35e88759c96e68a03738446ca0cb292f
13525 Author: Tom Rix <Tom.Rix@windriver.com>
13526 Date:   Sun Sep 27 07:47:24 2009 -0500
13527
13528     Add support for Eukrea CPUAT91 SBC
13529
13530     CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
13531     flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
13532     mode.
13533
13534     Signed-off-by: Eric Benard <eric@eukrea.com>
13535     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13536
13537 commit eb95aa15e644c29b01832703aa4964fe419170f0
13538 Author: Sandeep Paulraj <s-paulraj@ti.com>
13539 Date:   Mon Sep 14 14:57:47 2009 -0400
13540
13541     TI: DaVinci DM365: Minor config cleanup
13542
13543     The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag.
13544     This is already included when we include the
13545     config_cmd_default.h header file. So this flag is removed.
13546     Also another flag to enable NAND functions was being
13547     enabled incorrectly.
13548
13549     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13550
13551 commit 5d783c1ffd691ffdadbc2c2f796c41481b7cdce7
13552 Author: Sandeep Paulraj <s-paulraj@ti.com>
13553 Date:   Mon Sep 14 15:03:06 2009 -0400
13554
13555     TI DaVinci DM365: Removing header file which does not exist
13556
13557     The DaVinci DM365 EVM board specific code was including a header file
13558     which does not exist. So removing this header file.
13559
13560     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13561
13562 commit 409ec37bd8ae8822d276e77419d899571891b191
13563 Author: Sandeep Paulraj <s-paulraj@ti.com>
13564 Date:   Tue Sep 8 18:08:06 2009 -0400
13565
13566     TI DaVinci: DM355: Config Cleanup and Update
13567
13568     This patch does the following
13569     1) Enables the NAND driver which is now available.
13570     2) Enables the 'CONFIG_MTD_DEVICE' as without this the
13571     compilation will fail
13572     3) We now have a safe place to store environment and defines
13573     an offset where this can be stored. This offset value is such that it is after
13574     the location where U-Boot is flashed using TI flash utilities.
13575     4) Enables Bootdelay
13576     5) Increases malloc() arena size. Manufacturers are coming out with
13577     NAND with large blocks sizes of upto 1 MiB. It has been noticed that
13578     as the block size of the NAND used is increased, if this particular
13579     value is not increased, the NAND driver will output out of memory
13580     errors.
13581
13582     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13583
13584 commit 7908c97a106765ad8816bf2271a5bf315728b274
13585 Author: Sandeep Paulraj <s-paulraj@ti.com>
13586 Date:   Tue Sep 8 11:37:39 2009 -0400
13587
13588     TI DaVinci: DM646x: Initial Support for DM646x SOC
13589
13590     DM646x is an SOC from TI which has both an ARM and a DSP.
13591     There are multiple variants of the SOC mainly dealing with different
13592     core speeds.
13593     This patch adds the initial framework for the DM646x SOC.
13594
13595     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13596
13597 commit 5d0f53624c24eaf82d58368a6a5b8476392dd5c7
13598 Author: Sandeep Paulraj <s-paulraj@ti.com>
13599 Date:   Wed Sep 9 15:26:00 2009 -0400
13600
13601     TI DaVinci: DM6446: Fix Compilation error in NAND mode
13602
13603     The Default mode that is built for the Davinci DVEVM happens
13604     to be the NOR mode.
13605     When we want to build for the NAND mode, we get a compilation
13606     error. This is overcome by defining the CONFIG_MTD_DEVICE
13607     flag in the NAND mode.
13608     The image built for NAND mode was successfully tested on the
13609     DaVinci DM6446 EVM.
13610
13611     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13612
13613 commit 7a2aa8b68120f333ed2edc33475ca195810d6cb1
13614 Author: Tom Rix <Tom.Rix@windriver.com>
13615 Date:   Thu Sep 10 15:27:57 2009 -0400
13616
13617     OMAP3 Move cache routine to cache.S
13618
13619     v7_flush_dcache_all, because it depends on omap ROM code is not
13620     generic.  Rename the function to 'invalidate_dcache' and move it
13621     to the omap cpu directory.
13622
13623     Collect the other omap cache routines l2_cache_enable and
13624     l2_cache_disable with invalide_dcache into cache.S.  This
13625     means removing the old cache.c file that contained l2_cache_enable
13626     and l2_cache_disable.
13627
13628     The conversion from cache.c to cache.S was done most through
13629     disassembling the uboot binary.  The only significant change was
13630     to change the comparision for the return of get_cpu_rev from
13631
13632        cmp      r0, #0
13633        beq      earlier_than_label
13634
13635     Which was lost information to
13636
13637        cmp      r0, #CPU_3XX_ES20
13638        blt      earlier_than_label
13639
13640     The paths through the enable routine were verified by
13641     adding an infinite loop and seeing the hang.  Then
13642     removing the infinite loop and seeing it continue.
13643
13644     The disable routine is similar enough that it was not
13645     tested with this method.
13646
13647     Run tested by cold booting from nand on beagle and zoom1.
13648     Compile tested on MAKEALL arm.
13649
13650     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13651
13652 commit a16df2c11188297eca43cf6080c70fb69b960232
13653 Author: Sandeep Paulraj <s-paulraj@ti.com>
13654 Date:   Tue Sep 8 17:09:52 2009 -0400
13655
13656     TI DaVinci: Remove references to SZ_xx
13657
13658     This patch removes the asm/sizes.h header file from being
13659     included in the DaVinci SOC configs.
13660     References to SZ_xx have been replaced by appropriate
13661     bit shifted values.
13662
13663     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13664     Acked-by: Wolfgang Denk <wd@denx.de>
13665
13666 commit 285870f75378aca41c5063e4358ad93bf3014fd8
13667 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
13668 Date:   Thu Oct 9 01:27:18 2008 -0500
13669
13670     Leave x86emu op code tables in default section
13671
13672     Forcing the tables into got2 caused extra relocation when using -mrelocatable.
13673     This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.
13674
13675     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13676     Acked-by: Jin Zhengxiong <Jason.Jin@freescale.com>
13677
13678 commit be2254423b86572841aa70ff05d20933d1b49823
13679 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13680 Date:   Sat Oct 10 12:42:22 2009 +0200
13681
13682     Update all board to support new bbmiiphy driver (with multibus support)
13683
13684     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13685     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13686
13687 commit 310cecb8ccdbc8a9be580e75b2fd362179d78535
13688 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13689 Date:   Sat Oct 10 12:42:21 2009 +0200
13690
13691     Add bb_miiphy_init call before any ethernet bring-up code.
13692
13693     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13694     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13695
13696 commit 4ba31ab33ac824635fcb49ac609070a9ebcab7f0
13697 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13698 Date:   Sat Oct 10 12:42:20 2009 +0200
13699
13700     Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
13701
13702     This feature is useful when your board uses different mii buses for different
13703     phys and all (or a part) of these buses are implemented via bit-banging mode.
13704
13705     The driver requires that the following macros should be defined into the board
13706     configuration file:
13707
13708     CONFIG_BITBANGMII       - Enable the miiphybb driver
13709     CONFIG_BITBANGMII_MULTI - Enable the multi bus support
13710
13711     If the CONFIG_BITBANGMII_MULTI is not defined, the board's config file needs
13712     to define at least the following macros:
13713
13714     MII_INIT      - Generic code to enable the MII bus (optional)
13715     MDIO_DECLARE  - Declaration needed to access to the MDIO pin (optional)
13716     MDIO_ACTIVE   - Activate the MDIO pin as out pin
13717     MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
13718     MDIO_READ     - Read the MDIO pin
13719     MDIO(v)       - Write v on the MDIO pin
13720     MDC_DECLARE   - Declaration needed to access to the MDC pin (optional)
13721     MDC(v)        - Write v on the MDC pin
13722
13723     The previous macros make the driver compatible with the previous version
13724     (that didn't support the multi-bus).
13725
13726     When the CONFIG_BITBANGMII_MULTI is also defined, the board code needs to fill
13727     the bb_miiphy_buses[] array with a record for each required bus and declare
13728     the bb_miiphy_buses_num variable with the number of mii buses.
13729     The record (struct bb_miiphy_bus) has the following fields/callbacks (see
13730     miiphy.h for details):
13731
13732     char name[]            - The symbolic name that must be equal to the MII bus
13733                              registered name
13734     int (*init)()          - Initialization function called at startup time (just
13735                              before the Ethernet initialization)
13736     int (*mdio_active)()   - Activate the MDIO pin as output
13737     int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
13738     int (*set_mdio)()      - Write the MDIO pin
13739     int (*get_mdio)()      - Read the MDIO pin
13740     int (*set_mdc)()       - Write the MDC pin
13741     int (*delay)()         - Delay function
13742     void *priv             - Private data used by board specific code
13743
13744     The board code will look like:
13745
13746     struct bb_miiphy_bus bb_miiphy_buses[] = {
13747      { .name = miibus#1, .init = b1_init, .mdio_active = b1_mdio_active, ... },
13748      { .name = miibus#2, .init = b2_init, .mdio_active = b2_mdio_active, ... },
13749      ...
13750     int bb_miiphy_buses_num = sizeof(bb_miiphy_buses) /
13751                               sizeof(bb_miiphy_buses[0]);
13752
13753     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13754     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13755
13756 commit efaf6f1bf6ebdd8f16b0d0c2960abe8d06f95af4
13757 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13758 Date:   Fri Oct 2 18:54:20 2009 -0400
13759
13760     mpc83xx: cosmetic comment update relating to SPD EEPROM
13761
13762     commit 6d0f6bcf337c5261c08fabe12982178c2c489d76 did the big
13763     rename of CFG_ macros to CONFIG_SYS macros.  But it missed
13764     a couple of instances within comments.
13765
13766     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13767     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13768
13769 commit afc3ba0fc4195624e79e21244380ed7cc2fd6969
13770 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13771 Date:   Thu Oct 8 02:03:51 2009 +0200
13772
13773     relocation: Do not relocate NULL pointers.
13774
13775     NULL is an absolute value and should not be relocated.
13776     After this correction code like:
13777      void weak_fun(void) __attribute__((weak));
13778      printf("weak_fun:%p\n", weak_fun);
13779     will still print null after relocation.
13780
13781     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13782
13783 commit 3beb40c2473f0dd373231c723d88c51e46ad96f7
13784 Author: Peter Tyser <ptyser@xes-inc.com>
13785 Date:   Wed Oct 7 11:45:00 2009 -0500
13786
13787     85xx: Ensure BSS segment isn't linked at address 0
13788
13789     When U-Boot is relocated from flash to RAM pointers are modified
13790     accordingly.  However, pointers initialzed with NULL values should not
13791     be modified so that they maintain their intended NULL value.  If the
13792     BSS segment is linked at address 0 its address will not be
13793     updated as necessary during relocation.
13794
13795     This is a temporary workaround.  The end goal is to add support to
13796     U-Boot to dynamically locate the BSS at an arbitrary address at
13797     runtime.  When the ability to fixup the BSS inteligently is
13798     added, this workaround can be removed and the 85xx link script
13799     can put the BSS at a fixed address at link time.
13800
13801     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13802
13803 commit 95c44ec485b46ffb43dbdaa299f1491a500fdadf
13804 Author: Detlev Zundel <dzu@denx.de>
13805 Date:   Wed Oct 7 16:38:05 2009 +0200
13806
13807     tqm5200: Correct comment and code in post_hotkeys_pressed.
13808
13809     This fixes the code and the comment according to the original intent of
13810     doing an intensive memory test when PSC6_3 is pulled low on the STK52xx.
13811     Notably PORT_CONFIG will be overridden with this correct code now,
13812     so beware.
13813
13814     The original code only worked by coincidence depending on the PORT_CONFIG
13815     setting from the header file.  The new code was tested to ensure that the
13816     (undocumented) memory test still works on the STK52x.
13817
13818     Signed-off-by: Detlev Zundel <dzu@denx.de>
13819     CC: Martin Krause <Martin.Krause@tqs.de>
13820
13821     Minor white-space cleanup.
13822     Signed-off-by: Wolfgang Denk <wd@denx.de>
13823
13824 commit da01f53404f99db185d196867af79371725d4683
13825 Author: Wolfgang Denk <wd@denx.de>
13826 Date:   Sun Oct 4 22:56:08 2009 +0200
13827
13828     mpc512x: fix fixed_sdram() init code.
13829
13830     Commit 054197ba and later fixes used an array to initialize some of
13831     the MDDRC parameters; however, the use of an array turned out to be a
13832     bad idea as it was not possible to correlate structure entries to
13833     array indices in readable and reliable way. Now we use a struct
13834     instead, which makes this self-explanatory.
13835
13836     Signed-off-by: Wolfgang Denk <wd@denx.de>
13837
13838 commit dbcc357166bed20df13450e93a501f30b197efd1
13839 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13840 Date:   Sun Oct 4 20:04:22 2009 +0200
13841
13842     ppc4xx: respect 80-chars per line in ppc*.h files
13843
13844     After running checkstyle.pl on the three previous patches I noted that in
13845     the *.h files there were a lot of long lines. This patch solves this problem.
13846
13847     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13848     Signed-off-by: Stefan Roese <sr@denx.de>
13849
13850 commit 78d2a641371ec71cc3786b167a318c7b115fbb90
13851 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13852 Date:   Sun Oct 4 20:04:21 2009 +0200
13853
13854     ppc4xx: Rework cmd reginfo
13855
13856     The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
13857     relevant HW configuration registers (address, symbolic name, content).
13858     This allows to easily detect errors in *.h files and changes in the HW
13859     configuration.
13860
13861     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13862     Signed-off-by: Stefan Roese <sr@denx.de>
13863
13864 commit ddc922ff2c20ae0b7f9ce2df1ac28143e2f325bd
13865 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13866 Date:   Sun Oct 4 20:04:20 2009 +0200
13867
13868     ppc_4xx: Apply new HW register names
13869
13870     Modify all existing *.c files to use the new register names
13871     as seen in the AMCC manuals.
13872
13873     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13874     Signed-off-by: Stefan Roese <sr@denx.de>
13875
13876 commit f80e61dcfe53fa3a5936659883415c9bd1b5a3d9
13877 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13878 Date:   Sun Oct 4 20:04:19 2009 +0200
13879
13880     ppc4xx: Cleanup some HW register names
13881
13882     Here you find all the changes in the include directory for new register names
13883     and adapting other ones to the names used by AMCC in their manuals, e.g.
13884     For 440EPx/GRPPC440EPx/GRX, Revision 1.15 â€“ September 22, 2008
13885     For PPC405GP Embedded Processor, Revision 1.02 â€“ March 22, 2006
13886
13887     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13888     Signed-off-by: Stefan Roese <sr@denx.de>
13889
13890 commit 56f14818f66c68a8b9e45925f29ceb974405ad48
13891 Author: Stefan Roese <sr@denx.de>
13892 Date:   Tue Oct 6 07:21:08 2009 +0200
13893
13894     ppc4xx: Add PPC405EX(r) Rev D support
13895
13896     Unfortunately some Rev D PPC405EX/405EXr PVR's are identical with older
13897     405EX(r) parts. Here a list:
13898
13899     0x12911475 - 405EX Rev D with Security *and* 405EX Rev A/B witout Sec
13900     0x12911473 - 405EX Rev D without Security *and* 405EXr Rev A/B with Sec
13901
13902     Since there are only a few older parts in the field, this patch now
13903     changes the PVR's above to represent the new Rev D versions.
13904
13905     Signed-off-by: Stefan Roese <sr@denx.de>
13906     Cc: Phong Vo" <pvo@amcc.com>
13907
13908 commit 06dfaeef52a5f773ae4292432e3c74ff52ead316
13909 Author: Stefan Roese <sr@denx.de>
13910 Date:   Fri Oct 2 14:35:16 2009 +0200
13911
13912     ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
13913
13914     This message is printed upon PCIe bus scan, not only upon error, but also
13915     if no PCIe device is detected at all. Since this is not an error, let's
13916     remove this message in this case. We already have the message
13917     "link is not up." if there is no PCIe device present.
13918
13919     Signed-off-by: Stefan Roese <sr@denx.de>
13920     Acked-by: Wolfgang Denk <wd@denx.de>
13921
13922 commit 54f5f056aa1daa3e39bad1c5c3fb43a72cdb9e84
13923 Author: Mike Nuss <mike@terascala.com>
13924 Date:   Mon Oct 5 12:33:28 2009 -0400
13925
13926     PPC4xx: Denali core: Fix incorrect DDR row bits
13927
13928     The SPD detection code for the Denali memory controller used on some
13929     ppc4xx
13930     processors incorrectly encodes DDR0_42. With certain memory
13931     configurations,
13932     this can cause the bootwrapper to incorrectly calculate the installed
13933     memory
13934     size, because the number of row bits is wrong. This patch fixes that
13935     encoding.
13936
13937     Signed-off-by: Mike Nuss <mike@terascala.com>
13938     Signed-off-by: Stefan Roese <sr@denx.de>
13939
13940 commit 99dbd4efd6d5ecc37d7e8f28b20d9be8c83055c7
13941 Author: Ben Warren <biggerbadderben@gmail.com>
13942 Date:   Mon Oct 5 00:02:51 2009 -0700
13943
13944     Add information about return values of xxx_eth_register() in documentation
13945
13946     As discussed on mailing list, <0 indicates failure, >=0 indicates number
13947     of interfaces found.
13948
13949     Also added blurb about private data
13950
13951     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13952
13953 commit 1f1e774ec6242d4ea34e5cff57232deb5bb587e0
13954 Author: Mike Frysinger <vapier@gentoo.org>
13955 Date:   Wed Sep 9 14:41:22 2009 -0400
13956
13957     document network driver framework
13958
13959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13960     Acked-by: Wolfgang Denk <wd@denx.de>
13961     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13962
13963 commit aba8237257dd15b0e76cc517f0e741c0908ee0b9
13964 Author: Prafulla Wadaskar <prafulla@marvell.com>
13965 Date:   Wed Sep 9 15:59:19 2009 +0530
13966
13967     net: kirkwood_egiga.c: fixed build warning
13968
13969     if link up detection code is disabled through config option, it gives build warning.
13970     This patch fixes the same
13971
13972     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13973     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13974
13975 commit 7194ab809532eeca3e2ee5dc12017cb901cc5842
13976 Author: Ben Warren <biggerbadderben@gmail.com>
13977 Date:   Sun Oct 4 22:37:03 2009 -0700
13978
13979     Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
13980
13981     All in-tree boards that use this controller have CONFIG_NET_MULTI
13982     added
13983     Also:
13984       - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111
13985       - cleaned up line lengths
13986       - modified all boards that override weak function in this driver
13987       - modified all eeprom standalone apps to work with new driver
13988       - updated blackfin standalone EEPROM app after testing
13989
13990     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13991     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13992
13993 commit 32e7f239dda8638377edb0d3e7ac269cabbafbe6
13994 Author: Prafulla Wadaskar <prafulla@marvell.com>
13995 Date:   Mon Sep 21 20:28:18 2009 +0530
13996
13997     net: phy: mv88e61xx.c : fixed build warning
13998
13999     following build warning was observed
14000
14001     mv88e61xx.c: In function â€˜mv88e61xx_busychk’:
14002     mv88e61xx.c:208: warning: dereferencing type-punned pointer will break strict-aliasing rules
14003
14004     This patch fixes the same
14005     Patch tested for rd6281a board build
14006
14007     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
14008     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14009
14010 commit c0b46d8ead3c6c5b569c83544fd71b9d73356869
14011 Author: James Clough <james@rtetc.com>
14012 Date:   Thu Sep 10 09:11:50 2009 +0200
14013
14014     net: Fix problem with 405EZ ethernet interrupt
14015
14016     On 405EZ the RX-/TX-interrupts are coalesced into one IRQ bit in the
14017     UIC. We need to acknowledge the RX-/TX-interrupts in the
14018     SDR0_ICINTSTAT reg as well.
14019
14020     This problem was introduced with commit
14021     d1631fe1 [ppc4xx: Consolidate PPC4xx UIC defines]
14022
14023     Signed-off-by: James Clough <james@rtetc.com>
14024     Signed-off-by: Stefan Roese <sr@denx.de>
14025     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14026
14027 commit 91b469c95faf92435e3d5d78292ba78075a3c5ca
14028 Author: Mike Frysinger <vapier@gentoo.org>
14029 Date:   Wed Sep 2 04:18:55 2009 -0400
14030
14031     net: add random_port() prototype
14032
14033     The random_port() is meant to be used by other net code, but without a
14034     prototype, we get fun warnings like:
14035     dns.c: In function 'DnsSend':
14036     dns.c:89: warning: implicit declaration of function 'random_port'
14037
14038     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14039     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14040
14041 commit 3469424cb6d939c7aedf1e0efdec44a797c0a18c
14042 Author: Peter Tyser <ptyser@xes-inc.com>
14043 Date:   Mon Sep 21 11:20:37 2009 -0500
14044
14045     ppc: Remove reloc_off field from global_data structure
14046
14047     Now that proper relocation is supported, the reloc_off field is no longer
14048     necessary.
14049
14050     Note that the location of the standalone application jump table pointer
14051     in the global data structure is affected by this change, breaking
14052     execution of standalone applications compiled for previous versions of
14053     U-Boot.
14054
14055     We therefore increment XF_VERSION to 6
14056
14057     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14058     Signed-off-by: Wolfgang Denk <wd@denx.de>
14059
14060 commit 0630535e2d062dd73c1ceca5c6125c86d1127a49
14061 Author: Peter Tyser <ptyser@xes-inc.com>
14062 Date:   Tue Sep 22 09:27:55 2009 -0500
14063
14064     arm/microblaze/nios/nios2/sh: Remove relocation fixups
14065
14066     These architectures don't need relocation fixups, so reduce their
14067     codesize a bit by defining CONFIG_RELOC_FIXUP_WORKS.
14068
14069     Also remove the reloc_off field from their global data structures
14070     as it is no longer needed.
14071
14072     Note that the location of the standalone application jump table pointer
14073     in the global data structure is affected by this change, breaking
14074     execution of standalone applications compiled for previous versions of
14075     U-Boot. We will therefore increment XF_VERSION in the next commit,
14076     which also touches this area.
14077
14078     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14079     Signed-off-by: Wolfgang Denk <wd@denx.de>
14080
14081 commit 521af04d853361b49344b61892eb0618f9f713c5
14082 Author: Peter Tyser <ptyser@xes-inc.com>
14083 Date:   Mon Sep 21 11:20:36 2009 -0500
14084
14085     Conditionally perform common relocation fixups
14086
14087     Add #ifdefs where necessary to not perform relocation fixups.  This
14088     allows boards/architectures which support relocation to trim a decent
14089     chunk of code.
14090
14091     Note that this patch doesn't add #ifdefs to architecture-specific code
14092     which does not support relocation.
14093
14094     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14095
14096 commit 3cbcfa70b116df1bbdc90ba31c61adcaec058a8a
14097 Author: Peter Tyser <ptyser@xes-inc.com>
14098 Date:   Mon Sep 21 11:20:35 2009 -0500
14099
14100     p3mx: Remove serial relocation fixups
14101
14102     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14103
14104 commit 80f73b92a19129854876ec3f1aef531a09e86d2d
14105 Author: Peter Tyser <ptyser@xes-inc.com>
14106 Date:   Mon Sep 21 11:20:34 2009 -0500
14107
14108     lwmon, lwmon5: Remove sysmon POST relocation fixups
14109
14110     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14111
14112 commit 331ab60c4a418c39e5b1a05d4648a4155d0ad13e
14113 Author: Peter Tyser <ptyser@xes-inc.com>
14114 Date:   Mon Sep 21 11:20:33 2009 -0500
14115
14116     mpl: Remove memory test relocation fixups
14117
14118     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14119
14120 commit 6385b28116f775da4771b768ba9bf93c3aaaf26e
14121 Author: Peter Tyser <ptyser@xes-inc.com>
14122 Date:   Mon Sep 21 11:20:32 2009 -0500
14123
14124     fpga: Remove relocation fixups
14125
14126     PPC boards are the only users of the current FPGA code which is littered
14127     with manual relocation fixups.  Now that proper relocation is supported
14128     for PPC boards, remove FPGA manual relocation.
14129
14130     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14131
14132 commit cd1011db80287eef933d1599b74cff1116c93134
14133 Author: Peter Tyser <ptyser@xes-inc.com>
14134 Date:   Mon Sep 21 11:20:31 2009 -0500
14135
14136     tsec: Remove PHY command relocation fixups
14137
14138     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14139
14140 commit b5650c5d8c99100144d8e4e9af910405f857bb7a
14141 Author: Peter Tyser <ptyser@xes-inc.com>
14142 Date:   Mon Sep 21 11:20:30 2009 -0500
14143
14144     ppc: Remove board-specific command table relocation fixups
14145
14146     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14147
14148 commit e6b05e774d7ce1641613cdeffb69c1d48139a869
14149 Author: Peter Tyser <ptyser@xes-inc.com>
14150 Date:   Mon Sep 21 11:20:29 2009 -0500
14151
14152     ppc: Remove extable relocation fixups
14153
14154     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14155
14156 commit b32a894011b1436758905fa10e6a03b8539c43c9
14157 Author: Peter Tyser <ptyser@xes-inc.com>
14158 Date:   Mon Sep 21 11:20:28 2009 -0500
14159
14160     ppc: Remove pci config table pointer relocation fixups
14161
14162     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14163
14164 commit a0e2066f392782730f0398095e583c87812d97f2
14165 Author: Peter Tyser <ptyser@xes-inc.com>
14166 Date:   Mon Sep 21 11:20:27 2009 -0500
14167
14168     ppc: Remove board.c relocation fixups
14169
14170     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14171
14172 commit 244615197469dd6fe75ae082f38424b97c79aeaf
14173 Author: Peter Tyser <ptyser@xes-inc.com>
14174 Date:   Mon Sep 21 11:20:26 2009 -0500
14175
14176     ppc: Check for compilers that don't support relocation
14177
14178     Certain ppc compilers are known not to generate the .fixup section
14179     properly.  The .fixup section is necessary to create a relocatable
14180     U-Boot image.  A basic check for the existence of the .fixup section
14181     should hopefully catch the majority of broken compilers which don't
14182     support relocation.
14183
14184     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14185
14186 commit 858290178f222d998b6425d85cf06822467918f3
14187 Author: Peter Tyser <ptyser@xes-inc.com>
14188 Date:   Mon Sep 21 11:20:25 2009 -0500
14189
14190     ppc: Enable full relocation to RAM
14191
14192     The following changes allow U-Boot to fully relocate from flash to
14193     RAM:
14194      - Remove linker scripts' .fixup sections from the .text section
14195      - Add -mrelocatable to PLATFORM_RELFLAGS for all boards
14196      - Define CONFIG_RELOC_FIXUP_WORKS for all boards
14197
14198     Previously, U-Boot would partially relocate, but statically initialized
14199     pointers needed to be manually relocated.
14200
14201     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14202
14203 commit 3b4bd2d75c4b3c1a4570f47ffaaed66f56a78ff4
14204 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
14205 Date:   Wed Sep 30 11:55:04 2009 +0200
14206
14207     ppc4xx: Add SDRAM detection for PMC440 boards
14208
14209     This patch adds support to detect the amount of DDR2 SDRAM
14210     on PMC440 modules. Detection is done by probing through
14211     a list of available and supported hardware configurations
14212     from 1GByte down to 256MB.
14213
14214     The static TLB entry is replaced by dynamically created entries.
14215
14216     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
14217     Signed-off-by: Stefan Roese <sr@denx.de>
14218
14219 commit fb95169e39f2d03270bed552d27bbb02627a443e
14220 Author: Stefan Roese <sr@denx.de>
14221 Date:   Mon Sep 28 17:33:45 2009 +0200
14222
14223     ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling
14224
14225     This patch merges the ECC handling (ECC parity byte writing) into one
14226     file (ecc.c) for all PPC4xx SDRAM controllers except for PPC440EPx/GRx.
14227     This exception is because only those PPC's use the completely different
14228     Denali SDRAM controller core.
14229
14230     Previously we had two routines to generate/write the ECC parity bytes.
14231     With this patch we now only have one core function left.
14232
14233     Tested on Kilauea (no ECC) and Katmai (with and without ECC).
14234
14235     Signed-off-by: Stefan Roese <sr@denx.de>
14236     Cc: Felix Radensky <felix@embedded-sol.com>
14237     Cc: Grant Erickson <gerickson@nuovations.com>
14238     Cc: Pieter Voorthuijsen <pv@prodrive.nl>
14239
14240 commit d24bd2517a2b847f773453eab0ee5b1c8ebc74ba
14241 Author: Felix Radensky <felix@embedded-sol.com>
14242 Date:   Sun Sep 27 23:56:12 2009 +0200
14243
14244     ppc4xx: Reorganize DDR2 ECC handling
14245
14246     Reorganize DDR2 ECC handling to use common code for
14247     SPD DIMMs and soldered SDRAM. Also, use common code
14248     to display SDRAM info (ECC, CAS latency) for SPD and
14249     soldered SDRAM variants.
14250
14251     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
14252     Signed-off-by: Stefan Roese <sr@denx.de>
14253
14254 commit 46a887949e11d2cddb91e17ca47e73341d71a379
14255 Author: Mike Frysinger <vapier@gentoo.org>
14256 Date:   Wed Sep 30 03:09:16 2009 -0400
14257
14258     Blackfin: update default console= settings
14259
14260     The Linux kernel has changed the way it numbers serial ports, so update
14261     the default command line to match it.
14262
14263     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14264
14265 commit 4c5f307d58604dea001cccf388aa077a902ab0a5
14266 Author: Mike Frysinger <vapier@gentoo.org>
14267 Date:   Mon Sep 21 18:04:49 2009 -0400
14268
14269     Blackfin: bf533-ezkit: update env location
14270
14271     The u-boot image has outgrown the current space and overflowed into the
14272     env sector.  So move the env to the next available sector (we've already
14273     allocated the first few sectors anyways for u-boot).
14274
14275     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14276
14277 commit 24b17d8a3c3a4b9ceaf6363ebe0021011b0b8bd8
14278 Author: Kumar Gala <galak@kernel.crashing.org>
14279 Date:   Wed Sep 30 08:39:44 2009 -0500
14280
14281     ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL
14282
14283     Don't include get_law_entry as part of the NAND_SPL build since the
14284     code isnt used.
14285
14286     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14287
14288 commit 693a048d8ac191181f5b9adbff642d3f1bbd479f
14289 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14290 Date:   Wed Sep 23 15:20:39 2009 +0800
14291
14292     Add README.mpc8536ds
14293
14294     Add boot from NAND/eSDHC/eSPI description
14295
14296     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14297     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14298
14299 commit e40ac4870c6e72302044e98338322f45c34435bd
14300 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14301 Date:   Wed Sep 23 15:20:38 2009 +0800
14302
14303     On-chip ROM boot: MPC8536DS support
14304
14305     The MPC8536E is capable of booting from the on-chip ROM - boot from
14306     eSDHC and boot from eSPI. When power on, the porcessor excutes the
14307     ROM code to initialize the eSPI/eSDHC controller, and loads the mian
14308     U-Boot image from the memory device that interfaced to the controller,
14309     such as the SDCard or SPI EEPROM, to the target memory, e.g. SDRAM or
14310     L2SRAM, then boot from it.
14311
14312     The memory device should contain a specific data structure with control
14313     word and config word at the fixed address. The config word direct the
14314     process how to config the memory device, and the control word direct
14315     the processor where to find the image on the memory device, or where
14316     copy the main image to. The user can use any method to store the data
14317     structure to the memory device, only if store it on the assigned address.
14318
14319     The on-chip ROM code will map the whole 4GB address space by setting
14320     entry0 in the TLB1, so the main image need to switch to Address space 1
14321     to disable this mapping and map the address space again.
14322
14323     This patch implements loading the mian U-Boot image into L2SRAM, so
14324     the image can configure the system memory by using SPD EEPROM.
14325
14326     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14327     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14328
14329 commit 9a1a0aedbbd56f901bfbc124f18ec6d9dcefe282
14330 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14331 Date:   Wed Sep 23 15:20:37 2009 +0800
14332
14333     NAND boot: MPC8536DS support
14334
14335     MPC8536E can support booting from NAND flash which uses the
14336     image u-boot-nand.bin. This image contains two parts: a 4K
14337     NAND loader and a main U-Boot image. The former is appended
14338     to the latter to produce u-boot-nand.bin. The 4K NAND loader
14339     includes the corresponding nand_spl directory, along with the
14340     code twisted by CONFIG_NAND_SPL. The main U-Boot image just
14341     like a general U-Boot image except the parts that included by
14342     CONFIG_SYS_RAMBOOT.
14343
14344     When power on, eLBC will automatically load from bank 0 the
14345     4K NAND loader into the FCM buffer RAM where CPU can execute
14346     the boot code directly. In the first stage, the NAND loader
14347     copies itself to RAM or L2SRAM to free up the FCM buffer RAM,
14348     then loads the main image from NAND flash to RAM or L2SRAM
14349     and boot from it.
14350
14351     This patch implements the NAND loader to load the main image
14352     into L2SRAM, so the main image can configure the RAM by using
14353     SPD EEPROM. In the first stage, the NAND loader copies itself
14354     to the second to last 4K address space, and uses the last 4K
14355     address space as the initial RAM for stack.
14356
14357     Obviously, the size of L2SRAM shouldn't be less than the size
14358     of the image used. If so, the workaround is to generate another
14359     image that includes the code to configure the RAM by SPD and
14360     load it to L2SRAM first, then relocate the main image to RAM
14361     to boot up.
14362
14363     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14364     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14365
14366 commit 07355700523203c5f72018712cf0d93683f255c8
14367 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14368 Date:   Wed Sep 23 15:19:32 2009 +0800
14369
14370     mpc8536: fix board config file line length
14371
14372     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14373     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14374
14375 commit dd9ca98f2600000e5c2744735040100b770650e7
14376 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14377 Date:   Fri Sep 25 11:14:11 2009 -0400
14378
14379     sbc8548: reclaim wasted sector in boot flash
14380
14381     By nature of being based off the MPC8548CDS board, this
14382     board inherited an ENV_SIZE setting of 256k.  But since
14383     it has a smaller flash device (8MB soldered on), it has
14384     a native sector size of 128k, and hence the ENV_SIZE was
14385     causing 2 sectors to be used for the environment.
14386
14387     By removing the unused sector, we can push TEXT_BASE up
14388     closer to the end of address space and reclaim that
14389     sector for any other application.  This also fixes the
14390     mismatch between TEXT_BASE and MONITOR_LEN reported by
14391     Kumar earlier.
14392
14393     Since this board also supports the ability to boot off
14394     the 64MB SODIMM flash, this change is forward looking
14395     with that in mind; i.e. the settings for MONITOR_LEN
14396     and ENV_SIZE will work when the 512k sectors of the
14397     SODIMM flash are used for alternate boot in the future.
14398
14399     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14401
14402 commit 8280912e0657e96a7b7d8da7003656d62b0fd109
14403 Author: Kumar Gala <galak@kernel.crashing.org>
14404 Date:   Mon Sep 28 21:38:00 2009 -0500
14405
14406     ppc/85xx: Clean up immap_85xx.h
14407
14408     * Converted all white space to tabs
14409     * Converted all types to u8/u16/u32
14410     * Reduce lines to fit in 80 columns
14411     * Renamed MPC85xx_{Q,B}MAN -> FSL_CORENET_{Q,B}MAN
14412
14413     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14414
14415 commit d44e9c1736283f0abc5d3c5d28cfea8480c93a79
14416 Author: Scott Wood <scottwood@freescale.com>
14417 Date:   Mon Sep 28 16:33:18 2009 -0500
14418
14419     NAND: davinci: Fix warnings when 4-bit ECC not used
14420
14421     I accidentally left v2 of "NAND: DaVinci:Adding 4 BIT ECC support"
14422     applied when I pushed the tree last merge window, and missed these fixes
14423     which were in v3 of that patch.
14424
14425     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14426     Signed-off-by: Scott Wood <scottwood@freescale.com>
14427
14428 commit ca6189db484882798f2a35a476c07e618e21f6d3
14429 Author: Kyungmin Park <kmpark@infradead.org>
14430 Date:   Tue Sep 22 09:05:00 2009 +0900
14431
14432     Refactor OneNAND IPL code
14433
14434     Refactoring the OneNAND IPL code
14435
14436     and some minor fixed:
14437     - Remove unnecessary header file
14438     - Fix wrong access at read interrupt
14439     - The recent OneNAND has 4KiB pagesize
14440
14441     Also Board can override OneNAND IPL image
14442
14443     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14444
14445 commit a05e3f9a084fc8951d87745b3a91df246432df7d
14446 Author: Shinya Kuribayashi <skuribay@pobox.com>
14447 Date:   Sat Sep 12 18:01:40 2009 +0900
14448
14449     MIPS: VCT: Remove read_spareram reference
14450
14451     The commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29 (OneNAND: Remove
14452     unused read_spareram and add unlock_all as kernel does) forgot to remove
14453     a local reference to read_spareram in board/micronas/vct/ebi_onenand.c,
14454     which causes the following build failure when configured with OneNAND:
14455
14456     ebi_onenand.c: In function 'onenand_board_init':
14457     ebi_onenand.c:196: error: 'struct onenand_chip' has no member named 'read_spareram'
14458     make[1]: *** [ebi_onenand.o] Error 1
14459     make[1]: *** Waiting for unfinished jobs....
14460     make: *** [board/micronas/vct/libvct.a] Error 2
14461
14462     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
14463     Acked-by: Stefan Roese <sr@denx.de>
14464     Cc: Kyungmin Park <kyungmin.park@samsung.com>
14465     Signed-off-by: Scott Wood <scottwood@freescale.com>
14466
14467 commit ef37c6835eac66206a9c7c11f0c7186f5d64bf91
14468 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
14469 Date:   Fri Sep 25 14:05:57 2009 +0200
14470
14471     ubifs: Correct dereferencing of files-after-symlinks
14472
14473     Files in directories which are symlinked to were not dereferenced
14474     correctly in last commit. E.g., with a symlink
14475
14476        /boot/lnk -> /boot/real_dir
14477
14478     loading
14479
14480        /boot/lnk/uImage
14481
14482     will fail. This patch fixes that by simply seeing to it that the target
14483     base directory has a slash after it.
14484
14485     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
14486     Signed-off-by: Stefan Roese <sr@denx.de>
14487
14488 commit b306db2f1bf561b5823a655c677fe28cfad80cfb
14489 Author: Stefan Roese <sr@denx.de>
14490 Date:   Thu Sep 24 14:10:30 2009 +0200
14491
14492     ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead
14493
14494     Additionally some whitespace coding style fixes.
14495
14496     Signed-off-by: Stefan Roese <sr@denx.de>
14497
14498 commit 95b602bab5fec2fffab07a01ea3947c70d1bacc1
14499 Author: Stefan Roese <sr@denx.de>
14500 Date:   Thu Sep 24 13:59:57 2009 +0200
14501
14502     ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
14503
14504     The latest PPC4xx register cleanup patch missed some SDRAM defines.
14505     This patch now changes lower case UIC defines to upper case. Also
14506     some names are changed to match the naming in the IBM/AMCC users
14507     manuals (e.g. mem_mcopt1 -> SDRAM0_CFG).
14508
14509     Signed-off-by: Stefan Roese <sr@denx.de>
14510
14511 commit 952e7760bfc5b0e3b142b9ce34e7fbb7d008c900
14512 Author: Stefan Roese <sr@denx.de>
14513 Date:   Thu Sep 24 09:55:50 2009 +0200
14514
14515     ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
14516
14517     The latest PPC4xx register cleanup patch missed the UIC defines.
14518     This patch now changes lower case UIC defines to upper case.
14519
14520     Signed-off-by: Stefan Roese <sr@denx.de>
14521
14522 commit d1c9e5b37901b53ffc1ce3f08ec8ed61bfd557b6
14523 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14524 Date:   Tue Sep 22 13:40:44 2009 +0200
14525
14526     fsl_i2c: Do not generate STOP after read.
14527
14528     __i2c_read always ends with a STOP condition thereby releasing
14529     the bus. It is cleaner to do the STOP magic in i2c_read(), like
14530     i2c_write() does. This may also help future multimaster systems which
14531     wants to hold on to the bus until all transactions are finished.
14532
14533     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14534
14535 commit 99404202127346b9e91503bbd69deafa18c980c4
14536 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14537 Date:   Thu Sep 17 11:07:17 2009 +0200
14538
14539     fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR
14540
14541     The latest AN2919 has changed the way FDR/DFSR should be calculated.
14542     Update the driver according to spec. However, Condition 2
14543     is not accounted for as it is not clear how to do so.
14544
14545     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14546     Acked-by: Wolfgang Grandegger <wg@grandegger.com>
14547
14548 commit d01ee4db9302cfccaa5c548a1c4e873b415681a0
14549 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14550 Date:   Thu Sep 17 11:07:16 2009 +0200
14551
14552     fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
14553
14554     Some boards need a higher DFSR value than the spec currently
14555     recommends so give these boards the means to define there own.
14556
14557     For completeness, add CONFIG_FSL_I2C_CUSTOM_FDR too.
14558
14559     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14560
14561 commit 21f4cbb77299788e2b06c9b0f48cf20a5ab00d4a
14562 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14563 Date:   Thu Sep 17 11:07:15 2009 +0200
14564
14565     fsl_i2c: Wait for STOP condition to propagate
14566
14567     After issuing a STOP one must wait until the STOP has completed
14568     on the bus before doing something new to the controller.
14569
14570     Also add an extra read of SR as the manual mentions doing that
14571     is a good idea.
14572
14573     Remove surplus write of CR just before a write, isn't required and
14574     could potentially disturb the I2C bus.
14575
14576     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14577
14578 commit c7190f028fa950d4d36b6d0b4bb3fc72602ec54c
14579 Author: Kim Phillips <kim.phillips@freescale.com>
14580 Date:   Fri Sep 25 18:19:44 2009 -0500
14581
14582     mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields
14583
14584     some LCRR bits are not documented throughout the 83xx family RMs.
14585     New board porters copying similar board configurations might omit
14586     setting e.g., DBYP since it was not documented in their SoC's RM.
14587
14588     Prevent them bricking their board by retaining power on reset values
14589     in bit fields that the board porter doesn't explicitly configure
14590     via CONFIG_SYS_<registername>_<bitfield> assignments in the board
14591     config file.
14592
14593     also move LCRR assignment to cpu_init_r[am] to help ensure no
14594     transactions are being executed via the local bus while CLKDIV is being
14595     modified.
14596
14597     also start to use i/o accessors.
14598
14599     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14600
14601 commit 00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd
14602 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14603 Date:   Mon Sep 21 17:44:51 2009 -0400
14604
14605     sbc8349: tidy up Makefile to use new configuration script.
14606
14607     Commit 804d83a5 allows us to move all the configuration
14608     variation tweaks out of the top level Makefile and down
14609     into the board config header.  This takes advantage of
14610     that for the sbc8349 board.
14611
14612     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14613     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14614
14615 commit da6eea0f48c24a318e6de69d6bca0bb5ab70572b
14616 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14617 Date:   Wed Sep 16 23:22:08 2009 +0400
14618
14619     mpc83xx: mpc8360emds: Add QE USB device tree fixups
14620
14621     With this patch we can change QE USB mode without need to hand-edit
14622     the device tree.
14623
14624     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14625     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14626
14627 commit 89da44ce3fe1638312d71cb3add8c6a6d2c7c1f3
14628 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14629 Date:   Wed Sep 16 23:21:59 2009 +0400
14630
14631     mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
14632
14633     This patch fixes various ethernet issues with gigabit links handling
14634     in U-Boot. The workarounds originally implemented by Kim Phillips for
14635     Linux kernel.
14636
14637     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14638     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14639
14640 commit 034477bb31948d698d18b84bc0834c3e25a14d04
14641 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14642 Date:   Wed Sep 16 23:21:57 2009 +0400
14643
14644     mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
14645
14646     Since commit 5c2ff323a94e27e481f70c44838d43fcd844dd46 ("mpc8360emds:
14647     rework LBC SDRAM setup"), LBC SDRAM is available for use in Linux.
14648
14649     Though, it appears that QE Ethernet in Gigabit mode can't transmit
14650     large packets when it tries to work with a data in LBC SDRAM (memtest
14651     didn't discover any issues, is LBC SDRAM just too slow?).
14652
14653     With this patch we can still use the board without DDR memory, but
14654     if DDR is available, we don't use LBC SDRAM.
14655
14656     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14657     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14658
14659 commit d77c779bc23596aa3693d1c5c4d5b6e1072f93f2
14660 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14661 Date:   Wed Sep 16 23:21:55 2009 +0400
14662
14663     net: uec: Fix uccf.h and uec.h headers to include headers they depend on
14664
14665     Headers should include headers containing prototypes and defines they
14666     depend on, don't assume that they're included by somebody else.
14667
14668     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14670
14671 commit 6185f80c311cc3bdef2f8d5096c61e40ca6f48b2
14672 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14673 Date:   Wed Sep 16 23:21:53 2009 +0400
14674
14675     net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
14676
14677     This will be needed for MPC8360E-MDS boards with rev. 2.1 CPUs.
14678
14679     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14680     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14681
14682 commit 984f10baac8ef6032df52f135943d6b0bc96f724
14683 Author: Wolfgang Denk <wd@denx.de>
14684 Date:   Fri Sep 25 14:16:00 2009 +0200
14685
14686     mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
14687
14688     Signed-off-by: Wolfgang Denk <wd@denx.de>
14689
14690 commit 6e748ea004473cce99fbde6382dd580c10ffdb60
14691 Author: Ken MacLeod <ken@bitsko.slc.ut.us>
14692 Date:   Fri Sep 11 15:16:18 2009 -0500
14693
14694     cmd_fdt.c: fix parse of byte streams and strings
14695
14696     Commit 4abd844d8e extended the fdt command parser to handle property
14697     strings which are split across multiple arguments but it was broken for
14698     byte streams and strings.
14699
14700     Byte stream parsing:
14701
14702      * Fixes where it would terminate early or go into an endless loop.
14703
14704      * Fixes a 0x00 being inserted into the data if there is a space after
14705        '[' or a separate argument.
14706
14707      * Fixes dereferencing the argument pointer after the last argument.
14708
14709      * Checks for bad characters.
14710
14711     String parsing:
14712
14713      * Treat multiple arguments as a string list.  This fixes an issue where
14714        only the last argument was stored.
14715
14716     Signed-off-by: Ken MacLeod <ken@bitsko.slc.ut.us>
14717
14718 commit 3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e
14719 Author: Heiko Schocher <hs@denx.de>
14720 Date:   Wed Sep 23 07:56:08 2009 +0200
14721
14722     mucmc52, uc101: delete ata@3a00 node, if no CF card is detected
14723
14724     U-Boot can detect if an IDE device is present or not.
14725     If not, and this new config option is activated, U-Boot
14726     removes the ATA node from the DTS before booting Linux,
14727     so the Linux IDE driver does not probe the device and
14728     crash. This is needed for buggy hardware (uc101) where
14729     no pull down resistor is connected to the signal IDE5V_DD7.
14730
14731     Signed-off-by: Heiko Schocher <hs@denx.de>
14732
14733 commit 7f625fc6d3ba8f890e843ac01717804c2462ed53
14734 Author: Heiko Schocher <hs@denx.de>
14735 Date:   Wed Sep 23 07:56:04 2009 +0200
14736
14737     mpc5200, mucmc52, uc101: config cleanup
14738
14739     - As these boards are similiar, collect common config options
14740       in manroland/common.h and manroland/mpc52xx-common.h
14741       for mpc5200 specific common options for this manufacturer.
14742     - add OF support
14743     - update default environment
14744
14745     Signed-off-by: Heiko Schocher <hs@denx.de>
14746
14747     Minor edit of commit message.
14748
14749     Signed-off-by: Wolfgang Denk <wd@denx.de>
14750
14751 commit 9d142ea8f787882ab732fa531a34db091bfa363d
14752 Author: Wolfgang Denk <wd@denx.de>
14753 Date:   Fri Sep 25 00:57:49 2009 +0200
14754
14755     Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
14756
14757     Commit 002741ae86 modified include/asm-ppc/mmu.h such that the LAWAR_
14758     defines were only enabled for the 83xx platform, but they are also
14759     needed on MPC512x system. Enabling these for E300 systems seems thus
14760     more appropriate.
14761
14762     Signed-off-by: Wolfgang Denk <wd@denx.de>
14763
14764 commit a5aa3998ab6408a6ac738a3ce8005e647b9465f8
14765 Author: Martha M Stan <mmarx@silicontkx.com>
14766 Date:   Mon Sep 21 14:08:00 2009 -0400
14767
14768     Add Elpida Memory Configuration to mpc5121ads Boards
14769
14770     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
14771
14772     Minor coding style cleanup.
14773
14774     Signed-off-by: Wolfgang Denk <wd@denx.de>
14775
14776 commit 054197ba8ee5ef1e41694df58531b6e53ec43f2d
14777 Author: Martha M Stan <mmarx@silicontkx.com>
14778 Date:   Mon Sep 21 14:07:14 2009 -0400
14779
14780     mpc512x: Streamlined fixed_sdram() init sequence.
14781
14782     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
14783
14784     Minor cleanup:
14785
14786     Re-ordered default_mddrc_config[] to have matching indices.
14787
14788     This allows to use the same index "N" for source and target fields;
14789     before, we had code like this
14790
14791         out_be32(&im->mddrc.ddr_time_config2, mddrc_config[3]);
14792
14793     which always looked like a copy & paste error because 2 != 3.
14794
14795     Also, use NULL when meaning a null pointer.
14796
14797     Signed-off-by: Wolfgang Denk <wd@denx.de>
14798
14799 commit 39aaca1f66a0e5b1204b0789f6c0097938c00ad1
14800 Author: Kumar Gala <galak@kernel.crashing.org>
14801 Date:   Thu Mar 19 02:46:19 2009 -0500
14802
14803     ppc/p4080: Determine various chip frequencies on CoreNet platforms
14804
14805     The means to determine the core, bus, and DDR frequencies are completely
14806     new on CoreNet style platforms.  Additionally on p4080 we can have
14807     different frequencies for FMAN and PME IP blocks.  We need to keep track
14808     of the FMAN & PME frequencies since they are used for time stamping
14809     capabilities inside each block.
14810
14811     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14812
14813 commit 3c2a67eec8a0facc865b400caca52e7f6b7adf01
14814 Author: Kumar Gala <galak@kernel.crashing.org>
14815 Date:   Thu Sep 17 01:52:37 2009 -0500
14816
14817     ppc/p4080: Handle timebase enabling and frequency reporting
14818
14819     On CoreNet style platforms the timebase frequency is the bus frequency
14820     defined by 16 (on PQ3 it is divide by 8).  Also on the CoreNet platforms
14821     the core not longer controls the enabling of the timebase.  We now need
14822     to enable the boot core's timebase via CCSR register writes.
14823
14824     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14825
14826 commit 7e4259bba4c56536760e42d32dacfb3233f216fd
14827 Author: Kumar Gala <galak@kernel.crashing.org>
14828 Date:   Thu Mar 19 02:39:17 2009 -0500
14829
14830     ppc/p4080: Add various p4080 related defines (and p4040)
14831
14832     There are various locations that we have chip specific info:
14833
14834     * Makefile for which ddr code to build
14835     * Added p4080 & p4040 to cpu_type_list and SVR list
14836     * Added number of LAWs for p4080
14837     * Set CONFIG_MAX_CPUS to 8 for p4080
14838
14839     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14840
14841 commit 39a7e7fd538cdf49e7e8a2f0634ea5e15e12b4ec
14842 Author: Kumar Gala <galak@kernel.crashing.org>
14843 Date:   Thu Sep 17 01:44:39 2009 -0500
14844
14845     ppc/p4080: CoreNet platfrom style secondary core release
14846
14847     The CoreNet platform style of bringing secondary cores out of reset is
14848     a bit different that the PQ3 style.  Mostly the registers that we use
14849     to setup boot translation, enable time bases, and boot release the cores
14850     have moved around.
14851
14852     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14853
14854 commit a880cf3e0e1c220d780eccd0b101170c4499485d
14855 Author: Kumar Gala <galak@kernel.crashing.org>
14856 Date:   Thu Sep 17 01:44:00 2009 -0500
14857
14858     ppc/p4080: CoreNet platfrom style CCSRBAR setting
14859
14860     On CoreNet based platforms the CCSRBAR address is split between an high &
14861     low register and we no longer shift the address.
14862
14863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14864     Signed-off-by: Scott Wood <scottwood@freescale.com>
14865
14866 commit 418ec8584343f04048e2cc7ee96b6b29be54ad97
14867 Author: Kumar Gala <galak@kernel.crashing.org>
14868 Date:   Thu Mar 19 02:32:23 2009 -0500
14869
14870     ppc/p4080: Add support for CoreNet style platform LAWs
14871
14872     On CoreNet based platforms the LAW address is split between an high &
14873     low register and we no longer shift the address.  Also, the target IDs
14874     on CoreNet platforms have been completely re-assigned.
14875
14876     Additionally, added a new find_law() API to which LAW an address hits in.
14877     This is need for the CoreNet style boot release code since it will need
14878     to determine what the target ID should be set to for boot window
14879     translation.
14880
14881     Finally, enamed LAWAR_EN to LAW_EN and moved to header so we can use
14882     it elsewhere.
14883
14884     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14885
14886 commit 01df521217957d77d53c2d570183eded7030938f
14887 Author: Kumar Gala <galak@kernel.crashing.org>
14888 Date:   Wed Sep 16 09:43:12 2009 -0500
14889
14890     ppc/p4080: Add p4080 platform immap definitions
14891
14892     The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
14893     platform.  We reuse the 85xx immap and just add new definitions for
14894     local access and global utils.  The global utils is now broken into
14895     global utils, clocking and run control/power management.
14896
14897     The offsets from CCSR for a number of blocks have also changed.  We
14898     introduce the CONFIG_FSL_CORENET define to distinquish the PQ3 style of
14899     platform from the new p4080 platform.  We don't use QoirQ as there are
14900     products (like p2020) that are PQ3 based platforms but have the QoirQ
14901     name.
14902
14903     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14904
14905 commit 25bacf7a2b096496e2c58f2de4e5b2bce8fba038
14906 Author: Kumar Gala <galak@kernel.crashing.org>
14907 Date:   Tue Sep 22 15:45:44 2009 -0500
14908
14909     ppc/85xx: Fix enabling of L2 cache
14910
14911     We need to flash invalidate the locks in addition to the cache
14912     before we enable.
14913
14914     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14915
14916 commit cb0ff65c619efacdc0ba69aa8ee6ede7dd364a38
14917 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14918 Date:   Tue Sep 22 12:48:27 2009 +0530
14919
14920     85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
14921
14922     The code assumed names where just numbers and always prefixed 'mpc'.
14923     However newer QorIQ don't follow the mpc naming scheme.
14924
14925     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14926     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14927
14928 commit 234a89d911ce28e46372f555d7c14e28424f2b0d
14929 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14930 Date:   Tue Sep 22 14:53:21 2009 +0800
14931
14932     ppc/85xx: add cpu init config file for boot from NAND
14933
14934     When boot from NAND, the NAND flash must be connected to br/or0.
14935     Also init RAM(L2 SRAM or DDR SDRAM) for load the second image to
14936     it.
14937
14938     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14939     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14940
14941 commit 266139b88b43ae1d87abb5f5431e6f57b801795f
14942 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14943 Date:   Tue Sep 22 14:53:34 2009 +0800
14944
14945     immap_85xx: add porpllsr's plat ratio definition
14946
14947     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14948     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14949
14950 commit 098bcbae3172d73d24ca8ba196328d901eed4132
14951 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14952 Date:   Tue Sep 22 14:53:10 2009 +0800
14953
14954     ppc/85xx: add ld script file for boot from NAND
14955
14956     The first stage 4K image uses a seperate ld script file to
14957     generate 4K image. This patch moves it to the cpu/mpc85xx/*
14958     to make it avaliable for 85xx platform.
14959
14960     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14961     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14962
14963 commit 8439f05cfd8cbb38485376a34d9fe297ba262737
14964 Author: Peter Tyser <ptyser@xes-inc.com>
14965 Date:   Mon Sep 21 23:09:28 2009 -0500
14966
14967     mpc8610hpcd: Use common 86xx fdt fixup code
14968
14969     Using the common 86xx fdt fixups removes some board-specific code and
14970     should make the mpc8610hpcd easier to maintain in the long run.
14971
14972     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14974
14975 commit 928435d11b898870415910efff87a4d6399cecb8
14976 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14977 Date:   Mon Sep 21 17:19:17 2009 -0400
14978
14979     sbc85x0: tidy up Makefile to use new configuration script.
14980
14981     Commit 804d83a5 allows us to move all the configuration
14982     variation tweaks out of the top level Makefile and down
14983     into the boards config header.  This takes advantage of
14984     that for the sbc8540/sbc8560 boards.
14985
14986     There were a couple of cheezy comments pointing at incorrect
14987     files, or files that don't exist, so I've cleaned those up too.
14988
14989     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14990     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14991
14992 commit 2738bc8df65ec905094d83f62f87fed123a03b9c
14993 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14994 Date:   Sun Sep 20 20:36:06 2009 -0400
14995
14996     sbc8548: allow enabling PCI via a make config option
14997
14998     Prior to this commit, to enable PCI, you had to go manually
14999     edit the board config header, and if you had 33MHz PCI, you
15000     had to manually change CONFIG_SYS_NS16550_CLK too, which was
15001     not real user friendly,
15002
15003     This adds the typical PCI and clock speed make targets to the
15004     toplevel Makefile in accordance with what is being done with
15005     other boards (i.e. using the "-t" to mkconfig).
15006
15007     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15009
15010 commit fdc7eb90b504daa020f290604d50da8f7cb70d8a
15011 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15012 Date:   Sun Sep 20 20:36:05 2009 -0400
15013
15014     sbc8548: update PCI/PCI-e support code
15015
15016     The PCI/PCI-e support for the sbc8548 was based on an earlier
15017     version of what the MPC8548CDS board was using, and in its
15018     current state it won't even compile.  This re-syncs it to match
15019     the latest codebase and makes use of the new shared PCI functions
15020     to reduce board duplication.
15021
15022     It borrows from the MPC8568MDS, in that it pulls the PCI-e I/O
15023     back to 0xe280_0000 (where PCI2 would be on MPC8548CDS), and
15024     similarly it coalesces the PCI and PCI-e mem into one single TLB.
15025
15026     Both PCI-x and PCI-e have been tested with intel e1000 cards
15027     under linux (with an accompanying dts change in place)
15028
15029     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15030     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15031
15032 commit a8b3e90f798e0cca5f11c912f9d0823a1c5b6c24
15033 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15034 Date:   Sun Sep 20 20:36:01 2009 -0400
15035
15036     fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
15037
15038     Recycle the recently added PCI-e wrapper used to reduce board
15039     duplication of code by creating a similar version for plain PCI.
15040
15041     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15042     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15043
15044 commit 11d5a629f8a40f9d7cffc74e58f4e3ed258e56ab
15045 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15046 Date:   Sun Sep 20 20:36:04 2009 -0400
15047
15048     sbc8548: correct local bus SDRAM size from 64M to 128M
15049
15050     The size of the LB SDRAM on this board is 128MB, spanning CS3
15051     and CS4.  It was previously only being configured for 64MB on
15052     CS3, since that was what the original codebase of the MPC8548CDS
15053     had.  In addition to setting up BR4/OR4, this also adds the TLB
15054     entry for the second half of the SDRAM.
15055
15056     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15057     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15058
15059 commit 0c7e4d45d9fb3c9e503ee93d50572d346dae150e
15060 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15061 Date:   Sun Sep 20 20:36:03 2009 -0400
15062
15063     sbc8548: use I/O accessors
15064
15065     Sweep throught the board specific file and replace the various
15066     register proddings with the equivalent I/O accessors.
15067
15068     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15069     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15070
15071 commit fc38eb98ff226f2c53eecbee033a6ab7619473dc
15072 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15073 Date:   Sun Sep 20 20:36:02 2009 -0400
15074
15075     sbc8548: remove eTSEC3/4 voltage hack
15076
15077     With only eTSEC1 and 2 being brought out to RJ-45 connectors, we
15078     aren't interested in the eTSEC3/4 voltage hack on this board
15079
15080     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15081     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15082
15083 commit 9b3ba24f18900633a394416cc056c44a1a6eb754
15084 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15085 Date:   Fri Sep 18 19:08:41 2009 -0400
15086
15087     sbc8548: enable access to second bank of flash
15088
15089     The sbc8548 has a 64MB SODIMM flash module off of CS6 that
15090     previously wasn't enumerated by u-boot.  There were already
15091     BR6/OR6 settings for it [used by cpu_init_f()] but there
15092     was no TLB entry and it wasn't in the list of flash banks
15093     reported to u-boot.
15094
15095     The location of the 64MB flash is "pulled back" 8MB from
15096     a 64MB boundary, in order to allow address space for the
15097     8MB boot flash that is at the end of 32 bit address space.
15098     This means creating two 4MB TLB entries for the 8MB chunk,
15099     and then expanding the original boot flash entry to 64MB
15100     in order to cover the 8MB boot flash and the remainder
15101     (56MB) of the user flash.
15102
15103     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15104     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15105
15106 commit ded58f4153923dfff16d2f96495bd7acf1f7e10e
15107 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15108 Date:   Wed Sep 23 17:30:57 2009 -0400
15109
15110     sbc8548: cosmetic line re-wrap
15111
15112     Fix the extra long lines to be consistent with u-boot coding style.
15113     No functional change here.
15114
15115     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15116
15117 commit 2c40acd3525b75db3fcd3f5a5bd40445679b5547
15118 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15119 Date:   Fri Sep 18 19:08:40 2009 -0400
15120
15121     sbc8548: get_clock_freq is not valid for this board
15122
15123     The get_clock_freq() comes from freescale/common/cadmus.c and is
15124     only valid for the CDS based 85xx reference platforms.  It would
15125     be nice if we could read the 33 vs. 66MHz status somehow, but in
15126     the meantime, tie it to CONFIG_SYS_CLK_FREQ like all the other
15127     non-CDS boards do.
15128
15129     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15131
15132 commit 7b1f1399e876587e0a268a5a471dd444bfbc3114
15133 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15134 Date:   Fri Sep 18 19:08:39 2009 -0400
15135
15136     sbc8548: delete unused MPC8548CDS info carried over from port
15137
15138     There are a couple defines and PCI bridge quirks related to the PCI
15139     backplane of the MPC8548CDS that have no meaning in the context of
15140     the port to the sbc8548 board, so delete them.
15141
15142     Also, the form factor of the sbc8548 is a standalone board with a
15143     single PCI-X and a single PCI-e slot.  That pretty much guarantees
15144     that it will never be a PCI agent itself, so the host/agent and root
15145     complex/end node distinctions have been removed.
15146
15147     Similarly, since there is no physical connector mapping to PCI2, so
15148     all references of PCI2 in the board support files have been removed
15149     as well.
15150
15151     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15152     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15153
15154 commit 94ca091456d5c3040ddd6351c80cf3e74393f9be
15155 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15156 Date:   Fri Sep 18 19:08:44 2009 -0400
15157
15158     sbc8548: enable use of PCI network cards
15159
15160     Create a board_eth_init to allow a place to hook in
15161     the PCI ethernet init after all the eTSEC are up
15162     and configured.
15163
15164     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15165     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15166
15167 commit 82b7725b6d46d9ad2b962b4cdfa896bd5ee32fb5
15168 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
15169 Date:   Sat Sep 19 17:50:17 2009 +0530
15170
15171     ppc/85xx: 32bit DDR changes for P1020/P1011
15172
15173     The P1020/P1011 SOCs support max 32bit DDR width as opposed to P2020/P2010
15174     where max DDR data width supported is 64bit.
15175
15176     As a next step the DDR data width initialization would be made more dynamic
15177     with more flexibility from the board perspective and user choice.
15178     Going forward we would also remove the hardcodings for platforms with onboard
15179     memories and try to use the FSL SPD code for DDR initialization.
15180
15181     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
15182     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15183
15184 commit bd42bbb858dde713f023fc2e4f512ec174a1a8d2
15185 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
15186 Date:   Fri Sep 18 19:08:46 2009 -0400
15187
15188     sbc8548: replace README with completely new document
15189
15190     The previous README.sbc8548 was pretty much content-free. Replace
15191     it with something that actually gives the end user some relevant
15192     hardware details, and also lists the u-boot configuration choices.
15193
15194     Also in the cosmetic department, fix the bogus line in the Makefile
15195     that was carried over from the SBC8560 Makefile, and the typo in
15196     the sbc8548.c copyright.
15197
15198     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15199     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15200
15201 commit 002741ae862c1c7e3dad89d020e392e6add1c05d
15202 Author: Kumar Gala <galak@kernel.crashing.org>
15203 Date:   Sat Sep 19 11:20:54 2009 -0500
15204
15205     ppc/85xx: Clean up use of LAWAR defines
15206
15207     On 85xx platforms we shouldn't be using any LAWAR_* defines
15208     but using the LAW_* ones provided by fsl-law.h.  Rename any such
15209     uses and limit the LAWAR_ to the 83xx platform as the only user so
15210     we will get compile errors in the future.
15211
15212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15213
15214 commit f61dae7c9dc526410faec15ce352b11fc36a560b
15215 Author: Kumar Gala <galak@kernel.crashing.org>
15216 Date:   Thu Sep 3 10:20:09 2009 -0500
15217
15218     ppc/85xx: Clean up mpc8572DS PCI setup code
15219
15220     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
15221     board ports, use IO accessors and clean up printing of status info.
15222
15223     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15224
15225 commit 4958af8735207640181c4423e41b24ee7418361a
15226 Author: Kumar Gala <galak@kernel.crashing.org>
15227 Date:   Thu Sep 3 09:42:01 2009 -0500
15228
15229     ppc/85xx: Clean up p2020ds PCI setup code
15230
15231     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
15232     board ports, use IO accessors and clean up printing of status info.
15233
15234     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15235
15236 commit 93a83872c707891bad22f7776d79a650c870601f
15237 Author: Kumar Gala <galak@kernel.crashing.org>
15238 Date:   Thu Sep 3 10:09:04 2009 -0500
15239
15240     ppc/85xx: Clean up p1_p2_rdb PCI setup
15241
15242     General code cleanup to use in/out IO accessors as well as making
15243     the code that prints out info sane between board and generic fsl pci
15244     code.
15245
15246     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15247
15248 commit 62ca21c442e18fec118ec83e183d64ea49966ce7
15249 Author: Kumar Gala <galak@kernel.crashing.org>
15250 Date:   Thu Sep 10 16:31:53 2009 -0500
15251
15252     ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
15253
15254     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15255
15256 commit a0f9e0e0f06033807de0ae017ad4d9cf5ddff84b
15257 Author: Kumar Gala <galak@kernel.crashing.org>
15258 Date:   Thu Sep 10 16:26:37 2009 -0500
15259
15260     ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
15261
15262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15263
15264 commit f9edcc10e6cb497dd7dcbaf691cfd1859abae27a
15265 Author: Kumar Gala <galak@kernel.crashing.org>
15266 Date:   Thu Sep 10 16:23:45 2009 -0500
15267
15268     ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
15269
15270     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15271
15272 commit 0e905ac28b1e039d74e63232293972bff6b5a0ce
15273 Author: Mingkai Hu <Mingkai.hu@freescale.com>
15274 Date:   Fri Sep 18 11:45:09 2009 +0800
15275
15276     ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
15277
15278     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15279     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15280
15281 commit 202d94875c98b7b573f136c4f353609758ed9733
15282 Author: Kumar Gala <galak@kernel.crashing.org>
15283 Date:   Tue Sep 15 22:21:58 2009 -0500
15284
15285     ppc/85xx: Fix LCRR_CLKDIV defines
15286
15287     For some reason the CLKDIV field varies between SoC in how it interprets
15288     the bit values.
15289
15290     All 83xx and early (e500v1) PQ3 devices support:
15291      clk/2: CLKDIV = 2
15292      clk/4: CLKDIV = 4
15293      clk/8: CLKDIV = 8
15294
15295     Newer PQ3 (e500v2) and MPC86xx support:
15296      clk/4: CLKDIV = 2
15297      clk/8: CLKDIV = 4
15298      clk/16: CLKDIV = 8
15299
15300     Ensure that the MPC86xx and MPC85xx still get the same behavior and make
15301     the defines reflect their logical view (not the value of the field).
15302
15303     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15304     Acked-by: Peter Tyser <ptyser@xes-inc.com>
15305
15306 commit 55f786d8ba8ce58a81428536da34a2192b9bad9f
15307 Author: Peter Tyser <ptyser@xes-inc.com>
15308 Date:   Mon Sep 21 12:04:33 2009 -0500
15309
15310     MAKEALL: Use POSIX math
15311
15312     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15313
15314 commit 40a28f0885e62b6607e12ed6baa6284927f5263e
15315 Author: Peter Tyser <ptyser@xes-inc.com>
15316 Date:   Mon Sep 21 12:04:32 2009 -0500
15317
15318     MAKEALL: Add summary information
15319
15320     This change adds some basic summary information to the MAKEALL script.
15321     The summary information includes how many boards were compiled, how many
15322     boards had compile warnings or errors, and which specific boards had
15323     compile warnings or errors.
15324
15325     This information is useful when doing compile testing to quickly
15326     determine which boards are broken.
15327
15328     As a side benefit, no empty $BOARD.ERR files are generated by MAKEALL.
15329     Previously, each board had a corresponding $BOARD.ERR file, even if the
15330     board compiled cleanly.
15331
15332     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15333
15334 commit 71ce9bd7f551e44c4ddb4c985c095da6d3452d79
15335 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
15336 Date:   Mon Sep 21 11:05:55 2009 -0500
15337
15338     galaxy5200: enable version environment variable
15339
15340     Add version environment variable configuration to the galaxy5200
15341     board header file.
15342
15343     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
15344
15345     Edited commit message.
15346
15347     Signed-off-by: Wolfgang Denk <wd@denx.de>
15348
15349 commit c569ad6e1e8768a0fec513ffc156412240b7eb35
15350 Author: Werner Pfister <werner.pfister@intercontrol.de>
15351 Date:   Mon Sep 21 14:49:56 2009 +0200
15352
15353     digsy_mtc: Add TCR register value for RTC (DS1339)
15354
15355     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
15356     Signed-off-by: Detlev Zundel <dzu@denx.de>
15357
15358 commit b0078c8792badd81aed51b7eabe85e960036361c
15359 Author: Werner Pfister <werner.pfister@intercontrol.de>
15360 Date:   Mon Sep 21 14:49:55 2009 +0200
15361
15362     rtc/ds1337.c: Allow to set TCR register
15363
15364     This is needed to correctly start the charging of an attached capacitor
15365     or battery.
15366
15367     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
15368     Signed-off-by: Detlev Zundel <dzu@denx.de>
15369
15370 commit 9d7952e4c636b8c99289a44dbe28c6f93c43b9f7
15371 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15372 Date:   Tue Sep 15 09:53:29 2009 +0200
15373
15374     ubifs: Add support for looking up directory and relative symlinks
15375
15376     This patch adds support for resolving symlinks to directories as well as
15377     relative symlinks. Symlinks are now always resolved during file lookup,
15378     so the load stage no longer needs to special-case them.
15379
15380     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15381     Signed-off-by: Stefan Roese <sr@denx.de>
15382
15383 commit fcdb36b85ac033c09a9762a0a14808f7cb2ed54c
15384 Author: Rupjyoti Sarmah <rsarmah@amcc.com>
15385 Date:   Mon Sep 21 11:26:19 2009 -0700
15386
15387     ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board
15388
15389     u-boot reports a PCIE PLL lock error at boot time on Yucca board, and
15390     left PCIe nonfunctional. This is fixed by making u-boot function
15391     ppc4xx_init_pcie() to wait 300 uS after negating reset before the
15392     first check of the PLL lock.
15393
15394     Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
15395     Signed-off-by: Stefan Roese <sr@denx.de>
15396
15397 commit 91d599044caac4a8c228115b16cf3b073f902080
15398 Author: Dirk Eibach <eibach@gdsys.de>
15399 Date:   Mon Sep 21 13:27:14 2009 +0200
15400
15401     ppc4xx: Make DDR2 timing for intip more robust
15402
15403     DDR2 timing for intip was on the edge for some of the available chips
15404     for this board. Now it is verfied to work with all of them.
15405
15406     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15407     Signed-off-by: Stefan Roese <sr@denx.de>
15408
15409 commit 184a3a27f5cd2c64666f74df94c86b94c4383ef8
15410 Author: Wolfgang Denk <wd@denx.de>
15411 Date:   Tue Sep 15 00:26:02 2009 +0200
15412
15413     board/linkstation/ide.c: Fix compile warning
15414
15415     Fix warning: ide.c:60: warning: dereferencing type-punned pointer will
15416     break strict-aliasing rules
15417
15418     Signed-off-by: Wolfgang Denk <wd@denx.de>
15419     Cc: Guennadi Liakhovetski <lg@denx.de>
15420
15421 commit 004eca0c9ba328de457d5dc9ef8805639dfef893
15422 Author: Peter Tyser <ptyser@xes-inc.com>
15423 Date:   Wed Sep 16 22:03:08 2009 -0500
15424
15425     ppc: Clean up calling of phy_reset() during init
15426
15427     Remove board-specific #ifdefs for calling phy_reset() during
15428     initializtion
15429
15430     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15431
15432 commit 3a8f28d0a6d9f8505017680233064c13e4587174
15433 Author: Peter Tyser <ptyser@xes-inc.com>
15434 Date:   Wed Sep 16 22:03:07 2009 -0500
15435
15436     ppc: Clean up calling of misc_init_r() during init
15437
15438     Remove board-specific #ifdefs for calling misc_init_r() during
15439     initializtion
15440
15441     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15442     Acked-by: Heiko Schocher <hs@denx.de>
15443
15444 commit 3202d33169df04da5cf3dea8c5ab0a902b90ecaa
15445 Author: Peter Tyser <ptyser@xes-inc.com>
15446 Date:   Wed Sep 16 21:38:10 2009 -0500
15447
15448     Remove deprecated 'autoscr' command/variables
15449
15450     The more standard 'source' command provides identical functionality to
15451     the autoscr command.
15452
15453     Environment variable names/values on the MVBC_P, MVBML7, kmeter1,
15454     mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.
15455
15456     The 'autoscript' and 'autoscript_uname' environment variables are
15457     also removed.
15458
15459     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15460     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15461     Acked-by: Heiko Schocher <hs@denx.de>
15462
15463 commit d3f4941874a20d8a390a36ba71335ae1db2f9ba0
15464 Author: Paul Gibson <paul.gibson2074@gmail.com>
15465 Date:   Wed Sep 16 10:05:00 2009 +1000
15466
15467     mpc512x. Micron nand flash needs a reset before a read command is issued.
15468
15469     Micron nand flash needs a reset before a read command is issued.
15470     The current mpc5121_nfc driver ignores the reset command.
15471
15472 commit b55ae40249545eabb9d6bfb850b1400a32561b1f
15473 Author: Marcel Ziswiler <marcel@ziswiler.com>
15474 Date:   Wed Sep 9 21:18:41 2009 +0200
15475
15476     FDT: remove obsolete OF_CPU and OF_SOC macros.
15477
15478     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15479     Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
15480     Acked-by: Heiko Schocher <hs@denx.de>
15481
15482 commit 3b6a9267f0de7b85d387fa4123d0b58379363447
15483 Author: Wolfgang Denk <wd@denx.de>
15484 Date:   Tue Sep 15 00:09:21 2009 +0200
15485
15486     board/flagadm/flash.c: fix compile warning
15487
15488     Fix warning: flash.c:531: warning: dereferencing type-punned pointer
15489     will break strict-aliasing rules
15490
15491     Signed-off-by: Wolfgang Denk <wd@denx.de>
15492     Cc: Kári Davíðsson <kd@flaga.is>
15493
15494 commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
15495 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15496 Date:   Thu Sep 17 15:15:52 2009 +0200
15497
15498     Correct ffs/fls regression for PowerPC etc
15499
15500     Commits
15501
15502       02f99901ed1c9d828e3ea117f94ce2264bf8389e
15503       52d61227b66d4099b39c8309ab37cb67ee09a405
15504
15505     introduced a regression where platform-specific ffs/fls implementations
15506     were defined away. This patch corrects that by using PLATFORM_xxx
15507     instead of the name itself.
15508
15509     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15510     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15511     Acked-by: Stefan Roese <sr@denx.de>
15512
15513 commit e67af44d0167d8237dd2c2ddf8e301d19ca12914
15514 Author: Stefan Roese <sr@denx.de>
15515 Date:   Mon Sep 14 11:13:34 2009 +0200
15516
15517     ppc4xx: Consolidate get_OPB_freq()
15518
15519     All 4xx variants had their own, mostly identical get_OPB_freq()
15520     function. Some variants even only had the OPB frequency calculated
15521     in this routine and not supplied the sys_info.freqOPB variable
15522     correctly (e.g. 405EZ). This resulted in incorrect OPB values passed
15523     via the FDT to Linux.
15524
15525     This patch now removes all those copies and only uses one function
15526     for all 4xx variants (except for IOP480 which doesn't have an OPB).
15527
15528     Signed-off-by: Stefan Roese <sr@denx.de>
15529
15530 commit 84a45d33c2cc261dbd5411f7c2ad45f6003025b6
15531 Author: Stefan Roese <sr@denx.de>
15532 Date:   Fri Sep 11 17:09:45 2009 +0200
15533
15534     ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
15535
15536     Acadia still used the "old" arch/ppc bootm commands for booting
15537     Linux images without FDT. This patch now enables these fdt-aware
15538     boot commands for Acadia as well.
15539
15540     Signed-off-by: Stefan Roese <sr@denx.de>
15541
15542 commit 95a4a593b577b6e2f1da2d4b0f5ec86975c33413
15543 Author: Stefan Roese <sr@denx.de>
15544 Date:   Fri Sep 11 17:07:55 2009 +0200
15545
15546     ppc4xx: Fix 405EZ uart base baud calculation
15547
15548     With this fix, Linux correctly configures the baudrate when booting
15549     with FDT passed from U-Boot to Linux.
15550
15551     Signed-off-by: Stefan Roese <sr@denx.de>
15552
15553 commit 15fba3279b56333bdb65ead366f82c945ed320d1
15554 Author: Kumar Gala <galak@kernel.crashing.org>
15555 Date:   Fri Sep 11 15:28:41 2009 -0500
15556
15557     ppc/85xx: Disable all async interrupt sources when we boot
15558
15559     We should make sure to clear MSR[ME, CE, DE] when we boot an OS image
15560     since we have changed the exception vectors and the OSes vectors might
15561     not be setup we should avoid async interrupts at all costs.
15562
15563     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15564
15565 commit 9f00409a9d04cf533305531da32437130802f3a3
15566 Author: Kumar Gala <galak@kernel.crashing.org>
15567 Date:   Fri Sep 11 13:52:45 2009 -0500
15568
15569     ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
15570
15571     By pulling out cpu_init_early we can build just it and not all of
15572     cpu_init for NAND_SPL.
15573
15574     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15575
15576 commit 0456dbf3475d0aec42873a967ac97ed81f376119
15577 Author: Kumar Gala <galak@kernel.crashing.org>
15578 Date:   Fri Sep 11 13:41:49 2009 -0500
15579
15580     ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
15581
15582     Use write_tlb and don't use memset so we can use the same code for
15583     cpu_init_early_f between NAND SPL and not.
15584
15585     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15586
15587 commit 6e1385d5f8d137e741dfef02465d7dc328040ad7
15588 Author: Mingkai Hu <Mingkai.hu@freescale.com>
15589 Date:   Fri Sep 11 10:53:08 2009 +0800
15590
15591     NAND boot: change NAND loader's relocate SP to CONFIG param
15592
15593     So that we can set the NAND loader's relocate stack pointer
15594     to the value other than the relocate address + 0x10000.
15595
15596     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15597     Acked-by: Kim Phillips <kim.phillips@freescale.com>
15598     Acked-by: Scott Wood <scottwood@freescale.com>
15599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15600
15601 commit 7da53351d817c6d77364cfde922891f37d0e5ed8
15602 Author: Mingkai Hu <Mingkai.hu@freescale.com>
15603 Date:   Fri Sep 11 14:19:10 2009 +0800
15604
15605     ppc/85xx: add boot from NAND/eSDHC/eSPI support
15606
15607     The MPC8536E is capable of booting form NAND/eSDHC/eSPI, this patch
15608     implements these three bootup methods in a unified way - all of these
15609     use the general cpu/mpc85xx/start.S, and load the main image to L2SRAM
15610     which lets us use the SPD to initialize the SDRAM.
15611
15612     For all three bootup methods, the bootup process can be divided into two
15613     stages: the first stage will initialize the corresponding controller,
15614     configure the L2SRAM, then copy the second stage image to L2SRAM and
15615     jump to it. The second stage image is just like the general U-Boot image
15616     to configure all the hardware and boot up to U-Boot command line.
15617
15618     When boot from NAND, the eLBC controller will first load the first stage
15619     image to internal 4K RAM buffer because it's also stored on the NAND
15620     flash. The first stage image, also call 4K NAND loader, will initialize
15621     the L2SRAM, load the second stage image to L2SRAM and jump to it. The 4K
15622     NAND loader's code comes from the corresponding nand_spl directory, along
15623     with the code twisted by CONFIG_NAND_SPL.
15624
15625     When boot from eSDHC/eSPI, there's no such a first stage image because
15626     the CPU ROM code does the same work. It will initialize the L2SRAM
15627     according to the config addr/word pairs on the fixed address and
15628     initialize the eSDHC/eSPI controller, then load the second stage image
15629     to L2SRAM and jump to it.
15630
15631     The macro CONFIG_SYS_RAMBOOT is used to control the code to produce the
15632     second stage image for all different bootup methods. It's set in the
15633     board config file when one of the bootup methods above is selected.
15634
15635     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15636     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15637
15638 commit b2eec281a811bb52941f61203d8fe35256b3582c
15639 Author: Kumar Gala <galak@kernel.crashing.org>
15640 Date:   Fri Sep 11 12:32:01 2009 -0500
15641
15642     ppc/85xx: Move code around to prep for NAND_SPL
15643
15644     If we move some of the functions in tlb.c around we need less
15645     ifdefs.  The first stage loader just needs invalidate_tlb and
15646     init_tlbs.
15647
15648     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15649
15650 commit 206af3527c05e520e28d38a48a1d15433e34675d
15651 Author: Kumar Gala <galak@kernel.crashing.org>
15652 Date:   Fri Sep 11 11:30:30 2009 -0500
15653
15654     ppc/85xx: Repack tlb_table to save space
15655
15656     We can pack the initial tlb_table in MAS register format and use
15657     write_tlb to set things up.  This savings can be helpful for NAND
15658     style first stage boot loaders.
15659
15660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15661
15662 commit d30f9043539d372cf66406bc2f21bb8c20e67009
15663 Author: Kumar Gala <galak@kernel.crashing.org>
15664 Date:   Fri Sep 11 11:27:00 2009 -0500
15665
15666     ppc/85xx: Introduce low level write_tlb function
15667
15668     Factor out the code we use to actually write a tlb entry.
15669
15670     set_tlb is a logical view of the TLB while write_tlb is a low level
15671     matching the MAS registers.
15672
15673     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15674
15675 commit 0ead6f2ed7cf4e1f70dab5b529ad121e38359485
15676 Author: Roy Zang <tie-fei.zang@freescale.com>
15677 Date:   Thu Sep 10 14:44:48 2009 +0800
15678
15679     ppc/85xx: Enable usb ehci support for p2020ds board
15680
15681     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
15682     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15683
15684 commit 6d8565a1ed5acb01bad4a4cd74a93be5f7fb7f7c
15685 Author: Kumar Gala <galak@kernel.crashing.org>
15686 Date:   Thu Sep 10 14:54:55 2009 -0500
15687
15688     ppc/8xxx: Misc DDR related fixes
15689
15690     * Fix setting of ESDMODE (MR1) register - the bit shifting was wrong
15691     * Fix the format string to match size in a debug print
15692
15693     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15694
15695 commit 3e3c9c157b89eab2dc2f897899b1b95cd70c1a58
15696 Author: Scott Wood <scottwood@freescale.com>
15697 Date:   Thu Aug 20 17:45:00 2009 -0500
15698
15699     ppc/85xx: Remove some bogus code from external interrupt handler.
15700
15701     Skipping the interrupted instruction will accomplish nothing other
15702     than turning a spurious interrupt into a crash.
15703
15704     External interrupts are not machine checks, so don't count them as such.
15705
15706     Signed-off-by: Scott Wood <scottwood@freescale.com>
15707
15708 commit dcc87dd58db466caa2d66755c5ec9455edf42fe8
15709 Author: Scott Wood <scottwood@freescale.com>
15710 Date:   Thu Aug 20 17:45:05 2009 -0500
15711
15712     ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
15713
15714     Its reset value is random, and we sometimes read uninitialized TLB
15715     arrays.  Make sure that we don't retain MAS8 from reading such an entry
15716     if the VF bit in MAS8 is set, attempts to use the mapping will trap.
15717
15718     Signed-off-by: Scott Wood <scottwood@freescale.com>
15719
15720 commit 1b72dbecca2d7ad7a21c92d80227daa2d8ec5a57
15721 Author: Scott Wood <scottwood@freescale.com>
15722 Date:   Thu Aug 20 17:44:20 2009 -0500
15723
15724     ppc/85xx: Don't enable interrupts before we're ready
15725
15726     We cannot handle any exceptions while running in AS1, as the exceptions
15727     will transition back to AS0 without a valid mapping.
15728
15729     Signed-off-by: Scott Wood <scottwood@freescale.com>
15730
15731 commit 3ca55bce9c8bf00df06a20487fafc16fa2f8084b
15732 Author: Marcel Ziswiler <marcel@ziswiler.com>
15733 Date:   Fri Sep 11 07:50:33 2009 -0400
15734
15735     mpc8260: remove Ethernet node fixup to use generic FDT code.
15736
15737     Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its
15738     configs for the common mpc8260 code to use generic Ethernet fixup.
15739
15740     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15741     Tested-by: Heiko Schocher <hs@denx.de>
15742
15743 commit 1c20e4a9fbc531e2149ae061e8583f5fad82f163
15744 Author: Mike Frysinger <vapier@gentoo.org>
15745 Date:   Wed Sep 9 12:20:21 2009 -0400
15746
15747     tools/netconsole: use ncb automatically if available
15748
15749     The standard netcat, while ubiquitous, doesn't handle broadcast udp packets
15750     properly.  The local ncb util does however.  So if ncb can be located in
15751     the standard locations, automatically use that instead.
15752
15753     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15754
15755 commit 770931805d292908a57a3d2c5f9a4fcde888b5a2
15756 Author: Mike Frysinger <vapier@gentoo.org>
15757 Date:   Wed Sep 9 12:20:20 2009 -0400
15758
15759     tools/netconsole: make a bit more robust
15760
15761     The netcat utility likes to exit when it receives an empty packet (as it
15762     thinks this means EOF).  This can easily occur when working with command
15763     line editing as this behavior will be triggered when using backspace.  Or
15764     with tabs and command line completion.  So create two netcat processes -
15765     one to only listen (and put it into a loop), and one to do the sending.
15766     Once the user quits the transmitting netcat, the listening one will be
15767     killed automatically.
15768
15769     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15770
15771 commit a6e19d69f63c14b7672c65ca4b014621c6fd0201
15772 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15773 Date:   Mon Aug 24 09:10:16 2009 +0200
15774
15775     arm: Define test_and_set_bit and test_and_clear bit for ARM
15776
15777     Needed for (e.g.) ubifs support to work.
15778
15779     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15780
15781 commit 52d61227b66d4099b39c8309ab37cb67ee09a405
15782 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15783 Date:   Mon Aug 24 09:10:12 2009 +0200
15784
15785     Define ffs/fls for all architectures
15786
15787     UBIFS requires fls(), which is not defined for arm (and some other
15788     architectures) and this patch adds it. The implementation is taken from
15789     Linux and is generic. ffs() is also defined for those that miss it.
15790
15791     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15792
15793 commit 4b15de08fe4d2c9d12a3764394731018a763216b
15794 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15795 Date:   Mon Aug 24 09:10:03 2009 +0200
15796
15797     arm: Make arm bitops endianness-independent
15798
15799     Bring over the bitop implementations from the Linux
15800     include/asm-generic/bitops/non-atomic.h to provide
15801     endianness-independence.
15802
15803     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15804
15805 commit 02f99901ed1c9d828e3ea117f94ce2264bf8389e
15806 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15807 Date:   Mon Aug 24 09:09:50 2009 +0200
15808
15809     Move __set/clear_bit from ubifs.h to bitops.h
15810
15811     __set_bit and __clear_bit are defined in ubifs.h as well as in
15812     asm/include/bitops.h for some architectures. This patch moves
15813     the generic implementation to include/linux/bitops.h and uses
15814     that unless it's defined by the architecture.
15815
15816     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15817
15818 commit 557555fe0b82940ba7cc69f81d31d6ef4d4933b4
15819 Author: Mike Frysinger <vapier@gentoo.org>
15820 Date:   Fri Sep 4 19:54:45 2009 -0400
15821
15822     standalone: convert to kbuild style
15823
15824     Clean up the arch/cpu/board/config checks as well as redundant setting of
15825     srec/bin variables by using the kbuild VAR-$(...) style.
15826
15827     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15828
15829 commit 804d83a563c47b55e1f14f5de3b6e9d7e2a7ef5e
15830 Author: Wolfgang Denk <wd@denx.de>
15831 Date:   Tue Sep 15 22:12:31 2009 +0200
15832
15833     mkconfig: split the board make target to multiple config targets
15834
15835     To simplify the top level makefile it useful to be able to parse
15836     the top level makefile target to multiple individual target, then
15837     put them to the config.h, leave the board config file to handle
15838     the different targets.
15839
15840     Note that this method uses the '_'(underline) as the delimiter when
15841     splits the board make target.
15842
15843     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15844
15845     This also reverts commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f.
15846
15847     Signed-off-by: Wolfgang Denk <wd@denx.de>
15848
15849 commit ceb2d57c2205db5bbd868577f756c74a2568160c
15850 Author: Wolfgang Denk <wd@denx.de>
15851 Date:   Tue Sep 15 21:13:27 2009 +0200
15852
15853     kwbimage.c: Fix compile warning when building on 64 bit systems (again)
15854
15855     Commit 51003b89 attempted to fix a build problem on 64 bit systems,
15856     but just turned it into a build problem on 32 bit systems (silly me).
15857
15858     Now do the Right Thing (TM) and use a "%zu" printf format.
15859
15860     Also fix spelling error.
15861
15862     Signed-off-by: Wolfgang Denk <wd@denx.de>
15863
15864 commit 6c7bc91fb3dba186d3398a1653f6db236510ffa7
15865 Author: Wolfgang Denk <wd@denx.de>
15866 Date:   Fri Sep 11 11:30:34 2009 +0200
15867
15868     board/amcc/common/flash.c: Fix compile warning
15869
15870     Fix warning: ../common/flash.c:917: warning: dereferencing type-punned
15871     pointer will break strict-aliasing rules
15872
15873     Signed-off-by: Wolfgang Denk <wd@denx.de>
15874     Cc: Stefan Roese <sr@denx.de>
15875     Acked-by: Stefan Roese <sr@denx.de>
15876
15877 commit 70fb809c563c340538264d2a9436135e74c38bfe
15878 Author: Wolfgang Denk <wd@denx.de>
15879 Date:   Fri Sep 11 11:47:07 2009 +0200
15880
15881     board/amcc/yucca/flash.c: Fix compile warning
15882
15883     Fix warning: flash.c:919: warning: dereferencing type-punned pointer
15884     will break strict-aliasing rules
15885
15886     Signed-off-by: Wolfgang Denk <wd@denx.de>
15887     Cc: Stefan Roese <sr@denx.de>
15888     Acked-by: Stefan Roese <sr@denx.de>
15889
15890 commit 030ec52f8cc83015f968db30208f4bd07feffa6c
15891 Author: Wolfgang Denk <wd@denx.de>
15892 Date:   Fri Sep 11 11:44:39 2009 +0200
15893
15894     board/amcc/taihu/flash.c: Fix compile warning
15895
15896     Fix warnings:
15897     flash.c: In function 'write_word_1':
15898     flash.c:696: warning: dereferencing type-punned pointer will break strict-aliasing rules
15899     flash.c: In function 'write_word_2':
15900     flash.c:1044: warning: dereferencing type-punned pointer will break strict-aliasing rules
15901
15902     Signed-off-by: Wolfgang Denk <wd@denx.de>
15903     Cc: Stefan Roese <sr@denx.de>
15904     Acked-by: Stefan Roese <sr@denx.de>
15905
15906 commit 0fd3d902d920f3e60f88530c33f1ae7581260951
15907 Author: Wolfgang Denk <wd@denx.de>
15908 Date:   Fri Sep 11 11:37:20 2009 +0200
15909
15910     board/etin/debris/phantom.c: Fix compile error
15911
15912     Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
15913     BIN2BCD macros with inline functions"
15914
15915     phantom.c:163: error: redefinition of 'bcd2bin'
15916     /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definition of 'bcd2bin' was here
15917     phantom.c:168: error: redefinition of 'bin2bcd'
15918     /home/wd/git/u-boot/work/include/bcd.h:21: error: previous definition of 'bin2bcd' was here
15919
15920     Signed-off-by: Wolfgang Denk <wd@denx.de>
15921     Cc: Sangmoon Kim <dogoil@etinsys.com>
15922
15923 commit 5168801f4b71c2f8dcd92a80cfcfda84246e67fe
15924 Author: Wolfgang Denk <wd@denx.de>
15925 Date:   Fri Sep 11 11:28:21 2009 +0200
15926
15927     board/dave/common/flash.c: fix compile warning
15928
15929     Fix warning: ../common/flash.c:668: warning: dereferencing type-punned
15930     pointer will break strict-aliasing rules
15931
15932     Signed-off-by: Wolfgang Denk <wd@denx.de>
15933     Cc: Andrea Marson <andrea.marson@dave-tech.it>
15934
15935 commit 97138fc48091f2b063c4e32f36d05854b9d113fb
15936 Author: Wolfgang Denk <wd@denx.de>
15937 Date:   Fri Sep 11 11:15:31 2009 +0200
15938
15939     board/esd/cpci750/ide.c: fix compile warning
15940
15941     Fix warning: ide.c:54: warning: dereferencing type-punned pointer will
15942     break strict-aliasing rules
15943
15944     Signed-off-by: Wolfgang Denk <wd@denx.de>
15945     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15946     Cc: Stefan Roese <sr@denx.de>
15947     Acked-by: Stefan Roese <sr@denx.de>
15948
15949 commit ba73060cf4163bd5eb1711020126e2f7f62d363e
15950 Author: Wolfgang Denk <wd@denx.de>
15951 Date:   Fri Sep 11 10:13:26 2009 +0200
15952
15953     board/esd/common/flash.c: Fix compile warning
15954
15955     Fix warning: ../common/flash.c:635: warning: dereferencing type-punned
15956     pointer will break strict-aliasing rules
15957
15958     Signed-off-by: Wolfgang Denk <wd@denx.de>
15959     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15960     Cc: Stefan Roese <sr@denx.de>
15961     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15962     Acked-by: Stefan Roese <sr@denx.de>
15963
15964 commit 2d6d9f0848e952ea33c658dfba335685a2725b8b
15965 Author: Wolfgang Denk <wd@denx.de>
15966 Date:   Fri Sep 11 09:36:31 2009 +0200
15967
15968     sk98lin: fix compile warnings
15969
15970     Fix warnings:
15971     skge.c: In function 'BoardInitMem':
15972     skge.c:1389: warning: dereferencing type-punned pointer will break strict-aliasing rules
15973     skge.c:1390: warning: dereferencing type-punned pointer will break strict-aliasing rules
15974     skge.c:1391: warning: dereferencing type-punned pointer will break strict-aliasing rules
15975     skgesirq.c: In function 'SkGePortCheckUpXmac':
15976     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
15977     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
15978     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
15979     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
15980     skrlmt.c: In function 'SkRlmtInit':
15981     skrlmt.c:661: warning: dereferencing type-punned pointer will break strict-aliasing rules
15982     skxmac2.c: In function 'SkMacPromiscMode':
15983     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
15984     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
15985     skxmac2.c: In function 'SkMacHashing':
15986     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
15987     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
15988     skxmac2.c: In function 'SkMacFlushTxFifo':
15989     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
15990     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
15991     skxmac2.c: In function 'SkMacFlushRxFifo':
15992     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
15993     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
15994     skxmac2.c: In function 'SkXmInitPauseMd':
15995     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
15996     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
15997     skxmac2.c: In function 'SkXmOverflowStatus':
15998     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
15999     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
16000     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
16001     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
16002
16003     Signed-off-by: Wolfgang Denk <wd@denx.de>
16004     Cc: Ben Warren <biggerbadderben@gmail.com>
16005
16006 commit 3708e4cdb1f1d3d5128cf87be040d7e6b85f60dd
16007 Author: Wolfgang Denk <wd@denx.de>
16008 Date:   Fri Sep 11 09:13:58 2009 +0200
16009
16010     drivers/net/natsemi.c: fix compile warning
16011
16012     Fix warning: natsemi.c:757: warning: dereferencing type-punned pointer
16013     will break strict-aliasing rules
16014
16015     Signed-off-by: Wolfgang Denk <wd@denx.de>
16016     Cc: Ben Warren <biggerbadderben@gmail.com>
16017
16018 commit 78d19a398778a58d7b40b0c78e026515271b1a84
16019 Author: Michal Simek <monstr@monstr.eu>
16020 Date:   Mon Sep 7 09:08:02 2009 +0200
16021
16022     net: emaclite: Cleanup license to be GPL compatible
16023
16024     Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
16025     Signed-off-by: Michal Simek <monstr@monstr.eu>
16026
16027 commit 0900bee9ab9818439b2d1298fa8909a88f74ec0d
16028 Author: Michal Simek <monstr@monstr.eu>
16029 Date:   Fri Aug 14 13:41:17 2009 +0200
16030
16031     microblaze: Enable hush parser
16032
16033     With Hush parser is possible to change command line in dtb
16034
16035     Signed-off-by: Michal Simek <monstr@monstr.eu>
16036
16037 commit 13916abf996b127b681ddc26664c236ded28ba7f
16038 Author: Michal Simek <monstr@monstr.eu>
16039 Date:   Thu Aug 20 22:44:02 2009 +0200
16040
16041     microblaze: Remove AtmarkTechno Suzaku board
16042
16043     Users should use microblaze-generic platform.
16044     This platform is longer not supported.
16045
16046     Signed-off-by: Michal Simek <monstr@monstr.eu>
16047
16048 commit 3ceba1d45d007144d10368f91ff9e36f3b5f39a1
16049 Author: Michal Simek <monstr@monstr.eu>
16050 Date:   Thu Aug 20 22:36:20 2009 +0200
16051
16052     net: Remove old Xilinx Emac driver
16053
16054     Signed-off-by: Michal Simek <monstr@monstr.eu>
16055
16056 commit 2fddd44464d02e0f3ade06dabe0e165835fa61f0
16057 Author: Michal Simek <monstr@monstr.eu>
16058 Date:   Wed Aug 19 08:10:08 2009 +0200
16059
16060     microblaze: Short size of global data and fix malloc size
16061
16062     If is full malloc area global, data are rewrite because
16063     there was bad size of malloc area.
16064
16065     Signed-off-by: Michal Simek <monstr@monstr.eu>
16066
16067 commit aedb4683097d3e5de8833f4a9e34664d3d2bd077
16068 Author: Michal Simek <monstr@monstr.eu>
16069 Date:   Fri Aug 14 17:02:35 2009 +0200
16070
16071     microblaze: Add sbss, scommon and COMMON symbols for clearing
16072
16073     Signed-off-by: Michal Simek <monstr@monstr.eu>
16074
16075 commit 4c1883670acbf1cc83c04df1876235c3aedde128
16076 Author: Dirk Eibach <eibach@gdsys.de>
16077 Date:   Wed Sep 9 12:36:07 2009 +0200
16078
16079     ppc4xx: Rename compactcenter to intip
16080
16081     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16082     Signed-off-by: Stefan Roese <sr@denx.de>
16083
16084 commit d1c3b27525b664e8c4db6bb173eed51bfc8220de
16085 Author: Stefan Roese <sr@denx.de>
16086 Date:   Wed Sep 9 16:25:29 2009 +0200
16087
16088     ppc4xx: Big cleanup of PPC4xx defines
16089
16090     This patch cleans up multiple issues of the 4xx register (mostly
16091     DCR, SDR, CPR, etc) definitions:
16092
16093     - Change lower case defines to upper case (plb4_acr -> PLB4_ACR)
16094     - Change the defines to better match the names from the
16095       user's manuals (e.g. cprpllc -> CPR0_PLLC)
16096     - Removal of some unused defines
16097
16098     Please test this patch intensive on your PPC4xx platform. Even though
16099     I tried not to break anything and tested successfully on multiple
16100     4xx AMCC platforms, testing on custom platforms is recommended.
16101
16102     Signed-off-by: Stefan Roese <sr@denx.de>
16103
16104 commit d8d8724be06df43772162dc344ae20dfa814dc72
16105 Author: Wolfgang Denk <wd@denx.de>
16106 Date:   Fri Sep 11 09:05:32 2009 +0200
16107
16108     net/bootp.c: fix compile warning
16109
16110     Fix warning: bootp.c:695: warning: dereferencing type-punned pointer
16111     will break strict-aliasing rules
16112
16113     Signed-off-by: Wolfgang Denk <wd@denx.de>
16114     Cc: Ben Warren <biggerbadderben@gmail.com>
16115
16116 commit 51003b89816848cbe86a8fe48f970ba8b14005f5
16117 Author: Wolfgang Denk <wd@denx.de>
16118 Date:   Fri Sep 11 08:58:11 2009 +0200
16119
16120     kwbimage.c: Fix compile warning when building on 64 bit systems
16121
16122     Fix this warning when building on 64 bit systems:
16123     tools/kwbimage.c: In function 'kwbimage_checksum32':
16124     tools/kwbimage.c:135: warning: format '%d' expects type 'int',
16125     but argument 4 has type 'long unsigned int'
16126
16127     Signed-off-by: Wolfgang Denk <wd@denx.de>
16128     Cc: Prafulla Wadaskar <prafulla@marvell.com>
16129
16130 commit e7963772eb78a6aa1fa65063d64eab3a8626daac
16131 Author: Marcel Ziswiler <marcel@ziswiler.com>
16132 Date:   Wed Sep 9 21:11:18 2009 +0200
16133
16134     muas3001: remove BRG clock node fixup to use common mpc8260 code.
16135
16136     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
16137     Acked-by: Heiko Schocher <hs@denx.de>
16138
16139 commit c7c1dbbf7159b38f3302b845dd97d28a543ff91b
16140 Author: Marcel Ziswiler <marcel@ziswiler.com>
16141 Date:   Wed Sep 9 21:09:00 2009 +0200
16142
16143     r7780mp: fix typo in Ethernet chip model number comment.
16144
16145     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
16146
16147 commit 45f89f340b4d8aa099fd022260dcb13cf3321b61
16148 Author: Marcel Ziswiler <marcel@ziswiler.com>
16149 Date:   Wed Sep 9 21:22:08 2009 +0200
16150
16151     ep8248: add support for device tree and secondary Ethernet interface.
16152
16153     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
16154
16155 commit aa0c7a86cd236b8193218a09e1365c8991bb5ddc
16156 Author: Prafulla Wadaskar <prafulla@marvell.com>
16157 Date:   Mon Sep 7 15:05:02 2009 +0530
16158
16159     mkimage: Add Kirkwood Boot Image support (kwbimage)
16160
16161     This patch adds support for "kwbimage" (Kirkwood Boot Image)
16162     image types to the mkimage code.
16163
16164     For details refer to docs/README.kwbimage
16165
16166     This patch is tested with Sheevaplug board
16167
16168     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16169     Acked-by: Ron Lee <ron@debian.org>
16170
16171     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16172
16173 commit 7809fbb9aafd60e3a6e5dfe456ae30b93ac61338
16174 Author: Prafulla Wadaskar <prafulla@marvell.com>
16175 Date:   Mon Sep 7 14:59:09 2009 +0530
16176
16177     Kirkwood: Sheevaplug: Add kwimage configuration file
16178
16179     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16180
16181 commit b029dddc9ae958b1ccf875649f52c6db396a742d
16182 Author: Prafulla Wadaskar <prafulla@marvell.com>
16183 Date:   Mon Sep 7 14:59:08 2009 +0530
16184
16185     mkimage: Make table_entry code global
16186
16187     - make get_table_entry_id() global
16188     - make get_table_entry_name() global
16189     - move struct table_entry to image.h
16190
16191     Currently this code is used by image.c only.
16192
16193     This patch makes this API global so it can be used by other parts of
16194     code, too.
16195
16196     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16197     Acked-by: Ron Lee <ron.debian.org>
16198
16199     Edit comments and commit message.
16200
16201     Signed-off-by: Wolfgang Denk <wd@denx.de>
16202
16203 commit f666dea8ab215c76c3c2a077ad299f90dd1ace7c
16204 Author: Prafulla Wadaskar <prafulla@marvell.com>
16205 Date:   Mon Sep 7 14:59:07 2009 +0530
16206
16207     mkimage: Make genimg_print_size() global
16208
16209     Currently it is used by image.c only, but the the function can be
16210     used to support additional mkimage types like for example kwbimage,
16211     so make this function globally visible.
16212
16213     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16214
16215     Edited commit message.
16216
16217     Signed-off-by: Wolfgang Denk <wd@denx.de>
16218
16219 commit 37b801888cf73b18f78c1109140ff44e3e37914f
16220 Author: Prafulla Wadaskar <prafulla@marvell.com>
16221 Date:   Mon Sep 7 14:59:06 2009 +0530
16222
16223     mkimage: Include missing files in build dependency calculations
16224
16225     Include default_image.o and fit_image.o into the build dependency
16226     calculations. This makes sure they get rebuilt if any of the headers
16227     they include are modified
16228
16229     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16230     Acked-by: Ron Lee <ron@debian.org>
16231
16232     Edited commit message.
16233
16234     Signed-off-by: Wolfgang Denk <wd@denx.de>
16235
16236 commit 3a2003f61ee79ac53d20c24cc896c2637a2dfc24
16237 Author: Wolfgang Denk <wd@denx.de>
16238 Date:   Wed Aug 19 11:42:56 2009 +0200
16239
16240     tools/mkimage: fix compiler warnings, use "const"
16241
16242     This fixes some compiler warnings:
16243     tools/default_image.c:141: warning: initialization from incompatible pointer type
16244     tools/fit_image.c:202: warning: initialization from incompatible pointer type
16245     and changes to code to use "const" attributes in a few places where
16246     it's appropriate.
16247
16248     Signed-off-by: Wolfgang Denk <wd@denx.de>
16249
16250 commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5
16251 Author: Prafulla Wadaskar <prafulla@marvell.com>
16252 Date:   Wed Aug 19 17:36:46 2009 +0530
16253
16254     tools: mkimage: split code into core, default and FIT image specific
16255
16256     This is a first step towards reorganizing the mkimage code to make it
16257     easier to add support for additional images types. Current mkimage
16258     code is specific to generating uImage and FIT image files, but the
16259     same framework can be used to generate other image types like
16260     Kirkwood boot images (kwbimage-TBD). For this, the mkimage code gets
16261     reworked:
16262
16263     Here is the brief plan for the same:-
16264     a) Split mkimage code into core and image specific support
16265     b) Implement callback functions for image specific code
16266     c) Move image type specific code to respective C files
16267            Currently there are two types of file generation/list
16268            supported (i.e uImage, FIT), the code is abstracted from
16269            mkimage.c/.h and put in default_image.c and fit_image.c;
16270            all code in these file is static except init function call
16271     d) mkimage_register API is added to add new image type support
16272     All above is addressed in this patch
16273     e) Add kwbimage type support to this new framework (TBD)
16274     This will be implemented in a following commit.
16275
16276     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16277     Edit commit message, fix coding style and typos.
16278     Signed-off-by: Wolfgang Denk <wd@denx.de>
16279
16280 commit 449609f5b11cce6beba7338bc4ce0f3345376a0b
16281 Author: Prafulla Wadaskar <prafulla@marvell.com>
16282 Date:   Sun Aug 16 05:28:19 2009 +0530
16283
16284     tools: mkimage: Fixed build warnings
16285
16286     uninitialized retval variable warning fixed
16287     crc32 APIs moved to crc.h (newly added) and build warnings fixed
16288
16289     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16290     Signed-off-by: Wolfgang Denk <wd@denx.de>
16291
16292 commit 14821d7dea8d7209f2457c3179fa6551c088ba71
16293 Author: Prafulla Wadaskar <prafulla@marvell.com>
16294 Date:   Mon Aug 10 20:44:06 2009 +0530
16295
16296     tools: mkimage: Makefile sorted
16297
16298     The tools/Makefile is sorted for all entries,
16299
16300     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16301
16302 commit f7644c0bf3502529031657a869fa213cda5a2424
16303 Author: Prafulla Wadaskar <prafulla@marvell.com>
16304 Date:   Mon Aug 10 18:49:37 2009 +0530
16305
16306     tools: mkimage : bugfix returns correct value for list command
16307
16308     List command always return "EXIT_SUCCESS" even in case of
16309     failure by any means.
16310
16311     This patch return 0 if list command is sucessful,
16312     returns negative value reported by check_header functions
16313
16314     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16315     Signed-off-by: Wolfgang Denk <wd@denx.de>
16316
16317 commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f
16318 Author: Mingkai Hu <Mingkai.hu@freescale.com>
16319 Date:   Tue Sep 8 15:07:12 2009 +0800
16320
16321     mkconfig: pass the board name to board config file
16322
16323     Then we can handle different config targets in the board file, which
16324     simplifies the top level Makefile for boards that have multiple
16325     config targets.
16326
16327     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
16328
16329 commit d640ac58dbf61c769864b3fe76314306b7336cf1
16330 Author: Wolfgang Denk <wd@denx.de>
16331 Date:   Mon Sep 7 23:52:31 2009 +0200
16332
16333     Remove "atmel_df_pow2" binary with "make clean"
16334
16335     Commit 65f6f07b added support for the atmel_df_pow2 standalone program
16336     but missed to add a rule to remove it to the "clean" make target.
16337
16338     Signed-off-by: Wolfgang Denk <wd@denx.de>
16339
16340 commit 0b34dbbd0b6969c98c44313b291836d9056ec40a
16341 Author: Stefan Roese <sr@denx.de>
16342 Date:   Mon Sep 7 10:52:24 2009 +0200
16343
16344     ppc4xx: Fix compilation warning in 4xx miiphy.c
16345
16346     This patch fixes the following compilation warning:
16347
16348     miiphy.c: In function 'emac4xx_miiphy_read':
16349     miiphy.c:353: warning: dereferencing type-punned pointer will break
16350     strict-aliasing rules
16351
16352     Signed-off-by: Stefan Roese <sr@denx.de>
16353
16354 commit 82379b5564819e62624a3c58fbc43f1afedf4f5f
16355 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
16356 Date:   Mon Sep 7 17:00:41 2009 +0200
16357
16358     ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards
16359
16360     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16361     Signed-off-by: Stefan Roese <sr@denx.de>
16362
16363 commit 99bcf14d553f399148a7660b98f7acbd8cc72d80
16364 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
16365 Date:   Mon Sep 7 17:00:40 2009 +0200
16366
16367     ppc4xx: Allow overwriting pci target registers for all 4xx boards
16368
16369     This patch adds the CONFIG_PCI_4xx_PTM_OVERWRITE option and replaces
16370     the ugly 'if defined(BOARD1) || ... || defined(BOARDn)' construct
16371     in 4xx pci code.
16372
16373     When CONFIG_PCI_4xx_PTM_OVERWRITE is defined the default ptm register
16374     setup can be overwritten through environment variables ptm1la, ptm1ms,
16375     ptm2la and ptm2ms to do application specific pci target BAR configuration.
16376
16377     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16378     Signed-off-by: Stefan Roese <sr@denx.de>
16379
16380 commit cfab2ae322a99ad55364d054054f138f51130c2a
16381 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
16382 Date:   Fri Sep 4 10:37:04 2009 +0200
16383
16384     ppc4xx: Fix PMC405DE support
16385
16386     This patch fixes PMC405DE support. Patch 85d6bf0b fixed out-of-tree
16387     building for this board but the loadpci object did not get linked
16388     after that.
16389
16390     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16391     Signed-off-by: Stefan Roese <sr@denx.de>
16392
16393 commit c8355b9d9f778bd12ee19c8f34d88e13758a4efd
16394 Author: Detlev Zundel <dzu@denx.de>
16395 Date:   Wed Sep 2 17:24:57 2009 +0200
16396
16397     amcc-common.h: Use filenames from environment variables for update procedure.
16398
16399     Using a separate "u-boot" environment variable allows to easily
16400     specify different filenames for the update procedure.  This is also in
16401     line with many other board configurations defining an "update" script.
16402
16403     Signed-off-by: Detlev Zundel <dzu@denx.de>
16404     Acked-by: Wolfgang Denk <wd@denx.de>
16405     Signed-off-by: Stefan Roese <sr@denx.de>
16406
16407 commit 6c97a20d0b2f56cb4f3745d94b1f96986e8cced5
16408 Author: Kumar Gala <galak@kernel.crashing.org>
16409 Date:   Wed Sep 9 11:40:41 2009 -0500
16410
16411     ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
16412
16413     Some board ports place TEXT_BASE at a location that would cause the
16414     RESET_VECTOR_ADDRESS not to be at 0xfffffffc when we link.  By default
16415     we assume RESET_VECTOR_ADDRESS will be 0xfffffffc if the board doesn't
16416     explicitly set it.
16417
16418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16419     Acked-by: Wolfgang Denk <wd@denx.de>
16420
16421 commit c348322ac7f76318295cf25ffab2cc2a4900a234
16422 Author: Kumar Gala <galak@kernel.crashing.org>
16423 Date:   Tue Sep 8 13:46:46 2009 -0500
16424
16425     ppc/85xx: Clean up do_reset
16426
16427     There is no reason to do a run time check for e500 v1 based cores to
16428     determine if we have the GUTs RSTCR facility.  Only the first generation
16429     of PQ3 parts (MPC8540/41/55/60) do not have it.  So checking to see if
16430     we are e500 v2 would miss future parts (like e500mc).
16431
16432     Just change this to be ifdef'd based on CONFIG_MPC85{40,41,55,60}.
16433
16434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16435
16436 commit 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e
16437 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16438 Date:   Thu Sep 3 19:42:40 2009 +0530
16439
16440     ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
16441
16442     While in probecpu() UART is still not initialized.
16443
16444     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16446
16447 commit f8027f6b4789e3340f10620d8fb6113b95b88d9c
16448 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16449 Date:   Wed Sep 2 19:40:36 2009 +0530
16450
16451     ppc/85xx/86xx: Device tree fixup for number of cores
16452
16453     Fixing the number of cores in the device tree based on the actual number of
16454     cores on the system.  With this same device tree image can be used for dual
16455     core and single core members of otherwise exactly same SOC.
16456
16457     For example:
16458     * P2020RDB and P2010RDB
16459     * P1020RDB and P1011RDB
16460     * MPC8641D and MPC8641
16461
16462     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16464
16465 commit 58442dc01e47cc8ce42af4f29486a34cad60b9d2
16466 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16467 Date:   Wed Sep 2 13:35:21 2009 +0530
16468
16469     ppc/85xx,86xx: Handling Unknown SOC version
16470
16471     Incase the system is detected with Unknown SVR, let the system boot
16472     with a default value and a proper message.
16473
16474     Now with dynamic detection of SOC properties from SVR, this is necessary
16475     to prevent a crash.
16476
16477     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16478     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16479
16480 commit 3e7b6c1f2db5ec31f9e7dbc3e0cbca602167a46a
16481 Author: Kumar Gala <galak@kernel.crashing.org>
16482 Date:   Wed Sep 2 09:03:08 2009 -0500
16483
16484     ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
16485
16486     Refactor the code into a simple bitmask lookup table that determines if
16487     a given PCI controller is enabled and if its in host/root-complex or
16488     agent/end-point mode.
16489
16490     Each processor in the PQ3/MPC86xx family specified different encodings
16491     for the cfg_host_agt[] and cfg_IO_ports[] boot strapping signals.
16492
16493     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16494
16495 commit 5052a771cf1722c37c732f3c340775b55fbe3a22
16496 Author: Kumar Gala <galak@kernel.crashing.org>
16497 Date:   Wed Sep 2 09:00:50 2009 -0500
16498
16499     ppc/85xx: Cleanup makefile and related optional files
16500
16501     Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases
16502     we have like PCI, CPM2, QE.  Also reworked it to use one line per file
16503     for everything and sorted in alphabetical order.
16504
16505     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16506
16507 commit 74c5dfd81f94a2a1f0d6990d17c491d718e8b9ea
16508 Author: Timur Tabi <timur@freescale.com>
16509 Date:   Fri Sep 4 17:05:24 2009 -0500
16510
16511     fsl: add register read-back to set_law()
16512
16513     After programming a new LAW, we should read-back the LAWAR register so that
16514     we sync the writes.  Otherwise, code that attempts to use the new LAW-mapped
16515     memory might fail right away.
16516
16517     Signed-off-by: Timur Tabi <timur@freescale.com>
16518     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16519
16520 commit c7259086816405fe0eb77f4dc22e76980a040cef
16521 Author: Kumar Gala <galak@kernel.crashing.org>
16522 Date:   Thu Sep 3 08:41:31 2009 -0500
16523
16524     ppc/85xx: Fix bug in setup_mp code
16525
16526     Its possible that we try and copy the boot page code out of flash into a
16527     DDR location that doesn't have a TLB cover it.  For example, if we have
16528     3G of DDR we typically only map the first 2G.  In the cases of 4G+ this
16529     wasn't an issue since the reset page TLB mapping covered the last page
16530     of memory which we wanted to copy to.
16531
16532     We now change the physical address of the reset page TLB to map to the
16533     true physical location of the boot page code, copy and than set the
16534     TLB back to its 1:1 mapping of the reset page.
16535
16536     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16537
16538 commit c2287af1552bd630956568d3957c370f86801b7d
16539 Author: Kumar Gala <galak@kernel.crashing.org>
16540 Date:   Thu Sep 3 08:20:24 2009 -0500
16541
16542     ppc/85xx: Add a simple function to search the TLB
16543
16544     Allow us to search the TLB array based on an address.  This is useful
16545     if we want to change an entry but dont know where it happens to be
16546     located.
16547
16548     For example, the boot page mapping we use on MP or the flash TLB that
16549     we change the WIMGE settings for after we've relocated.
16550
16551     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16552
16553 commit 26f4cdba6b51deab4ec99d60be381244068ef950
16554 Author: Kumar Gala <galak@kernel.crashing.org>
16555 Date:   Fri Aug 14 13:37:54 2009 -0500
16556
16557     85xx: Add support for setting IVORs to fixed offset defaults
16558
16559     In future Book-E implementations IVORs will most likely go away and be
16560     replaced with fixed offsets.  The IVPR will continue to exist to allow
16561     for relocation of the interrupt vectors.
16562
16563     This code adds support to setup the IVORs as their fixed offset values
16564     per the ISA 2.06 spec when we transition from u-boot to another OS
16565     either via 'bootm' or a cpu release.
16566
16567     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16568
16569 commit da1cd955dfec35b0e15381ad1ee248fa194eed82
16570 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
16571 Date:   Wed Sep 2 11:25:08 2009 +0530
16572
16573     ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
16574
16575     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
16576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16577
16578 commit 2abbd31da6d900473ed678ca50789ee58bc9bb00
16579 Author: Kumar Gala <galak@kernel.crashing.org>
16580 Date:   Tue Sep 1 22:01:54 2009 -0500
16581
16582     ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
16583
16584     The ddr_pd_cntl isn't defined in any reference manual and thus we wil
16585     remove especially since we set it to 0, which would most likely be its
16586     POR value.
16587
16588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16589
16590 commit 13d46ab2572c0283d34f93bebc9a41295ef84ca5
16591 Author: Kumar Gala <galak@kernel.crashing.org>
16592 Date:   Tue Sep 1 21:07:08 2009 -0500
16593
16594     ppc/8xxx: relocate cpu pointer in global data
16595
16596     Now that we have a pointer to the cpu struct we need to relocate it once
16597     we get into ram.
16598
16599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16600
16601 commit 9c671e7062720074f894ee329eaa6995b0823727
16602 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16603 Date:   Wed Sep 2 02:17:24 2009 +0400
16604
16605     fsl: sys_eeprom: Fix 'may be used uninitialized' warning
16606
16607     The warning is bogus, so silence it by initializing the 'ret' variable.
16608
16609     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16610     Acked-by: Timur Tabi <timur@freescale.com>
16611     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16612
16613 commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
16614 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
16615 Date:   Tue Sep 1 17:27:00 2009 +0530
16616
16617     ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
16618
16619     Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a
16620     platform define.  This will enable all the 85xx platforms to use sdhc_clk
16621     based on CONFIG_FSL_ESDHC.
16622
16623     Signed-off-by: Gao Guanhua <B22826@freescale.com>
16624     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
16625     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16626
16627 commit 92477a631bbda2dc0dd2194e03f9bd3ddb8b9c21
16628 Author: Timur Tabi <timur@freescale.com>
16629 Date:   Fri Sep 4 16:28:35 2009 -0500
16630
16631     fsl_i2c: increase I2C timeout values and make them configurable
16632
16633     The value of I2C_TIMEOUT in fsl_i2c.c has several problems.  First, it is
16634     defined as CONFIG_HZ/4, but it is used as a count of microseconds, so it makes
16635     no sense to derive it from a clock rate.  Second, the current value (250) is
16636     too low for some boards, so it needs to be increased.  Third, the timeout
16637     necessary for multiple-master arbitration is larger than the timeout for basic
16638     read/write operations, so we shouldn't have a single constant for both timeouts.
16639     Finally, it would be nice if we could override these values on a per-board
16640     basis.
16641
16642     Signed-off-by: Timur Tabi <timur@freescale.com>
16643     Acked-by: Wolfgang Denk <wd@denx.de>
16644     Tested-by: Peter Tyser <ptyser@xes-inc.com>
16645     Acked-by: Peter Tyser <ptyser@xes-inc.com>
16646
16647 commit 5da71efa18e8b4eac9afd8bfa13e3c7e7ddde1d0
16648 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
16649 Date:   Thu Sep 3 08:09:44 2009 -0500
16650
16651     Reset i2c slave devices during init on mpc5xxx cpus
16652
16653     Reset any i2c devices that may have been interrupted during a system reset.
16654     Normally this would be accomplished by clocking the line until SCL and SDA
16655     are released and then sending a start condtiion (From an Atmel datasheet).
16656     There is no direct access to the i2c pins so instead create start commands
16657     through the i2c interface.  Send a start command then delay for the SDA Hold
16658     time, repeat this by disabling/enabling the bus a total of 9 times.
16659
16660     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
16661
16662 commit 2d4072c06b5549444e4140231bba3d47d9b0bc53
16663 Author: Sandeep Paulraj <s-paulraj@ti.com>
16664 Date:   Sat Aug 15 11:20:58 2009 -0400
16665
16666     ARM: DaVinci: Adding Support for DaVinci DM365 EVM
16667
16668     This patch adds support for the DM365 EVM.
16669     It has been tested on a DM365 EVM.
16670
16671     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
16672
16673 commit cf463091bce8b0f8951dd08f94754d08d64793b8
16674 Author: Sandeep Paulraj <s-paulraj@ti.com>
16675 Date:   Sat Aug 15 11:20:44 2009 -0400
16676
16677     ARM: DaVinci: DaVinci DM365 SOC specific code
16678
16679     This patch adds support for DaVinci DM365 SOC.
16680
16681     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
16682
16683 commit e830b66b3592f115316600d370399f3ee148e909
16684 Author: Ilko Iliev <iliev@ronetix.at>
16685 Date:   Sat Sep 5 02:51:34 2009 +0200
16686
16687     DM9000 init for pm9261
16688
16689     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
16690
16691 commit c35d7cf071f171bd6bba69f1563a6ac578a18ea6
16692 Author: Frederik Kriewitz <frederik@kriewitz.eu>
16693 Date:   Sun Aug 23 12:56:42 2009 +0200
16694
16695     Add support for the DevKit8000 board
16696
16697     This patch adds support for the DevKit8000 board.
16698
16699     Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu>
16700
16701 commit 127f9ae575991aee3e105e1448c49b5b4e254998
16702 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16703 Date:   Sun Aug 23 16:32:40 2009 +0200
16704
16705     omap3: move the other boards to board/
16706
16707     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16708
16709 commit 350f3ac5731faf0f02ca55ab016694b7c7269f97
16710 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16711 Date:   Sun Aug 23 16:32:39 2009 +0200
16712
16713     arm: move Logicpd's boards to board/logicpd/
16714
16715     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16716
16717 commit 0a0e4bad9693ef1d2ca8c33ba551d395a4e3d641
16718 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16719 Date:   Sun Aug 23 16:32:38 2009 +0200
16720
16721     omap: move TI's boards to board/ti/
16722
16723     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16724
16725 commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8
16726 Author: Wolfgang Denk <wd@denx.de>
16727 Date:   Fri Sep 4 23:20:29 2009 +0200
16728
16729     ARM: Update mach-types
16730
16731     Signed-off-by: Wolfgang Denk <wd@denx.de>
16732
16733 commit 262ae0a6193f10b6a94e86d2f752e7f5510416fa
16734 Author: Mike Frysinger <vapier@gentoo.org>
16735 Date:   Thu Sep 3 23:12:47 2009 -0400
16736
16737     push LOAD_ADDR out to arch mk files
16738
16739     Rather than maintain/extend the current ifeq($(ARCH)) mess that exists in
16740     the standalone Makefile, push the setting up of LOAD_ADDR out to the arch
16741     config.mk (and rename to STANDALONE_LOAD_ADDR in the process).  This keeps
16742     the common code clean and lets the arch do whatever crazy crap it wants in
16743     its own area.
16744
16745     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16746
16747 commit 7662eb2b9d6fbc95ecb1fb3e5b5147215e251e7d
16748 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
16749 Date:   Thu Sep 3 07:37:46 2009 -0400
16750
16751     zlib: fix code when DEBUG is defined
16752
16753     Removed stdio.h inclusion and moved trace macros to use printf avoiding to
16754     write debug informations to standard error.
16755
16756     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
16757
16758 commit cfcbf8c4cf3da96b9e3f652506b664bfd766a520
16759 Author: Scott Wood <scottwood@freescale.com>
16760 Date:   Wed Sep 2 16:45:31 2009 -0500
16761
16762     mxc_nand: Remove Freescale's "All Rights Reserved."
16763
16764     Signed-off-by: Scott Wood <scottwood@freescale.com>
16765
16766 commit 001d615681333569c555e6cde07d8d23e2c536fb
16767 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16768 Date:   Wed Sep 2 17:58:48 2009 +0400
16769
16770     mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
16771
16772     "All Rights Reserved" conflicts with the GPL.
16773
16774     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16775
16776 commit 46ff6d461321f5b565cc790e02679237ffd9a20f
16777 Author: Wolfgang Denk <wd@denx.de>
16778 Date:   Wed Sep 2 14:57:27 2009 +0200
16779
16780     License cleanup: remove unintended "All Rights Reserved" notices.
16781
16782     Some files included my old standerd file header which had a "All
16783     Rights Reserved" part. As this has never been my intention, I remove
16784     these lines to make the files compatible with GPL v.2 and later.
16785
16786     Signed-off-by: Wolfgang Denk <wd@denx.de>
16787
16788 commit 37daa77f3cafb5ec9a974eff3db2af4a0560a9ef
16789 Author: Wolfgang Denk <wd@denx.de>
16790 Date:   Wed Sep 2 10:21:20 2009 +0200
16791
16792     cmd_mtdparts.c: fix compiler warning in debug code
16793
16794     Fix warning messages:
16795     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
16796     unsigned int', but argument 6 has type 'u32'
16797     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
16798     unsigned int', but argument 7 has type 'u32'
16799
16800     Signed-off-by: Wolfgang Denk <wd@denx.de>
16801
16802 commit d8bc55a6fb28876abcbf4a3fc3b6c3ce429c1bb3
16803 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16804 Date:   Tue Sep 1 20:58:03 2009 +0400
16805
16806     Move uninitialized_var() macro from ubi_uboot.h to compiler.h
16807
16808     This is needed so that we could use this macro for non-UBI code.
16809
16810     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16811
16812 commit d72871e1387094972569e4b77c25e88020f7b68f
16813 Author: Kumar Gala <galak@kernel.crashing.org>
16814 Date:   Tue Sep 1 11:24:45 2009 -0500
16815
16816     arm: Remove -fno-strict-aliasing
16817
16818     -fno-strict-aliasing is hidding warnings.
16819
16820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16821
16822 commit d6281ff0cc2ebb5d6a5c3e1021837334074f92ec
16823 Author: Kumar Gala <galak@kernel.crashing.org>
16824 Date:   Tue Sep 1 11:24:44 2009 -0500
16825
16826     ppc: Remove -fno-strict-aliasing
16827
16828     -fno-strict-aliasing is hidding warnings.
16829
16830     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16831
16832 commit 795d246c278e70b4ba9868cc9f2c8fbada49d388
16833 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
16834 Date:   Fri Aug 28 07:14:04 2009 -0500
16835
16836     galaxy5200: Add chip select region for an Epson S1D15313
16837
16838     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
16839
16840 commit 3dfad40a0459f63099e177dc15a1df39d048f860
16841 Author: Kumar Gala <galak@kernel.crashing.org>
16842 Date:   Thu Aug 27 08:23:55 2009 -0500
16843
16844     Add ability for arch code to make changes before we boot
16845
16846     Added a arch_preboot_os() function that cpu specific code can implement to
16847     allow for various modifications to the state of the machine right before
16848     we boot.  This can be useful to setup register state to a specific
16849     configuration.
16850
16851     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16852
16853 commit 9ea005fb4428c922536fa75991ce9972304a02fb
16854 Author: Roy Zang <tie-fei.zang@freescale.com>
16855 Date:   Sat Aug 22 03:49:52 2009 +0800
16856
16857     Use different PBA value for E1000 PCI and PCIe cards
16858
16859     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16860     Acked-by: André Schwarz <andre.schwarz@matrix-vision.de>
16861
16862 commit 5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51
16863 Author: Graeme Russ <graeme.russ@gmail.com>
16864 Date:   Sun Aug 23 12:59:58 2009 +1000
16865
16866     Add PCI support to eNET board
16867
16868     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16869
16870 commit f50b619d9cb297b0125fe78dcd6f255eb0d91659
16871 Author: Graeme Russ <graeme.russ@gmail.com>
16872 Date:   Sun Aug 23 12:59:57 2009 +1000
16873
16874     i386: Moved PCI from #ifdef to conditional compile for sc520 boards
16875
16876     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16877
16878 commit ed7a1b681de1e31d18d5b92e2767ae8df3241687
16879 Author: Graeme Russ <graeme.russ@gmail.com>
16880 Date:   Sun Aug 23 12:59:56 2009 +1000
16881
16882     i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure
16883
16884     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16885
16886 commit 9b32f96b5b92ba13fdb4b5eb637734752235f260
16887 Author: Graeme Russ <graeme.russ@gmail.com>
16888 Date:   Sun Aug 23 12:59:55 2009 +1000
16889
16890     Misc sc520 cdp fixups
16891
16892     Now that the PCI, SATA et al compile problems have been resolved, the
16893     cludge that was applied to avoid them can be removed
16894
16895     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16896
16897 commit 91ee4e183cb7ac5f86e7673ead51400f19906635
16898 Author: Graeme Russ <graeme.russ@gmail.com>
16899 Date:   Sun Aug 23 12:59:54 2009 +1000
16900
16901     Fixup sc520_spunk board
16902
16903     Primary intent is to resolve build errors for this board which has been
16904     neglected for a very long time. I do not have one of these boards, so I
16905     cannot test functionality
16906
16907     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16908
16909 commit 8907b8dbc5805094f1316d64737d3428b3863693
16910 Author: Graeme Russ <graeme.russ@gmail.com>
16911 Date:   Sun Aug 23 12:59:53 2009 +1000
16912
16913     Misc ds1722 fixups
16914
16915     This patch is based on a patch submitted by Jean-Christophe PLAGNIOL-VILLARD
16916     on 18th May 2008 as part of a general i386 / sc520 fixup which was never
16917     applied
16918
16919     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16920
16921 commit a92510e7fae523145b58765cdc46110f1162260d
16922 Author: Graeme Russ <graeme.russ@gmail.com>
16923 Date:   Sun Aug 23 12:59:52 2009 +1000
16924
16925     Misc ti_pci1410a fixups
16926
16927     Removed do_pinit() - now declared in cmd_pcmcia.c
16928
16929     Added #define CONFIG_CMD_PCMCIA around pcmcia_off() in line with other
16930     PCMCIA drivers
16931
16932     signed/unsigned type fixups
16933
16934     Added semi-colon after default: label as required by newer gcc
16935
16936     The only board that appears to use this driver is the sc520_spunk which
16937     is very old and very likely very broken anyway. I do not have one to test
16938     whether this patch breaks anything functionaly, I have can only check
16939     that it compiles without warning or error
16940
16941     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16942
16943 commit 31b9ab33d93d88ff89f3046aa45c68667a378a56
16944 Author: Graeme Russ <graeme.russ@gmail.com>
16945 Date:   Sun Aug 23 12:59:51 2009 +1000
16946
16947     Misc SATA fixups
16948
16949     Cast first parameter to sata_cpy()
16950
16951     In /drivers/block/ata_piix.h, ata_id_has_lba48(), ata_id_has_lba(),
16952     ata_id_has_dma(), ata_id_u32(), ata_id_u64() are all defined in
16953     include/libata.h which is included in ata.h which is included by all files
16954     which include ata_piix.h (only ata_piix.c) so these definitions are
16955     supurflous to (and conlict with) this in libata.h. Interestingly, my
16956     compiler complains about ata_id_u64 already being defined, but not
16957     ata_id_u32
16958
16959     ata_dump_id() is defined in include/libata.h and should not be static
16960     (maybe should even use ata_dump_id() in libata.c
16961
16962     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16963
16964 commit d7549024098af093785151261266a02be19af633
16965 Author: Graeme Russ <graeme.russ@gmail.com>
16966 Date:   Sun Aug 23 12:59:50 2009 +1000
16967
16968     i386: Misc PCI fixups
16969
16970     Change PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY (Originally done in
16971     commit ff4e66e93c1a, regressed by commit 6d7f610b09f8)
16972
16973     Cast PCI_ROM_ADDRESS_MASK to u32
16974
16975     Wrap probe_pci_video() call inside #ifdef CONFIG_VIDEO
16976
16977     Change call to pci_find_class() to pci_find_devices(). This is based on a
16978     patch submitted on 1st March 2007 (Patch that fixes the compilation errors
16979     for sc520_cdp board) by mushtaq_k
16980
16981     This patch requires that PCI_VIDEO_VENDOR_ID and PCI_VIDEO_DEVICE_ID be
16982     specified in the board config file.  Dummy values have been added for the
16983     SC520 CDP board to enable compilation, but since I do not have one of these,
16984     I do know what the values should be
16985
16986     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16987
16988 commit 04ff9ab158714d43cdf2f4f6f0235c3ea9d241a2
16989 Author: Graeme Russ <graeme.russ@gmail.com>
16990 Date:   Sun Aug 23 12:59:49 2009 +1000
16991
16992     Fix sc520 timer interrupt generation
16993
16994     The current implementation has the timer being started before the interrupt
16995     handler is installed. It the interrupt occurs before the handler is
16996     installed, the timer interrupt is never reset and the timer stops
16997
16998     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16999
17000 commit f3a8d6b29b1cd01fdd940e8ff7a62b1df0ebbf82
17001 Author: Graeme Russ <graeme.russ@gmail.com>
17002 Date:   Sun Aug 23 12:59:48 2009 +1000
17003
17004     Fix environment configuration for eNET board
17005
17006     The current configuration of the Environment has the redundant copy of the
17007     environment in the Boot Flash - This was never the intent. The Environment
17008     should instead be in the first two sectors of the first Strata Flash
17009
17010     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17011
17012 commit ea0c37798c3823fdd77edfffd27b20191f8ca1f0
17013 Author: Graeme Russ <graeme.russ@gmail.com>
17014 Date:   Sun Aug 23 12:59:47 2009 +1000
17015
17016     i386: Fix regression introduced by commit 8c63d47651f7
17017
17018     A local variable was deleted that should not have been
17019
17020     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17021
17022 commit cfb3a736ffcff3e3753b902cad536f22fcf8961d
17023 Author: Graeme Russ <graeme.russ@gmail.com>
17024 Date:   Sun Aug 23 12:59:46 2009 +1000
17025
17026     i386: Change inline asm global symbols to local
17027
17028     gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why)
17029     Remove use of global names for labels to prevent 'symbol already defined'
17030     errors
17031
17032     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17033
17034 commit a3ab8caee696a1d53fc82fa321e2b2f179970168
17035 Author: Graeme Russ <graeme.russ@gmail.com>
17036 Date:   Sun Aug 23 12:59:45 2009 +1000
17037
17038     i386: Add errno.h
17039
17040     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17041
17042 commit d4e8ada0f6d51e0e3b80790fb9375ac8910f5352
17043 Author: Peter Tyser <ptyser@xes-inc.com>
17044 Date:   Fri Aug 21 23:05:21 2009 -0500
17045
17046     Consolidate arch-specific mem_malloc_init() implementations
17047
17048     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17049
17050 commit a483a167bc8d808145ca1224a2c238cda90aa60c
17051 Author: Peter Tyser <ptyser@xes-inc.com>
17052 Date:   Fri Aug 21 23:05:20 2009 -0500
17053
17054     Standardize mem_malloc_init() implementation
17055
17056     This lays the groundwork to allow architectures to share a common
17057     mem_malloc_init().
17058
17059     Note that the x86 implementation was not modified as it did not fit the
17060     mold of all other architectures.
17061
17062     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17063
17064 commit 5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f
17065 Author: Peter Tyser <ptyser@xes-inc.com>
17066 Date:   Fri Aug 21 23:05:19 2009 -0500
17067
17068     Consolidate arch-specific sbrk() implementations
17069
17070     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17071
17072 commit 65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d
17073 Author: Mike Frysinger <vapier@gentoo.org>
17074 Date:   Thu Jul 23 16:37:03 2009 -0400
17075
17076     atmel_df_pow2: standalone to convert dataflashes to pow2
17077
17078     Atmel DataFlashes by default operate with pages that are slightly bigger
17079     than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
17080     bytes).  However, they also have a "power of 2" mode where the pages show
17081     up with the normal binary size.  The latter mode is required in order to
17082     boot with a Blackfin processor, so many people wish to convert their
17083     DataFlashes on their development systems to this mode.  This standalone
17084     application does just that.
17085
17086     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17087
17088 commit cb95c7a935ab9b52dac5d08e5ba4007c5a480f97
17089 Author: Mike Frysinger <vapier@gentoo.org>
17090 Date:   Wed Sep 2 05:52:37 2009 -0400
17091
17092     Blackfin: cm-bf548: fix device->stdio_dev fallout
17093
17094     The recent 52cb4d4fb348 commit which renamed device to stdio_dev missed the
17095     cm-bf548's video board.
17096
17097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17098
17099 commit c7bcdde46a7ef78628f0f09fdc6cb61bb1bd7e79
17100 Author: Mike Frysinger <vapier@gentoo.org>
17101 Date:   Wed Sep 2 04:21:16 2009 -0400
17102
17103     Blackfin: enable 64bit printf for nand
17104
17105     Since the NAND code now uses 64bit code, make sure we enable support for
17106     ADI Blackfin boards in printf to avoid the warning:
17107     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!
17108
17109     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17110
17111 commit 9c46e71af2b03ccd721c56b1dc906ead702d6fb5
17112 Author: Mike Frysinger <vapier@gentoo.org>
17113 Date:   Mon Aug 24 20:48:04 2009 -0400
17114
17115     Blackfin: use scratch pad for exception stack
17116
17117     If the memory layout pushes the stack out of the default DCPLB coverage,
17118     the exception handler may trigger a double fault by trying to push onto
17119     the uncovered stack.  So handle the exception stack similar to the kernel
17120     by using the top of the scratch pad SRAM.
17121
17122     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17123
17124 commit 69a25ce3578f34c8accb476f70089f3a44b78ed9
17125 Author: Mike Frysinger <vapier@gentoo.org>
17126 Date:   Mon Aug 24 20:36:25 2009 -0400
17127
17128     Blackfin: increase default console size
17129
17130     The default console size indirectly applies to length of env vars, so a
17131     smaller length makes it hard to pass longer command lines to kernels.
17132
17133     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17134
17135 commit f541e1d6d99c22bbd4bc8c84fdb02baad0277847
17136 Author: Mike Frysinger <vapier@gentoo.org>
17137 Date:   Mon Aug 24 19:03:18 2009 -0400
17138
17139     Blackfin: fix debug printf modifiers
17140
17141     The display_global_data() function generated warnings with pretty much
17142     every variable.
17143
17144     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17145
17146 commit 4640c2b8699bcdd2346a2c633486f07f061a2939
17147 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
17148 Date:   Thu Aug 20 19:20:41 2009 -0400
17149
17150     Blackfin: cm-bf537u: new board port
17151
17152     The CM-BF537U is similar to the CM-BF537E module, but enough to need its
17153     own board port.
17154
17155     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
17156     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17157
17158 commit c4db335c2e0805e1ce4c33d278b77492c0812353
17159 Author: Robin Getz <robin.getz@analog.com>
17160 Date:   Mon Aug 17 15:23:02 2009 +0000
17161
17162     Blackfin: change global data register from P5 to P3
17163
17164     Since the Blackfin ABI favors higher scratch registers by default, use the
17165     last scratch register (P3) for global data rather than the first (P5).
17166     This allows the compiler's register allocator to use higher number scratch
17167     P registers, which in turn better matches the Blackfin instruction set,
17168     which reduces the size of U-Boot by more than 1024 bytes...
17169
17170     Signed-off-by: Robin Getz <robin.getz@analog.com>
17171     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17172
17173 commit 574b70df03fba0ea635e2fe71fbd7b97d19b706a
17174 Author: Robin Getz <robin.getz@analog.com>
17175 Date:   Tue Aug 11 14:20:13 2009 +0000
17176
17177     Blackfin: enable more network commands for ADI dev boards
17178
17179     Add dns and ntp to default networking commands, and ask for more dhcp
17180     options to better configure the network environment.
17181
17182     Signed-off-by: Robin Getz <robin.getz@analog.com>
17183     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17184
17185 commit aa7b248a05323d4720969227603e39a22777ed95
17186 Author: Michael Hennerich <michael.hennerich@analog.com>
17187 Date:   Thu Jun 18 09:12:50 2009 +0000
17188
17189     Blackfin: bf537-stamp: comment CF-Flash Card Support better
17190
17191     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
17192     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17193
17194 commit 69c6d268a29cf6d61e096d815abf5abf24136f45
17195 Author: Robin Getz <robin.getz@analog.com>
17196 Date:   Fri Jul 10 18:37:15 2009 +0000
17197
17198     Blackfin: use +(filesize) to make sure we are only doing what is necessary
17199
17200     Signed-off-by: Robin Getz <robin.getz@analog.com>
17201     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17202
17203 commit 2dc851e3b0f07a56f83060f13882ff4b62cf5112
17204 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17205 Date:   Thu Aug 20 16:04:49 2009 +0200
17206
17207     Support for the Calao TNY-A9260/TNY-A9G20 boards
17208
17209     The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by
17210     Calao Systems <http://www.calao-systems.com>. Their components are very
17211     similar to the AT91SAM9260EK board, so their configuration is based on
17212     the configuration of this board. There are however some differences:
17213     different clocks, no LCD, no ethernet. They also can use SPI EEPROM to
17214     store the environment.
17215
17216     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17217     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17218
17219 commit 49d2cb4d6153a6c18249dccb5de5cffeb261a61c
17220 Author: Prafulla Wadaskar <prafulla@marvell.com>
17221 Date:   Thu Aug 20 20:59:28 2009 +0530
17222
17223     arm: Kirkwood: add SYSRSTn Duration Counter Support
17224
17225     This feature can be used to trigger special command "sysrstcmd" using
17226     reset key long press event and environment variable "sysrstdelay" is set
17227     (useful for reset to factory or manufacturing mode execution)
17228
17229     Kirkwood SoC implements a hardware-based SYSRSTn duration counter.
17230     When SYSRSTn is asserted low, a SYSRSTn duration counter is running.
17231     The counter value is stored in the SYSRSTn Length Counter Register
17232     The counter is based on the 25-MHz reference clock (40ns)
17233     It is a 29-bit counter, yielding a maximum counting duration of
17234     2^29/25 MHz (21.4 seconds). When the counter reach its maximum value,
17235     it remains at this value until counter reset is triggered by setting
17236     bit 31 of KW_REG_SYSRST_CNT
17237
17238     Implementation:
17239     Upon long reset assertion (> ${sysrstdelay} in secs) sysrstcmd will be
17240     executed if pre-defined in environment variables.
17241     This feature will be disabled if "sysrstdelay" variable is unset.
17242
17243     for-ex.
17244     setenv sysrst_cmd "echo starting factory reset;
17245                    nand erase 0xa0000 0x20000;
17246                    echo finish ed sysrst command;"
17247     will erase particular nand sector if triggered by this event
17248
17249     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
17250
17251 commit 9453967e28c5e3abbf856f95735ea69bae1e77fa
17252 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17253 Date:   Mon Aug 24 18:03:26 2009 +0200
17254
17255     Add support for the Calao SBC35-A9G20 board
17256
17257     The Calao SBC35-A9G20 board is manufactured and sold by Calao Systems
17258     <http://www.calao-systems.com>. It is built around an AT91SAM9G20 ARM SoC
17259     running at 400MHz. It features an Ethernet port, an SPI RTC backed by an onboard
17260     battery , an SD/MMC slot, a CompactFlash slot, 64Mo of SDRAM, 256Mo of NAND
17261     flash, two USB host ports, and an USB device port. More informations can be
17262     found at <http://www.calao-systems.com/articles.php?lng=en&pg=5936>
17263
17264     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17265
17266 commit 10bc241dfc15a0820d9c52469173b7ccafec0b84
17267 Author: Ilya Yanok <yanok@emcraft.com>
17268 Date:   Tue Aug 11 02:32:09 2009 +0400
17269
17270     imx27lite: add support for imx27lite board from LogicPD
17271
17272     This patch adds support for i.MX27-LITEKIT development board from
17273     LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
17274     flash, FEC ethernet controller integrated into i.MX27.
17275
17276     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17277     Acked-by: Wolfgang Denk <wd@denx.de>
17278
17279 commit 50b5fff55827946c86a60db8b21a9358be720666
17280 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17281 Date:   Tue Sep 1 11:26:20 2009 +0200
17282
17283     at91sam9260/afeb9260: Fix SPI initialization
17284
17285     Commit 7ebafb7ec1a0285af8380623c009576f92583b98 introduced a mistake in the spi
17286     init function call for those boards. This patch fixes this.
17287
17288     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17289
17290 commit f3d4f8870e69e0fd177397778d97d0751bbd020a
17291 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
17292 Date:   Tue Aug 18 11:13:44 2009 +0200
17293
17294     Remove duplicate set_cr
17295
17296     Remove duplicate set_cr
17297
17298     set_cr is defined in both asm-arm/proc-armv/system.h and
17299     include/asm-arm/system.h. This patch removes it (and some duplicate
17300     defines) from the former.
17301
17302     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
17303
17304 commit 3d35d87d5482de23cd5dc4d7721b1086107cae50
17305 Author: Wolfgang Denk <wd@denx.de>
17306 Date:   Mon Aug 31 19:57:42 2009 +0200
17307
17308     Prepare 2009.08
17309
17310     Update CHANGELOG
17311
17312     Signed-off-by: Wolfgang Denk <wd@denx.de>
17313
17314 commit 632a6dd0b612eb7b143f789f2a0273917468c041
17315 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17316 Date:   Mon Aug 31 16:18:24 2009 +0200
17317
17318     Add common code dir for Matrix Vision boards.
17319
17320     This fixes current build failure.
17321
17322     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17323
17324     mvblm7.c: fix warning: implicit declaration of function
17325     'mv_reset_environment'
17326
17327     Signed-off-by: Wolfgang Denk <wd@denx.de>
17328
17329 commit 52f6c34c85d6c16f2a41433b5000490ecf374992
17330 Author: David Brownell <dbrownell@users.sourceforge.net>
17331 Date:   Sun Aug 30 11:05:29 2009 -0700
17332
17333     bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
17334
17335     The "console: unify printing current devices" patch goofed:
17336     CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
17337     time noise, not add it.  Said patch changed the #ifndefs
17338     to #ifdef; this one restores them to the proper sense.
17339
17340     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17341
17342 commit 2d04db088e6df8a008bb09f604876a45031df93b
17343 Author: Timur Tabi <timur@freescale.com>
17344 Date:   Fri Aug 28 16:56:45 2009 -0500
17345
17346     fsl: simplify the "mac id" command, improve boot-time informational message
17347
17348     The "mac id" command took a 4-character parameter as the identifier string.
17349     However, for any given board, only one kind of identifier is acceptable, so it
17350     makes no sense to ask the user to type it in.  Instead, if the user enters
17351     "mac id", the identifier (and also the version, if it's NXID) will
17352     automatically be set to the correct value.
17353
17354     Improve the message that is displayed when EEPROM is read during boot.  It now
17355     displays "EEPROM:" and then either an error message or the EEPROM identifier
17356     if successful.
17357
17358     If the identifier in EEPROM is valid, then always reject a bad CRC, even if the
17359     CRC field has not been initialized.
17360
17361     Don't force the MAC address count to MAX_NUM_PORTS or less.  Forcing the value
17362     to be changed resulting in an in-memory copy that does not match what's in
17363     hardware, even though the user did not request that change.
17364
17365     Finally, always update the CRC value in the in-memory copy after any field
17366     is changed, so that the CRC is always correct.
17367
17368     Signed-off-by: Timur Tabi <timur@freescale.com>
17369     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17370
17371 commit 33f3f34255bd7cf0be502275c59f0ff22dc50080
17372 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17373 Date:   Fri Aug 21 07:29:58 2009 +0530
17374
17375     85xx: Added PCIe support for P1 P2 RDB
17376
17377     Call fsl_pci_init_port() to initialize all the PCIe ports on the board.
17378
17379     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17380     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17381
17382 commit 0d3d68b25a8e7790f58530ddccbd61f9fc0245ef
17383 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17384 Date:   Fri Aug 21 07:29:42 2009 +0530
17385
17386     driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
17387
17388     fsl_pci_init_port can be called from board specific PCI initialization
17389     routines to setup the PCI (or PCIe) controller.  This will reduce code
17390     redundancy in most of the 85xx/86xx FSL board ports that setup PCI.
17391
17392     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17393     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17394
17395 commit 05f6f66474312ad03c39b4ca4875af46c87366bf
17396 Author: Timur Tabi <timur@freescale.com>
17397 Date:   Thu Aug 20 17:41:11 2009 -0500
17398
17399     85xx: Improve MPIC initialization
17400
17401     The MPIC initialization code for Freescale e500 CPUs was not using I/O
17402     accessors, and it was not issuing a read-back to the MPIC after setting
17403     mixed mode.  This may be the cause of a spurious interrupt on some systems.
17404
17405     Signed-off-by: Timur Tabi <timur@freescale.com>
17406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17407
17408 commit c17b79fbd0c7923948331d65cb588734a9c681ff
17409 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17410 Date:   Thu Aug 20 18:59:18 2009 +0530
17411
17412     85xx: Added support for P1011RDB and P2010RDB
17413
17414     P1011 and P2010 are single core variants of P1010 and P2020 respectively.
17415     The board(RDB) will be same.
17416
17417     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17419
17420 commit a713ba926b45da9a6f923f1ac9e60a66852e5f2d
17421 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17422 Date:   Thu Aug 20 18:57:45 2009 +0530
17423
17424     85xx: Added single core members of FSL P1xx/P2xx processors series
17425
17426     P1011 - Single core variant of P1020
17427     P2010 - Single core variant of P2020
17428
17429     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17430     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17431
17432 commit bf488bc0949fc900d1296a7f35a38a6a28cb5fab
17433 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17434 Date:   Thu Aug 20 18:57:02 2009 +0530
17435
17436     85xx: P1020RDB Support Added
17437
17438     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17440
17441 commit 3b1f243b8dad30a646a0f056b0268519eadbc3c5
17442 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17443 Date:   Thu Aug 20 18:55:35 2009 +0530
17444
17445     85xx: Added CONFIG_MAX_CPUS for P1020
17446
17447     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17448     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17449
17450 commit 76b474e2f5a223fcabfeaa4f1c8fb699062b986c
17451 Author: Mingkai Hu <Mingkai.hu@freescale.com>
17452 Date:   Tue Aug 18 15:37:15 2009 +0800
17453
17454     85xx: Add L2SRAM Register's macro definition
17455
17456     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
17457     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17458
17459 commit 158c6724c99368a4d8eef11ee7e3c7ad0ef03a15
17460 Author: Felix Radensky <felix@embedded-sol.com>
17461 Date:   Sat Aug 15 15:08:37 2009 +0300
17462
17463     85xx: Fix memory test range on MPC8536DS
17464
17465     With current values of CONFIG_SYS_MEMTEST_START and CONFIG_SYS_MEMTEST_END
17466     memory test hangs if run without arguments. Set them to sane values, so
17467     that all available 512MB of RAM excluding exception vectors at the bottom
17468     and u-boot code and stack at the top can be tested.
17469
17470     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
17471     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17472
17473 commit ef41f2a25c554604156b59f5945feadae2f3cb55
17474 Author: Kumar Gala <galak@kernel.crashing.org>
17475 Date:   Wed Aug 12 00:10:44 2009 -0500
17476
17477     85xx: Removed BEDBUG support on P1_P2_RDB
17478
17479     To match all other 85xx platforms we are removing BEDBUG support.
17480
17481     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17482
17483 commit b560ab85edfb68da653bf2527c390c3e182392a1
17484 Author: Kumar Gala <galak@kernel.crashing.org>
17485 Date:   Sat Aug 8 10:42:30 2009 -0500
17486
17487     85xx: Init pci ethernet cards if we enable any on MPC8572DS
17488
17489     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17490
17491 commit 1bb61b69f7aba4931ede35fdcabd8e5ecad121d7
17492 Author: Peter Tyser <ptyser@xes-inc.com>
17493 Date:   Fri Aug 7 13:16:34 2009 -0500
17494
17495     xes: Use proper IO access functions
17496
17497     Also fix some minor whitespace oddities while we're cleaning up
17498
17499     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17500     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17501
17502 commit ec79d33b2c41ee8b6d1354cc0910217b769c5036
17503 Author: Kumar Gala <galak@kernel.crashing.org>
17504 Date:   Fri Aug 7 13:00:55 2009 -0500
17505
17506     85xx: Move to a common linker script
17507
17508     There are really no differences between all the 85xx linker scripts so
17509     we can just move to a single common one.  Board code is still able to
17510     override the common one if need be.
17511
17512     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17513
17514 commit 87c7661b42aa7672539b54b51d3d5c4013ec6f6c
17515 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17516 Date:   Fri Jul 31 12:08:27 2009 +0530
17517
17518     85xx: Added P1020 Processor Support.
17519
17520     P1020 is another member of QorIQ series of processors which falls in ULE
17521     category. It is an e500 based dual core SOC.
17522
17523     Being a scaled down version of P2020 it has following differences:
17524     - 533MHz - 800MHz core frequency.
17525     - 256Kbyte L2 cache
17526     - Ethernet controllers with classification capabilities.
17527     Also the SOC is pin compatible with P2020
17528
17529     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17530     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17531
17532 commit 728ece343e8bb2a66ee977c49d455439e3b28da9
17533 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17534 Date:   Wed Aug 5 13:29:24 2009 +0530
17535
17536     85xx: Add support for P2020RDB board
17537
17538     The code base adds P1 & P2 RDB platforms support.
17539     The folder and file names can cater to future SOCs of P1/P2 family.
17540     P1 & P2 processors are 85xx platforms, part of Freescale QorIQ series.
17541
17542     Tested following on P2020RDB:
17543     1. eTSECs
17544     2. DDR, NAND, NOR, I2C.
17545
17546     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17548
17549 commit 0e870980a64584a591af775bb9c9fe9450124df9
17550 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17551 Date:   Fri Jul 31 12:08:14 2009 +0530
17552
17553     8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
17554
17555     The number of CPUs are getting detected dynamically by checking the
17556     processor SVR value.  Also removed CONFIG_NUM_CPUS references from all
17557     the platforms with 85xx/86xx processors.
17558
17559     This can help to use the same u-boot image across the platforms.
17560
17561     Also revamped and corrected few Freescale Copyright messages.
17562
17563     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17564     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17565
17566 commit 18bacc2027f8531d8dec15ba8da3242dfb4e63f3
17567 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17568 Date:   Fri Jul 31 12:07:45 2009 +0530
17569
17570     8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
17571
17572     Removed same code pieces from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c
17573     and moved to cpu/mpc8xxx/cpu.c(new file)
17574
17575     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17577
17578 commit 7b18c227b847e4782eb1492219ebd555f521b08b
17579 Author: Alex Dubov <oakad@yahoo.com>
17580 Date:   Fri Aug 7 15:28:32 2009 +1000
17581
17582     stx: create common vendor/board hierarchy for STx boards
17583
17584     Move files belonging to the STx boards into common vendor directory and
17585     update the Makefile to reflect this.
17586
17587     Signed-off-by: Alex Dubov <oakad@yahoo.com>
17588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17589
17590 commit bafdf9aa9dbb69d937b72db17ed5800998c59523
17591 Author: Peter Tyser <ptyser@xes-inc.com>
17592 Date:   Tue Aug 4 17:38:00 2009 -0500
17593
17594     85xx: Remove unused CONFIG_CLEAR_LAW0 defines
17595
17596     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17597     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17598
17599 commit 73aacc522849486b60a5611f678f0bf1c3053779
17600 Author: Kumar Gala <galak@kernel.crashing.org>
17601 Date:   Thu Aug 6 18:38:43 2009 -0500
17602
17603     86xx: Remove redudant PLATFORM_CPPFLAGS
17604
17605     For historic reasons we had defined some additional PLATFORM_CPPFLAGS like:
17606
17607     PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
17608     PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1
17609
17610     However these are all captured in the config.h and thus redudant.  Also
17611     moved common 86xx flags into cpu/mpc86xx/config.mk.
17612
17613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17614
17615 commit 53efa1f1acacacb76fa9a21b09b3294783a11c03
17616 Author: Kumar Gala <galak@kernel.crashing.org>
17617 Date:   Thu Aug 6 18:28:34 2009 -0500
17618
17619     85xx: Remove redudant PLATFORM_CPPFLAGS
17620
17621     For historic reasons we had defined some additional PLATFORM_CPPFLAGS
17622     like:
17623
17624     PLATFORM_CPPFLAGS += -DCONFIG_E500=1
17625     PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1
17626     PLATFORM_CPPFLAGS += -DCONFIG_MPC8548=1
17627
17628     However these are all captured in the config.h and thus redudant.
17629
17630     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17631
17632 commit 337f9fde2e9317c1d9e85a4a8955a2f14730a00f
17633 Author: Kumar Gala <galak@kernel.crashing.org>
17634 Date:   Thu Jul 30 15:54:07 2009 -0500
17635
17636     85xx: Add a 36-bit physical configuration for MPC8536DS
17637
17638     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
17639     to allow for larger memory sizes.
17640
17641     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17642     Acked-by: Wolfgang Denk <wd@denx.de>
17643
17644     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17645
17646 commit ecead84d56b0ced67b727f5ce21ba08c53b5f09e
17647 Author: Kumar Gala <galak@kernel.crashing.org>
17648 Date:   Tue Aug 4 09:10:03 2009 -0500
17649
17650     85xx: Cleanup whitespace in mpc8536ds.c
17651
17652     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17653
17654 commit ad19e7a5d2de337064ce7728d6504df9648f5d31
17655 Author: Kumar Gala <galak@kernel.crashing.org>
17656 Date:   Wed Aug 5 07:59:35 2009 -0500
17657
17658     pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memory
17659
17660     The old PCI ATMU setup code would just mimic the PCI regions into the
17661     ATMU registers.  For simple memory maps in which all memory, MMIO, etc
17662     space fit into 4G this works ok.  However there are issues with we have
17663     >4G of memory as we know can't access all of memory and we need to
17664     ensure that PCICSRBAR (PEXCSRBAR on PCIe) isn't overlapping with
17665     anything since we can't turn it off.
17666
17667     We first setup outbound windows based on what the board code setup
17668     in the pci regions for MMIO and IO access.  Next we place PCICSRBAR
17669     below the MMIO window.  After which we try to setup the inbound windows
17670     to map as much of memory as possible.
17671
17672     On PCIe based controllers we are able to overmap the ATMU setup since
17673     RX & TX links are separate but report the proper amount of inbound
17674     address space to the region tracking to ensure there is no overlap.
17675
17676     On PCI based controllers we use as many inbound windows as available to
17677     map as much of the memory as possible.
17678
17679     Additionally we changed all the CCSR register access to use proper IO
17680     accessor functions.  Also had to add CONFIG_SYS_CCSRBAR_PHYS to some
17681     86xx platforms that didn't have it defined.
17682
17683     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17684
17685 commit 8295b94400449586505ffe34ec024feb3d2c8fe4
17686 Author: Kumar Gala <galak@kernel.crashing.org>
17687 Date:   Wed Aug 5 07:49:27 2009 -0500
17688
17689     pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe
17690
17691     Change the code to use the PCIe capabilities register to determine if we
17692     are a PCIe controller or not.  Additionally cleaned up some white space
17693     and formatting in the file.
17694
17695     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17696
17697 commit cb151aa2cf5fbb1e412fc763a3a611758f066238
17698 Author: Kumar Gala <galak@kernel.crashing.org>
17699 Date:   Mon Aug 3 21:02:02 2009 -0500
17700
17701     pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
17702
17703     Every platform that calls fsl_pci_init calls fsl_pci_setup_inbound_windows
17704     before it calls fsl_pci_init.  There isn't any reason to just call it
17705     from fsl_pci_init and simplify things a bit.
17706
17707     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17708
17709 commit fb3143b35eb5890ec72e79d17a6068a84a057d47
17710 Author: Kumar Gala <galak@kernel.crashing.org>
17711 Date:   Mon Aug 3 20:44:55 2009 -0500
17712
17713     pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
17714
17715     Every platform that calls fsl_pci_init calls pci_setup_indirect before
17716     it calls fsl_pci_init.  There isn't any reason to just call it from
17717     fsl_pci_init and simplify things a bit.
17718
17719     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17720
17721 commit 28887d831b02c66ccc10d7f1379204b5a62f4543
17722 Author: André Schwarz <andre.schwarz@matrix-vision.de>
17723 Date:   Thu Aug 27 14:48:35 2009 +0200
17724
17725     Use common code for Matrix Vision boards
17726
17727     Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
17728     using common code.
17729
17730     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
17731
17732 commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0
17733 Author: Kim Phillips <kim.phillips@freescale.com>
17734 Date:   Wed Aug 26 21:27:37 2009 -0500
17735
17736     mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
17737
17738     apparently the ITX was missed last round.
17739
17740     Also make bootdelay consistent with other boards, so as to give on the
17741     opportunity to fix mistakenly set bootcmd without having checked for an
17742     bootdelay zero setting first.
17743
17744     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17745
17746 commit cc861f7127f200e704baaf061a7f508e3c93f2a3
17747 Author: Kim Phillips <kim.phillips@freescale.com>
17748 Date:   Wed Aug 26 21:25:46 2009 -0500
17749
17750     mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
17751
17752     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17753
17754 commit 77b351cd0f20483eefa09bebebb3e0cbf5555b2c
17755 Author: Sandeep Paulraj <s-paulraj@ti.com>
17756 Date:   Tue Aug 18 10:10:42 2009 -0400
17757
17758     NAND: DaVinci: V2 Adding 4 BIT ECC support
17759
17760     This patch adds 4 BIT ECC support in the DaVinci NAND
17761     driver. Tested on both the DM355 and DM365.
17762
17763     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
17764     Signed-off-by: Scott Wood <scottwood@freescale.com>
17765
17766 commit f83b7f9e8a5d1334e24506ea5953dd871596ea8a
17767 Author: Sandeep Paulraj <s-paulraj@ti.com>
17768 Date:   Mon Aug 10 13:27:56 2009 -0400
17769
17770     MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
17771
17772     This patch adds the new mode NAND_ECC_HW_OOB_FIRST in the nand code to
17773     support 4-bit ECC on TI DaVinci devices with large page (up to 2K) NAND
17774     chips.  This ECC mode is similar to NAND_ECC_HW, with the exception of
17775     read_page API that first reads the OOB area, reads the data in chunks,
17776     feeds the ECC from OOB area to the ECC hw engine and perform any
17777     correction on the data as per the ECC status reported by the engine.
17778
17779     This patch has been accepted by Andrew Morton and can be found at
17780
17781     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-new-ecc-mode-ecc_hw_oob_first.patch
17782
17783     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
17784     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
17785     Signed-off-by: Scott Wood <scottwood@freescale.com>
17786
17787 commit 36fab997d85d89ee7fd2c7fd6057fab786d556aa
17788 Author: Ilya Yanok <yanok@emcraft.com>
17789 Date:   Tue Aug 11 02:32:54 2009 +0400
17790
17791     mxc_nand: add nand driver for MX2/MX3
17792
17793     Driver for NFC NAND controller found on Freescale's MX2 and MX3
17794     processors. Ported from Linux. Tested only with i.MX27 but should
17795     works with other MX2 and MX3 processors too.
17796
17797     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17798     Signed-off-by: Scott Wood <scottwood@freescale.com>
17799
17800 commit a2c65b47effcb3d0aa23e58596538acd338ac7c5
17801 Author: Sandeep Paulraj <s-paulraj@ti.com>
17802 Date:   Mon Aug 10 13:27:46 2009 -0400
17803
17804     NAND: ADD page Parameter to all read_page/read_page_raw API's
17805
17806     This patch adds a new "page" parameter to all NAND read_page/read_page_raw
17807     APIs.  The read_page API for the new mode ECC_HW_OOB_FIRST requires the
17808     page information to send the READOOB command and read the OOB area before
17809     the data area.
17810
17811     This patch has been accepted by Andrew Morton and can be found at
17812     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-page-parameter-to-all-read_page-read_page_raw-apis.patch
17813
17814     WE would like this to become part of the u-boot GIT as well
17815
17816     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
17817     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
17818     Signed-off-by: Scott Wood <scottwood@freescale.com>
17819
17820 commit de4250929f37e6c16860741b74546bedbe0bdaba
17821 Author: Heiko Schocher <hs@denx.de>
17822 Date:   Tue Jul 21 17:13:40 2009 +0200
17823
17824     83xx, kmeter1: added NAND support
17825
17826     Signed-off-by: Heiko Schocher <hs@denx.de>
17827     Signed-off-by: Scott Wood <scottwood@freescale.com>
17828
17829 commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29
17830 Author: Kyungmin Park <kmpark@infradead.org>
17831 Date:   Tue Jul 21 11:58:04 2009 +0900
17832
17833     OneNAND: Remove unused read_spareram
17834
17835     Remove unused read_spareram and add unlock_all as kernel does
17836
17837     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17838     Signed-off-by: Scott Wood <scottwood@freescale.com>
17839
17840 commit 403ce1f759b5acec8514cd7e10ce76704fed519c
17841 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
17842 Date:   Thu Jul 16 21:19:29 2009 +0200
17843
17844     KB9202: Add NAND support
17845
17846     Add KB9202 NAND driver
17847
17848     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
17849     Signed-off-by: Scott Wood <scottwood@freescale.com>
17850
17851 commit ce3277a6f2c082f39596d3d3d88dd0a5bc91439d
17852 Author: Kyungmin Park <kmpark@infradead.org>
17853 Date:   Tue Jul 21 11:58:04 2009 +0900
17854
17855     OneNAND: Remove unused read_spareram
17856
17857     Remove unused read_spareram and add unlock_all as kernel does
17858
17859     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17860
17861 commit 0d042037b3cf8693ea0f793d0c292430bfc5a95c
17862 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
17863 Date:   Tue Aug 25 10:30:26 2009 -0500
17864
17865     galaxy5200: Cleanup typo and trailing whitespace
17866
17867     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
17868
17869 commit f6a309080b2da9e509b5ee8d091dca5e175415b7
17870 Author: TsiChung Liew <tsicliew@gmail.com>
17871 Date:   Wed Jul 22 18:42:45 2009 +0000
17872
17873     ColdFire: Fix compile warning messages
17874
17875     Change %08lX to %08X in board.c. Remove unused variable
17876     'oscillator' in mcf5227x/cpu_init.c and 'scm2' in
17877     mcf532x/cpu_init.c. Provide argument type cast in
17878     drivers/dma/MCD_dmaApi.c.
17879
17880     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17881
17882 commit 88c811b153771a3d1bfe958297c69722efb278e9
17883 Author: TsiChung Liew <tsicliew@gmail.com>
17884 Date:   Wed Jul 22 16:32:39 2009 +0000
17885
17886     ColdFire: Fix missing _IO_BASE which caused compile error
17887
17888     The compile error was caused by a recent patch. Affected platforms -
17889     M5253DEMO.h, M5253EVBE.h, and M54455EVB.h. Adding the _IO_BASE
17890     automatically defined to 0 in asm-m68k/io.h if it isn't set in
17891     platform configuration file.
17892
17893     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17894
17895 commit 3a7b2c21fb08b022e3e624cd071002b4aaed1606
17896 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
17897 Date:   Wed Jul 22 17:13:24 2009 +0200
17898
17899     Support up to 7 banks for ids as specified in JEDEC JEP106Z
17900
17901     see http://www.jedec.org/download/search/jep106Z.pdf
17902     Add some second source legacy flash chips 256x8.
17903
17904     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
17905     Signed-off-by: Stefan Roese <sr@denx.de>
17906
17907 commit 0d071cdd782e917b43e04869843df31670231ffd
17908 Author: Kim Phillips <kim.phillips@freescale.com>
17909 Date:   Mon Aug 24 14:32:26 2009 -0500
17910
17911     net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
17912
17913     if you don't have firmware installed for the PHY to come to life, this
17914     wait can be painful - let's give the option to avoid it if we want.
17915
17916     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17917     Acked-by: Andy Fleming <afleming@freescale.com>
17918     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17919
17920 commit 4fccb818e7ee1190602e79aa5729a23bc349bf0c
17921 Author: Robin Getz <rgetz@blackfin.uclinux.org>
17922 Date:   Thu Aug 20 10:50:20 2009 -0400
17923
17924     Add Transfer Size Option to tftp
17925
17926     Optionally add RFC 2349 "Transfer Size Option", so we can minimize the
17927     time spent sending data over the UART (now print a single line during a
17928     tftp transfer).
17929
17930      - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file.
17931      - if receives the file size, a single line (50 chars) are printed.
17932          one hash mark == 2% of the file downloaded.
17933      - if it doesn't receive the file size (the server doesn't support RFC
17934          2349, prints standard hash marks (one mark for each UDP frame).
17935
17936     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
17937     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17938
17939 commit 488feef85229c08cd3aa1fa183bc8f483d2ae832
17940 Author: Robin Getz <rgetz@blackfin.uclinux.org>
17941 Date:   Mon Aug 24 10:33:39 2009 -0400
17942
17943     Add debug message for Blackfin Ethernet Rx function.
17944
17945     Add a simple print for the Blackfin's Ethernet Rx function,
17946     so we can debug incomming Ethernet functions easier.
17947
17948     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
17949     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17950
17951 commit b1c0eaac110bc919e5b4e88821348e714493f266
17952 Author: Ben Warren <biggerbadderben@gmail.com>
17953 Date:   Tue Aug 25 13:09:37 2009 -0700
17954
17955     Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
17956
17957     All in-tree boards that use this controller have CONFIG_NET_MULTI added
17958     Also:
17959       - changed CONFIG_DRIVER_CS8900 to CONFIG_CS8900
17960       - changed CS8900_BASE to CONFIG_CS8900_BASE
17961       - changed CS8900_BUS?? to CONFIG_CS8900_BUS??
17962       - cleaned up line lengths
17963       - modified VCMA9 command function that accesses the device
17964       - removed MAC address initialization from lib_arm/board.c
17965
17966     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17967     Tested-by: Wolfgang Denk <wd@denx.de>
17968     Acked-by: Wolfgang Denk <wd@denx.de>
17969
17970 commit d47628a6ecf80cd4584a50b6c795b90c985a48e5
17971 Author: Alessandro Rubini <rubini-list@gnudd.com>
17972 Date:   Fri Aug 7 13:59:26 2009 +0200
17973
17974     arm nomadik: activate defrag choose 4k transfer block size
17975
17976     This chooses 4kB data size for both TFTP and NFS, as an example
17977     about how to use support for IP fragments.
17978
17979     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
17980     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17981
17982 commit bd931ca61c84039241d438ade4a9755ae0e5372f
17983 Author: Alessandro Rubini <rubini-list@gnudd.com>
17984 Date:   Fri Aug 7 13:59:16 2009 +0200
17985
17986     nfs: accept CONFIG_NFS_READ_SIZE from config file
17987
17988     To take advantage of defragmented packets, the config file
17989     can define CONFIG_NFS_READ_SIZE to override the 1kB default.
17990     No support is there for an environment variable by now.
17991
17992     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
17993     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17994
17995 commit 89ba81d1079a07b8430a98c1746c6d411312eb0d
17996 Author: Alessandro Rubini <rubini-list@gnudd.com>
17997 Date:   Fri Aug 7 13:59:06 2009 +0200
17998
17999     tftp: get the tftp block size from config file and from the environment
18000
18001     Increasing the block size is useful if CONFIG_IP_DEFRAG is
18002     used. Howerver, the last fragments in a burst may overflow the
18003     receiving ethernet, so the default is left at 1468, with thre new
18004     CONFIG_TFTP_BLOCKSIZE for config files. Further, "tftpblocksize"
18005     can be set in the environment.
18006
18007     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
18008     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18009
18010 commit 5cfaa4e54d0eb8232fa1cf092d955fdaed5b673d
18011 Author: Alessandro Rubini <rubini-list@gnudd.com>
18012 Date:   Fri Aug 7 13:58:56 2009 +0200
18013
18014     net: defragment IP packets
18015
18016     The defragmenting code is enabled by CONFIG_IP_DEFRAG; the code is
18017     useful for TFTP and NFS transfers.  The user can specify the maximum
18018     defragmented payload as CONFIG_NET_MAXDEFRAG (default 16k).
18019     Since NFS has a bigger per-packet overhead than TFTP, the static
18020     reassembly buffer can hold CONFIG_NET_MAXDEFRAG + the NFS overhead.
18021
18022     The packet buffer is used as an array of "hole" structures, acting as
18023     a double-linked list. Each new fragment can split a hole in two,
18024     reduce a hole or fill a hole. No support is there for a fragment
18025     overlapping two diffrent holes (i.e., thre new fragment is across an
18026     already-received fragment).
18027
18028     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
18029     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18030
18031 commit 68e74567cf317318df52dbcb2ac170ffc5e7758a
18032 Author: Feng Kan <fkan@amcc.com>
18033 Date:   Fri Aug 21 10:59:42 2009 -0700
18034
18035     ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
18036
18037     Fix ECC Correction bug where the byte offset location were double
18038     flipped causing correction routine to toggle the wrong byte location
18039     in the ECC segment. The ndfc_calculate_ecc routine change the order
18040     of getting the ECC code.
18041             /* The NDFC uses Smart Media (SMC) bytes order */
18042             ecc_code[0] = p[2];
18043             ecc_code[1] = p[1];
18044             ecc_code[2] = p[3];
18045     But in the Correction algorithm when calculating the byte offset
18046     location, the s1 is used as the upper part of the address. Which
18047     again reverse the order making the final byte offset address
18048     location incorrect.
18049         byteoffs = (s1 << 0) & 0x80;
18050         .
18051         .
18052         byteoffs |= (s0 >> 4) & 0x08;
18053     The order is change to read it in straight and let the correction
18054     function to revert it to SMC order.
18055
18056     Signed-off-by: Feng Kan <fkan@amcc.com>
18057     Acked-by: Victor Gallardo <vgallardo@amcc.com>
18058     Acked-by: Prodyut Hazarika <phazarika@amcc.com>
18059     Signed-off-by: Stefan Roese <sr@denx.de>
18060
18061 commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7
18062 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
18063 Date:   Thu Aug 13 08:32:37 2009 -0500
18064
18065     Add support for USB on PSC3 for the mpc5200
18066
18067     Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support
18068     would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB
18069     enabled on both the standard USB port and PSC3.  This patch masks the
18070     appropriate bits when enabling USB.
18071
18072     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
18073     Acked-by: Grant Likely <grant.likely@secretlab.ca>
18074     Acked-by: Remy Bohmer <linux@bohmer.net>
18075
18076 commit 6b8548b0f7068379ad1efa4fa28725f361b2d3cd
18077 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18078 Date:   Thu Aug 13 19:12:44 2009 +0200
18079
18080     Add driver for the ST M41T94 SPI RTC
18081
18082     This RTC is used in some Calao boards. The driver code is taken from
18083     the linux rtc-m41t94 driver
18084
18085     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18086
18087 commit 885fc78c28fbe773bcb4edc9dd0fdac05ebb5b38
18088 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18089 Date:   Thu Aug 13 15:31:12 2009 +0200
18090
18091     Switch from per-driver to common definition of bin2bcd and bcd2bin
18092
18093     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18094     Acked-by: Stefan Roese <sr@denx.de>
18095
18096 commit e84aba135ed7145299304ef550e92f08b2c99d7a
18097 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18098 Date:   Thu Aug 13 15:31:11 2009 +0200
18099
18100     Replace BCD2BIN and BIN2BCD macros with inline functions
18101
18102     In the process, also remove backward-compatiblity macros BIN_TO_BCD and
18103     BCD_TO_BIN and update the sole board using them to use the new bin2bcd
18104     and bcd2bin instead
18105
18106     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18107     Acked-by: Stefan Roese <sr@denx.de>
18108     Acked-by: Detlev Zundel <dzu@denx.de>
18109
18110 commit 5b53b29bc2e82b80b669f1d2402068c60d7fecd0
18111 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
18112 Date:   Thu Aug 13 10:14:21 2009 -0500
18113
18114     Add support for the galaxy5200
18115
18116     Add support for the DEKA Research and Development galaxy5200 board
18117
18118     The galaxy5200 is an Freescale mpc5200 based embedded industrial
18119     control board.
18120
18121     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
18122
18123 commit 0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d
18124 Author: Mike Frysinger <vapier@gentoo.org>
18125 Date:   Fri Jul 24 16:34:32 2009 -0400
18126
18127     unify {CONFIG_,}ENV_IS_EMBEDDED
18128
18129     Some boards have fallen out of sync by defining CONFIG_ENV_IS_EMBEDDED
18130     manually.  While it is useful to have this available to the build system,
18131     let's do it automatically rather than forcing people to opt into it.
18132
18133     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18134     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18135     Signed-off-by: Wolfgang Denk <wd@denx.de>
18136
18137 commit 02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d
18138 Author: Robin Getz <rgetz@blackfin.uclinux.org>
18139 Date:   Mon Jul 27 00:07:59 2009 -0400
18140
18141     Add md5sum and sha1 commands...
18142
18143     Now that we have sha1 and md5 in lib_generic, allow people to use
18144     them on the command line, for checking downloaded files.
18145
18146     Signed-off-by: Robin Getz <rgetz@analog.com>
18147
18148 commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075
18149 Author: Wolfgang Denk <wd@denx.de>
18150 Date:   Tue Aug 25 12:22:38 2009 +0200
18151
18152     include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
18153
18154     The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit.
18155
18156     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18157     Signed-off-by: Wolfgang Denk <wd@denx.de>
18158
18159 commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28
18160 Author: Mike Frysinger <vapier@gentoo.org>
18161 Date:   Thu Aug 20 19:17:59 2009 -0400
18162
18163     Blackfin: fix typos in gpio comments
18164
18165     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18166
18167 commit c2fbcb6ae86c10621a386c13be57eaa766221ed5
18168 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
18169 Date:   Tue Aug 18 04:49:57 2009 -0400
18170
18171     Blackfin: cm-bf527/cm-bf537: increase flash sectors
18172
18173     Newer revisions of these boards have slightly larger flashes, so increase
18174     the configured number of sectors so that U-Boot works on all revisions.
18175
18176     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
18177     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18178
18179 commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c
18180 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18181 Date:   Sun Aug 23 14:14:52 2009 +0200
18182
18183     sh/rsk7203: add missing include net.h
18184
18185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18186
18187 commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6
18188 Author: Mike Frysinger <vapier@gentoo.org>
18189 Date:   Sun Aug 23 02:47:59 2009 -0400
18190
18191     start a linker script helper file
18192
18193     Start a common header file for common linker script code (such as
18194     workarounds for older linkers) rather than doing this in the build system.
18195
18196     As fallout, we no longer execute the linker every time config.mk is
18197     included by a build file (which can easily be 70+ times), but rather only
18198     execute it once.
18199
18200     This also fixes a bug in the major version checking by creating a macro to
18201     easily compare versions and keep people from making the same common
18202     mistake (forgetting to check major and minor together).
18203
18204     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18205
18206 commit 2ed0869d30602eb660569eababb8fedff36bd23a
18207 Author: Mike Frysinger <vapier@gentoo.org>
18208 Date:   Sat Aug 22 19:50:22 2009 -0400
18209
18210     Blackfin: use common code to preprocess linker script
18211
18212     Now that the common code preprocesses the linker script, the Blackfin code
18213     no longer needs to do it.
18214
18215     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18216
18217 commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e
18218 Author: Mike Frysinger <vapier@gentoo.org>
18219 Date:   Sat Aug 22 19:48:56 2009 -0400
18220
18221     .gitignore: ignore generated u-boot.lds
18222
18223     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18224
18225 commit 79b91de958511840d2a7491be92d435b7ef43f17
18226 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18227 Date:   Sat Aug 22 14:21:53 2009 +0200
18228
18229     include/mmc.h: Fix typo in IS_SD() macro
18230
18231     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18232
18233 commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f
18234 Author: Wolfgang Denk <wd@denx.de>
18235 Date:   Sat Aug 22 23:27:26 2009 +0200
18236
18237     Prepare 2009.08-rc3
18238
18239     Update CHANGELOG, minor Coding Style cleanup.
18240
18241     Signed-off-by: Wolfgang Denk <wd@denx.de>
18242
18243 commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7
18244 Author: Michal Simek <monstr@monstr.eu>
18245 Date:   Fri Aug 21 06:52:25 2009 +1000
18246
18247     qemu-mips: Fix Qemu website
18248
18249     Signed-off-by: Michal Simek <monstr@monstr.eu>
18250     Signed-off-by: Michal Simek <michal.simek@petalogix.com>
18251     Acked-by: Shinya Kuribayashi <skuribay@pobox.com>
18252
18253 commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde
18254 Author: Kim Phillips <kim.phillips@freescale.com>
18255 Date:   Fri Aug 21 16:34:38 2009 -0500
18256
18257     mpc83xx: accommodate larger kernel sizes by default
18258
18259     linux mpc83xx_defconfig kernels are getting bigger, accommodate for
18260     their growth by adjusting default load and fdt addresses.
18261
18262     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18263
18264 commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff
18265 Author: Kim Phillips <kim.phillips@freescale.com>
18266 Date:   Fri Aug 21 16:33:15 2009 -0500
18267
18268     mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp
18269
18270     when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot
18271     at either:
18272
18273     NET: Registered protocol family 16
18274
18275     or the
18276
18277     io scheduler cfq registered
18278
18279     message.  Fixing up these DDR settings appears to fix the problem.
18280
18281     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18282
18283 commit 27c5248dd4c9ba4a36899689595956c5e59e349a
18284 Author: Kim Phillips <kim.phillips@freescale.com>
18285 Date:   Fri Aug 21 16:31:20 2009 -0500
18286
18287     mpc83xx: tqm8349 - remove pci & flash window conflict
18288
18289     commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all
18290     remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on
18291     tqm834x to make it more consistent with the other 83xx boards.  During
18292     that time however, the author failed to realize that FLASH_BASE was
18293     occupying the same range as what PCI1_MEM_BASE was being assigned.
18294
18295     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18296     Tested-by: Wolfgang Denk <wd@denx.de>
18297
18298 commit 6d2c26ac831f033b0025cfb256365a047f8dd115
18299 Author: Heiko Schocher <hs@denx.de>
18300 Date:   Fri Aug 21 16:30:30 2009 -0500
18301
18302     mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
18303
18304     Signed-off-by: Heiko Schocher <hs@denx.de>
18305     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18306
18307 commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
18308 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18309 Date:   Fri Aug 21 16:27:05 2009 -0500
18310
18311     mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
18312
18313     This was introduced with the MPC8349EMDS board, and then copied to
18314     a couple other boards by nature of being the reference implementation.
18315
18316       u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP
18317       include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
18318       include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
18319       include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
18320       u-boot$
18321
18322     It currently isn't used, so delete it before it spreads further.
18323
18324     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18325     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18326
18327 commit c0d660fbbede322648ec79d3e39389e48f5fab24
18328 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18329 Date:   Fri Aug 21 16:21:58 2009 -0500
18330
18331     mpc83xx: sbc8349 - make enabling PCI more user friendly
18332
18333     Prior to this commit, to enable PCI, you had to go manually
18334     edit the board config header, which isn't really user friendly.
18335     This adds the typical PCI make targets to the toplevel Makefile
18336     in accordance with what is being done with other boards.
18337
18338     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18339     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18340
18341 commit a3c5057a6c05b4c7235a270486220e4511366133
18342 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18343 Date:   Fri Aug 7 23:37:54 2009 +0200
18344
18345     eeprom_m95xxx: remove unused variable i
18346
18347     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18348
18349 commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51
18350 Author: Ilya Yanok <yanok@emcraft.com>
18351 Date:   Fri Jul 17 15:02:42 2009 +0400
18352
18353     jffs2: some fixes to summary support
18354
18355     This patch fixes some issues with JFFS2 summary support in U-Boot.
18356     1/ Summary support made compilation configurable (as summary support
18357     considered expiremental even in Linux).
18358     2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
18359     We need to get data byte by byte to exclude data aborts.
18360     3/ Make summary scan in two passes so we can safely fall back to full
18361     scan if we found unsupported entry in the summary.
18362
18363     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18364
18365 commit 11906936e168d12d684bb3d2930a62693ba3d84e
18366 Author: Prafulla Wadaskar <prafulla@marvell.com>
18367 Date:   Mon Aug 10 18:55:54 2009 +0530
18368
18369     arm: rd6281a: Fixed NAND specific warning
18370
18371     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
18372     for NAND specific warning removal, same is done in this patch
18373
18374     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18375
18376 commit b5ffb193330113d2e00489d96bf8ec1f541ed4e1
18377 Author: Wolfgang Denk <wd@denx.de>
18378 Date:   Thu Aug 13 00:37:16 2009 +0200
18379
18380     TRAB: make independent of specific libgcc helper routines
18381
18382     The TRAB board references local libgcc helper routines
18383     (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
18384     when we try to use the normal, compiler provided libgcc instead.
18385     Removing these references allows to build both with and without the
18386     local libgcc helper routines.
18387
18388     Signed-off-by: Wolfgang Denk <wd@denx.de>
18389
18390 commit 1aada9cd643567d351667138851e9231ccfa245a
18391 Author: Wolfgang Denk <wd@denx.de>
18392 Date:   Mon Aug 17 14:00:53 2009 +0200
18393
18394     Fix all linker scripts for older binutils versions (pre-2.16)
18395
18396     Commit f62fb99941c6 fixed handling of all rodata sections by using a
18397     wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
18398     and SORT_BY_NAME().  Unfortunately these functions were only
18399     introduced with biunutils version 2.16, so the modification broke
18400     building with all tool chains using older binutils.
18401
18402     This patch makes it work again.  This is done by omitting the use of
18403     these functions for such old tool chains.  This will result in
18404     slightly larger target binaries, as the rodata sections are no longer
18405     in optimal order alignment-wise which reauls in unused gaps, but the
18406     effect was found to be insignificant - especially compared to the fact
18407     that you cannot build U-Boot at all in the current state.
18408
18409     As ld seems to have no support for conditionals we run the linker
18410     script through the C preprocessor which can be easily used to remove
18411     the unwanted function calls.
18412
18413     Note that the C preprocessor must be run with the "-ansi" (or a
18414     "-std=") option to make sure all the system-specific predefined
18415     macros outside the reserved namespace are suppressed. Otherise, cpp
18416     might for example substitute "powerpc" to "1", thus corrupting for
18417     example "OUTPUT_ARCH(powerpc)" etc.
18418
18419     Signed-off-by: Wolfgang Denk <wd@denx.de>
18420     Cc: Mike Frysinger <vapier@gentoo.org>
18421
18422 commit f772acf8a584067033eff1e231fcd1fb3a00d3d9
18423 Author: Wolfgang Denk <wd@denx.de>
18424 Date:   Mon Aug 17 13:17:29 2009 +0200
18425
18426     ARM: compiler options cleanup - improve tool chain support
18427
18428     For some time there have been repeated reports about build problems
18429     with some ARM (cross) tool chains.  Especially issues about
18430     (in)compatibility with the tool chain provided runtime support
18431     library libgcc.a caused to add and support a private implementation
18432     of such runtime support code in U-Boot.  A closer look at the code
18433     indicated that some of these issues are actually home-made.  This
18434     patch attempts to clean up some of the most obvious problems and make
18435     building of U-Boot with different tool chains easier:
18436
18437     - Even though all ARM systems basicy used the same compiler options
18438       to select a specific ABI from the tool chain, the code for this was
18439       distributed over all cpu/*/config.mk files.  We move this one level
18440       up into lib_arm/config.mk instead.
18441
18442     - So far, we only checked if "-mapcs-32" was supported by the tool
18443       chain; if yes, this was used, if not, "-mabi=apcs-gnu" was
18444       selected, no matter if the tool chain actually understood this
18445       option.  There was no support for EABI conformant tool chains.
18446       This patch implements the following logic:
18447
18448       1) If the tool chain supports
18449         "-mabi=aapcs-linux -mno-thumb-interwork"
18450          we use these options (EABI conformant tool chain).
18451       2) Otherwise, we check first if
18452         "-mapcs-32"
18453          is supported, and then check for
18454         "-mabi=apcs-gnu"
18455          If one test succeeds, we use the first found option.
18456       3) In case 2), we also test if "-mno-thumb-interwork", and use
18457          this if the test succeeds. [For "-mabi=aapcs-linux" we set
18458          "-mno-thumb-interwork" mandatorily.]
18459
18460       This way we use a similar logic for the compile options as the
18461       Linux kernel does.
18462
18463     - Some EABI conformant tool chains cause external references to
18464       utility functions like raise(); such functions are provided in the
18465       new file lib_arm/eabi_compat.c
18466
18467       Note that lib_arm/config.mk gets parsed several times, so we must
18468       make sure to add eabi_compat.o only once to the linker list.
18469
18470     Signed-off-by: Wolfgang Denk <wd@denx.de>
18471     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18472     Cc: Dirk Behme <dirk.behme@googlemail.com>
18473     Cc: Magnus Lilja <lilja.magnus@gmail.com>
18474     Cc: Tom Rix <Tom.Rix@windriver.com>
18475     Cc: Prafulla Wadaskar <prafulla@marvell.com>
18476     Acked-by: Sergey Kubushyn <ksi@koi8.net>
18477     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
18478     Tested-by: Andrzej Wolski <awolski@poczta.fm>
18479     Tested-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
18480     Tested-by: Tom Rix <Tom.Rix@windriver.com>
18481     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18482
18483 commit 269610f6ba2e4a7bc27d2e53d43160614016964f
18484 Author: Mingkai Hu <Mingkai.hu@freescale.com>
18485 Date:   Thu Jul 30 17:56:51 2009 +0800
18486
18487     NAND boot: fix nand_load overlap issue
18488
18489     The code copy data from NAND flash block by block, so when
18490     the data length isn't a whole-number multiple of the block
18491     size, it will overlap the rest space.
18492
18493     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
18494     Signed-off-by: Scott Wood <scottwood@freescale.com>
18495
18496 commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a
18497 Author: Giulio Benetti <giulio.benetti@micronovasrl.com>
18498 Date:   Fri Jul 31 17:30:34 2009 -0500
18499
18500     add WATCHDOG_RESET() on nand write and read
18501
18502     Signed-off-by: giulio.benetti@micronovasrl.com
18503     Acked-by: Wolfgang Denk <wd@denx.de>
18504     Signed-off-by: Scott Wood <scottwood@freescale.com>
18505
18506 commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9
18507 Author: Peter Tyser <ptyser@xes-inc.com>
18508 Date:   Wed Feb 4 15:14:05 2009 -0600
18509
18510     tsec: Wait for auto-negotiation to complete without link
18511
18512     Previously, waiting for auto-negotiation would only occur if a valid
18513     link had been detected.  Problems arose when attempting to use a
18514     tsec immediately after bootup but before link was achieved, eg:
18515     => dhcp
18516     Auto-neg error, defaulting to 10BT/HD
18517     eTSEC1: No link.
18518     Auto-neg error, defaulting to 10BT/HD
18519     eTSEC2: No link.
18520     =>
18521
18522     With this patch applied the same operation as above resulted in:
18523     => dhcp
18524     Waiting for PHY auto negotiation to complete. done
18525     Enet starting in 1000BT/FD
18526     Speed: 1000, full duplex
18527
18528     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18530
18531 commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371
18532 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18533 Date:   Thu Aug 20 10:14:11 2009 +0200
18534
18535     arm: kirkwood: See to it that sent data is 8-byte aligned
18536
18537     U-boot might use non-8-byte-aligned addresses for sending data, which
18538     the kwgbe_send doesn't accept (bootp does this for me). This patch
18539     copies the data to be sent to a malloced temporary buffer if it is
18540     non-aligned.
18541
18542     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18543     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18544
18545 commit cad713bf7548b9e90433dac8270165402a6c9cc3
18546 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18547 Date:   Thu Aug 20 10:13:06 2009 +0200
18548
18549     Wait for the link to come up on kirkwood network init
18550
18551     This patch makes the device wait for up to 5 seconds for the link to
18552     come up, similar to what many of the other network drivers do. This
18553     avoids confusing situations where, e.g., a tftp fails when initiated
18554     early after U-boot has started (before the link has come up).
18555
18556     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18557     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18558
18559 commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff
18560 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18561 Date:   Thu Aug 20 10:12:28 2009 +0200
18562
18563     arm:kirkwood Define kirkwood phy address magic number
18564
18565     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18566     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18567
18568 commit f81ecb5d3300bf92d17302d3712f30585c182da9
18569 Author: Timur Tabi <timur@freescale.com>
18570 Date:   Mon Aug 17 15:55:38 2009 -0500
18571
18572     e1000: fix PCI memory addressing
18573
18574     The Intel E1000 driver was making assumptions about the relationship between
18575     some virtual, physical, and PCI addresses.
18576
18577     Also fix some bad usage of the DEBUGOUT macro
18578
18579     Signed-off-by: Timur Tabi <timur@freescale.com>
18580     Acked-by: Kumar Gala <galak@kernel.crashing.org>
18581     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18582
18583 commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab
18584 Author: Ilya Yanok <yanok@emcraft.com>
18585 Date:   Wed Aug 12 16:42:48 2009 +0400
18586
18587     jffs2: clean the cache in case of malloc fails in build_lists
18588
18589     We should call jffs2_clean_cache() if we return from jffs2_build_lists()
18590     with an error to prevent usage of incomplete lists. Also we should
18591     free() a local buffer to prevent memory leaks.
18592
18593     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18594
18595 commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878
18596 Author: Heiko Schocher <hs@denx.de>
18597 Date:   Wed Aug 12 10:17:03 2009 +0200
18598
18599     ppc: trigger WDT before starting Linux
18600
18601     Signed-off-by: Heiko Schocher <hs@denx.de>
18602
18603 commit 918319c705d8a3d6251919a660baef32ff3a829a
18604 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18605 Date:   Wed Jul 22 18:30:03 2009 +0200
18606
18607     Update the mtd driver name in bootargs for at91-based boards
18608
18609     The name of the atmel nand driver in the kernel changed from at91_nand
18610     to atmel_nand back in June 2008, but the at91-based boards config files
18611     still refer to at91_nand. This patch updates them with the new name
18612
18613     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18614
18615 commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f
18616 Author: Ben Goska <goskab@onid.oregonstate.edu>
18617 Date:   Fri Aug 14 10:03:36 2009 -0700
18618
18619     omap3: Fixed a problem with hwecc
18620
18621     In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there
18622     was a typo that offset all the ecc registers by 4 bytes, fixed that.
18623
18624     Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>
18625     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
18626
18627 commit 514bab6609acd1a2a19fdd75c2f6255178db7c96
18628 Author: Stefan Roese <sr@denx.de>
18629 Date:   Mon Aug 17 16:57:53 2009 +0200
18630
18631     ppc4xx: Fix "chip_config" command for AMCC Arches
18632
18633     This patch fixes the "chip_config" command for I2C bootstrap EEPROM
18634     configuration. First it changes the I2C bootstrap EEPROM address to
18635     0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
18636     Glacier). Additionally, the NAND bootstrap settings are removed
18637     for Arches since Arches doesn't support NAND-booting.
18638
18639     Signed-off-by: Stefan Roese <sr@denx.de>
18640
18641 commit 4af34177b657e91263919a307fd0b0865a299e52
18642 Author: Wolfgang Denk <wd@denx.de>
18643 Date:   Sun Aug 16 23:40:13 2009 +0200
18644
18645     Monahans: avoid floating point calculations
18646
18647     Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
18648     which caused floating point operations to be used. This resulted in
18649     unresolved references to some FP related libgcc functions when using
18650     U-Boot's private libgcc functions.
18651
18652     Change the code to use fixed point math only.
18653
18654     Signed-off-by: Wolfgang Denk <wd@denx.de>
18655
18656 commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c
18657 Author: Kumar Gala <galak@kernel.crashing.org>
18658 Date:   Fri Aug 14 16:43:22 2009 -0500
18659
18660     85xx: Fix addrmap to include memory
18661
18662     When we init the addrmap based on the TLB we will not end up getting
18663     the TLB that covers memory if we are using SPD.  The reason is we
18664     haven't relocated at the point that we setup the memory TLB and thus it
18665     will not get setup in the addrmap.
18666
18667     Instead we can just walk over the TLB array after we've relocated and
18668     see all the TLBs that have been set and use that information to populate
18669     the initial addrmap.  By doing this we insure that we get the TLB
18670     entries that cover memory.
18671
18672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18673
18674 commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030
18675 Author: John Schmoller <jschmoller@xes-inc.com>
18676 Date:   Wed Aug 12 10:55:47 2009 -0500
18677
18678     flash: Fix CFI buffer size bug
18679
18680     Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51.
18681
18682     The cfi_flash.c driver cast the flash buffer size to a uchar in
18683     flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
18684     part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
18685     uchar to enable buffer sizes to be larger.
18686
18687     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
18688     Signed-off-by: Stefan Roese <sr@denx.de>
18689
18690 commit f6e3a1fa92f61083885178101e973c86b419a6f7
18691 Author: Mike Frysinger <vapier@gentoo.org>
18692 Date:   Thu Aug 13 00:32:14 2009 -0400
18693
18694     trab: rename spi_init()
18695
18696     The local board-specific spi_init() function conflicts with the common SPI
18697     layer, so rename it to something board-specific.
18698
18699     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18700
18701 commit 253cb831f5861358a7fa673305cdf7ded1096f44
18702 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
18703 Date:   Wed Jul 29 06:05:20 2009 -0400
18704
18705     zlib: add watchdog reset call
18706
18707     This patch adds watchdog reset call to allow its invokation during decompression
18708     phase. This control was present on old zlib version and here it is
18709     backported for those relevant routines. This patch is sent as a zlib separate
18710     one beacuse it was not tested due to specific board lack.
18711     zlib patches will be unified just in one when this will be validated through
18712     tests.
18713
18714     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
18715
18716 commit dce3d797102b6618e8bdd4a09cfd35969f165d86
18717 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
18718 Date:   Wed Jul 29 08:05:08 2009 -0400
18719
18720     zlib: updated to v.1.2.3
18721
18722     This patch updates zlib to the latest stable version.
18723     Only relevant zlib parts were ported to u-boot tree, as already did for the
18724     current zlib (0.95). New zlib guarantees a faster inflate performances
18725     other then others improvements as explained at www.zlib.net.
18726     It also includes Alessandro Rubini's patches to allow 0 as destination pointer
18727     and to call watchdog reset if required by architecture.
18728
18729     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
18730     Reviewed-by: Angelo Castello <angelo.castello@st.com>
18731     Reviewed-by: Alessandro Rubini <rubini-list@gnudd.com>
18732
18733 commit 3426d65daab6af483b177ed502038f52ed2e5aef
18734 Author: Heiko Schocher <hs@denx.de>
18735 Date:   Tue Aug 11 10:37:58 2009 +0200
18736
18737     dtt, lm81: move unneccessary printf into a debug printf
18738
18739     Signed-off-by: Heiko Schocher <hs@denx.de>
18740
18741 commit 54e399f110bbaa24e662e6dd9e88ddb86989d668
18742 Author: Mark Jackson <mpfj-list@mimc.co.uk>
18743 Date:   Tue Aug 11 11:33:47 2009 +0100
18744
18745     MIMC200: reduce LCD pixclock
18746
18747     The initial pixclock for the MIMC200 board is wrong (and causes
18748     screen corruption due to DMA underruns).
18749
18750     This patch simply reduces the pixel clock to fix the problem.
18751
18752     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18753
18754 commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f
18755 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18756 Date:   Wed Jul 1 14:04:05 2009 -0400
18757
18758     UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
18759
18760     Fixed a misunderstanding in the original implementation, 'devnum' that
18761     was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the
18762     PHY's SMI address, rather it was the number of the MAC interface on
18763     the CPU. The equivalent of this for uec_phy will be the UEC number
18764     stored in mii_info->dev->name. Usage example is updated for uec.
18765
18766     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18767     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18768
18769 commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657
18770 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18771 Date:   Wed Jul 1 14:03:15 2009 -0400
18772
18773     Assigned a static SMI address to all UECs TBIPA address.
18774
18775     It is set to 0x1F by default and can be overwritten on the board
18776     header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows
18777     the CPU to simply "reserve" one SMI address instead of using
18778     a different one for each UEC.
18779
18780     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18781     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18782
18783 commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5
18784 Author: Prafulla Wadaskar <prafulla@marvell.com>
18785 Date:   Mon Aug 10 19:43:06 2009 +0530
18786
18787     net: kirkwood: updates: used eth_setenv_enetaddr api
18788
18789     eth_setenv_enetaddr is avaible by upper layer
18790     using this saves 204 bytes on total image size
18791
18792     used Local OUI instead of Marvell OUI for
18793     random MAC address generation logic
18794
18795     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18796     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18797
18798 commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3
18799 Author: Roy Zang <tie-fei.zang@freescale.com>
18800 Date:   Tue Aug 11 03:48:05 2009 +0800
18801
18802     Fix E1000 build warning on AP1000 board
18803
18804      Fix E1000 build warning on AP1000 board
18805      Fix the build warning on AP1000 board:
18806      e1000.c:131: warning: 'e1000_read_eeprom' used but never defined
18807      e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used
18808
18809     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
18810     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18811
18812 commit b3af1d698b031e721bacaee8715d79daaf823de6
18813 Author: Sandeep Paulraj <s-paulraj@ti.com>
18814 Date:   Mon Aug 10 12:24:40 2009 -0400
18815
18816     ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
18817
18818     Due to recent changes to the NET support on U-boot, DM9000
18819     is no longer detected on the DM355 EVM.
18820     This minor update enables DM9000 on the DM355 EVM.
18821     Tested on the DM355 EVM
18822
18823     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
18824     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18825
18826 commit 08c2df33f1cd5935938486e968696f94ad406313
18827 Author: Prafulla Wadaskar <prafulla@marvell.com>
18828 Date:   Mon Aug 10 19:23:19 2009 +0530
18829
18830     net: phy: bugfixes: mv88E61xx compiler warnings fixed
18831
18832     1. mv88E61xx driver compiler warnings fixed
18833     2. idstr if-else statements changed to switch() construct
18834        and added default case too.
18835        This fixed idstr may be uninitialized warning
18836
18837     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18838     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18839
18840 commit 750326e5d540885e3ec36bda9464b8269249f6ce
18841 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
18842 Date:   Mon Aug 10 11:00:00 2009 +0800
18843
18844     arm: A320: driver for FTMAC100 ethernet controller
18845
18846     This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
18847
18848     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
18849     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18850
18851 commit f90dc43fd67eea71124b999a7d5e617d0d86795b
18852 Author: Kumar Gala <galak@kernel.crashing.org>
18853 Date:   Mon Aug 10 16:40:55 2009 -0500
18854
18855     85xx: Removed BEDBUG support from FSL 85xx boards
18856
18857     For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that
18858     got copied int the MPC8536, MPC8572 and P2020 DS boards.  The BEDBUG
18859     support has never been made to work completely on e500/85xx so we
18860     just disable it to save space and match the other FSL 85xx boards.
18861
18862     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18863
18864 commit eb1a4d0a471505c169bef19a73a60f8641f0b875
18865 Author: Wolfgang Denk <wd@denx.de>
18866 Date:   Mon Aug 10 10:39:12 2009 +0200
18867
18868     Prepare 2009.08-rc2
18869
18870     Update CHANGELOG
18871
18872     Signed-off-by: Wolfgang Denk <wd@denx.de>
18873
18874 commit 53cc18c71b2b920cca171874c6663e274fa80556
18875 Author: Wolfgang Denk <wd@denx.de>
18876 Date:   Mon Aug 10 10:38:34 2009 +0200
18877
18878     Minor coding style cleanup.
18879
18880     Signed-off-by: Wolfgang Denk <wd@denx.de>
18881
18882 commit d371708a1beda0f529756e614af785b30461379e
18883 Author: Wolfgang Denk <wd@denx.de>
18884 Date:   Mon Aug 10 09:59:10 2009 +0200
18885
18886     net/tftp.c: fix warning: pointer targets differ in signedness
18887
18888     tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
18889     differ in signedness
18890
18891     This was only visible for the utx8245 board which seems to have DEBUG
18892     enabled.
18893
18894     Signed-off-by: Wolfgang Denk <wd@denx.de>
18895
18896 commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
18897 Author: Dirk Behme <dirk.behme@googlemail.com>
18898 Date:   Sat Aug 8 16:06:47 2009 +0200
18899
18900     ARM Cortex A8: Remove bogus config.mk entries
18901
18902     Remove bogus config.mk entry, fix newline and remove redundant
18903     omap3/config.mk
18904
18905     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18906
18907 commit cd3dcba1422d3441503251fbc69cf2437c440781
18908 Author: Dirk Behme <dirk.behme@googlemail.com>
18909 Date:   Sat Aug 8 12:46:09 2009 +0200
18910
18911     OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
18912
18913     Applying two indepenent OMAP3 patches resulted in missing
18914     GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
18915     config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
18916     "omap3: bug fix for NOR boot support" introduces it's usage.
18917     Re-introduce GPMC_CONFIG_CS0_BASE.
18918
18919     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18920
18921 commit ba3dbaf281130029ecb970a922551902c1d80b50
18922 Author: Ilya Yanok <yanok@emcraft.com>
18923 Date:   Mon Jun 8 04:12:49 2009 +0400
18924
18925     mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
18926
18927     This is a port of Linux driver for SDHC host controller hardware
18928     found on Freescale's MX2 and MX3 processors. Uses new generic MMC
18929     framework (CONFIG_GENERIC_MMC) and it looks like there are some
18930     problems with a framework (at least on LE cpus). Some of these
18931     problems are addressed in the following patches.
18932
18933     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18934
18935 commit 642d7b63c343633dcafc4e23a20e32604a05ff13
18936 Author: Alessandro Rubini <rubini-list@gnudd.com>
18937 Date:   Fri Aug 7 12:35:47 2009 +0200
18938
18939     kirkwood/gpio.h: remove duplicate definition
18940
18941     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
18942
18943 commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
18944 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18945 Date:   Fri Aug 7 12:37:36 2009 +0200
18946
18947     Add driver for the ST M95xxx SPI EEPROM
18948
18949     This chip is used in a number of boards manufactured by Calao-Systems
18950     which should be supported soon. This driver provides the necessary
18951     spi_read and spi_write functions necessary to communicate with the chip.
18952
18953     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18954
18955 commit 30951960bae9a2c33e324a7165962a082e913f9e
18956 Author: Prafulla Wadaskar <prafulla@marvell.com>
18957 Date:   Fri Aug 7 22:27:32 2009 +0530
18958
18959     arm: Sheevaplug: Fixed NAND specific warning
18960
18961     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
18962     for NAND specific warning removal, same is done in this patch
18963
18964     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18965
18966 commit 317734966e763fdee183898c0ed940c9bada2541
18967 Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
18968 Date:   Fri Aug 7 13:53:20 2009 -0400
18969
18970     Dual-license IBM code contributions
18971
18972     It was brought to our attention that U-Boot contains code derived from the
18973     IBM OpenBIOS source code originally provided with some of the older PowerPC
18974     4xx development boards.  As a result, the original license of this code has
18975     been carried in the various files for a number of years in the U-Boot project.
18976
18977     IBM is dual-licensing the IBM code contributions already present in U-Boot
18978     under either the terms of the GNU General Public License version 2, or the
18979     original code license already present.
18980
18981     Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
18982
18983 commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
18984 Author: Kumar Gala <galak@kernel.crashing.org>
18985 Date:   Wed Aug 5 09:03:54 2009 -0500
18986
18987     fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
18988
18989     If the size of a region equal to 4G it can't be represnted in a 32-bit
18990     BAR so we should have marked that case as MEM64.
18991
18992     Additionally bump the number of inbound windows up to 4 to handle the
18993     fact that Freescale PPCs that have an implicit window for CCSRBAR.
18994
18995     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18996
18997 commit 59b4d7471c42e955bd9846892a0cc7478171778d
18998 Author: Wolfgang Denk <wd@denx.de>
18999 Date:   Thu Aug 6 21:29:59 2009 +0200
19000
19001     ARM EABI: add new helper functions resp. function names
19002
19003     The ARM EABI defines new names for GCC helper functions,
19004     and GCC seems to need some new functions as well.
19005
19006     This patch is a minimal-invasive approach to fix problems with EABI
19007     conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
19008
19009     Signed-off-by: Wolfgang Denk <wd@denx.de>
19010     Tested-by: Dirk Behme <dirk.behme@googlemail.com>
19011
19012 commit 197324d7d998a791e5137b8176981b4af25220ae
19013 Author: Peter Tyser <ptyser@xes-inc.com>
19014 Date:   Wed Aug 5 16:18:44 2009 -0500
19015
19016     hush: Fix bogus free() call
19017
19018     An off-by-one error in hush.c resulted in an unintentional free() call
19019     every time a command was executed
19020
19021     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19022
19023 commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
19024 Author: Detlev Zundel <dzu@denx.de>
19025 Date:   Wed Aug 5 18:37:45 2009 +0200
19026
19027     digsy_mtc: Update default environment
19028
19029     Signed-off-by: Detlev Zundel <dzu@denx.de>
19030
19031 commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
19032 Author: Detlev Zundel <dzu@denx.de>
19033 Date:   Wed Aug 5 18:37:44 2009 +0200
19034
19035     digsy_mtc: Add delay in SPI transfers to the companion controller.
19036
19037     While at it, remove initialization of variables which will be set
19038     before usage in all cases.
19039
19040     Signed-off-by: Detlev Zundel <dzu@denx.de>
19041
19042 commit 0bf00750e082a004e5fb058925622ae72890cc56
19043 Author: Anatolij Gustschin <agust@denx.de>
19044 Date:   Wed Aug 5 18:37:43 2009 +0200
19045
19046     digsy_mtc: minor fixes for mtc command help
19047
19048     Add mtc state subcommand description to the
19049     help of mtc command.
19050
19051     Remove some newlines in description of commands
19052     for proper help formating.
19053
19054     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19055
19056 commit 5cc69084189bf49aa99d13d57515be72d1844bdf
19057 Author: Grzegorz Bernacki <gjb@semihalf.com>
19058 Date:   Wed Aug 5 18:37:42 2009 +0200
19059
19060     digsy_mtc: Add mtc state command.
19061
19062     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
19063
19064 commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
19065 Author: Wolfgang Denk <wd@denx.de>
19066 Date:   Tue Jul 28 22:35:39 2009 +0200
19067
19068     Partition support: remove newline from partition name
19069
19070     Remove bogus newline character that got added to the .name field of
19071     the disk_partition_t structure.
19072
19073     Signed-off-by: Wolfgang Denk <wd@denx.de>
19074
19075 commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
19076 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
19077 Date:   Tue Jul 28 09:33:17 2009 +0200
19078
19079     Fix LZMA string.h header inclusion issue and remove unused variables.
19080
19081     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
19082
19083 commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
19084 Author: Jens Scharsig <esw@bus-elektronik.de>
19085 Date:   Mon Jul 27 15:28:42 2009 +0200
19086
19087     bus_vcxk.c: fix warning: unused variable 'lineptr'
19088
19089     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
19090
19091 commit 18304f7675e84252965b4e24cba279071f1da472
19092 Author: Mike Frysinger <vapier@gentoo.org>
19093 Date:   Fri Jul 24 17:51:27 2009 -0400
19094
19095     env: kill off default_environment_size
19096
19097     The only environment type that uses this variable is spi flash, and that is
19098     only because it is reimplementing the common set_default_env() function.
19099     So fix the spi flash code and kill off the default_environment_size in the
19100     process.
19101
19102     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19103
19104 commit bedd8403f77f790e9876578885eab1200ba2f8d8
19105 Author: Mike Frysinger <vapier@gentoo.org>
19106 Date:   Thu Jul 23 16:37:48 2009 -0400
19107
19108     export SPI functions to standalone apps
19109
19110     While we're here, fix the broken #ifdef handling in _exports.h.
19111
19112     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19113
19114 commit 3b9043a7c03290c9bdbef03848307263f5f3472c
19115 Author: Penda Naveen Kumar <pnaveen@ti.com>
19116 Date:   Fri Jul 31 00:06:36 2009 +0530
19117
19118     omap3: bug fix for NOR boot support
19119
19120     This patch provides bug fix, when omap3 uses nor boot.
19121
19122     Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
19123     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
19124
19125 commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
19126 Author: Michael Evans <horse_dung@hotmail.com>
19127 Date:   Mon Jul 13 20:13:45 2009 +0100
19128
19129     Fix examples for OMAP3 boards...
19130
19131     The attached patch corrects an error in the examples/Makefile which
19132     causes the applications in the examples directory to hang on OMAP3
19133     based boards. The current Makefile sets -Ttext during linking to
19134     0x0c100000 which is outside of addressable SDRAM memory. The script
19135     corrects the existing ifeq...else...endif logic to look at the VENDOR
19136     tag rather than the CPU tag.
19137
19138     The patch affects the following configs: omap3_beagle_config,
19139     omap3_overo_config, omap3_evm_config, omap3_pandora_config,
19140     omap3_zoom1_config and omap3_zoom2_config.
19141
19142     Signed-off-by: Michael Evans <horse_dung@hotmail.com>
19143
19144     Edited commit message.
19145     Signed-off-by: Wolfgang Denk <wd@denx.de>
19146
19147 commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
19148 Author: Dirk Behme <dirk.behme@googlemail.com>
19149 Date:   Sat Aug 8 09:30:23 2009 +0200
19150
19151     omap3: use only fixed-size types inside ctrl_structs
19152
19153     replace variable types in ctrl_structs for omap3 by those with
19154     fixed size (u8, u16, u32).
19155     Additional ifndef-protection is needed by examples which do not
19156     compile when including asm/types.h
19157
19158     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
19159     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19160
19161 commit 894113529e3a04871544dde977d6d7adee05d3bf
19162 Author: Dirk Behme <dirk.behme@googlemail.com>
19163 Date:   Sat Aug 8 09:30:22 2009 +0200
19164
19165     omap3: replace all instances of gpmc config struct by one global
19166
19167     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
19168     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19169
19170 commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
19171 Author: Dirk Behme <dirk.behme@googlemail.com>
19172 Date:   Sat Aug 8 09:30:21 2009 +0200
19173
19174     omap3: remove typedefs for configuration structs
19175
19176     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
19177     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19178
19179 commit aa0707897c49c330b7d6b8d8362e44f60f224732
19180 Author: Roy Zang <tie-fei.zang@freescale.com>
19181 Date:   Fri Jul 31 13:34:02 2009 +0800
19182
19183     Add Intel E1000 PCIE card support
19184
19185     Based on Intel PRO/1000 Network Driver 7.3.20-k2
19186       Add Intel E1000 PCIE card support. The following cards are added:
19187       INTEL_82571EB_COPPER
19188       INTEL_82571EB_FIBER,
19189       INTEL_82571EB_SERDES
19190       INTEL_82571EB_QUAD_COPPER
19191       INTEL_82571PT_QUAD_COPPER
19192       INTEL_82571EB_QUAD_FIBER
19193       INTEL_82571EB_QUAD_COPPER_LOWPROFILE
19194       INTEL_82571EB_SERDES_DUAL
19195       INTEL_82571EB_SERDES_QUAD
19196       INTEL_82572EI_COPPER
19197       INTEL_82572EI_FIBER
19198       INTEL_82572EI_SERDES
19199       INTEL_82572EI
19200       INTEL_82573E
19201       INTEL_82573E_IAMT
19202       INTEL_82573L
19203       INTEL_82546GB_QUAD_COPPER_KSP3
19204       INTEL_80003ES2LAN_COPPER_DPT
19205       INTEL_80003ES2LAN_SERDES_DPT
19206       INTEL_80003ES2LAN_COPPER_SPT
19207       INTEL_80003ES2LAN_SERDES_SPT
19208
19209      82571EB_COPPER dual ports,
19210      82572EI single port,
19211      82572EI_COPPER single port PCIE cards
19212      and
19213      82545EM_COPPER,
19214      82541GI_LF
19215      pci cards are tested on both  P2020 board
19216      and MPC8544DS board.
19217
19218      Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
19219
19220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19221
19222 commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
19223 Author: Mike Frysinger <vapier@gentoo.org>
19224 Date:   Wed Jul 15 21:31:28 2009 -0400
19225
19226     net: sync env ethaddr to device enetaddr in eth_init()
19227
19228     In the previous enetaddr refactoring, the assumption with commit 56b555a644
19229     was that the eth layer would handle the env -> device enetaddr syncing.
19230     This was not the case as eth_initialize() is called only once and the sync
19231     occurs there.  So make sure the eth_init() function does the env -> device
19232     sync with every network init.
19233
19234     Reported-by: Andrzej Wolski <awolski@poczta.fm>
19235     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19236     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19237
19238 commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
19239 Author: Robin Getz <rgetz@blackfin.uclinux.org>
19240 Date:   Thu Jul 23 03:01:03 2009 -0400
19241
19242     minor debug cleanups in ./net
19243
19244      Minor ./net cleanups - no functional changes
19245       - change #ifdef DEBUG printf(); #endif to just debug()
19246       - changed __FUNCTION__ to __func__
19247       - got rid of extra whitespace between function and opening brace
19248       - removed unnecessary braces on if statements
19249
19250      gcc dead code elimination should make this functionally/size equivalent
19251      when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
19252
19253      Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
19254
19255     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19256
19257 commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
19258 Author: Matthias Ludwig <mludwig@ultratronik.de>
19259 Date:   Tue May 19 09:09:31 2009 +0200
19260
19261     omap3: embedd gpmc_cs into gpmc config struct
19262
19263     Embedd chip select configuration into struct for gpmc config
19264     instead of having it completely separated as suggested by
19265     Wolfgang Denk on
19266     http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
19267
19268     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
19269
19270 commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
19271 Author: David Brownell <david-b@pacbell.net>
19272 Date:   Thu Jul 16 18:40:55 2009 -0700
19273
19274     rm9200 lowevel_init: don't touch reserved/readonly registers
19275
19276     For some reason the AT91rm9200 lowlevel init writes to a bunch of
19277     reserved or read-only addresses.  All the boards seem to define the
19278     value-to-be-written values as zero ... but they shouldn't actually
19279     be writing *anything* there.
19280
19281     No documented erratum justifies these accesses.  It looks like maybe
19282     some pre-release BDI-2000 setup code has been carried along by cargo
19283     cult programming since at least late 2004 (per GIT history).
19284
19285     Here's a patch disabling what seems to be bogosity.  Tested on a
19286     csb337; there were no behavioral changes.
19287
19288     Signed-off-by: David Brownell <david-b@pacbell.net>
19289
19290     on RM9200ek
19291     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19292
19293 commit 301b7db88fbdf7d118efb79b371b2527a2c31868
19294 Author: David Hunter <hunterd42@gmail.com>
19295 Date:   Thu Jul 30 14:32:49 2009 -0700
19296
19297     pxa: Fix typo in GCDR(x)
19298
19299     Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
19300
19301     Signed-off-by: David Hunter <hunterd42@gmail.com>
19302
19303 commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
19304 Author: Eric Benard <eric@eukrea.com>
19305 Date:   Sat Jul 18 23:45:15 2009 +0200
19306
19307     Add AT91SAM9260 to at91's lowlevel_init.S
19308
19309     Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
19310
19311     Signed-off-by: Eric Benard <eric@eukrea.com>
19312
19313 commit 56bdfa961242fc6acaeebc800640a12b28db3899
19314 Author: Dirk Eibach <eibach@gdsys.de>
19315 Date:   Thu Jul 30 09:36:33 2009 +0200
19316
19317     ppc4xx: Remove check for PPC460EX from CompactCenter
19318
19319     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19320     Signed-off-by: Stefan Roese <sr@denx.de>
19321
19322 commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
19323 Author: Stefan Roese <sr@denx.de>
19324 Date:   Wed Jul 29 08:46:10 2009 +0200
19325
19326     ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
19327
19328     This patch is based on a diff created by Phong Vo from AMCC.
19329
19330     Signed-off-by: Phong Vo <pvo@amcc.com>
19331     Signed-off-by: Stefan Roese <sr@denx.de>
19332
19333 commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
19334 Author: Stefan Roese <sr@denx.de>
19335 Date:   Wed Jul 29 08:45:27 2009 +0200
19336
19337     ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
19338
19339     This patch is based on a diff created by Phong Vo from AMCC.
19340
19341     Signed-off-by: Phong Vo <pvo@amcc.com>
19342     Signed-off-by: Stefan Roese <sr@denx.de>
19343
19344 commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
19345 Author: Stefan Roese <sr@denx.de>
19346 Date:   Tue Jul 28 15:12:04 2009 +0200
19347
19348     ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
19349
19350     Some Canyonlands boards are equipped with different SODIMM's. This is no
19351     problem with the "normal" NOR booting Canyonlands U-Boot, since it
19352     automatically detects the SODIMM's via SPD data and correctly configures
19353     them. But the NAND booting version is different. Here we only have 4k
19354     of image size to completely setup the hardware, including DDR2 setup.
19355     So we need to use a fixed DDR2 setup here. This doesn't work for different
19356     SODIMM's right now.
19357
19358     Currently only this Crucial SODIMM is support:
19359     CT6464AC667.8FB (dual ranked)
19360
19361     Now some boards are shipped with this SODIMM:
19362     CT6464AC667.4FE (single ranked)
19363
19364     This patch now supports both SODIMM's by configuring first for the dual
19365     ranked DIMM. A quick shows, if this module is really installed. If this test
19366     fails, the DDR2 controller is re-configured for the single
19367     ranked SODIMM.
19368
19369     Tested with those SODIMM's:
19370
19371     CT6464AC667.8FB (dual ranked)
19372     CT6464AC667.4FE (single ranked)
19373
19374     Signed-off-by: Stefan Roese <sr@denx.de>
19375
19376 commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
19377 Author: Stefan Roese <sr@denx.de>
19378 Date:   Tue Jul 28 10:56:03 2009 +0200
19379
19380     ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
19381
19382     This patch moves the load addresses for kernel, fdt and ramdisk to higher
19383     addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
19384     lockdep enabled).
19385
19386     Signed-off-by: Stefan Roese <sr@denx.de>
19387
19388 commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
19389 Author: Stefan Roese <sr@denx.de>
19390 Date:   Tue Jul 28 10:50:32 2009 +0200
19391
19392     ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
19393
19394     This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
19395     initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
19396     Linux kernels (> 8MB) can be booted.
19397
19398     This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
19399     decompression of bigger images.
19400
19401     Signed-off-by: Stefan Roese <sr@denx.de>
19402
19403 commit 901be89a27e11b2627c132ee87c7761bd6886091
19404 Author: Heiko Schocher <hs@denx.de>
19405 Date:   Tue Jul 28 14:53:44 2009 +0200
19406
19407     83xx, kmeter1, fix: update in the DTS the correct size for the first flash
19408
19409     When updating the "reg" in the "/localbus/flash@f0000000,0" node
19410     size was wrong updated for the first flash, because the total
19411     size was filled in, instead of the right size for it.
19412
19413     Signed-off-by: Heiko Schocher <hs@denx.de>
19414     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19415
19416 commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
19417 Author: Kumar Gala <kumar.gala@freescale.com>
19418 Date:   Tue Jul 28 21:49:52 2009 -0500
19419
19420     Update Freescale copyrights to remove "All Rights Reserved"
19421
19422     "All Rights Reserved" conflicts with the GPL.
19423
19424     Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
19425
19426 commit bb4291e62579dbc611e84eaaf973631e0bf129c7
19427 Author: Alessandro Rubini <rubini@unipv.it>
19428 Date:   Fri Jul 24 11:27:14 2009 +0200
19429
19430     arm nomadik: add i2c
19431
19432     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
19433     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
19434     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19435
19436 commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
19437 Author: Alessandro Rubini <rubini@unipv.it>
19438 Date:   Fri Jul 24 11:27:03 2009 +0200
19439
19440     arm nomadik: add gpio support
19441
19442     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
19443     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
19444     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19445
19446 commit 549b98306d897ae5991362d6096a36df50efe686
19447 Author: Tom Rix <Tom.Rix@windriver.com>
19448 Date:   Sun Jun 28 12:52:32 2009 -0500
19449
19450     OMAP3 Remove twl4030 defines
19451
19452     These defines have been subplanted by the equivelent defines in
19453     include/twl4030.h
19454
19455     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19456     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19457     Acked-by: Heiko Schocher <hs@denx.de>
19458
19459 commit fccc0fcaaae5154612f8259365d26d04f204859f
19460 Author: Tom Rix <Tom.Rix@windriver.com>
19461 Date:   Sun Jun 28 12:52:31 2009 -0500
19462
19463     OMAP3 Move twl4030 mmc function
19464
19465     Because twl4030 now has its own device files, move and rename
19466     twl4030_mmc_config.
19467
19468     twl4030_mmc_config initializes the twl4030 power setting to
19469     the mmc device.  Because it is in the twl4030 power domain, move
19470     it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
19471
19472     The function was renamed to twl4030_power_mmc_init because all
19473     the functions in this file are to have the format
19474
19475     twl4030_power_<device>_<action>
19476
19477     In this case the suffix is mmc_init so
19478     device : mmc
19479     action : init
19480
19481     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19482     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19483     Acked-by: Heiko Schocher <hs@denx.de>
19484
19485 commit 2c15513010493435c78f83202940ac3be11de2c3
19486 Author: Tom Rix <Tom.Rix@windriver.com>
19487 Date:   Sun Jun 28 12:52:30 2009 -0500
19488
19489     OMAP3 Move twl4030 power and led functions
19490
19491     Because twl4030 now has its own device files, move exiting
19492     omap3 power_init_r to a new location.
19493
19494     power_init_r is the only function in board/omap3/common.
19495     It initializes the twl4030 power for the board and enables
19496     the led.
19497
19498     The power part of the the function is moved to twl4030_power_init in
19499     drivers/power/twl4030.c The power compilation is conditional on the
19500     existing config variable CONFIG_TWL4030_POWER.
19501
19502     The led part is moved to twl4030_led_init in the new file
19503     drivers/misc/twl4030_led.c  The led compilation is conditional on
19504     the new config variable CONFIG_TWL4030_LED
19505
19506     The directory board/omap3/common was removed because power_init_r
19507     was the only function in it.
19508
19509     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19510     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19511     Acked-by: Heiko Schocher <hs@denx.de>
19512
19513 commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
19514 Author: Wolfgang Denk <wd@denx.de>
19515 Date:   Tue Jul 28 22:13:52 2009 +0200
19516
19517     TQM8xx* boards: set larger SMC Rx buffer len
19518
19519     Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
19520     8xx systems. Enable this feature on TQM8xx* based boards.
19521
19522     This fixes the problem that pasting text in the middle of a line
19523     (i. e. inserting in edit mode) did not work - only the first two
19524     characters got inserted, the rest was lost.
19525
19526     Signed-off-by: Wolfgang Denk <wd@denx.de>
19527
19528 commit 4b7511478b62a539e5b066d19a986b75e5d9a527
19529 Author: Wolfgang Denk <wd@denx.de>
19530 Date:   Tue Jul 28 22:07:37 2009 +0200
19531
19532     Fix ext2load return code
19533
19534     Make the ext2load command return 0 on success (instead of the file
19535     length).
19536
19537     Also fix output format (get rid of random newlines) and some coding
19538     style issues (long lines etc.).
19539
19540     Signed-off-by: Wolfgang Denk <wd@denx.de>
19541
19542 commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
19543 Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
19544 Date:   Wed Jun 10 14:00:37 2009 +0200
19545
19546     ext2: fix inode size and calculations
19547
19548     Signed-off-by: unsik Kim <donari75@gmail.com>
19549     Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
19550     Signed-off-by: Wolfgang Denk <wd@denx.de>
19551     Tested-by: Wolfgang Denk <wd@denx.de>
19552
19553 commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
19554 Author: Tom Rix <Tom.Rix@windriver.com>
19555 Date:   Sun Jun 28 12:52:29 2009 -0500
19556
19557     TWL4030 Add power reset button
19558
19559     The Zoom2 power reset button is on the top right side of the
19560     main board.  Press and hold for about to 8 seconds to completely
19561     reset the board.
19562
19563     Some of the beta boards have a hardware problem that prevents
19564     using this feature.  If is difficult to further characterize the
19565     boards that fail.  So disable resetting for all beta boards.
19566
19567     The Zoom1 reset button is the red circle on the top right,
19568     front of the board.  Press and hold the button for 8 seconds to
19569     completely reset the board.
19570
19571     After analyzing beagle, it was determined that other boards
19572     that use the twl4030 for power managment can also make use
19573     this function.
19574
19575     The resetting is done by the power management part of the twl4030.
19576     Since there is no existing drivers/power, add one.
19577
19578     The compilation of power/twl4030.h is controlled by the config
19579     variable CONFIG_TWL4030_POWER
19580
19581     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19582     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19583     Acked-by: Heiko Schocher <hs@denx.de>
19584
19585 commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
19586 Author: Tom Rix <Tom.Rix@windriver.com>
19587 Date:   Sun Jun 28 12:52:28 2009 -0500
19588
19589     TWL4030 Add initial support
19590
19591     The TWL4030 supplies many peripherals for OMAP3 boards. These include
19592     power management, usb and, keyboard.
19593
19594     The product description is found here:
19595
19596     http://focus.ti.com/docs/prod/folders/print/tps65950.html
19597
19598     Product reference document, tps65950.pdf, is found here:
19599
19600     http://www.ti.com/lit/gpn/tps65950
19601
19602     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19603     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19604     Acked-by: Heiko Schocher <hs@denx.de>
19605
19606 commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
19607 Author: Tom Rix <Tom.Rix@windriver.com>
19608 Date:   Sun Jun 28 12:52:27 2009 -0500
19609
19610     OMAP I2C Fix the sampling clock.
19611
19612     This problem is seen on Zoom1 and Zoom2 in the startup and
19613     when i2c probe is used
19614
19615     Before :
19616
19617     In:    serial
19618     Out:   serial
19619     Err:   serial
19620     timed out in wait_for_bb: I2C_STAT=1000
19621     timed out in wait_for_bb: I2C_STAT=1000
19622     timed out in wait_for_bb: I2C_STAT=1000
19623     timed out in wait_for_pin: I2C_STAT=1000
19624     I2C read: I/O error
19625     timed out in wait_for_bb: I2C_STAT=1000
19626     timed out in wait_for_bb: I2C_STAT=1000
19627     Die ID #327c00020000000004013ddd05026013
19628     Hit any key to stop autoboot:  0
19629     OMAP3 Zoom1# i2c probe
19630     Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
19631      02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
19632
19633     After :
19634
19635     In:    serial
19636     Out:   serial
19637     Err:   serial
19638     Die ID #327c00020000000004013ddd05026013
19639     Hit any key to stop autoboot:  0
19640     OMAP3 Zoom1# i2c probe
19641     Valid chip addresses: 48 49 4A 4B
19642
19643     The addresses are for the twl4030.
19644
19645     The prescalar that converts the function clock to the sampling
19646     clock is hardcoded to 0.  The reference manual recommends 7
19647     if the function clock is 96MHz.
19648
19649     Instead of just changing the hardcoded values, the prescalar
19650     is calculated from the value I2C_IP_CLK.
19651
19652     The i2c #defines are in kHz.  The speed passed into the
19653     i2c init routine is in Hz.  To be consistent, change the
19654     defines to be in Hz.
19655
19656     The timing calculations are based on what is done in the
19657     linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
19658     apposed to what is done in TRM.
19659
19660     The major variables in the timing caculations are
19661     specified as #defines that can be overriden as required.
19662
19663     The variables and their defaults are
19664
19665     I2C_IP_CLK                          SYSTEM_CLOCK_96
19666     I2C_INTERNAL_SAMPLING_CLK           19200000
19667     I2C_FASTSPEED_SCLL_TRIM                     6
19668     I2C_FASTSPEED_SCLH_TRIM                     6
19669     I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
19670     I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM   I2C_FASTSPEED_SCLH_TRIM
19671     I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
19672     I2C_HIGHSPEED_PHASE_TWO_SCLH                I2C_FASTSPEED_SCLH_TRIM
19673
19674     This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
19675     The 400kHz and 3.4M cases were verifed on test Zoom1,
19676     Zoom2, Beagle and Overo configurations.
19677
19678     Testing for omap2 will be done in a second step as Nishanth
19679     and Jean-Christophe commented.
19680
19681     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19682     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19683     Acked-by: Heiko Schocher <hs@denx.de>
19684
19685 commit 4ce5a72851ff2960543b125866c6132e0094e1ee
19686 Author: Heiko Schocher <hs@denx.de>
19687 Date:   Mon Jul 20 09:59:37 2009 +0200
19688
19689     arm, i2c: added support for the TWSI I2C Interface
19690
19691     Signed-off-by: Heiko Schocher <hs@denx.de>
19692
19693 commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
19694 Author: Stefan Roese <sr@denx.de>
19695 Date:   Mon Jul 27 09:13:38 2009 +0200
19696
19697     ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
19698
19699     This patch fixes the problem, that the current fdt board fixup code only
19700     set's one range, the one for NOR. By this it's overwriting the already
19701     correctly configured values done in __ft_board_setup(). Just remove this
19702     now unneeded NOR fixup and all the ranges are correctly defined.
19703
19704     Signed-off-by: Stefan Roese <sr@denx.de>
19705     Cc: Dirk Eibach <eibach@gdsys.de>
19706     Cc: Felix Radensky <felix@embedded-sol.com>
19707
19708 commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
19709 Author: Stefan Roese <sr@denx.de>
19710 Date:   Mon Jul 27 07:42:48 2009 +0200
19711
19712     ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
19713
19714     This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
19715     chip_config command ("533-nand" and "600-nand").
19716
19717     Additionally some incorrectly indented lines are fixed.
19718
19719     Signed-off-by: Stefan Roese <sr@denx.de>
19720
19721 commit 5b34691ff87821891375b28ec5bcf5154575a735
19722 Author: Stefan Roese <sr@denx.de>
19723 Date:   Mon Jul 27 07:42:37 2009 +0200
19724
19725     ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
19726
19727     DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
19728     targets. Otherwise the configured fixed init values for some DDR2
19729     controller registers (e.g. RQDC) are not initialized at all resulting
19730     in a non working SDRAM.
19731
19732     Signed-off-by: Stefan Roese <sr@denx.de>
19733
19734 commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
19735 Author: Stefan Roese <sr@denx.de>
19736 Date:   Mon Jul 27 10:53:43 2009 +0200
19737
19738     ppc4xx: Fix Arches DDR2 initialization
19739
19740     Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
19741     initialization is currently broken. U-Boot hangs upon relocation to SDRAM
19742     or crashes with random traps. This patch fixes this problem. Arches now
19743     uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
19744
19745     Signed-off-by: Stefan Roese <sr@denx.de>
19746
19747 commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
19748 Author: Dirk Eibach <eibach@gdsys.de>
19749 Date:   Mon Jul 27 08:49:48 2009 +0200
19750
19751     ppc4xx: Add GDsys CompactCenter board support.
19752
19753     Board support for the Guntermann & Drunck CompactCenter and
19754     DevCon-Center.
19755     Based on the AMCC Canyonlands board support by Stefan Roese.
19756
19757     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19758     Signed-off-by: Stefan Roese <sr@denx.de>
19759
19760 commit c2e49f706ba13213f3c8da3a33e88010214e1997
19761 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
19762 Date:   Sat Jul 25 06:19:12 2009 +0200
19763
19764     mpc83xx: Add esd VME8349 board support
19765
19766     This patch adds support for the esd VME8349 board equipped with the
19767     MPC8349. It's a VME PMC carrier board equipped with the Tundra
19768     TSI148 VME-bridge.
19769
19770     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
19771     Signed-off-by: Stefan Roese <sr@denx.de>
19772     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19773
19774 commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
19775 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19776 Date:   Thu Jul 23 17:10:55 2009 -0400
19777
19778     sbc8349: combine HRCW flash and u-boot image flash
19779
19780     Up to this point in time, the sbc8349 board was storing the u-boot
19781     image in flash 2x.  One for the HRCW value at the beginning of
19782     flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
19783     for the actual image that got executed.
19784
19785     This moves the TEXT_BASE to be the beginning of flash, which makes
19786     the second copy of the image redundant, and frees up the flash
19787     from the end of the environment storage to the end of the flash
19788     device itself.
19789
19790     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19791     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19792
19793 commit be9b56df02168ca97562d6b9ec791136e4cd925a
19794 Author: Kim Phillips <kim.phillips@freescale.com>
19795 Date:   Thu Jul 23 14:09:38 2009 -0500
19796
19797     mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
19798
19799     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19800
19801 commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
19802 Author: Wolfgang Denk <wd@denx.de>
19803 Date:   Mon Jul 27 10:37:37 2009 +0200
19804
19805     Prepare 2009.08-rc1 (again, after fixing last minute issues).
19806
19807     Update CHANGELOG
19808
19809     Signed-off-by: Wolfgang Denk <wd@denx.de>
19810
19811 commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
19812 Author: Wolfgang Denk <wd@denx.de>
19813 Date:   Mon Jul 27 10:06:39 2009 +0200
19814
19815     cpu/arm920t/start.S: include <common.h> to have ROUND() defined
19816
19817     Commit fcd3c87e made include/common.h usable by assembler code but
19818     failed to update cpu/arm920t/start.S
19819
19820     Signed-off-by: Wolfgang Denk <wd@denx.de>
19821
19822 commit c9ed38cb6de50fdb4aaa60b668c555002903b211
19823 Author: Wolfgang Denk <wd@denx.de>
19824 Date:   Mon Jul 27 10:01:11 2009 +0200
19825
19826     at91cap9adk: fix #ifdef/#endif pairing (2nd try)
19827
19828     Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
19829     include/configs/at91cap9adk.h, but did not cate all problems.
19830
19831     Signed-off-by: Wolfgang Denk <wd@denx.de>
19832
19833 commit fb364bec5f29164d3ee681fcd9d187be8435db12
19834 Author: Wolfgang Denk <wd@denx.de>
19835 Date:   Mon Jul 27 09:58:14 2009 +0200
19836
19837     Fix include/common.h for boards with CONFIG_STATUS_LED
19838
19839     The reordering of include/common.h by commit fcd3c87e495f3c48 broke
19840     boards with status LED support, resulting in
19841         error: #error Status LED configuration missing
19842     errors. Undo this reordering to avoid this issue.
19843
19844     Signed-off-by: Wolfgang Denk <wd@denx.de>
19845
19846 commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
19847 Author: Wolfgang Denk <wd@denx.de>
19848 Date:   Mon Jul 27 09:19:15 2009 +0200
19849
19850     ABI: fix build problems due to now needed div64 routine.
19851
19852     Signed-off-by: Wolfgang Denk <wd@denx.de>
19853
19854 commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
19855 Author: Wolfgang Denk <wd@denx.de>
19856 Date:   Mon Jul 27 08:50:59 2009 +0200
19857
19858     PMC405DE: fix out of tree building
19859
19860     Signed-off-by: Wolfgang Denk <wd@denx.de>
19861
19862 commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
19863 Author: Wolfgang Denk <wd@denx.de>
19864 Date:   Mon Jul 27 00:24:55 2009 +0200
19865
19866     Prepare 2009.08-rc1
19867
19868     Update CHANGELOG, minor coding style fix.
19869
19870     Signed-off-by: Wolfgang Denk <wd@denx.de>
19871
19872 commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
19873 Author: rhabarber1848@web.de <rhabarber1848@web.de>
19874 Date:   Fri Jul 24 08:16:30 2009 +0200
19875
19876     add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
19877
19878     Signed-off-by: rhabarber1848@web.de
19879
19880 commit 3c972849f2becbf19c13a24f090d293f37ecf616
19881 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
19882 Date:   Thu Jul 23 23:31:58 2009 +0200
19883
19884     Less verbose output when loading vxworks 6.x images
19885
19886     Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
19887     With vxWorks 6.x and the new GCC it emits about 30 lines, which is
19888     far too noisy in my opinion.
19889
19890     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
19891
19892 commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
19893 Author: Wolfgang Denk <wd@denx.de>
19894 Date:   Fri Jul 24 00:17:48 2009 +0200
19895
19896     Make include/common.h usable by assembler code
19897
19898     Commit 70ebf316 factored out the ROUND() macro into include/common.h,
19899     not realizing that the primary use of this macro on AT91 systems was
19900     in start.S where common.h was not included, and could not be included
19901     because it contains a lot of C code which the assembler doesn't
19902     understand.
19903
19904     This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
19905     construct, and then adds an include to cpu/arm926ejs/start.S thus
19906     solving the problem.
19907
19908     Signed-off-by: Wolfgang Denk <wd@denx.de>
19909
19910 commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
19911 Author: Heiko Schocher <heiko.schocher@invitel.hu>
19912 Date:   Thu Jul 23 13:27:04 2009 +0200
19913
19914     arm: add _lshrdi3.S
19915
19916     Signed-off-by: Heiko Schocher <hs@denx.de>
19917
19918 commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
19919 Author: Wolfgang Denk <wd@denx.de>
19920 Date:   Thu Jul 23 13:15:59 2009 +0200
19921
19922     Make linking against libgcc configurable
19923
19924     Many (especially ARM) tool chains seem to come with broken or
19925     otherwise unusable (for the purposes of builing U-Boot) run-time
19926     support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
19927     setting we allow to use alternative libraries instead.
19928
19929     "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
19930     the shell, or as a command line argument when running "make", i. e.
19931         $ make USE_PRIVATE_LIBGCC=yes
19932     or
19933         $ USE_PRIVATE_LIBGCC=yes
19934         $ export USE_PRIVATE_LIBGCC
19935         $ make
19936
19937     The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
19938     contains the alternative run-time support library `libgcc.a'. The
19939     special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
19940
19941     Note that not all architectures provide an alternative `libgcc.a' in
19942     their lib_$(ARCH) directories - so far, only ARM does.
19943
19944     Signed-off-by: Wolfgang Denk <wd@denx.de>
19945     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19946     Cc: Prafulla Wadaskar <prafulla@marvell.com>
19947     cc: Stefan Roese <sr@denx.de>
19948
19949 commit 479105065d965121f57b55dcfe83a940cba46ac1
19950 Author: Dirk Behme <dirk.behme@googlemail.com>
19951 Date:   Wed Jul 22 17:51:56 2009 +0200
19952
19953     Use do_div from div64.h for vsprintf
19954
19955     Use do_div from div64.h for vsprintf in case of 64bit division.
19956     For 32bit division, do_div from div64.h can't be used as it
19957     needs a 64bit parameter.
19958
19959     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19960     Acked-by: Stefan Roese <sr@denx.de>
19961     CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
19962
19963 commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
19964 Author: Kyungmin Park <kmpark@infradead.org>
19965 Date:   Mon Jul 20 09:47:47 2009 +0900
19966
19967     Fix compiler warnings after loff_t change
19968
19969     Now 'env_addr' type is loff_t so use correct field type.
19970
19971     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19972
19973 commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
19974 Author: Wolfgang Denk <wd@denx.de>
19975 Date:   Sun Jul 26 23:28:02 2009 +0200
19976
19977     Revert "ppc: Unlock cache-as-ram in a consistent manner"
19978
19979     This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
19980
19981     This patch causes problems on MPC83xx boards - flash recognition stops
19982     working.
19983
19984     Signed-off-by: Wolfgang Denk <wd@denx.de>
19985
19986 commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
19987 Author: Jens Scharsig <esw@bus-elektronik.de>
19988 Date:   Fri Jul 24 10:31:48 2009 +0200
19989
19990     update the EB+MCF-EV123 board support
19991
19992     This patch updates the support for EB+MCF-EV123 board and needs
19993     the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
19994
19995     * remove the board framebuffer driver
19996     * use the common bus_vcxk framebuffer driver
19997     * adds bmp support
19998     * adds splashimage support
19999     * fix serveral cosmetical errors
20000
20001     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
20002     [agust@denx.de: fixed some style issues before applying]
20003     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20004
20005 commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
20006 Author: Anatolij Gustschin <agust@denx.de>
20007 Date:   Sun Jul 26 12:05:25 2009 +0200
20008
20009     video: bus_vcxk.c: fix style issues added by 50217dee
20010
20011     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20012
20013 commit 50217deeb07911d686790d34d468eb9a5245f68d
20014 Author: Jens Scharsig <esw@bus-elektronik.de>
20015 Date:   Fri Jul 24 10:09:02 2009 +0200
20016
20017     new video driver for bus vcxk framebuffers
20018
20019     This patch adds a new video driver
20020
20021     * adds common bus_vcxk framebuffer driver
20022
20023     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
20024     [agust@denx.de: fixed lots of style issues before applying]
20025     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20026
20027 commit 60e97419246d0a3615758ad6af40680aefb5f7f1
20028 Author: Alessandro Rubini <rubini@gnudd.com>
20029 Date:   Tue Jul 21 14:09:45 2009 +0200
20030
20031     lcd.h: define extern vidinfo_t for all cases
20032
20033     include/lcd.h has different vidinfo for different platforms,
20034     and several extern declaration, but one for the default case was
20035     missing. This makes them a single extern declaration for everyone.
20036
20037     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
20038
20039 commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
20040 Author: Anatolij Gustschin <agust@denx.de>
20041 Date:   Sun Jul 26 11:04:59 2009 +0200
20042
20043     mimc200.c: fix too long lines added by f68378d6
20044
20045     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20046
20047 commit f68378d60a905d43155f2e89bf81999d3c93a90a
20048 Author: Mark Jackson <mpfj-list@mimc.co.uk>
20049 Date:   Tue Jul 21 11:35:22 2009 +0100
20050
20051     Add LCD support to MIMC200 board
20052
20053     This patch updates the MIMC200 files to enable the LCD.
20054
20055     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
20056
20057 commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
20058 Author: Mark Jackson <mpfj-list@mimc.co.uk>
20059 Date:   Tue Jul 21 11:18:44 2009 +0100
20060
20061     Add 16bit colour support in lcd.h
20062
20063     This patch adds support for LCD_COLOR16 in include/lcd.h.
20064
20065     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
20066
20067 commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
20068 Author: Anatolij Gustschin <agust@denx.de>
20069 Date:   Sun Jul 26 10:34:58 2009 +0200
20070
20071     lib_avr32/board.c: fix too long line added by 716ece1d
20072
20073     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20074
20075 commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
20076 Author: Mark Jackson <mpfj-list@mimc.co.uk>
20077 Date:   Tue Jul 21 11:11:37 2009 +0100
20078
20079     Add AVR32 LCD support
20080
20081     This patch adds support for the AVR32 LCD controller.  This patch is
20082     based off the latest u-boot-video.
20083
20084     A quick summary of what's going on:-
20085
20086     Enable LCDC pixel clock
20087     Enable LCDC port pins
20088     Add framebuffer pointer to global_data struct
20089     Allocate framebuffer
20090
20091     To use the new code, update your board config to include something like
20092     this:-
20093
20094     #define CONFIG_LCD                  1
20095
20096     #if defined(CONFIG_LCD)
20097     #define CONFIG_CMD_BMP
20098     #define CONFIG_ATMEL_LCD            1
20099     #define LCD_BPP                             LCD_COLOR16
20100     #define CONFIG_BMP_16BPP            1
20101     #define CONFIG_FB_ADDR                      0x10600000
20102     #define CONFIG_WHITE_ON_BLACK               1
20103     #define CONFIG_VIDEO_BMP_GZIP               1
20104     #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE              262144
20105     #define CONFIG_ATMEL_LCD_BGR555             1
20106     #define CONFIG_SYS_CONSOLE_IS_IN_ENV        1
20107     #define CONFIG_SPLASH_SCREEN                1
20108     #endif
20109
20110     The standard U-Boot BMP and Splash-screen features should just work.
20111
20112     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
20113     [agust@denx.de: fixed some style issues]
20114     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20115
20116 commit 6111722a9281c6e04a7304d502556afff6a5a1f8
20117 Author: Alessandro Rubini <rubini@gnudd.com>
20118 Date:   Sun Jul 19 17:52:27 2009 +0200
20119
20120     video: move extern declarations from C to headers
20121
20122     This moves some extern declaration from lcd.c to lcd.h, removing
20123     unneeded ifdef around a pair of them.  Additionally, since
20124     gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
20125     removed the static.  The extra "#include <lcd.h>" in cmd_bmp.c is
20126     added to ensure the header is consistent with the source.
20127
20128     This has been compile-tested on both ARM (at91 boards) and PowerPC
20129     (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
20130     combinations.
20131
20132     Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
20133     [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
20134     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20135
20136 commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
20137 Author: Mike Frysinger <vapier@gentoo.org>
20138 Date:   Thu Jul 23 16:26:58 2009 -0400
20139
20140     Blackfin: restore EVT1 handling in linker script
20141
20142     Sadly, the Blackfin linker script unification lost a small #ifdef logic
20143     needed on older parts.  Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
20144
20145     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20146
20147 commit f33b325af666b12eafa9ab235b2cd59832d6e51c
20148 Author: Wolfgang Denk <wd@denx.de>
20149 Date:   Fri Jul 24 14:24:07 2009 +0200
20150
20151     Revert "zlib: updated to v.1.2.3"
20152
20153     This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
20154
20155     The commit caused problems for example when unpacking kernel images:
20156
20157            Uncompressing Kernel Image ... Error: inflate() returned -2
20158            GUNZIP: uncompress, out-of-mem or overwrite error - must
20159            RESET board to recover
20160
20161     Conflicts:
20162
20163         include/u-boot/zlib.h
20164         lib_generic/zlib.c
20165
20166     Signed-off-by: Wolfgang Denk <wd@denx.de>
20167
20168 commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
20169 Author: Stefan Roese <sr@denx.de>
20170 Date:   Tue Jul 21 14:06:29 2009 +0200
20171
20172     ppc4xx: Add chip_config command to AMCC Kilauea eval board
20173
20174     This patch removes the "alterpll" command and replaces it with the now
20175     ppc4xx standard "chip_config" command to configure the I2C bootstrap
20176     EEPROM.
20177
20178     Signed-off-by: Stefan Roese <sr@denx.de>
20179
20180 commit f6af8ce0c80327cb6aaa347642026ad838335c23
20181 Author: Stefan Roese <sr@denx.de>
20182 Date:   Tue Jul 21 14:33:52 2009 +0200
20183
20184     ppc4xx: Fix EEPROM configuration on Kilauea
20185
20186     Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
20187     CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
20188     work correctly.
20189
20190     Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
20191     is set to a more defensive value of 10ms.
20192
20193     Signed-off-by: Stefan Roese <sr@denx.de>
20194
20195 commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
20196 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
20197 Date:   Wed Jul 22 13:56:21 2009 +0200
20198
20199     ppc4xx: Add 405EP based PMC405DE board
20200
20201     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
20202     Signed-off-by: Stefan Roese <sr@denx.de>
20203
20204 commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
20205 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
20206 Date:   Mon Jul 20 12:15:38 2009 +0200
20207
20208     ppc4xx: Add struct for 4xx GPIO controller registers
20209
20210     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
20211     Signed-off-by: Stefan Roese <sr@denx.de>
20212
20213 commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
20214 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
20215 Date:   Wed Jul 22 17:27:56 2009 +0200
20216
20217     ppc4xx: Replace 4xx lowercase SPR references
20218
20219     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
20220     Signed-off-by: Stefan Roese <sr@denx.de>
20221
20222 commit 87c0b72908e05662b8b415e26e1042f4779629da
20223 Author: Stefan Roese <sr@denx.de>
20224 Date:   Mon Jul 20 06:57:27 2009 +0200
20225
20226     Add "chip_config" command for PPC4xx bootstrap configuration
20227
20228     This patch adds a generic command for programming I2C bootstrap
20229     eeproms on PPC4xx. An implementation for Canyonlands board is
20230     included.
20231
20232     The command name is intentionally chosen not to be PPC4xx specific.
20233     This way other CPU's/SoC's can implement a similar command under
20234     the same name, perhaps with a different syntax.
20235
20236     Usage on Canyonlands:
20237
20238     => chip_config
20239     Available configurations (I2C address 0x52):
20240     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
20241     600-nand         - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
20242     800-nor          - NOR  CPU: 800 PLB: 200 OPB: 100 EBC: 100
20243     800-nand         - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
20244     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
20245     1000-nand        - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
20246     1066-nor         - NOR  CPU:1066 PLB: 266 OPB:  88 EBC:  88 ***
20247     1066-nand        - NAND CPU:1066 PLB: 266 OPB:  88 EBC:  88
20248     => chip_config 600-nor
20249     Using configuration:
20250     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
20251     done (dump via 'i2c md 52 0.1 10')
20252     Reset the board for the changes to take effect
20253
20254     Other 4xx boards will be migrated to use this command soon
20255     as well.
20256
20257     Signed-off-by: Stefan Roese <sr@denx.de>
20258     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
20259     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
20260
20261 commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
20262 Author: Peter Tyser <ptyser@xes-inc.com>
20263 Date:   Fri Jul 17 19:01:16 2009 -0500
20264
20265     xpedite1k: Move to X-ES vendor directory
20266
20267     The XPedite1000 is an X-ES product thus it can be put in board/xes along
20268     with other X-ES boards.  Along with the move, the board was renamed to
20269     XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
20270     Maintainership was also transfered to Peter Tyser.
20271
20272     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20273     Signed-off-by: Stefan Roese <sr@denx.de>
20274
20275 commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
20276 Author: Peter Tyser <ptyser@xes-inc.com>
20277 Date:   Fri Jul 17 19:01:15 2009 -0500
20278
20279     xpedite1k: Sync checkboard() with other X-ES boards
20280
20281     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20282     Signed-off-by: Stefan Roese <sr@denx.de>
20283
20284 commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
20285 Author: Peter Tyser <ptyser@xes-inc.com>
20286 Date:   Fri Jul 17 19:01:14 2009 -0500
20287
20288     xpedite1k: Sync up board config options with other X-ES boards
20289
20290     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20291     Signed-off-by: Stefan Roese <sr@denx.de>
20292
20293 commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
20294 Author: Peter Tyser <ptyser@xes-inc.com>
20295 Date:   Fri Jul 17 19:01:13 2009 -0500
20296
20297     xpedite1k: Sync organization of board config with other X-ES boards
20298
20299     This change should have no functional effect
20300
20301     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20302     Signed-off-by: Stefan Roese <sr@denx.de>
20303
20304 commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
20305 Author: Peter Tyser <ptyser@xes-inc.com>
20306 Date:   Fri Jul 17 19:01:12 2009 -0500
20307
20308     xpedite1k: Sync up commands and environment with other X-ES boards
20309
20310     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20311     Signed-off-by: Stefan Roese <sr@denx.de>
20312
20313 commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
20314 Author: Peter Tyser <ptyser@xes-inc.com>
20315 Date:   Fri Jul 17 19:01:11 2009 -0500
20316
20317     xpedite1k: Disable unused ethernet port 1
20318
20319     The XPedite1000 only has 2 available ethernet ports:
20320     ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
20321
20322     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20323     Signed-off-by: Stefan Roese <sr@denx.de>
20324
20325 commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
20326 Author: Peter Tyser <ptyser@xes-inc.com>
20327 Date:   Fri Jul 17 19:01:10 2009 -0500
20328
20329     xpedite1k: Store environment in flash
20330
20331     Previously an I2C EEPROM was used.  The EEPROM had size, reliability,
20332     and access issues which are resolved by storing the environment in
20333     flash.
20334
20335     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20336     Signed-off-by: Stefan Roese <sr@denx.de>
20337
20338 commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
20339 Author: Peter Tyser <ptyser@xes-inc.com>
20340 Date:   Fri Jul 17 19:01:09 2009 -0500
20341
20342     xpedite1k: Add support for additional GPIO pins
20343
20344     Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
20345     and a PMC #MONARCH pin.  These pins are not currently used in U-Boot,
20346     but are used in OSes and may be used in U-Boot in the future.
20347
20348     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20349     Signed-off-by: Stefan Roese <sr@denx.de>
20350
20351 commit 42735815dd9ba39efe51203868aebce04053c8de
20352 Author: Peter Tyser <ptyser@xes-inc.com>
20353 Date:   Fri Jul 17 19:01:08 2009 -0500
20354
20355     xpedite1k: Add support for optional flashes
20356
20357     The XPedite1000 can be built with 4 total flashes:
20358     - 512KB AMD socketed
20359     - 16MB Intel soldered
20360     - 2 x 32MB AMD MirrorBit flashes
20361
20362     Add support for the optional 2 32MB CFI-compliant AMD flashes
20363
20364     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20365     Signed-off-by: Stefan Roese <sr@denx.de>
20366
20367 commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
20368 Author: Peter Tyser <ptyser@xes-inc.com>
20369 Date:   Fri Jul 17 19:01:07 2009 -0500
20370
20371     xpedite1k: Cleanup coding style
20372
20373     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20374     Signed-off-by: Stefan Roese <sr@denx.de>
20375
20376 commit 086ff34a3a7e5e595630d658c1c13778399452d1
20377 Author: Peter Tyser <ptyser@xes-inc.com>
20378 Date:   Fri Jul 17 19:01:06 2009 -0500
20379
20380     xpedite1k: Remove support for reading MACs from EEPROM
20381
20382     By default, the XPedite1000 comes installed with xMon, a proprietary
20383     bootloader.  xMon stores its MAC address in an onboard EEPROM.  Rather
20384     than requiring a non-standard location in the EEPROM to be reserved for
20385     MAC addresses, store the MAC addresses in U-Boot's standard environment.
20386     A U-Boot application or OS application can be used to migrate xMon MAC
20387     addresses to U-Boot's environment if necessary.
20388
20389     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20390     Signed-off-by: Stefan Roese <sr@denx.de>
20391
20392 commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
20393 Author: Peter Tyser <ptyser@xes-inc.com>
20394 Date:   Fri Jul 17 19:01:05 2009 -0500
20395
20396     xpedite1k: Remove support for fixed SDRAM configuration
20397
20398     All XPedite1000's have SPD EEPROMs present and no fixed configuration
20399     parameters are currently defined or used
20400
20401     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20402     Signed-off-by: Stefan Roese <sr@denx.de>
20403
20404 commit c86d00a2ed923002f1ab0bfb0a925522628302e9
20405 Author: Peter Tyser <ptyser@xes-inc.com>
20406 Date:   Fri Jul 17 19:01:04 2009 -0500
20407
20408     xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
20409
20410     POST or command line tests provide similar functionality
20411
20412     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20413     Signed-off-by: Stefan Roese <sr@denx.de>
20414
20415 commit 11ad309c183b176d8866944026a63c0f1c626f56
20416 Author: Peter Tyser <ptyser@xes-inc.com>
20417 Date:   Fri Jul 17 19:01:03 2009 -0500
20418
20419     xpedite1k: Use standard CFI flash driver
20420
20421     Using the CFI flash driver will allow write access to the 16MB Intel
20422     StrataFlash present on the XPedite1000.  The 512KB socketed (non
20423     CFI-compliant flash) will no longer be writable.
20424
20425     The mapping of the 16MB Strata flash was moved to 0xff000000 and the
20426     512KB AMD socketed flash was moved to 0xfe000000.
20427
20428     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20429     Signed-off-by: Stefan Roese <sr@denx.de>
20430
20431 commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
20432 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20433 Date:   Thu Jul 16 22:13:57 2009 +0200
20434
20435     ppc4xx: Cleanup PLU405 board code
20436
20437     Some Coding style cleanup (braces, whitespaces, long lines)
20438
20439     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
20440     Signed-off-by: Stefan Roese <sr@denx.de>
20441
20442 commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
20443 Author: Dirk Eibach <eibach@gdsys.de>
20444 Date:   Fri Jul 17 14:16:40 2009 +0200
20445
20446     ppc4xx: Add DL-Vision 405EP board support
20447
20448     Board support for the Guntermann & Drunck DL-Vision.
20449
20450     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
20451     Signed-off-by: Stefan Roese <sr@denx.de>
20452
20453 commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
20454 Author: Dirk Eibach <eibach@gdsys.de>
20455 Date:   Fri Jul 10 14:47:32 2009 +0200
20456
20457     ppc4xx: Fix missing freqOPB for 405EP
20458
20459     In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
20460     left out for no obvious reason.
20461
20462     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
20463     Signed-off-by: Stefan Roese <sr@denx.de>
20464
20465 commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
20466 Author: Stefan Roese <sr@denx.de>
20467 Date:   Tue Jul 14 15:53:08 2009 +0200
20468
20469     ppc4xx: Fix TLB reset problem with recent 44x images
20470
20471     Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
20472     booting on some 44x platforms. This breakage is only noticed in some
20473     cases while powercycling. As it seems, the code in question in start.S
20474     didn't invalidate TLB #0. This makes sense since this TLB is used for
20475     the bootrom mapping. With the patch mentioned above even TLB #0 got
20476     invalidated resulting in an error later on.
20477
20478     This patch now fixes this issue by only invalidating TLB #0 in the RAM-
20479     booting case.
20480
20481     Tested succesfully on Sequoia and Canyonlands.
20482
20483     Signed-off-by: Stefan Roese <sr@denx.de>
20484     Cc: Dirk Eibach <Eibach@gdsys.de>
20485
20486 commit 44259bb9e696d22bf1773181111855a29f00cf33
20487 Author: Prafulla Wadaskar <prafulla@marvell.com>
20488 Date:   Fri Jul 17 19:56:30 2009 +0530
20489
20490     usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
20491
20492     This change is cheked in Linux source and fix found to be in sync.
20493     This patch is tested for USB host interface on Kirkwood based
20494     Sheevaplug platform (ARM little endian board)
20495
20496     Risk: the impact of this patch is not validated on big endian board.
20497     This need to be checked...
20498
20499     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20500     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20501
20502 commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
20503 Author: Wolfgang Denk <wd@denx.de>
20504 Date:   Thu Jul 23 22:23:23 2009 +0200
20505
20506     Coding Style cleanup; update CHANGELOG.
20507
20508     Signed-off-by: Wolfgang Denk <wd@denx.de>
20509
20510 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
20511 Author: Mike Frysinger <vapier@gentoo.org>
20512 Date:   Tue Jul 21 22:59:36 2009 -0400
20513
20514     autoconf.mk: include before config.mk for top level files
20515
20516     By including autoconf.mk before config.mk, all top level files can use any
20517     config options it sets up (like <arch>_config.mk) or the Makefile itself
20518     without being forced to use lazy evaluation.
20519
20520 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
20521 Author: Mark Jackson <mpfj-list@mimc.co.uk>
20522 Date:   Tue Jul 21 11:30:53 2009 +0100
20523
20524     Remove static declaration from gunzip_bmp()
20525
20526     This patch removes the static declaration from gunzip_bmp()
20527
20528     Without it, the gunzip_bmp() function is not visible to
20529     common/lcd.c and fails to compile with an error.
20530
20531     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
20532
20533 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
20534 Author: Peter Tyser <ptyser@gmail.com>
20535 Date:   Mon Jul 20 21:51:38 2009 -0500
20536
20537     cmd_tsi148: General cleanup
20538
20539     - Fix command help message
20540     - Disable DEBUG by default
20541     - Fix whitespace issues
20542     - Fix lines > 80 characters
20543
20544     Signed-off-by: Peter Tyser <ptyser@gmail.com>
20545     Acked-by: Stefan Roese <sr@denx.de>
20546
20547 commit 9aef73888509d10193615ee5cd9cf439ca44e937
20548 Author: Mike Frysinger <vapier@gentoo.org>
20549 Date:   Sun Jul 19 15:17:03 2009 -0400
20550
20551     unify HOST_CFLAGS and HOSTCFLAGS
20552
20553     The top build system sets up HOSTCFLAGS a bit and exports it, but other
20554     places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
20555     values stay in sync.
20556
20557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20558
20559 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
20560 Author: Wolfgang Denk <wd@denx.de>
20561 Date:   Thu Jul 23 21:16:59 2009 +0200
20562
20563     Update CHANGELOG
20564
20565     Signed-off-by: Wolfgang Denk <wd@denx.de>
20566
20567 commit e3b39f84e974df70065fa248f0f63993b1708c9d
20568 Author: André Schwarz <andre.schwarz@matrix-vision.de>
20569 Date:   Fri Jul 17 14:50:24 2009 +0200
20570
20571     update config for mvBC-P (MPC5200)
20572
20573     This patch adds I2C support for mvBC-P and defines flash layout
20574     matching the shipped product.
20575
20576     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
20577
20578 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
20579 Author: Kumar Gala <galak@kernel.crashing.org>
20580 Date:   Mon Jul 13 09:24:00 2009 -0500
20581
20582     ahci: Fix gcc 4.4 compiler warning
20583
20584     ahci.c: In function 'ata_scsiop_read_capacity10':
20585     ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
20586
20587     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20588
20589 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
20590 Author: Kumar Gala <galak@kernel.crashing.org>
20591 Date:   Mon Jul 13 09:23:59 2009 -0500
20592
20593     drivers/bios_emulator: Fix gcc 4.4 compiler warning
20594
20595     biosemu.c: In function 'BE_setVGA':
20596     biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
20597
20598     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20599
20600 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
20601 Author: Detlev Zundel <dzu@denx.de>
20602 Date:   Mon Jul 13 16:01:19 2009 +0200
20603
20604     Re-add support for image type 'Standalone Program'
20605
20606     Support for this type was lost during the bootm refactoring.
20607
20608     Signed-off-by: Detlev Zundel <dzu@denx.de>
20609
20610 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
20611 Author: Detlev Zundel <dzu@denx.de>
20612 Date:   Mon Jul 13 16:01:18 2009 +0200
20613
20614     Add error checking for unsupported OS types.
20615
20616     Signed-off-by: Detlev Zundel <dzu@denx.de>
20617
20618 commit 982adfc610669482a32127282fe489857a92cfe3
20619 Author: Peter Tyser <ptyser@xes-inc.com>
20620 Date:   Fri Jul 10 18:46:10 2009 -0500
20621
20622     ppc: Unlock cache-as-ram in a consistent manner
20623
20624     Previously, non-e500 architectures only unlocked their data cache which
20625     was used as early RAM when booting to Linux using the "bootm" command.
20626     This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
20627     to unlock their data cache during U-Boot's initialization.  This
20628     improves U-Boot performance and provides a common cache state when
20629     booting to different OSes.
20630
20631     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20632
20633 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
20634 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
20635 Date:   Thu Jul 23 04:54:45 2009 -0400
20636
20637     zlib: updated to v.1.2.3
20638
20639     This patch updates zlib to the latest stable version.
20640
20641     Only relevant zlib parts were ported to u-boot tree, as was done for
20642     the previously used version of zlib (0.95). New zlib gives faster
20643     inflate performance and other improvements, see www.zlib.net
20644
20645     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
20646     Reviewed-by: Angelo Castello <angelo.castello@st.com>
20647
20648     Edited commit message
20649
20650     Signed-off-by: Wolfgang Denk <wd@denx.de>
20651
20652 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
20653 Author: Robin Getz <rgetz@blackfin.uclinux.org>
20654 Date:   Tue Jul 21 12:15:28 2009 -0400
20655
20656     Save server's MAC address in environment
20657
20658     Linux's netconsole works much better when you can pass it the MAC address of
20659     the server. (otherwise it just uses broadcast, which everyone else on my
20660     network complains about :)
20661
20662     This sets the env var "serveraddr" (to match ethaddr), so that you can pass
20663     it to linux with whatever bootargs you want to....
20664
20665     addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
20666
20667     Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
20668
20669     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20670
20671 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
20672 Author: Ilya Yanok <yanok@emcraft.com>
20673 Date:   Tue Jul 21 19:32:21 2009 +0400
20674
20675     fec_mxc: driver for FEC ethernet controller on i.MX27
20676
20677     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20678     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20679
20680 commit 0544c63681d2ea3607faf374e9c56f101e365b42
20681 Author: Alessio Centazzo <centazzo@gmail.com>
20682 Date:   Sat Jul 11 11:56:06 2009 -0700
20683
20684     ppc4xx: Fixed compilation warning in 4xx_enet.c
20685
20686     This patch fixes a compilation warning for some Ethernet PHY-less
20687     PPC4xx platforms (440SPE based ones) and a potential compilation
20688     error for 440SP platforms (use of undefined 'ethgroup' variable).
20689     In the original code and in case of 440SPE platforms, 'ethgroup'
20690     is initialized to -1 and never modified.  Later in the function,
20691     within an #ifdef statement, an 'if statement' executes code only
20692     if 'ethgroup' is set to 4, therefore it is harmless to avoid
20693     executing the 'if statement' by removing the CONFIG_440SPE from
20694     the affected #ifdefs.  In case of 440SP platforms  with on-board
20695     Ethernet PHY, 'ethgroup' is undefined but used (there are not such
20696     platforms in the repository yet). All other architectures are not
20697     affected by this change.
20698
20699     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
20700     Acked-by: Stefan Roese <sr@denx.de>
20701     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20702
20703 commit 09133f8580f0106429ba3600f1855bd3577ae58b
20704 Author: Michael Zaidman <michael.zaidman@gmail.com>
20705 Date:   Tue Jul 14 23:37:12 2009 +0300
20706
20707     DHCP regression on 2009-06
20708
20709     Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
20710     by initializing our IP addr to 0 in order to accept any IP addr
20711     assigned to us by the DHCP/BOOTP/RARP server.
20712
20713     Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
20714     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
20715     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20716
20717 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
20718 Author: Prafulla Wadaskar <prafulla@marvell.com>
20719 Date:   Thu Jul 16 20:58:02 2009 +0530
20720
20721     net: phy: bugfixes: mv88E61xx multichip addressing support
20722
20723     With these fixes, this driver works properly for multi chip
20724     addressging mode
20725
20726     Bugfixes:
20727     1. Build error fixed for function mv88e61xx_busychk_multic-fixed
20728     2. PHY dev address error detection- fixed
20729     3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
20730     4. invalid data read ptr was refered for RD_PHY in case of
20731         multichip addressing mode -fixed
20732
20733     The Multichip Address mode is tested with RD6281A board having
20734     MV88E6165 switch on it
20735
20736     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20737     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20738
20739 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
20740 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
20741 Date:   Wed Jul 8 13:05:11 2009 +0200
20742
20743     arm: Kirkwood: Check the error summary bit for error detection
20744
20745     The Marvell documentation for the 88f6281 states that the error coding
20746     is only valid if the error summary and last frame bits in the transmit
20747     descriptor status field are set. This patch adds checks for these for
20748     transmit (I would get transmit errors on bootp with the current check,
20749     which I believe are spurious).
20750
20751     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
20752     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20753
20754 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
20755 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
20756 Date:   Wed Jul 8 13:03:18 2009 +0200
20757
20758     arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
20759
20760     kwgbe_send/recv both have loops waiting for the hardware to set  a bit.
20761     GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
20762     patch uses readl to force a read from device memory. Other volatile
20763     accesses have also been replaced with readl/writel where appropriate
20764     (as per suggestions on the U-boot mailing list).
20765
20766     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
20767     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20768
20769 commit 3f6b18ffd94621625de961bc566022b0266790f5
20770 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
20771 Date:   Thu Jul 2 13:21:22 2009 -0400
20772
20773     MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
20774
20775     This patch sets the returned value to 0xFFFF if the PHY does not exist
20776     and does not assert Transfer Acknowledge. A NULL check for the value
20777     pointer is also added for buffer overflow protection.
20778
20779     Without this patch 'mii info' will  show 'phantom' devices because the
20780     value will be not be initialized and return with some random value.
20781
20782     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
20783     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20784
20785 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
20786 Author: Ben Warren <biggerbadderben@gmail.com>
20787 Date:   Mon Jul 20 22:01:11 2009 -0700
20788
20789     Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
20790
20791     All in-tree boards that use this controller have CONFIG_NET_MULTI added
20792     Also:
20793      - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
20794      - cleaned up line lengths
20795      - modified all boards that override weak function in this driver
20796      - added
20797
20798     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20799     Tested-by: Mike Frysinger <vapier@gentoo.org>
20800
20801 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
20802 Author: Ben Warren <biggerbadderben@gmail.com>
20803 Date:   Fri Jul 17 00:50:15 2009 -0700
20804
20805     Add warning about upcoming removal of old Ethernet API
20806
20807     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20808
20809 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
20810 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
20811 Date:   Thu Jul 2 16:15:13 2009 +0530
20812
20813     P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
20814
20815     These PHYs are on P2020RDB platform.
20816
20817     Also revamped Freescale copyright message in drivers/net/tsec.c.
20818
20819     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
20820     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20821
20822 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
20823 Author: Robin Getz <rgetz@blackfin.uclinux.org>
20824 Date:   Mon Jul 20 14:53:54 2009 -0400
20825
20826     Add DNS support
20827
20828     On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
20829
20830     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
20831     >
20832     > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
20833     > the serverip environment var is updated.
20834     >
20835     > Probably there are some cosmetic issues with the patch. Unfortunatly I
20836     > do not have the time to correct these. So if anybody else likes DNS
20837     > support in U-Boot and has the time, feel free to patch it in the main tree.
20838
20839     Here it is again - slightly modified & smaller:
20840       - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
20841       - README.dns is added
20842       - syntax is changed (now takes a third option, the env var to store
20843         the result in)
20844       - add a random port() function in net.c
20845       - sort Makefile in ./net/Makefile
20846       - dns just returns unless a env var is given
20847       - run through checkpatch, and clean up style issues
20848       - remove packet from stack
20849       - cleaned up some comments
20850       - failure returns much faster (if server responds, don't wait for
20851         timeout)
20852       - use built in functions (memcpy) rather than byte copy.
20853
20854     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
20855     Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
20856     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20857
20858 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
20859 Author: Kim Phillips <kim.phillips@freescale.com>
20860 Date:   Fri Jul 17 12:17:00 2009 -0500
20861
20862     net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
20863
20864     fix this gcc 4.4 warning:
20865
20866     tsec.c: In function 'tsec_init':
20867     tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
20868
20869     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20870     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20871
20872 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
20873 Author: Mike Frysinger <vapier@gentoo.org>
20874 Date:   Sat Jul 18 21:04:08 2009 -0400
20875
20876     net: rename NetRxPkt to NetRxPacket
20877
20878     The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
20879     rename the minor detractor to follow suite.
20880
20881     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20882     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20883
20884 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
20885 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20886 Date:   Thu Jun 25 16:33:04 2009 +0900
20887
20888     sh: sh_eth: Remove garbage from printf
20889
20890     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20891     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20892     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20893
20894 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
20895 Author: Andreas Pretzsch <apr@cn-eng.de>
20896 Date:   Thu Jul 9 21:50:05 2009 +0200
20897
20898     smc911x: add support for LAN9221
20899
20900     Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
20901     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20902
20903 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
20904 Author: David Brownell <david-b@pacbell.net>
20905 Date:   Tue Jun 9 11:14:24 2009 -0700
20906
20907     rm9200 ethernet driver: board-specific quirk (csb337)
20908
20909     CSB337 boards originally shipped with MicroMonitor, not U-Boot;
20910     and with a version using a different convention for recording
20911     Ethernet addresses than anyone else.  To avoid breaking Linux
20912     when it uses U-Boot, have it use the same convention on that
20913     hardware.
20914
20915     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
20916     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20917
20918 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
20919 Author: Heiko Schocher <hs@denx.de>
20920 Date:   Thu Jul 16 09:58:31 2009 +0200
20921
20922     arm, kirkwood: added kw_gpio_set_valid() in gpio.h
20923
20924     Signed-off-by: Heiko Schocher <hs@denx.de>
20925
20926 commit ec16441085f471c03a8c0909579463e31e5b947a
20927 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
20928 Date:   Mon Jun 29 14:45:08 2009 +0200
20929
20930     Kirkwood: add Marvell Kirkwood gpio driver
20931
20932     Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
20933     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
20934     Tested-by: Heiko Schocher <hs@denx.de>
20935
20936 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
20937 Author: Heiko Schocher <hs@denx.de>
20938 Date:   Thu Jul 16 09:59:10 2009 +0200
20939
20940     arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
20941
20942     Signed-off-by: Heiko Schocher <hs@denx.de>
20943
20944 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
20945 Author: Prafulla Wadaskar <prafulla@marvell.com>
20946 Date:   Thu Jul 16 21:02:24 2009 +0530
20947
20948     Marvell RD6281A Board support
20949
20950     This is Marvell's 88F6281_A0 based reference design board
20951
20952     This patch is tested for-
20953     1. Boot from DRAM/NAND flash/NFS
20954     2. File transfer using tftp and loadb
20955     3. NAND flash read/write/erase
20956
20957     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20958     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20959
20960 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
20961 Author: Piotr Ziecik <kosmo@semihalf.com>
20962 Date:   Fri Jul 17 16:35:19 2009 +0200
20963
20964     api: Fix broken build on ARM.
20965
20966     This patch fixes broken build introduced by commit
20967     84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
20968     ifdef CONFIG_API already handle by the Makefile).
20969
20970     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20971
20972 commit 48677a1ef5f82adca49145a7baf11ece77f51945
20973 Author: Wolfgang Denk <wd@denx.de>
20974 Date:   Wed Jul 22 23:53:23 2009 +0200
20975
20976     Fix "ld: cannot find -lstubs" build error
20977
20978     Commit 1bc15386 moved the examples/ to examples/standalone but failed
20979     to adapt the Makefiles that need to link against libstubs.a
20980
20981     Signed-off-by: Wolfgang Denk <wd@denx.de>
20982     Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20983
20984 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
20985 Author: Wolfgang Denk <wd@denx.de>
20986 Date:   Sat Jul 18 20:47:36 2009 +0200
20987
20988     at91cap9adk: fix #ifdef/#endif pairing
20989
20990     The #ifdef/#endif pairing in this file was obviously messed up.
20991
20992     Signed-off-by: Wolfgang Denk <wd@denx.de>
20993
20994 commit 6b96a20d512b04a808438553874c00cf40812c44
20995 Author: Minkyu Kang <mk7.kang@samsung.com>
20996 Date:   Mon Jul 20 11:40:01 2009 +0900
20997
20998     ARM Cortex A8: Move OMAP3 specific reset handler
20999
21000     Because of the reset_cpu is soc specific, should be move to soc
21001
21002     Cc: Dirk Behme <dirk.behme@googlemail.com>
21003     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
21004
21005 commit 048e7efe91f66094f868281c12e488ce2bae8976
21006 Author: Kumar Gala <galak@kernel.crashing.org>
21007 Date:   Wed Jul 22 10:12:39 2009 -0500
21008
21009     85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
21010
21011     The pixis code used in8/out8 all over the place.  Replace it with
21012     in_8/out_8 macros.
21013
21014     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21015
21016 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
21017 Author: Peter Tyser <ptyser@xes-inc.com>
21018 Date:   Tue Jul 21 13:51:08 2009 -0500
21019
21020     xpedite5370: Enable NAND command support
21021
21022     Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
21023     via the 'nand' command.
21024
21025     Previously, the XPedite5370's NAND chip selects were properly
21026     configured, but NAND support was not enabled.
21027
21028     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21029     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21030
21031 commit 39121c0896a6760bd436d88c17892f49a97902d0
21032 Author: Peter Tyser <ptyser@xes-inc.com>
21033 Date:   Tue Jul 21 13:51:07 2009 -0500
21034
21035     xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
21036
21037     Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
21038     support uncompressing images larger than 8 MB when using the bootm
21039     command.
21040
21041     Note that recent Linux kernels for the 85xx and 86xx map greater than
21042     16MB of memory on bootup, but we use 16MB to maintain compatibility with
21043     older Linux kernels for now.
21044
21045     Signed-off-by: Nate Case <ncase@xes-inc.com>
21046     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21047     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21048
21049 commit 58f31b602dfd52eb7836ab82caa587514e046f02
21050 Author: Peter Tyser <ptyser@xes-inc.com>
21051 Date:   Sun Jul 19 19:17:41 2009 -0500
21052
21053     xpedite5370: Fix I2C GPIO initialization typo
21054
21055     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21056     Acked-by: Heiko Schocher<hs@denx.de>
21057     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21058
21059 commit 5ff821006c6e7647d183ea95817044943bb22e7e
21060 Author: Peter Tyser <ptyser@xes-inc.com>
21061 Date:   Sun Jul 19 19:17:40 2009 -0500
21062
21063     xpedite5200,5370: Use buffered NOR flash writes
21064
21065     Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
21066     improve NOR flash write speeds
21067
21068     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21069     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21070
21071 commit d9c147f371800a479a507a816b2fe572c97da197
21072 Author: Peter Tyser <ptyser@xes-inc.com>
21073 Date:   Fri Jul 17 10:14:48 2009 -0500
21074
21075     85xx, 86xx: Add common board_add_ram_info()
21076
21077     Previously, 85xx and 86xx boards would display DRAM information on
21078     bootup such as:
21079
21080     ...
21081     I2C:   ready
21082     DRAM:
21083     Memory controller interleaving enabled: Bank interleaving!
21084      2 GB
21085     FLASH: 256 MB
21086     ...
21087
21088     This patch moves the printing of the DRAM controller configuration to a
21089     common board_add_ram_info() function which prints out DDR type, width,
21090     CAS latency, and ECC mode.  It also makes the DDR interleaving
21091     information print out in a more sane manner:
21092
21093     ...
21094     I2C:   ready
21095     DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
21096            DDR Controller Interleaving Mode: bank
21097     FLASH: 256 MB
21098     ...
21099
21100     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21101     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21102
21103 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
21104 Author: Peter Tyser <ptyser@xes-inc.com>
21105 Date:   Fri Jul 17 10:14:47 2009 -0500
21106
21107     tqm85xx: Remove board_add_ram_info()
21108
21109     This is in preparation for adding one common 8xxx board_add_ram_info()
21110     function for all 8xxx boards
21111
21112     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21113     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21114
21115 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
21116 Author: Peter Tyser <ptyser@xes-inc.com>
21117 Date:   Fri Jul 17 10:14:46 2009 -0500
21118
21119     xes: Remove 8xxx board_add_ram_info() function
21120
21121     This is in preparation for adding one common 8xxx board_add_ram_info()
21122     fuction for all 8xxx boards
21123
21124     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21125     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21126
21127 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
21128 Author: Peter Tyser <ptyser@xes-inc.com>
21129 Date:   Fri Jul 17 10:14:45 2009 -0500
21130
21131     86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
21132
21133     Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
21134     the 86xx user's manual and other Freescale architectures
21135
21136     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21137     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21138
21139 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
21140 Author: Roy Zang <tie-fei.zang@freescale.com>
21141 Date:   Thu Jul 9 10:05:48 2009 +0800
21142
21143     85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
21144
21145     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
21146     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21147
21148 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
21149 Author: Kumar Gala <galak@kernel.crashing.org>
21150 Date:   Tue Jul 14 22:42:01 2009 -0500
21151
21152     85xx: Report which "bank" of NOR flash we are booting from on FSL boards
21153
21154     The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
21155     swizzling the upper address bits of the NOR flash we boot out of which
21156     creates the concept of "virtual" banks.  This is useful in that we can
21157     flash a test of image of u-boot and reset to one of the virtual banks
21158     while still maintaining a working image in "bank 0".
21159
21160     The PIXIS FPGA exposes registers on LBC which we can use to determine
21161     which "bank" we are booting out of (as well as setting which bank to
21162     boot out of).
21163
21164     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21165
21166 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
21167 Author: Kumar Gala <galak@kernel.crashing.org>
21168 Date:   Wed Jul 15 13:45:00 2009 -0500
21169
21170     86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
21171
21172     The MPC8641HPCN board is capable of swizzling the upper address bit of
21173     the NOR flash we boot out of which creates the concept of "virtual"
21174     banks.  This is useful in that we can flash a test of image of u-boot
21175     and reset to one of the virtual banks while still maintaining a
21176     working image in "bank 0".
21177
21178     The PIXIS FPGA exposes registers on LBC which we can use to determine
21179     which "bank" we are booting out of (as well as setting which bank to
21180     boot out of).
21181
21182     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21183
21184 commit caf72ff329759b4da71352ab098537c7698c0e9f
21185 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21186 Date:   Tue Jul 21 10:45:49 2009 +0200
21187
21188     Refresh LZMA-lib to v4.65
21189
21190     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
21191
21192 commit 70ebf31633f372a24505e47846b2628e8435ea37
21193 Author: Wolfgang Denk <wd@denx.de>
21194 Date:   Fri Jul 17 23:35:29 2009 +0200
21195
21196     AT91: factor out ROUND() macro
21197
21198     A large number of boards (all AT91 based) duplicated the ROUND()
21199     macro in their board specific config files. Add the definition to
21200     include/common.h and clean up the board config files.
21201
21202     Signed-off-by: Wolfgang Denk <wd@denx.de>
21203
21204 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
21205 Author: Kumar Gala <galak@kernel.crashing.org>
21206 Date:   Wed Jul 15 08:54:50 2009 -0500
21207
21208     85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
21209
21210     We have always mapped at least 16M in the kernel and we have seen cases
21211     with new kernel features that a kernel image needs more than 8M of
21212     memory.
21213
21214     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21215
21216 commit d4abc757c26c531293f5bbc4262ade44a317eec9
21217 Author: Peter Tyser <ptyser@xes-inc.com>
21218 Date:   Mon Jul 20 19:02:21 2009 -0500
21219
21220     Move api_examples to examples/api
21221
21222     Also add a rule to remove demo.bin which was previously leftover
21223     after a "make clean"
21224
21225     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21226
21227 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
21228 Author: Heiko Schocher <hs@denx.de>
21229 Date:   Tue Jul 21 06:37:28 2009 +0200
21230
21231     83xx, kmeter: fix compile error
21232
21233     CONFIG_SYS_MALLOC_LEN is defined in the board config, and
21234     the keymile-common.h, which collects common options used
21235     by all keymile-boards. This results in a compile error
21236     when compiling the kmeter1 board. So remove this define
21237     in the board config file.
21238
21239     Signed-off-by: Heiko Schocher <hs@denx.de>
21240
21241 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
21242 Author: Heiko Schocher <hs@denx.de>
21243 Date:   Thu Jul 9 12:04:26 2009 +0200
21244
21245     i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
21246
21247     This patch adds the possibility to call a board specific
21248     i2c bus reset routine for the fsl_i2c bus driver, and adds
21249     this option for the keymile kmeter1 board.
21250
21251     The deblock sequence for this board is implemented and
21252     tested in the following way:
21253
21254     CR = 0x20 (release SDA and SCL pin)
21255     CR = 0xa0 (start read)
21256     dummy read
21257     dummy read
21258     if 2. dummy read == 0x00
21259         3. dummy read
21260
21261     CR = 0x80 (SDA and SCL now 1 SR = 0x86)
21262     CR = 0x00 (Modul reset SR=0x81)
21263     CR = 0x80 (SDA and SCL = 1, SR = 0x81)
21264
21265     Signed-off-by: Heiko Schocher <hs@denx.de>
21266
21267 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
21268 Author: Peter Tyser <ptyser@xes-inc.com>
21269 Date:   Fri Jul 10 11:03:19 2009 -0500
21270
21271     Move examples/ to examples/standalone
21272
21273     The current files in examples are all standalone application examples,
21274     so put them in their own subdirectory for organizational purposes
21275
21276     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21277
21278 commit b220c64d86f7c705a183302c3b50076d7e5d876c
21279 Author: Peter Tyser <ptyser@xes-inc.com>
21280 Date:   Fri Jul 10 11:03:15 2009 -0500
21281
21282     Move architecture specific config.mk files into subdirs
21283
21284     This cleans up U-Boot's toplevel directory a bit and makes the
21285     architecture 'config.mk' file naming and location similar to board
21286     and cpu 'config.mk' files
21287
21288     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21289
21290 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
21291 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
21292 Date:   Fri Jul 10 18:25:34 2009 +0800
21293
21294     Add "tags" to .gitignore file.
21295
21296     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
21297     Signed-off-by: Wolfgang Denk <wd@denx.de>
21298
21299 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
21300 Author: Heiko Schocher <hs@denx.de>
21301 Date:   Thu Jul 9 12:04:18 2009 +0200
21302
21303     powerpc: updates for the keymile boards
21304
21305     - CONFIG_SYS_MAX_I2C_BUS changed to 1
21306       We use only one I2C hardwarecontroller on this boards, so
21307       change the CONFIG_SYS_MAX_I2C_BUS to 1.
21308     - common: dont print errormsg if second IVM Block lacks.
21309     - 82xx, mgcoge: fix double mtdpart entry in environment
21310     - 82xx, mgcoge: activate on second Flash the second bank.
21311     - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
21312     - common: Change malloc size to 1MByte for all Keymile boards
21313         We need a bigger malloc area for the environment support (128k)
21314         on some Keymile boards (kmeter1) and the upcoming UBI support.
21315         Change it to 1MB for all Keymile boards to be on the save side.
21316         Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
21317         UBI/UBIFS support.
21318     - Add UBI support to all Keymile boards
21319     - change manner of writing "/localbus/ranges" node
21320         instead of writting the complete "/localbus/ranges" node
21321         before booting Linux, only update the ranges entries
21322         which gets dynamical detected (size of flashes).
21323         This is needed, because keymile adds in the DTS
21324         "/localbus/ranges" node entries, which u-boot must
21325         not overwrite/delete.
21326     - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
21327         The Intel P30 chip has 2 non-identical chips on
21328         one die, so we need to define 2 seperate regions
21329         that are scanned by physmap_of independantly.
21330     - kmeter1: Add MTD concat support to Keymile boards
21331     - 82xx, mgcoge: add "unlock=yes" to default environment
21332     - added CONFIG_MTD_DEVICE to get in sync with mainline code
21333
21334     Signed-off-by: Heiko Schocher <hs@denx.de>
21335     Signed-off-by: Stefan Roese <sr@denx.de>
21336
21337 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
21338 Author: galak <galak@ducky.am.freescale.net>
21339 Date:   Tue Jul 7 15:53:21 2009 -0500
21340
21341     fsl_sata: Fix compiler warnings shown by gcc-4.4
21342
21343     Update fsl_sata to use common structures instead of casting
21344     back and forth between the fsl specific ones and the common ones
21345     (which are identical).
21346
21347     fsl_sata.c: In function 'scan_sata':
21348     fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21349     fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21350     fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21351     fsl_sata.c:545: note: initialized from here
21352     fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21353     fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21354     fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21355     fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21356     fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21357     ...
21358
21359     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21360
21361 commit 20938e54a207472a090f04f20f30c9e32b14137e
21362 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
21363 Date:   Tue Jul 7 15:58:51 2009 +0200
21364
21365     Add unaligned.h for arm
21366
21367     This patch adds unaligned.h for ARM (needed to build with LZO
21368     compression). The file is taken from the linux kernel, but includes
21369     u-boot headers instead.
21370
21371     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
21372     Acked-by: Stefan Roese <sr@denx.de>
21373
21374 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
21375 Author: Peter Tyser <ptyser@xes-inc.com>
21376 Date:   Sun Jul 19 19:17:42 2009 -0500
21377
21378     Remove last remanants of unused CONFIG_I2C_CMD_TREE
21379
21380     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21381
21382 commit f6ca3b70949790ab5438d6c9a592216cc3616110
21383 Author: Andrzej Wolski <awolski@poczta.fm>
21384 Date:   Fri Jul 17 22:26:54 2009 +0200
21385
21386     ubi: help message correction
21387
21388     Fix incorrect information about size units and correct typo.
21389
21390     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
21391     Signed-off-by: Stefan Roese <sr@denx.de>
21392
21393 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
21394 Author: Peter Tyser <ptyser@xes-inc.com>
21395 Date:   Sun Jul 19 19:17:42 2009 -0500
21396
21397     Remove last remanants of unused CONFIG_I2C_CMD_TREE
21398
21399     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21400
21401 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
21402 Author: Andrzej Wolski <awolski@poczta.fm>
21403 Date:   Fri Jul 17 22:26:54 2009 +0200
21404
21405     ubi: help message correction
21406
21407     Fix incorrect information about size units and correct typo.
21408
21409     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
21410     Signed-off-by: Stefan Roese <sr@denx.de>
21411
21412 commit b86b85e2611d57d834795a92453431a1a340c3c9
21413 Author: Ilya Yanok <yanok@emcraft.com>
21414 Date:   Mon Jun 29 17:53:16 2009 +0400
21415
21416     mmc: set bus width to 1 and clock to minimum early during initialization
21417
21418     We need to switch back to 1-bit before initialization or SD 2.0 cards
21419     will fail to send SCR if we've switched to 4-bit already.
21420
21421     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21422
21423 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
21424 Author: Shinya Kuribayashi <skuribay@pobox.com>
21425 Date:   Sat Jun 20 19:14:33 2009 +0900
21426
21427     config.mk: Remove unused HPATH
21428
21429     This variable is not unused anywhere.
21430
21431     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
21432
21433 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
21434 Author: Grzegorz Bernacki <gjb@semihalf.com>
21435 Date:   Wed Jun 17 16:20:14 2009 +0200
21436
21437     digsy mtc: Enable command line history.
21438
21439     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
21440
21441 commit 37566090766d61beef70c62986b90749920255d8
21442 Author: Mike Frysinger <vapier@gentoo.org>
21443 Date:   Thu Jul 2 19:23:25 2009 -0400
21444
21445     compiler.h: unify system ifdef cruft here
21446
21447     Shove a lot of the HOSTCC and related #ifdef checking crap into the new
21448     compiler.h header so that we can keep all other headers nice and clean.
21449
21450     Also introduce custom uswap functions so we don't have to rely on the non
21451     standard implementations that a host may (or may not in the case of OS X)
21452     provide.  This allows mkimage to finally build cleanly on an OS X system.
21453
21454     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21455
21456 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
21457 Author: Kim Phillips <kim.phillips@freescale.com>
21458 Date:   Mon Jun 15 11:50:40 2009 -0500
21459
21460     common: fix 'dummy' is used uninitialized in this function warning
21461
21462     fix this gcc 4.4 warning:
21463
21464     xyzModem.c: In function 'xyzModem_stream_open':
21465     xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
21466
21467     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21468
21469 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
21470 Author: Mike Frysinger <vapier@gentoo.org>
21471 Date:   Sun Jun 14 23:33:14 2009 -0400
21472
21473     push CROSS_COMPILE out to $(ARCH)_config.mk
21474
21475     Each arch should handle setting a proper default CROSS_COMPILE value in
21476     their own config.mk file rather than having to maintain a large ugly list
21477     in the Makefile.  By using conditional assignment, we don't have to worry
21478     about the variable already being set (env/cmdline/etc...).
21479
21480     The common config.mk file takes care of exporting CROSS_COMPILE already,
21481     and while a few variables (toolchain ones) utilize CROSS_COMPILE before
21482     including the arch config.mk, they do so with deferred assignment.
21483
21484     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21485
21486 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
21487 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21488 Date:   Sat Jun 13 12:55:37 2009 +0200
21489
21490     malloc.h: protect it against multiple include
21491
21492     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21493
21494 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
21495 Author: Wolfgang Denk <wd@denx.de>
21496 Date:   Sun Jul 19 19:37:24 2009 +0200
21497
21498     Fix boards broken after removal of legacy NAND and DoC support
21499
21500     Commit 2419169f removed support for legacy NAND and disk on chip but
21501     missed to update the code for a few boards. This patch fixes the
21502     resulting build issues.
21503
21504     Signed-off-by: Wolfgang Denk <wd@denx.de>
21505
21506 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
21507 Author: Wolfgang Denk <wd@denx.de>
21508 Date:   Sun Jul 19 19:32:37 2009 +0200
21509
21510     cmd_flash.c: fix fix compile error for boards with DataFlash
21511
21512     Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
21513     'addr_first'/'addr_last'") changed the #ifdef logic areound the
21514     declaration of these variables and missed a combination of settings
21515     of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
21516
21517     Also spotted by Alessandro Rubini <rubini@gnudd.com>
21518
21519     Signed-off-by: Wolfgang Denk <wd@denx.de>
21520
21521 commit 341245a28830d3261c41b09d958eeea7bb93587a
21522 Author: Wolfgang Denk <wd@denx.de>
21523 Date:   Sun Jul 19 12:05:15 2009 +0200
21524
21525     pcm030: fix out-of-tree building
21526
21527     Commit 0a87dd90 that was supposed to fix out-of-tree building for the
21528     pcm030 board was unfortunately incomplete.
21529
21530     Signed-off-by: Wolfgang Denk <wd@denx.de>
21531
21532 commit 8bf29b59fce8cc381114929082202d800e313ad5
21533 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
21534 Date:   Tue Jul 7 13:58:51 2009 +0200
21535
21536     Add unaligned.h for arm
21537
21538     This patch adds unaligned.h for ARM (needed to build with LZO
21539     compression). The file is taken from the linux kernel, but includes
21540     u-boot headers instead.
21541
21542     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
21543     Acked-by: Stefan Roese <sr@denx.de>
21544
21545 commit e405afab1dda66c9df3733f6b779d72fc36a0162
21546 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
21547 Date:   Fri Jun 12 18:10:12 2009 +0900
21548
21549     Canyonlands SATA harddisk driver
21550
21551     This patch adds a SATA harddisk driver for the canyonlands.
21552     This patch is kernel driver's porting.
21553     This patch corresponded to not cmd_scsi but cmd_sata.
21554     This patch divided an unused member with ifndef __U_BOOT__ in the structure.
21555
21556     [environment variable, boot script]
21557     setenv bootargs root=/dev/sda7 rw
21558     setenv bootargs ${bootargs} console=ttyS0,115200
21559     ext2load sata 0:2 0x400000 /canyonlands/uImage
21560     ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
21561     fdt addr 0x800000 0x4000
21562     bootm 0x400000 - 0x800000
21563
21564     If you drive SATA-2 disk on Canyonlands, you must change parts from
21565     PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
21566     following disks:
21567
21568     1.Vendor: Fujitsu    Type: MHW2040BS
21569     2.Vendor: Fujitsu    Type: MHW2060BK
21570     3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
21571     4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
21572     5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
21573     6.Vendor: Hitachi    Type: HTS543232L9A300 (CONFIG_LBA48 required)
21574     7.Vendor: Seagate    Type: ST31000333AS (CONFIG_LBA48 required)
21575     8.Vendor: Transcend  Type: TS32GSSD25S-M
21576     9.Vendor: MTRON              Type: MSD-SATA1525-016
21577
21578     Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
21579
21580 commit 52a0e2dee90c17e39634de814b16b96061cfb472
21581 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
21582 Date:   Wed Jun 10 19:09:40 2009 +0200
21583
21584     Add support for the Tundra TSI148 VME-bridge
21585
21586     From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
21587
21588     This patch adds support for the Tundra TSI148 VME-bridge. It's used on
21589     the upcoming esd VME8349 board.
21590
21591     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
21592     Signed-off-by: Stefan Roese <sr@denx.de>
21593
21594 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
21595 Author: Mike Frysinger <vapier@gentoo.org>
21596 Date:   Thu Jul 16 19:05:30 2009 -0400
21597
21598     Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
21599
21600     MAC addresses should not be hardcoded in boards to avoid random link level
21601     conflicts.
21602
21603     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21604
21605 commit baf357050353aee30c04f3f4b868426cb54468ca
21606 Author: Mike Frysinger <vapier@gentoo.org>
21607 Date:   Fri Jul 10 10:42:06 2009 -0400
21608
21609     Blackfin: bf533-stamp: back down SCLK a bit
21610
21611     While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
21612     SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
21613     the shortened SDRAM traces.  So lower the SCLK speed down to a value that
21614     all three can handle.
21615
21616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21617
21618 commit 490fe7349102012c48730f6fc14ef36c8d155068
21619 Author: Mike Frysinger <vapier@gentoo.org>
21620 Date:   Thu Jul 9 20:56:56 2009 -0400
21621
21622     Blackfin: split cpu COBJS into multilines
21623
21624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21625
21626 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
21627 Author: Mike Frysinger <vapier@gentoo.org>
21628 Date:   Thu Jul 9 01:15:05 2009 -0400
21629
21630     Blackfin: add os log functions
21631
21632     Part of the mini Blackfin ABI with operating systems is that they can use
21633     0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
21634     U-Boot for reading the log buffer.
21635
21636     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21637
21638 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
21639 Author: Kim Phillips <kim.phillips@freescale.com>
21640 Date:   Sat Jul 18 18:42:13 2009 -0500
21641
21642     mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
21643
21644     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21645
21646 commit d39041fcadb1231430201d298c31f6be03d654f7
21647 Author: Wolfgang Denk <wd@denx.de>
21648 Date:   Sun Jul 19 01:15:52 2009 +0200
21649
21650     PATI board: fix compiler warnings
21651
21652     Fix these:
21653     pati.c: In function 'checkboard':
21654     pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
21655     ../common/flash.c: In function 'write_word':
21656     ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
21657     cmd_pati.c: In function 'do_pati':
21658     cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
21659
21660     Signed-off-by: Wolfgang Denk <wd@denx.de>
21661
21662 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
21663 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21664 Date:   Sat May 16 12:14:56 2009 +0200
21665
21666     mpl: printing current stdio devices cleanup
21667
21668     Currently the mpl boards duplicate the code to print the current
21669     devices from common/console.c; use stdio_print_current_devices()
21670     instead
21671
21672     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21673
21674     Edited commit message.
21675
21676     Signed-off-by: Wolfgang Denk <wd@denx.de>
21677
21678 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
21679 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21680 Date:   Sat May 16 12:14:55 2009 +0200
21681
21682     console: unify printing current devices
21683
21684     Create stdio_print_current_devices() for this purpose
21685
21686     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21687
21688 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
21689 Author: Wolfgang Denk <wd@denx.de>
21690 Date:   Sat Jul 18 23:18:14 2009 +0200
21691
21692     cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
21693
21694     Signed-off-by: Wolfgang Denk <wd@denx.de>
21695
21696 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
21697 Author: Tom Rix <Tom.Rix@windriver.com>
21698 Date:   Tue Jun 30 15:04:13 2009 -0500
21699
21700     OMAP3 Fix compiler warning for v7_flush_dcache_all
21701
21702     On build of omap3 targets in MAKEALL, the *.ERR files have
21703
21704     cpu.c: In function 'cleanup_before_linux':
21705     cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
21706     cpu.c:64: warning: implicit declaration of function 'get_device_type
21707
21708     The functions v7_flush_dcache_all and get_device_type are declared
21709     in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
21710     declare the functions.
21711
21712     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21713
21714 commit dba107b967332fc8a35867f4d58038626c968800
21715 Author: Wolfgang Denk <wd@denx.de>
21716 Date:   Sat Jul 18 22:09:38 2009 +0200
21717
21718     ARM: make split_by_variant.sh output more useful
21719
21720     The board/armltd/integrator/split_by_variant.sh script used to print
21721     "Configuring for integrator*p board..." no matter which board name
21722     was being compiled. This made it difficult to match MAKEALL output to
21723     board names. This patch fixes this.
21724
21725     Signed-off-by: Wolfgang Denk <wd@denx.de>
21726
21727 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
21728 Author: Wolfgang Denk <wd@denx.de>
21729 Date:   Sat Jul 18 21:52:24 2009 +0200
21730
21731     NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
21732
21733     Commit 8d2effea added a warning for configurations that use NAND
21734     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
21735     failed to fix the affected boards.
21736
21737     This patch covers the non-PPC boards that were missed in the previous
21738     patch (commit 170c1972).
21739
21740     Signed-off-by: Wolfgang Denk <wd@denx.de>
21741
21742 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
21743 Author: Wolfgang Denk <wd@denx.de>
21744 Date:   Sat Jul 18 20:46:38 2009 +0200
21745
21746     at91cap9adk: fix #ifdef/#endif pairing
21747
21748     The #ifdef/#endif pairing in this file was obviously messed up.
21749
21750     Signed-off-by: Wolfgang Denk <wd@denx.de>
21751
21752 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
21753 Author: Prafulla Wadaskar <prafulla@marvell.com>
21754 Date:   Thu Jul 16 20:58:01 2009 +0530
21755
21756     Marvell MV88F6281GTW_GE Board support
21757
21758     This is Marvell's 88F6281_A0 based custom board developed
21759     for wireless access point product
21760
21761     This patch is tested for-
21762     1. Boot from DRAM/SPI flash/NFS
21763     2. File transfer using tftp and loadb
21764     3. SPI flash read/write/erase
21765     4. Booting Linux kernel and RFS from SPI flash
21766     5. Boot from USB supported
21767
21768     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
21769     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21770
21771 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
21772 Author: Prafulla Wadaskar <prafulla@marvell.com>
21773 Date:   Thu Jul 16 20:58:00 2009 +0530
21774
21775     Marvell Sheevaplug Board support
21776
21777     Reference:
21778     http://plugcomputer.org/
21779     http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
21780
21781     This patch is tested for-
21782     1. Boot from DRAM/NAND flash
21783     2. File transfer using tftp
21784     3. NAND flash read/write/erase
21785     4. Linux kernel and RFS Boot from NAND
21786     5. Enabled USB PHY init for kernel need
21787     6. Boot from USB supported
21788
21789     Note: to boot Kirkwood kernel with USB support,
21790         you should add "usb start" in the boot sequence
21791
21792     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21793
21794 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
21795 Author: Wolfgang Denk <wd@denx.de>
21796 Date:   Sat Jul 18 18:00:25 2009 +0200
21797
21798     pcm030: fix out-of-tree building
21799
21800     Commit c9969947, which added support for the pcm030 board
21801     (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
21802
21803     Signed-off-by: Wolfgang Denk <wd@denx.de>
21804
21805 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
21806 Author: Wolfgang Denk <wd@denx.de>
21807 Date:   Sat Jul 18 16:36:11 2009 +0200
21808
21809     MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
21810
21811     Signed-off-by: Wolfgang Denk <wd@denx.de>
21812
21813 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
21814 Author: Wolfgang Denk <wd@denx.de>
21815 Date:   Sat Jul 18 16:13:18 2009 +0200
21816
21817     8xxx: fix warning: implicit declaration of function 'uec_standard_init'
21818
21819     Commit 8e55258f created function uec_standard_init() to initialize
21820     all UEC interfaces for 83xx and 85xx but failed to provide a
21821     prototype for it.
21822
21823     Signed-off-by: Wolfgang Denk <wd@denx.de>
21824
21825 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
21826 Author: Wolfgang Denk <wd@denx.de>
21827 Date:   Sat Jul 18 15:46:02 2009 +0200
21828
21829     MIP405T: fix compile problem
21830
21831     The "stdio/device: rework function naming convention" patch
21832     (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
21833
21834     Signed-off-by: Wolfgang Denk <wd@denx.de>
21835
21836 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
21837 Author: Wolfgang Denk <wd@denx.de>
21838 Date:   Sat Jul 18 15:32:10 2009 +0200
21839
21840     NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
21841
21842     Commit 8d2effea added a warning for configurations that use NAND
21843     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
21844     failed to fix the affected boards.
21845
21846     Signed-off-by: Wolfgang Denk <wd@denx.de>
21847
21848 commit 6e897a661fb9968ce354165a12cce82e4b889e04
21849 Author: Wolfgang Denk <wd@denx.de>
21850 Date:   Sat Jul 18 15:05:44 2009 +0200
21851
21852     CPCI750: fix compile problem
21853
21854     Commit bc0d3296 removed ppc_error_no.h from Marvell boards
21855     but forgot to update board/esd/cpci750/mv_eth.h
21856
21857     Signed-off-by: Wolfgang Denk <wd@denx.de>
21858
21859 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
21860 Author: Alessandro Rubini <rubini-list@gnudd.com>
21861 Date:   Fri Jul 17 14:42:11 2009 +0200
21862
21863     cmd_i2c: bugfix: add missing brace
21864
21865     The sub-command parser missed a brace, so "return 0;" is always
21866     taken and no error message is diplayed if you say "i2c scan"
21867     instead of "i2c probe", for example.
21868
21869     Proper brace is added. Also, a misleading and unneeded else
21870     is removed.
21871
21872     Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
21873
21874 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
21875 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21876 Date:   Sat May 16 12:14:54 2009 +0200
21877
21878     stdio/device: rework function naming convention
21879
21880     So far the console API uses the following naming convention:
21881
21882         ======Extract======
21883         typedef struct device_t;
21884
21885         int     device_register (device_t * dev);
21886         int     devices_init (void);
21887         int     device_deregister(char *devname);
21888         struct list_head* device_get_list(void);
21889         device_t* device_get_by_name(char* name);
21890         device_t* device_clone(device_t *dev);
21891         =======
21892
21893     which is too generic and confusing.
21894
21895     Instead of using device_XX and device_t we change this
21896     into stdio_XX and stdio_dev
21897
21898     This will also allow to add later a generic device mechanism in order
21899     to have support for multiple devices and driver instances.
21900
21901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21902
21903     Edited commit message.
21904
21905     Signed-off-by: Wolfgang Denk <wd@denx.de>
21906
21907 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
21908 Author: Peter Tyser <ptyser@xes-inc.com>
21909 Date:   Wed Jul 15 00:01:08 2009 -0500
21910
21911     ppc: Fix compile error for boards with CONFIG_DDR_ECC
21912
21913     A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
21914     which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
21915     defined and resulted in errors such as:
21916
21917     Configuring for canyonlands board...
21918     fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
21919     processor"
21920     make[1]: *** No rule to make target `.depend', needed by `libdma.a'.  Stop.
21921
21922     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21923
21924 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
21925 Author: Prafulla Wadaskar <prafulla@marvell.com>
21926 Date:   Thu Jul 16 20:57:59 2009 +0530
21927
21928     include/config_cmd_default.h cleanup
21929
21930     arranged configurations in alphabetical order
21931     CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
21932
21933     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21934
21935 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
21936 Author: Mike Frysinger <vapier@gentoo.org>
21937 Date:   Sun Jun 14 21:35:22 2009 -0400
21938
21939     sata: namespace curr_device variable
21940
21941     The curr_device variable really should be namespaced with a "sata_" prefix
21942     since it is only used by the sata code.  It also avoids random conflicts
21943     with other pieces of code (like cmd_mmc):
21944     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
21945         multiple definition of `curr_device'
21946     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
21947
21948     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21949
21950 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
21951 Author: Mike Frysinger <vapier@gentoo.org>
21952 Date:   Sun Jun 14 21:35:21 2009 -0400
21953
21954     cmd_mmc: make curr_device static
21955
21956     The curr_device variable isn't used outside of cmd_mmc, so mark it static
21957     to avoid conflicts with other pieces of code (like sata which also exports
21958     a curr_device).  Otherwise we end up with stuff like:
21959     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
21960         multiple definition of `curr_device'
21961     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
21962
21963     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21964
21965 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
21966 Author: Mike Frysinger <vapier@gentoo.org>
21967 Date:   Sun Jun 14 21:35:16 2009 -0400
21968
21969     envcrc: add missing dependencies on env storage
21970
21971     When the envcrc building was made conditional, it missed a bunch of env
21972     storage types, so add all currently supported types.
21973
21974     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21975
21976 commit 2419169f5749d7af501b3b77a5336d1d535320de
21977 Author: Scott Wood <scottwood@freescale.com>
21978 Date:   Thu Jul 16 19:08:04 2009 -0500
21979
21980     Remove legacy NAND and disk on chip references from boards.
21981
21982     Signed-off-by: Scott Wood <scottwood@freescale.com>
21983
21984 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
21985 Author: Shinya Kuribayashi <skuribay@pobox.com>
21986 Date:   Sat Jun 20 19:10:14 2009 +0900
21987
21988     config.mk: Remove $(PCI_CLOCK) reference
21989
21990     The following commit introduced $(PCI_CLOCK) reference so that
21991     we could tweak `PCI_66M' definition via an environment variable.
21992
21993     > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
21994     > Author: Eran Liberty <liberty@freescale.com>
21995     > Date:   Thu Jul 28 10:08:46 2005 -0500
21996     >
21997     >     * Patch by Eran Liberty
21998     >       Add support for the Freescale MPC8349ADS board.
21999
22000     But I suggest a removal of it for the following reasons:
22001
22002     * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
22003       and it seems that MPC8349EMDS port is PCI_66M free.
22004
22005     * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
22006       but they don't need $(PCI_CLOCK) environment variable at all.
22007       PCI_66M is automatically configured via $(BOARD)_config names
22008       with the help of $(findstring _66_,$@).
22009
22010     * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
22011       so only a few people know the existence of it these days.
22012
22013     * Keep config.mk independent from $(BOARD) as much as possible.
22014
22015     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
22016     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22017
22018 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
22019 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22020 Date:   Sat May 23 21:42:36 2009 +0200
22021
22022     fix: missing autoconfig.mk from general Makefile
22023
22024     At the first run of make we generate the autoconf.mk and
22025     autoconf.mk.dep if not already the case and we currently include only
22026     to .dep
22027
22028     In order to use these autogenerated values we need to include it also
22029     even if it's included in config.mk but it's done before their
22030     generation
22031
22032     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22034
22035 commit 1ca298ced07327749b54321815f76fcddb2f9479
22036 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
22037 Date:   Thu Jul 9 16:07:30 2009 +0200
22038
22039     Added support for splash screen positioning
22040
22041     This patch adds support splash image positioning by adding an
22042     additional variable "splashpos" to the environment. Please see
22043     README for details.
22044
22045     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
22046     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22047     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22048
22049 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
22050 Author: Anatolij Gustschin <agust@denx.de>
22051 Date:   Tue Jul 7 13:11:36 2009 +0200
22052
22053     video: mb862xx: replace printf with puts
22054
22055     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22056
22057 commit cce99b2a7dd80683d61360aee56a6ece344950b2
22058 Author: Anatolij Gustschin <agust@denx.de>
22059 Date:   Tue Jul 7 13:27:07 2009 +0200
22060
22061     video: mb862xx: use macros instead of magic numbers
22062
22063     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22064
22065 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
22066 Author: Anatolij Gustschin <agust@denx.de>
22067 Date:   Tue Jul 7 13:24:08 2009 +0200
22068
22069     video: mb862xx: fix coding style and remove dead code
22070
22071     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22072
22073 commit 292ed489dba8cc97b458579003a8001cd4703cd8
22074 Author: Michal Simek <monstr@monstr.eu>
22075 Date:   Tue Jun 30 12:03:50 2009 +0200
22076
22077     microblaze: Remove ignored return type for __arch__swab16 function
22078
22079     This change remove compilation warnings.
22080
22081     Signed-off-by: Michal Simek <monstr@monstr.eu>
22082
22083 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
22084 Author: Michal Simek <monstr@monstr.eu>
22085 Date:   Tue Jun 30 12:02:45 2009 +0200
22086
22087     microblaze: Removed unused variables
22088
22089     Signed-off-by: Michal Simek <monstr@monstr.eu>
22090
22091 commit be33b046b549ad88c204c209508cd7657232ffbd
22092 Author: Scott Wood <scottwood@freescale.com>
22093 Date:   Wed Apr 1 15:02:13 2009 -0500
22094
22095     Remove legacy NAND and disk on chip code.
22096
22097     Legacy NAND had been scheduled for removal.  Any boards that use this
22098     were already not building in the previous release due to an #error.
22099
22100     The disk on chip code in common/cmd_doc.c relies on legacy NAND,
22101     and it has also been removed.  There is newer disk on chip code
22102     in drivers/mtd/nand; someone with access to hardware and sufficient
22103     time and motivation can try to get that working, but for now disk
22104     on chip is not supported.
22105
22106     Signed-off-by: Scott Wood <scottwood@freescale.com>
22107
22108 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
22109 Author: Stefan Roese <sr@denx.de>
22110 Date:   Thu Jun 4 16:40:36 2009 +0200
22111
22112     nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
22113
22114     This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
22115     defines such a 4k plus 218 bytes ECC layout.
22116
22117     Signed-off-by: Stefan Roese <sr@denx.de>
22118     Cc: Scott Wood <scottwood@freescale.com>
22119     Signed-off-by: Scott Wood <scottwood@freescale.com>
22120
22121 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
22122 Author: Stefan Roese <sr@denx.de>
22123 Date:   Thu Jul 16 15:13:04 2009 +0200
22124
22125     nand: ndfc: Remove unnecessary #ifdef's
22126
22127     Now that the 4xx NAND driver ndfc is moved to the common NAND driver
22128     directory we don't need this #ifdef's anymore.
22129
22130     Signed-off-by: Stefan Roese <sr@denx.de>
22131     Cc: Scott Wood <scottwood@freescale.com>
22132     Signed-off-by: Scott Wood <scottwood@freescale.com>
22133
22134 commit 12582ac771b0bf3852817c3bfa4be326522a0665
22135 Author: Stefan Roese <sr@denx.de>
22136 Date:   Thu Jul 16 15:12:48 2009 +0200
22137
22138     nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
22139
22140     Signed-off-by: Stefan Roese <sr@denx.de>
22141     Cc: Scott Wood <scottwood@freescale.com>
22142     Signed-off-by: Scott Wood <scottwood@freescale.com>
22143
22144 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
22145 Author: Valeriy Glushkov <gvv@lstec.com>
22146 Date:   Tue Jul 14 13:51:10 2009 +0300
22147
22148     nand: fixed failed reads on corrected ECC errors in nand_util.c
22149
22150     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22151     Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
22152     Signed-off-by: Scott Wood <scottwood@freescale.com>
22153
22154 commit ed727d394c5ab139033719772dc95dc25cfa14f7
22155 Author: David Brownell <david-b@pacbell.net>
22156 Date:   Mon Jul 13 16:29:04 2009 -0700
22157
22158     Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
22159
22160     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22161     Signed-off-by: Scott Wood <scottwood@freescale.com>
22162
22163 commit 937076f84c5064f0a79105fce352ac7cf7b33643
22164 Author: Kyungmin Park <kmpark@infradead.org>
22165 Date:   Sat Jul 11 16:49:55 2009 +0900
22166
22167     MTD: OneNAND: Increase the environment size to 4KiB
22168
22169     Also use mtd operation instead of onenand functions
22170
22171     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22172     Signed-off-by: Scott Wood <scottwood@freescale.com>
22173
22174 commit bfadb17f69c256196620c32164775f063a59c34f
22175 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22176 Date:   Wed Jun 10 00:25:38 2009 +0400
22177
22178     mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
22179
22180     Since we have simple hwconfig interface now, we don't need
22181     pci_external_arbiter variable any longer.
22182
22183     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22184     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22185
22186 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
22187 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22188 Date:   Wed Jun 10 00:25:36 2009 +0400
22189
22190     mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
22191
22192     This patch simply converts the board to the hwconfig infrastructure.
22193
22194     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22195     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22196
22197 commit c78c678354c8321737aa07e86831ff14176f4ed5
22198 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22199 Date:   Wed Jun 10 00:25:31 2009 +0400
22200
22201     mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
22202
22203     fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
22204     also will fixup clock-frequency property.
22205
22206     Plus, since DR USB and eSDHC are mutually exclusive, we should
22207     only configure the eSDHC if asked through hwconfig.
22208
22209     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22210     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22211
22212 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
22213 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22214 Date:   Wed Jun 10 00:25:30 2009 +0400
22215
22216     mpc83xx: MPC837XERDB: Add support for FSL eSDHC
22217
22218     This patch adds support for eSDHC on MPC837XERDB boards. The WP
22219     switch doesn't seem to work on RDB boards though, the WP pin is
22220     always asserted (can see the pin state when it's in GPIO mode).
22221
22222     FSL DR USB and FSL eSDHC are mutually exclusive because of pins
22223     multiplexing, so user should specify 'esdhc' or 'dr_usb' options
22224     in the hwconfig environment variable to choose between the
22225     devices.
22226
22227     p.s.
22228     Now we're very close to a monitor len limit (196 bytes left using
22229     gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
22230
22231     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22232     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22233
22234 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
22235 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22236 Date:   Wed Jun 10 00:25:29 2009 +0400
22237
22238     fsl_esdhc: Add device tree fixups
22239
22240     This patch implements fdt_fixup_esdhc() function that is used to fixup
22241     the device tree.
22242
22243     The function adds status = "disabled" propery if esdhc pins muxed away,
22244     otherwise it fixups clock-frequency for esdhc nodes.
22245
22246     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22247     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22248
22249 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
22250 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22251 Date:   Wed Jun 10 00:25:27 2009 +0400
22252
22253     Add simple hwconfig infrastructure
22254
22255     This patch implements simple hwconfig infrastructure: an
22256     interface for software knobs to control a hardware.
22257
22258     This is very simple implementation, i.e. it is implemented
22259     via `hwconfig' environment variable. Later we could write
22260     some "hwconfig <enable|disable|list>" commands, ncurses
22261     interface for Award BIOS-like interface, and frame-buffer
22262     interface for AMI GUI[1] BIOS-like interface with mouse
22263     support[2].
22264
22265     Current implementation details/limitations:
22266
22267     1. Doesn't support options dependencies and mutual exclusion.
22268        We can implement this by integrating apt-get[3] into the
22269        u-boot. But I didn't bother yet.
22270
22271     2. Since we don't implement hwconfig command, i.e. we're working
22272        with the environement directly, there is no way to tell that
22273        toggling a particular option will need a reboot to take
22274        an effect. So, for now it's advised to always reboot the
22275        target after modifying hwconfig variable.
22276
22277     3. We support hwconfig options with arguments. For example,
22278
22279        set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
22280
22281        That means:
22282        - dr_usb - enable Dual-Role USB controller;
22283        - dr_usb:mode=peripheral - USB in Function mode;
22284        - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
22285
22286     The purpose of this simple implementation is to define some
22287     internal API and then we can continue improving user experience
22288     by adding more mature interface, like hwconfig command with
22289     bells and whistles. Or not adding, if we feel that current
22290     interface fits its needs.
22291
22292     [1] http://en.wikipedia.org/wiki/American_Megatrends
22293     [2] Regarding ncurses and GUI with mouse support -- I'm just
22294         kidding.
22295     [3] The comment regarding apt-get is also a joke, meaning that
22296         dependency tracking could be non-trivial. For example, for
22297         enabling HW feature X we may need to disable Y, and turn Z
22298         into reduced mode (like RMII-only interface for ethernet,
22299         no MII).
22300
22301         It's quite trivial to implement simple cases though.
22302
22303     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22304     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22305
22306 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
22307 Author: Jerry Van Baren <gvb.uboot@gmail.com>
22308 Date:   Wed Jul 15 20:42:59 2009 -0400
22309
22310     Improve U-Boot Porting Guide in the README
22311
22312     Update for...
22313     * BDI2000 -> BDI3000 (BDI2000 is obsolete).
22314     * Add a line to read the doc/README.* files
22315     * Fix coding standard violations
22316
22317     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22318
22319 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
22320 Author: Kim Phillips <kim.phillips@freescale.com>
22321 Date:   Tue Jul 14 16:00:24 2009 -0500
22322
22323     mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
22324
22325     a.k.a cfi_mtd.c does as cfi_flash.c does.  This also prevents
22326     the TQM834x build from doing a:
22327
22328     cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
22329     cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
22330
22331     using gcc 4.4.
22332
22333     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22334     Signed-off-by: Stefan Roese <sr@denx.de>
22335
22336 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
22337 Author: Kim Phillips <kim.phillips@freescale.com>
22338 Date:   Tue Jul 7 18:04:21 2009 -0500
22339
22340     mpc83xx: increase MONITOR_LEN to offset growing pains
22341
22342     Saving the environment leads to overwriting u-boot itself,
22343     bricking boards.  Increase u-boot's image size so the environment
22344     base address doesn't end up overlapping u-boot text.
22345
22346     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22347
22348 commit c31e13260bcd048a94412a47b004386ea6112acf
22349 Author: Valeriy Glushkov <gvv@lstec.com>
22350 Date:   Tue Jun 30 15:48:41 2009 +0300
22351
22352     usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
22353
22354     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22355     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22356
22357 commit d89e1c36891de793a20a929282acc0fc7b98feac
22358 Author: Valeriy Glushkov <gvv@lstec.com>
22359 Date:   Tue Jun 30 15:48:40 2009 +0300
22360
22361     usb: mpc834x: added support of the MPH USB controller in addition to the DR one
22362
22363     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22364     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22365
22366 commit d9ac3d5a17ecef0beb70073018925e011b11684e
22367 Author: Kim Phillips <kim.phillips@freescale.com>
22368 Date:   Mon Jun 15 11:51:47 2009 -0500
22369
22370     mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
22371
22372     When enabling NAND support for a board, one must also define
22373     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
22374     for correct output.
22375
22376     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22377     Cc: Dave Liu <daveliu@freescale.com>
22378     Cc: Ron Madrid <ron_madrid@sbcglobal.net>
22379     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
22380
22381 commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
22382 Author: TsiChung Liew <tsicliew@gmail.com>
22383 Date:   Wed Jul 8 07:41:24 2009 +0000
22384
22385     ColdFire: Update bootargs
22386
22387     Add a bootargs for M53017EVB and update bootargs
22388     for M54451EVB
22389
22390     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22391
22392 commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
22393 Author: TsiChung Liew <tsicliew@gmail.com>
22394 Date:   Tue Jun 30 14:30:19 2009 +0000
22395
22396     Command for accessing serial flash update
22397
22398     Change strtoul number base of argv 3 from 0 to 16
22399
22400     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22401
22402 commit ee0a8462466dd284968536eb57c6eef4be0d6aad
22403 Author: TsiChung Liew <tsicliew@gmail.com>
22404 Date:   Tue Jun 30 14:18:29 2009 +0000
22405
22406     ColdFire: Add DSPI support for MCF5227x and MCF5445x
22407
22408     Remove individual CPU specific DSPI driver.
22409     Add required feature for the common DSPI driver in cpu_init and
22410     in platform configuration file.
22411
22412     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22413
22414 commit dec61c7851baa72151ef1d3657e7bb3b68907d48
22415 Author: TsiChung Liew <tsicliew@gmail.com>
22416 Date:   Tue Jun 30 14:09:47 2009 +0000
22417
22418     Coldfire: Consolidate DSPI driver
22419
22420     Unify both MCF5227x and MCF5445x DSPI driver in CPU to
22421     driver/spi folder for common use.
22422
22423     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22424
22425 commit 11d88b26a68bd4bf98b1c962fde6257a50978231
22426 Author: TsiChung Liew <tsicliew@gmail.com>
22427 Date:   Fri Jun 12 13:03:34 2009 +0000
22428
22429     ColdFire: Remove compiler warning messages
22430
22431     Remove unused variables and printf type mismatch in
22432     lib_m68k/board.c
22433
22434     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22435
22436 commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
22437 Author: TsiChung Liew <tsicliew@gmail.com>
22438 Date:   Fri Jun 12 11:31:31 2009 +0000
22439
22440     ColdFire: Fix M53017EVB flash size
22441
22442     Increase the flash size from 8MB to 16MB
22443
22444     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22445
22446 commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
22447 Author: TsiChung Liew <tsicliew@gmail.com>
22448 Date:   Fri Jun 12 11:29:00 2009 +0000
22449
22450     ColdFire: Add M5208EVB and MCF520x CPU support
22451
22452     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22453
22454 commit 709b384b6493d9726dce20663ebe31bf7cab2925
22455 Author: TsiChung Liew <tsicliew@gmail.com>
22456 Date:   Thu Jun 11 15:39:57 2009 +0000
22457
22458     ColdFire: Update for M54451EVB
22459
22460     Update serial boot DRAM's Internal RAM, vector table and DRAM in
22461     start.S, serial flash's read status command over SPI and NOR
22462     flash.
22463
22464     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22465
22466 commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
22467 Author: TsiChung Liew <tsicliew@gmail.com>
22468 Date:   Thu Jun 11 12:50:05 2009 +0000
22469
22470     ColdFire: Update configuration file to use flash buffer write
22471
22472     Update M52277EVB, M53017EVB and M54455EVB platform configuration
22473     file to use flash buffer write
22474
22475     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22476
22477 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
22478 Author: Wolfgang Denk <wd@denx.de>
22479 Date:   Sun Jun 14 20:58:53 2009 +0200
22480
22481     mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
22482
22483     Signed-off-by: Wolfgang Denk <wd@denx.de>
22484
22485 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
22486 Author: Wolfgang Denk <wd@denx.de>
22487 Date:   Sun Jun 14 20:58:52 2009 +0200
22488
22489     aria: add JFFS2 and MTDPARTS support; adjust flash map
22490
22491     Signed-off-by: Wolfgang Denk <wd@denx.de>
22492
22493 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
22494 Author: Wolfgang Denk <wd@denx.de>
22495 Date:   Sun Jun 14 20:58:51 2009 +0200
22496
22497     aria: enable NAND flash support
22498
22499     Signed-off-by: Wolfgang Denk <wd@denx.de>
22500
22501 commit 13946925e850db5351982acb691d51716fc754e2
22502 Author: Wolfgang Denk <wd@denx.de>
22503 Date:   Sun Jun 14 20:58:50 2009 +0200
22504
22505     MPC512x: fix typo in comment listing the NAND driver name
22506
22507     Signed-off-by: Wolfgang Denk <wd@denx.de>
22508     Cc: Stefan Roese <sr@denx.de>
22509     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22510
22511 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
22512 Author: Wolfgang Denk <wd@denx.de>
22513 Date:   Sun Jun 14 20:58:49 2009 +0200
22514
22515     mecp5123: cleanup - remove dead code
22516
22517     Remove dead code that was obviously a left-over from copy & paste.
22518
22519     Signed-off-by: Wolfgang Denk <wd@denx.de>
22520     Cc: Stefan Roese <sr@denx.de>
22521     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22522
22523 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
22524 Author: Wolfgang Denk <wd@denx.de>
22525 Date:   Sun Jun 14 20:58:48 2009 +0200
22526
22527     aria: adjust memory controller initialization
22528
22529     Needed for Rev. 2 silicon at 400 MHz
22530
22531     Signed-off-by: Wolfgang Denk <wd@denx.de>
22532
22533 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
22534 Author: Wolfgang Denk <wd@denx.de>
22535 Date:   Sun Jun 14 20:58:47 2009 +0200
22536
22537     MPC512x: factor out common code
22538
22539     Now that we have 3 boards for the MPC512x it turns out that they all
22540     use the very same fixed_sdram() code.
22541
22542     This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
22543     and adds a new header file, include/asm-ppc/mpc512x.h, with some
22544     macros, inline functions and prototype definitions specific to MPC512x
22545     systems.
22546
22547     Signed-off-by: Wolfgang Denk <wd@denx.de>
22548     Cc: Stefan Roese <sr@denx.de>
22549     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22550
22551 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
22552 Author: Wolfgang Denk <wd@denx.de>
22553 Date:   Sun Jun 14 20:58:46 2009 +0200
22554
22555     mecp5123: fix build error
22556
22557     The mecp5123 board did not compile because the MSCAN Clock Control
22558     Registers were missing; these got added, but as an array instead
22559     of 4 individual registers. Adapt the code so it builds.
22560
22561     Signed-off-by: Wolfgang Denk <wd@denx.de>
22562     Cc: Stefan Roese <sr@denx.de>
22563     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22564
22565 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
22566 Author: Wolfgang Denk <wd@denx.de>
22567 Date:   Sun Jun 14 20:58:45 2009 +0200
22568
22569     MPC512x: Add MSCAN1...4 Clock Control Registers
22570
22571     Signed-off-by: Wolfgang Denk <wd@denx.de>
22572     Cc: Stefan Roese <sr@denx.de>
22573     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22574
22575 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
22576 Author: Wolfgang Denk <wd@denx.de>
22577 Date:   Sun Jun 14 20:58:44 2009 +0200
22578
22579     MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
22580
22581     When enabling NAND support for a board, one must also define
22582     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
22583     for correct output.
22584
22585     Signed-off-by: Wolfgang Denk <wd@denx.de>
22586     Cc: Stefan Roese <sr@denx.de>
22587     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22588
22589 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
22590 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
22591 Date:   Fri Jul 10 18:03:57 2009 +0800
22592
22593     issue write command to base for JEDEC flash
22594
22595     For JEDEC flash, we should issue word programming command relative to
22596     base address rather than sector base address. Original source makes
22597     SST Flash fails to program sectors which are not on the 0x10000 boundaries.
22598
22599     e.g.
22600     SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
22601     is 0x1000 bytes.
22602
22603     Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
22604     it sends to 0x46555 and the chip fails to recognize that address.
22605
22606     This patch is tested with SST39LF040.
22607
22608     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
22609     Signed-off-by: Stefan Roese <sr@denx.de>
22610
22611 commit 986922714ffd21ad39f48522d285fffc7aed56b1
22612 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22613 Date:   Sat May 2 11:53:50 2009 +0200
22614
22615     versatile: update config and merge to cfi flash driver
22616
22617     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22618     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22619     Cc: Catalin Marinas <catalin.marinas@arm.com>
22620
22621 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
22622 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22623 Date:   Sat May 2 11:53:49 2009 +0200
22624
22625     versatile: specify the board type on the prompt
22626
22627     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22628     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22629     Cc: Catalin Marinas <catalin.marinas@arm.com>
22630
22631 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
22632 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22633 Date:   Thu Jun 25 17:04:15 2009 +0200
22634
22635     at91: Introduction of at91sam9g10 SOC.
22636
22637     AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
22638     faster clock speed: 266/133MHz.
22639
22640     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22641
22642 commit 22ee647380c42f44528f99b7c1b423725e542102
22643 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22644 Date:   Thu Jul 9 10:16:29 2009 +0200
22645
22646     at91: Introduction of at91sam9g45 SOC.
22647
22648     AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
22649     It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
22650     peripherals.
22651
22652     The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
22653     On the board you can find 2 USART, USB high speed,
22654     a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
22655
22656     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22657
22658 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
22659 Author: Daniel Mack <daniel@caiaq.de>
22660 Date:   Tue Jun 23 17:30:05 2009 +0200
22661
22662     pxa: fix CKEN_B register bits
22663
22664     The current defition for CKEN_B register bits is nonsense. Adding 32 to
22665     the shifted value is equal to '| (1 << 5)', and this bit is marked
22666     'reserved' in the PXA docs.
22667
22668     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22669
22670 commit bd876be46f28b5fc2896537f6d01353f332789f7
22671 Author: Daniel Mack <daniel@caiaq.de>
22672 Date:   Tue Jun 23 17:30:04 2009 +0200
22673
22674     pxa: add clock for system bus 2 arbiter
22675
22676     This clock is needed for systems using the USB2 device unit or the 2d
22677     graphics accelerator.
22678
22679     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22680
22681 commit b016000a95514c08cab50e1cba00b019c0801bc4
22682 Author: Grazvydas Ignotas <notasas@gmail.com>
22683 Date:   Wed Jul 8 00:30:01 2009 +0300
22684
22685     OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
22686
22687     Pandora is using both SDRC CSes. The MUX setting is needed
22688     for the second CS clock signal to allow the 2 RAM parts to
22689     be put in self-refresh correctly.
22690
22691     Based on similar patch for beagle and overo by
22692     Jean Pihet and Steve Sakoman.
22693
22694 commit 8672c288703f3c51c829851c8fe6608c7869faaa
22695 Author: Grazvydas Ignotas <notasas@gmail.com>
22696 Date:   Wed Jul 8 00:30:00 2009 +0300
22697
22698     OMAP3 pandora: setup pulls for various GPIOs
22699
22700     Set pullups or pulldowns for GPIOs which need them.
22701     Disable them for others, which have external pulls.
22702     Also make disabled pull setting consistent (some pins had
22703     type set to "up" even if pull type selection was disabled).
22704
22705 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
22706 Author: Grazvydas Ignotas <notasas@gmail.com>
22707 Date:   Wed Jul 8 00:29:59 2009 +0300
22708
22709     OMAP3 pandora: setup pin mux for pins used on rev3 boards
22710
22711     Setup pin mux for GPIO pins connected on rev3 or later
22712     boards. Also change NUB2 IRQ pin. This should not affect
22713     older boards because they don't have any nubs (analog
22714     controllers) attached to them.
22715
22716 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
22717 Author: Grazvydas Ignotas <notasas@gmail.com>
22718 Date:   Wed Jul 8 00:29:58 2009 +0300
22719
22720     OMAP3 pandora: pin mux cleanup
22721
22722     Remove configuration of not unused pins, effectively
22723     leaving them in safe mode.
22724
22725 commit b996165f5a1623a055c03b22d64d6d5da81835d0
22726 Author: Prafulla Wadaskar <prafulla@marvell.com>
22727 Date:   Mon Jul 6 15:50:47 2009 +0530
22728
22729     arm: Kirkwood: bugfix: UART1 bar correction
22730
22731     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
22732
22733 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
22734 Author: Kumar Gala <galak@kernel.crashing.org>
22735 Date:   Tue Jul 7 15:48:58 2009 -0500
22736
22737     usb: Fix compiler warning with gcc4.4
22738
22739     ehci-hcd.c: In function 'ehci_submit_root':
22740     ehci-hcd.c:719: warning: value computed is not used
22741     ehci-hcd.c:748: warning: value computed is not used
22742
22743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22744     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22745
22746 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
22747 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22748 Date:   Wed Jul 8 11:42:19 2009 +0900
22749
22750     sh: Update pci config for Renesas r7780mp board
22751
22752     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22753
22754 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
22755 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22756 Date:   Thu Jun 25 16:31:26 2009 +0900
22757
22758     sh: Add support ESPT-GIGA borad
22759
22760     ESPT-Giga is SH7763-based reference board.
22761     Board support is relatively sparse, presently supporting serial,
22762     gigabit ethernet, USB host, and MTD.
22763
22764     More information (in Japanese) available at:
22765     http://www.cente.jp/product/cente_hard/ESPT-Giga.html
22766
22767     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22768     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22769
22770 commit dae4e0148a1146a5610025ae4b445e841410b659
22771 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22772 Date:   Fri Jul 3 16:06:37 2009 +0200
22773
22774     Add ESD PCI vendor ID
22775
22776     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22777
22778 commit 876b3cef537aab2cba8c19505db2876f6057f818
22779 Author: Peter Tyser <ptyser@xes-inc.com>
22780 Date:   Mon Jun 22 18:01:41 2009 -0500
22781
22782     api_examples/Makefile: General cleanup
22783
22784     * Remove symlinking of files located outside api_examples/
22785
22786     * Auto generate dependencies for files located outside api_examples/
22787
22788     * Update names of variables to be similar to those in tools/Makefile
22789
22790     * Fix out of tree build error
22791       Dependencies are calculated for all files in the SRCS variable.
22792       Previously, the SRCS variable contained files which were symlinked
22793       into the api_examples/ directory.  These symlinked files did not exist
22794       when dependencies were calculated when building out of tree.  This
22795       resulted in errors such as:
22796         make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'.  Stop.
22797         make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
22798         make: *** [depend] Error 2
22799
22800       Since symlinked source files are no longer used, this bug no longer
22801       exists.
22802
22803     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22804     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22805
22806 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
22807 Author: Peter Tyser <ptyser@xes-inc.com>
22808 Date:   Mon Jun 22 18:01:40 2009 -0500
22809
22810     api_examples/Makefile: Get rid of unnecessary intermediate LIB target
22811
22812     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22813     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22814
22815 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
22816 Author: Peter Tyser <ptyser@xes-inc.com>
22817 Date:   Mon Jun 22 18:01:39 2009 -0500
22818
22819     api_examples/Makefile: Combine ELF and BIN targets
22820
22821     Combining the two rules cleans up the Makefile a bit
22822
22823     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22824     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22825
22826 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
22827 Author: Peter Tyser <ptyser@xes-inc.com>
22828 Date:   Mon Jun 22 18:01:38 2009 -0500
22829
22830     api_examples/Makefile: Split up variable declarations
22831
22832     This cleans up the Makefile a bit and simplifies future changes
22833
22834     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22835     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22836
22837 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
22838 Author: Timur Tabi <timur@freescale.com>
22839 Date:   Fri Jun 19 14:10:52 2009 -0500
22840
22841     remove _IO_BASE and KSEG1ADDR from board configuration files
22842
22843     The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
22844     driver, but the code that used that macro was removed over a year
22845     ago, so board configuration files no longer need to define it.
22846
22847     The _IO_BASE macro is also automatically defined to 0 if it isn't
22848     already set, so there's no need to define that macro either in the
22849     board configuration files.
22850
22851     Signed-off-by: Timur Tabi <timur@freescale.com>
22852     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22853     Acked-by: Andy Fleming <afleming@freescale.com>
22854     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22855     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22856
22857 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
22858 Author: Jon Smirl <jonsmirl@gmail.com>
22859 Date:   Sun Jun 14 18:21:28 2009 -0400
22860
22861     board support patch for phyCORE-MPC5200B-tiny
22862
22863     Add support for the Phytec phyCORE-MPC5200B-tiny.
22864     Code originally from Pengutronix.de.
22865     Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
22866     Timer 0/1
22867
22868     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
22869     Acked-by: Grant Likely <grant.likely@secretlab.ca>
22870
22871 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
22872 Author: Mike Frysinger <vapier@gentoo.org>
22873 Date:   Mon Jun 15 13:37:20 2009 -0400
22874
22875     kallsyms: fix escaping of NUL char in strings
22876
22877     The current kallsyms code is using \\0 to escape the backslash in the awk
22878     code, but the shell too needs escaping.  This way we make sure gcc is
22879     passed the \0.  Then gcc itself will consume this as an octal, so we have
22880     to use 000 so gcc will create the final NUL.
22881
22882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22883
22884 commit ed540f07b8ad86909704e9806c1762462cb4995a
22885 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
22886 Date:   Fri Jun 26 10:18:49 2009 -0400
22887
22888     Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
22889
22890     The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
22891     board, so add a simple example of how to do that in the board config.
22892
22893     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
22894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22895
22896 commit f8bf54b4081c3c3d518830df0017a23ec672a841
22897 Author: Mike Frysinger <vapier@gentoo.org>
22898 Date:   Thu Jun 25 19:40:28 2009 -0400
22899
22900     Blackfin: blackstamp: update spi flash settings
22901
22902     The latest blackstamp boards can only run the SPI flash at 15MHz before
22903     they start to crap out, so lower the max speeds accordingly.  The new SPI
22904     flash also has different sector requirements, so update the environment
22905     sizes as well.
22906
22907     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22908
22909 commit 286070ddc8339666c09bd7912e960b850a8a0318
22910 Author: Mike Frysinger <vapier@gentoo.org>
22911 Date:   Mon Oct 6 03:31:52 2008 -0400
22912
22913     Blackfin: add cache_dump commands
22914
22915     A few debug-type commands used to dump the raw icache/dcache data.  Useful
22916     when trying to track down cache-related bugs.
22917
22918     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22919
22920 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
22921 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22922 Date:   Wed Jul 8 15:31:57 2009 +0200
22923
22924     ppc4xx: Set default PCI device ID for 405EP boards
22925
22926     Current code only sets the PCI vendor id to 0x1014 and
22927     leaved device id to 0x0000.
22928
22929     Ths patch ....
22930     a) uses the correct PCI_VENDOR_ID_IBM macro for this
22931     b) sets the default device ID as stated in the UM to 0x0156
22932        by using PCI_DEVICE_ID_IBM_405GP for this.
22933
22934     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22935     Signed-off-by: Stefan Roese <sr@denx.de>
22936
22937 commit 123f102ec093fba6967066acdf9beb637df2e2d1
22938 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22939 Date:   Wed Jul 8 13:43:55 2009 +0200
22940
22941     ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
22942
22943     This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
22944     to cpu/ppc4xx/4xx_pci.c.
22945
22946     The original cpu_init_f() function enabled the 405EP's internal arbiter
22947     in all situations. Also the HCE bit in cpc0_pci is always set.
22948     The first is not really wanted for PCI adapter designs and the latter
22949     is a general bug for PCI adapter U-Boots. Because it enables
22950     PCI configuration by the system CPU even when the PCI configuration has
22951     not been setup by the 405EP. The one and only correct place is
22952     in pci_405gp_init() (see "Set HCE bit" comment).
22953
22954     So for compatibility reasons the arbiter is still enabled in any case,
22955     but from weak pci_pre_init() so that it can be replaced by board specific
22956     code.
22957
22958     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22959     Signed-off-by: Stefan Roese <sr@denx.de>
22960
22961 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
22962 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22963 Date:   Wed Jul 8 13:43:23 2009 +0200
22964
22965     ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
22966
22967     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22968     Signed-off-by: Stefan Roese <sr@denx.de>
22969
22970 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
22971 Author: Prafulla Wadaskar <prafulla@marvell.com>
22972 Date:   Mon Jun 29 20:56:43 2009 +0530
22973
22974     usb: add Marvell Kirkwood ehci host controller driver
22975
22976     This driver is tested on Sheevaplug platform
22977
22978     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
22979     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22980
22981 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
22982 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
22983 Date:   Wed Jun 24 10:08:40 2009 +0530
22984
22985     mpc83xx: USB: fix: access of ehci struct elements
22986
22987     It fixes the access to the 'ehci' struct elements for mpc83xx which
22988     should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
22989     Sorry about that.
22990
22991     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
22992     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22993
22994 commit 08066152735417fc55a5c9de2cec0714c529e4f3
22995 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
22996 Date:   Fri Jun 19 17:56:00 2009 +0530
22997
22998     mpc8xxx: USB: fix: access of ehci struct elements
22999
23000     This patch fixes the access to the 'ehci' struct elements which should
23001     have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
23002     Sorry about that.
23003
23004     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
23005     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23006
23007 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
23008 Author: Bryan Wu <bryan.wu@analog.com>
23009 Date:   Tue Jun 16 05:26:27 2009 -0400
23010
23011     usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
23012
23013     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
23014     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23015     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23016
23017 commit 7984967a9405672db1581402d2c2cfae268d1a67
23018 Author: Mike Frysinger <vapier@gentoo.org>
23019 Date:   Tue Jun 16 05:26:25 2009 -0400
23020
23021     usb: musb: drop old musb read/write prototypes
23022
23023     These functions are no longer defined, so remove their prototypes.
23024
23025     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23026     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23027
23028 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
23029 Author: Kim Phillips <kim.phillips@freescale.com>
23030 Date:   Mon Jun 15 11:50:07 2009 -0500
23031
23032     usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
23033
23034     fix a stray CONFIG_MPC83XX that escaped commit
23035     0f898604945af4543c1525fc33b6bae621a3b805.
23036
23037     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23038     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23039
23040 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
23041 Author: Michal Simek <monstr@monstr.eu>
23042 Date:   Tue Jun 30 23:47:30 2009 +1000
23043
23044     asm-generic: Consolidate errno.h to asm-generic/errno.h
23045
23046     This patch use blackfin errno.h implementation which
23047     correspond Linux kernel one.
23048
23049     MIPS implemetation is different that's why I keep it.
23050
23051     I removed ppc_error_no.h from Marvell boards which
23052     was the same too.
23053
23054     I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
23055
23056     Acked-by: Stefan Roese <sr@denx.de>
23057     Signed-off-by: Michal Simek <monstr@monstr.eu>
23058
23059 commit 2896b5851f0430bf16529376a4193630e966c788
23060 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
23061 Date:   Tue Jul 7 16:01:02 2009 +0200
23062
23063     Command improvements for ubifs
23064
23065     Check that an argument is passed to ubifsmount and that addresses and
23066     sizes are actually numbers for ubifsload. Also improve the instructions
23067     a bit.
23068
23069     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
23070     Signed-off-by: Stefan Roese <sr@denx.de>
23071
23072 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
23073 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
23074 Date:   Tue Jul 7 16:59:46 2009 +0200
23075
23076     Handle VID header offset in ubi part command
23077
23078     The VID header offset is sometimes needed to initialize the UBI
23079     partition. This patch adds it (optionally) to the command line
23080     for the ubi part command.
23081
23082     (Lines have been properly wrapped since last version)
23083
23084     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
23085     Acked-by: Stefan Roese <sr@denx.de>
23086     Signed-off-by: Stefan Roese <sr@denx.de>
23087
23088 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
23089 Author: Wolfgang Denk <wd@denx.de>
23090 Date:   Thu Jul 9 09:56:16 2009 +0200
23091
23092     MAINTAINERS: fix sorting, remove duplicates.
23093
23094     Signed-off-by: Wolfgang Denk <wd@denx.de>
23095
23096 commit efbf14e9a2394a154b12643d4a011994b5096b5a
23097 Author: Heiko Schocher <heiko.schocher@invitel.hu>
23098 Date:   Wed Dec 10 08:27:01 2008 +0100
23099
23100     all platforms: make show_boot_progress() work again
23101
23102     Signed-off-by: Heiko Schocher <hs@denx.de>
23103
23104 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
23105 Author: Prafulla Wadaskar <prafulla@marvell.com>
23106 Date:   Mon Jun 29 15:25:18 2009 +0530
23107
23108     nand: Add Marvell Kirkwood NAND driver
23109
23110     This patch adds a NAND driver for the Marvell Kirkwood SoC's
23111
23112     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23113     Acked-by: Scott Wood <scottwood@freescale.com>
23114
23115 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
23116 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
23117 Date:   Mon Jul 6 16:27:33 2009 +0200
23118
23119     ppc4xx: Make pll_write global
23120
23121     This patch makes pll_write on PPC405EP boards
23122     global and callable from C code.
23123
23124     pll_write can be used to dynamically modify the PLB:PCI divider
23125     as it is required for 33/66 MHz pci adapters based on the 405EP.
23126
23127     board_early_init_f() is a good place to do that (check M66EN signal
23128     and call pll_write() when it is required).
23129
23130     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
23131     Signed-off-by: Stefan Roese <sr@denx.de>
23132
23133 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
23134 Author: Stefan Roese <sr@denx.de>
23135 Date:   Mon Jul 6 11:44:33 2009 +0200
23136
23137     ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
23138
23139     Signed-off-by: Stefan Roese <sr@denx.de>
23140
23141 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
23142 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
23143 Date:   Fri Jul 3 16:06:06 2009 +0200
23144
23145     ppc4xx: Implement is_pci_host() for 405 CPUs
23146
23147     This patch implements the is_pci_host() function in a similiar way
23148     as it is used on 440 targets.
23149
23150     The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
23151     build on 405EP targets because checking the PCI arbiter is different.
23152     So putting the fixed code into a separate function makes the code
23153     more readable.
23154
23155     Also using is_pci_host() on 405 brings 405 and 440 PCI code
23156     a little bit closer.
23157
23158     In preparation for an upcoming 405EP based PMC module I made this
23159     function weak so that it can be overwritten from board specific code.
23160
23161     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
23162     Signed-off-by: Stefan Roese <sr@denx.de>
23163
23164 commit 04ddae915f295dee301f15c32100533a48e3b433
23165 Author: Alessio Centazzo <centazzo@gmail.com>
23166 Date:   Wed Jul 1 22:20:51 2009 -0700
23167
23168     ppc4xx: Fixed PPC4xx debug compilation error in uic.c
23169
23170     This patch fixes a debug compilation error for PPC4xx platforms, all
23171     other architectures are not affected by this change.  The 'handler'
23172     pointer was undefined.  The fix is exercised and has effect only if
23173     DEBUG is defined.
23174
23175     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
23176     Signed-off-by: Stefan Roese <sr@denx.de>
23177
23178 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
23179 Author: Felix Radensky <felix@embedded-sol.com>
23180 Date:   Wed Jul 1 11:37:46 2009 +0300
23181
23182     4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
23183
23184     This patch fixes printf format string compilation warnings in several
23185     debug statements. It also fixes the dump of DDR controller MQ registers
23186     found on some 44x and 46x platforms. The current register dump code
23187     uses incorrect DCRs to access these registers.
23188
23189     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
23190     Signed-off-by: Stefan Roese <sr@denx.de>
23191
23192 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
23193 Author: Felix Radensky <felix@embedded-sol.com>
23194 Date:   Mon Jun 22 15:30:42 2009 +0300
23195
23196     ppc4xx: Fix FDT EBC mappings on Canyonlands
23197
23198     This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
23199     First, NAND EBC mapping was missing, making Linux NAND driver
23200     unusable on this board. Second, NOR remapping code assumed that
23201     NOR is always on CS0, however when booting from NAND NOR is on CS3.
23202
23203     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
23204     Signed-off-by: Stefan Roese <sr@denx.de>
23205
23206 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
23207 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23208 Date:   Tue Jun 16 22:29:15 2009 +0900
23209
23210     sh: Revised the build with newest compiler
23211
23212     The check of data became severe from newest gcc.
23213     This patch checked in gcc-4.2 and 4.3 .
23214
23215     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23216
23217 commit be45c632568ba76343c1453b3951ad793f482fd5
23218 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23219 Date:   Thu Jun 4 12:06:48 2009 +0200
23220
23221     sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
23222
23223     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23224     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23225     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23226
23227 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
23228 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23229 Date:   Thu Jun 4 12:06:47 2009 +0200
23230
23231     sh3/sh4: fix CONFIG_SYS_HZ to 1000
23232
23233     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23234     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23235     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23236
23237 commit add380f51f34ed1e2678c2abac8d53c91d652f26
23238 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23239 Date:   Thu Jun 4 12:06:46 2009 +0200
23240
23241     sh: introduce clock framework
23242
23243     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23244     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23245     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23246
23247 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
23248 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23249 Date:   Thu Jun 4 12:06:45 2009 +0200
23250
23251     sh: unify linker script
23252
23253     all sh boards use the same cpu linker script so move it to cpu/$(CPU)
23254
23255     that could be overwrite in following order
23256     SOC
23257     BOARD
23258     via the corresponding config.mk
23259
23260     tested on r2dplus
23261
23262     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23263     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23264     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23265
23266 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
23267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23268 Date:   Thu Jun 4 12:06:44 2009 +0200
23269
23270     sh: make the linker scripts more generic
23271
23272     currently we need to sync the linker script enty and TEXT_BASE manualy
23273     and the reloc_dst is based on it
23274
23275     instead provide it now from the ldflags
23276
23277     tested on r2dplus
23278
23279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23280     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23281     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23282
23283 commit ce29817212792113cd2d67a9767049a2e262c406
23284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23285 Date:   Thu Jun 4 12:06:43 2009 +0200
23286
23287     sh7785lcr: fix out of tree build
23288
23289     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23290     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23291     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23292
23293 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
23294 Author: HeungJun Kim <riverful.kim@gmail.com>
23295 Date:   Tue Jun 30 14:42:22 2009 +0900
23296
23297     env_onenand: change env_address type from unsigned long to loff_t
23298
23299     If use the onenand boot, the env_relocate_spec() calls mtd->read(),
23300     and the type of the argument #2 of mtd->read() was changed to loff_t.
23301     But, the "env_addr" type is still unsigned long, thus this patch change
23302     the type from unsigned long to loff_t.
23303
23304     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
23305     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
23306     Signed-off-by: Scott Wood <scottwood@freescale.com>
23307
23308 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
23309 Author: Mingkai Hu <Mingkai.hu@freescale.com>
23310 Date:   Thu Jun 18 18:23:27 2009 +0800
23311
23312     fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
23313
23314     The bbt descriptors contains the pointer to the bbt pattern which
23315     are statically initialized memory struct. When relocated to RAM,
23316     these pointers will continue point to NOR flash(or L2 SRAM, or
23317     other boot device). If the contents of NOR flash changed or L2
23318     SRAM disabled, it'll hang the system.
23319
23320     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
23321     Signed-off-by: Scott Wood <scottwood@freescale.com>
23322
23323 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
23324 Author: Scott Wood <scottwood@freescale.com>
23325 Date:   Wed Jun 24 17:23:49 2009 -0500
23326
23327     nand_spl: Fix cmd_ctrl usage in nand_boot.c.
23328
23329     When adding large page NAND support to this file, I had a misunderstanding
23330     about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
23331     anywhere I can find) -- it is apparently just a hint to drivers,
23332     which aren't required to preserve the old value for subsequent
23333     non-"change" invocations.
23334
23335     This change makes nand_boot.c no longer assume this.  Note that this
23336     happened to work by chance with some NAND drivers, which don't preserve
23337     the value, but treat 0 equivalently to NAND_CTRL_ALE.
23338
23339     I don't have hardware to test this, so any testing is appreciated.
23340
23341     Signed-off-by: Scott Wood <scottwood@freescale.com>
23342
23343 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
23344 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
23345 Date:   Thu Jun 18 18:41:03 2009 +0100
23346
23347     Bug-fix in drivers mtd nand Makefile
23348
23349     The S3C2410 NAND driver source file is included in the makefile instead of
23350     the object file.
23351
23352     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
23353     Signed-off-by: Scott Wood <scottwood@freescale.com>
23354
23355 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
23356 Author: Guennadi Liakhovetski <lg@denx.de>
23357 Date:   Mon May 18 16:07:22 2009 +0200
23358
23359     nand_spl: read environment early, when booting from NAND using nand_spl
23360
23361     Currently, when booting from NAND using nand_spl, in the beginning the default
23362     environment is used until later in boot process the dynamic environment is read
23363     out. This way environment variables that must be interpreted early, like the
23364     baudrate or "silent", cannot be modified dynamically and remain at their
23365     default values. Fix this problem by reading out main and redundand (if used)
23366     copies of the environment in the nand_spl code.
23367
23368     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23369     Signed-off-by: Scott Wood <scottwood@freescale.com>
23370
23371 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
23372 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23373 Date:   Sat May 16 14:27:40 2009 +0200
23374
23375     mtd: nand: use loff_t for offset
23376
23377     nand_util currently uses size_t which is arch dependent and not always a
23378     unsigned long.  Now use loff_t, as does the linux mtd layer.
23379
23380     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23381     Signed-off-by: Scott Wood <scottwood@freescale.com>
23382
23383 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
23384 Author: Wolfgang Denk <wd@denx.de>
23385 Date:   Sun May 24 17:34:33 2009 +0200
23386
23387     nand/onenand: Fix missing argument checking for "markbad" command
23388
23389     The "nand markbad" and "onenand markbad" commands did not check if an
23390     argument was passed; if this was forgotten, no error was raised but
23391     block 0 was marked as bad.
23392
23393     While fixing this bug, clean up the code a bit and allow to pass more
23394     than one block address, thus allowing to mark several blocks as bad
23395     in a single command invocation.
23396
23397     Signed-off-by: Wolfgang Denk <wd@denx.de>
23398     Signed-off-by: Scott Wood <scottwood@freescale.com>
23399
23400 commit cd84423a09f3a08029fe41c1db96168debd0b51f
23401 Author: Mike Frysinger <vapier@gentoo.org>
23402 Date:   Mon May 25 22:42:28 2009 -0400
23403
23404     mtd: nand: new base driver for memory mapped nand devices
23405
23406     The BF537-STAMP Blackfin board had a driver for working with NAND devices
23407     that are simply memory mapped.  Since there is nothing Blackfin specific
23408     about this, generalize the driver a bit so that everyone can leverage it.
23409
23410     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23411     Signed-off-by: Scott Wood <scottwood@freescale.com>
23412
23413 commit d27bc728cf35e7d7996fbd77154335e66615b213
23414 Author: Guennadi Liakhovetski <lg@denx.de>
23415 Date:   Mon May 18 16:06:45 2009 +0200
23416
23417     env_nand: remove unused variable.
23418
23419     Remove an unused "total" variable in multiple functions.
23420
23421     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23422     Signed-off-by: Scott Wood <scottwood@freescale.com>
23423
23424 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
23425 Author: David Brownell <dbrownell@users.sourceforge.net>
23426 Date:   Sun May 10 15:43:01 2009 -0700
23427
23428     davinci_nand chipselect/init cleanup
23429
23430     Update chipselect handling in davinci_nand.c so that it can
23431     handle 2 GByte chips the same way Linux does:  as one device,
23432     even though it has two halves with independent chip selects.
23433     For such chips the "nand info" command reports:
23434
23435       Device 0: 2x nand0, sector size 128 KiB
23436
23437     Switch to use the default chipselect function unless the board
23438     really needs its own.  The logic for the Sonata board moves out
23439     of the driver into board-specific code.  (Which doesn't affect
23440     current build breakage if its NAND support is enabled...)
23441
23442     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23443     Signed-off-by: Scott Wood <scottwood@freescale.com>
23444
23445 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
23446 Author: Sandeep Paulraj <s-paulraj@ti.com>
23447 Date:   Sat May 9 12:35:20 2009 -0400
23448
23449     NAND DaVinci: Update to ALE/CLE Mask values
23450
23451     All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
23452     except the DM646x. This was decided by the design team driving the design.
23453     This patch updates the CLE and ALE values for DM646x.
23454     Updated patches for DM646x will be sent shortly.
23455     This applies to u-boot-nand-flash git
23456
23457     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
23458     Signed-off-by: Scott Wood <scottwood@freescale.com>
23459
23460 commit 0c1684437ef810c503df29e8d73f63191aa63862
23461 Author: Sandeep Paulraj <s-paulraj@ti.com>
23462 Date:   Wed Apr 29 09:47:09 2009 -0400
23463
23464     ARM DaVinci: Changing ALE Mask Value
23465
23466     The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
23467     from '0xa' to '0x8'. This is the mask we use for all TI releases.
23468
23469     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
23470     Signed-off-by: Scott Wood <scottwood@freescale.com>
23471
23472 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
23473 Author: David Brownell <dbrownell@users.sourceforge.net>
23474 Date:   Tue Apr 28 13:19:53 2009 -0700
23475
23476     davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
23477
23478     Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
23479     it's also unused by any current boards, and doesn't even match the
23480     main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
23481     on newer chips that support it).
23482
23483     DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
23484     match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
23485     do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
23486     and 5.0/2.6.18) do ... but only for small pages.  Large page support
23487     is really broken (and it's unclear just what software it was trying
23488     to match!), and the ECC layout was making three more bytes available
23489     for use by filesystem (or whatever) code.
23490
23491     Since this option itself seems broken, remove it.  Add a comment
23492     about the MV/TI compat issue, and the most straightforward way to
23493     address it (should someone really need to solve it).
23494
23495     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23496     Signed-off-by: Scott Wood <scottwood@freescale.com>
23497
23498 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
23499 Author: David Brownell <dbrownell@users.sourceforge.net>
23500 Date:   Tue Apr 28 13:19:50 2009 -0700
23501
23502     davinci_nand: cleanup I (minor)
23503
23504     Minor cleanup for DaVinci NAND code:
23505
23506      - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
23507        be defined when there are multiple chipselect lines in use
23508        (as with common 2 GByte chips).
23509
23510      - Cleanup handling of EMIF control registers
23511         * Only need one pointer pointing to them
23512         * Remove incorrect and unused struct supersetting them
23513
23514      - Use the standard waitfunc; we don't need a custom version
23515
23516      - Partial legacy cleanup:
23517         * Don't initialize every board like it's a DM6446 EVM
23518         * #ifdef a bit more code for BROKEN_ECC
23519
23520     Sanity checked with small page NAND on dm355 and dm6446 EVMs;
23521     and large page on dm355 EVM (packaged as two devices, not one).
23522
23523     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23524     Signed-off-by: Scott Wood <scottwood@freescale.com>
23525
23526 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
23527 Author: Wolfgang Denk <wd@denx.de>
23528 Date:   Tue Jul 7 22:35:02 2009 +0200
23529
23530     Coding style cleanup; update CHANGELOG
23531
23532     Signed-off-by: Wolfgang Denk <wd@denx.de>
23533
23534 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
23535 Author: Stefan Roese <sr@denx.de>
23536 Date:   Mon Jun 29 13:30:50 2009 +0200
23537
23538     UBI: Fix build problem noticed on Apollon (arm/testing repo)
23539
23540     This patch fixes a build problem noticed on Apollon by using
23541     mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
23542     So this brings the U-Boot UBI version more in sync with the Linux
23543     version again.
23544
23545     Signed-off-by: Stefan Roese <sr@denx.de>
23546
23547 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
23548 Author: Prafulla Wadaskar <prafulla@marvell.com>
23549 Date:   Mon Jul 6 20:29:15 2009 +0530
23550
23551     sf: Macronix additional chips supported
23552
23553     new chips supported:-
23554     MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
23555     out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
23556
23557     Modified the Macronix flash support to use 2 bytes of device id instead of 1
23558     This was required to support MX25L12855E
23559
23560     Signed-off-by: Piyush Shah <spiyush@marvell.com>
23561     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23562     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23563
23564 commit dd54126715b89ed0c43322aa78b0dad306f043b6
23565 Author: Mike Frysinger <vapier@gentoo.org>
23566 Date:   Fri Jun 19 03:27:28 2009 -0400
23567
23568     sf: sst: add sst25vf###b ids
23569
23570     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23571
23572 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
23573 Author: Mike Frysinger <vapier@gentoo.org>
23574 Date:   Fri Jun 19 03:20:06 2009 -0400
23575
23576     sf: sst: fix sector size
23577
23578     Looks like when I was encoding the sector sizes, I forgot to divide by 8
23579     (due to the stupid marketing driven process that declares all sizes in
23580     useless megabits and not megabytes).
23581
23582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23583
23584 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
23585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23586 Date:   Sun Jul 5 01:06:06 2009 +0200
23587
23588     nhk8815: fix MAKEALL
23589
23590     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23591
23592 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
23593 Author: Magnus Lilja <lilja.magnus@gmail.com>
23594 Date:   Sat Jul 4 10:31:24 2009 +0200
23595
23596     MX31: Add NAND SPL boot support to i.MX31 PDK board.
23597
23598     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23599
23600 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
23601 Author: Prafulla Wadaskar <prafulla@marvell.com>
23602 Date:   Mon Jun 29 20:55:54 2009 +0530
23603
23604     arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
23605
23606     This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
23607
23608     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23609
23610 commit 095a460b49022e64df76134300643606e3acb4e9
23611 Author: Alessandro Rubini <rubini@unipv.it>
23612 Date:   Mon Jun 29 10:52:37 2009 +0200
23613
23614     arm nomadik: use 1000 as HZ value and rewrite timer code
23615
23616     This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
23617     timer code, which is now both correct and much smaller.  Unused
23618     functions like udelay_masked() have been removed as no driver uses
23619     them, even the ones that are not currently active for this board.
23620     mtu.h is copied literally from the kernel sources.
23621
23622     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23623     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23624     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23625
23626 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
23627 Author: Alessandro Rubini <rubini@unipv.it>
23628 Date:   Mon Jun 22 09:18:57 2009 +0200
23629
23630     arm nomadik: allow Nand and OneNand to coexists
23631
23632     The evaluation kit has both Nand and OneNand, both drivers are there
23633     and the two configurations only select a different default for the
23634     jffs partition. This adds the OneNand driver and cleans up storage.
23635
23636     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23637     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23638
23639 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
23640 Author: Alessandro Rubini <rubini@unipv.it>
23641 Date:   Mon Jun 22 09:18:47 2009 +0200
23642
23643     arm nomadik: cleanup reset
23644
23645     There is only one public release of the Nomadik chip, so the ifdef
23646     in reset code as well as a define in the config file are not needed
23647
23648     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23649     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23650
23651 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
23652 Author: Alessandro Rubini <rubini@unipv.it>
23653 Date:   Mon Jun 22 09:18:37 2009 +0200
23654
23655     arm nomadik: rename board to nhk8815
23656
23657     This is an error in my side in the initial submission: nobody
23658     calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
23659
23660     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23661     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23662
23663 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
23664 Author: Stefano Babic <sbabic@denx.de>
23665 Date:   Wed Jul 1 20:40:41 2009 +0200
23666
23667     xscale: add support for the polaris board
23668
23669     The Polaris board is based on the TrizepsIV module of
23670     Keith & Koep (http://www.keith-koep.com).
23671
23672     Signed-off-by: Stefano Babic <sbabic@denx.de>
23673
23674 commit 88bd97501314683b87f3f1edcf55b347c041b722
23675 Author: Stefano Babic <sbabic@denx.de>
23676 Date:   Wed Jul 1 04:33:56 2009 +0200
23677
23678     xscale: fix USB initialization for Trizepsiv module
23679
23680     Due to change in the usb_board_init() prototype, the USB for
23681     the TrizepsIV was not correctly initialized.
23682     Removed dummy print from usb_board_stop().
23683
23684     Signed-off-by: Stefano Babic <sbabic@denx.de>
23685
23686 commit 0b785ddd60120cfb74d18e58c56054238219f6db
23687 Author: Prafulla Wadaskar <prafulla@marvell.com>
23688 Date:   Wed Jul 1 20:34:51 2009 +0200
23689
23690     net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
23691
23692     This patch looks okay on u-boot-net.git/next branch
23693     but when it was merged to u-boot.git/master the last line is missing
23694
23695     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23696     Acked-by: Ben Warren <biggerbadderben@gmail.com>
23697
23698 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
23699 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23700 Date:   Tue Jun 30 21:03:37 2009 +0200
23701
23702     at91: Add esd gmbh MEESC board support
23703
23704     This patch adds support for esd gmbh MEESC board.
23705     The MEESC is based on an Atmel AT91SAM9263 SoC.
23706
23707     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23708
23709 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
23710 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23711 Date:   Tue Jun 30 21:03:35 2009 +0200
23712
23713     ARM: Update mach-types
23714
23715     update against linux v2.6.30
23716
23717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23718
23719 commit 45627fce18139a74e0755124d27376b520db156c
23720 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23721 Date:   Tue Jun 30 23:03:33 2009 +0200
23722
23723     at91: Add CAN init function
23724
23725     To enable CAN init, CONFIG_CAN has to be defined in the board config file
23726     and at91_can_hw_init() has to be called in the board specific code.
23727
23728     CAN is available on AT91SAM9263 and AT91CAP9 SoC.
23729
23730     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23731
23732 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
23733 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
23734 Date:   Tue Jun 30 23:03:31 2009 +0200
23735
23736     arm: Kirkwood: Correct header define
23737
23738     Correct define typo (. -> ,)
23739
23740     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
23741
23742 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
23743 Author: Magnus Lilja <lilja.magnus@gmail.com>
23744 Date:   Wed Jul 1 01:07:55 2009 +0200
23745
23746     MX31: Add basic support for Freescale i.MX31 PDK board.
23747
23748     Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
23749
23750     This patch assumes that some other program performs the actual
23751     NAND boot.
23752
23753     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23754     Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
23755     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23756
23757 commit 8d460a573e2a2ac4834636903865a0428ad0e629
23758 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23759 Date:   Tue Jun 23 00:12:01 2009 +0200
23760
23761     S3C24x0: extract interrupts from timer
23762
23763     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23764
23765 commit c8badbe500a752f42049e51042767ee62ea714e0
23766 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23767 Date:   Sun Jun 28 14:14:21 2009 +0200
23768
23769     dm355/pm9261: add missing CONFIG_NET_MULTI
23770
23771     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23772
23773 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
23774 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23775 Date:   Tue Jun 23 00:12:01 2009 +0200
23776
23777     arm920t/interrupts: Move conditional compilation to Makefile
23778
23779     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23780
23781 commit 06e758e75c79ce8761866bf8165c443584a20893
23782 Author: Kim, Heung Jun <riverful@gmail.com>
23783 Date:   Sat Jun 20 11:02:17 2009 +0200
23784
23785     move L2 cache enable/disable function to cache.c in the omap3 SoC directory
23786
23787     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
23788     CC: Dirk Behme <dirk.behme@googlemail.com>
23789     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23790
23791 commit d583ef5147066d3609de21f3beebbab99a19bad4
23792 Author: Thomas Lange <thomas@corelatus.se>
23793 Date:   Sat Jun 20 11:02:17 2009 +0200
23794
23795     ARM DaVinci: EMIF settings
23796
23797     NAND module should not modify EMIF registers unrelated to CS2
23798     that is used for NAND, i.e. do not modify EWAIT config register
23799     or registers for other Chip Selects.
23800
23801     Without this patch, EMIF configurations made in board_init()
23802     will be invalidated.
23803
23804     Signed-off-by: Thomas Lange <thomas@corelatus.se>
23805
23806 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
23807 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23808 Date:   Sat Jun 20 11:02:17 2009 +0200
23809
23810     versatile: config coding style cleanup
23811
23812     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23813     Cc: Peter Pearse <peter.pearse@arm.com>
23814
23815 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
23816 Author: Prafulla Wadaskar <prafulla@marvell.com>
23817 Date:   Sat Jun 20 11:01:53 2009 +0200
23818
23819     arm: Kirkwood: Basic SOCs support
23820
23821     Kirkwood family controllers are highly integrated SOCs
23822     based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
23823
23824     SOC versions supported:-
23825     1) 88F6281-A0       define CONFIG_KW88F6281_A0
23826     2) 88F6192-A0       define CONFIG_KW88F6192_A0
23827
23828     Other supported features:-
23829     1) get_random_hex() fucntion
23830     2) PCI Express port initialization
23831     3) NS16550 driver support
23832
23833     Contributors:
23834     Yotam Admon <yotam@marvell.com>
23835     Michael Blostein <michaelbl@marvell.com
23836
23837     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
23838     Acked-by: Stefan Rose <sr@denx.de>
23839     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23840
23841 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
23842 Author: Prafulla Wadaskar <prafulla@marvell.com>
23843 Date:   Sat Jun 20 11:01:52 2009 +0200
23844
23845     arm: generic cache.h for ARM architectures
23846
23847     This patch is required for Kirkwood SoC support
23848     may be used by other ARM architectures
23849
23850     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23851
23852 commit 9c8c706c92e53433a871a563946c38075d76504d
23853 Author: Matthias Ludwig <mludwig@ultratronik.de>
23854 Date:   Sat Jun 20 11:01:50 2009 +0200
23855
23856     OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
23857
23858     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
23859
23860 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
23861 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
23862 Date:   Wed Jun 24 08:32:09 2009 +0200
23863
23864     at91sam9260/9263: add back up for the rst(reset controller).
23865
23866     On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
23867     set to 0 after being set to 500 ms for the PHY reset.
23868     Do backup the old reset length and restore it after the MACB initialisation.
23869
23870     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
23871     Signed-off-by: Stelian Pop <stelian@popies.net>
23872
23873 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
23874 Author: Kumar Gala <galak@kernel.crashing.org>
23875 Date:   Fri Jul 3 12:45:44 2009 -0500
23876
23877     fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
23878
23879     sys_eeprom.c: In function 'do_mac':
23880     sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
23881     sys_eeprom.c: In function 'mac_read_from_eeprom':
23882     sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
23883
23884     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23885
23886 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
23887 Author: Peter Tyser <ptyser@xes-inc.com>
23888 Date:   Tue Jun 30 17:15:51 2009 -0500
23889
23890     83xx: Add support for fsl_dma driver
23891
23892     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23893     Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
23894     Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
23895     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23896     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23897
23898 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
23899 Author: Peter Tyser <ptyser@xes-inc.com>
23900 Date:   Tue Jun 30 17:15:50 2009 -0500
23901
23902     83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
23903
23904     Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
23905     CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
23906     use
23907
23908     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23909     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23910     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23911
23912 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
23913 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23914 Date:   Thu Jul 2 16:15:01 2009 +0530
23915
23916     8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
23917
23918     Defining the next two configs allows to switch the serial port from the
23919     console using the setenv stdin and stdout
23920       1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
23921       2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
23922
23923     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23924     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23925     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23926
23927 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
23928 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23929 Date:   Thu Jul 2 16:14:40 2009 +0530
23930
23931     85xx: Adds GPIO registers to MPC85xx Memory Map.
23932
23933     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23934     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23935
23936 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
23937 Author: Peter Tyser <ptyser@xes-inc.com>
23938 Date:   Tue Jun 30 17:26:01 2009 -0500
23939
23940     86xx: XPedite5170 board support
23941
23942     Initial support for Extreme Engineering Solutions XPedite5170 -
23943     a MPC8640-based 3U VPX single board computer with a PMC/XMC
23944     site.
23945
23946     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23948
23949 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
23950 Author: Timur Tabi <timur@freescale.com>
23951 Date:   Wed Jul 1 16:51:59 2009 -0500
23952
23953     fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
23954
23955     The calculate for rank density in compute_ranksize() for DDR3 used all
23956     integers for the expression, so the result was also a 32-bit integer, even
23957     though the 'bsize' variable is a u64.  Fix the expression to calculate a
23958     true 64-bit value.
23959
23960     Signed-off-by: Timur Tabi <timur@freescale.com>
23961     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23962
23963 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
23964 Author: Peter Tyser <ptyser@xes-inc.com>
23965 Date:   Tue Jun 30 17:15:49 2009 -0500
23966
23967     fsl_dma: Make DMA transactions snoopable
23968
23969     Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
23970     This allows dma transactions to be used for operations such as memory
23971     copies without any additional cache control operations.
23972
23973     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23974     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23975
23976 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
23977 Author: Peter Tyser <ptyser@xes-inc.com>
23978 Date:   Tue Jun 30 17:15:48 2009 -0500
23979
23980     fsl_dma: Break out common memory initialization function
23981
23982     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23983     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23984
23985 commit 79f4333ceb059049b3ee560167d6cbaec493695f
23986 Author: Peter Tyser <ptyser@xes-inc.com>
23987 Date:   Tue Jun 30 17:15:47 2009 -0500
23988
23989     8xxx: Move dma_init() call to common code
23990
23991     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23992     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23993
23994 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
23995 Author: Peter Tyser <ptyser@xes-inc.com>
23996 Date:   Tue Jun 30 17:15:46 2009 -0500
23997
23998     fsl_dma: Move dma function prototypes to common header file
23999
24000     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24001     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24002
24003 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
24004 Author: Peter Tyser <ptyser@xes-inc.com>
24005 Date:   Tue Jun 30 17:15:45 2009 -0500
24006
24007     8xxx: Rename dma_xfer() to dmacpy()
24008
24009     Also update dmacpy()'s argument order to match memcpy's and use
24010     phys_addr_t/phy_size_t for address/size arguments
24011
24012     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24013     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24014
24015 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
24016 Author: Peter Tyser <ptyser@xes-inc.com>
24017 Date:   Tue Jun 30 17:15:44 2009 -0500
24018
24019     fsl_dma: Fix Channel Start bug in dma_check()
24020
24021     The Channel Start (CS) bit in the Mode Register (MR) should actually be
24022     cleared as the comment in the code suggests.  Previously, CS was being
24023     set, not cleared.
24024
24025     Assuming normal operation of the DMA engine, this change shouldn't have
24026     any real affect.
24027
24028     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24029     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24030
24031 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
24032 Author: Peter Tyser <ptyser@xes-inc.com>
24033 Date:   Tue Jun 30 17:15:43 2009 -0500
24034
24035     fsl_dma: Add support for arbitrarily large transfers
24036
24037     Support DMA transfers larger than the DMA controller's limit of
24038     (2 ^ 26 - 1) bytes
24039
24040     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24041     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24042
24043 commit a730393a362741c318b21771b8d7b2647e546c3e
24044 Author: Peter Tyser <ptyser@xes-inc.com>
24045 Date:   Tue Jun 30 17:15:42 2009 -0500
24046
24047     fsl_dma: Use proper I/O access functions
24048
24049     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24050     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24051
24052 commit 9c06071a6077ba95e9d43226156e39567d5d064a
24053 Author: Peter Tyser <ptyser@xes-inc.com>
24054 Date:   Tue Jun 30 17:15:41 2009 -0500
24055
24056     fsl_dma: Add bitfield definitions for common registers
24057
24058     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24059     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24060
24061 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
24062 Author: Peter Tyser <ptyser@xes-inc.com>
24063 Date:   Tue Jun 30 17:15:40 2009 -0500
24064
24065     8xxx: Break out DMA code to a common file
24066
24067     DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
24068     previous CONFIG_DDR_ECC
24069
24070     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24071     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24072
24073 commit 6bbced671719518d0e28ff422623cd7ce396cbda
24074 Author: Mark Jackson <mpfj-list@mimc.co.uk>
24075 Date:   Mon Jun 29 15:59:10 2009 +0100
24076
24077     Atmel LCD driver GUARDTIME fix
24078
24079     This patch allows the guard time parameter to be set in
24080     the Atmel LCDC driver.
24081
24082     By default, the previous value of 1 is used, unless the
24083     setting is defined elsewhere.
24084
24085     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24086
24087 commit 29c35182462feea09f322e51913759a53359a3e0
24088 Author: Roy Zang <tie-fei.zang@freescale.com>
24089 Date:   Tue Jun 30 13:56:23 2009 +0800
24090
24091     85xx: Add pci e1000 Ethernet support for P2020 board
24092
24093     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
24094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24095
24096 commit 156984a3611c28093919d3e3c042f722b5548253
24097 Author: Kumar Gala <galak@kernel.crashing.org>
24098 Date:   Thu Jun 18 08:39:42 2009 -0500
24099
24100     8xxx: Fix PCI bus address setup for 36-bit configs
24101
24102     We want the outbound PCI memory map to end at the 4G boundary so we
24103     can maximize the amount of space available for inbound mappings if
24104     we have large amounts of memory.
24105
24106     This matches the device tree setup in the kernel for the 36-bit physical
24107     configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
24108
24109     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24110
24111 commit 480f61790565d77432b70b4016b73f2ae27d530f
24112 Author: Kumar Gala <galak@kernel.crashing.org>
24113 Date:   Thu Jun 18 08:23:01 2009 -0500
24114
24115     86xx: Add CPU_TYPE_ENTRY support
24116
24117     Unify with 83xx and 85xx and use CPU_TYPE_ENTRY.  We are going to use
24118     this to convey the # of cores and DDR width in the near future so its
24119     good to keep in sync.
24120
24121     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24122
24123 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
24124 Author: Peter Meerwald <pmeerw@pmeerw.net>
24125 Date:   Mon Jun 29 15:48:33 2009 -0400
24126
24127     Blackfin: TWI/I2C: fix pure writes
24128
24129     If doing a pure write with register address and data (not a read/write
24130     combo transfer), we don't set the initial transfer length properly which
24131     ends up causing only the register address to be transferred.
24132
24133     While we're here, fix the i2c_write() parameter description of the buffer.
24134
24135     Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
24136     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24137
24138 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
24139 Author: Prafulla Wadaskar <prafulla@marvell.com>
24140 Date:   Sat May 30 01:13:33 2009 +0530
24141
24142     spi: Add Marvell Kirkwood SPI driver
24143
24144     This patch adds a SPI driver for the Marvell Kirkwood SoC's.
24145
24146     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
24147
24148 commit 6bde171a4c4116cee179167cb65335a28f99932d
24149 Author: Minkyu Kang <mk7.kang@samsung.com>
24150 Date:   Thu Jun 25 19:21:33 2009 +0900
24151
24152     s3c64xx: move the reset_cpu function
24153
24154     Because of the reset_cpu is soc specific, should be move to soc
24155     And read reset value from SYS_ID register instead of hard code
24156     this patch also supports s3c6410
24157
24158     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
24159
24160 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
24161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24162 Date:   Sun May 17 00:58:37 2009 +0200
24163
24164     integrator: merge integratorap and integratorcp
24165
24166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24167     Acked-by: Peter Pearse <peter.pearse@arm.com>
24168
24169 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
24170 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24171 Date:   Sun May 17 00:58:36 2009 +0200
24172
24173     integratorap/cp: use cfi driver
24174
24175     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24176     Acked-by: Peter Pearse <peter.pearse@arm.com>
24177
24178 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
24179 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24180 Date:   Sun May 17 00:58:36 2009 +0200
24181
24182     integratorap/cp/versatile: remove non used functions
24183
24184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24185     Acked-by: Peter Pearse <peter.pearse@arm.com>
24186
24187 commit f54851a6e3844b7e01581b5a9681f294118b7529
24188 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24189 Date:   Sun May 17 00:58:36 2009 +0200
24190
24191     integratorcp: split timer support
24192
24193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24194     Acked-by: Peter Pearse <peter.pearse@arm.com>
24195
24196 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
24197 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24198 Date:   Sun May 17 00:58:36 2009 +0200
24199
24200     integratorap: split timer support
24201
24202     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24203     Acked-by: Peter Pearse <peter.pearse@arm.com>
24204
24205 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
24206 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24207 Date:   Sun May 17 00:58:36 2009 +0200
24208
24209     integratorap: split pci support
24210
24211     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24212     Acked-by: Peter Pearse <peter.pearse@arm.com>
24213
24214 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
24215 Author: Ilya Yanok <yanok@emcraft.com>
24216 Date:   Mon Jun 8 04:12:50 2009 +0400
24217
24218     arm: add support for CONFIG_GENERIC_MMC
24219
24220     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24221
24222 commit 47d19da4d3f9ac4787abe9dee32406478424be52
24223 Author: Ilya Yanok <yanok@emcraft.com>
24224 Date:   Mon Jun 8 04:12:46 2009 +0400
24225
24226     serial_mx31: allow it to work with mx27 too and rename to serial_mxc
24227
24228     UART hardware on i.MX27 is the same as on the i.MX31 so we just
24229     need to provide the driver with correct address of the registers.
24230
24231     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24232
24233 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
24234 Author: Ilya Yanok <yanok@emcraft.com>
24235 Date:   Mon Jun 8 04:12:45 2009 +0400
24236
24237     mx27: basic cpu support
24238
24239     This patch adds generic code to support Freescale's i.MX27 SoCs.
24240
24241     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24242
24243 commit dd2f6965a6c71f6f711ec98827880152e022c236
24244 Author: Magnus Lilja <lilja.magnus@gmail.com>
24245 Date:   Sat Jun 13 20:50:03 2009 +0200
24246
24247     i.MX31: Create a common device file.
24248
24249     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24250
24251 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
24252 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24253 Date:   Sat Jun 13 20:50:02 2009 +0200
24254
24255     ARM: Add macros.h to be used in assembler file.
24256
24257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24258
24259 commit 40c642bc19b9fa2906e3172487a522fee456340b
24260 Author: Magnus Lilja <lilja.magnus@gmail.com>
24261 Date:   Sat Jun 13 20:50:01 2009 +0200
24262
24263     MX31: Add NAND SPL for i.MX31.
24264
24265     This patch adds the NAND SPL framework needed to boot i.MX31 boards
24266     from NAND.
24267
24268     It has been tested on a i.MX31 PDK board with large page NAND. Small
24269     page NANDs should work as well, but this has not been tested.
24270
24271     Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
24272     whether this is compatible with a particular setup depends on how
24273     the NAND device is programmed by the flash programmer (e.g. JTAG
24274     debugger).
24275
24276     The patch is based on the work by Maxim Artamonov.
24277
24278     Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
24279     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24280
24281 commit df81238b3e27a791da996a9208402ac8f40b9862
24282 Author: Magnus Lilja <lilja.magnus@gmail.com>
24283 Date:   Sat Jun 13 20:50:00 2009 +0200
24284
24285     ARM1136: Introduce CONFIG_PRELOADER macro.
24286
24287     Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
24288     in start.S. In preparation for adding support for NAND SPL
24289     the macro CONFIG_PRELOADER is introducted and replaces the
24290     CONFIG_ONENAND_IPL in start.S.
24291
24292     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24293
24294 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
24295 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24296 Date:   Sat Jun 13 12:50:04 2009 +0200
24297
24298     at91: unify nor boot support
24299
24300     the lowlevel init sequence is the same so unify it
24301
24302     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24303
24304 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
24305 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24306 Date:   Sat Jun 13 12:48:36 2009 +0200
24307
24308     at91sam9263ek: add nor flash support
24309
24310     this will allow you to store use it for the env and to boot directly U-Boot from
24311
24312     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24313
24314 commit 329492329700812c6df275aa0fda09d609cd0fd4
24315 Author: Ilko Iliev <iliev@ronetix.at>
24316 Date:   Fri Jun 12 21:20:39 2009 +0200
24317
24318     at91: add support for the PM9261 board of Ronetix GmbH
24319
24320     The PM9261 board is based on the AT91SAM9261-EK board.
24321
24322     Here is the page on Ronetix website:
24323     http://www.ronetix.at/starter_kit_9261.html
24324
24325     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
24326     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24327
24328 commit 01550a2b650fbabc03334f9eadcc6083601a2414
24329 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24330 Date:   Fri Jun 12 21:20:38 2009 +0200
24331
24332     pm9263: use macro instead of hardcode value for the lowlevel_init
24333
24334     optimize a few the RAM init
24335
24336     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
24337     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24338
24339 commit 7a11c7f9747240dc770954d320569596c0fbcb50
24340 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24341 Date:   Fri Jun 12 21:20:37 2009 +0200
24342
24343     pm9263: lowlevel init update
24344
24345     move PSRAM init to pm9263.c
24346     this will allow us after to make the nor lowlevel_init generic
24347
24348     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24349
24350 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
24351 Author: Mike Frysinger <vapier@gentoo.org>
24352 Date:   Mon Jun 15 00:25:19 2009 -0400
24353
24354     Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
24355
24356     The way the ALL variable is used allows for config.mk's to add more
24357     targets themselves without having to clutter up the top level Makefile.
24358
24359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24360
24361 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
24362 Author: Mike Frysinger <vapier@gentoo.org>
24363 Date:   Sun Jun 14 22:29:35 2009 -0400
24364
24365     Blackfin: fix SPI flash speed define name
24366
24367     The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
24368     CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
24369
24370     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24371
24372 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
24373 Author: Mike Frysinger <vapier@gentoo.org>
24374 Date:   Sun Jun 14 22:26:31 2009 -0400
24375
24376     Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
24377
24378     Building the compression code in lib_generic/ with -O2 rather than -Os
24379     gives a nice speed boost without too much code size increase.
24380
24381     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24382
24383 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
24384 Author: Mike Frysinger <vapier@gentoo.org>
24385 Date:   Sun Jun 14 21:23:27 2009 -0400
24386
24387     Blackfin: bf548-ezkit: bump up monitor size
24388
24389     The latest version of U-Boot got a bit fatter in the BSS section which
24390     caused overflows in the RAM region, so increase the monitor size.
24391
24392     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24393
24394 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
24395 Author: Vivi Li <vivi.li@analog.com>
24396 Date:   Fri Jun 12 10:53:22 2009 +0000
24397
24398     Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
24399
24400     The SPI flash layer is much stricter about sector usage than the eeprom
24401     layer we used to use, so update the env settings to better match the
24402     sector alignment of the flashes we use.
24403
24404     Signed-off-by: Vivi Li <vivi.li@analog.com>
24405     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24406
24407 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
24408 Author: Vivi Li <vivi.li@analog.com>
24409 Date:   Fri Jun 12 10:33:23 2009 +0000
24410
24411     Blackfin: bump up default JTAG console timeout
24412
24413     The debug tools that interface with the other side of the JTAG console
24414     got much slower when generalizing things, so bump up the default timeout
24415     value on the U-Boot side to cope.  Hopefully at some point we can improve
24416     the debug tools to speed things back up.
24417
24418     Signed-off-by: Vivi Li <vivi.li@analog.com>
24419     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24420
24421 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
24422 Author: Mike Frysinger <vapier@gentoo.org>
24423 Date:   Mon Jun 1 19:08:33 2009 -0400
24424
24425     Blackfin: add jtagconsole helper script
24426
24427     This script is similar to the netconsole script, but instead works with
24428     the JTAG console device driver that exists on Blackfin parts.
24429
24430     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24431
24432 commit 60f61e6d7655400bb785a2ef637581679941f6d1
24433 Author: Remy Bohmer <linux@bohmer.net>
24434 Date:   Sat May 2 21:49:18 2009 +0200
24435
24436     Convert DM9000 driver for CONFIG_NET_MULTI
24437
24438     All drivers need to be converted to CONFIG_NET_MULTI.
24439     This patch converts the dm9000 driver.
24440
24441     Signed-off-by: Thomas Smits <ts.smits@gmail.com>
24442     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24443     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24444
24445 commit 9131589ada4dda0718604d0a425ca46e52775f6e
24446 Author: Prafulla Wadaskar <prafulla@marvell.com>
24447 Date:   Sun Jun 14 22:33:46 2009 +0530
24448
24449     net: Add Marvell Kirkwood gigabit ethernet driver
24450
24451     This patch adds a egiga driver for the Marvell Kirkwood SoC's.
24452
24453     Contributors:
24454     Yotam Admon <yotam@marvell.com>
24455     Michael Blostein <michaelbl@marvell.com
24456
24457     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
24458     Acked-by: Stefan Rose <sr@denx.de>
24459     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
24460     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24461
24462 commit 7835f4b94927ecb5affd99aad62592108db606ad
24463 Author: s-paulraj@ti.com <s-paulraj@ti.com>
24464 Date:   Tue May 12 11:45:34 2009 -0400
24465
24466     DaVinci Network Driver Updates
24467
24468     Different flavours of DaVinci SOC's have differences in their EMAC IP
24469     This patch does the following
24470     1) Updates base addresses for DM365
24471     2) Updates MDIO frequencies for DM365 and DM646x
24472     3) Update EMAC wrapper registers for DM365 and DM646x
24473
24474     Patch applies to u-boot-net git. the EMAC driver itself
24475     will be updated shortly to add support for DM365 and DM646x
24476
24477     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
24478     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24479
24480 commit 44578bea14e49035331a8f0e000e935e0d830ff4
24481 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24482 Date:   Tue May 26 08:29:29 2009 -0400
24483
24484     Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
24485
24486      From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
24487     From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24488     Date: Wed, 20 May 2009 18:26:01 -0400
24489     Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
24490
24491     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24492     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24493
24494 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
24495 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
24496 Date:   Thu Jun 4 09:39:48 2009 +0200
24497
24498     A VLAN tagged DHCP request/discover is 4 bytes short
24499
24500     The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
24501     If sending a VLAN tagged frame (when env variable vlan is set) this
24502     should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
24503
24504     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
24505     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24506
24507 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
24508 Author: Ben Warren <biggerbadderben@gmail.com>
24509 Date:   Tue Apr 28 16:39:19 2009 -0700
24510
24511     Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
24512
24513     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24514
24515 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
24516 Author: Ben Warren <biggerbadderben@gmail.com>
24517 Date:   Tue May 26 00:34:07 2009 -0700
24518
24519     Switched davinci_emac Ethernet driver to use newer API
24520
24521     Added CONFIG_NET_MULTI to all Davinci boards
24522     Removed all calls to Davinci network driver from board code
24523     Added cpu_eth_init() to cpu/arm926ejs/cpu.c
24524
24525     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24526
24527 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
24528 Author: Ben Warren <biggerbadderben@gmail.com>
24529 Date:   Mon Apr 27 23:19:10 2009 -0700
24530
24531     Initial cleanup of Davinci Ethernet driver
24532
24533      Removed pointless #ifdefs
24534      Moved functions around in file in preparation for switch to newer API
24535
24536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24537
24538 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
24539 Author: Ben Warren <biggerbadderben@gmail.com>
24540 Date:   Tue May 26 00:17:59 2009 -0700
24541
24542     Moved Davinci Ethernet driver to drivers/net
24543
24544     This driver has been renamed davinci_emac.c
24545
24546     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24547
24548 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
24549 Author: Prafulla Wadaskar <prafulla@marvell.com>
24550 Date:   Tue May 19 01:40:16 2009 +0530
24551
24552     Marvell MV88E61XX Switch Driver support
24553
24554     Chips supported:-
24555     1. 88E6161 6 port gbe swtich with 5 integrated PHYs
24556     2. 88E6165 6 port gbe swtich with 5 integrated PHYs
24557     2. 88E6132 3 port gbe swtich with 2 integrated PHYs
24558     Platform specific configuration supported for:-
24559     default or router port vlan configuration
24560     led_init configuration
24561     mdip/n polarity reversal configuration
24562
24563     Note: This driver is supported and tested against
24564     kirkwood egiga interface
24565
24566     Contributors:
24567     Yotam Admon <yotam@marvell.com>
24568     Michael Blostein <michaelbl@marvell.com
24569
24570     Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
24571     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
24572     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24573
24574 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
24575 Author: Zach LeRoy <zleroy@xes-inc.com>
24576 Date:   Fri May 22 10:26:33 2009 -0500
24577
24578     tsec: Add support for BCM5482S PHY
24579
24580     Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
24581     Acked-by: Kumar Gala <galak@kernel.crashing.org>
24582     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24583
24584 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
24585 Author: Mike Frysinger <vapier@gentoo.org>
24586 Date:   Sun Jun 14 06:29:07 2009 -0400
24587
24588     Blackfin: unify u-boot linker scripts
24589
24590     All the Blackfin linker scripts were duplicated across the board dirs with
24591     no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
24592     unify all of them in the lib_blackfin/ dir and for the few boards that
24593     need to embedded the environment directly, add a LDS_BOARD_TEXT define for
24594     them to customize via their board config file.  This is much simpler than
24595     forcing them to duplicate the rest of the linker script.
24596
24597     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24598
24599 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
24600 Author: Mike Frysinger <vapier@gentoo.org>
24601 Date:   Fri May 29 17:02:37 2009 -0400
24602
24603     Blackfin: bf518f-ezbrd: enable SST SPI flash driver
24604
24605     The BF51xF parts have an internal SST SPI flash, so make sure the driver is
24606     enabled by default so we can access it.
24607
24608     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24609
24610 commit f348ab85f741dc98b2d202c04b5f430eace94925
24611 Author: Mike Frysinger <vapier@gentoo.org>
24612 Date:   Fri Apr 24 17:22:40 2009 -0400
24613
24614     Blackfin: convert specific pre/post config headers to common method
24615
24616     The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
24617     common Blackfin board defines.  The common method now is to use config.h,
24618     so convert blackfin-config-post.h to that.  Rename the still Blackfin
24619     specific blackfin-config-pre.h to config-pre.h so the naming conventions
24620     at least line up.
24621
24622     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24623
24624 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
24625 Author: Mike Frysinger <vapier@gentoo.org>
24626 Date:   Fri Apr 24 17:11:47 2009 -0400
24627
24628     Blackfin: enable LZMA for all ADI boards
24629
24630     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24631
24632 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
24633 Author: Mike Frysinger <vapier@gentoo.org>
24634 Date:   Mon Apr 13 05:52:45 2009 -0400
24635
24636     Blackfin: make default ADI env more flexible
24637
24638     Allow boards to easily override the root= and default bootcmd, allow
24639     people to tweak the file used in default bootcmds at runtime via one env
24640     var, and add a stock nandboot command.
24641
24642     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24643
24644 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
24645 Author: Hoan Hoang <hnhoan@i-syst.com>
24646 Date:   Sun Jan 18 22:44:17 2009 -0500
24647
24648     Blackfin: ibf-dsp561: new board port
24649
24650     Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
24651     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24652
24653 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
24654 Author: Mike Frysinger <vapier@gentoo.org>
24655 Date:   Sun Oct 12 23:28:33 2008 -0400
24656
24657     Blackfin: blackstamp: new board port
24658
24659     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24660
24661 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
24662 Author: Mike Frysinger <vapier@gentoo.org>
24663 Date:   Sun Oct 12 23:22:25 2008 -0400
24664
24665     Blackfin: bf537-srv1: new board port
24666
24667     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24668
24669 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
24670 Author: Mike Frysinger <vapier@gentoo.org>
24671 Date:   Sun Oct 12 23:16:52 2008 -0400
24672
24673     Blackfin: bf537-minotaur: new board port
24674
24675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24676
24677 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
24678 Author: Mike Frysinger <vapier@gentoo.org>
24679 Date:   Sun Oct 12 23:08:03 2008 -0400
24680
24681     Blackfin: bf537-pnav: new board port
24682
24683     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24684
24685 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
24686 Author: Mike Frysinger <vapier@gentoo.org>
24687 Date:   Sun Oct 12 21:55:45 2008 -0400
24688
24689     Blackfin: cm-bf527: new board port
24690
24691     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24692
24693 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
24694 Author: Mike Frysinger <vapier@gentoo.org>
24695 Date:   Sun Oct 12 21:54:07 2008 -0400
24696
24697     Blackfin: cm-bf548: new board port
24698
24699     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24700
24701 commit 9417d9a21384279308abe5b4dd8dfd418742484c
24702 Author: Mike Frysinger <vapier@gentoo.org>
24703 Date:   Sun Oct 12 21:49:28 2008 -0400
24704
24705     Blackfin: tcm-bf537: new board port
24706
24707     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24708
24709 commit e548321af00e869af7194896576beb9b68457ff7
24710 Author: Mike Frysinger <vapier@gentoo.org>
24711 Date:   Sun Oct 12 21:45:05 2008 -0400
24712
24713     Blackfin: cm-bf561: new board port
24714
24715     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24716
24717 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
24718 Author: Mike Frysinger <vapier@gentoo.org>
24719 Date:   Sun Oct 12 21:41:06 2008 -0400
24720
24721     Blackfin: cm-bf537e: new board port
24722
24723     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24724
24725 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
24726 Author: Mike Frysinger <vapier@gentoo.org>
24727 Date:   Sun Oct 12 21:36:22 2008 -0400
24728
24729     Blackfin: cm-bf533: new board port
24730
24731     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24732
24733 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
24734 Author: Mike Frysinger <vapier@gentoo.org>
24735 Date:   Thu Nov 27 16:50:32 2008 -0500
24736
24737     Blackfin: new spibootldr command
24738
24739     Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
24740     so add a new 'spibootldr' command to take advantage of it.
24741
24742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24743
24744 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
24745 Author: Mike Frysinger <vapier@gentoo.org>
24746 Date:   Mon Oct 6 04:42:33 2008 -0400
24747
24748     Blackfin: support embedding the environment into loader files (LDRs)
24749
24750     For the most part, the Blackfin processor boots files in the LDR format
24751     rather than binary/ELF files.  So we want to export the environment as a
24752     raw blob to the LDR utility so it can embed it at the right location.
24753
24754     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24755
24756 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
24757 Author: Mike Frysinger <vapier@gentoo.org>
24758 Date:   Sun Jun 14 11:03:48 2009 -0400
24759
24760     add %.c->%.i and %.c->%.s rules
24761
24762     The Linux kernel has some helper rules which allow you to quickly produce
24763     some of the intermediary files from C source.  Specifically, you can
24764     create .i files which is the preprocessed output and you can create .s
24765     files which is the assembler output.  This is useful when you are trying
24766     to track down header/macro expansion errors or inline assembly errors.
24767
24768     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24769     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24770
24771 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
24772 Author: Mike Frysinger <vapier@gentoo.org>
24773 Date:   Sat May 30 01:02:03 2009 -0400
24774
24775     make sure toplevel $(SUBDIRS) is always declared
24776
24777     The $(SUBDIRS) variable is only declared when U-Boot has been configured,
24778     but it gets used all the time.  In the non-configured case, it is used to
24779     generate a helpful error message, but it needs to be set properly for that
24780     to occur.
24781
24782     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24783
24784 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
24785 Author: Grzegorz Bernacki <gjb@semihalf.com>
24786 Date:   Fri Jun 12 11:33:55 2009 +0200
24787
24788     digsy mtc: Add description to GPIO initial configuration.
24789
24790     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24791
24792 commit 12304871bc7839145f2b4238923e9023616d7399
24793 Author: Grzegorz Bernacki <gjb@semihalf.com>
24794 Date:   Fri Jun 12 11:33:54 2009 +0200
24795
24796     digsy MTC: Add 'mtc' command.
24797
24798     New command allows to:
24799          o check FW version
24800          o set LED status
24801          o set digital output status
24802          o get digital input status
24803
24804     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24805
24806 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
24807 Author: Grzegorz Bernacki <gjb@semihalf.com>
24808 Date:   Fri Jun 12 11:33:53 2009 +0200
24809
24810     digsy MTC: Add SPI support.
24811
24812     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24813
24814 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
24815 Author: Grzegorz Bernacki <gjb@semihalf.com>
24816 Date:   Fri Jun 12 11:33:52 2009 +0200
24817
24818     mpc52xx: Add SPI driver.
24819
24820     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24821
24822 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
24823 Author: Mike Frysinger <vapier@gentoo.org>
24824 Date:   Sun Jun 14 09:33:00 2009 -0400
24825
24826     allow boards to customize compiler options on a per-file/dir basis
24827
24828     With our Blackfin boards, we like to build the compression routines with
24829     -O2 as our tests show a pretty good size/speed tradeoff.  For the rest of
24830     U-Boot though, we want to stick with the default -Os as that is mostly
24831     control code.  So in our case, we would add a line like so to the board
24832     specific config.mk file:
24833         CFLAGS_lib_generic += -O2
24834
24835     Now all files under lib_generic/ will have -O2 appended to their build.
24836
24837     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24838     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24839
24840 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
24841 Author: Wolfgang Denk <wd@denx.de>
24842 Date:   Sun Jun 14 21:30:39 2009 +0200
24843
24844     Prepare v2009.06
24845
24846     Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
24847
24848     Signed-off-by: Wolfgang Denk <wd@denx.de>
24849
24850 commit c3147c1762f8caf99649051116a2411bdf887c10
24851 Author: Wolfgang Denk <wd@denx.de>
24852 Date:   Sun Jun 14 20:31:36 2009 +0200
24853
24854     Revert "SMC911x driver fixed for NFS boot"
24855
24856     This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
24857     which causes compile warnings ("large integer implicitly truncated
24858     to unsigned type") on all systems that use this driver. The warning
24859     results from passing long constants (TX_CFG, RX_CFG) into
24860     smc911x_set_mac_csr() which is declared to accept "unsigned
24861     character" arguments only.
24862
24863     Being close to a release, with nobody available to actually test the
24864     code or the suggested fixes, it seems better to revert the patch.
24865
24866 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
24867 Author: Peter Tyser <ptyser@xes-inc.com>
24868 Date:   Fri May 22 10:26:37 2009 -0500
24869
24870     xes: Update Freescale clock code to work with 86xx processors
24871
24872     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24873     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24874
24875 commit 25623937bb81cae788d767e6c59a11c96fc82866
24876 Author: Peter Tyser <ptyser@xes-inc.com>
24877 Date:   Fri May 22 10:26:36 2009 -0500
24878
24879     xes: Update Freescale DDR code to work with 86xx processors
24880
24881     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24883
24884 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
24885 Author: Peter Tyser <ptyser@xes-inc.com>
24886 Date:   Fri May 22 10:26:35 2009 -0500
24887
24888     xes: Update Freescale PCI code to work with 86xx processors
24889
24890     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24891     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24892
24893 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
24894 Author: Peter Tyser <ptyser@xes-inc.com>
24895 Date:   Fri May 22 10:26:32 2009 -0500
24896
24897     85xx: Add PORBMSR and PORDEVSR shift defines
24898
24899     Add defines similar to those already used for the the 86xx architecture.
24900     This will ease sharing of PCI code between the 85xx and 86xx
24901     architectures.
24902
24903     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24904     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24905
24906 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
24907 Author: Peter Tyser <ptyser@xes-inc.com>
24908 Date:   Thu May 21 12:10:00 2009 -0500
24909
24910     fsl/85xx, 86xx: Sync up DMA code
24911
24912     The following changes were made to sync up the DMA code between the 85xx
24913     and 86xx architectures which will make it easier to break out common
24914     8xxx DMA code:
24915
24916     85xx:
24917     - Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
24918       only have an affect when the SBPATMU bit is set.
24919     - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
24920       status register.  We may as well clear all 32 bits of the register...
24921
24922     86xx:
24923     - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
24924     - Add clearing of errors in the DMA status register when initializing
24925       the controller
24926     - Clear the channel start bit in the DMA mode register after a transfer
24927
24928     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24929     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24930
24931 commit b1f12650d332eadac1306a772cab6096abee6ddd
24932 Author: Peter Tyser <ptyser@xes-inc.com>
24933 Date:   Thu May 21 12:09:59 2009 -0500
24934
24935     fsl: Create common fsl_dma.h for 85xx and 86xx cpus
24936
24937     Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
24938     reduce a large amount of code duplication
24939
24940     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24941     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24942
24943 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
24944 Author: Haiying Wang <Haiying.Wang@freescale.com>
24945 Date:   Wed May 20 12:30:41 2009 -0400
24946
24947     85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
24948
24949     On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
24950     UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
24951     disable UEC6 and UEC8 by default.
24952
24953     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24954     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24955
24956 commit e8efef7c1b457442583a8b9d38d8a5b667661616
24957 Author: Haiying Wang <Haiying.Wang@freescale.com>
24958 Date:   Thu Jun 4 16:12:42 2009 -0400
24959
24960     drivers/qe: add sgmii support in for UEC driver
24961
24962     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24963     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24964
24965 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
24966 Author: Haiying Wang <Haiying.Wang@freescale.com>
24967 Date:   Thu Jun 4 16:12:41 2009 -0400
24968
24969     qe: Pass in uec_info struct through uec_initialize
24970
24971     The uec driver contains code to hard code configuration information for the uec
24972     ethernet controllers. This patch creates an array of uec_info structures, which
24973     are then parsed by the corresponding driver instance to determine configuration.
24974     It also creates function uec_standard_init() to initialize all UEC interfaces
24975     for 83xx and 85xx.
24976
24977     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24978     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24979
24980 commit 9a6110897fc9282ade598bbba70ad72b940436e3
24981 Author: Haiying Wang <Haiying.Wang@freescale.com>
24982 Date:   Thu Jun 4 16:12:40 2009 -0400
24983
24984     fsl: Update the number of ethxaddr in reading system eeprom
24985
24986     We support up to 8 mac addresses in system eeprom, so we define the macro
24987     MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
24988     according to mac_count.
24989
24990     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24991     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24992
24993 commit f82107f637f167a77803c0933f9b24741a91c711
24994 Author: Haiying Wang <Haiying.Wang@freescale.com>
24995 Date:   Wed May 20 12:30:37 2009 -0400
24996
24997     85xx: Add RMII support for MPC8569MDS
24998
24999     This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
25000     support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
25001     enalbe_mpc8569mds_qe_uec which is  more accurate.
25002
25003     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25004     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25005
25006 commit 750098d33bc362ac4263863e92da158cf011063f
25007 Author: Haiying Wang <Haiying.Wang@freescale.com>
25008 Date:   Wed May 20 12:30:36 2009 -0400
25009
25010     85xx: Add UEC3 and UEC4 support for MPC8569MDS
25011
25012     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25013     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25014
25015 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
25016 Author: Haiying Wang <Haiying.Wang@freescale.com>
25017 Date:   Wed May 20 12:30:35 2009 -0400
25018
25019     drivers/qe: Add more SNUM number for QE
25020
25021     Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
25022     1000 mode.
25023
25024     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25025     Acked-by: Timur Tabi <timur@freescale.com>
25026     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25027
25028 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
25029 Author: Haiying Wang <Haiying.Wang@freescale.com>
25030 Date:   Thu May 21 15:34:14 2009 -0400
25031
25032     drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
25033
25034     Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
25035     define MAX_QE_RISC for QE based silicons.
25036
25037     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25038     Acked-by: Timur Tabi <timur@freescale.com>
25039     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25040
25041 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
25042 Author: Haiying Wang <Haiying.Wang@freescale.com>
25043 Date:   Wed May 20 12:30:29 2009 -0400
25044
25045     85xx: Add QE clk support
25046
25047     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25048     Acked-by: Timur Tabi <Timur@freescale.com>
25049     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25050
25051 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
25052 Author: Kumar Gala <galak@kernel.crashing.org>
25053 Date:   Wed May 20 01:11:33 2009 -0500
25054
25055     85xx: Added MPC8535/E identifiers
25056
25057     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25058
25059 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
25060 Author: Kumar Gala <galak@kernel.crashing.org>
25061 Date:   Thu May 21 08:36:43 2009 -0500
25062
25063     85xx: Always attempt ethernet device tree fixup
25064
25065     Its reasonable that we may have ethernet devices but dont have drivers
25066     or support enabled for them in u-boot and want the device tree fixed up.
25067     Unconditionally calling the ethernet fixup is fine since if we dont have
25068     ethernet nodes that match (or aliases) we will not attempt to do
25069     anything.
25070
25071     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25072     Acked-by: Timur Tabi <timur@freescale.com>
25073
25074 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
25075 Author: Haiying Wang <Haiying.Wang@freescale.com>
25076 Date:   Thu May 21 15:32:13 2009 -0400
25077
25078     drivers/qe: Rename the camel-case identifiers in uec
25079
25080     Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
25081
25082     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25083
25084 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
25085 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
25086 Date:   Fri Apr 3 15:36:13 2009 -0500
25087
25088     85xx: Add P2020DS support
25089
25090     The patch adds support for P2020DS reference platform.
25091     DDR3 interface uses hard-coded initialization rather than SPD
25092     for now and was tested at 667Mhz. Some PIXIS register
25093     definitions and associated code sections need to be fixed.
25094     TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
25095     tested under u-boot.
25096
25097     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
25098     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
25099     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25100
25101 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
25102 Author: Stefan Roese <sr@denx.de>
25103 Date:   Tue Jun 9 16:57:47 2009 +0200
25104
25105     mpc512x: MPC5121ADS: Add NAND support
25106
25107     This patch adds NAND support to the MPC5121ADS board. Please
25108     note that the image size increased since NAND support didn't
25109     fit in the current image size (256k).
25110
25111     Signed-off-by: Stefan Roese <sr@denx.de>
25112     Signed-off-by: Wolfgang Denk <wd@denx.de>
25113     Cc: Wolfgang Denk <wd@denx.de>
25114
25115 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
25116 Author: Stefan Roese <sr@denx.de>
25117 Date:   Tue Jun 9 16:57:03 2009 +0200
25118
25119     nand/mpc512x: Add MPC512x NAND support (NFC)
25120
25121     This patch adds NAND Flash Controller driver for MPC5121 revision 2.
25122     All device features, except hardware ECC and power management, are
25123     supported.
25124
25125     This NFC driver replaces the one orignally posted by John Rigby:
25126
25127     "[PATCH] Freescale NFC NAND driver"
25128
25129     It's a port of the Linux driver version posted by Piotr Ziecik a few
25130     weeks ago. Using this driver has the following advantages (from my
25131     point of view):
25132
25133     - Compatibility with the Linux NAND driver (e.g. ECC usage)
25134     - Better code quality in general
25135     - Resulting U-Boot image is a bit smaller (approx. 3k)
25136     - Better to sync with newer Linux driver versions
25137
25138     The only disadvantage I can see, is that HW-ECC is not supported right
25139     now. But this could be added later (e.g. port from Linux driver after
25140     it's supported there). Using HW-ECC on the MCP5121 NFC has a general
25141     problem because of the ECC usage in the spare area. This collides with
25142     JFFS2 for example.
25143
25144     Signed-off-by: Stefan Roese <sr@denx.de>
25145     Cc: Piotr Ziecik <kosmo@semihalf.com>
25146     Cc: Wolfgang Denk <wd@denx.de>
25147     Cc: John Rigby <jcrigby@gmail.com>
25148     Cc: Scott Wood <scottwood@freescale.com>
25149
25150 commit e53b507cee5d976953134a565c72fd32c967d7dd
25151 Author: Stefan Roese <sr@denx.de>
25152 Date:   Tue Jun 9 11:50:40 2009 +0200
25153
25154     mpc512x: Add esd gmbh mecp5123 board support
25155
25156     MECP5123 is a MPC5121E based module by esd gmbh.
25157
25158     Signed-off-by: Stefan Roese <sr@denx.de>
25159     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25160
25161 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
25162 Author: Stefan Roese <sr@denx.de>
25163 Date:   Tue Jun 9 11:50:05 2009 +0200
25164
25165     mcp512x: Add macros for SCFR LPC divisor access
25166
25167     Thos macros will be used by the esd mecp5123 board.
25168
25169     Signed-off-by: Stefan Roese <sr@denx.de>
25170
25171 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
25172 Author: Stefan Roese <sr@denx.de>
25173 Date:   Mon Jun 8 09:38:07 2009 +0200
25174
25175     mpc512x: Fix problem with I2C access before relocation
25176
25177     This is needed for the upcoming esd MECP5123 board port which uses
25178     I2C EEPROM for environment storage.
25179
25180     Signed-off-by: Stefan Roese <sr@denx.de>
25181     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25182     Acked-by: Heiko Schocher<hs@denx.de>
25183
25184 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
25185 Author: Stefan Roese <sr@denx.de>
25186 Date:   Thu Jun 4 13:35:39 2009 +0200
25187
25188     74xx_7xx: CPCI750: Add CPCI adapter/target support
25189
25190     The CPCI750 can be built as CPCI host or adapter/target board. This patch
25191     adds support for runtime detection of those variants.
25192
25193     Signed-off-by: Stefan Roese <sr@denx.de>
25194     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25195
25196 commit ae7a2739d7a0704437376e229bb21940952c55be
25197 Author: Stefan Roese <sr@denx.de>
25198 Date:   Fri Jun 5 05:45:41 2009 +0200
25199
25200     74xx_7xx: CPCI750: Enable access to PCI function > 0
25201
25202     The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
25203     patch enables access to those functions.
25204
25205     Signed-off-by: Stefan Roese <sr@denx.de>
25206     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25207
25208 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
25209 Author: Stefan Roese <sr@denx.de>
25210 Date:   Thu Jun 4 13:35:37 2009 +0200
25211
25212     74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
25213
25214     Signed-off-by: Stefan Roese <sr@denx.de>
25215     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25216
25217 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
25218 Author: Stefan Roese <sr@denx.de>
25219 Date:   Thu Jun 4 13:35:36 2009 +0200
25220
25221     74xx_7xx: CPCI750: Add loadpci command
25222
25223     This command is used to load/boot an OS-image which is transferred from
25224     the CPCI host to the CPCI target/adapter.
25225
25226     Signed-off-by: Stefan Roese <sr@denx.de>
25227     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25228
25229 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
25230 Author: Stefan Roese <sr@denx.de>
25231 Date:   Thu Jun 4 13:35:35 2009 +0200
25232
25233     74xx_7xx: CPCI750: Add commandline editing/history
25234
25235     Signed-off-by: Stefan Roese <sr@denx.de>
25236     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25237
25238 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
25239 Author: Stefan Roese <sr@denx.de>
25240 Date:   Thu Jun 4 16:55:34 2009 +0200
25241
25242     UBI: Add compile-time check for correct malloc area configuration
25243
25244     UBI is quite memory greedy and requires at least approx. 512k of malloc
25245     area. This patch adds a compile-time check, so that boards will not
25246     build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
25247
25248     Signed-off-by: Stefan Roese <sr@denx.de>
25249
25250 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
25251 Author: Prafulla Wadaskar <prafulla@marvell.com>
25252 Date:   Mon Apr 6 21:24:43 2009 +0530
25253
25254     sf: new Macronix MX25xx SPI flash driver
25255
25256     Added macronix SF driver for MTD framework
25257     MX25L12805D is supported and tested
25258     TBD: sector erase implementation, other deivces support
25259
25260     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
25261     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25262
25263 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
25264 Author: Todor I Mollov <tmollov@ucsd.edu>
25265 Date:   Sat Apr 4 07:14:44 2009 -0400
25266
25267     sf: atmel: implement power-of-two write/erase funcs
25268
25269     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
25270     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25271     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25272
25273 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
25274 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25275 Date:   Mon May 25 17:23:18 2009 +0530
25276
25277     mpc85xx: 8536ds: Add USB related CONFIGs
25278
25279     This patch adds CONFIGs for enabling USB in mpc8536ds and also
25280     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
25281     Copyright.
25282
25283     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25284     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25285
25286 commit 6823e9b01290977c4d9c90381459c01f66e12e79
25287 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25288 Date:   Mon May 25 17:23:17 2009 +0530
25289
25290     mpc83xx: 8315erdb: Add USB related CONFIGs
25291
25292     This patch adds CONFIGs for enabling USB in mpc8315erdb and also
25293     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
25294     Copyright.
25295
25296     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25297     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25298
25299 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
25300 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25301 Date:   Thu May 21 17:32:48 2009 +0530
25302
25303     mpc85xx: USB: Add support
25304
25305     The following patch adds 85xx-specific USB support and also
25306     revamps Copyright in immap_85xx.h
25307
25308     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25309     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25310
25311 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
25312 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25313 Date:   Mon May 25 17:23:16 2009 +0530
25314
25315     mpc83xx: USB: Reorganized its support
25316
25317     The following patch reorganizes/reworks the USB support for mpc83xx
25318     as under:-
25319
25320       * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
25321         cpu/mpx83xx/cpu_init.c
25322
25323       * Board specific usb_phy_type is read from the environment
25324
25325       * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
25326
25327       * Copyrights revamped in most of the following files
25328
25329     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25330     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25331
25332 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
25333 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25334 Date:   Thu May 21 17:32:27 2009 +0530
25335
25336     mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
25337
25338     The following patch moves 8xxx-specifc USB #defines from
25339     drivers/usb/host/ehci-fsl.h to include/usb.
25340
25341     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25342     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25343
25344 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
25345 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25346 Date:   Thu May 21 17:32:15 2009 +0530
25347
25348     mpc8xxx: USB: Removed reenablement of its interface
25349
25350     To prepare for the 85xx USB support, which requires interface enablement
25351     only once in (specified) order, no different than instructions for
25352     enabling the interface under 83xx.  It is unknown why the original author
25353     enabled the interface twice (checked for references in errata, etc).
25354
25355     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25356     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25357
25358 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
25359 Author: Peter Tyser <ptyser@xes-inc.com>
25360 Date:   Fri May 22 17:23:25 2009 -0500
25361
25362     83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
25363
25364     Use the standard lowercase "x" capitalization that other Freescale
25365     architectures use for CPU defines to prevent confusion and errors
25366
25367     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25368     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25369
25370 commit 0f898604945af4543c1525fc33b6bae621a3b805
25371 Author: Peter Tyser <ptyser@xes-inc.com>
25372 Date:   Fri May 22 17:23:24 2009 -0500
25373
25374     83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
25375
25376     Use the standard lowercase "xx" capitalization that other Freescale
25377     architectures use for CPU defines to prevent confusion and errors
25378
25379     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25380     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25381
25382 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
25383 Author: Stefan Roese <sr@denx.de>
25384 Date:   Tue Jun 2 16:53:16 2009 +0200
25385
25386     mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
25387
25388     This patch removes the duplicated code for baudrate generator configuration
25389     in the PSC serial_init() implementation by calling serial_setbrg() instead
25390     of duplicating the code.
25391
25392     Signed-off-by: Stefan Roese <sr@denx.de>
25393
25394 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
25395 Author: Stefan Roese <sr@denx.de>
25396 Date:   Tue Jun 2 16:53:15 2009 +0200
25397
25398     mpc512x: Fix PSC divisor calculation for baudrate setting
25399
25400     The wrong input frequency was used in serial_setbrg(). This patch fixes
25401     this by using ips_clk as input frequency for the PSC baudrate generator.
25402
25403     Signed-off-by: Stefan Roese <sr@denx.de>
25404
25405 commit 52568c3654b2b257016d52167805ae132faac14e
25406 Author: Wolfgang Denk <wd@denx.de>
25407 Date:   Sat May 16 10:47:46 2009 +0200
25408
25409     MPC512x: add support for ARIA board
25410
25411     ARIA is a MPC5121E based COM Express module by Dave/DENX.
25412
25413     Signed-off-by: Wolfgang Denk <wd@denx.de>
25414     Cc: John Rigby <jcrigby@gmail.com>
25415
25416 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
25417 Author: Wolfgang Denk <wd@denx.de>
25418 Date:   Sat May 16 10:47:45 2009 +0200
25419
25420     MPC512x: remove include/mpc512x.h
25421
25422     Move needed definitions (register descriptions etc.) from
25423     include/mpc512x.h  into  include/asm-ppc/immap_512x.h.
25424
25425     Instead of using a #define'd register offset, use a function that
25426     provides the PATA controller's base address.
25427
25428     All the rest of include/mpc512x.h are register offset definitions
25429     which can be eliminated by proper use of C structures.
25430
25431     There are only a few register offsets remaining that are needed in
25432     cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
25433     which is intended as a temporary workaround only. In a later patch
25434     this file will be removed, too, and then auto-generated from the
25435     respective C structs.
25436
25437     Signed-off-by: Wolfgang Denk <wd@denx.de>
25438     Cc: John Rigby <jcrigby@gmail.com>
25439
25440 commit a927e491b2a326c1e9c4313e3ce4042988422697
25441 Author: Wolfgang Denk <wd@denx.de>
25442 Date:   Sat May 16 10:47:44 2009 +0200
25443
25444     MPC512x FEC: get rid of duplicated struct ethernet_regs
25445
25446     Use existing struct fec512x instead.
25447
25448     Signed-off-by: Wolfgang Denk <wd@denx.de>
25449     Cc: John Rigby <jcrigby@gmail.com>
25450     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25451
25452 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
25453 Author: Wolfgang Denk <wd@denx.de>
25454 Date:   Sat May 16 10:47:43 2009 +0200
25455
25456     MPC512x: use I/O accessors instead of pointer accesses
25457
25458     This commit changes the MPC512x code to use I/O accessor calls (i.e.
25459     out_*() and in_*()) instead of using deprecated pointer accesses.
25460
25461     Signed-off-by: Wolfgang Denk <wd@denx.de>
25462     Cc: John Rigby <jcrigby@gmail.com>
25463
25464 commit 19dc7e179268be148e550c36203208c662610d76
25465 Author: Wolfgang Denk <wd@denx.de>
25466 Date:   Sat May 16 10:47:42 2009 +0200
25467
25468     MPC512x: add more hardware description to immap_512x.h
25469
25470     - add GPIO module description
25471     - add Address Latch Timing Register description
25472     - add IO Control Memory Map
25473     - add FEC Memory Map
25474
25475     Also change board/freescale/mpc5121ads/mpc5121ads.c and
25476     cpu/mpc512x/iopin.c as needed.
25477
25478     Signed-off-by: Wolfgang Denk <wd@denx.de>
25479     Cc: John Rigby <jcrigby@gmail.com>
25480
25481 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
25482 Author: Wolfgang Denk <wd@denx.de>
25483 Date:   Sat May 16 10:47:41 2009 +0200
25484
25485     Rename ads5121 board into mpc5121ads
25486
25487     We rename the board so we use a consistent name in U-Boot and in
25488     Linux.  Also, we use this opportunity to move the board into the
25489     Freecale vendor directory.
25490
25491     Signed-off-by: Wolfgang Denk <wd@denx.de>
25492     Cc: John Rigby <jcrigby@gmail.com>
25493
25494 commit debf87415579c0f50aab9e0832976d4506babe0f
25495 Author: Wolfgang Denk <wd@denx.de>
25496 Date:   Sat May 16 10:47:40 2009 +0200
25497
25498     cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
25499
25500     Signed-off-by: Wolfgang Denk <wd@denx.de>
25501     Cc: John Rigby <jcrigby@gmail.com>
25502
25503 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
25504 Author: Wolfgang Denk <wd@denx.de>
25505 Date:   Sat May 16 10:47:39 2009 +0200
25506
25507     cpu/mpc512x/pci.c: minor coding style cleanup
25508
25509     Get rid of variable declaration in the middle of the code.
25510
25511     Signed-off-by: Wolfgang Denk <wd@denx.de>
25512     Cc: John Rigby <jcrigby@gmail.com>
25513
25514 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
25515 Author: Wolfgang Denk <wd@denx.de>
25516 Date:   Sat May 16 10:47:38 2009 +0200
25517
25518     mpc512x: Move common files to share them by several boards
25519
25520     We will soon see several new MPC521x based boards added.  This patch
25521     moves files that are not board specific to a common directory so they
25522     can be shared by all such ports.  It also splits off common IDE code
25523     into a new file, cpu/mpc512x/ide.c .
25524
25525     Signed-off-by: Wolfgang Denk <wd@denx.de>
25526     Cc: John Rigby <jcrigby@gmail.com>
25527
25528 commit 03e069dc0a765d506f78a68319acf33d432e035b
25529 Author: Wolfgang Denk <wd@denx.de>
25530 Date:   Sat May 16 10:47:37 2009 +0200
25531
25532     mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
25533
25534     Signed-off-by: Wolfgang Denk <wd@denx.de>
25535     Cc: John Rigby <jcrigby@gmail.com>
25536
25537 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
25538 Author: Wolfgang Denk <wd@denx.de>
25539 Date:   Sun May 24 17:06:54 2009 +0200
25540
25541     General help message cleanup
25542
25543     Many of the help messages were not really helpful; for example, many
25544     commands that take no arguments would not print a correct synopsis
25545     line, but "No additional help available." which is not exactly wrong,
25546     but not helpful either.
25547
25548     Commit ``Make "usage" messages more helpful.'' changed this
25549     partially. But it also became clear that lots of "Usage" and "Help"
25550     messages (fields "usage" and "help" in struct cmd_tbl_s respective)
25551     were actually redundant.
25552
25553     This patch cleans this up - for example:
25554
25555     Before:
25556         => help dtt
25557         dtt - Digital Thermometer and Thermostat
25558
25559         Usage:
25560         dtt         - Read temperature from digital thermometer and thermostat.
25561
25562     After:
25563         => help dtt
25564         dtt - Read temperature from Digital Thermometer and Thermostat
25565
25566         Usage:
25567         dtt
25568
25569     Signed-off-by: Wolfgang Denk <wd@denx.de>
25570
25571 commit 94796d8544d4248028141bad11c6a74b840e9d6e
25572 Author: Wolfgang Denk <wd@denx.de>
25573 Date:   Sun May 24 19:17:29 2009 +0200
25574
25575     Make "usage" messages more helpful.
25576
25577     In case of incorrect command invocations U-Boot used to print pretty
25578     useless "usage" messages, for example:
25579
25580         => nand markbad
25581         Usage:
25582         nand - NAND sub-system
25583
25584     In the result, the user would have to run the "help" command to get
25585     the (available) information about correct command usage. Change this,
25586     so that this information gets always printed.
25587
25588     Note that this changes the user interface of all commands, but
25589     hopefully to the better.
25590
25591     Signed-off-by: Wolfgang Denk <wd@denx.de>
25592
25593 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
25594 Author: Mike Frysinger <vapier@gentoo.org>
25595 Date:   Sun May 24 02:26:19 2009 -0400
25596
25597     nvedit: speed up printing of environment
25598
25599     The printing code would check the same environment byte multiple times and
25600     write to the console one byte at a time.  For some devices (such as the
25601     Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
25602     damned slow.  So create a small 16 byte buffer to fill up and send to puts
25603     as needed.  In the process, unify the different print functions, shrink
25604     the resulting code (source and compiled), and avoid excess env reads as
25605     those too can be somewhat expensive depending on the board.
25606
25607     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25608
25609 commit 3112030a430553768de5d30c05bedf8710784452
25610 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25611 Date:   Fri May 22 19:28:52 2009 +0200
25612
25613     config.mk: remove un-needed REMOTE_BUILD check
25614
25615     as $(obj) is empty when in tree build
25616
25617     %.s:        %.S
25618         $(CPP) $(AFLAGS) -o $@ $<
25619
25620     and
25621
25622     $(obj)%.s:  %.S
25623         $(CPP) $(AFLAGS) -o $@ $<
25624
25625     are the same
25626
25627     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25628     Acked-by: Mike Frysinger <vapier@gentoo.org>
25629
25630 commit 651351fe980b20217b014b9a888398f18d77951c
25631 Author: Tom Rix <Tom.Rix@windriver.com>
25632 Date:   Wed May 20 07:55:41 2009 -0500
25633
25634     FAT replace compare_sign with strncmp.
25635
25636     The static function compare_sign is only used to compare the fs_type string
25637     and does not do anything more than what strncmp does.
25638
25639     The addition of the trailing '\0' to fs_type, while legal, is not needed
25640     because the it is never printed out and strncmp does not depend on NULL
25641     terminated strings.
25642
25643     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25644
25645 commit ecb1dc892297d5d99876907328fed732feefeab2
25646 Author: Mike Frysinger <vapier@gentoo.org>
25647 Date:   Wed May 20 04:35:14 2009 -0400
25648
25649     Add support for Linux-like kallsysms
25650
25651     The kernel stores address<->symbol names in it so things can be decoded at
25652     runtime.  Do it in U-Boot, and we get nice symbol decoding when crashing.
25653
25654     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25655
25656 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
25657 Author: Wolfgang Denk <wd@denx.de>
25658 Date:   Sun May 17 16:01:54 2009 +0200
25659
25660     cmd_mtdparts.c: allow to omit definitions for default settings
25661
25662     There is actually no good reason to enforce that all board
25663     configuations must define default settings for "mtdids" and
25664     "mtdparts".  Actually this may be difficult to handle, especially on
25665     boards where different sizes of flash chips can be fit, so there is no
25666     real "default" partition map for all boards.
25667
25668     Lift this arbitrary limitation.
25669
25670     Signed-off-by: Wolfgang Denk <wd@denx.de>
25671
25672 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
25673 Author: Stefan Roese <sr@denx.de>
25674 Date:   Tue May 12 14:31:56 2009 +0200
25675
25676     cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
25677
25678     This patch removes all references to the direct CFI FLASH interface
25679     (via flash_info[]). Now that all FLASH types currently handled in
25680     mtdparts are available (if selected, see below) via the MTD infrastructure.
25681     This is NOR, NAND and OneNAND right now. This can be achieved by defining
25682     the following options:
25683
25684     CONFIG_MTD_DEVICE (for all FLASH types)
25685
25686     plus
25687
25688     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
25689
25690     So we need to add those defines to the board config headers currently
25691     using the mtdparts commands. This is done via another patch, so
25692     we shouldn't break mtdparts compatibility.
25693
25694     One big advantage from this solution is that the cmd_mtdparts.c is
25695     *much* cleaner now. Lot's of #ifdef's are removed and the code itself
25696     is smaller. Additionally the newly added MDT concatenation feature
25697     can new be used via the mtdparts infrastructure and therefor via
25698     UBI etc.
25699
25700     Signed-off-by: Stefan Roese <sr@denx.de>
25701     Cc: Ladislav Michl <ladis@linux-mips.org>
25702     Cc: Scott Wood <scottwood@freescale.com>
25703
25704 commit d558107c18708050f05b6639b2192efb67c905dc
25705 Author: Stefan Roese <sr@denx.de>
25706 Date:   Tue May 12 14:31:18 2009 +0200
25707
25708     mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
25709
25710     This new define enables mtdcore.c compilation and with this we can
25711     select the MTD device infrastructure needed for the reworked mtdparts
25712     command.
25713
25714     We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
25715     CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
25716     for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
25717
25718     Signed-off-by: Stefan Roese <sr@denx.de>
25719     Cc: Scott Wood <scottwood@freescale.com>
25720
25721 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
25722 Author: Stefan Roese <sr@denx.de>
25723 Date:   Tue May 12 14:32:58 2009 +0200
25724
25725     mtd: MTD related config header changes (mtdparts command)
25726
25727     By changing the cmd_mtdparts to only use the MTD infrastructure and
25728     not the direct interface to the CFI NOR FLASH driver we now need
25729     to add the MTD infrastructure to all boards using those mtdparts
25730     commands. This patch adds those components:
25731
25732     CONFIG_MTD_DEVICE (for all FLASH types)
25733
25734     plus
25735
25736     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
25737
25738     To all board maintainers: Please test this on your platforms and
25739     report any problems/issues found. Thanks.
25740
25741     Signed-off-by: Stefan Roese <sr@denx.de>
25742     Cc: Wolfgang Denk <wd@denx.de>
25743     Cc: Ron Madrid <info@sheldoninst.com>
25744     Cc: Georg Schardt <schardt@team-ctech.de>
25745     Cc: Michal Simek <monstr@monstr.eu>
25746     Cc: Ladislav Michl <ladis@linux-mips.org>
25747     Cc: Martin Krause <martin.krause@tqs.de>
25748     Cc: Gary Jennejohn <garyj@denx.de>
25749     Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
25750
25751 commit 8d2effea23e938631126a7888008a0637e13b389
25752 Author: Stefan Roese <sr@denx.de>
25753 Date:   Mon May 11 16:03:55 2009 +0200
25754
25755     mtd: Update MTD infrastructure to support 64bit device size
25756
25757     This patch brings the U-Boot MTD infrastructure in sync with the current
25758     Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
25759     support and a resync of the mtdpart.c file which has seen multiple fixes
25760     meanwhile.
25761
25762     Signed-off-by: Stefan Roese <sr@denx.de>
25763     Cc: Scott Wood <scottwood@freescale.com>
25764     Cc: Kyungmin Park <kmpark@infradead.org>
25765
25766 commit 0a57265533c412adf6024f4b4955141f4346b2b9
25767 Author: Stefan Roese <sr@denx.de>
25768 Date:   Tue May 12 14:29:39 2009 +0200
25769
25770     mtd: Add MTD concat support to concatenate multiple MTD NOR devices
25771
25772     This patch adds concatenation support to the U-Boot MTD infrastructure.
25773     By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
25774     all found NOR devices into one single MTD device. This can be used by
25775     e.g by UBI to access a partition that spans over multiple NOR chips.
25776
25777     Signed-off-by: Stefan Roese <sr@denx.de>
25778
25779 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
25780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25781 Date:   Sat Apr 25 14:57:52 2009 +0200
25782
25783     make MODEM SUPPORT generic instead of duplicate it
25784
25785     and fix comment
25786
25787     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25788
25789     Adjusted Copyright message.
25790
25791     Signed-off-by: Wolfgang Denk <wd@denx.de>
25792
25793 commit a30f519bd0cde78ba46b424314de94fdab863726
25794 Author: Tom Rix <Tom.Rix@windriver.com>
25795 Date:   Tue Jun 2 20:53:56 2009 -0500
25796
25797     ZOOM2 detect the version of the zoom2 board at runtime.
25798
25799     There are currently 3 versions of the zoom2 board.
25800     The production board, that is currently being released.
25801     The beta board, similar in form to the production board but not released.
25802     The alpha board, a set of PCBs with a very limited circulation.
25803
25804     GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
25805     the board is a production board, otherwise it is a beta board.
25806
25807     The alpha board will likely be mistaken for a beta board.  An alpha board
25808     was unavailible for testing.
25809
25810     This has been tested on the beta and production boards.
25811
25812     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25813     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25814
25815 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
25816 Author: Tom Rix <Tom.Rix@windriver.com>
25817 Date:   Wed Jun 3 01:53:57 2009 -0500
25818
25819     Beagle Convert the board version detection to use the OMAP3 GPIO interface.
25820
25821     There is no new functionality in the change.
25822
25823     This change is a conversion from the using raw register access to using
25824     the OMAP3 GPIO API described in doc/README.omap3.
25825
25826     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25827     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25828
25829 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
25830 Author: Tom Rix <Tom.Rix@windriver.com>
25831 Date:   Wed Jun 3 01:53:55 2009 -0500
25832
25833     Fix a typo in the instructions on using omap3's gpio interface.
25834
25835     Using the example for reading a gpio, shows the problem.
25836     NULL should be the gpio number.
25837
25838     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25839     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25840
25841 commit 0c9520efd651ce13451654a35307ec87d4a13a69
25842 Author: Tom Rix <Tom.Rix@windriver.com>
25843 Date:   Fri May 29 18:57:32 2009 -0500
25844
25845     ZOOM2 Define GPIO banks used.
25846
25847     Enable the function and interface clocks for banks 2,3,5 and 6.
25848
25849     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25850     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25851
25852 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
25853 Author: Tom Rix <Tom.Rix@windriver.com>
25854 Date:   Fri May 29 18:57:31 2009 -0500
25855
25856     OMAP3 Turn on the GPIO bank clocks
25857
25858     The function and interface clocks for each GPIO bank, except the first, must
25859     be explicitly turned on.  These are controlled by the config level defines
25860     CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
25861
25862     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25863     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25864
25865 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
25866 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25867 Date:   Thu Mar 26 15:26:01 2009 -0400
25868
25869     Coldfire M5271: Activate u-boot system timer interrupt.
25870
25871     This patch assigns the u-boot system timer interrupt to
25872     interrupt level 3, priority 6. Without this patch the interrupt
25873     will be a level 0, priority 0, which disables it and cause
25874     u-boot functions that relies on the timer (e.g. sleep command)
25875     to never return.
25876
25877     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25878
25879 commit dc26965ad3acdfb18780361d77a276b2843a90af
25880 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25881 Date:   Mon Mar 23 13:35:48 2009 -0400
25882
25883     Compier warning cleanup
25884
25885     Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
25886
25887     Cleanup on compiler warnings on unused variables now that
25888     bd->bi_enetaddr is no longer used.
25889
25890     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25891
25892 commit 42a83765d54f042b4079e05a3438789542429981
25893 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25894 Date:   Fri Mar 20 15:30:10 2009 -0400
25895
25896     Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
25897
25898     Ported from lib_ppc/interrupts.c, this adds the ability for
25899     the coldfire system timer to auto-reset the watchdog when
25900     dtimer_interrupts is called.
25901
25902     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25903
25904 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
25905 Author: Prafulla Wadaskar <prafulla@marvell.com>
25906 Date:   Sun May 31 14:53:20 2009 +0200
25907
25908     arch_misc_init support for ARM architectures
25909
25910     This patch is required for Kirkwood support
25911     may be used by other ARM architectures
25912
25913     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
25914
25915 commit b2403589b4d9996394bafc73eca3623f43ac2c31
25916 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25917 Date:   Sun May 31 14:53:18 2009 +0200
25918
25919     at91: move cpu info print to cpu
25920
25921     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25922
25923 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
25924 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25925 Date:   Sun May 31 12:44:46 2009 +0200
25926
25927     at91: move cpu name define to arm/arch/ cpu header
25928
25929     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25930
25931 commit 5bb59b3c906ee01adfaac9565443e5236a793079
25932 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25933 Date:   Sun May 31 12:44:45 2009 +0200
25934
25935     at91: extract reset from timer
25936
25937     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25938
25939 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
25940 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25941 Date:   Sun May 31 12:44:43 2009 +0200
25942
25943     omap24xx: rename reset file
25944
25945     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25946
25947 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
25948 Author: Dirk Behme <dirk.behme@googlemail.com>
25949 Date:   Sun May 31 12:44:42 2009 +0200
25950
25951     OMAP3: Fix CKE1 MUX setting to allow self-refresh
25952
25953     The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
25954     setting is needed for the second CS clock signal to allow the 2 RAM
25955     parts to be put in self-refresh correctly. This also works on rev B
25956     Beagle boards with 128M of RAM.
25957
25958     From: Steve Sakoman <steve@sakoman.com>
25959     From: Jean Pihet <jpihet@mvista.com>
25960     Signed-off-by: Jean Pihet <jpihet@mvista.com>
25961     Signed-off-by: Steve Sakoman <steve@sakoman.com>
25962     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25963
25964 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
25965 Author: Dirk Behme <dirk.behme@googlemail.com>
25966 Date:   Sun May 31 12:44:41 2009 +0200
25967
25968     OMAP3: Zoom2: Enable Board and CPU info
25969
25970     With other OMAP3 boards we recently switched to CPU and Board
25971     info API. From parallel merge, this is missing for Zoom2.
25972     Enable it for Zoom2, too.
25973
25974     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25975     Acked-by: Tom Rix <Tom.Rix@windriver.com>
25976
25977 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
25978 Author: Tom Rix <Tom.Rix@windriver.com>
25979 Date:   Sun May 31 12:44:39 2009 +0200
25980
25981     ZOOM2 Add led support.
25982
25983     This patch controls the large LED on the top left of the zoom2.
25984
25985     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25986
25987 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
25988 Author: Tom Rix <Tom.Rix@windriver.com>
25989 Date:   Sun May 31 12:44:37 2009 +0200
25990
25991     ZOOM2 Add serial support.
25992
25993     Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
25994     The default serial is from the USB connector on left side of the debug board.
25995     The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
25996     enumeration.
25997
25998     The details of the setting of the serial gpmc setup are not available.
25999     The values were provided by another party.
26000
26001     The serial port set up is the same with Zoom1.
26002     Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
26003
26004     The kernel bootargs are
26005     console=ttyS3,115200n8
26006
26007     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26008
26009 commit 3ea201b016ab259a5ac8824af767569522768c47
26010 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26011 Date:   Sun May 31 12:44:27 2009 +0200
26012
26013     lh7a40x: move serial driver to drivers/serial
26014
26015     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26016
26017 commit 379be585eb2343d8814a5cee5fb3da930d846bee
26018 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26019 Date:   Sat May 16 22:48:46 2009 +0200
26020
26021     pxa: move serial driver to drivers/serial
26022
26023     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26024
26025 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
26026 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26027 Date:   Sat May 9 13:21:19 2009 +0200
26028
26029     arm: remove cpu_init
26030
26031     move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
26032
26033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26034
26035 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
26036 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26037 Date:   Sat May 9 13:21:18 2009 +0200
26038
26039     arm: unify interrupt init
26040
26041     all arm init the IRQ stack the same way
26042     so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
26043
26044     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26045
26046 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
26047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26048 Date:   Fri May 8 20:24:12 2009 +0200
26049
26050     arm: unify linker script
26051
26052     all arm boards except a few use the same cpu linker script
26053     so move it to cpu/$(CPU)
26054
26055     that could be overwrite in following order
26056     SOC
26057     BOARD
26058     via the corresponding config.mk
26059
26060     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26061
26062 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
26063 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26064 Date:   Sat May 16 10:02:05 2009 +0200
26065
26066     afeb9260: fix macb device init
26067
26068     uses PA10, PA11 for ETX2 and ETX3.
26069
26070     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26071
26072 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
26073 Author: Stefan Roese <sr@denx.de>
26074 Date:   Wed May 27 10:34:32 2009 +0200
26075
26076     ppc4xx: Remove PCI async bootup message if PCI is not used
26077
26078     Signed-off-by: Stefan Roese <sr@denx.de>
26079
26080 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
26081 Author: Wolfgang Denk <wd@denx.de>
26082 Date:   Fri May 15 09:19:52 2009 +0200
26083
26084     TQM834x: use buffered writes to accelerate writing to flash
26085
26086     Also enable display of 'E'mpty sectors in "flinfo" output.
26087
26088     Signed-off-by: Wolfgang Denk <wd@denx.de>
26089     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26090
26091 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
26092 Author: Wolfgang Denk <wd@denx.de>
26093 Date:   Thu May 14 23:18:34 2009 +0200
26094
26095     TQM834x: add FDT support
26096
26097     Signed-off-by: Wolfgang Denk <wd@denx.de>
26098     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26099
26100 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
26101 Author: Wolfgang Denk <wd@denx.de>
26102 Date:   Thu May 14 23:18:33 2009 +0200
26103
26104     TQM834x: fix environment size; add redundant env.
26105
26106     Also reserve more space for U-Boot as it will probably grow soon.
26107
26108     Signed-off-by: Wolfgang Denk <wd@denx.de>
26109     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26110
26111 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
26112 Author: Thomas Lange <thomas@corelatus.se>
26113 Date:   Sun May 3 20:07:33 2009 +0200
26114
26115     ARM DaVinci: Reset with watchdog enabled
26116
26117     Once the Davinci watchdog has been enabled, the timeout
26118     value cannot be changed. If the timeout in use is long,
26119     it can take a long time for card to reset. By writing
26120     an invalid service key, we can trigger an immediate reset.
26121
26122     Signed-off-by: Thomas Lange <thomas@corelatus.se>
26123
26124 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
26125 Author: Wolfgang Denk <wd@denx.de>
26126 Date:   Fri May 15 10:07:43 2009 +0200
26127
26128     video: Add an option to skip video initialization
26129
26130     This patch adds an option to skip the video initialization on for all
26131     video drivers. This is needed for the CPCI750 which can be built as
26132     CPCI host and adapter/target board. And the adapter board can't
26133     access the video cards located on the CompactPCI bus.
26134
26135     Signed-off-by: Stefan Roese <sr@denx.de>
26136     Cc: Anatolij Gustschin <agust@denx.de>
26137
26138     Rebased against simplifying patch.
26139     Signed-off-by: Wolfgang Denk <wd@denx.de>
26140
26141 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
26142 Author: Wolfgang Denk <wd@denx.de>
26143 Date:   Fri May 15 10:07:42 2009 +0200
26144
26145     drv_video_init(): simplify logic
26146
26147     Simplify nesting of drv_video_init() and use a consistent way of
26148     indicating failure / success. Before, it took me some time to realize
26149     which of the returns was due to an error condition and which of them
26150     indicated success.
26151
26152     Signed-off-by: Wolfgang Denk <wd@denx.de>
26153     Cc: Anatolij Gustschin <agust@denx.de>
26154
26155 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
26156 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26157 Date:   Wed May 13 21:01:13 2009 +0200
26158
26159     at91: regroup IP hw init in one file per soc
26160
26161     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26162
26163 commit 28b00324becf3552134ae1e086509dc9c3d6e932
26164 Author: David Brownell <dbrownell@users.sourceforge.net>
26165 Date:   Fri May 15 23:48:37 2009 +0200
26166
26167     dm355 evm support
26168
26169     Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
26170     from Spectrum Digital.  Board docs include schematic and firmware
26171     for its microcontroller:
26172
26173       http://c6000.spectrumdigital.com/evmdm355/revd/
26174
26175     Most of the DM355 chip is fully documented by TI, the most notable
26176     exception being the MPEG/JPEG coprocessor (programmable using codecs
26177     available at no cost from TI), which is omitted from its DM335 sibling:
26178
26179       http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
26180
26181     This version can boot from the on-board DM9000 Ethernet chip, after
26182     being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
26183     and USB support could be added ... NAND support is being held back
26184     until the support for the 4-bit ECC hardware is ready.
26185
26186     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26187
26188 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
26189 Author: Sanjeev Premi <premi@ti.com>
26190 Date:   Fri May 15 23:48:37 2009 +0200
26191
26192     OMAP3EVM: Set default bootfile
26193
26194     The current configuration doesn't define default
26195     bootfile; leading to this warning at execution:
26196
26197     OMAP3_EVM # dhcp
26198     ...
26199     ...
26200     DHCP client bound to address 192.168.1.11
26201     *** Warning: no boot file name; using 'AC18BE16.img'
26202     TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
26203     sending through gateway 192.168.1.1
26204     Filename 'AC18BE16.img'.
26205     Load address: 0x82000000
26206     Loading: *
26207     TFTP error: 'File not found' (1)
26208
26209     Signed-off-by: Sanjeev Premi <premi@ti.com>
26210
26211 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
26212 Author: s-paulraj@ti.com <s-paulraj@ti.com>
26213 Date:   Fri May 15 23:48:36 2009 +0200
26214
26215     ARM DaVinci: Minor Updates to base addresses
26216
26217     Patch adds base addresses for DaVinci DM365. Updated patches for DM365
26218     will be posted soon.
26219
26220     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
26221
26222 commit de193e8e369f5f029ed3b6e2fc60341098eea766
26223 Author: Tom Rix <Tom.Rix@windriver.com>
26224 Date:   Fri May 15 23:48:36 2009 +0200
26225
26226     ZOOM2 Add support for debug board detection.
26227
26228     The logicpd web site is a good source for general information on this board.
26229     Please start looking here if the below links are broken.
26230     http://www.logicpd.com
26231
26232     This is a pdf of the product
26233     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
26234
26235     This is a pdf of the product quick start guide.
26236     The debug board is described here.
26237     http://support.logicpd.com/downloads/1165/
26238
26239     This is a wiki showing the debug board in use
26240     https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
26241
26242     The zoom2 has an auxillary board that contains the serial, net, jtag and
26243     battery simulator.  This change supports a runtime check if the debug board is
26244     connected.
26245
26246     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26247
26248 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
26249 Author: Tom Rix <Tom.Rix@windriver.com>
26250 Date:   Fri May 15 23:48:36 2009 +0200
26251
26252     OMAP3 Port kernel omap gpio interface.
26253
26254     Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
26255     The orignal source is in linux/arch/arm/plat-omap/gpio.c
26256
26257     See doc/README.omap3 for instructions on use.
26258
26259     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26260
26261 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
26262 Author: Tom Rix <Tom.Rix@windriver.com>
26263 Date:   Fri May 15 23:48:36 2009 +0200
26264
26265     ZOOM2 Add initial support for Zoom2
26266
26267     Zoom2 is a new board from Texas Instruments and LogicPD
26268
26269     The logicpd web site is a good source for general information on this board.
26270     Please start looking here if the below links are broken.
26271     http://www.logicpd.com
26272
26273     This is a pdf of the product
26274     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
26275     This is the product description web page
26276     http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
26277
26278     This patch provides a zoom2 base target by copying zoom1 and by making some
26279     obvious changes.
26280
26281     To configure, run
26282     make omap3_zoom2_config
26283
26284     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26285
26286 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
26287 Author: Sandeep Paulraj <s-paulraj@ti.com>
26288 Date:   Fri May 15 23:48:33 2009 +0200
26289
26290     ARM DaVinci:Consolidate common u-boot.lds
26291
26292     The u-boot.lds is common for all DaVinci boards. The patch removes
26293     multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
26294     folder. This addresses one of the comments i received while submitting
26295     patches for DM3xx
26296
26297     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
26298
26299 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
26300 Author: Tom Rix <Tom.Rix@windriver.com>
26301 Date:   Fri May 15 23:47:52 2009 +0200
26302
26303     OMAP Consolidate common u-boot.lds to cpu layer.
26304
26305     The u-boot.lds file is common for all omap boards.
26306     Move a cleaned up version to the cpu layer and add makefile logic to use it.
26307
26308     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26309
26310 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
26311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26312 Date:   Fri May 15 23:47:14 2009 +0200
26313
26314     arm/dcc: add xscale support
26315
26316     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26317
26318 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
26319 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26320 Date:   Fri May 15 23:47:14 2009 +0200
26321
26322     arm/dcc: use static support to allow to use it at anytime
26323
26324     the dcc can be used at the start of the cpu
26325
26326     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26327
26328 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
26329 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26330 Date:   Fri May 15 23:47:13 2009 +0200
26331
26332     ARM: Update mach-types
26333
26334     update against linux v2.6.29
26335
26336     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26337
26338 commit 2907798926ee932f453ac8538e7a6c05c18428a5
26339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26340 Date:   Fri May 15 23:47:13 2009 +0200
26341
26342     arm920/926/926: remove non needed header
26343
26344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26345
26346 commit 269dfea017b09c5a999d3053d00505c19789c350
26347 Author: David Brownell <david-b@pacbell.net>
26348 Date:   Fri May 15 23:47:13 2009 +0200
26349
26350     davinci dm6446evm NAND update
26351
26352     This updates the optional (non-default!) NAND support for the
26353     DaVinci DM6446 EVM:
26354
26355      - include MTD partitioning, defaulting to what Linux uses
26356
26357      - use a flash-based BBT, which among other things speeds bootup
26358
26359     This matches code that's now queued for mainline Linux, and might
26360     even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
26361     that the U-Boot $mtdparts environment variable can be passed as-is
26362     on the kernel command line as a cmdlinepart override.
26363
26364     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26365
26366 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
26367 Author: David Brownell <dbrownell@users.sourceforge.net>
26368 Date:   Fri May 15 23:47:12 2009 +0200
26369
26370     davinci: display correct clock info
26371
26372     Move the clock-rate dumping code into the cpu/.../davinci area
26373     where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
26374     updating the format and showing the DSP clock (where relevant).
26375
26376     Switch boards to use the cpuinfo() hook for this stuff.
26377
26378     Remove a few now-obsolete PLL #defines.
26379
26380     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26381
26382 commit daea928829098cae3c9ec6b801e52ba616725034
26383 Author: Tom Rix <Tom.Rix@windriver.com>
26384 Date:   Fri May 15 23:47:12 2009 +0200
26385
26386     ZOOM1 Remove more legacy NAND defines.
26387
26388     These legacy NAND defines are no longer needed by this target.
26389
26390     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26391
26392 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
26393 Author: Tom Rix <Tom.Rix@windriver.com>
26394 Date:   Fri May 15 23:47:12 2009 +0200
26395
26396     LED Add documentation describing the status_led and colour led API.
26397
26398     This document describes the u-boot status LED API.
26399     This allows common u-boot commands to use a board's leds to
26400     provide status for activities like booting and downloading files.
26401
26402     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26403
26404 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
26405 Author: Tom Rix <Tom.Rix@windriver.com>
26406 Date:   Fri May 15 23:47:12 2009 +0200
26407
26408     ARM Add blue colour LED to status_led.
26409
26410     There is exiting support for red,yellow,green but no blue.
26411     The main LED on the zoom2 is a blue LED.
26412
26413     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26414
26415 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
26416 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26417 Date:   Fri May 15 23:47:02 2009 +0200
26418
26419     arm: timer and interrupt init rework
26420
26421     actually the timer init use the interrupt_init as init callback
26422     which make the interrupt and timer implementation difficult to follow
26423
26424     so now rename it as int timer_init(void) and use interrupt_init for interrupt
26425
26426     btw also remane the corresponding file to the functionnality implemented
26427
26428     as ixp arch implement two timer - one based on interrupt - so all the timer
26429     related code is moved to timer.c
26430
26431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26432
26433 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
26434 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26435 Date:   Fri May 15 23:45:22 2009 +0200
26436
26437     OMAP3: Reorganize Makefile style
26438
26439     Reformat COBJS handling.
26440
26441     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26442     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26443
26444 commit b1966982718347f67317b3fb356439743ca68a37
26445 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26446 Date:   Fri May 15 23:45:22 2009 +0200
26447
26448     OMAP3: Remove dublicated interrupt code
26449
26450     Remove duplicated interrupt code. Original, identical code can be found
26451     in lib_arm/interrupts.c
26452
26453     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26454     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26455
26456 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
26457 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26458 Date:   Fri May 15 23:45:22 2009 +0200
26459
26460     at91rm9200: move reset code to reset.c
26461
26462     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26463
26464 commit 2c75c78d94574ee996db2aa9b511258519471dd6
26465 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26466 Date:   Fri May 15 23:45:22 2009 +0200
26467
26468     ixp/interrupts: Move conditional compilation to Makefile
26469
26470     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26471
26472 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
26473 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26474 Date:   Fri May 15 23:45:20 2009 +0200
26475
26476     arm: cleanup remaining CONFIG_INIT_CRITICAL
26477
26478     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26479
26480 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
26481 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26482 Date:   Fri May 15 23:45:12 2009 +0200
26483
26484     arm946es: remove non used timer
26485
26486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26487
26488 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
26489 Author: David Brownell <dbrownell@users.sourceforge.net>
26490 Date:   Fri May 15 23:44:09 2009 +0200
26491
26492     davinci: add basic dm355/dm350/dm335 support
26493
26494     Add some basic declarations for DaVinci DM355/DM350/DM335 support,
26495     keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
26496     DM357 is very different; while the DM355 is like a DM355 without
26497     the MPEG/JPEG coprocessor).
26498
26499     These have different peripherals than the DM6446, and some of
26500     the peripherals are at different addresses.  Notably for U-Boot,
26501     there's no EMAC, and the NAND controller address is different
26502
26503     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26504
26505 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
26506 Author: David Brownell <dbrownell@users.sourceforge.net>
26507 Date:   Fri May 15 23:44:09 2009 +0200
26508
26509     davinci: fix dm644x buglets
26510
26511     Fix two buglets in the dm644x support:  don't set two must-be-zero
26512     bits in the UART management register; and only include the I2C hooks
26513     if the I2C driver is being included.
26514
26515     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26516
26517 commit f79043681ff44bae435c06f830e51e1546db7e19
26518 Author: David Brownell <dbrownell@users.sourceforge.net>
26519 Date:   Fri May 15 23:44:08 2009 +0200
26520
26521     davinci: split out some dm644x-specific bits from psc
26522
26523     Split out DaVinci DM6446-specific bits from more generic bits:
26524
26525      - Add a CONFIG_SOC_DM644X.  All current boards use DM6446 chips;
26526        DM6443 and DM6441 chips differ in available peripherals.
26527
26528      - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
26529        which is conditionally built.  It provides device-specific setup.
26530
26531     Plus minor coding style and comment updates with respect to the PSC.
26532
26533     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26534
26535 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
26536 Author: David Brownell <dbrownell@users.sourceforge.net>
26537 Date:   Fri May 15 23:44:08 2009 +0200
26538
26539     davinci: cpu-specific build uses conditional make syntax
26540
26541     Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
26542     Add the first conditional: for EMAC driver support.  Not all
26543     chips have an EMAC; and boards might not use it, anyway.
26544
26545     This doesn't touch PHY configuration; that should eventually
26546     become conditional too.
26547
26548     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26549
26550 commit 7b7808ae6dace59287f565e9323cda7b098a5612
26551 Author: David Brownell <dbrownell@users.sourceforge.net>
26552 Date:   Fri May 15 23:44:06 2009 +0200
26553
26554     davinci: move psc support board-->cpu
26555
26556     Move DaVinci PSC support from board/* to cpu/* where it belongs.
26557     The PSC module manages clocks and resets for all DaVinci-family
26558     SoCs, and isn't at all board-specific.
26559
26560     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26561
26562 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
26563 Author: David Brownell <david-b@pacbell.net>
26564 Date:   Tue Apr 14 08:52:58 2009 -0700
26565
26566     DaVinci now respects SKIP_LOWLEVEL_INIT
26567
26568     Don't needlessly include lowlevel init code; that's only really
26569     needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
26570     loader (UBL) handles that before it loads U-Boot.
26571
26572     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26573
26574 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
26575 Author: David Brownell <dbrownell@users.sourceforge.net>
26576 Date:   Sun Apr 12 22:49:26 2009 -0700
26577
26578     DaVinci Ethernet cleanup
26579
26580     Chips without the EMAC controller won't need the utilities
26581     it uses to read an Ethernet address from EEPROM; so don't
26582     include them needlessly.
26583
26584     Use is_valid_ether() to validate the address from EEPROM.
26585     All-zero addresses aren't the only invalid addresses.
26586     A fully erased EEPROM returns all-ones, also invalid...
26587
26588     Switch those Ethernet utilities to use "%pM" for printing
26589     MAC addresses; and not say ROM when they mean EEPROM.
26590
26591     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26592     Acked-by: Ben Warren <biggerbadderben@gmail.com>
26593
26594 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
26595 Author: Stefan Roese <sr@denx.de>
26596 Date:   Mon May 11 15:50:12 2009 +0200
26597
26598     lib_arch/board.c: Move malloc initialization before flash_init()
26599
26600     This patch moves the malloc initialization before calling flash_init().
26601     Upcoming changes to the NOR FLASH common CFI driver with optional
26602     MTD infrastructure and MTD concatenation support will call malloc().
26603     And nothing really speaks against enabling malloc just a little earlier
26604     in the boot stage. Some architectures already enable malloc before
26605     calling flash_init() so they don't need any changes here.
26606
26607     Signed-off-by: Stefan Roese <sr@denx.de>
26608     Cc: Wolfgang Denk <wd@denx.de>
26609     Cc: Mike Frysinger <vapier@gentoo.org>
26610     Cc: Scott McNutt <smcnutt@psyent.com>
26611     Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26612     Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26613     Cc: Daniel Hellstrom <daniel@gaisler.com>
26614     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26615     Cc: John Rigby <jcrigby@gmail.com>
26616
26617 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
26618 Author: Stefan Roese <sr@denx.de>
26619 Date:   Mon May 11 13:46:14 2009 +0200
26620
26621     ppc4xx: Add Sequoia RAM-booting target
26622
26623     This patch adds another build target for the AMCC Sequoia PPC440EPx
26624     eval board. This RAM-booting version is targeted for boards without
26625     NOR FLASH (NAND booting) which need a possibility to initially
26626     program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
26627     configured to setup the SDRAM, this debugger can load this RAM-
26628     booting image to the target address in SDRAM (in this case 0x1000000)
26629     and start it there. Then U-Boot's standard NAND commands can be
26630     used to program the NAND FLASH (e.g. "nand write ...").
26631
26632     Here the commands to load and start this image from the BDI2000:
26633
26634     440EPX>reset halt
26635     440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
26636     440EPX>go 0x1000000
26637
26638     Please note that this image automatically scans for an already
26639     initialized SDRAM TLB (detected by EPN=0). This TLB will not be
26640     cleared. This TLB doesn't need to be TLB #0, this RAM-booting
26641     version will detect it and preserve it. So booting via BDI2000
26642     will work and booting with a complete different TLB init via
26643     U-Boot works as well.
26644
26645     Signed-off-by: Stefan Roese <sr@denx.de>
26646
26647 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
26648 Author: Mike Frysinger <vapier@gentoo.org>
26649 Date:   Wed May 6 08:41:45 2009 -0400
26650
26651     tools/envcrc: add --binary option to export embedded env
26652
26653     The --binary option to envcrc can be used to export the embedded env as a
26654     binary blob so that it can be manipulated/examined/whatever externally.
26655
26656     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26657
26658 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
26659 Author: Ben Warren <biggerbadderben@gmail.com>
26660 Date:   Tue Apr 28 16:50:53 2009 -0700
26661
26662     Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
26663
26664     All in-tree PPC4xx boards now use CONFIG_NET_MULTI
26665
26666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26667     Signed-off-by: Stefan Roese <sr@denx.de>
26668
26669 commit 70be6c2d40076f14062b892152649f9a62832fc9
26670 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26671 Date:   Wed Apr 29 09:51:01 2009 +0200
26672
26673     4xx: Add support for DP405 hardware variants
26674
26675     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26676     Signed-off-by: Stefan Roese <sr@denx.de>
26677
26678 commit de47a34d4de1d007a8951efd072283516d580ffa
26679 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26680 Date:   Wed Apr 29 09:51:00 2009 +0200
26681
26682     4xx: Remove binary cpld bitstream from DP405 board
26683
26684     This patch removes the cpld binary bitstream that is
26685     used by esd's cpld command on DP405 boards.
26686
26687     Because u-boot with an external cpld bitstream may not
26688     take more space in flash than before the u-boot binary is
26689     shrinked a little bit. Some unused featues have been
26690     removed therefore.
26691
26692     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26693     Signed-off-by: Stefan Roese <sr@denx.de>
26694
26695 commit 700d553fd3afe804086de8f73d95153315eb0c32
26696 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26697 Date:   Wed Apr 29 09:50:59 2009 +0200
26698
26699     4xx: Remove binary cpld bitstream from VOM405 board
26700
26701     This patch removes the cpld binary bitstream that is
26702     used by esd's cpld command on VOM405 boards.
26703
26704     Because u-boot with an external cpld bitstream may not
26705     take more space in flash than before the u-boot binary is
26706     shrinked a little bit.
26707
26708     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26709     Signed-off-by: Stefan Roese <sr@denx.de>
26710
26711 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
26712 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26713 Date:   Wed Apr 29 09:50:58 2009 +0200
26714
26715     4xx: Remove binary cpld bitstream from PMC405 board
26716
26717     This patch removes the cpld binary bitstream that is
26718     used by esd's cpld command on PMC405 boards.
26719
26720     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26721     Signed-off-by: Stefan Roese <sr@denx.de>
26722
26723 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
26724 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26725 Date:   Wed Apr 29 09:50:57 2009 +0200
26726
26727     4xx: Remove binary cpld bitstream from CMS700 board
26728
26729     This patch removes the cpld binary bitstream that is
26730     used by esd's cpld command on CMS700 boards.
26731
26732     Because u-boot with an external cpld bitstream may not
26733     take more space in flash than before the u-boot binary is
26734     shrinked a little bit. Some unused featues have been
26735     removed therefore.
26736
26737     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26738     Signed-off-by: Stefan Roese <sr@denx.de>
26739
26740 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
26741 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26742 Date:   Wed Apr 29 09:50:56 2009 +0200
26743
26744     esd/common: extend cpld command with address parameter
26745
26746     This patch adds support for an address parameter to esd's
26747     cpld command. This is in preparation to remove compiled-in
26748     binary cpld (xsvf) bitstreams.
26749
26750     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26751     Signed-off-by: Stefan Roese <sr@denx.de>
26752
26753 commit 9166b776350d16460c7330bfb0a50154ea0a1903
26754 Author: Peter Tyser <ptyser@xes-inc.com>
26755 Date:   Sat Apr 18 22:34:06 2009 -0500
26756
26757     cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
26758
26759     When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
26760     correct, eg:
26761
26762     => help i2c
26763     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
26764     speed [speed] - show or set I2C bus speed
26765     i2c dev [dev] - show or set current I2C bus
26766     ...
26767
26768     It has been changed to:
26769     i2c speed [speed] - show or set I2C bus speed
26770     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
26771     i2c dev [dev] - show or set current I2C bus
26772     ...
26773
26774     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26775
26776 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
26777 Author: Peter Tyser <ptyser@xes-inc.com>
26778 Date:   Sat Apr 18 22:34:05 2009 -0500
26779
26780     cmd_i2c: Clean up trivial helper functions
26781
26782     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26783
26784 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
26785 Author: Peter Tyser <ptyser@xes-inc.com>
26786 Date:   Sat Apr 18 22:34:04 2009 -0500
26787
26788     cmd_i2c: Clean up i2c command argument parsing
26789
26790     argc and argv should only be modified once instead of once for
26791     every i2c sub-command
26792
26793     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26794
26795 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
26796 Author: Peter Tyser <ptyser@xes-inc.com>
26797 Date:   Sat Apr 18 22:34:03 2009 -0500
26798
26799     i2c: Update references to individual i2c commands
26800
26801     The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
26802     and isdram are no longer available so all references to them have been
26803     updated to the new form of "i2c <cmd>".
26804
26805     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26806
26807 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
26808 Author: Peter Tyser <ptyser@xes-inc.com>
26809 Date:   Sat Apr 18 22:34:02 2009 -0500
26810
26811     i2c: Remove deprecated individual i2c commands
26812
26813     The following individual I2C commands have been removed: imd, imm, inm,
26814     imw, icrc32, iprobe, iloop, isdram.
26815
26816     The functionality of the individual commands is still available via
26817     the 'i2c' command.
26818
26819     This change only has an impact on those boards which did not have
26820     CONFIG_I2C_CMD_TREE defined.
26821
26822     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26823
26824 commit 655b34a78adf60ef260981688837904208883ae9
26825 Author: Peter Tyser <ptyser@xes-inc.com>
26826 Date:   Sat Apr 18 22:34:01 2009 -0500
26827
26828     i2c: Create common default i2c_[set|get]_bus_speed() functions
26829
26830     New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
26831     replace a number of architecture-specific implementations.
26832
26833     Also, providing default functions will allow all boards to enable
26834     CONFIG_I2C_CMD_TREE.  This was previously not possible since the
26835     tree-form of the i2c command provides the ability to display and modify
26836     the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
26837     present.
26838
26839     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26840
26841 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
26842 Author: Peter Tyser <ptyser@xes-inc.com>
26843 Date:   Sat Apr 18 22:34:00 2009 -0500
26844
26845     cm5200: Make function test command names more unique
26846
26847     Add "_test" to cm5200's function test command names to prevent
26848     overlap with common, global function names.  Originally, the
26849     "do_i2c" function test command interfered with
26850     common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
26851
26852     The functions were also made static as they are not globally accessed.
26853
26854     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26855
26856 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
26857 Author: Peter Tyser <ptyser@xes-inc.com>
26858 Date:   Fri Apr 24 15:34:09 2009 -0500
26859
26860     tsi108_i2c: Add i2c_init() stub function
26861
26862     Add the i2c_init() function so that the tsi108_i2c.c driver fits
26863     U-Boot's standard I2C API which is utilized by cmd_i2c.c
26864
26865     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26866
26867 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
26868 Author: Peter Tyser <ptyser@xes-inc.com>
26869 Date:   Fri Apr 24 15:34:08 2009 -0500
26870
26871     mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
26872
26873     Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
26874     it can use the common 'i2c speed' command.  Note that the I2C controller
26875     utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
26876     dynamically.
26877
26878     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26879
26880 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
26881 Author: Peter Tyser <ptyser@xes-inc.com>
26882 Date:   Fri Apr 24 15:34:07 2009 -0500
26883
26884     Marvell: i2c cleanup
26885
26886     The following changes were made, primarily to bring the Marvell i2c
26887     driver in line with U-Boot's current I2C API:
26888     - Made i2c_init() globally accessible
26889     - Made i2c_read() and i2c_write() return an integer
26890     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
26891       offhand chance someone adds slave support in the future
26892
26893     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26894
26895 commit 54afc6ee10c8cd09598d814d49e601359b005e49
26896 Author: Peter Tyser <ptyser@xes-inc.com>
26897 Date:   Fri Apr 24 15:34:06 2009 -0500
26898
26899     cpci750: i2c cleanup
26900
26901     The following changes were made, primarily to bring the cpci750 i2c
26902     driver in line with U-Boot's current I2C API:
26903     - Made i2c_init() globally accessible
26904     - Made i2c_read() and i2c_write() return an integer
26905     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
26906       offhand chance someone adds slave support in the future
26907
26908     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26909
26910 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
26911 Author: Peter Tyser <ptyser@xes-inc.com>
26912 Date:   Fri Apr 24 15:34:05 2009 -0500
26913
26914     i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
26915
26916     Many boards/controllers/drivers don't support an I2C slave interface,
26917     however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
26918     default
26919
26920     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26921
26922 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
26923 Author: Kumar Gala <galak@kernel.crashing.org>
26924 Date:   Thu Jun 11 23:42:35 2009 -0500
26925
26926     fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
26927
26928     The ddr code computes most things as 64-bit quantities and had some places
26929     in the middle that it was using phy_addr_t and phys_size_t.
26930
26931     Instead we use unsigned long long through out and only at the last stage of
26932     setting the LAWs and reporting the amount of memory to the board code do we
26933     truncate down to what we can cover via phys_size_t.
26934
26935     This has the added benefit that the DDR controller itself is always setup
26936     the same way regardless of how much memory we have.  Its only the LAW
26937     setup that limits what is visible to the system.
26938
26939     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26940
26941 commit d4b130dc80761b430dc5b410159cd158fca1a348
26942 Author: Kumar Gala <galak@kernel.crashing.org>
26943 Date:   Thu Jun 11 23:40:34 2009 -0500
26944
26945     85xx: Use print_size to report amount of memory not mapped by TLBs
26946
26947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26948
26949 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
26950 Author: Haiying Wang <Haiying.Wang@freescale.com>
26951 Date:   Wed May 20 12:30:42 2009 -0400
26952
26953     85xx: Add README for MPC8569MDS
26954
26955     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26956     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26957
26958 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
26959 Author: Haiying Wang <Haiying.Wang@freescale.com>
26960 Date:   Wed May 20 12:30:33 2009 -0400
26961
26962     85xx: Add UART1 support for MPC8569MDS
26963
26964     MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
26965     those pins before using UART1.
26966
26967     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26968     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26969
26970 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
26971 Author: Haiying Wang <Haiying.Wang@freescale.com>
26972 Date:   Wed May 20 12:30:32 2009 -0400
26973
26974     85xx: Add PIB support at CS4/CS5 for MPC8569MDS
26975
26976     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26977     Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
26978     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26979
26980 commit fb27949059f1bc84381a6216a819090f0cdbaa70
26981 Author: Haiying Wang <Haiying.Wang@freescale.com>
26982 Date:   Thu Jun 4 16:12:39 2009 -0400
26983
26984     85xx: Fix some settings for MPC8569MDS board
26985
26986     - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
26987     malloc to support up to eight Ethernet interfaces.
26988     - Move Environment address out of uboot thus the saved environment variables
26989     will not be erased after u-boot is re-programmed.
26990
26991     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26992     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26993
26994 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
26995 Author: Haiying Wang <Haiying.Wang@freescale.com>
26996 Date:   Wed May 20 12:30:30 2009 -0400
26997
26998     85xx: Fix MURAM size for MPC8569
26999
27000     MPC8569 has 128K bytes MURAM.
27001
27002     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
27003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27004
27005 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
27006 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27007 Date:   Fri May 22 20:23:51 2009 +0200
27008
27009     at91/cpu.c: add missing Copyright & GPL header
27010
27011     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27012
27013 commit aa446a591aca46ef2b53cc6598ea8091feb45444
27014 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27015 Date:   Sun Jun 7 21:45:16 2009 +0900
27016
27017     apollon: Fix a OBJCFLAGS typo
27018
27019     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27020
27021 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
27022 Author: Wolfgang Denk <wd@denx.de>
27023 Date:   Wed Jun 10 00:19:28 2009 +0200
27024
27025     Prepare 2009.06-rc3
27026
27027     Update CHANGELOG
27028
27029     Signed-off-by: Wolfgang Denk <wd@denx.de>
27030
27031 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
27032 Author: Wolfgang Denk <wd@denx.de>
27033 Date:   Wed Jun 10 00:15:11 2009 +0200
27034
27035     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
27036
27037     Signed-off-by: Wolfgang Denk <wd@denx.de>
27038
27039 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
27040 Author: Daniel Mack <daniel@caiaq.de>
27041 Date:   Thu Jun 4 19:44:12 2009 +0200
27042
27043     ubifs: fix small error path mismatch
27044
27045     In do_readpage(), don't free 'dn' if its allocation failed.
27046
27047     Signed-off-by: Daniel Mack <daniel@caiaq.de>
27048
27049 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
27050 Author: Wolfgang Denk <wd@denx.de>
27051 Date:   Thu Jun 4 00:31:07 2009 +0200
27052
27053     EP88x: fix broken linker script
27054
27055     Signed-off-by: Wolfgang Denk <wd@denx.de>
27056     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
27057
27058 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
27059 Author: Wolfgang Denk <wd@denx.de>
27060 Date:   Fri May 15 00:16:02 2009 +0200
27061
27062     TQM85xx: minor config file cleanup
27063
27064     Remove "saveenv" from "update" definition: the environment is outside
27065     the U-Boot image on TQM85xx and therefor not affected by updates.
27066
27067     Also "beautify" code a bit (vertical alignment).
27068
27069     Signed-off-by: Wolfgang Denk <wd@denx.de>
27070
27071 commit c0296b1801fc9426d772fa75fe58458db605dfee
27072 Author: Wolfgang Denk <wd@denx.de>
27073 Date:   Fri May 15 00:16:01 2009 +0200
27074
27075     TQM85xx: adapt for new flash types
27076
27077     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
27078     series while new boards have 'N' type Flashes from the S29GLxxxN
27079     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
27080
27081     We now change the configuration to the new flash types for all
27082     boards; this also works on old boards - we just waste two flash
27083     sectors for the environment which could be smaller there.
27084
27085     Signed-off-by: Wolfgang Denk <wd@denx.de>
27086
27087 commit 6735104924f06340071a6914a9ee3345607fc102
27088 Author: Dave Liu <daveliu@freescale.com>
27089 Date:   Mon May 18 17:49:23 2009 +0800
27090
27091     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
27092
27093     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
27094     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
27095     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
27096
27097     Signed-off-by: Dave Liu <daveliu@freescale.com>
27098
27099 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
27100 Author: Dave Liu <daveliu@freescale.com>
27101 Date:   Fri May 15 10:27:44 2009 +0800
27102
27103     85xx: Fix the wrong BCSR address of 8569MDS
27104
27105     The BCSR17[7] = 1 will unlock the write protect of FLASH.
27106     The WP# pin only controls the write protect of top/bottom sector,
27107     That is why we can save env, but we can't write the first sector
27108     before the patch.
27109
27110     Signed-off-by: Dave Liu <daveliu@freescale.com>
27111
27112 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
27113 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
27114 Date:   Tue Jun 2 16:27:10 2009 -0500
27115
27116     85xx: bugfix for reading maximum TLB size on mpc85xx
27117
27118     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
27119     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
27120     (256 MB)
27121     which made u-boot hang in board_init_f() when trying to create a new stack
27122     in RAM.
27123     I have an mpc8540 with one 1GB dimm.
27124
27125     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
27126     Signed-off-by: Andy Fleming <afleming@freescale.com>
27127     Acked-by: Kumar Gala <galak@kernel.crashing.org>
27128
27129 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
27130 Author: Dave Liu <daveliu@freescale.com>
27131 Date:   Fri Mar 27 14:32:43 2009 +0800
27132
27133     85xx: Fix the clock adjust of mpc8569mds board
27134
27135     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
27136     the DDR controller hang at the data init. Change the clk_adj
27137     from 6 to 4 (1/2 cycle), make the memory system stable.
27138
27139     Signed-off-by: Dave Liu <daveliu@freescale.com>
27140
27141 commit faa14babd7466dfade358f9cac128ae246b9bf1b
27142 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
27143 Date:   Fri Jun 5 16:54:31 2009 +0200
27144
27145     at91: fix a USB problem for AT91SAM9261
27146
27147     This patch corrects the missing PLLB initialization in usb_cpu_init()
27148     for AT91SAM9261.
27149     Because of the missing PLLB initialization, the USB support for all
27150     AT91SAM9261 based boards will work only if the PLLB is configured by a
27151     precedent bootloader.
27152
27153     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
27154     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27155     Signed-off-by: Remy Bohmer <linux@bohmer.net>
27156
27157 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
27158 Author: Felix Radensky <felix@embedded-sol.com>
27159 Date:   Sun May 31 20:44:15 2009 +0300
27160
27161     ppc4xx/net: Fix MDIO clock setup
27162
27163     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
27164     Current code assumes that the value of sysinfo.freqOPB is 100000000
27165     when OPB frequency is 100MHz. In reality it is 100000001. As a result
27166     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
27167     the standard. This in not a problem on boards equipped with Marvell PHYs
27168     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
27169     but can be a problem for other PHYs (e.g. Realtek ones).
27170
27171     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
27172     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27173
27174 commit d65e34d12514de2bbe3b8f519761d641c081bad0
27175 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27176 Date:   Wed Feb 25 14:27:29 2009 +0900
27177
27178     rtl8169: fix PCI system memory address
27179
27180     When PCI device use system memory, some PCI host controller should be
27181     set physical memory address.
27182
27183     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27184     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27185
27186 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
27187 Author: Manikandan Pillai <mani.pillai@ti.com>
27188 Date:   Wed Apr 8 09:14:35 2009 +0530
27189
27190     SMC911x driver fixed for NFS boot
27191
27192     eth_halt() function in the smc911x drivers used to call the
27193     smc911x_reset() function. eth_halt() used to be called after
27194     tftp transfers. This used to put the ethernet chip in reset
27195     while the linux boots up resulting in the ethernet driver
27196     not coming up. NFS boot used to fail as a result.
27197
27198     This patch calls smc911x_shutdown() instead of smc911x_reset().
27199     Some comments received has also been fixed.
27200
27201     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
27202     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27203
27204 commit e5a3bc2401a23f1890611f020f57f94824a534db
27205 Author: Remy Bohmer <linux@bohmer.net>
27206 Date:   Sun May 3 12:11:40 2009 +0200
27207
27208     Add config option for disabling DM9000-SROM support.
27209
27210     Some boards do not have SROM support for the DM9000 network adapter.
27211     Instead of listing these board names in the driver code, make this
27212     option configurable from the board config file.
27213
27214     It also removes a build warning for the at91sam9261ek board:
27215     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
27216
27217     And it repaires the trizepsiv board build which was broken around the
27218     same routines
27219
27220     Signed-off-by: Remy Bohmer <linux@bohmer.net>
27221     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27222
27223 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
27224 Author: Kim Phillips <kim.phillips@freescale.com>
27225 Date:   Fri Jun 5 14:11:33 2009 -0500
27226
27227     mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
27228
27229     In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
27230     impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
27231     SICRH[TSIOB1] was erroneously being set high.
27232
27233     U-Boot always operated this PHY interface in GMII mode.  It is assumed this
27234     was missed in the clean up by the original board porters, and copied along
27235     to the TQM and sbc boards.
27236
27237     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27238     Acked-by: Ira Snyder <iws@ovro.caltech.edu>
27239     Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
27240     Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
27241     CC: Dave Liu <DaveLiu@freescale.com>
27242
27243 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
27244 Author: Daniel Mack <daniel@caiaq.de>
27245 Date:   Wed Apr 8 13:23:37 2009 +0200
27246
27247     smc911x: write back the manually set MAC address
27248
27249     If the MAX address is given by the environment, write it back to the
27250     hardware.
27251
27252     Signed-off-by: Daniel Mack <daniel@caiaq.de>
27253     Cc: Sascha Hauer <s.hauer@pengutronix.de>
27254     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27255
27256 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
27257 Author: Wolfgang Denk <wd@denx.de>
27258 Date:   Fri May 15 00:16:03 2009 +0200
27259
27260     Redundant Environment: protect full sector size
27261
27262     Several boards used different ways to specify the size of the
27263     protected area when enabling flash write protection for the sectors
27264     holding the environment variables: some used CONFIG_ENV_SIZE and
27265     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
27266     a mix of both for the "normal" and the "redundant" areas.
27267
27268     Normally, this makes no difference at all. However, things are
27269     different when you have to deal with boards that can come with
27270     different types of flash chips, which may have different sector
27271     sizes.
27272
27273     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
27274     biggest sector size, which may include several sectors on boards using
27275     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
27276     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
27277     case that only the first of these sectors get protected, while the
27278     following ones aren't.
27279
27280     This is no real problem, but it can be confusing for the user -
27281     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
27282     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
27283     "redundant" area.
27284
27285     To avoid such inconsistencies, I changed all sucn boards that I found
27286     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
27287     not cause any functional changes to the code.
27288
27289     Signed-off-by: Wolfgang Denk <wd@denx.de>
27290     Cc: Paul Ruhland
27291     Cc: Pantelis Antoniou <panto@intracom.gr>
27292     Cc: Stefan Roese <sr@denx.de>
27293     Cc: Gary Jennejohn <garyj@denx.de>
27294     Cc: Dave Ellis <DGE@sixnetio.com>
27295     Acked-by: Stefan Roese <sr@denx.de>
27296
27297 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
27298 Author: Ilya Yanok <yanok@emcraft.com>
27299 Date:   Thu May 14 14:03:09 2009 +0400
27300
27301     mmc: it's safe to ignore mmc_send_if_cond() return value
27302
27303     Return value of mmc_send_if_cond() can be safely ignored (as it is
27304     done in Linux). This makes older cards work with MXC MCI controller.
27305
27306     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
27307
27308 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
27309 Author: Stefan Roese <sr@denx.de>
27310 Date:   Mon May 11 15:54:13 2009 +0200
27311
27312     cfi_mtd: Fix bug in last sector detection
27313
27314     This patch now enabled this cfi-mtd wrapper to correctly detect and
27315     erase the last sector in an NOR FLASH device.
27316
27317     Signed-off-by: Stefan Roese <sr@denx.de>
27318
27319 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
27320 Author: Yauhen Kharuzhy <jekhor@gmail.com>
27321 Date:   Thu May 7 00:43:30 2009 +0300
27322
27323     mmc: Fix decoding of SCR & function switch data on little-endian machines
27324
27325     SCR & switch data are read from card as big-endian words and should be
27326     converted to CPU byte order.
27327
27328     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
27329     Signed-off-by: Andy Fleming <afleming@freescale.com>
27330
27331 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
27332 Author: Yauhen Kharuzhy <jekhor@gmail.com>
27333 Date:   Thu May 7 13:08:53 2009 +0300
27334
27335     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
27336
27337     Cards which are not compatible with SD 2.0 standard, may return response
27338     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
27339     accept this case as admissible, just like Linux does.
27340
27341     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
27342     Signed-off-by: Andy Fleming <afleming@freescale.com>
27343
27344 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
27345 Author: Rabin Vincent <rabin@rab.in>
27346 Date:   Sun Apr 5 13:30:56 2009 +0530
27347
27348     mmc: drop unnecessary casts
27349
27350     Now that response is a uint, we can drop all the casts.
27351
27352     Signed-off-by: Rabin Vincent <rabin@rab.in>
27353
27354 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
27355 Author: Rabin Vincent <rabin@rab.in>
27356 Date:   Sun Apr 5 13:30:55 2009 +0530
27357
27358     mmc: fix response decoding on little endian
27359
27360     The mmc code defines the response as an array of chars.  However, it
27361     access the response bytes both as (i) an array of four uints (with
27362     casts) and (ii) as individual chars.  The former case is used more
27363     often, including by the driver when it assigns the response.
27364
27365     The char-wise accesses are broken on little endian systems because they
27366     assume that the bytes in the uints are in big endian byte order.
27367
27368     This patch fixes this by changing the response to be an array of four
27369     uints and replacing the char-wise accesses with equivalent uint-wise
27370     accesses.
27371
27372     Signed-off-by: Rabin Vincent <rabin@rab.in>
27373
27374 commit 9b1f942c09dd942e6de3185caa81c111b14de567
27375 Author: Rabin Vincent <rabin@rab.in>
27376 Date:   Sun Apr 5 13:30:54 2009 +0530
27377
27378     mmc: use lldiv to fix arm eabi build
27379
27380     The generic MMC core uses direct long long divisions, which do not build
27381     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
27382
27383     Signed-off-by: Rabin Vincent <rabin@rab.in>
27384
27385 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
27386 Author: Rabin Vincent <rabin@rab.in>
27387 Date:   Sun Apr 5 13:30:53 2009 +0530
27388
27389     mmc: check find_mmc_device return value
27390
27391     find_mmc_device returns NULL if an invalid device number is specified.
27392     Check for this to avoid dereferencing NULL pointers.
27393
27394     Signed-off-by: Rabin Vincent <rabin@rab.in>
27395
27396 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
27397 Author: Rabin Vincent <rabin@rab.in>
27398 Date:   Sun Apr 5 13:30:52 2009 +0530
27399
27400     mmc: clean up help texts
27401
27402     Remove some repeated words and superfluous newlines in the mmc command
27403     help entries.
27404
27405     Signed-off-by: Rabin Vincent <rabin@rab.in>
27406
27407 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
27408 Author: Mike Frysinger <vapier@gentoo.org>
27409 Date:   Fri May 29 17:01:48 2009 -0400
27410
27411     Blackfin: spi: fix pin handling of SPI0 SSEL4
27412
27413     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
27414     peripheral in order to work.
27415
27416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27417
27418 commit 2157359dad2533987f5eb0181ef543693fad6a33
27419 Author: Mike Frysinger <vapier@gentoo.org>
27420 Date:   Tue May 26 02:51:57 2009 -0400
27421
27422     Blackfin: fix if() logic in bootrom evt1 check
27423
27424     A missing set of parenthesis caused the silicon revision to apply only to
27425     the BF533 and not the BF531/BF532 variants.
27426
27427     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27428
27429 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
27430 Author: Stefan Roese <sr@denx.de>
27431 Date:   Sat May 16 12:04:22 2009 +0200
27432
27433     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
27434
27435     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
27436     mtdparts_init() is available in both files, cmd_mtdparts.c and
27437     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
27438     the jffs2/mtdparts command/file split those 2 different versions
27439     already existed. So this is nothing new. The main problem is that the
27440     variables "current_dev" and "current_partnum" are declared in both
27441     files now. This doesn't work.
27442
27443     This patch now changes the names of those variable to more specific
27444     names: "current_mtd_dev" and "current_mtd_partnum". This is because
27445     this patch also changes the declaration from static to global, so
27446     that they can be used from both files.
27447
27448     Please note that my first tests were not successful. The MTD devices
27449     selected via mtdparts are now accessed but I'm failing to see the
27450     directory listed via the "ls" command. Nothing is displayed. Perhaps
27451     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
27452     U-Boot before). Not sure. Perhaps somebody else could take a look at
27453     this as well. I'll continue looking into this on Monday.
27454
27455     Signed-off-by: Stefan Roese <sr@denx.de>
27456     Cc: Wolfgang Denk <wd@denx.de>
27457     Cc: Detlev Zundel <dzu@denx.de>
27458     Cc: Ilya Yanok <yanok@emcraft.com>
27459     Cc: Renaud barbier <renaud.barbier@ge.com>
27460
27461 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
27462 Author: Graf Yang <graf.yang@analog.com>
27463 Date:   Sun May 24 02:34:34 2009 -0400
27464
27465     Blackfin: bf518f-ezbrd: setup portmux for async flash
27466
27467     The pins for async memory where parallel flash lives are not enabled by
27468     default, so make sure we mux them as needed.
27469
27470     Signed-off-by: Graf Yang <graf.yang@analog.com>
27471     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27472
27473 commit f40f6db278f602b55820693634a7256b0b4e4b80
27474 Author: Stefan Roese <sr@denx.de>
27475 Date:   Wed May 20 10:58:03 2009 +0200
27476
27477     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
27478
27479     This patch enables Smart Media (SMC) ECC byte ordering which is used
27480     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
27481     incompatible ECC byte ordering to the Linux kernel NDFC driver.
27482
27483     Signed-off-by: Stefan Roese <sr@denx.de>
27484     Acked-by: Scott Wood <scottwood@freescale.com>
27485
27486 commit 399aab7748bef053d59612211e1bd7a3fabfce18
27487 Author: Stefan Roese <sr@denx.de>
27488 Date:   Wed May 20 10:58:02 2009 +0200
27489
27490     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
27491
27492     This patch now uses the correct ECC byte order (Smart Media - SMC)
27493     to be used on the 4xx NAND FLASH driver. Without this patch we have
27494     incompatible ECC byte ordering to the Linux kernel NDFC driver.
27495
27496     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
27497     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
27498     a seperate patch.
27499
27500     Signed-off-by: Stefan Roese <sr@denx.de>
27501     Acked-by: Scott Wood <scottwood@freescale.com>
27502
27503 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
27504 Author: Stefan Roese <sr@denx.de>
27505 Date:   Wed May 20 10:58:01 2009 +0200
27506
27507     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
27508
27509     This patch moves the definition for the PPC4xx NAND FLASH controller
27510     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
27511     upcoming fix for the ECC byte ordering of the NDFC driver.
27512
27513     Signed-off-by: Stefan Roese <sr@denx.de>
27514     Acked-by: Scott Wood <scottwood@freescale.com>
27515
27516 commit 2df72b82bc9e17b88dc82735a067749220beb025
27517 Author: Kim Phillips <kim.phillips@freescale.com>
27518 Date:   Tue May 19 12:53:36 2009 -0500
27519
27520     common: fix inline--weak error spotted by gcc 4.4
27521
27522     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
27523
27524     removing the inline attribute fixes it.
27525
27526     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27527
27528 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
27529 Author: Kim Phillips <kim.phillips@freescale.com>
27530 Date:   Tue May 19 12:53:32 2009 -0500
27531
27532     TQM834x: remove defines causing gcc4.4 warnings
27533
27534     Configuring for TQM834x board...
27535     cpu_init.c: In function 'cpu_init_f':
27536     cpu_init.c:262: warning: array subscript is above array bounds
27537     cpu_init.c:263: warning: array subscript is above array bounds
27538     cpu_init.c:270: warning: array subscript is above array bounds
27539     ...
27540
27541     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27542
27543 commit 0850301747228a3327f2815a85284d26ade3de95
27544 Author: Andreas Huber <andreas.huber@keymile.com>
27545 Date:   Tue May 19 11:06:30 2009 +0200
27546
27547     UBI: fix return code in ubi_volume_read
27548
27549     Return -ENODEV instead of 0 when trying to read from a non existing volume.
27550
27551     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
27552     Signed-off-by: Stefan Roese <sr@denx.de>
27553
27554 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
27555 Author: Graf Yang <graf.yang@analog.com>
27556 Date:   Tue May 19 04:40:08 2009 -0400
27557
27558     Blackfin: fix timer_init()/timer_reset()
27559
27560     The timer_init() function was not using the right csync instruction, nor
27561     was it doing it right after disabling the core timer.
27562
27563     The timer_reset() function would reset the timestamp, but not the actual
27564     timer, so there was a common edge case where get_timer() return a jump of
27565     one timestamp (couple milliseconds) right after resetting.  This caused
27566     many functions to improperly timeout right away.
27567
27568     Signed-off-by: Graf Yang <graf.yang@analog.com>
27569     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27570
27571 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
27572 Author: Shinya Kuribayashi <skuribay@pobox.com>
27573 Date:   Sat May 16 09:12:09 2009 +0900
27574
27575     MIPS: lib_mips/board.c: Remove unused variables
27576
27577     This fixes the following build warnings:
27578
27579     board.c: In function 'board_init_r':
27580     board.c:328: warning: unused variable 'i'
27581     board.c:326: warning: unused variable 'e'
27582
27583     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27584
27585 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
27586 Author: Shinya Kuribayashi <skuribay@pobox.com>
27587 Date:   Sat May 16 09:12:09 2009 +0900
27588
27589     MIPS: Make all extern-ed functions in bitops.h static
27590
27591     All these functions are expected to be static inline-ed.
27592     This patch also fixes the following build warnings on MIPS targets:
27593
27594     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
27595     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
27596     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
27597     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
27598
27599     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27600
27601 commit 87423d740b91329b8d1d0b73cafd6930993b558a
27602 Author: Thomas Lange <thomas@corelatus.se>
27603 Date:   Fri Apr 24 16:22:16 2009 +0200
27604
27605     MIPS: Implement ethernet halt for au1x00
27606
27607     Implement ethernet halt() by putting MAC0 in reset.
27608     If we do not do this, we will get memory corruption
27609     when ethernet frames are received during early OS boot.
27610
27611     Signed-off-by: Thomas Lange <thomas@corelatus.se>
27612     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27613
27614 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
27615 Author: Wolfgang Denk <wd@denx.de>
27616 Date:   Fri May 15 23:29:23 2009 +0200
27617
27618     Prepare v2009.06-rc2
27619
27620     Update CHANGELOG.
27621
27622     Signed-off-by: Wolfgang Denk <wd@denx.de>
27623
27624 commit f4317ea91942f44cc1c433277927b61618e9b0a5
27625 Author: Daniel Mack <daniel@caiaq.de>
27626 Date:   Tue May 5 12:48:29 2009 +0200
27627
27628     ARM: fix PXA build by defining UP2OCR
27629
27630     U-Boot does not currently build for PXA platforms with USB support
27631     enabled:
27632
27633     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
27634
27635     Signed-off-by: Daniel Mack <daniel@caiaq.de>
27636     Cc: Markus Klotzbuecher <mk@denx.de>
27637
27638     Edited commit message.
27639     Signed-off-by: Wolfgang Denk <wd@denx.de>
27640
27641 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
27642 Author: Wolfgang Denk <wd@denx.de>
27643 Date:   Fri May 15 22:32:57 2009 +0200
27644
27645     Minor Coding Style fix; update CHANGELOG.
27646
27647     Signed-off-by: Wolfgang Denk <wd@denx.de>
27648
27649 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
27650 Author: Wolfgang Denk <wd@denx.de>
27651 Date:   Fri May 15 09:27:58 2009 +0200
27652
27653     IDE: bail out of dev_print() for unknown device types
27654
27655     Commit 574b319512 introduced a subtle bug by mixing a list of tests
27656     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
27657     then mostly did not work because "dev_desc->type" cannot take any
27658     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
27659     switch() into testing "dev_desc->if_type", but at this point the
27660     initial test for unknown device types was completely lost, which
27661     resulted in output like that for IDE ports without device attached:
27662
27663       Device 1: Model:  Firm:  Ser#:
27664                 Type: # 1F #
27665                 Capacity: not available
27666
27667     This patch re-introduces the missing test for unknown device types.
27668
27669     Signed-off-by: Wolfgang Denk <wd@denx.de>
27670     Cc: Stefan Roese <sr@denx.de>
27671     Cc: Detlev Zundel <dzu@denx.de>
27672     Tested-by: Stefan Roese <sr@denx.de>
27673
27674 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
27675 Author: Stefan Roese <sr@denx.de>
27676 Date:   Thu May 14 07:25:13 2009 +0200
27677
27678     74xx_7xx: Fix rounding problem in CPU frequency calculation
27679
27680     This patch fixes a problem in the CPU frequency calculation. Without it
27681     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
27682
27683     Signed-off-by: Stefan Roese <sr@denx.de>
27684
27685 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
27686 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27687 Date:   Wed May 13 22:24:12 2009 +0200
27688
27689     console.h: remove unused prototype 'console_realloc'
27690
27691     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27692
27693 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
27694 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27695 Date:   Wed May 13 22:16:31 2009 +0200
27696
27697     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
27698
27699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27700
27701 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
27702 Author: Detlev Zundel <dzu@denx.de>
27703 Date:   Wed May 13 10:54:10 2009 +0200
27704
27705     Fix e-mail address of Gary Jennejohn.
27706
27707     Signed-off-by: Detlev Zundel <dzu@denx.de>
27708
27709 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
27710 Author: Emil Medve <Emilian.Medve@Freescale.com>
27711 Date:   Tue May 12 13:48:32 2009 -0500
27712
27713     Remove inline qualifier from show_boot_progress()
27714
27715     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
27716     way the show_boot_progress() function is used.
27717
27718     Also gcc 4.4 is complaining about it:
27719
27720     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
27721
27722     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
27723
27724 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
27725 Author: Wolfgang Denk <wd@denx.de>
27726 Date:   Tue May 12 15:17:35 2009 +0200
27727
27728     MPC8260: fixup device tree by property instead of path
27729
27730     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
27731     clock frequencies in the device tree, using a CPU path
27732     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
27733
27734     However, this does not work when one board config file (here:
27735     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
27736     therefor contains a generic definition like "cpu@0", as the device
27737     trees that will then be loaded will contain specific names like
27738     "PowerPC,8272@0".
27739
27740     We switch to using do_fixup_by_prop_u32() instead, so we can search
27741     for device_type="cpu", as it is done in other architectures, too.
27742
27743     Signed-off-by: Wolfgang Denk <wd@denx.de>
27744     Cc: Heiko Schocher <hs@denx.de>
27745     Acked-by: Heiko Schocher <hs@denx.de>
27746     Tested-by: Heiko Schocher <hs@denx.de>
27747
27748 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
27749 Author: Rohit Hagargundgi <h.rohit@samsung.com>
27750 Date:   Mon Mar 9 19:45:46 2009 +0530
27751
27752     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
27753
27754     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
27755     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
27756     and is used by OneNAND ipl when reading U-Boot image.
27757
27758     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
27759     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
27760
27761 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
27762 Author: Ben Warren <biggerbadderben@gmail.com>
27763 Date:   Tue Apr 28 17:04:51 2009 -0700
27764
27765     Schedule removal of non-CONFIG_NET_MULTI net driver API
27766
27767     This will make CONFIG_NET_MULTI the only net driver configuration and
27768     we'll be able to remove this option.
27769
27770     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27771
27772 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
27773 Author: Detlev Zundel <dzu@denx.de>
27774 Date:   Tue May 5 16:04:06 2009 +0200
27775
27776     powerpc/inka4x0: Remove left-over ide reset code.
27777
27778     The pin which was used in preliminary versions of the board for ide
27779     reset is really connected to the rtc clock.
27780
27781     Signed-off-by: Detlev Zundel <dzu@denx.de>
27782
27783 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
27784 Author: Marco Stornelli <marco.stornelli@gmail.com>
27785 Date:   Tue Apr 28 19:04:02 2009 +0200
27786
27787     Add imls utility command
27788
27789     This patch adds, under tools folder, a new command called imls. Its
27790     goal is the same of UBoot's imls but it can be used as Linux shell
27791     command. It reads from raw mtd partition and prints the list of the
27792     stored images.
27793
27794     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
27795
27796 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
27797 Author: Heiko Schocher <hs@denx.de>
27798 Date:   Tue Apr 28 08:36:11 2009 +0200
27799
27800     netloop: updates for NetLoop
27801
27802     Fix some issues introduced from commit:
27803     2f70c49e5b9813635ad73666aa30f304c7fdeda9
27804     suggested by Mike Frysinger.
27805
27806     - added some comment for the env_id variable in common_cmd_nvedit.c
27807     - moved some variables in fn scope instead of file scope
27808     - NetInitLoop now static void
27809
27810     Signed-off-by: Heiko Schocher <hs@denx.de>
27811     Acked-by: Ben Warren <biggerbadderben@gmail.com>
27812
27813 commit 3c1d89545de11822f8b5afb5646a57757620bd95
27814 Author: Heiko Schocher <hs@denx.de>
27815 Date:   Tue Apr 28 07:48:39 2009 +0200
27816
27817     82xx, ids8247: added ids8247 board to MAKEALL script
27818
27819     Signed-off-by: Heiko Schocher <hs@denx.de>
27820
27821 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
27822 Author: Detlev Zundel <dzu@denx.de>
27823 Date:   Thu May 7 13:08:55 2009 +0200
27824
27825     arm/imx31_phycore: Fix bi_arch_number
27826
27827     Signed-off-by: Detlev Zundel <dzu@denx.de>
27828     Cc: Sascha Hauer <s.hauer@pengutronix.de>
27829
27830 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
27831 Author: Sascha Hauer <s.hauer@pengutronix.de>
27832 Date:   Fri May 15 10:21:33 2009 +0200
27833
27834     remove myself as phycore/litekit Maintainer
27835
27836     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
27837     it me who pushed the patches, so remove myself from the maintainer list
27838     so that other people do not longer wait for my ack.
27839
27840     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27841
27842 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
27843 Author: Sergey Lapin <slapin@ossfans.org>
27844 Date:   Tue May 12 12:25:14 2009 +0400
27845
27846     AFEB9260 network fix
27847
27848     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
27849     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
27850     not 0.
27851
27852     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
27853
27854 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
27855 Author: Graf Yang <graf.yang@analog.com>
27856 Date:   Tue May 5 02:26:27 2009 -0400
27857
27858     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
27859
27860     We don't know what state the ethernet PHY is in when starting up, so make
27861     sure we set it to a sane state.  This fixes troubles seen when Linux boots
27862     up, configures the PHY is a non-default state, and then the system reboots
27863     into U-Boot which previously expected a reset state only.
27864
27865     Signed-off-by: Graf Yang <graf.yang@analog.com>
27866     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27867
27868 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
27869 Author: Mike Frysinger <vapier@gentoo.org>
27870 Date:   Tue May 5 01:35:41 2009 -0400
27871
27872     Blackfin: bf527-ezkit: fix SPI flash env params
27873
27874     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
27875     using the correct sector settings for the SPI flash part that is actually
27876     on the board.
27877
27878     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27879
27880 commit f58bf804a14324c6c9186a7a664fa23281780e8b
27881 Author: Mike Frysinger <vapier@gentoo.org>
27882 Date:   Fri Apr 24 23:54:19 2009 -0400
27883
27884     Blackfin: avoid get_sclk() with early serial debug
27885
27886     When the clock functions were changed to use cached values (and thereby
27887     avoiding expensive math functions), early serial debug broke because the
27888     baud programming is called before external memory is available.
27889
27890     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27891
27892 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
27893 Author: Mike Frysinger <vapier@gentoo.org>
27894 Date:   Fri Apr 24 23:39:41 2009 -0400
27895
27896     Blackfin: fix booting with older bootroms (no EVT1)
27897
27898     When dropping jump block support, the assumption was that all bootroms
27899     supported entry point redirection via the EVT1 register.  Unfortunately,
27900     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
27901     and older and BF561).  No one really noticed earlier because these parts
27902     usually are booted by bypassing the bootrom entirely, and older BF533
27903     parts are not supported at all (too many anomalies).
27904
27905     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27906
27907 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
27908 Author: Mike Frysinger <vapier@gentoo.org>
27909 Date:   Fri Apr 24 23:22:48 2009 -0400
27910
27911     Blackfin: recurse with early serial initcode
27912
27913     Make sure we recurse through serial_putc() rather than bang on the UART
27914     transmit register directly to avoid hardware overflows when using \n.
27915
27916     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27917
27918 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
27919 Author: Wolfgang Denk <wd@denx.de>
27920 Date:   Fri May 1 21:59:12 2009 +0200
27921
27922     Prepare v2009.06-rc1
27923
27924     Update CHANGELOG.
27925
27926     Signed-off-by: Wolfgang Denk <wd@denx.de>
27927
27928 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
27929 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27930 Date:   Fri May 1 15:38:06 2009 +0200
27931
27932     at91: remove lowlevel_init.S
27933
27934     lowlevel_init.S is not used any more so remove it.
27935     As consequence, we also don't have to generate u-boot.lds
27936     but can use a static version as before.
27937
27938     This also fixes the out-of-tree build problem introduced
27939     with commit f0a2c7b4 "at91: add support for the PM9263 board"
27940
27941     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27942     Signed-off-by: Wolfgang Denk <wd@denx.de>
27943
27944 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
27945 Author: Wolfgang Denk <wd@denx.de>
27946 Date:   Fri May 1 00:16:11 2009 +0200
27947
27948     Update CHANGELOG; minor coding style cleanup.
27949
27950     Signed-off-by: Wolfgang Denk <wd@denx.de>
27951
27952 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
27953 Author: Manikandan Pillai <mani.pillai@ti.com>
27954 Date:   Tue Apr 21 17:29:05 2009 +0200
27955
27956     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
27957
27958     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
27959     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
27960
27961 commit ac9140037a84629c5583066ff1a177396c47d89d
27962 Author: Dirk Behme <dirk.behme@googlemail.com>
27963 Date:   Fri Apr 17 14:27:56 2009 +0200
27964
27965     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
27966
27967     The Beagle Rev C boards pull UART2 from an alternate set of balls.
27968
27969     Signed-off-by: Steve Sakoman <steve@sakoman.com>
27970     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
27971
27972 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
27973 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27974 Date:   Mon Apr 27 18:33:33 2009 +0200
27975
27976     ubifs: BUG: Blocks commpressed with zlib
27977
27978     Blocks compressed with zlib dont have the full gzip header.
27979
27980     Without this patch, block compressed with zlib cannot be readed!
27981
27982     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27983
27984 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
27985 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27986 Date:   Mon Apr 27 18:33:32 2009 +0200
27987
27988     lib_generic: gunzip: New function zunzip
27989
27990     Separate gunzip in
27991
27992     gunzip: Find the end of the header and call zunzip.
27993     zunzip: Inflate gunzip block without header.
27994
27995     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
27996     current implementation of u-boot supported all the compressions but
27997     there was a bug in the implementation of the zlib blocks.
27998
27999     UBIFS's Zlib blocks do not have header but they were compressed using
28000     gunzip, a function used to decompress gunzip files/sectors with a
28001     header.
28002
28003     This patch adds a new function zunzip that uncompress a zlib block with
28004     no header.
28005
28006     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28007
28008 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
28009 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
28010 Date:   Thu Apr 23 15:37:16 2009 +0200
28011
28012     at91: fixed plla calc when no USB support is active
28013
28014     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
28015     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28016
28017 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
28018 Author: Ladislav Michl <ladis@linux-mips.org>
28019 Date:   Wed Apr 22 01:12:04 2009 +0200
28020
28021     arm925t: Fix CONFIG_SYS_HZ to 1000
28022
28023     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
28024     get_timer.
28025
28026     Changes since original version:
28027     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
28028       improve timer resolution.
28029
28030     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28031
28032 commit 42bf4b2248146abdc592bde0009c6ea42067f437
28033 Author: Dirk Behme <dirk.behme@googlemail.com>
28034 Date:   Tue Apr 14 20:15:17 2009 +0200
28035
28036     OMAP3: Remove legacy NAND defines
28037
28038     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
28039
28040     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28041
28042 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
28043 Author: Sanjeev Premi <premi@ti.com>
28044 Date:   Mon Apr 27 21:27:54 2009 +0530
28045
28046     OMAP3: Print correct silicon revision
28047
28048     The function display_board_info() displays incorrect
28049     silicon revision - based on the return value from
28050     function get_cpu_rev().
28051
28052     This patch fixes the problem.
28053
28054     Signed-off-by: Sanjeev Premi <premi@ti.com>
28055
28056 commit 90006e9b33bcdbf241b0295d186e3634137907a9
28057 Author: Sanjeev Premi <premi@ti.com>
28058 Date:   Mon Apr 27 21:27:44 2009 +0530
28059
28060     OMAP3: Remove unused board-types
28061
28062     The board-types defined in struct omap3_sysinfo seem to be
28063     unused. The function display_board_info() is passed
28064     board type as an argument; which is ignored.
28065
28066     This patch removes all uses of board-type, related definitions
28067     and functions.
28068
28069     Signed-off-by: Sanjeev Premi <premi@ti.com>
28070
28071 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
28072 Author: Sanjeev Premi <premi@ti.com>
28073 Date:   Mon Apr 27 21:27:27 2009 +0530
28074
28075     OMAP3: Use functions print_cpuinfo() and checkboard()
28076
28077     Use the functions print_cpuinfo() and checkboard() to
28078     display the cpu and board specific information.
28079
28080     These functions reuse content from the existing function
28081     display_board_info() - which has been removed.
28082
28083     Also, updated the existig OMAP3 configurations to
28084     define:
28085      - CONFIG_DISPLAY_CPUINFO
28086      - CONFIG_DISPLAY_BOARDINFO
28087
28088     Signed-off-by: Sanjeev Premi <premi@ti.com>
28089
28090 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
28091 Author: Stefan Roese <sr@denx.de>
28092 Date:   Wed Mar 18 11:17:37 2009 +0100
28093
28094     MTD: Change cfi-mtd to accept non-uniform sector sizes
28095
28096     With this patch non-uniform NOR FLASH chips (chips with multiple erase
28097     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
28098     We select the largest sector size as erasesize. The cfi driver will make
28099     sure that the smaller sectors are handled correctly.
28100
28101     Signed-off-by: Stefan Roese <sr@denx.de>
28102
28103 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
28104 Author: Anatolij Gustschin <agust@denx.de>
28105 Date:   Thu Apr 23 12:35:22 2009 +0200
28106
28107     video: fix bug in cfb_console.c code
28108
28109     Fix bug in drawing long version/info strings:
28110     U-Boot version string like
28111     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
28112     is long and doesn't wrap around correctly while drawing
28113     beside the logo. Such long strings partially overwrite
28114     the logo. This patch is an attempt to fix it.
28115
28116     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28117
28118 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
28119 Author: Wolfgang Denk <wd@denx.de>
28120 Date:   Tue Apr 28 08:50:31 2009 +0200
28121
28122     cmd_ext2.c: fix compile warnings
28123
28124     Get rid of these warnings:
28125
28126     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
28127     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
28128
28129     Signed-off-by: Wolfgang Denk <wd@denx.de>
28130
28131 commit 28afe0160f87ff74574150d703055a965f91422a
28132 Author: Heiko Schocher <hs@denx.de>
28133 Date:   Mon Apr 27 10:48:20 2009 +0200
28134
28135     ids8247: Remove legacy NAND defines
28136
28137     because legacy NAND support is deprecated converting to current
28138     NAND interface. !This just compile, because I have no more the
28139     hardware to test it.
28140
28141     Signed-off-by: Heiko Schocher <hs@denx.de>
28142
28143 commit dbd33614404b65aa441c5620c3dbd560c4460c09
28144 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28145 Date:   Mon Apr 27 09:13:31 2009 +0200
28146
28147     ubifs: BUG realpath string must be ended with NULL
28148
28149     If the memory used to copy the link_make is "dirty" the string wont
28150     be ended with NULL, throwing out multiple memory bugs.
28151
28152     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28153     Acked-by: Stefan Roese <sr@denx.de>
28154
28155 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
28156 Author: Peter Tyser <ptyser@xes-inc.com>
28157 Date:   Fri Apr 24 15:59:56 2009 -0500
28158
28159     bmp_logo: Check return value of fread()
28160
28161     Add basic error handling to fread() function calls.  This prevents
28162     compililation warnings such as:
28163
28164     bmp_logo.c: In function â€˜main’:
28165     bmp_logo.c:71: warning: ignoring return value of â€˜fread’, declared with
28166     attribute warn_unused_result
28167     ...
28168
28169     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28170
28171 commit eea8be86d1c2b570660d1f6c553845e13164231a
28172 Author: Peter Tyser <ptyser@xes-inc.com>
28173 Date:   Fri Apr 24 15:59:46 2009 -0500
28174
28175     ncb: Check return value of write()
28176
28177     This prevents the compilation warning:
28178
28179     ncb.c: In function 'main':
28180     ncb.c:32: warning: ignoring return value of â€˜write’, declared with
28181     attribute warn_unused_result
28182
28183     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28184
28185 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
28186 Author: Stefan Roese <sr@denx.de>
28187 Date:   Fri Apr 24 15:59:35 2009 +0200
28188
28189     mtd: nand/onenand: Register mtd device upon device scanning
28190
28191     With this patch the NAND and OneNAND devices are registered in the MTD
28192     subsystem and can then be referenced by the mtdcore code (e.g.
28193     get_mtd_device_nm()). This is needed for the new "ubi part" command
28194     syntax without the flash type parameter (nor|nand|onenand).
28195
28196     Signed-off-by: Stefan Roese <sr@denx.de>
28197
28198 commit 10bb62d85a0850dbad1fdd34123378686373f166
28199 Author: Stefan Roese <sr@denx.de>
28200 Date:   Fri Apr 24 15:58:33 2009 +0200
28201
28202     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
28203
28204     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
28205     defined:
28206
28207     nand_base.c: In function 'nand_release':
28208     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
28209
28210     Signed-off-by: Stefan Roese <sr@denx.de>
28211
28212 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
28213 Author: Stefan Roese <sr@denx.de>
28214 Date:   Fri Apr 24 20:24:19 2009 +0200
28215
28216     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
28217
28218     This patch removes the now unnecessary flash type parameter from the
28219     "ubi part" command. Currently the user has to define the type of flash
28220     he will be using UBI on. Example:
28221
28222     => ubi part nor partition1
28223
28224     With this patch this type parameter is not needed anymore. The user can
28225     now select the partition directly without the flash type paramter.
28226     Example:
28227
28228     => ubi part partition1
28229
28230     This breaks backward compatibility right now because of the change in the
28231     command syntax. But UBI support is still quite fresh and the advantage of
28232     this new command is syntax big enough for this change. Additionally the
28233     code is much cleaner now.
28234
28235     Signed-off-by: Stefan Roese <sr@denx.de>
28236     CC: Kyungmin Park <kyungmin.park@samsung.com>
28237
28238 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
28239 Author: Detlev Zundel <dzu@denx.de>
28240 Date:   Thu Apr 23 13:14:20 2009 +0200
28241
28242     mips/vcth: Use generic 16550 uart driver
28243
28244     As the common code also handles baudrate switching, which the board
28245     specific vct.c driver did not support, this is one of the rare
28246     occassions where deleting code actually adds a feature :)
28247
28248     Signed-off-by: Detlev Zundel <dzu@denx.de>
28249     Acked-by: Stefan Roese <sr@denx.de>
28250     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28251
28252 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
28253 Author: Ladislav Michl <ladis@linux-mips.org>
28254 Date:   Tue Apr 21 02:26:31 2009 +0200
28255
28256     Separate mtdparts command from jffs2
28257
28258     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
28259     > Currently the mtdparts commands are included in the jffs2 command support.
28260     > This doesn't make sense anymore since other commands (e.g. UBI) use this
28261     > infrastructure as well now. This patch separates the mtdparts commands from
28262     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
28263     > support is needed.
28264
28265     One more leftover... Let nboot command know about partitions even if JFFS2
28266     support is not enabled.
28267
28268     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28269     Acked-by: Stefan Roese <sr@denx.de>
28270
28271 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
28272 Author: Peter Tyser <ptyser@xes-inc.com>
28273 Date:   Mon Apr 20 11:22:13 2009 -0500
28274
28275     cmd_ide: Remove unused AmigaOneG3SE code
28276
28277     The output_data_short() and input_data_short() functions for the
28278     AmigaOneG3SE are unused and result in compiler warnings.
28279
28280     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28281
28282 commit c93c102ace00764a56dbdf78bac134a23906721e
28283 Author: Peter Tyser <ptyser@xes-inc.com>
28284 Date:   Mon Apr 20 11:21:40 2009 -0500
28285
28286     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
28287
28288     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28289
28290 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
28291 Author: Peter Tyser <ptyser@xes-inc.com>
28292 Date:   Mon Apr 20 11:09:05 2009 -0500
28293
28294     Replace __asm references with __asm__
28295
28296     __asm__ follows gcc's documented syntax and is generally more common
28297     than __asm.  This change is only asthetic and should not affect
28298     functionality.
28299
28300     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28301
28302 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
28303 Author: Peter Tyser <ptyser@xes-inc.com>
28304 Date:   Mon Apr 20 11:08:46 2009 -0500
28305
28306     Replace __attribute references with __attribute__
28307
28308     __attribute__ follows gcc's documented syntax and is generally more
28309     common than __attribute.  This change is only asthetic and should not
28310     affect functionality.
28311
28312     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28313
28314 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
28315 Author: David Brownell <dbrownell@users.sourceforge.net>
28316 Date:   Thu Apr 16 19:55:48 2009 -0700
28317
28318     mtdpart command: align output columns
28319
28320     Make the headers in the "mtdparts" command output line up
28321     with their columns ... strike the extra TAB character.
28322
28323     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28324
28325 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
28326 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28327 Date:   Thu Apr 16 10:51:03 2009 +0900
28328
28329     Remove sa1100.h
28330
28331     sa1100.h is not used anywhere, then remove it.
28332
28333     $ find . -name '*.h' -empty -print
28334     ./include/sa1100.h
28335     $ git grep 'sa1100.h' .
28336     $
28337
28338     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28339     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28340
28341 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
28342 Author: Stefan Roese <sr@denx.de>
28343 Date:   Tue Apr 14 17:51:21 2009 +0200
28344
28345     UBIFS: Remove tnc_commit.c which is not used in the read-only version
28346
28347     I missed removing this file while implementing the UBIFS support. It's
28348     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
28349     for spotting.
28350
28351     Signed-off-by: Stefan Roese <sr@denx.de>
28352
28353 commit 6356daff70867822bdb23cea49f98e65421a25b8
28354 Author: Adrian Hunter <adrian.hunter@nokia.com>
28355 Date:   Tue Apr 14 17:50:38 2009 +0200
28356
28357     UBIFS: fix recovery bug
28358
28359     UBIFS did not recovery in a situation in which it could
28360     have. The relevant function assumed there could not be
28361     more nodes in an eraseblock after a corrupted node, but
28362     in fact the last (NAND) page written might contain anything.
28363     The correct approach is to check for empty space (0xFF bytes)
28364     from then on.
28365
28366     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
28367     Signed-off-by: Stefan Roese <sr@denx.de>
28368
28369 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
28370 Author: Gao Guanhua <B22826@freescale.com>
28371 Date:   Tue Apr 14 14:37:35 2009 +0800
28372
28373     fs: Fix the wrong type of var
28374
28375     The filelen should be signed type, not unsigned type.
28376     otherwise, The condition as below never take.
28377         if (filelen < 0)
28378
28379     Signed-off-by: Gao Guanhua <B22826@freescale.com>
28380     Signed-off-by: Dave Liu <daveliu@freescale.com>
28381
28382 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
28383 Author: Wolfgang Denk <wd@denx.de>
28384 Date:   Tue Apr 28 00:29:34 2009 +0200
28385
28386     Update CHANGELOG
28387
28388     Signed-off-by: Wolfgang Denk <wd@denx.de>
28389
28390 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
28391 Author: David Brownell <dbrownell@users.sourceforge.net>
28392 Date:   Thu Apr 16 23:15:15 2009 -0700
28393
28394     dm9000 EEPROM reading bugfix
28395
28396     Make the U-Boot dm9000 driver read addresses from EEPROM just
28397     like Linux does ... read six bytes, instead of reading twelve
28398     bytes and then discarding every other one.
28399
28400     Using the right Ethernet address is a big win.
28401
28402     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28403     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28404     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28405
28406 commit d4c02e6f5d49880123e7f584b88f857ffd874381
28407 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28408 Date:   Wed Feb 25 14:27:24 2009 +0900
28409
28410     rtl8169: fix cache coherency problem
28411
28412     Fix the problem that cannot access actual data when CPU data cache enabled.
28413
28414     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28415     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28416     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28417
28418 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
28419 Author: Dirk Behme <dirk.behme@googlemail.com>
28420 Date:   Tue Apr 21 17:30:51 2009 +0200
28421
28422     OMAP3: Fix changed mmc init command
28423
28424     In recent U-Boot mmcinit changed to mmc init.
28425
28426     Signed-off-by: Steve Sakoman <steve@sakoman.com>
28427     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28428
28429 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
28430 Author: Wolfgang Denk <wd@denx.de>
28431 Date:   Sun Apr 26 20:39:26 2009 +0200
28432
28433     lib_arm/board.c: remove misleading "test-only" comment.
28434
28435     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
28436     had been marked as "test-only", which is plain wrong considering
28437     current usage.  Delete this misleading comment.
28438
28439     Signed-off-by: Wolfgang Denk <wd@denx.de>
28440
28441 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
28442 Author: David Brownell <dbrownell@users.sourceforge.net>
28443 Date:   Sun Apr 12 15:40:16 2009 -0700
28444
28445     minor DaVinci clock cleanup
28446
28447     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
28448
28449      - CONFIG_SYS_CLK_FREQ is unused; remove it.
28450
28451      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
28452
28453     On DM6446 both of those peripheral clocks actually come from the
28454     same source, the primary oscillator.  Having them use the same
28455     symbol avoids bugs in the clone'n'modify development cycle.
28456
28457     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28458
28459 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
28460 Author: Minkyu Kang <mk7.kang@samsung.com>
28461 Date:   Mon Apr 6 19:59:29 2009 +0900
28462
28463     s3c64xx: remove unnecessary definition
28464
28465     CONFIG_S3C6400 is must defined at config header file
28466     That definition is unnecessary at this file
28467
28468     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
28469
28470 commit 14b9308d511b53042ef478936e367a67282df66a
28471 Author: Heiko Schocher <hs@denx.de>
28472 Date:   Fri Apr 24 06:50:45 2009 +0200
28473
28474     83xx: searching "muram-data" by compatible property
28475
28476     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
28477     in the muram-data node, the reg entry needs to be updated.
28478     This is done in fdt_fixup_muram(), but we should use
28479     the compatible "fsl,qe-muram-data" for searching the
28480     node instead of searching the muram-data node with
28481     an absolute path.
28482
28483     Signed-off-by: Heiko Schocher <hs@denx.de>
28484     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28485
28486 commit 8e15088794807944b221c11609d36789efc7f767
28487 Author: Anatolij Gustschin <agust@denx.de>
28488 Date:   Thu Apr 23 21:29:34 2009 +0200
28489
28490     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
28491
28492     The size of U-Boot binary for MPC8360ERDK increased
28493     (> 2 flash sectors now), so 'saveenv' will partially
28494     overwrite U-Boot in flash and will brick the board.
28495     This patch moves environment offset to fourth flash
28496     sector and also fixes CONFIG_SYS_MONITOR_LEN.
28497
28498     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28499     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28500
28501 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
28502 Author: Michael Zaidman <michael.zaidman@gmail.com>
28503 Date:   Sat Apr 4 01:43:00 2009 +0300
28504
28505     NetLoop initialization bug
28506
28507     The patch fixes the bug of partial initialization of global network
28508     parameters.
28509
28510     Upon u-boot's start up the first ping command causes a failure of the
28511     consequent TFTP command. It happens in the recently added mechanism of
28512     the NetLoop initialization where initialization of global network
28513     parameters is separated in the NetInitLoop routine which is called per
28514     env_id change. Thus, ping request will initialize the network parameters
28515     necessary for ping operation only, afterwards the env_changed_id will be
28516     set to the env_id that will prevent all following initialization requests
28517     from other protocols.
28518     The problem is that the initialized by ping subset of network parameters
28519     is not sufficient for other protocols and particularly for TFTP which
28520     requires the NetServerIp also.
28521
28522     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
28523     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28524
28525 commit b11f664f52c2855990107c18f242223377183575
28526 Author: Timur Tabi <timur@freescale.com>
28527 Date:   Thu Apr 9 10:27:05 2009 -0500
28528
28529     net: fix ULI 526x macro usage in netdev.h
28530
28531     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
28532     is used everywhere else, so that's the correct macro name.  Without this fix,
28533     Ethernet will not work on the Freescale MPC8610 HPCD.
28534
28535     Signed-off-by: Timur Tabi <timur@freescale.com>
28536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28537
28538 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
28539 Author: David Brownell <dbrownell@users.sourceforge.net>
28540 Date:   Sun Apr 12 15:38:06 2009 -0700
28541
28542     fix DaVinci NS16550_REG_SIZE regression
28543
28544     Update the DaVinci DM6446 boards to use the new convention
28545     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
28546     from the original 4 bytes, but these chips are little-endian.
28547
28548     (Resolves a regression added recently by the include/ns16550.h
28549     patch to "Unify structure declaration for registers".  The code
28550     previously worked just fine because the registers were accessed
28551     as host-endian words, not as bytes.)
28552
28553     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28554
28555 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
28556 Author: Mike Frysinger <vapier@gentoo.org>
28557 Date:   Sun Apr 12 22:29:20 2009 -0400
28558
28559     cmd_nand: drop duplicate NULL ptr check
28560
28561     The first if statement checks for NULL ptrs, so there is no need to check
28562     it again in later else cases (such as .oob).
28563
28564     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28565     CC: Scott Wood <scottwood@freescale.com>
28566
28567 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
28568 Author: David Brownell <dbrownell@users.sourceforge.net>
28569 Date:   Mon Apr 13 08:03:38 2009 -0700
28570
28571     CMD_UBI != MTD_PARTITIONS
28572
28573     Fix dependency goofage:  it should certainly be possible to have the
28574     partition support without bringing in UBI commands.
28575
28576     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28577     Acked-by: Stefan Roese <sr@denx.de>
28578
28579 commit 6ebff365eb63093ca35b687316002535c6a18820
28580 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28581 Date:   Thu Apr 16 21:30:48 2009 +0200
28582
28583     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
28584
28585     The timer has been rewrote with a precision at ~0,18%
28586
28587     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28588     Tested-by: Sergey Lapin <slapin@ossfans.org>
28589     Tested-by: Eric BENARD <ebenard@free.fr>
28590
28591 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
28592 Author: Ilko Iliev <iliev@ronetix.at>
28593 Date:   Thu Apr 16 21:30:48 2009 +0200
28594
28595     at91: add support for the PM9263 board of Ronetix GmbH
28596
28597     The PM9263 board is based on the AT91SAM9263-EK board.
28598
28599     Here is the page on Ronetix website:
28600     http://www.ronetix.at/starter_kit_9263.html
28601
28602     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
28603     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28604
28605 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
28606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28607 Date:   Thu Apr 16 21:30:44 2009 +0200
28608
28609     at91sam9/at91cap: improve clock framework
28610
28611     calculate dynamically the clock rate and pllb setting for usb
28612
28613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28614
28615 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
28616 Author: Stefan Roese <sr@denx.de>
28617 Date:   Wed Apr 15 14:08:48 2009 +0200
28618
28619     ppc4xx: Disable POST memory test on NAND-booting Kilauea
28620
28621     Don't run the memory POST on the NAND-booting version. It will
28622     overwrite part of the U-Boot image which is already loaded from NAND
28623     to SDRAM. We were just lucky that it booted at all with this SDRAM
28624     test enabled.
28625
28626     Signed-off-by: Stefan Roese <sr@denx.de>
28627
28628 commit 9a929170be89b27bce677504da27e88600c06c49
28629 Author: Stefan Roese <sr@denx.de>
28630 Date:   Wed Apr 15 14:06:26 2009 +0200
28631
28632     ppc4xx: Disable POST memory test on NAND-booting Sequoia
28633
28634     Don't run the memory POST on the NAND-booting version. It will
28635     overwrite part of the U-Boot image which is already loaded from NAND
28636     to SDRAM. We were just lucky that it booted at all with this SDRAM
28637     test enabled.
28638
28639     Signed-off-by: Stefan Roese <sr@denx.de>
28640
28641 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
28642 Author: Stefan Roese <sr@denx.de>
28643 Date:   Wed Apr 15 11:32:53 2009 +0200
28644
28645     ppc4xx: Remove unused code for Sequoia NAND booting version
28646
28647     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
28648     used at all. This patch changes it's define to the currently used value of
28649     133333333 and removes the unnecessary code.
28650
28651     Signed-off-by: Stefan Roese <sr@denx.de>
28652
28653 commit cf9409885cbe01405bad76790e99f8adf3351f4d
28654 Author: Stefan Roese <sr@denx.de>
28655 Date:   Wed Apr 15 10:50:48 2009 +0200
28656
28657     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
28658
28659     This additional text in the bootup log helps to see if the board is
28660     configured for NAND-booting. Especially helpful for boards that can
28661     boot from NOR and NAND (e.g. most of the AMCC eval boards).
28662
28663     Signed-off-by: Stefan Roese <sr@denx.de>
28664
28665 commit 5132106a27b8fb302677852b26ffd319b40d17e2
28666 Author: Stefan Roese <sr@denx.de>
28667 Date:   Wed Apr 8 10:36:22 2009 +0200
28668
28669     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
28670
28671     Currently the NOR & NAND support in Linux only works for the "standard"
28672     Sequoia, the version booting for NOR flash. The NAND-booting version
28673     has the chip-selects swapped. Here the chip-select mappings:
28674
28675     "Standard" NOR-booting version:
28676     CS0 NOR
28677     CS3 NAND
28678
28679     NAND-booting version:
28680     CS0 NAND
28681     CS3 NOR
28682
28683     With this path the dtb gets fixed-up, so that the correct chip-select
28684     numbers are patched in the dtb enabling correct NOR & NAND support
28685     in Linux on the NAND-booting Sequoia version.
28686
28687     Signed-off-by: Stefan Roese <sr@denx.de>
28688
28689 commit aad4eca4ba8d597747199d8af723426681557dda
28690 Author: Mike Frysinger <vapier@gentoo.org>
28691 Date:   Sat Apr 4 09:10:27 2009 -0400
28692
28693     Blackfin: audit UART for all known anomalies
28694
28695     There is no code change here, just new comments, but this keeps me from
28696     having to do another audit from scratch in the future.
28697
28698     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28699
28700 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
28701 Author: Mike Frysinger <vapier@gentoo.org>
28702 Date:   Sat Apr 4 08:40:13 2009 -0400
28703
28704     Blackfin: add check for anomaly 05000362
28705
28706     DESCRIPTION:
28707     The column address width settings for banks 2 and 3 are misconnected in
28708     the SDRAM controller.  Accesses to bank 2 will result in an error if the
28709     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
28710     that of bank 2.
28711
28712     WORKAROUND:
28713     If using bank 2, make sure that banks 2 and 3 have the same column address
28714     width settings in the EBIU_SDBCTL register.  This must be the case
28715     regardless of whether or not bank 3 is enabled.
28716
28717     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28718
28719 commit c2e07449f546fb375289cdac1a608fdc20357873
28720 Author: Mike Frysinger <vapier@gentoo.org>
28721 Date:   Sat Apr 4 08:29:55 2009 -0400
28722
28723     Blackfin: add comment about anomaly 05000430 avoidance
28724
28725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28726
28727 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
28728 Author: Mike Frysinger <vapier@gentoo.org>
28729 Date:   Sat Apr 4 08:10:22 2009 -0400
28730
28731     Blackfin: add workaround for anomaly 05000242
28732
28733     DESCRIPTION:
28734     If the DF bit is set prior to a hardware reset, the PLL will continue to
28735     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
28736     cleared in the PLL_CTL register.
28737
28738     WORKAROUND:
28739     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
28740     2 after reset.
28741
28742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28743
28744 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
28745 Author: Mike Frysinger <vapier@gentoo.org>
28746 Date:   Sat Apr 4 08:09:24 2009 -0400
28747
28748     Blackfin: add workaround for anomaly 05000171
28749
28750     DESCRIPTION:
28751     The Boot ROM is executed at power up/reset and changes the value of the
28752     SICA_IWR registers from their default reset value of 0xFFFF, but does not
28753     restore them.
28754
28755     WORKAROUND:
28756     User code should not rely on the default value of these registers.  Set
28757     the desired values explicitly.
28758
28759     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28760
28761 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
28762 Author: Mike Frysinger <vapier@gentoo.org>
28763 Date:   Sat Apr 4 08:22:36 2009 -0400
28764
28765     Blackfin: update anomaly sheets
28766
28767     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28768
28769 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
28770 Author: Graf Yang <graf.yang@analog.com>
28771 Date:   Sat Apr 4 07:45:57 2009 -0400
28772
28773     Blackfin: nand: flush peripheral before polling it
28774
28775     We need to make sure the data written to the nand flash controller makes
28776     it there before we start polling its status register.  Otherwise, we may
28777     get stale data and return before the controller is actually ready.
28778
28779     Signed-off-by: Graf Yang <graf.yang@analog.com>
28780     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28781     Acked-by: Scott Wood <scottwood@freescale.com>
28782
28783 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
28784 Author: Remy Bohmer <linux@bohmer.net>
28785 Date:   Sun Apr 5 11:43:28 2009 +0200
28786
28787     Support for PXA27X UDC.
28788
28789         This Patch adds Support for PXA27X UDC.
28790         (Rebased to drivers/usb reorganisation)
28791
28792     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
28793     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28794
28795 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
28796 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28797 Date:   Fri Apr 3 12:46:58 2009 +0200
28798
28799     drivers/usb: regorganisation
28800
28801     move to linux usb driver organisation
28802
28803     as following
28804
28805     drivers/usb/gadget
28806     drivers/usb/host
28807     drivers/usb/musb
28808
28809     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28810     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28811
28812 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
28813 Author: Todor I Mollov <tmollov@ucsd.edu>
28814 Date:   Sat Apr 4 06:53:06 2009 -0400
28815
28816     Blackfin: spi: make cs deassert function deterministic
28817
28818     Blackfin SPI driver was not driving the SPI chip-select high before
28819     putting the chip-select signals into tri-state mode.  This is probably
28820     something that slipped by unnoticed in most designs.  If the signals are
28821     put directly into a tri-state mode, then the board is relying on the
28822     pull-up resistors to pull up the chip-select before the next transaction.
28823     Most of the time this is fine, except when you have two transactions that
28824     follow each other very closely, such as the flash erase and read status
28825     register commands.  In this case I was seeing a 500ns separation between
28826     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
28827     timing spec about half the time and resulted in intermittent errors.  (A
28828     stronger pull up would fix this, but our design is targeted for low power
28829     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
28830     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
28831     chip-selects high before putting them into tri-state.  For me, this
28832     resulted in a rise time of 5ns instead of the previous rise time of about
28833     1us, and fully satisfied the timing spec of the chip.
28834
28835     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
28836     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28837
28838 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
28839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28840 Date:   Sat Dec 13 21:08:05 2008 +0100
28841
28842     integratorap: fix PCI support
28843
28844     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28845
28846 commit 1c397508c836dfcb01fb2471c71de0727051f117
28847 Author: Dirk Behme <dirk.behme@googlemail.com>
28848 Date:   Mon Mar 30 21:15:23 2009 +0200
28849
28850     OMAP3: Update Overo pin mux for new expansion board
28851
28852     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
28853     switches. This patch changes the pinmux configuration for those pins.
28854     They were previously set up for unused MMC3_DAT4-7.
28855
28856     Signed-off-by: Steve Sakoman <steve@sakoman.com>
28857     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28858
28859 commit ab298231518675b3784aea88ee9b978438f99e63
28860 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28861 Date:   Sun Apr 5 13:08:03 2009 +0200
28862
28863     arm: unify reset command
28864
28865     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28866
28867 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
28868 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28869 Date:   Sun Apr 5 13:06:31 2009 +0200
28870
28871     arm: clean cache management
28872
28873     unify arm cache management except for non standard cache as ARM7TDMI
28874
28875     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28876
28877 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
28878 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28879 Date:   Sun Apr 5 13:02:43 2009 +0200
28880
28881     arm: update co-processor 15 access
28882
28883     import system.h from linux
28884
28885     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28886
28887 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
28888 Author: Guennadi Liakhovetski <lg@denx.de>
28889 Date:   Sun Apr 5 00:42:02 2009 +0200
28890
28891     ARM: add the imx31_phycore_eet target to MAINTAINERS
28892
28893     imx31_phycore_eet is a variant of the imx31_phycore board with a few
28894     extensions, which justifies a separate entry in the MAINTAINERS list,
28895     whereas normally all entries sharing a single configuration file and a
28896     board/ directory have only one entry in MAINTAINERS.
28897
28898     Reported-by: Wolfgang Denk <wd@denx.de>
28899     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28900
28901 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
28902 Author: Guennadi Liakhovetski <lg@denx.de>
28903 Date:   Sun Apr 5 00:37:07 2009 +0200
28904
28905     ARM: fix out-of-tree build of imx31_phycore_eet
28906
28907     Fix out-of-tree build of the imx31_phycore_eet target.
28908
28909     Reported-by: Wolfgang Denk <wd@denx.de>
28910     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28911
28912 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
28913 Author: Jon Smirl <jonsmirl@gmail.com>
28914 Date:   Sat Apr 4 17:44:51 2009 -0400
28915
28916     mpc5200: reduce delays in i2c
28917
28918     The previous code waited 1000us before checking i2c
28919     status. Measurement shows i2c is usually ready in
28920     under 50us. Change the polling interval to 15us,
28921     loop 6,667 times to keep the polling timeout constant
28922     at 100ms.
28923
28924 commit 36003268968949110ef145d9f2eaf8439c96d25b
28925 Author: Sanjeev Premi <premi@ti.com>
28926 Date:   Fri Apr 3 14:00:07 2009 +0530
28927
28928     OMAP: Fix compile issue
28929
28930     Fixes this compile error:
28931     board.c: In function 'do_switch_ecc':
28932     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
28933     make[1]: *** [board.o] Error 1
28934     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
28935     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
28936
28937     This is due to the fact that current command uses long
28938     help for the usage print even if the CONFIG_SYS_LONGHELP
28939     is not enabled. (Thanks Jean-Christophe for explanation).
28940
28941     Signed-off-by: Sanjeev Premi <premi@ti.com>
28942
28943 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
28944 Author: Minkyu Kang <mk7.kang@samsung.com>
28945 Date:   Fri Apr 3 09:56:16 2009 +0900
28946
28947     s3c64xx: fix the wrong gpio offset
28948
28949     This patch fix the wrong gpio offset
28950
28951     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
28952
28953 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
28954 Author: Kyungmin Park <kmpark@infradead.org>
28955 Date:   Wed Nov 26 10:18:13 2008 +0900
28956
28957     Move machine specific code to board at s3c64xx (v2)
28958
28959     Move machine specific code to smdk6400.
28960     Some board use OneNAND instead of NAND.
28961
28962     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
28963     So it's better to use macro instead of hard-coded value.
28964
28965     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
28966
28967 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
28968 Author: Tom Rix <Tom.Rix@windriver.com>
28969 Date:   Wed Apr 1 22:02:19 2009 -0500
28970
28971     ZOOM1 Remove legacy NAND defines
28972
28973     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
28974
28975 commit 5891151707ee5902fe62d554c247f42865815757
28976 Author: Tom Rix <Tom.Rix@windriver.com>
28977 Date:   Wed Apr 1 22:02:20 2009 -0500
28978
28979     OMAP3 Fix multiline formatting in board init files.
28980
28981     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
28982
28983 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
28984 Author: Wolfgang Denk <wd@denx.de>
28985 Date:   Sun Apr 5 00:27:57 2009 +0200
28986
28987     Update CHANGELOG, coding style cleanup.
28988
28989 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
28990 Author: Wolfgang Denk <wd@denx.de>
28991 Date:   Sun Apr 5 00:18:44 2009 +0200
28992
28993     One more fix for building env_embedded.o
28994
28995     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
28996     commit afcbce07, we also need to do the same for
28997     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
28998
28999     Signed-off-by: Wolfgang Denk <wd@denx.de>
29000
29001 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
29002 Author: Scott Wood <scottwood@freescale.com>
29003 Date:   Thu Apr 2 16:15:10 2009 -0500
29004
29005     common/image.c: Relocate strings in tables.
29006
29007     Without this, u-boot can crash or print garbage if the original link
29008     address no longer points to a valid string.
29009
29010     Signed-off-by: Scott Wood <scottwood@freescale.com>
29011
29012 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
29013 Author: Scott Wood <scottwood@freescale.com>
29014 Date:   Thu Apr 2 16:10:36 2009 -0500
29015
29016     mpc8260: Fill in brg's clock-frequency in device tree.
29017
29018     Signed-off-by: Scott Wood <scottwood@freescale.com>
29019
29020 commit c73ed274a211699739d83c2cef92853dc6716e15
29021 Author: Scott Wood <scottwood@freescale.com>
29022 Date:   Thu Apr 2 18:20:43 2009 -0500
29023
29024     MPC8260ADS: Add nfsboot/ramboot to default environment.
29025
29026     This brings it in line with other Freescale boards.
29027
29028     Signed-off-by: Scott Wood <scottwood@freescale.com>
29029
29030 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
29031 Author: Andreas Huber <andreas.huber@keymile.com>
29032 Date:   Thu Apr 2 17:15:34 2009 +0200
29033
29034     UBI/cfi-mtd: Fix mtd name for multiple chips
29035
29036     On platforms with multiple NOR chips, currently only the first one
29037     can be selected using the "ubi part" command. This patch fixes this
29038     problem by using different names for the NOR "mtd devices".
29039
29040     It also changes the name of the NOR MTD device from "cfi-mtd" to
29041     "norX" (X indexing the device numer) to better match the mtdparts
29042     defaults.
29043
29044     Signed-off-by: Stefan Roese <sr@denx.de>
29045     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
29046
29047 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
29048 Author: Peter Korsgaard <jacmet@sunsite.dk>
29049 Date:   Tue Mar 31 17:52:16 2009 +0200
29050
29051     tools/setlocalversion: use git svn instead of git-svn
29052
29053     Use the new "git <subcmd>" syntax instead of the deprecated
29054     "git-<subcmd>".
29055
29056     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
29057
29058 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
29059 Author: Mingkai Hu <Mingkai.hu@freescale.com>
29060 Date:   Tue Mar 31 14:09:40 2009 +0800
29061
29062     eSPI: add the eSPI register support
29063
29064     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
29065
29066 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
29067 Author: Minkyu Kang <mk7.kang@samsung.com>
29068 Date:   Mon Mar 30 14:55:51 2009 +0900
29069
29070     cmd_mmc: add support for device command for selecting mmc device
29071
29072     This patch improves device command for selecting mmc device
29073
29074     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
29075
29076 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
29077 Author: Alan Carvalho de Assis <acassis@gmail.com>
29078 Date:   Sat Mar 28 19:50:16 2009 -0300
29079
29080     Small fix to m5282evb
29081
29082     This is just a small fix to get u-boot on m5282evb.
29083
29084     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
29085
29086 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
29087 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
29088 Date:   Fri Mar 27 10:21:14 2009 +0100
29089
29090     UBIFS: add R/O compatibility
29091
29092     Now UBIFS is supported by u-boot. If we ever decide to change the
29093     media format, then people will have to upgrade their u-boots to
29094     mount new format images. However, very often it is possible to
29095     preserve R/O forward-compatibility, even though the write
29096     forward-compatibility is not preserved.
29097
29098     This patch introduces a new super-block field which stores the
29099     R/O compatibility version.
29100
29101     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
29102     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
29103     Signed-off-by: Stefan Roese <sr@denx.de>
29104
29105 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
29106 Author: Mike Frysinger <vapier@gentoo.org>
29107 Date:   Mon Mar 23 22:27:34 2009 -0400
29108
29109     more command usage cleanup
29110
29111     Fix up a few dangling commands like in "Command usage cleanup" commit.
29112
29113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29114
29115 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
29116 Author: Ladislav Michl <ladis@linux-mips.org>
29117 Date:   Mon Mar 23 12:06:07 2009 +0100
29118
29119     Separate mtdparts command from jffs2
29120
29121     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
29122     > Currently the mtdparts commands are included in the jffs2 command support.
29123     > This doesn't make sense anymore since other commands (e.g. UBI) use this
29124     > infrastructure as well now. This patch separates the mtdparts commands from
29125     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
29126     > support is needed.
29127
29128     ... and to make it useful for NAND chips as well, we should also remove now
29129     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
29130     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
29131     but that can be fixed later (tm).
29132
29133     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
29134
29135 commit b196ca75503ce307c535b87bf47d51f05e7530df
29136 Author: Mike Frysinger <vapier@gentoo.org>
29137 Date:   Sun Mar 22 22:18:01 2009 -0400
29138
29139     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
29140
29141     Rather than sticking Blackfin-specific stuff into the eeprom example, use
29142     an indirect macro so that any board can override it with their own magic
29143     sauce in their board config file.
29144
29145     Also fix some spurious semi-colons in defines while I'm at it ...
29146
29147     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29148     CC: Ben Warren <biggerbadderben@gmail.com>
29149
29150 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
29151 Author: Sascha Hauer <s.hauer@pengutronix.de>
29152 Date:   Sat Mar 21 09:38:46 2009 -0400
29153
29154     mpc52xx phy: initialize only when needed
29155
29156     Do not initialize phy on startup, instead initialize it
29157     when we actually need it.
29158
29159     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
29160
29161 commit 03bab0091948196b9558248684c04f60943ca4b5
29162 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29163 Date:   Mon Mar 30 16:51:40 2009 +0200
29164
29165     at91sam9263ek: enable hush and auto complete support
29166
29167     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29168     Acked-by: Stelian Pop <stelian@popies.net>
29169
29170 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
29171 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29172 Date:   Fri Mar 27 23:26:44 2009 +0100
29173
29174     at91: move dataflash spi driver to drivers/spi
29175
29176     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29177
29178 commit 2b7178afce59f71e95da657273f4132012098c1f
29179 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29180 Date:   Fri Mar 27 23:26:44 2009 +0100
29181
29182     at91: move usb driver to drivers/usb
29183
29184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29185
29186 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
29187 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29188 Date:   Fri Mar 27 23:26:43 2009 +0100
29189
29190     at91rm9200: Reset update
29191
29192     Update the rm9200 reset sequence to try executing a board-specific reset
29193     function and move specific board reset to board.
29194
29195     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29196
29197 commit 3524049cd053746298e4cfab2449882e75c146fc
29198 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29199 Date:   Fri Mar 27 23:26:43 2009 +0100
29200
29201     at91rm9200: move serial shutdown code to serial drivers
29202
29203     introduce serial_exit for this purpose. Use it only when the rm9200
29204     serial driver is active
29205
29206     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29207
29208 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
29209 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29210 Date:   Fri Mar 27 23:26:43 2009 +0100
29211
29212     at91rm9200: move serial driver to drivers/serial
29213
29214     add CONFIG_AT91RM9200_USART to activate the driver
29215
29216     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29217
29218 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
29219 Author: Ulf Samuelsson <ulf@atmel.com>
29220 Date:   Fri Mar 27 23:26:43 2009 +0100
29221
29222     Add support for the AT91RM9200EK Board.
29223
29224     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
29225     ARM9-based 32-bit RISC microcontroller and enables real-time code development
29226     and evaluation.
29227
29228     Here is the chip page on Atmel website:
29229     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
29230
29231     with
29232         - NOR (cfi driver)
29233         - DataFlash
29234         - USB OHCI
29235         - Net
29236         - I2C (hard)
29237
29238     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
29239     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29240
29241 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
29242 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29243 Date:   Fri Mar 27 23:26:42 2009 +0100
29244
29245     add dataflash mmc mux missing support
29246
29247     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29248
29249 commit 2a325ce3c705ab2d82760afc541c511328472df8
29250 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29251 Date:   Fri Mar 27 23:26:42 2009 +0100
29252
29253     at91rm9200dk: Move conditional compilation to Makefile
29254
29255     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29256
29257 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
29258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29259 Date:   Fri Mar 27 23:26:42 2009 +0100
29260
29261     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
29262
29263     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29264
29265 commit 843a2654bce74192de2b5a43474fdc27a572ab40
29266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29267 Date:   Fri Mar 27 23:26:42 2009 +0100
29268
29269     at91sam9: add watchdog support
29270
29271     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
29272     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29273
29274 commit a47492ac60657dd9d59c713aa049319ea6eabd52
29275 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29276 Date:   Fri Mar 27 13:14:52 2009 +0100
29277
29278     at91sam9/at91cap: spi init add hardware chip select support
29279
29280     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29281
29282 commit 66932ac3929c7a145a6ef6574a96fd7535154951
29283 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29284 Date:   Sat Apr 4 19:15:40 2009 +0200
29285
29286     netstar: fix crc32.c dependancy location
29287
29288     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29289
29290 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
29291 Author: Scott Wood <scottwood@freescale.com>
29292 Date:   Fri Apr 3 15:24:40 2009 -0500
29293
29294     MPC8260ADS: Define CONFIG_HAS_ETH0.
29295
29296     This is required so that the MAC address will be updated in the device tree.
29297
29298     Signed-off-by: Scott Wood <scottwood@freescale.com>
29299
29300 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
29301 Author: Scott Wood <scottwood@freescale.com>
29302 Date:   Fri Apr 3 15:26:45 2009 -0500
29303
29304     PQ2FADS: Enable PCI.
29305
29306     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
29307
29308     Signed-off-by: Scott Wood <scottwood@freescale.com>
29309
29310 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
29311 Author: Wolfgang Denk <wd@denx.de>
29312 Date:   Sat Apr 4 16:57:50 2009 +0200
29313
29314     Fix quoting bug introduced by commit 74de7aef
29315
29316     Signed-off-by: Wolfgang Denk <wd@denx.de>
29317
29318 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
29319 Author: Wolfgang Denk <wd@denx.de>
29320 Date:   Sat Apr 4 16:14:51 2009 +0200
29321
29322     Fix implicit declaration of function 'htons'
29323
29324     Include <netinet/in.h> instead of <linux/in.h> to get htons()
29325     prototpye.
29326
29327     Signed-off-by: Wolfgang Denk <wd@denx.de>
29328
29329 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
29330 Author: Kumar Gala <galak@kernel.crashing.org>
29331 Date:   Sat Apr 4 10:21:02 2009 -0500
29332
29333     fsl_law: Fix bug in calculation of LAW sizing
29334
29335     In set_ddr_laws() when we determined how much of the size requested
29336     to be mapped was covered by the the first LAW we needed to recalculate
29337     the size based on what was actually mapped.
29338
29339     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29340
29341 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
29342 Author: Kumar Gala <galak@kernel.crashing.org>
29343 Date:   Thu Apr 2 13:57:05 2009 -0500
29344
29345     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
29346
29347     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29348
29349 commit c8514622e2713d9c47919acfe23fce386782afe7
29350 Author: Kumar Gala <galak@kernel.crashing.org>
29351 Date:   Thu Apr 2 13:22:48 2009 -0500
29352
29353     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
29354
29355     Rename the pci header for FSL HW so we can move some prototypes
29356     in there and stop doing explicit externs
29357
29358     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29359
29360 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
29361 Author: Wolfgang Denk <wd@denx.de>
29362 Date:   Sat Apr 4 16:10:40 2009 +0200
29363
29364     Fix building of env_embedded.o
29365
29366     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
29367     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
29368     building for many boards.
29369
29370     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
29371     set.
29372
29373     Signed-off-by: Wolfgang Denk <wd@denx.de>
29374
29375 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
29376 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29377 Date:   Sat Apr 4 12:49:11 2009 +0200
29378
29379     rename include/zlib.h to include/u-boot/zlib.h
29380
29381     Some systems have zlib.h installed in /usr/include/. This isn't the
29382     desired file for u-boot code - we want the one in include/zlib.h.
29383     This rename will avoid the conflict.
29384
29385     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29387
29388 commit ae644c178f097874a92a6d934f364985fc7e075a
29389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29390 Date:   Sat Apr 4 12:46:31 2009 +0200
29391
29392     tools/Makefile: fix image.c dependancy location
29393
29394     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29395     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29396
29397 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
29398 Author: Mike Frysinger <vapier@gentoo.org>
29399 Date:   Sat Apr 4 07:42:25 2009 -0400
29400
29401     tools: add ncb to gitignore
29402
29403     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29404
29405 commit 453c0d7558215cbc8636d94af172886d84e0dbba
29406 Author: Detlev Zundel <dzu@denx.de>
29407 Date:   Fri Apr 3 16:45:46 2009 +0200
29408
29409     include/ns16550.h: Unify structure declaration for registers
29410
29411     Instead of special casing the different access patterns, use common
29412     code with light macros sprinkled in to accomodate for the different
29413     layouts of the register structure.
29414
29415     Note that this also changes the types of the registers for the
29416     "positively packed (>1)" cases.  As the registers truly are unsigned
29417     chars, this is surely the Right Thing, but it is a semantic change.
29418     Note that for this case depending on the endianness on the bus, we may
29419     see a change of behaviour.
29420
29421     Signed-off-by: Detlev Zundel <dzu@denx.de>
29422
29423 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
29424 Author: Peter Tyser <ptyser@xes-inc.com>
29425 Date:   Fri Mar 13 18:54:52 2009 -0500
29426
29427     Delete now unused tools/Makefile.win32
29428
29429     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29430
29431 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
29432 Author: Peter Tyser <ptyser@xes-inc.com>
29433 Date:   Fri Mar 13 18:54:51 2009 -0500
29434
29435     Add support for building native win32 tools
29436
29437     Add support for compiling the host tools in the tools directory using
29438     the MinGW toolchain.  This produces executables which can be used on
29439     standard Windows computers without requiring cygwin.
29440
29441     One must specify the MinGW compiler and strip utilities as if they
29442     were the host toolchain in order to build win32 executables, eg:
29443
29444     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
29445
29446     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29447
29448 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
29449 Author: Peter Tyser <ptyser@xes-inc.com>
29450 Date:   Fri Mar 13 18:54:50 2009 -0500
29451
29452     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
29453
29454     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29455
29456 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
29457 Author: Peter Tyser <ptyser@xes-inc.com>
29458 Date:   Fri Mar 13 18:54:49 2009 -0500
29459
29460     tools/Makefile: Create generic build rules
29461
29462     Create a few generic build rules to replace the current method which has
29463     1 build target for each file
29464
29465     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29466
29467 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
29468 Author: Peter Tyser <ptyser@xes-inc.com>
29469 Date:   Fri Mar 13 18:54:48 2009 -0500
29470
29471     tools/Makefile: Use auto-generated object file dependencies
29472
29473     Files in the SRCS variable have their dependencies automatically
29474     generated so remove duplicate explicit dependencies
29475
29476     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29477
29478 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
29479 Author: Peter Tyser <ptyser@xes-inc.com>
29480 Date:   Fri Mar 13 18:54:47 2009 -0500
29481
29482     tools/Makefile: Remove symlinks for remaining source files
29483
29484     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29485
29486 commit eed073315b6447eceadf7468a4c2b757442c7c6f
29487 Author: Peter Tyser <ptyser@xes-inc.com>
29488 Date:   Fri Mar 13 18:54:46 2009 -0500
29489
29490     tools/Makefile: Dynamically generate libfdt object dependencies
29491
29492     Add the libfdt files to the SRCS variable so that they have their
29493     dependencies automatically generated
29494
29495     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29496
29497 commit c0170175393b94560fa7a5da6dd31377df5f4a72
29498 Author: Peter Tyser <ptyser@xes-inc.com>
29499 Date:   Fri Mar 13 18:54:45 2009 -0500
29500
29501     tools/Makefile: Remove symlinks for fdt targets
29502
29503     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29504
29505 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
29506 Author: Peter Tyser <ptyser@xes-inc.com>
29507 Date:   Fri Mar 13 18:54:44 2009 -0500
29508
29509     tools/Makefile: Add libfdt/ to the include search path
29510
29511     This change makes the process of symlinking libfdt_internal.h
29512     unnecessary
29513
29514     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29515
29516 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
29517 Author: Peter Tyser <ptyser@xes-inc.com>
29518 Date:   Fri Mar 13 18:54:43 2009 -0500
29519
29520     tools: Remove unecessary symlinking of zlib.h
29521
29522     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
29523     was previously necessary to give U-Boot's version of zlib.h precedence
29524     over the host computer's version of zlib.h.
29525
29526     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29527
29528 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
29529 Author: Peter Tyser <ptyser@xes-inc.com>
29530 Date:   Fri Mar 13 18:54:42 2009 -0500
29531
29532     tools/Makefile: Add tools/ to the include search path
29533
29534     This change makes the process of symlinking mkimage.h and fdt_host.h
29535     unnecessary
29536
29537     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29538
29539 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
29540 Author: Peter Tyser <ptyser@xes-inc.com>
29541 Date:   Fri Mar 13 18:54:41 2009 -0500
29542
29543     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
29544
29545     Also conditionally add ncb.o to OBJ_FILES list
29546
29547     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29548
29549 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
29550 Author: Peter Tyser <ptyser@xes-inc.com>
29551 Date:   Fri Mar 13 18:54:40 2009 -0500
29552
29553     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
29554
29555     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29556
29557 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
29558 Author: Peter Tyser <ptyser@xes-inc.com>
29559 Date:   Fri Mar 13 18:54:39 2009 -0500
29560
29561     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
29562
29563     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29564
29565 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
29566 Author: Peter Tyser <ptyser@xes-inc.com>
29567 Date:   Fri Mar 13 18:54:38 2009 -0500
29568
29569     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
29570
29571     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29572
29573 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
29574 Author: Peter Tyser <ptyser@xes-inc.com>
29575 Date:   Fri Mar 13 18:54:37 2009 -0500
29576
29577     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
29578
29579     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29580
29581 commit eeba8617908e33f7e7db3b1588c04ca65b856793
29582 Author: Peter Tyser <ptyser@xes-inc.com>
29583 Date:   Fri Mar 13 18:54:36 2009 -0500
29584
29585     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
29586
29587     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29588
29589 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
29590 Author: Peter Tyser <ptyser@xes-inc.com>
29591 Date:   Fri Mar 13 18:54:35 2009 -0500
29592
29593     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
29594
29595     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29596
29597 commit ee3584a5970230ee96aae19505ad3226734ee4ff
29598 Author: Peter Tyser <ptyser@xes-inc.com>
29599 Date:   Fri Mar 13 18:54:34 2009 -0500
29600
29601     tools/Makefile: Split variable declarations into multiple lines
29602
29603     Split variable declarations into multiple lines and use the standard
29604     VAR-y convention.  Also move object and binary variable declarations to
29605     after config.mk has been included to allow for these lists to utilize
29606     the CONFIG_XXX variables.
29607
29608     These changes lay the groundwork for conditional compilation of files
29609     in the tools directory.
29610
29611     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29612
29613 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
29614 Author: Peter Tyser <ptyser@xes-inc.com>
29615 Date:   Fri Mar 13 18:54:33 2009 -0500
29616
29617     tools/Makefile: Remove inappropriate double-tabs
29618
29619     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29620
29621 commit 652f4ba076689fd0acd447561a777b1c440a4b57
29622 Author: Peter Tyser <ptyser@xes-inc.com>
29623 Date:   Fri Mar 13 18:54:32 2009 -0500
29624
29625     tools/Makefile: Remove HOSTARCH HOSTOS defines
29626
29627     The values of HOSTARCH and HOSTOS which are exported from the top-level
29628     Makefile should be used
29629
29630     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29631
29632 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
29633 Author: Peter Tyser <ptyser@xes-inc.com>
29634 Date:   Fri Mar 13 18:54:31 2009 -0500
29635
29636     gen_eth_addr: Use POSIX rand() and srand()
29637
29638     Replace random()/srandom() use with rand()/srand() to support
29639     compilation with the mingw toolchain.  The rand()/srand() functions are
29640     generally more common and are functionally equivalent to the original
29641     random()/srandom() calls.
29642
29643     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29644
29645 commit 24d2ae5e9debe4b75151a55251031a14477fa875
29646 Author: Peter Tyser <ptyser@xes-inc.com>
29647 Date:   Fri Mar 13 18:54:28 2009 -0500
29648
29649     elf.h: Use stdint.h to provide standard typedefs for WIN32
29650
29651     The original code provided an incomplete set of typedefs for WIN32
29652     compiles and replicated the standard typedefs that are already
29653     provided by stdint.h
29654
29655     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29656
29657 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
29658 Author: Peter Tyser <ptyser@xes-inc.com>
29659 Date:   Fri Mar 13 18:54:27 2009 -0500
29660
29661     common/Makefile: Conditionally compile env_embedded.o
29662
29663     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29664
29665 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
29666 Author: Peter Tyser <ptyser@xes-inc.com>
29667 Date:   Fri Mar 13 18:54:26 2009 -0500
29668
29669     Makefile: Add removal of *.exe files to clean target
29670
29671     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29672
29673 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
29674 Author: Peter Tyser <ptyser@xes-inc.com>
29675 Date:   Fri Mar 13 18:54:25 2009 -0500
29676
29677     Makefile: Make autoconf.mk a dependency of the depend target
29678
29679     The original code did not generate autoconf.mk until after some targets
29680     dependencies had already been calculated, for example the directories in
29681     the SUBDIRS variable
29682
29683     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29684
29685 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
29686 Author: unsik Kim <donari75@gmail.com>
29687 Date:   Wed Feb 25 11:31:24 2009 +0900
29688
29689     mflash: Initial mflash support
29690
29691     Mflash is fusion memory device mainly targeted consumer eletronic and
29692     mobile phone.
29693     Internally, it have nand flash and other hardware logics and supports
29694     some different operation (ATA, IO, XIP) modes.
29695
29696     IO mode is custom mode for the host that doesn't have IDE interface.
29697     (Many mobile targeted SoC doesn't have IDE bus)
29698
29699     This driver support mflash IO mode.
29700
29701     Followings are brief descriptions about IO mode.
29702
29703     1. IO mode based on ATA protocol and uses some custom command. (read
29704        confirm, write confirm)
29705     2. IO mode uses SRAM bus interface.
29706
29707     Signed-off-by: unsik Kim <donari75@gmail.com>
29708
29709 commit 200779e3e2a9aeda7030b171a8c39d7797019917
29710 Author: Detlev Zundel <dzu@denx.de>
29711 Date:   Fri Apr 3 11:53:01 2009 +0200
29712
29713     Rename common ns16550 constants with UART_ prefix to prevent conflicts
29714
29715     Fix problems introduced in commit
29716     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
29717     diagnosis functions for inka4x0] which redefined MSR_RI which is
29718     already used on PowerPC systems.
29719
29720     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
29721     be needed for other redundant occurrences though.
29722
29723     Signed-off-by: Detlev Zundel <dzu@denx.de>
29724
29725 commit 99067b08f4a0ce20ff337a35211239f334d8f451
29726 Author: Scott Wood <scottwood@freescale.com>
29727 Date:   Wed Apr 1 15:33:24 2009 -0500
29728
29729     Noisily disable the legacy NAND subsystem.
29730
29731     Legacy NAND is marked for feature removal after April 2009 (i.e. this
29732     upcoming release).  There are still several boards that reference it
29733     (though many do so only for disk-on-chip support which has been silently
29734     disabled for a while now).  These boards will now fail to build
29735     with #error, though the code is still there if the user removes #error.
29736
29737     The plan is to remove the code outright in the next release, along with
29738     any board code that refers to it (such as board/esd/common/auto_update.c).
29739
29740     Also, remove the legacy NAND API description from README.nand.
29741
29742     Signed-off-by: Scott Wood <scottwood@freescale.com>
29743
29744 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
29745 Author: apgmoorthy <moorthy.apg@samsung.com>
29746 Date:   Fri Mar 27 14:45:23 2009 +0530
29747
29748     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
29749
29750     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
29751     However, u-boot image for apollon board is 195KB making the board
29752     unbootable with OneNAND.
29753
29754     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
29755     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
29756
29757     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
29758     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
29759     Signed-off-by: Scott Wood <scottwood@freescale.com>
29760
29761 commit 74de7aefd79690bae8cf5a5120f5962d444be089
29762 Author: Wolfgang Denk <wd@denx.de>
29763 Date:   Wed Apr 1 23:34:12 2009 +0200
29764
29765     Add "source" command; prepare removal of "autoscr" command
29766
29767     According to the doc/feature-removal-schedule.txt, the "autoscr"
29768     command will be replaced by the "source" command in approximately 6
29769     months from now.
29770
29771     This patch prepares this change and starts a 6 month transition
29772     period as follows:
29773
29774     - The new "source" command has been added, which implements exactly
29775       the same functionlaity as the old "autoscr" command before
29776     - The old "autoscr" command name is kept as an alias for compatibility
29777     - Command sequences, script files atc. have been adapted to use the
29778       new "source" command
29779     - Related environment variables ("autoscript", "autoscript_uname")
29780       have *not* been adapted yet; these will be renamed resp. removed in
29781       a separate patch when the support for the "autoscr" command get's
29782       finally dropped.
29783
29784     Signed-off-by: Wolfgang Denk <wd@denx.de>
29785
29786 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
29787 Author: Wolfgang Denk <wd@denx.de>
29788 Date:   Thu Apr 2 17:31:09 2009 +0200
29789
29790     Add "GPL cleanup" task to feature-removal-schedule.txt
29791
29792     Announce removal of all non-GPL or GPL-incompatible files
29793     after August 2009.
29794
29795     Signed-off-by: Wolfgang Denk <wd@denx.de>
29796
29797 commit d9596ffbdc79cea285010b67dd20a4618303f624
29798 Author: Mike Frysinger <vapier@gentoo.org>
29799 Date:   Thu Apr 2 12:51:28 2009 -0400
29800
29801     sf: stmicro: dont send 4 bytes when reading status register
29802
29803     I can't find anywhere in the datasheet that says the status register needs
29804     3 dummy bytes sent to it before being able to read back the first real
29805     result.  Tests on a Blackfin board show that after writing the opcode, the
29806     status register starts coming back immediately.  So only write out the
29807     read status register opcode before polling the result.
29808
29809     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29810     CC: Jason McMullan <mcmullan@netapp.com>
29811     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29812
29813 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
29814 Author: Mike Frysinger <vapier@gentoo.org>
29815 Date:   Thu Apr 2 08:11:31 2009 -0400
29816
29817     sf: set common timeouts in seconds, not milliseconds
29818
29819     Since timeouts are only hit when there is a problem in the system, we
29820     don't want to prematurely timeout on a functioning setup.  Thus having
29821     low timeouts (in milliseconds) doesn't gain us anything in the production
29822     case, but rather increases likely hood of causing problems where none
29823     otherwise exist.
29824
29825     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29826     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29827
29828 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
29829 Author: Mike Frysinger <vapier@gentoo.org>
29830 Date:   Thu Apr 2 06:51:49 2009 -0400
29831
29832     sf: stmicro: use common page timeout define
29833
29834     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29835     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29836
29837 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
29838 Author: Mike Frysinger <vapier@gentoo.org>
29839 Date:   Sat Mar 28 06:41:09 2009 -0400
29840
29841     sf: always read 5 bytes for the idcode
29842
29843     Some SPI flash drivers like to have extended id information available
29844     (like the spansion flash), so rather than making it re-issue the ID cmd
29845     to get at the last 2 bytes, have the common code read 5 bytes rather than
29846     just 3.  This also matches the Linux behavior where it always reads 5 id
29847     bytes from all flashes.
29848
29849     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29850     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29851     CC: Mingkai Hu <Mingkai.hu@freescale.com>
29852
29853 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
29854 Author: Mike Frysinger <vapier@gentoo.org>
29855 Date:   Fri Mar 27 16:34:21 2009 -0400
29856
29857     sf: stmicro: drop redundant id read
29858
29859     The common SPI flash code reads the idcode and passes it down to the SPI
29860     flash driver, so there is no need to read it again ourselves.
29861
29862     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29863     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29864     CC: Jason McMullan <mcmullan@netapp.com>
29865     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29866
29867 commit 1c5874374e091b4bb62917c519861f7682fe066e
29868 Author: Mike Frysinger <vapier@gentoo.org>
29869 Date:   Fri Mar 27 19:27:58 2009 -0400
29870
29871     sf: add driver for SST flashes
29872
29873     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29874     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29875
29876 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
29877 Author: Mike Frysinger <vapier@gentoo.org>
29878 Date:   Mon Mar 23 23:03:58 2009 -0400
29879
29880     sf: drop DEBUG defines
29881
29882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29883     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29884
29885 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
29886 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29887 Date:   Sun Jan 4 07:44:07 2009 +0100
29888
29889     mtd: add some at45 spi flash support
29890
29891      - AT45DB321D
29892      - AT45DB161D
29893      - AT45DB081D
29894      - AT45DB041D
29895      - AT45DB021D
29896      - AT45DB011D
29897
29898     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29899     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29900
29901 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
29902 Author: Mingkai Hu <Mingkai.hu@freescale.com>
29903 Date:   Tue Mar 31 14:09:41 2009 +0800
29904
29905     mtd: SPI Flash: Support the Spansion Flash
29906
29907     Add MTD SPI Flash support for S25FL008A, S25FL016A,
29908     S25FL032A, S25FL064A, S25FL128P.
29909
29910     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
29911     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29912
29913 commit 40587701924aa0afc86b3840421b4cc6de42c748
29914 Author: Mike Frysinger <vapier@gentoo.org>
29915 Date:   Mon Mar 30 20:56:45 2009 -0400
29916
29917     Blackfin: force all boards to HZ of 1000
29918
29919     Since the Blackfin timer code requires HZ to be 1000, barf on any board
29920     that tries to use a different value.
29921
29922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29923
29924 commit f4032d2eec9d71a59c6c724671e577f67a76839b
29925 Author: Mike Frysinger <vapier@gentoo.org>
29926 Date:   Fri Mar 27 21:07:45 2009 -0400
29927
29928     Blackfin: bf533-stamp: drop old spi flash driver
29929
29930     Now that the common SPI flash code supports all the flashes, we can stop
29931     using the old driver.
29932
29933     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29934
29935 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
29936 Author: Mike Frysinger <vapier@gentoo.org>
29937 Date:   Thu Mar 26 15:42:12 2009 -0400
29938
29939     Blackfin: add BF538/BF539 SPI portmux handling
29940
29941     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29942
29943 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
29944 Author: Mike Frysinger <vapier@gentoo.org>
29945 Date:   Mon Mar 23 22:36:10 2009 -0400
29946
29947     Blackfin: do not delay on output bytes
29948
29949     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29950
29951 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
29952 Author: Mike Frysinger <vapier@gentoo.org>
29953 Date:   Mon Mar 23 22:17:27 2009 -0400
29954
29955     Blackfin: drop newline from OTP help
29956
29957     Looks like I accidentally added a newline to the OTP help when merging and
29958     older change.
29959
29960     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29961
29962 commit d3c38d96b991d641a33f7748130dae008563cdc9
29963 Author: Mike Frysinger <vapier@gentoo.org>
29964 Date:   Sun Mar 22 23:43:31 2009 -0400
29965
29966     Blackfin: convert bfin_sdh to legacy mmc
29967
29968     The Blackfin SDH controller is still using the legacy framework, so update
29969     the driver to use the renamed functions.
29970
29971     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29972
29973 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
29974 Author: Mike Frysinger <vapier@gentoo.org>
29975 Date:   Sun Feb 22 16:30:38 2009 -0500
29976
29977     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
29978
29979     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29980
29981 commit ad9073211ca9e62162a39851e082b8d07a662fb6
29982 Author: Mike Frysinger <vapier@gentoo.org>
29983 Date:   Fri Feb 13 17:10:58 2009 -0500
29984
29985     Blackfin: fix crash when booting from external memory
29986
29987     When testing a u-boot binary that hasn't been booted from the bootrom, we
29988     have to make sure the bootstruct structure has sane storage space.  If we
29989     don't, the initcode will crash when it tries to dereference an invalid
29990     pointer.
29991
29992     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29993
29994 commit 84a9dda324c3faa56be14449d7519b993d9397a9
29995 Author: Mike Frysinger <vapier@gentoo.org>
29996 Date:   Sun Oct 12 21:32:52 2008 -0400
29997
29998     Blackfin: bf518f-ezbrd: new board port
29999
30000     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30001
30002 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
30003 Author: Mike Frysinger <vapier@gentoo.org>
30004 Date:   Sun Oct 12 21:30:48 2008 -0400
30005
30006     Blackfin: bf526-ezbrd: new board port
30007
30008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30009
30010 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
30011 Author: Mike Frysinger <vapier@gentoo.org>
30012 Date:   Sun Oct 12 21:25:33 2008 -0400
30013
30014     Blackfin: bf538f-ezkit: new board port
30015
30016     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30017
30018 commit d9a5d113b93583c984711127ab8503e136ed1e4a
30019 Author: Mike Frysinger <vapier@gentoo.org>
30020 Date:   Sun Oct 12 20:59:12 2008 -0400
30021
30022     Blackfin: bf527-ezkit: new board port
30023
30024     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30025
30026 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
30027 Author: Mike Frysinger <vapier@gentoo.org>
30028 Date:   Sun Oct 12 05:05:42 2008 -0400
30029
30030     Blackfin: bf548-ezkit: new board port
30031
30032     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30033
30034 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
30035 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
30036 Date:   Tue Mar 3 14:23:59 2009 +0100
30037
30038     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
30039
30040     Allow the inclusion of libfdt.h in C++ source.
30041
30042     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
30043     Acked-by: David Gibson <david@gibson.dropbear.id.au>
30044
30045 commit 13d93f38e86818739317b0206d597265cf9e675e
30046 Author: Emil Medve <Emilian.Medve@Freescale.com>
30047 Date:   Mon Feb 23 10:43:36 2009 -0600
30048
30049     Fix a possible overflow case detected by gcc 4.3.2
30050
30051     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
30052     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
30053
30054     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
30055
30056 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
30057 Author: David Gibson <david@gibson.dropbear.id.au>
30058 Date:   Fri Feb 6 14:03:24 2009 +1100
30059
30060     libfdt: Rework/cleanup fdt_next_tag()
30061
30062     Currently, callers of fdt_next_tag() must usually follow the call with
30063     some sort of call to fdt_offset_ptr() to verify that the blob isn't
30064     truncated in the middle of the tag data they're going to process.
30065     This is a bit silly, since fdt_next_tag() generally has to call
30066     fdt_offset_ptr() on at least some of the data following the tag for
30067     its own operation.
30068
30069     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
30070     verify the data between its starting offset and the offset it returns
30071     in nextoffset.  This simplifies fdt_get_property() which no longer has
30072     to verify itself that the property data is all present.
30073
30074     At the same time, I neaten and clarify the error handling for
30075     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
30076     a tag value in some circumstances - which almost none of the callers
30077     checked for.  Also, fdt_next_tag() could return FDT_END either because
30078     it encountered an FDT_END tag, or because it reached the end of the
30079     structure block - no way was provided to tell between these cases.
30080
30081     With this patch, fdt_next_tag() always returns FDT_END with a negative
30082     value in nextoffset for an error.  This means the several places which
30083     loop looking for FDT_END will still work correctly - they only need to
30084     check for errors at the end.  The errors which fdt_next_tag() can
30085     report are:
30086         - -FDT_ERR_TRUNCATED if it reached the end of the structure
30087            block instead of finding a tag.
30088
30089         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
30090                tag data couldn't be verified with fdt_offset_ptr().
30091
30092     This patch also updates the callers of fdt_next_tag(), where
30093     appropriate, to make use of the new error reporting.
30094
30095     Finally, the prototype for the long gone _fdt_next_tag() is removed
30096     from libfdt_internal.h.
30097
30098     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30099
30100 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
30101 Author: David Gibson <david@gibson.dropbear.id.au>
30102 Date:   Fri Feb 6 14:01:56 2009 +1100
30103
30104     libfdt: Rework fdt_next_node()
30105
30106     Currently fdt_next_node() will find the next node in the blob
30107     regardless of whether it is above, below or at the same level in the
30108     tree as the starting node - the depth parameter is updated to indicate
30109     which is the case.  When a depth parameter is supplied, this patch
30110     makes it instead terminate immediately when it finds the END_NODE tag
30111     for a node at depth 0.  In this case it returns the offset immediately
30112     past the END_NODE tag.
30113
30114     This has a couple of advantages.  First, this slightly simplifies
30115     fdt_subnode_offset(), which no longer needs to explicitly check that
30116     fdt_next_node()'s iteration hasn't left the starting node.  Second,
30117     this allows fdt_next_node() to be used to implement
30118     _fdt_node_end_offset() considerably simplifying the latter function.
30119
30120     The other users of fdt_next_node() either don't need to iterate out of
30121     the starting node, or don't pass a depth parameter at all.  Any
30122     callers that really need to iterate out of the starting node, but keep
30123     tracking depth can do so by biasing the initial depth value.
30124
30125     This is a semantic change, but I think it's very unlikely to break any
30126     existing library users.
30127
30128     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30129
30130 commit c123098035be8bae3859bbfbd06861f197c07631
30131 Author: Scott Wood <scottwood@freescale.com>
30132 Date:   Tue Mar 31 17:49:36 2009 -0500
30133
30134     mpc83xx: Set guarded bit on BAT that covers the end of the address space
30135
30136     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
30137     address space; however, not all of this space is covered by a device.  In
30138     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
30139     at the far end of the address space.
30140
30141     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
30142     some circumstances, this leads to the CPU speculatively loading from
30143     0xfffffff8 if p is NULL.  This leads to a machine check.
30144
30145     Signed-off-by: Scott Wood <scottwood@freescale.com>
30146
30147     continuation to the remaining mpc83xx boards that suffer from the same problem.
30148
30149     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30150
30151 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
30152 Author: Kim Phillips <kim.phillips@freescale.com>
30153 Date:   Mon Mar 30 14:28:05 2009 -0500
30154
30155     rtc: remove broken rtc_read and rtc_write declarations
30156
30157     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
30158     EPSON)" introduces the following build error on boards configuring e.g,
30159     the ds1374 rtc:
30160
30161     Configuring for MPC837XEMDS board...
30162     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
30163     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
30164     ds1374.c:104: error: conflicting types for 'rtc_write'
30165     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
30166
30167     this reverts the erroneous chunk.
30168
30169     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30170     Acked-by: Detlev Zundel <dzu@denx.de>
30171     CC: Detlev Zundel <dzu@denx.de>
30172     CC: Andreas Pfefferle <ap@denx.de>
30173
30174 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
30175 Author: Kumar Gala <galak@kernel.crashing.org>
30176 Date:   Tue Mar 31 17:58:13 2009 -0500
30177
30178     85xx/86xx: Ensure MP boot page is not used
30179
30180     We had a bug on 86xx in which the boot page used to bring up secondary
30181     cores was being overwritten and used for the malloc region in u-boot.
30182
30183     We need to reserve the region of memory that the boot page is going to
30184     be put at so nothing uses it.
30185
30186     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30187     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
30188
30189 commit c840d26c752141b94bbc24ac748ddd45752a955a
30190 Author: Kumar Gala <galak@kernel.crashing.org>
30191 Date:   Tue Mar 31 23:11:05 2009 -0500
30192
30193     85xx: Introduce determine_mp_bootpg() helper.
30194
30195     Match determine_mp_bootpg() that was added for 86xx.  We need this to
30196     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
30197     make sure to reserve the region of memory used for the MP bootpg() so
30198     other u-boot code doesn't use it.
30199
30200     Also added a comment about how cpu_reset() is dealing w/an errata on
30201     early 85xx MP HW.
30202
30203     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30204
30205 commit 7649a590b53ee548f41428bf20780f74ce9fc099
30206 Author: Kumar Gala <galak@kernel.crashing.org>
30207 Date:   Tue Mar 31 23:02:38 2009 -0500
30208
30209     86xx: Cleanup MP support
30210
30211     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
30212     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
30213       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
30214       to reserve the region of memory used for the MP bootpg() so other
30215       u-boot code doesn't use it.
30216     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
30217       allow cmd_mp.c to build and work. In the future we should look at
30218       implementing all these functions. This could be common w/85xx if we
30219       use spin tables on 86xx.
30220
30221     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30222
30223 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
30224 Author: Becky Bruce <beckyb@kernel.crashing.org>
30225 Date:   Tue Mar 31 18:38:37 2009 -0500
30226
30227     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
30228
30229     We're missing the board_lmb_reserve definitions that allow
30230     cpu_mp_lmb_reserve to be called; this means that Linux
30231     is free to reallocate reserved pages.  Linux currently boots
30232     because we're getting lucky - the page we've reserved is
30233     high enough in memory that it isn't allocated by Linux
30234     while we still need it to be in existence.
30235
30236     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30237     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30238
30239 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
30240 Author: Ladislav Michl <ladis@linux-mips.org>
30241 Date:   Tue Mar 31 13:43:10 2009 +0200
30242
30243     NetStar: fix NAND
30244
30245     Fix NAND support broken during new NAND code merge. Move those few lines of
30246     code to board/netstar/netstar.c
30247
30248     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30249
30250 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
30251 Author: Jens Scharsig <esw@bus-elektronik.de>
30252 Date:   Tue Mar 31 08:18:29 2009 +0200
30253
30254     soft_i2c.c compiler/linker error
30255
30256     This patch fix the compiler/linker errors
30257
30258     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
30259     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
30260
30261     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
30262     uesd/undef (wrong define order)
30263
30264     and
30265
30266     removes additional empty lines
30267
30268     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
30269
30270 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
30271 Author: Haiying Wang <Haiying.Wang@freescale.com>
30272 Date:   Fri Mar 27 17:02:45 2009 -0400
30273
30274     MPC85xx: Add MPC8569MDS board support
30275
30276     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
30277     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
30278
30279     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
30280     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
30281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30282
30283 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
30284 Author: Haiying Wang <Haiying.Wang@freescale.com>
30285 Date:   Fri Mar 27 17:02:44 2009 -0400
30286
30287     MPC85xx: Add MPC8569 CPU support
30288
30289     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
30290     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
30291     then invalidate it after LBCR bit 13 is set.
30292
30293     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
30294     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30295
30296 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
30297 Author: Haiying Wang <Haiying.Wang@freescale.com>
30298 Date:   Thu Mar 26 17:01:49 2009 -0400
30299
30300     MPC85xx: Load and enable QE microcode patch in IRAM
30301
30302     For the silicon which doesn't have ROM support in QE, it always needs to load
30303     a pre-built ucode binary to IRAM so that QE can work.
30304
30305     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
30306     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
30307
30308 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
30309 Author: Kumar Gala <galak@kernel.crashing.org>
30310 Date:   Thu Mar 19 09:16:10 2009 -0500
30311
30312     85xx: Add support for additional e500mc features
30313
30314     * Enable backside L2
30315     * e500mc no longer has timebase enable in HID (moved to CCSR register)
30316
30317     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30318
30319 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
30320 Author: Dave Liu <daveliu@freescale.com>
30321 Date:   Sat Mar 14 12:48:30 2009 +0800
30322
30323     fsl-ddr: add the DDR3 SPD infrastructure
30324
30325     - support mirrored DIMMs, not support register DIMMs
30326     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
30327     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
30328
30329     Signed-off-by: Dave Liu <daveliu@freescale.com>
30330     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
30331
30332 commit 6a8197836702991468cead5ead073f589e2623ad
30333 Author: Dave Liu <daveliu@freescale.com>
30334 Date:   Sat Mar 14 12:48:19 2009 +0800
30335
30336     fsl-ddr: Fix two bugs in the ddr infrastructure
30337
30338     1. wr_lat
30339        UM said the total write latency for DDR2 is equal to
30340        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
30341        so, the WR_LAT = CL - 1;
30342     2. rd_to_pre
30343        we missed to add the ADD_LAT for DDR2 case.
30344
30345     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
30346     Signed-off-by: Dave Liu <daveliu@freescale.com>
30347
30348 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
30349 Author: Kumar Gala <galak@kernel.crashing.org>
30350 Date:   Thu Mar 26 01:34:39 2009 -0500
30351
30352     83xx: Use common LSDMR defines from asm/fsl_lbc.h
30353
30354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30355     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30356
30357 commit b0fe93eda69721aef1fdef576164b668fad83bbd
30358 Author: Kumar Gala <galak@kernel.crashing.org>
30359 Date:   Thu Mar 26 01:34:38 2009 -0500
30360
30361     85xx: Use common LSDMR defines from asm/fsl_lbc.h
30362
30363     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30364
30365 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
30366 Author: Kumar Gala <galak@kernel.crashing.org>
30367 Date:   Thu Mar 26 01:34:37 2009 -0500
30368
30369     Add LSDMR (SDRAM Mode Register) definition on localbus
30370
30371     The masks for various bit defines of LSDMR are common and thus we can
30372     define them in one place rather than replicating them in each config.h
30373
30374     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30375
30376 commit 89c00fb15859213788f0ad089934c376fb356099
30377 Author: Ladislav Michl <ladis@linux-mips.org>
30378 Date:   Mon Mar 30 18:58:41 2009 +0200
30379
30380     OMAP: use {read,write}l to access timer registers
30381
30382     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30383
30384 commit 81472d893fa565c9d300928a40e504a689bde131
30385 Author: Ladislav Michl <ladis@linux-mips.org>
30386 Date:   Mon Mar 30 18:58:41 2009 +0200
30387
30388     OMAP: rename timer divisor
30389
30390     Divisor field is called PTV not PVT.
30391
30392     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30393     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30394
30395 commit fe672d60b2a8c9e803596ba4533fa1776015551d
30396 Author: Ladislav Michl <ladis@linux-mips.org>
30397 Date:   Mon Mar 30 18:58:40 2009 +0200
30398
30399     OMAP: reindent timer code
30400
30401     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30402
30403 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
30404 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30405 Date:   Mon Mar 30 18:58:40 2009 +0200
30406
30407     s3c2410: move nand driver to drivers/mtd/nand
30408
30409     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30410
30411 commit d3b635774194404bcd424f6b376419bce22076ad
30412 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30413 Date:   Mon Mar 30 18:58:40 2009 +0200
30414
30415     s3c24x0: move i2c driver to drivers/i2c
30416
30417     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30418
30419 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
30420 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30421 Date:   Mon Mar 30 18:58:39 2009 +0200
30422
30423     s3c24x0: move serial driver to drivers/serial
30424
30425     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30426
30427 commit 942ba9969b9efa25f816c238861ecb339c54ed73
30428 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30429 Date:   Mon Mar 30 18:58:39 2009 +0200
30430
30431     davinci: move i2c driver to drivers/i2c
30432
30433     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30434
30435 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
30436 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30437 Date:   Mon Mar 30 18:58:39 2009 +0200
30438
30439     davinci: move nand driver to drivers/mtd/nand
30440
30441     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30442
30443 commit d3e55d0774a180c1837bd7ddec464015e883bd86
30444 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30445 Date:   Mon Mar 30 18:58:38 2009 +0200
30446
30447     imx: move serial driver to drivers/serial
30448
30449     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30450
30451 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
30452 Author: Detlev Zundel <dzu@denx.de>
30453 Date:   Mon Mar 30 00:31:36 2009 +0200
30454
30455     inka4x0: Use proper accessor macros for memory mapped registers.
30456
30457     Signed-off-by: Detlev Zundel <dzu@denx.de>
30458
30459 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
30460 Author: Detlev Zundel <dzu@denx.de>
30461 Date:   Mon Mar 30 00:31:35 2009 +0200
30462
30463     inka4x0: Add hardware diagnosis and RTC in configuration.
30464
30465     This patch adds the board specific communication routines needed by
30466     the external 4543 RTC.
30467
30468     Signed-off-by: Detlev Zundel <dzu@denx.de>
30469     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30470
30471 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
30472 Author: Detlev Zundel <dzu@denx.de>
30473 Date:   Mon Mar 30 00:31:34 2009 +0200
30474
30475     inka4x0: Add hardware diagnosis functions for inka4x0
30476
30477     This patch adds advanced diagnosis functions for the inka4x0 board.
30478
30479     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30480     Signed-off-by: Detlev Zundel <dzu@denx.de>
30481
30482 commit 04e11cf383ff6231535fd981023bb1306b2133d4
30483 Author: Detlev Zundel <dzu@denx.de>
30484 Date:   Mon Mar 30 00:31:33 2009 +0200
30485
30486     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
30487
30488     Signed-off-by: Detlev Zundel <dzu@denx.de>
30489     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30490
30491 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
30492 Author: Detlev Zundel <dzu@denx.de>
30493 Date:   Mon Mar 30 00:31:32 2009 +0200
30494
30495     drivers/twserial: Add protocol driver for "three wire serial" interface.
30496
30497     This pretty unintelligent interface is used on some RTC chips.
30498
30499     Signed-off-by: Detlev Zundel <dzu@denx.de>
30500
30501 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
30502 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30503 Date:   Sun Mar 29 23:01:42 2009 +0200
30504
30505     arm720t/clps7111: move serial driver to drivers/serial
30506
30507     add CONFIG_CLPS7111_SERIAL to activate the driver
30508
30509     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30510
30511 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
30512 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30513 Date:   Sun Mar 29 23:01:42 2009 +0200
30514
30515     lpc2292: move serial driver to drivers/serial
30516
30517     add CONFIG_LPC2292_SERIAL to activate the driver
30518
30519     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30520
30521 commit 176a600d0ecdaccbac483d2ba992d0119f853119
30522 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30523 Date:   Sun Mar 29 23:01:42 2009 +0200
30524
30525     ks8695: move serial driver to drivers/serial
30526
30527     add CONFIG_KS8695_SERIAL to activate the driver
30528
30529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30530
30531 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
30532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30533 Date:   Sun Mar 29 23:01:42 2009 +0200
30534
30535     s3c64xx: move usb driver to drivers/usb
30536
30537     add CONFIG_USB_S3C64XX to activate the driver
30538
30539     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30540
30541 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
30542 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30543 Date:   Sun Mar 29 23:01:41 2009 +0200
30544
30545     imx31: move serial driver to drivers/serial
30546
30547     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30548
30549 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
30550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30551 Date:   Sun Mar 29 23:01:41 2009 +0200
30552
30553     netarm: move serial driver to drivers/serial
30554
30555     add CONFIG_NETARM_SERIAL to activate the driver
30556
30557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30558
30559 commit 412ab705888742add435dd6ffc2e8bda14962235
30560 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30561 Date:   Sun Mar 29 23:01:41 2009 +0200
30562
30563     sa1100: move serial driver to drivers/serial
30564
30565     add CONFIG_SA1100_SERIAL to activate the driver
30566
30567     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30568
30569 commit b2368754a9202225fd072e159fb78da7d2cdb623
30570 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30571 Date:   Sun Mar 29 23:01:41 2009 +0200
30572
30573     s3c44b0: extract cache from cpu.c
30574
30575     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30576
30577 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
30578 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30579 Date:   Sun Mar 29 23:01:41 2009 +0200
30580
30581     s3c44b0: move serial driver to drivers/serial
30582
30583     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30584
30585 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
30586 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30587 Date:   Sun Mar 29 23:01:40 2009 +0200
30588
30589     s3c44b0: move rtc driver to drivers/rtc
30590
30591     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30592
30593 commit 50f601cca8985615f9e3de4c34887448ade8a64b
30594 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30595 Date:   Sun Mar 29 23:01:40 2009 +0200
30596
30597     s3c44b0: move i2c driver to drivers/i2c
30598
30599     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30600
30601 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
30602 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30603 Date:   Sun Mar 29 23:01:36 2009 +0200
30604
30605     s3c4510b: move specific code to soc directory
30606
30607     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30608
30609 commit 04531f3c11c693dc54924f82c41979d960309c9d
30610 Author: Ladislav Michl <ladis@linux-mips.org>
30611 Date:   Wed Mar 25 23:43:58 2009 +0100
30612
30613     NetStar: add RTC support
30614
30615     Add RTC support.
30616
30617     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30618
30619 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
30620 Author: Ladislav Michl <ladis@linux-mips.org>
30621 Date:   Wed Mar 25 23:43:50 2009 +0100
30622
30623     NetStar: use generic flash driver
30624
30625     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30626
30627 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
30628 Author: Ladislav Michl <ladis@linux-mips.org>
30629 Date:   Mon Mar 16 23:31:20 2009 +0100
30630
30631     NetStar: update crcit utility
30632
30633     Make crc32 function to match its prototype. Use more meaningful identifiers.
30634
30635     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30636
30637 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
30638 Author: Ladislav Michl <ladis@linux-mips.org>
30639 Date:   Mon Mar 23 17:46:27 2009 +0100
30640
30641     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
30642
30643     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30644
30645 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
30646 Author: Wolfgang Denk <wd@denx.de>
30647 Date:   Sun Mar 29 00:58:16 2009 +0100
30648
30649     VCMA9: fix compile errors
30650
30651     Fix these:
30652     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
30653     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
30654
30655     Signed-off-by: Wolfgang Denk <wd@denx.de>
30656
30657 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
30658 Author: Wolfgang Denk <wd@denx.de>
30659 Date:   Sun Mar 29 00:54:21 2009 +0100
30660
30661     ARM: fix warning: 'print_eth' defined but not used
30662
30663     This warning got issued for all ARM systems that don't have
30664     CONFIG_CMD_NET enabled.
30665
30666     Signed-off-by: Wolfgang Denk <wd@denx.de>
30667
30668 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
30669 Author: Ladislav Michl <ladis@linux-mips.org>
30670 Date:   Mon Mar 23 18:16:34 2009 +0100
30671
30672     cs8900 compile fix
30673
30674     cs8900.c: In function 'eth_init':
30675     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
30676     cs8900.c:165: error: invalid operands to binary <<
30677     cs8900.c:166: error: invalid operands to binary <<
30678     cs8900.c:167: error: invalid operands to binary <<
30679
30680     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30681     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30682
30683 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
30684 Author: Wolfgang Denk <wd@denx.de>
30685 Date:   Sat Mar 28 20:16:16 2009 +0100
30686
30687     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
30688
30689     ...and some other compile warnings.
30690
30691     Signed-off-by: Wolfgang Denk <wd@denx.de>
30692
30693 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
30694 Author: Wolfgang Denk <wd@denx.de>
30695 Date:   Sat Mar 28 16:17:29 2009 +0100
30696
30697     mpc8xx/ether.c: fix warning: unused variable 'bd'
30698
30699     Also minor coding style cleanup.
30700
30701     Signed-off-by: Wolfgang Denk <wd@denx.de>
30702
30703 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
30704 Author: Detlev Zundel <dzu@denx.de>
30705 Date:   Wed Mar 25 17:27:52 2009 +0100
30706
30707     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
30708
30709     Other commands implementing subcommands can reuse this code nicely.
30710
30711     Signed-off-by: Detlev Zundel <dzu@denx.de>
30712     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30713
30714 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
30715 Author: Detlev Zundel <dzu@denx.de>
30716 Date:   Tue Mar 24 18:02:33 2009 +0100
30717
30718     mpc5xxx: Add structure definition for several more register blocks.
30719
30720     Signed-off-by: Detlev Zundel <dzu@denx.de>
30721
30722 commit 739b0e594677a0676577bc95db4495a5563fc7f8
30723 Author: Detlev Zundel <dzu@denx.de>
30724 Date:   Fri Mar 27 15:03:55 2009 +0100
30725
30726     MAINTAINERS: Add entry for 'inka4x0' board.
30727
30728     Signed-off-by: Detlev Zundel <dzu@denx.de>
30729
30730 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
30731 Author: Detlev Zundel <dzu@denx.de>
30732 Date:   Fri Mar 27 15:03:54 2009 +0100
30733
30734     MAINTAINERS: Keep list sorted.
30735
30736     Signed-off-by: Detlev Zundel <dzu@denx.de>
30737
30738 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
30739 Author: Mike Frysinger <vapier@gentoo.org>
30740 Date:   Thu Mar 26 11:17:41 2009 -0400
30741
30742     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
30743
30744     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
30745
30746     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30747     CC: Ben Warren <biggerbadderben@gmail.com>
30748
30749 commit 76756e41cde0a617e781a604cc47dfaef63697cd
30750 Author: Heiko Schocher <hs@denx.de>
30751 Date:   Thu Mar 26 07:33:59 2009 +0100
30752
30753     ppc: cleanup compiler errors/warnings
30754
30755     Current u-boot top of tree builds with warnings/errors for
30756     the following boards:
30757
30758     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
30759     RPXClassic debris PN62
30760
30761     following patch solves this.
30762
30763     Signed-off-by: Heiko Schocher <hs@denx.de>
30764     Acked-by: Mike Frysinger <vapier@gentoo.org>
30765
30766 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
30767 Author: Stefan Roese <sr@denx.de>
30768 Date:   Thu Mar 26 16:14:13 2009 +0100
30769
30770     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
30771
30772     This patch fixes a bug in the Sequoia TLB init code to reconfigure
30773     the correct TLB (boot space) after running from RAM. This bug was
30774     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
30775     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
30776     TLB in the Sequoia init.S file.
30777
30778     Signed-off-by: Stefan Roese <sr@denx.de>
30779
30780 commit e2b66fe453a3679f807b37fc5923d89214302764
30781 Author: Wolfgang Denk <wd@denx.de>
30782 Date:   Thu Mar 26 10:00:57 2009 +0100
30783
30784     ads5121: enable instruction cache
30785
30786     Enabling the instruction cache significantly accelerates U-Boot
30787     operations like CRC checking, image uncompression, etc.
30788
30789     Kudos to Andrea Scian for pointing out.
30790
30791     Signed-off-by: Wolfgang Denk <wd@denx.de>
30792
30793 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
30794 Author: Jon Smirl <jonsmirl@gmail.com>
30795 Date:   Sun Mar 22 22:55:45 2009 -0400
30796
30797     mpc5200: suppress printf until console initialized
30798
30799     On boards which have the environment in eeprom, i2c_init() is called
30800     before the console and RAM are initialized.
30801     Suppress printfs until the console is initialized.
30802
30803     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
30804     Acked-by: Heiko Schocher <hs@denx.de>
30805
30806 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
30807 Author: Guennadi Liakhovetski <lg@denx.de>
30808 Date:   Wed Mar 25 11:36:50 2009 +0100
30809
30810     ARM: Add the imx31_phycore_eet board to MAKEALL
30811
30812     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30813
30814 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
30815 Author: Nishanth Menon <nm@ti.com>
30816 Date:   Wed Mar 25 22:13:56 2009 +0100
30817
30818     OMAP3:Beagle: Enable mtdparts
30819
30820     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
30821     provides a flexible way to create and maintain u-boot mtd
30822     partitions. This allows commands such as "nand erase fs"
30823     to work and the user no longer needs to decode the absolute
30824     nand offsets. This patch enables this function for beagleboard
30825
30826     Signed-off-by: Nishanth Menon <nm@ti.com>
30827     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30828
30829 commit 4de1a5daab079ddc8ce1274144700203d692105c
30830 Author: Mike Frysinger <vapier@gentoo.org>
30831 Date:   Sun Feb 22 16:26:35 2009 -0500
30832
30833     Blackfin: bf537-stamp: split post code out into dedicated post.c
30834
30835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30836
30837 commit 5e8f245743ed14c89e495ba2c027703db9813160
30838 Author: Mike Frysinger <vapier@gentoo.org>
30839 Date:   Sat Oct 11 22:51:56 2008 -0400
30840
30841     Blackfin: add support for S25FL128 parts
30842
30843     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30844
30845 commit bf1e028bf3eab1d702fa0627cade4460688f3913
30846 Author: Mike Frysinger <vapier@gentoo.org>
30847 Date:   Sat Oct 11 22:51:23 2008 -0400
30848
30849     Blackfin: overhaul SPI flash handling to speed things up
30850
30851     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30852
30853 commit efcc08cededa2168b96f12a22a5872340880d334
30854 Author: Mike Frysinger <vapier@gentoo.org>
30855 Date:   Sat Oct 11 22:51:05 2008 -0400
30856
30857     Blackfin: add support for SST SPI flashes
30858
30859     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30860
30861 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
30862 Author: Mike Frysinger <vapier@gentoo.org>
30863 Date:   Sat Oct 11 22:50:10 2008 -0400
30864
30865     Blackfin: add hack for crappy m25p80
30866
30867     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30868
30869 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
30870 Author: Mike Frysinger <vapier@gentoo.org>
30871 Date:   Wed Jan 21 20:47:12 2009 -0500
30872
30873     Blackfin: bf537-stamp: increase monitor size
30874
30875     The new jffs2 code pushed the code size just over the limit, so increase
30876     the limit a bit more.
30877
30878     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30879
30880 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
30881 Author: Mike Frysinger <vapier@gentoo.org>
30882 Date:   Mon Dec 8 16:16:11 2008 -0500
30883
30884     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
30885
30886     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
30887     increase the speed of SCLK to 125MHz rather than 100MHz.
30888
30889     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30890
30891 commit 751e54c3b77311b720b794813cce20546f288ada
30892 Author: Mike Frysinger <vapier@gentoo.org>
30893 Date:   Sat Oct 11 22:44:14 2008 -0400
30894
30895     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
30896
30897     Use the common net eth functions to setup the env/global data with the MAC
30898     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
30899
30900     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30901
30902 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
30903 Author: Mike Frysinger <vapier@gentoo.org>
30904 Date:   Tue Dec 9 13:47:39 2008 -0500
30905
30906     Blackfin: add clkin_hz= to default kernel command line for ADI boards
30907
30908     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30909
30910 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
30911 Author: Mike Frysinger <vapier@gentoo.org>
30912 Date:   Sun Oct 12 23:49:13 2008 -0400
30913
30914     Blackfin: bf533-stamp: bump up default clocks
30915
30916     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
30917     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
30918
30919     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30920
30921 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
30922 Author: Mike Frysinger <vapier@gentoo.org>
30923 Date:   Sat Oct 11 22:40:22 2008 -0400
30924
30925     Blackfin: bf533-stamp: rewrite startup LED notifications
30926
30927     Again, don't clobber pins that we aren't actually using, and use the common
30928     LED framework rather than our own hob-job-but-not-really-working.
30929
30930     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30931
30932 commit cf6f469e2730fc8ab3523808b828be000d6eee77
30933 Author: Mike Frysinger <vapier@gentoo.org>
30934 Date:   Sun Jun 1 09:09:48 2008 -0400
30935
30936     Blackfin: unify common ADI board settings
30937
30938     Rather than duplicate the same ADI settings in every ADI board, create a
30939     common ADI config header and have all ADI boards start using that.  This
30940     will also make merging the ~10 boards I have to forward port a lot easier.
30941
30942     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30943
30944 commit 196c74311f394c6eb08bd9ab07a35671299b9851
30945 Author: Kyungmin Park <kmpark@infradead.org>
30946 Date:   Tue Mar 3 09:05:53 2009 +0900
30947
30948     Reduce OneNAND IPL common code
30949
30950     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
30951     bootloader, but it's common code used about 300~400 bytes. So board
30952     specific codes, such as lowlevel_init, can't has enough code. It make
30953     a difficult to implement OneNAND IPL.
30954
30955     his patch make this common code as small as possible. and give
30956     lowlevel_init can have more codes.
30957
30958     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30959     Signed-off-by: Scott Wood <scottwood@freescale.com>
30960
30961 commit 16f2f5a351004129e79e79816697a367fd9e5446
30962 Author: Wolfgang Grandegger <wg@grandegger.com>
30963 Date:   Wed Feb 11 18:38:24 2009 +0100
30964
30965     Add multi-chip NAND support for the TQM8548 modules
30966
30967     This patches configures the NAND UPM-FSL driver with multi-chip
30968     support for the Micron MT29F8G08FAB NAND flash memory on the
30969     TQM8548 modules.
30970
30971     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30972     Signed-off-by: Scott Wood <scottwood@freescale.com>
30973
30974 commit 33846df28fa1f4cf96a96c18142d48d813caa892
30975 Author: Wolfgang Grandegger <wg@grandegger.com>
30976 Date:   Wed Feb 11 18:38:23 2009 +0100
30977
30978     Add wait flags to support board/chip specific delays
30979
30980     The NAND flash on the TQM8548_BE modules requires a short delay after
30981     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
30982     requires a further short delay after writing out a buffer. Normally the
30983     R/B pin should be checked, but it's not connected on the TQM8548_BE.
30984     The corresponding Linux FSL UPM driver uses similar delay points at the
30985     same locations. To manage these extra delays in a more general way, I
30986     introduced the "wait_flags" field allowing the board-specific driver to
30987     specify various types of extra delay.
30988
30989     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30990     Signed-off-by: Scott Wood <scottwood@freescale.com>
30991
30992 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
30993 Author: Wolfgang Grandegger <wg@grandegger.com>
30994 Date:   Wed Feb 11 18:38:22 2009 +0100
30995
30996     Add support for TQM-specific chip select logic to FSL-UPM
30997
30998     For the NAND chips on the TQM8548 modules, a special chip-select logic is
30999     used. It uses dedicated address lines to be set via UPM machine address
31000     register (mar). This patch adds such support to the FSL-UPM driver.
31001
31002     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31003     Signed-off-by: Scott Wood <scottwood@freescale.com>
31004
31005 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
31006 Author: Wolfgang Grandegger <wg@grandegger.com>
31007 Date:   Wed Feb 11 18:38:21 2009 +0100
31008
31009     Add multi chip support to the FSL-UPM driver
31010
31011     This patch adds support for multi-chip NAND devices to the FSL-UPM
31012     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
31013     called with the argument "chip_nr" to allow testing the proper chip
31014     select line. The NAND support of the MPC8360ERDK is updated as well.
31015     No other boards are currently using the FSL UPM driver.
31016
31017     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31018     Signed-off-by: Scott Wood <scottwood@freescale.com>
31019
31020 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
31021 Author: Wolfgang Grandegger <wg@grandegger.com>
31022 Date:   Wed Feb 11 18:38:20 2009 +0100
31023
31024     Enable multi chip support in the NAND layer
31025
31026     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
31027     Multi-chips devices are displayed as shown:
31028
31029       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
31030
31031     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
31032     Signed-off-by: Scott Wood <scottwood@freescale.com>
31033
31034 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
31035 Author: Mike Frysinger <vapier@gentoo.org>
31036 Date:   Sat Oct 11 21:58:33 2008 -0400
31037
31038     Blackfin: put memory into self-refresh before/after programming clocks
31039
31040     When initializing the core clocks, stick external memory into self-refresh.
31041     This gains us a few cool things:
31042      - support suspend-to-RAM with Linux
31043      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
31044      - make sure settings are stable before flashing new version
31045      - finally fully unify initialize startup code path between LDR/non-LDR
31046
31047     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31048
31049 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
31050 Author: Mike Frysinger <vapier@gentoo.org>
31051 Date:   Sat Oct 11 21:56:08 2008 -0400
31052
31053     Blackfin: do not program voltage regulator on parts that do not have one
31054
31055     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
31056     regulator, so do not attempt to program the memory as if it does.
31057
31058     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31059
31060 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
31061 Author: Mike Frysinger <vapier@gentoo.org>
31062 Date:   Sun Jun 1 01:28:24 2008 -0400
31063
31064     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
31065
31066     If the board config does not specify an explicit EBIU_SDBCTL value, set it
31067     up with sane values based on other configuration options.
31068
31069     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31070
31071 commit 3986e981f565c08f10c7e526af8cb518d741c349
31072 Author: Mike Frysinger <vapier@gentoo.org>
31073 Date:   Sat Dec 6 18:06:58 2008 -0500
31074
31075     Blackfin: handle reboot anomaly 432
31076
31077     Workaround anomaly 432:
31078     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
31079     register before executing the PLL programming sequence.  Therefore, any
31080     interrupt enabled in the SIC_IWR1 register prior to the call to
31081     bfrom_SysControl() can prematurely terminate the idle sequence required
31082     for the PLL to relock properly. SIC_IWR0 is properly handled.
31083
31084     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31085
31086 commit 7e1d212b6da492c6ea32c62af92e185284f41291
31087 Author: Mike Frysinger <vapier@gentoo.org>
31088 Date:   Sat Oct 18 04:04:49 2008 -0400
31089
31090     Blackfin: kill off LDR jump block
31091
31092     The Boot ROM uses EVT1 as the entry point so set that rather than having
31093     to use a tiny jump block in the default EVT1 location.
31094
31095     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31096
31097 commit a75fa148d60b1975403441e45565621bba50d2d9
31098 Author: Mike Frysinger <vapier@gentoo.org>
31099 Date:   Tue Jan 6 10:00:48 2009 -0500
31100
31101     Blackfin: simplify symbol_lookup() a bit
31102
31103     No need to skip a byte as the symbol table handles this.
31104
31105     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31106
31107 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
31108 Author: Mike Frysinger <vapier@gentoo.org>
31109 Date:   Sat Feb 7 05:43:21 2009 -0500
31110
31111     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
31112
31113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31114
31115 commit 58130f8920151d9e8942bbdf3388f2defb47e415
31116 Author: Mike Frysinger <vapier@gentoo.org>
31117 Date:   Sat Feb 7 05:41:17 2009 -0500
31118
31119     Blackfin: drop SPORT_TX read helper macros
31120
31121     The SPORT_TX registers cannot be read (the hardware will trigger an error),
31122     so drop the read helper macros.
31123
31124     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31125
31126 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
31127 Author: Mike Frysinger <vapier@gentoo.org>
31128 Date:   Sat Feb 7 05:25:35 2009 -0500
31129
31130     Blackfin: unify duplicate CPU port definitions
31131
31132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31133
31134 commit 744fd240d181b0b05b1436e1b655c9a62526c752
31135 Author: Mike Frysinger <vapier@gentoo.org>
31136 Date:   Fri Feb 6 00:59:50 2009 -0500
31137
31138     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
31139
31140     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
31141     are no longer used/needed.
31142
31143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31144
31145 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
31146 Author: Mike Frysinger <vapier@gentoo.org>
31147 Date:   Mon Oct 6 04:01:26 2008 -0400
31148
31149     Blackfin: print out Flash: before checking it
31150
31151     If there is some problem in the flash init/checking code, it's nicer to see
31152     the message "Flash:" before crashing.  This way the source of the problem
31153     is a bit more straightforward.
31154
31155     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31156
31157 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
31158 Author: Mike Frysinger <vapier@gentoo.org>
31159 Date:   Thu Aug 7 15:33:09 2008 -0400
31160
31161     Blackfin: safely flush data caches when in writeback mode
31162
31163     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31164
31165 commit c06f2b13022703611bc3e512bd34f9014a46f448
31166 Author: Mike Frysinger <vapier@gentoo.org>
31167 Date:   Thu Aug 7 13:21:48 2008 -0400
31168
31169     Blackfin: update lockbox api according to latest documentation
31170
31171     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31172
31173 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
31174 Author: Mike Frysinger <vapier@gentoo.org>
31175 Date:   Sat Oct 11 21:49:06 2008 -0400
31176
31177     Blackfin: mark bfin_reset static
31178
31179     The function is only used locally, so mark it static.
31180
31181     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31182
31183 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
31184 Author: Sonic Zhang <Sonic.Zhang@analog.com>
31185 Date:   Fri Mar 20 19:28:20 2009 -0400
31186
31187     Blackfin: spi: there is no PORTJ_FER MMR on BF537
31188
31189     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
31190     then there is no PORTJ_FER register for us to worry about.
31191
31192     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
31193     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31194
31195 commit e82b762f293debc53c5afa90f37264f6b07520f9
31196 Author: Mike Frysinger <vapier@gentoo.org>
31197 Date:   Tue Mar 17 13:58:23 2009 -0400
31198
31199     Blackfin: fix jtag console tstc
31200
31201     The jtag tstc operation was checking the hardware to see if data is
31202     available from it (which is fine for the jtag getc operation), but the
31203     higher layers need to know whether any data is available.  Since we have
31204     to read up to 4 bytes at a time from the hardware, the higher layers need
31205     to know they can consume the cached bytes as well.
31206
31207     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31208
31209 commit bc683f58b1f1d8d20546fe019483967a51a49df1
31210 Author: Mike Frysinger <vapier@gentoo.org>
31211 Date:   Sun Feb 22 16:23:41 2009 -0500
31212
31213     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
31214
31215     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31216
31217 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
31218 Author: Mike Frysinger <vapier@gentoo.org>
31219 Date:   Sun Feb 22 16:02:27 2009 -0500
31220
31221     Blackfin: unify net-related init code
31222
31223     Unify all of the net-related init code in the common Blackfin board init
31224     code to clean up the ifdef mess a bit.
31225
31226     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31227
31228 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
31229 Author: Mike Frysinger <vapier@gentoo.org>
31230 Date:   Wed Feb 18 12:51:48 2009 -0500
31231
31232     Blackfin: fix SWRST/SYSCR register sizes
31233
31234     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31235
31236 commit a9d6777d39154978b9ef9c682b2627a3480b194c
31237 Author: Mike Frysinger <vapier@gentoo.org>
31238 Date:   Wed Feb 18 12:51:31 2009 -0500
31239
31240     Blackfin: update anomaly lists
31241
31242     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31243
31244 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
31245 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31246 Date:   Thu Mar 19 18:31:38 2009 +0100
31247
31248     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
31249
31250     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31251     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31252
31253 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
31254 Author: Eric Schumann <E.Schumann@phytec.de>
31255 Date:   Sat Mar 21 09:59:34 2009 -0400
31256
31257     Make flash protection work, when the environment is in EEPROM
31258
31259     On the pcm030 the environment is located in the onboard EEPROM. But we want
31260     to handle flash sector protection in a safe manner. So we must read the
31261     unlock environment variable from EEPROM instead from flash.
31262
31263     This patch is required as long the evironment is saved into the EEPROM.
31264
31265     Stefan: Additional change as suggested by Wolfgang, use bigger char array
31266     (instead of 4).
31267
31268     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
31269     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
31270     Acked-by: Wolfgang Denk <wd@denx.de>
31271     Signed-off-by: Stefan Roese <sr@denx.de>
31272
31273 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
31274 Author: Jon Smirl <jonsmirl@gmail.com>
31275 Date:   Sat Mar 21 11:17:56 2009 -0400
31276
31277     Add define for mpc5200 CDM_CLK_ENA
31278
31279     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
31280
31281 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
31282 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
31283 Date:   Sun Mar 22 14:48:16 2009 +0100
31284
31285     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
31286
31287     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
31288
31289     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
31290     It is essentially the same, with a few minor differences.
31291
31292     Here is the chip page on Atmel website:
31293     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
31294
31295     Signed-off-by: Justin Waters <justin.waters@timesys.com>
31296     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
31297     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31298
31299 commit 118d168035cc93f586da4812c89cb153eb9f4243
31300 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31301 Date:   Sun Mar 22 14:28:14 2009 +0100
31302
31303     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
31304
31305     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31306
31307 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
31308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31309 Date:   Sun Mar 22 14:28:13 2009 +0100
31310
31311     cmc_pu2: fix misc_init_r prototype
31312
31313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31314
31315 commit 53158aea995221706b42c7bad9f717b31ae20414
31316 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31317 Date:   Sun Jan 11 03:32:01 2009 +0100
31318
31319     at91sam9xeek: fix soc name
31320
31321     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31322
31323 commit 74c076d6c33d6d42ab065541a38383587879e7b7
31324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31325 Date:   Sun Mar 22 10:22:34 2009 +0100
31326
31327     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
31328
31329     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31330
31331 commit 163966087d62680547f188a93c61d01c8155254e
31332 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31333 Date:   Sat Mar 21 21:08:01 2009 +0100
31334
31335     atmel/at91/boards: compile dataflash partition only when dataflash is
31336
31337     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31338
31339 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
31340 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31341 Date:   Sat Mar 21 21:08:00 2009 +0100
31342
31343     at91sam9/at91cap: move common macb initialisation to cpu
31344
31345     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31346
31347 commit f3f91f886bc8927fd692ac411b7423a87ffec532
31348 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31349 Date:   Sat Mar 21 21:08:00 2009 +0100
31350
31351     at91sam9/at91cap: move common usb host initialisation to cpu
31352
31353     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31354
31355 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
31356 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31357 Date:   Sat Mar 21 21:08:00 2009 +0100
31358
31359     at91sam9/at91cap: move common led management to cpu
31360
31361     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31362
31363 commit 7ebafb7ec1a0285af8380623c009576f92583b98
31364 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31365 Date:   Sat Mar 21 21:07:59 2009 +0100
31366
31367     at91sam9/at91cap: move common spi initialisation to cpu
31368
31369     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31370
31371 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
31372 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31373 Date:   Sat Mar 21 21:07:59 2009 +0100
31374
31375     at91sam9/at91cap: move common serial initialisation to cpu
31376
31377     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31378
31379 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
31380 Author: Wolfgang Denk <wd@denx.de>
31381 Date:   Sat Mar 21 22:04:41 2009 +0100
31382
31383     Prepare 2009.03
31384
31385     Update CHANGELOG
31386
31387     Signed-off-by: Wolfgang Denk <wd@denx.de>
31388
31389 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
31390 Author: Vivek Kutal <vivek.kutal@azingo.com>
31391 Date:   Mon Feb 23 21:35:11 2009 +0530
31392
31393     Replaced endpoint numbers with appropriate macros in usbtty.c.
31394
31395     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
31396     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31397
31398 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
31399 Author: Michael Lawnick <ml.lawnick@gmx.de>
31400 Date:   Thu Mar 19 10:06:41 2009 +0100
31401
31402     UBIFS: Missing offset relocation for compressor 'none'
31403
31404     On systems where U-Boot is linked to another address than it really lays
31405     (e.g. backup image), calls via function pointers must be fixed with a
31406     '+= gd->reloc_off'.
31407     This was not done for none_compr in ubifs_compressors_init() what leads
31408     to system crash on ubifsmount command.
31409
31410     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
31411     Acked-by: Stefan Roese <sr@denx.de>
31412
31413 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
31414 Author: Stefan Roese <sr@denx.de>
31415 Date:   Thu Mar 19 15:35:50 2009 +0100
31416
31417     UBIFS: Add UBIFS commands
31418
31419     This patchset adds these UBIFS related commands:
31420
31421     - ubifsmount
31422       Mount an UBIFS volume
31423
31424     - ubifsls
31425       List a directory of the mounted UBIFS volume
31426
31427     - ubifsload
31428       Load a file from the mounted UBIFS volume to memory
31429
31430     Signed-off-by: Stefan Roese <sr@denx.de>
31431
31432 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
31433 Author: Stefan Roese <sr@denx.de>
31434 Date:   Thu Mar 19 15:35:05 2009 +0100
31435
31436     UBIFS: Implement read-only UBIFS support in U-Boot
31437
31438     The U-Boot UBIFS implementation is largely a direct copy from the current
31439     Linux version (2.6.29-rc6). As already done in the UBI version we have an
31440     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
31441     ...). This makes it possible to use the original Linux code with very
31442     little changes. And by this we can better update to later Linux versions.
31443
31444     I removed some of the Linux features that are not used in the U-Boot
31445     version (e.g. garbage-collection, write support).
31446
31447     Signed-off-by: Stefan Roese <sr@denx.de>
31448     CC: Artem Bityutskiy <dedekind@infradead.org>
31449     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
31450
31451 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
31452 Author: Stefan Roese <sr@denx.de>
31453 Date:   Thu Mar 19 15:34:56 2009 +0100
31454
31455     Add LZO decompressor support
31456
31457     This patch adds LZO decompression support to U-Boot. It is needed for
31458     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
31459     decompressor. Since we only support read-only in UBIFS, only the
31460     decompressor is needed.
31461
31462     All this is copied with minor changes from the current Linux kernel
31463     version (2.6.28-rc8).
31464
31465     This patch only implements this LZO decompressor support for PPC.
31466     Other platforms using UBIFS will have to add the required
31467     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
31468     from the Linux source tree as I have done it for PPC in this patch.
31469
31470     Signed-off-by: Stefan Roese <sr@denx.de>
31471
31472 commit 68d7d65100e84df00bca971c114092731b441090
31473 Author: Stefan Roese <sr@denx.de>
31474 Date:   Thu Mar 19 13:30:36 2009 +0100
31475
31476     Separate mtdparts command from jffs2
31477
31478     Currently the mtdparts commands are included in the jffs2 command support.
31479     This doesn't make sense anymore since other commands (e.g. UBI) use this
31480     infrastructure as well now. This patch separates the mtdparts commands from
31481     the jffs2 commands making it possible to only select mtdparts when no JFFS2
31482     support is needed.
31483
31484     Signed-off-by: Stefan Roese <sr@denx.de>
31485     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31486
31487 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
31488 Author: Stefan Roese <sr@denx.de>
31489 Date:   Wed Feb 25 12:11:15 2009 +0100
31490
31491     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
31492
31493     Signed-off-by: Stefan Roese <sr@denx.de>
31494
31495 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
31496 Author: Grzegorz Bernacki <gjb@semihalf.com>
31497 Date:   Tue Mar 17 10:06:40 2009 +0100
31498
31499     Add support for the digsy MTC board.
31500
31501     This is the InterControl custom device based on the MPC5200B chip.
31502
31503     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
31504
31505 commit ff7dc067369e30066744f096995aef7d97574d15
31506 Author: Stefan Roese <sr@denx.de>
31507 Date:   Mon Feb 23 16:52:36 2009 +0100
31508
31509     powerpc: Fix compilation warning in board.c
31510
31511     Fix this warning:
31512
31513     board.c: In function 'board_init_r':
31514     board.c:653: warning: unused variable 'i'
31515     board.c:651: warning: unused variable 'e'
31516
31517     Signed-off-by: Stefan Roese <sr@denx.de>
31518
31519 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
31520 Author: Stefan Roese <sr@denx.de>
31521 Date:   Mon Feb 23 16:42:51 2009 +0100
31522
31523     ppc4xx: Don't write the MAC address into the internal SoC registers
31524
31525     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
31526     addresses into the SoC registers instead.
31527
31528     Signed-off-by: Stefan Roese <sr@denx.de>
31529
31530 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
31531 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31532 Date:   Fri Feb 20 10:19:19 2009 +0100
31533
31534     ppc4xx: Use correct io accessors for esd 405/440 boards
31535
31536     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
31537     macros. Also volatile pointer references are replaced by the
31538     new accessors.
31539
31540     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31541     Signed-off-by: Stefan Roese <sr@denx.de>
31542
31543 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
31544 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31545 Date:   Fri Feb 20 10:19:18 2009 +0100
31546
31547     ppc4xx: Use correct io accessors for esd 405 boards
31548
31549     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
31550     macros. Also volatile pointer references are replaced by the
31551     new accessors.
31552
31553     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31554     Signed-off-by: Stefan Roese <sr@denx.de>
31555
31556 commit a59205d1519375d027f97a545ad642ab20fce6f8
31557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31558 Date:   Fri Feb 20 10:19:17 2009 +0100
31559
31560     ppc4xx: Cleanup linker scripts of esd 4xx boards
31561
31562     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31563     Signed-off-by: Stefan Roese <sr@denx.de>
31564
31565 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
31566 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31567 Date:   Fri Feb 20 10:19:16 2009 +0100
31568
31569     ppc4xx: Update TEXT_BASE for DASA_SIM boards
31570
31571     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
31572
31573     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31574     Signed-off-by: Stefan Roese <sr@denx.de>
31575
31576 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
31577 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31578 Date:   Fri Feb 20 10:19:15 2009 +0100
31579
31580     ppc4xx: DU405 maintenance fix
31581
31582     -strip unused features
31583     -fix resetting phy
31584
31585     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31586     Signed-off-by: Stefan Roese <sr@denx.de>
31587
31588 commit 75511b47ac2647be48218dbb93af05b21f404f67
31589 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31590 Date:   Fri Feb 20 10:19:14 2009 +0100
31591
31592     ppc4xx: Abort autoboot only by space key on CPCI405 boards
31593
31594     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31595     Signed-off-by: Stefan Roese <sr@denx.de>
31596
31597 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
31598 Author: Graeme Russ <graeme.russ@gmail.com>
31599 Date:   Tue Feb 24 21:14:56 2009 +1100
31600
31601     Add basic relocation to i386 port
31602
31603     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
31604
31605 commit 8c63d47651f77d9fb887cad433370b866eb0a193
31606 Author: Graeme Russ <graeme.russ@gmail.com>
31607 Date:   Tue Feb 24 21:14:45 2009 +1100
31608
31609     Implement SC520 timers
31610
31611     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31612
31613 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
31614 Author: Graeme Russ <graeme.russ@gmail.com>
31615 Date:   Tue Feb 24 21:14:32 2009 +1100
31616
31617     Factor out SC520 sub-features
31618
31619     Moved sub-features of the SC520 code which is currently selectively compiled
31620     using #ifdef out of sc520.c into individual files selectively compiled via
31621     the makefile
31622
31623     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31624
31625 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
31626 Author: Graeme Russ <graeme.russ@gmail.com>
31627 Date:   Tue Feb 24 21:13:40 2009 +1100
31628
31629     Rewrite i386 interrupt handling
31630
31631     Rewrite interrupt handling functionality for the i386 port. Separated
31632     functionality into separate CPU and Architecture components.
31633
31634     It appears as if the i386 interrupt handler functionality was intended
31635     to allow multiple handlers to be installed for a given interrupt.
31636     Unfortunately, this functionality was not fully implemented and also
31637     had the problem that irq_free_handler() does not allow the passing
31638     of the handler function pointer and therefore could never be used to
31639     free specific handlers that had been installed for a given IRQ.
31640
31641     There were also various issues with array bounds not being fully
31642     tested.
31643
31644     I had two objectives in mind for the new implementation:
31645
31646     1) Keep the implementation as similar as possible to existing
31647        implementations. To that end, I have used the leon2/3
31648        implementations as the reference
31649
31650     2) Seperate CPU and Architecture specific elements. All specific i386
31651        interrupt functionality is now in cpu/i386/ with the high level
31652        API and architecture specific code in lib_i386. Functionality
31653        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
31654        been further split out into an individual file to allow for the
31655        implementation of the PIC architecture of the SC520 CPU (supports
31656        more IRQs)
31657
31658     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31659
31660 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
31661 Author: Graeme Russ <graeme.russ@gmail.com>
31662 Date:   Tue Feb 24 21:12:35 2009 +1100
31663
31664     Move ali512x.h
31665
31666     Moved ali512x.h from include/asm-i386/ic/ to /include
31667
31668     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31669
31670 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
31671 Author: Graeme Russ <graeme.russ@gmail.com>
31672 Date:   Tue Feb 24 21:12:20 2009 +1100
31673
31674     Rename SC520 Configuration Options
31675
31676     Options are now all uniformly CONFIG_SYS_SC520_<option>
31677
31678     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31679
31680 commit f62fb99941c625605aa16a0097b396a5c16d2c88
31681 Author: Trent Piepho <xyzzy@speakeasy.org>
31682 Date:   Wed Feb 18 15:22:05 2009 -0800
31683
31684     Fix all linker script to handle all rodata sections
31685
31686     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
31687     which needs to be added the the linker script.  Instead of just adding this
31688     one section, we use a wildcard ".rodata*" to get all rodata linker section
31689     gcc has now and might add in the future.
31690
31691     However, '*(.rodata*)' by itself will result in sub-optimal section
31692     ordering.  The sections will be sorted by object file, which causes extra
31693     padding between the unaligned rodata.str.1.1 of one object file and the
31694     aligned rodata of the next object file.  This is easy to fix by using the
31695     SORT_BY_ALIGNMENT command.
31696
31697     This patch has not be tested one most of the boards modified.  Some boards
31698     have a linker script that looks something like this:
31699
31700     *(.text)
31701     . = ALIGN(16);
31702     *(.rodata)
31703     *(.rodata.str1.4)
31704     *(.eh_frame)
31705
31706     I change this to:
31707
31708     *(.text)
31709     . = ALIGN(16);
31710     *(.eh_frame)
31711     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
31712
31713     This means the start of rodata will no longer be 16 bytes aligned.
31714     However, the boundary between text and rodata/eh_frame is still aligned to
31715     16 bytes, which is what I think the real purpose of the ALIGN call is.
31716
31717     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
31718
31719 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
31720 Author: Mike Frysinger <vapier@gentoo.org>
31721 Date:   Wed Feb 11 18:26:08 2009 -0500
31722
31723     remove bi_enet*addr from global data for all arches
31724
31725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31726     CC: Ben Warren <biggerbadderben@gmail.com>
31727     CC: Daniel Hellstrom <daniel@gaisler.com>
31728     CC: Michal Simek <monstr@seznam.cz>
31729     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31730     CC: Scott McNutt <smcnutt@psyent.com>
31731     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31732
31733 commit eb85aa594c1b57a1e3be9689b65171a137a36432
31734 Author: Mike Frysinger <vapier@gentoo.org>
31735 Date:   Wed Feb 11 20:07:19 2009 -0500
31736
31737     ppc: mark global bi_enet*addr as legacy
31738
31739     The environment is the canonical storage location of the mac address, so
31740     we're killing off the global data location and moving everything to
31741     querying the env directly.
31742
31743     In the ppc case, these things are part of the legacy ABI, so keep them
31744     around but mark them as legacy so no new code will touch them.
31745
31746     Also stop calling load_sernum_ethaddr() since all boards now implement
31747     this as a stub.
31748
31749     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31750     CC: Ben Warren <biggerbadderben@gmail.com>
31751
31752 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
31753 Author: Mike Frysinger <vapier@gentoo.org>
31754 Date:   Wed Feb 11 20:09:52 2009 -0500
31755
31756     boards: get mac address from env and move load_sernum_ethaddr() to board init
31757
31758     The environment is the canonical storage location of the mac address, so
31759     we're killing off the global data location and moving everything to
31760     querying the env directly.
31761
31762     Rather than have common ppc code call a board-specific function like
31763     load_sernum_ethaddr(), have each board call it in its own board-specific
31764     misc_init_r() function.
31765
31766     The boards that get converted here are:
31767         - kup4k/kup4x
31768         - pcs440ep
31769         - tqm8xx
31770
31771     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31772     CC: Ben Warren <biggerbadderben@gmail.com>
31773     CC: Stefan Roese <sr@denx.de>
31774
31775 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
31776 Author: Mike Frysinger <vapier@gentoo.org>
31777 Date:   Wed Feb 11 19:55:01 2009 -0500
31778
31779     cmc_pu2: get mac address from environment
31780
31781     The environment is the canonical storage location of the mac address, so
31782     we're killing off the global data location and moving everything to
31783     querying the env directly.
31784
31785     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
31786     handle this board specially in common ARM code.
31787
31788     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31789     CC: Ben Warren <biggerbadderben@gmail.com>
31790
31791 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
31792 Author: Mike Frysinger <vapier@gentoo.org>
31793 Date:   Mon Feb 16 18:03:14 2009 -0500
31794
31795     boards: move board_get_enetaddr() into board-specific init
31796
31797     The environment is the canonical storage location of the mac address, so
31798     we're killing off the global data location and moving everything to
31799     querying the env directly.
31800
31801     Rather than have the common ppc code have board-specific hooks, move the
31802     board_get_enetaddr() function into the board-specific init functions.
31803
31804     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31805     CC: Ben Warren <biggerbadderben@gmail.com>
31806
31807 commit f11e6ff5b1859d9213f0d501b3309e065f487543
31808 Author: Mike Frysinger <vapier@gentoo.org>
31809 Date:   Wed Feb 11 19:39:55 2009 -0500
31810
31811     arm: get mac address from environment
31812
31813     The environment is the canonical storage location of the mac address, so
31814     we're killing off the global data location and moving everything to
31815     querying the env directly.
31816
31817     Some warts are remaining and should be killed off (by moving the func to
31818     the appropriate board init code):
31819         - davinci_eth_set_mac_addr
31820         - cs8900_get_enetaddr
31821         - smc_set_mac_addr
31822
31823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31824     CC: Ben Warren <biggerbadderben@gmail.com>
31825
31826 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
31827 Author: Mike Frysinger <vapier@gentoo.org>
31828 Date:   Wed Feb 11 19:36:20 2009 -0500
31829
31830     nx823: get mac address from environment
31831
31832     The environment is the canonical storage location of the mac address, so
31833     we're killing off the global data location and moving everything to
31834     querying the env directly.
31835
31836     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
31837     into misc_init_r() as is the env setup.  This lets us kill off the former
31838     function in the process.
31839
31840     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31841     CC: Ben Warren <biggerbadderben@gmail.com>
31842
31843 commit 19b5b533ccd522abeb501d510750693c35e20456
31844 Author: Mike Frysinger <vapier@gentoo.org>
31845 Date:   Wed Feb 11 18:27:18 2009 -0500
31846
31847     lib_*/board.c: do not initialize bi_enet*addr in global data
31848
31849     Since everyone is using the environment for mac address storage, there is
31850     no point in seeding the global data.
31851
31852     The arches that are converted here:
31853         i386
31854         m68k
31855         microblaze
31856         mips
31857         nios
31858         nios2
31859         sh
31860         sparc
31861
31862     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31863     CC: Ben Warren <biggerbadderben@gmail.com>
31864     CC: Daniel Hellstrom <daniel@gaisler.com>
31865     CC: Michal Simek <monstr@seznam.cz>
31866     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31867     CC: Scott McNutt <smcnutt@psyent.com>
31868     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31869
31870 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
31871 Author: Mike Frysinger <vapier@gentoo.org>
31872 Date:   Wed Feb 11 19:19:54 2009 -0500
31873
31874     npe: get mac address from environment
31875
31876     The environment is the canonical storage location of the mac address, so
31877     we're killing off the global data location and moving everything to
31878     querying the env directly.
31879
31880     The resulting code can also be simplified even further.
31881
31882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31883     CC: Stefan Roese <sr@denx.de>
31884     CC: Ben Warren <biggerbadderben@gmail.com>
31885
31886 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
31887 Author: Mike Frysinger <vapier@gentoo.org>
31888 Date:   Wed Feb 11 19:18:41 2009 -0500
31889
31890     cpu/: get mac address from environment
31891
31892     The environment is the canonical storage location of the mac address, so
31893     we're killing off the global data location and moving everything to
31894     querying the env directly.
31895
31896     The cpus that get converted here:
31897         at91rm9200
31898         mpc512x
31899         mpc5xxx
31900         mpc8260
31901         mpc8xx
31902         ppc4xx
31903
31904     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31905     CC: Ben Warren <biggerbadderben@gmail.com>
31906     CC: John Rigby <jrigby@freescale.com>
31907     CC: Stefan Roese <sr@denx.de>
31908
31909 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
31910 Author: Mike Frysinger <vapier@gentoo.org>
31911 Date:   Wed Feb 11 19:09:54 2009 -0500
31912
31913     lan91c96/smc91111/smc911x: get mac address from environment
31914
31915     The environment is the canonical storage location of the mac address, so
31916     we're killing off the global data location and moving everything to
31917     querying the env directly.
31918
31919     Also, do not bother checking the EEPROM if the env is setup.  This
31920     simplifies the code greatly.
31921
31922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31923     Signed-off-by: Wolfgang Dnek <wd@denx.de>
31924     CC: Ben Warren <biggerbadderben@gmail.com>
31925     CC: Rolf Offermanns <rof@sysgo.de>
31926     CC: Erik Stahlman <erik@vt.edu>
31927     CC: Daris A Nevil <dnevil@snmc.com>
31928     CC: Sascha Hauer <s.hauer@pengutronix.de>
31929
31930 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
31931 Author: Mike Frysinger <vapier@gentoo.org>
31932 Date:   Wed Feb 11 19:14:09 2009 -0500
31933
31934     sh_eth: get mac address from environment
31935
31936     The environment is the canonical storage location of the mac address, so
31937     we're killing off the global data location and moving everything to
31938     querying the env directly.
31939
31940     The sh_eth driver can also be simplified a bit by using enetaddr member of
31941     the eth_device structure.
31942
31943     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31944     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31945     CC: Carlos Munoz <carlos@kenati.com>
31946     CC: Ben Warren <biggerbadderben@gmail.com>
31947
31948 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
31949 Author: Mike Frysinger <vapier@gentoo.org>
31950 Date:   Wed Feb 11 19:06:09 2009 -0500
31951
31952     cs8900: get mac address from environment
31953
31954     The environment is the canonical storage location of the mac address, so
31955     we're killing off the global data location and moving everything to
31956     querying the env directly.
31957
31958     The cs8900 driver also changes slightly in that the hardware is not
31959     consulted if the mac address in the env is sane.
31960
31961     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31962     CC: Marius Groeger <mgroeger@sysgo.de>
31963     CC: Ben Warren <biggerbadderben@gmail.com>
31964
31965 commit c4b8762f11d337e6a9d90c227b2871d65d372469
31966 Author: Mike Frysinger <vapier@gentoo.org>
31967 Date:   Wed Feb 11 19:04:25 2009 -0500
31968
31969     bcm570x: get mac address from environment
31970
31971     The environment is the canonical storage location of the mac address, so
31972     we're killing off the global data location and moving everything to
31973     querying the env directly.
31974
31975     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
31976     no need to pass the NodeAddress as a second parameter.  So drop the second
31977     argument to the LM_SetMacAddress() function (and update the tigon3 driver
31978     accordingly).
31979
31980     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31981     CC: Ben Warren <biggerbadderben@gmail.com>
31982
31983 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
31984 Author: Mike Frysinger <vapier@gentoo.org>
31985 Date:   Wed Feb 11 19:01:26 2009 -0500
31986
31987     drivers/net/: get mac address from environment
31988
31989     The environment is the canonical storage location of the mac address, so
31990     we're killing off the global data location and moving everything to
31991     querying the env directly.
31992
31993     The drivers that get converted here:
31994         3c589
31995         4xx_enet
31996         dc2114x
31997         dm9000x
31998         enc28j60
31999         fsl_mcdmafec
32000         ks8695eth
32001         mcffec
32002         rtl8019
32003         rtl8169
32004         s3c4510b_eth
32005         xilinx_emac
32006         xilinx_emaclite
32007
32008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32009     CC: Ben Warren <biggerbadderben@gmail.com>
32010     CC: Rolf Offermanns <rof@sysgo.de>
32011     CC: Stefan Roese <sr@denx.de>
32012     CC: Sascha Hauer <saschahauer@web.de>
32013     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32014     CC: Greg Ungerer <greg.ungerer@opengear.com>
32015     CC: Xue Ligong <lgxue@hotmail.com>
32016     CC: Masami Komiya <mkomiya@sonare.it>
32017     CC: Curt Brune <curt@cucy.com>
32018     CC: Michal SIMEK <monstr@monstr.eu>
32019
32020 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
32021 Author: Mike Frysinger <vapier@gentoo.org>
32022 Date:   Wed Feb 11 18:38:38 2009 -0500
32023
32024     boards: get mac address from environment
32025
32026     The boards that get converted here to use the environment for the mac
32027     address rather than global data:
32028         debris
32029         mgcoge
32030         mgsuvd
32031         muas3001
32032         netstal
32033         pn62
32034         sixnet
32035         vcma9
32036         xilinx (the ones that use xilinx_enet)
32037
32038     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32039     CC: Ben Warren <biggerbadderben@gmail.com>
32040     CC: Sangmoon Kim <dogoil@etinsys.com>
32041     CC: Heiko Schocher <hs@denx.de>
32042     CC: David Mueller <d.mueller@elsoft.ch>
32043     CC: Niklaus Giger <niklaus.giger@netstal.com>
32044     CC: Wolfgang Grandegger <wg@denx.de>
32045     CC: Dave Ellis <DGE@sixnetio.com>
32046     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
32047
32048 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
32049 Author: Mike Frysinger <vapier@gentoo.org>
32050 Date:   Wed Feb 11 18:36:45 2009 -0500
32051
32052     AmigaOneG3SE/enet: get mac address from environment
32053
32054     Always use the MAC address that is stored in the environment first before
32055     falling back to the ROM.  This also cuts out any comparison steps: if the
32056     mac in the env is sane, the ROM is never consulted.
32057
32058     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32059     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
32060     CC: Ben Warren <biggerbadderben@gmail.com>
32061
32062 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
32063 Author: Mike Frysinger <vapier@gentoo.org>
32064 Date:   Wed Feb 11 18:52:38 2009 -0500
32065
32066     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
32067
32068     Since the ethernet layer handles updating of device addresses itself from
32069     the environment, there is no point in calling eth_set_enetaddr().
32070
32071     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32072     CC: Ben Warren <biggerbadderben@gmail.com>
32073
32074 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
32075 Author: Mike Frysinger <vapier@gentoo.org>
32076 Date:   Wed Feb 11 18:54:07 2009 -0500
32077
32078     lynxkdi: get mac address from environment
32079
32080     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32081     CC: Ben Warren <biggerbadderben@gmail.com>
32082
32083 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
32084 Author: Mike Frysinger <vapier@gentoo.org>
32085 Date:   Wed Feb 11 18:51:43 2009 -0500
32086
32087     bootvx: get mac address from environment
32088
32089     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32090     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
32091     CC: Ben Warren <biggerbadderben@gmail.com>
32092
32093 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
32094 Author: Mike Frysinger <vapier@gentoo.org>
32095 Date:   Wed Feb 11 18:50:10 2009 -0500
32096
32097     bdinfo: get mac address from environment
32098
32099     Add a new print_eth() function to automate the eth*addr env var acquisition
32100     and display.  Affects all arches.
32101
32102     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32103     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32104     CC: Scott McNutt <smcnutt@psyent.com>
32105     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32106     CC: Michal Simek <monstr@seznam.cz>
32107     CC: Daniel Hellstrom <daniel@gaisler.com>
32108     CC: Ben Warren <biggerbadderben@gmail.com>
32109
32110 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
32111 Author: Mike Frysinger <vapier@gentoo.org>
32112 Date:   Wed Feb 11 18:23:48 2009 -0500
32113
32114     net: get mac address from environment and use eth util funcs
32115
32116     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32117     CC: Ben Warren <biggerbadderben@gmail.com>
32118
32119 commit 500b6c51e4c41f4562cb48344af98deb7e342731
32120 Author: Mike Frysinger <vapier@gentoo.org>
32121 Date:   Mon Oct 13 15:06:25 2008 -0400
32122
32123     Blackfin: bfin_mac: force boards to setup the MAC themselves
32124
32125     Since the on-chip MAC does not have an eeprom or similar interface, force
32126     all Blackfin boards that use this driver to setup the board data with a
32127     proper MAC.
32128
32129     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32130     CC: Ben Warren <biggerbadderben@gmail.com>
32131
32132 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
32133 Author: Mike Frysinger <vapier@gentoo.org>
32134 Date:   Wed Feb 11 14:12:34 2009 -0500
32135
32136     doc/README.enetaddr: document proper MAC usage
32137
32138     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32139     CC: Ben Warren <biggerbadderben@gmail.com>
32140
32141 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
32142 Author: Mike Frysinger <vapier@gentoo.org>
32143 Date:   Thu Jan 29 19:43:44 2009 -0500
32144
32145     net: new utility functions for working with enetaddr's
32146
32147     Declare new utility functions for converting between the environment
32148     variables (eth*addr) and the binary MAC address representation.  This way
32149     we can unify all the random places that already do this kind of thing.
32150
32151     The functions in question:
32152         eth_parse_enetaddr - "..." -> {...}
32153         eth_getenv_enetaddr - env -> {...}
32154         eth_setenv_enetaddr - {...} -> env
32155
32156     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32157     CC: Ben Warren <biggerbadderben@gmail.com>
32158
32159 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
32160 Author: Mike Frysinger <vapier@gentoo.org>
32161 Date:   Tue Feb 17 00:00:53 2009 -0500
32162
32163     convert print_IPaddr() to %pI4
32164
32165     Now that our printf functions support the %pI4 modifier like the kernel,
32166     let's drop the inflexible print_IPaddr() function and covert over to the
32167     %pI4 modifier.
32168
32169     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32170     CC: Ben Warren <biggerbadderben@gmail.com>
32171
32172 commit 6c6166f52983dac775e3852f9d0f49d033f27108
32173 Author: Mike Frysinger <vapier@gentoo.org>
32174 Date:   Mon Feb 16 23:21:36 2009 -0500
32175
32176     vsprintf: pull updates from Linux kernel
32177
32178     This brings in support for the %p modifier which allows us to easily print
32179     out things like ip addresses, mac addresses, and pointers.
32180
32181     It also converts the rarely used 'q' length modifier to the common 'L'
32182     modifier when dealing with quad types.
32183
32184     While this new code is a bit larger (~1k .text), most of it should be made
32185     up by converting the existing ip/mac address code to use format modifiers.
32186
32187     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32188
32189 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
32190 Author: Jon Smirl <jonsmirl@gmail.com>
32191 Date:   Thu Mar 19 23:04:18 2009 -0400
32192
32193     .gitignore for generated files in api_examples directory
32194
32195     Add .gitignore for generated files in api_examples directory
32196
32197     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
32198     Signed-off-by: Wolfgang Denk <wd@denx.de>
32199
32200 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
32201 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32202 Date:   Wed Mar 18 12:27:04 2009 +0900
32203
32204     net: sh_eth: Remove sh_eth_reset() from halt function
32205
32206     sh_eth_reset is function to reset Ether IP.
32207     The MAC address is stored in IP, but it is initialized by this function.
32208     OS (e.g. Linux Kernel) can not use this device when initialized.
32209     This revises this problem.
32210
32211     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32212
32213 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
32214 Author: Anatolij Gustschin <agust@denx.de>
32215 Date:   Fri Mar 20 12:45:50 2009 +0100
32216
32217     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
32218
32219     PCI outbound address map configuration doesn't match the
32220     PCI memory address range covered by appropriate TLB entry
32221     configuration for canyonlands causing machine check
32222     exceptions while accessing PCI memory regions. This patch
32223     provides a fix for this issue.
32224
32225     Kazuaki Ichinohe observed and reported this issue while
32226     testing display output with PCI ATI video card on canyonlands.
32227
32228     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32229     Signed-off-by: Stefan Roese <sr@denx.de>
32230
32231 commit 7a88601a34132548c3c591ea87ab3468b51121b0
32232 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32233 Date:   Fri Mar 6 10:09:37 2009 -0500
32234
32235     CFI: geometry reversal for STMicro M29W320DT
32236
32237     Follow up to the flash_fixup_stm to fix geometry reversal
32238     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
32239
32240     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32241     Signed-off-by: Stefan Roese <sr@denx.de>
32242
32243 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
32244 Author: Mike Frysinger <vapier@gentoo.org>
32245 Date:   Wed Feb 25 17:29:40 2009 -0500
32246
32247     smc911x_eeprom: update register API
32248
32249     The smc911x driver changed the naming convention for its register funcs,
32250     so update the eeprom code accordingly.
32251
32252     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32253     CC: Ben Warren <biggerbadderben@gmail.com>
32254
32255 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
32256 Author: Grzegorz Bernacki <gjb@semihalf.com>
32257 Date:   Tue Mar 17 10:06:39 2009 +0100
32258
32259     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
32260
32261     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
32262     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
32263     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
32264     Total5200 and will be used by digsy MTC and other boards with
32265     ATA CS on I2C pins.
32266
32267     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
32268
32269 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
32270 Author: Heiko Schocher <hs@denx.de>
32271 Date:   Thu Mar 12 07:37:34 2009 +0100
32272
32273     8xx: add support for new keymile kmsupx4 board.
32274
32275     This patch adds support for the kmsupx4 board from Keymile,
32276     based on a Freescale MPC852T CPU
32277
32278     - serial console on SMC1
32279     - 32 MB SDRAM
32280     - 32 MB NOR Flash
32281     - Ethernet over SCC3
32282     - I2C Bitbang
32283
32284     Signed-off-by: Heiko Schocher <hs@denx.de>
32285
32286 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
32287 Author: Heiko Schocher <hs@denx.de>
32288 Date:   Thu Mar 12 07:37:28 2009 +0100
32289
32290     8xx, mgsuvd: rename board to a more generic name
32291
32292     renaming the "mgsuvd" board port into "km8xx", because
32293     there come more similar boards from keymile.
32294     Compiling the mgsuvd board with "make mgsuvd_config"
32295     remains.
32296
32297     Signed-off-by: Heiko Schocher <hs@denx.de>
32298
32299 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
32300 Author: Heiko Schocher <hs@denx.de>
32301 Date:   Thu Mar 12 07:37:23 2009 +0100
32302
32303     8xx, mgsuvd: Coding Style cleanup config file
32304
32305     Signed-off-by: Heiko Schocher <hs@denx.de>
32306
32307 commit 364123db6730d32330f818b65360d2cd27396667
32308 Author: Heiko Schocher <hs@denx.de>
32309 Date:   Thu Mar 12 07:37:18 2009 +0100
32310
32311     powerpc: common updates for keymile boards
32312
32313     - added to keymile-common.h:
32314       - bootcount support
32315       - COMMAND HISTORY
32316       - CONFIG_AUTO_COMPLETE
32317       - CONFIG_SYS_FLASH_PROTECTION
32318       - JFFS2 support
32319       - CONFIG_VERSION_VARIABLE
32320     - extracted common I2C settings for all boards
32321     - common default environment settings summarized
32322
32323     Signed-off-by: Heiko Schocher <hs@denx.de>
32324
32325 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
32326 Author: Heiko Schocher <hs@denx.de>
32327 Date:   Thu Mar 12 07:37:15 2009 +0100
32328
32329     8xx, icache: enabling ICache not before running from RAM
32330
32331     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
32332     is not enabled before code runs from RAM.
32333
32334     Signed-off-by: Heiko Schocher <hs@denx.de>
32335
32336 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
32337 Author: Heiko Schocher <hs@denx.de>
32338 Date:   Thu Mar 12 07:37:11 2009 +0100
32339
32340     82xx, mgcoge: fix environment sector size
32341
32342     Size of one environment sector is 0x20000.
32343
32344     Signed-off-by: Heiko Schocher <hs@denx.de>
32345
32346 commit 27057d416c7cc9eb1860953da8836352c07f13e9
32347 Author: Ladislav Michl <ladis@linux-mips.org>
32348 Date:   Mon Mar 16 23:27:31 2009 +0100
32349
32350     NetStar: config reindentation
32351
32352     Fix indentation broken by symbol renames. "Sort" driver related definitons.
32353
32354     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
32355
32356 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
32357 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32358 Date:   Tue Mar 17 11:21:43 2009 +0000
32359
32360     ColdFire: Fix incorrect definition
32361
32362     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32363
32364 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
32365 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32366 Date:   Mon Mar 2 19:16:45 2009 +0000
32367
32368     ColdFire: Fix M5329EVB and M5373EVB nand issue
32369
32370     The Nand flash was unable to read and write properly
32371     due to Nand Chip Select (nCE) setup was in reverse
32372     order. Also, increase the Nand time out value to 60.
32373
32374     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32375
32376 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
32377 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32378 Date:   Tue Jan 27 15:19:35 2009 +0000
32379
32380     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
32381
32382     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
32383     ColdFire compiler.
32384
32385     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32386
32387 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
32388 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32389 Date:   Tue Jan 27 12:57:47 2009 +0000
32390
32391     ColdFire: Provide gzip image size V2 & V3 platforms
32392
32393     Default gzip bootm size is 8MB. Some platforms require
32394     more than 8MB
32395
32396     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32397
32398 commit c3a9e6374210679a81f611c1bcf968988bc20e41
32399 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32400 Date:   Wed Feb 18 11:49:31 2009 +0000
32401
32402     ColdFire: Fix M54451 serial boot dram setup
32403
32404     The serial boot dram extended/standard mode register was not
32405     setup and was using default DRAM setup causing the U-boot was
32406     unstable to boot up in serial mode.
32407
32408     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32409
32410 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
32411 Author: arun c <arun.edarath@gmail.com>
32412 Date:   Thu Dec 4 15:57:15 2008 +0530
32413
32414     Coldfire: XL Bus minor fixes
32415
32416     According to coldfire manual data timeout > address time out
32417     also use correct macro to program XARB_CFG
32418
32419     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
32420
32421 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
32422 Author: Scott Wood <scottwood@freescale.com>
32423 Date:   Tue Mar 17 12:06:04 2009 -0500
32424
32425     NAND: Have nboot accept .e and .i as legacy no-ops.
32426
32427     This was intended to happen before, but a trivial bug prevented it.
32428
32429     Signed-off-by: Scott Wood <scottwood@freescale.com>
32430
32431 commit 0987505540918b2464b73069af3a5b766dbd3ceb
32432 Author: Ladislav Michl <ladis@linux-mips.org>
32433 Date:   Fri Mar 13 14:38:19 2009 +0100
32434
32435     NAND: Make nboot skip bad blocks
32436
32437     nboot command currently does not skip bad blocks and gives read error when
32438     loading image stored over bad block. With patch applied, nboot works as
32439     expected:
32440
32441     Device 0 bad blocks:
32442       00780000
32443       014a0000
32444       02000000
32445       02cc0000
32446       04aa0000
32447
32448     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
32449        Image Name:   Linux-2.6.22-omap1
32450        Created:      2008-11-20  23:44:32 UTC
32451        Image Type:   ARM Linux Kernel Image (uncompressed)
32452        Data Size:    1052520 Bytes =  1 MB
32453        Load Address: 10008000
32454        Entry Point:  10008000
32455     Skipping bad block 0x02cc0000
32456     Automatic boot of image at addr 0x10400000 ...
32457     ...
32458
32459     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
32460     Signed-off-by: Scott Wood <scottwood@freescale.com>
32461
32462 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
32463 Author: Stefan Roese <sr@denx.de>
32464 Date:   Thu Mar 12 07:27:25 2009 +0100
32465
32466     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
32467
32468     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
32469     the DDR2 configuration to only use one CS (rank). As this code is most
32470     likely copied from the original Sequoia version, this error was copied
32471     as well.
32472
32473     This patch also removes some dead code.
32474
32475     Signed-off-by: Stefan Roese <sr@denx.de>
32476
32477 commit 9199b9cc8f56aca26504b48cf702176208f46e54
32478 Author: Stefan Roese <sr@denx.de>
32479 Date:   Thu Mar 12 07:24:40 2009 +0100
32480
32481     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
32482
32483     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
32484     the DDR2 configuration to only use one CS (rank). As this code is most
32485     likely copied from the original Sequoia version, this error was copied
32486     as well.
32487
32488     Signed-off-by: Stefan Roese <sr@denx.de>
32489
32490 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
32491 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
32492 Date:   Wed Mar 11 10:54:46 2009 +0200
32493
32494     Fix AMCC Sequoia board DDR memory configuration
32495
32496     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
32497     specifies that BankSel#1 is not connected, while bootloader memory
32498     configuration is (board/amcc/sequoia/sdram.c):
32499            mtsdram(DDR0_10, 0x00000300);
32500     i.e. both Chip Selects used - not correct.
32501
32502     If we change to correct value here:
32503            mtsdram(DDR0_10, 0x00000100);
32504     memory is accessible OK also.
32505
32506     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
32507     Signed-off-by: Stefan Roese <sr@denx.de>
32508
32509 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
32510 Author: Wolfgang Denk <wd@denx.de>
32511 Date:   Sun Mar 15 22:40:09 2009 +0100
32512
32513     Prepare 2009.03-rc2
32514
32515     Update CHANEGLOG, fix minor coding style issue.
32516
32517     Signed-off-by: Wolfgang Denk <wd@denx.de>
32518
32519 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
32520 Author: Jerry Van Baren <gvb.uboot@gmail.com>
32521 Date:   Fri Mar 13 11:40:10 2009 -0400
32522
32523     mpc83xx: Add bank configuration to FSL spd_sdram.c
32524
32525     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
32526     bank SDRAMs.
32527
32528     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
32529     Acked-by: Dave Liu <daveliu@freescale.com>
32530     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32531
32532 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
32533 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
32534 Date:   Fri Mar 13 08:58:14 2009 +0100
32535
32536     mpc83xx: correctly set encryption and I2C bus 0 clock
32537
32538     This patch makes sure the correct mask is applied when setting
32539     the encryption and I2C bus 0 clock in SCCR.
32540     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
32541     won't function.
32542
32543     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
32544     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32545
32546 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
32547 Author: Dirk Behme <dirk.behme@googlemail.com>
32548 Date:   Thu Mar 12 19:30:50 2009 +0100
32549
32550     OMAP3: Add support for OMAP3 die ID
32551
32552     Read and store OMAP3 die ID in U-Boot environment.
32553
32554     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32555
32556 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
32557 Author: Jon Smirl <jonsmirl@gmail.com>
32558 Date:   Wed Mar 11 15:08:56 2009 -0400
32559
32560     MPC5200 FEC MII speed register
32561
32562     Set a non-zero speed in the MII register so that MII commands will work.
32563
32564     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
32565
32566 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
32567 Author: Yusuke.Goda <goda.yusuke@renesas.com>
32568 Date:   Fri Mar 13 16:08:18 2009 +0900
32569
32570     sh: ap325rxa: Change the wait cycle in the area 5
32571
32572     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
32573     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32574
32575 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
32576 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32577 Date:   Wed Feb 25 16:04:26 2009 +0900
32578
32579     sh: Fix cannot work rtl8139 on r2dplus
32580
32581     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
32582     registration.
32583
32584     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32585     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32586
32587 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
32588 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32589 Date:   Fri Feb 27 18:35:41 2009 +0900
32590
32591     sh: Add netdev header fixing of warning/build
32592
32593     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32594     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32595
32596 commit ada9318252f51c2626e9837c623f9812b0308dea
32597 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32598 Date:   Tue Mar 3 15:11:17 2009 +0900
32599
32600     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
32601
32602     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
32603     for this mode. This command changes PMB for using 512MB system memory.
32604
32605     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32606     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32607
32608 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
32609 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32610 Date:   Wed Feb 25 14:26:42 2009 +0900
32611
32612     sh: Add some register value configurable to PCI of SH7780
32613
32614     Some register value was hardcoded for System memory size 128MB and
32615     memory offset 0x08000000. This patch fixed the problem.
32616
32617     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32618     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32619
32620 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
32621 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32622 Date:   Wed Feb 25 14:26:52 2009 +0900
32623
32624     sh: Add system memory registration to PCI for SH4
32625
32626     It is necessary for some pci device driver.
32627
32628     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32629     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32630
32631 commit b3061b40db691245a7bb9a55354b4edacbf3902d
32632 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32633 Date:   Wed Feb 25 14:26:55 2009 +0900
32634
32635     sh: Add value for PCI system memory registration of sh7785lcr
32636
32637     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32638     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32639
32640 commit 6d84ae3956a6cd7aebd86f661130752594e60124
32641 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32642 Date:   Tue Mar 3 15:11:08 2009 +0900
32643
32644     sh: Add macros for SH-4A 32-Bit Address Extended Mode
32645
32646     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32647     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32648
32649 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
32650 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32651 Date:   Tue Feb 3 13:35:05 2009 +0900
32652
32653     sh: use write{8,16,32} in ms7720se lowlevel_init
32654
32655     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32656     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32657
32658 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
32659 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
32660 Date:   Mon Mar 9 18:07:53 2009 -0500
32661
32662     tsec: report when there is no vendor specific PHY support
32663
32664     Commit af1c2b84 added a generic phy support, with an ID of zero
32665     and a 32 bit mask; meaning that it will match on any PHY ID.
32666
32667     The problem is that there is a test that checked if a matching
32668     PHY was found, and if not, it printed the non-matching ID.
32669     But since there will always be a match (on the generic PHY,
32670     worst case), this test will never trip.
32671
32672     In the case of a misconfigured PHY address, or of a PHY that
32673     isn't explicitly supported outside of the generic support,
32674     you will never see the ID of 0xffffffff, or the ID of the
32675     real (but unsupported) chip.  It will silently fall through
32676     onto the generic support.
32677
32678     This change makes that test useful again, and ensures that
32679     the selection of generic PHY support doesn't happen without
32680     some sort of notice.  It also makes it explicitly clear that
32681     the generic PHY must be last in the PHY table.
32682
32683     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
32684     Acked-by: Andy Fleming <afleming@freescale.com>
32685
32686 commit c279dfc10186ceba78d3862036f158750e86599a
32687 Author: Wolfgang Denk <wd@denx.de>
32688 Date:   Mon Mar 9 10:53:05 2009 +0100
32689
32690     SIMPC8313 board: fix out of tree building.
32691
32692     Fix typo in makefile which broke out of tree builds.
32693
32694     Also use expolicit "rm" instead of "ln -sf" which is known to be
32695     unreliable.
32696
32697     Signed-off-by: Wolfgang Denk <wd@denx.de>
32698     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32699
32700 commit 49b5aff491bd574935ecaf8545152066a25eff3d
32701 Author: ksi@koi8.net <ksi@koi8.net>
32702 Date:   Mon Feb 23 10:53:13 2009 -0800
32703
32704     Add eTSEC 1/2 IO override control (corrected)
32705
32706     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
32707
32708     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
32709
32710 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
32711 Author: Andy Fleming <afleming@freescale.com>
32712 Date:   Fri Mar 6 19:05:52 2009 -0600
32713
32714     fsl: Remove unnecessary debug printfs
32715
32716     These were left in accidentally, and are not really useful unless the
32717     code is as broken as it was when it was being developed.
32718
32719     Signed-off-by: Andy Fleming <afleming@freescale.com>
32720
32721 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
32722 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
32723 Date:   Tue Feb 24 02:37:59 2009 -0600
32724
32725     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
32726
32727     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
32728     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
32729
32730     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
32731
32732 commit a922fdb87af25c25c032424908dcf60fbf3250ea
32733 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32734 Date:   Tue Feb 24 06:13:10 2009 +0100
32735
32736     PXA: timer use do_div and simplify it
32737
32738     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32739
32740 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
32741 Author: Wolfgang Denk <wd@denx.de>
32742 Date:   Mon Mar 9 10:51:39 2009 +0100
32743
32744     SIMPC8313 board: fix out of tree building.
32745
32746     Fix typo in makefile which broke out of tree builds.
32747
32748     Also use expolicit "rm" instead of "ln -sf" which is known to be
32749     unreliable.
32750
32751     Signed-off-by: Wolfgang Denk <wd@denx.de>
32752
32753 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
32754 Author: Heiko Schocher <hs@denx.de>
32755 Date:   Tue Feb 24 11:30:51 2009 +0100
32756
32757     8360, kmeter1: added bootcount feature.
32758
32759     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
32760
32761     The bootcounter uses 8 bytes from the muram,
32762     because no other memory was found on this
32763     CPU for the bootcount feature. So we must
32764     correct the muram size in DTS before booting
32765     Linux.
32766
32767     This feature is actual only implemented for
32768     MPC8360, because not all 83xx CPU have qe,
32769     and therefore no muram, which this feature
32770     uses.
32771
32772     Signed-off-by: Heiko Schocher <hs@denx.de>
32773     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32774
32775 commit 1e7ed2565031e01abc18c713030a0a9829c07684
32776 Author: Heiko Schocher <hs@denx.de>
32777 Date:   Tue Feb 24 11:30:48 2009 +0100
32778
32779     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
32780
32781     old code implemented the QE_ENET10 errata only for Silicon
32782     Revision 2.0. New code reads now the Silicon Revision
32783     register and sets dependend on the Silicon Revision the
32784     values as advised in the QE_ENET10 errata.
32785
32786     Signed-off-by: Heiko Schocher <hs@denx.de>
32787     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32788
32789 commit 605f78e34a3f0103693b891f2573edd352e7d495
32790 Author: Heiko Schocher <hs@denx.de>
32791 Date:   Tue Feb 24 11:30:44 2009 +0100
32792
32793     83xx, kmeter1: updates for 2009.03
32794
32795     - HRCW update
32796       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
32797       HRCWH_LALE_EARLY added
32798     - DDR-SDRAM settings modified. This solves sporadically
32799       problems with this memory.
32800     - CS1 now 128 MB window size
32801     - CS3 now 512 MB window size
32802     - PRAM activated
32803     - MTDPARTS_DEFAULT defined
32804     - CONFIG_HOSTNAME added
32805     - MONITOR_LEN now 384 KB
32806
32807     Signed-off-by: Heiko Schocher <hs@denx.de>
32808     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32809
32810 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
32811 Author: Heiko Schocher <hs@denx.de>
32812 Date:   Tue Feb 24 11:30:40 2009 +0100
32813
32814     83xx, kmeter1: autodetect size of DDR II RAM
32815
32816     it is possible that some board variants have different DDR II
32817     RAM sizes. So we autodetect the size of the assembled RAM.
32818
32819     Signed-off-by: Heiko Schocher <hs@denx.de>
32820     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32821
32822 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
32823 Author: Heiko Schocher <hs@denx.de>
32824 Date:   Tue Feb 24 11:30:37 2009 +0100
32825
32826     83xx, i2c: add mux support for fsl_i2c
32827
32828     This patch adds I2C mux support for the fsl_i2c driver. This
32829     allows you to add "new" i2c busses, which are reached over
32830     i2c muxes. For more infos, please look in the README and
32831     search for CONFIG_I2C_MUX.
32832
32833     Signed-off-by: Heiko Schocher <hs@denx.de>
32834     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32835
32836 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
32837 Author: Heiko Schocher <hs@denx.de>
32838 Date:   Tue Feb 24 11:30:34 2009 +0100
32839
32840     83xx, kmeter1: add I2C, dtt, eeprom support
32841
32842     This patch adds I2C support for the Keymile kmeter1 board.
32843     It uses the First I2C Controller from the CPU, for
32844     accessing 4 temperature sensors, an eeprom with IVM data
32845     and the booteeprom over a pca9547 mux.
32846
32847     Signed-off-by: Heiko Schocher <hs@denx.de>
32848     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32849
32850 commit db1d72afd77287bc8577210f3f71ab249dcf146f
32851 Author: Heiko Schocher <hs@denx.de>
32852 Date:   Tue Feb 24 11:30:30 2009 +0100
32853
32854     i2c, dtt: move dtt_init () to board_init_r ()
32855
32856     In case where a board not uses CONFIG_POST, it is not
32857     necessary to init the DTTs when running from flash.
32858
32859     Signed-off-by: Heiko Schocher <hs@denx.de>
32860     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32861
32862 commit 5b0055547f0246908b79cc300170d87380b69e18
32863 Author: Dave Liu <daveliu@freescale.com>
32864 Date:   Wed Feb 25 12:31:32 2009 +0800
32865
32866     83xx: Fix some bugs in spd sdram code
32867
32868     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
32869       tRTP according to DDR2 JEDEC spec.
32870     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
32871     3. add the support of DDR2-533,667,800 DIMMs
32872     4. cpo
32873     5. make the AL to min to gain better performance.
32874
32875     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
32876     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
32877
32878     items 1, 2 and 5:
32879     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32880
32881     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32882     Signed-off-by: Dave Liu <daveliu@freescale.com>
32883     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32884
32885 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
32886 Author: Valeriy Glushkov <gvv@lstec.com>
32887 Date:   Wed Feb 4 18:27:49 2009 +0200
32888
32889     MPC8349ITX: several config issues fixed
32890
32891     The previous version rebooted forever with DDR bigger than 256MB.
32892     Access the DS1339 RTC chip is on I2C1 bus.
32893     Allow DHCP.
32894
32895     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
32896     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32897
32898 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
32899 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32900 Date:   Thu Feb 19 18:20:39 2009 +0300
32901
32902     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
32903
32904     The SerDes initialization should be finished before negating the reset
32905     signal according to the reference manual. This isn't an issue on real
32906     hardware, but we'd better stick to the specifications anyway.
32907
32908     Suggested-by: Liu Dave <DaveLiu@freescale.com>
32909     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32910     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32911
32912 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
32913 Author: Heiko Schocher <hs@denx.de>
32914 Date:   Wed Feb 25 12:28:32 2009 +0100
32915
32916     i2c, dtt: move dtt_init () to board_init_r ()
32917
32918     it is not necessary to init the DTTs so early,
32919     so move this init to board_init_r ().
32920
32921     Signed-off-by: Heiko Schocher <hs@denx.de>
32922
32923 commit 00cc5595a7caac8066b408774383a956c2e26797
32924 Author: Anatolij Gustschin <agust@denx.de>
32925 Date:   Wed Feb 25 20:28:13 2009 +0100
32926
32927     lcd: Fix compilation warning in common/lcd.c
32928
32929     Fix following warning while compilation for mcc200 board:
32930
32931     lcd.c: In function 'lcd_display_bitmap':
32932     lcd.c:625: warning: unused variable 'cmap'
32933
32934     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32935
32936 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
32937 Author: Graeme Russ <graeme.russ@gmail.com>
32938 Date:   Tue Feb 24 21:11:24 2009 +1100
32939
32940     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
32941
32942     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
32943
32944     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
32945
32946 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
32947 Author: Mike Frysinger <vapier@gentoo.org>
32948 Date:   Mon Feb 23 10:29:47 2009 -0500
32949
32950     smc911x: split out useful defines/functions into local header
32951
32952     The smc911x driver has a lot of useful defines/functions which can be used
32953     by pieces of code (such as example eeprom programmers).  Rather than
32954     forcing each place to duplicate these defines/functions, split them out
32955     of the smdc911x driver into a local header.
32956
32957     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32958     Acked-by: Ben Warren <biggerbadderben@gmail.com>
32959     CC: Sascha Hauer <s.hauer@pengutronix.de>
32960     CC: Guennadi Liakhovetski <lg@denx.de>
32961     CC: Magnus Lilja <lilja.magnus@gmail.com>
32962     CC: Ben Warren <biggerbadderben@gmail.com>
32963
32964 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
32965 Author: Guennadi Liakhovetski <lg@denx.de>
32966 Date:   Tue Feb 24 10:44:02 2009 +0100
32967
32968     ARM: add an "eet" variant of the imx31_phycore board
32969
32970     The "eet" variant of the imx31_phycore board has an OLED display, using a
32971     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
32972     chip-select for it. With this configuration you can display 256 colour BMP
32973     images in 16-bit RGB (RGB565) LCD mode.
32974
32975     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32976     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32977
32978 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
32979 Author: Guennadi Liakhovetski <lg@denx.de>
32980 Date:   Fri Feb 6 10:37:57 2009 +0100
32981
32982     video: add an i.MX31 framebuffer driver
32983
32984     Add a driver for the Synchronous Display Controller and the Display
32985     Interface on i.MX31, using IPU for DMA channel setup. So far only
32986     displaying of bitmaps is supported, no text output.
32987
32988     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32989     Acked-by: Anatolij Gustschin <agust@denx.de>
32990
32991 commit b245e65ee3c4cce3ccf008a21f4528239655876c
32992 Author: Guennadi Liakhovetski <lg@denx.de>
32993 Date:   Fri Feb 6 10:37:53 2009 +0100
32994
32995     LCD: support 8bpp BMPs on 16bpp displays
32996
32997     This patch also simplifies some ifdefs in lcd.c, introduces a generic
32998     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
32999     over to.
33000
33001     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33002     Acked-by: Anatolij Gustschin <agust@denx.de>
33003
33004 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
33005 Author: Mark Jackson <mpfj@mimc.co.uk>
33006 Date:   Fri Feb 6 10:37:49 2009 +0100
33007
33008     Add 16bpp BMP support
33009
33010     This patch adds 16bpp BMP support to the common lcd code.
33011
33012     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
33013
33014     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
33015     this to other platforms should be a simple task !!
33016
33017     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33018     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33019     Acked-by: Anatolij Gustschin <agust@denx.de>
33020
33021 commit 689551c5ff1b394b88412f3df22144e79468d3a9
33022 Author: Guennadi Liakhovetski <lg@denx.de>
33023 Date:   Fri Feb 6 10:37:41 2009 +0100
33024
33025     A driver for the S6E63D6 SPI display controller from Samsung
33026
33027     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
33028     It only provides access to controller's registers so the client can freely
33029     configure it.
33030
33031     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33032     Acked-by: Anatolij Gustschin <agust@denx.de>
33033
33034 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
33035 Author: Guennadi Liakhovetski <lg@denx.de>
33036 Date:   Fri Feb 13 09:26:40 2009 +0100
33037
33038     i.MX31: support GPIO as a chip-select in the mxc_spi driver
33039
33040     Some SPI devices have special requirements on chip-select handling.
33041     With this patch we can use a GPIO as a chip-select and strictly follow
33042     the SPI_XFER_BEGIN and SPI_XFER_END flags.
33043
33044     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33045     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33046
33047 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
33048 Author: Guennadi Liakhovetski <lg@denx.de>
33049 Date:   Sat Feb 7 01:18:07 2009 +0100
33050
33051     i.MX31: add a simple gpio driver
33052
33053     This is a minimal driver, so far only managing output. It will
33054     be used by the mxc_spi.c driver.
33055
33056     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33057     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33058
33059 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
33060 Author: Guennadi Liakhovetski <lg@denx.de>
33061 Date:   Sat Feb 7 00:09:12 2009 +0100
33062
33063     i.MX31: fix SPI driver for shorter than 32 bit
33064
33065     Fix setting the SPI Control register, 8 and 16-bit transfers
33066     and a wrong pointer in the free routine in the mxc_spi driver.
33067
33068     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33069     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33070
33071 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
33072 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33073 Date:   Thu Feb 19 18:20:52 2009 +0300
33074
33075     mpc83xx: MPC837XERDB: Add PCIe support
33076
33077     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
33078     slots. Let's support them.
33079
33080     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33081     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33082
33083 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
33084 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33085 Date:   Thu Feb 19 18:20:50 2009 +0300
33086
33087     mpc83xx: PCI: Fix hard-coded first_busno value
33088
33089     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
33090     erroneously re-use PCI0's first_busno for PCI1 hoses.
33091
33092     NOTE: The patch is untested. All MPC83xx FSL boards I have have
33093     PCI1 in miniPCI form, for which I don't have any cards handy.
33094
33095     But looking in cpu/mpc85xx/pci.c:
33096     ...
33097     #ifdef CONFIG_MPC85XX_PCI2
33098             hose = &pci_hose[1];
33099
33100             hose->first_busno = pci_hose[0].last_busno + 1;
33101
33102     And considering that we do the same for MPC83xx PCI-E support,
33103     I think this patch is correct.
33104
33105     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33106     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33107
33108 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
33109 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33110 Date:   Thu Feb 19 18:20:46 2009 +0300
33111
33112     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
33113
33114     This patch fixes copy-paste issue: pci_hose[0]'s first and last
33115     busnos were used to fixup pci1's nodes.
33116
33117     We don't see this bug triggering only because Linux reenumerate
33118     buses anyway.
33119
33120     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33121     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33122
33123 commit b24a99f6666ac278ec9f9c1334518af828833d19
33124 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33125 Date:   Thu Feb 19 18:20:44 2009 +0300
33126
33127     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
33128
33129     This patch fixes an issue in config space read accessors: we should
33130     fill-in the value even if we fail (e.g. skipping devices), otherwise
33131     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
33132
33133     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33134     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33135
33136 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
33137 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33138 Date:   Thu Feb 19 18:20:42 2009 +0300
33139
33140     mpc83xx: PCIe: Don't start bus enumeration at 0
33141
33142     Currently we assign first_busno = 0 for the first PCIe hose, but this
33143     scheme won't work if we have ordinary PCI hose already registered (its
33144     first_busno value is 0 too).
33145
33146     The old code worked fine only because we have PCI disabled on
33147     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
33148     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
33149     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
33150     triggers.
33151
33152     So, to fix the issue, we should use pci_last_busno() + 1 for the
33153     first_busno (i.e. last available busno).
33154
33155     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
33156     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33157     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33158
33159 commit cc2a8c7751ddbae3116660064f446888538b93e9
33160 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33161 Date:   Thu Feb 19 18:20:41 2009 +0300
33162
33163     PCI: Add pci_last_busno() helper
33164
33165     This is just a handy routine that reports last PCI busno: we walk
33166     down all the hoses and return last hose's last_busno.
33167
33168     Will be used by PCI/PCIe initialization code.
33169
33170     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33171     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33172
33173 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
33174 Author: Becky Bruce <beckyb@kernel.crashing.org>
33175 Date:   Mon Feb 23 13:56:51 2009 -0600
33176
33177     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
33178
33179     Currently, we get 256MB as the default, but since all the 86xx
33180     board configs define a 2G BAT mapping for RAM, raise default
33181     to 2G.
33182
33183     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
33184     Acked-by: Jon Loeliger <jdl@freescale.com>
33185
33186 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
33187 Author: Becky Bruce <beckyb@kernel.crashing.org>
33188 Date:   Thu Feb 12 10:43:32 2009 -0600
33189
33190     mpc8641hpcn: Indicate 36-bit addr map in boot messages
33191
33192     If 36-bit addressing is enabled, print a message on the console
33193     when we boot.
33194
33195     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
33196
33197 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
33198 Author: Mark Jackson <mpfj-list@mimc.co.uk>
33199 Date:   Fri Feb 13 15:48:18 2009 +0000
33200
33201     Setup extra MIMC200 chip selects
33202
33203     Added code to setup the extra Flash and FRAM chip selects as used on the
33204     MIMC200 board.
33205
33206     V2 moves the init code from the common "cpu.c" file into the board specific
33207     setup file.
33208
33209     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33210     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33211
33212 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
33213 Author: Mark Jackson <mpfj@mimc.co.uk>
33214 Date:   Mon Nov 24 12:10:56 2008 +0000
33215
33216     MIMC200: tidy GCLK init code
33217
33218     Change the MIMC200 startup code to use the built-in (rather than
33219     hard-coded) funtions for setting up gclk outputs.
33220
33221     We'll also move the code to the new, more-appropriate
33222     board_postclk_init() routine.
33223
33224     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33225     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33226
33227 commit b423f94063bf04e92047ff85c7e53441eb3b712b
33228 Author: Olav Morken <olavmrk@gmail.com>
33229 Date:   Fri Jan 23 12:56:32 2009 +0100
33230
33231     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
33232
33233     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
33234     workaround, two NOPs can be inserted.
33235
33236     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
33237     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
33238     Signed-off-by: Olav Morken <olavmrk@gmail.com>
33239     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33240
33241 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
33242 Author: Gunnar Rangoy <gunnar@rangoy.com>
33243 Date:   Fri Jan 23 12:56:29 2009 +0100
33244
33245     AVR32: Make GPIO implmentation cpu dependent
33246
33247     There are some differences in the implementation of GPIO in the
33248     at32uc chip compared to the ap700x series.
33249
33250     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
33251     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
33252     Signed-off-by: Olav Morken <olavmrk@gmail.com>
33253     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33254
33255 commit a38de083d2979db3680f0d0978c509a172c8fa00
33256 Author: Olav Morken <olavmrk@gmail.com>
33257 Date:   Fri Jan 23 12:56:28 2009 +0100
33258
33259     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
33260
33261     The AVR32A architecture (which AT32UC3A-series is based on) has a
33262     different memory layout than the AVR32B-architecture. This patch moves
33263     addrspace.h to an arch-dependent directory in preparation for
33264     AT32UC3A-support. It also moves some address-space manipulation
33265     functions from io.h to addrspace.h.
33266
33267     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
33268     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
33269     Signed-off-by: Olav Morken <olavmrk@gmail.com>
33270     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33271
33272 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
33273 Author: Olav Morken <olavmrk@gmail.com>
33274 Date:   Fri Jan 23 12:56:27 2009 +0100
33275
33276     AVR32: Make cacheflush cpu-dependent
33277
33278     The AT32UC3A series of processors doesn't contain any cache, and issuing
33279     cache control instructions on those will cause an exception. This commit
33280     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
33281
33282     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
33283     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
33284     Signed-off-by: Olav Morken <olavmrk@gmail.com>
33285     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33286
33287 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
33288 Author: Heiko Schocher <hs@denx.de>
33289 Date:   Tue Feb 10 09:38:52 2009 +0100
33290
33291     netloop: speed up NetLoop
33292
33293     NetLoop polls every cycle with getenv some environment variables.
33294     This is horribly slow, especially when the environment is big.
33295
33296     This patch reads only the environment variables in NetLoop,
33297     when they were changed.
33298
33299     Also moved the init part of the NetLoop function in a seperate
33300     function.
33301
33302     Signed-off-by: Heiko Schocher <hs@denx.de>
33303     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33304
33305 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
33306 Author: Mike Frysinger <vapier@gentoo.org>
33307 Date:   Mon Dec 22 02:56:07 2008 -0500
33308
33309     smc911x_eeprom: new example app for managing newer SMC parts
33310
33311     A forward port of the last version to work with the newer smc911x driver.
33312     I only have a board with a LAN9218 part on it, so that is the only one
33313     I've tested.  But there isn't anything in this that would make it terribly
33314     chip specific afaik.
33315
33316     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33317     CC: Sascha Hauer <s.hauer@pengutronix.de>
33318     CC: Guennadi Liakhovetski <lg@denx.de>
33319     CC: Magnus Lilja <lilja.magnus@gmail.com>
33320     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33321
33322 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
33323 Author: Pieter Henning <phenning@vastech.co.za>
33324 Date:   Sun Feb 22 23:17:15 2009 -0800
33325
33326     Added Vitesse VSC8211 definitions to TSEC driver
33327
33328     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
33329     the phy_info list in tsec.c
33330
33331     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
33332     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33333
33334 commit 32688e572ff96715b41420e9a7f280db6c399b65
33335 Author: Wolfgang Denk <wd@denx.de>
33336 Date:   Mon Feb 23 00:22:21 2009 +0100
33337
33338     Update CHANGELOG;  Prepare 2009.03-rc1
33339
33340     Signed-off-by: Wolfgang Denk <wd@denx.de>
33341
33342 commit 80b827c2b78329c6503b271e43d9eb693d644710
33343 Author: Wolfgang Denk <wd@denx.de>
33344 Date:   Sun Feb 22 23:45:40 2009 +0100
33345
33346     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
33347
33348     The file was generated from building versatile_defconfig.
33349
33350     Signed-off-by: Wolfgang Denk <wd@denx.de>
33351
33352 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
33353 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33354 Date:   Sun Feb 22 14:24:11 2009 +0900
33355
33356     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
33357
33358     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
33359     like this:
33360
33361     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
33362     Configuring for dbau1x00 board...
33363     au1x00_eth.c: In function 'au1x00_send':
33364     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33365     au1x00_eth.c: In function 'au1x00_recv':
33366     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33367     au1x00_eth.c: In function 'au1x00_init':
33368     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33369     au1x00_eth.c: In function 'au1x00_recv':
33370     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33371     au1x00_eth.c: In function 'au1x00_init':
33372     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33373     au1x00_eth.c: In function 'au1x00_send':
33374     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33375
33376     We're passing a volatile pointer to a function which is expecting a non-
33377     volatile pointer.  That's potentially dangerous, so gcc warns about it.
33378     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
33379
33380     To fix this, we add a volatile attribute to the argument in question.
33381     The virt_to_phys function in Linux kernel also does the same thing.
33382
33383     Signed-off-by: Stefan Roese <sr@denx.de>
33384     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33385
33386 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
33387 Author: Dirk Behme <dirk.behme@googlemail.com>
33388 Date:   Fri Feb 20 17:51:28 2009 +0100
33389
33390     OMAP3: Clean up MMC code
33391
33392     Clean up OMAP3 MMC code:
33393
33394     * Convert register access to struct & readx/writex style
33395     * Replace hardcode values by macros
33396     * Remove macro defined twice
33397
33398     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33399
33400 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
33401 Author: Dirk Behme <dirk.behme@googlemail.com>
33402 Date:   Thu Feb 12 18:55:43 2009 +0100
33403
33404     OMAP3: Pandora: Update pin mux
33405
33406     Clock pin must have input enabled for MMC3 to work.
33407     Also enable pull-ups for cmd/data lines to be consistent
33408     with remaining MMC host pin setup.
33409
33410     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
33411
33412 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
33413 Author: Dirk Behme <dirk.behme@googlemail.com>
33414 Date:   Thu Feb 12 18:55:42 2009 +0100
33415
33416     OMAP3: Add OMAP3 auto detection
33417
33418     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
33419     and removes hardcoded values.
33420
33421     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
33422     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33423
33424 commit f956fd0338f4990793a10f767929ba4963665261
33425 Author: Dirk Behme <dirk.behme@googlemail.com>
33426 Date:   Thu Feb 12 18:55:41 2009 +0100
33427
33428     OMAP3: Beagle: Add board revision detection
33429
33430     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
33431     which might need different software handling. For this, GPIO pin 171 (GPIO
33432     module 6, offset 11) can be used to check for board revision. If this pin
33433     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
33434
33435     To handle board differences you can call function beagle_get_revision().
33436     E.g.:
33437
33438     if (beagle_get_revision()) {
33439
33440     /* do special revision C stuff here */
33441
33442     }
33443
33444     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33445
33446 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
33447 Author: Dirk Behme <dirk.behme@googlemail.com>
33448 Date:   Thu Feb 12 18:55:40 2009 +0100
33449
33450     OMAP3: Overo: Clean up pin mux and GPIO configuration
33451
33452     * Make Overo GPIO114 an input for touchscreen PENDOWN
33453     * Make Overo GPIO144-147 readable
33454     * Make Overo EHCI pinmux match beagle rev c setup
33455     * Adjust pinmux for SMSC911X network chip support
33456     * Remove unnecessary GPIO setup
33457     * Fix merge error in Makefile
33458
33459     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
33460     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33461
33462 commit 2579019b8248e5f166e60e37065766efc8a49dbc
33463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33464 Date:   Sun Feb 22 17:08:41 2009 +0100
33465
33466     nmdk8815: fix onenand support
33467
33468     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33469
33470 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
33471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33472 Date:   Sun Feb 22 17:56:50 2009 +0100
33473
33474     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
33475
33476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33477
33478 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
33479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33480 Date:   Sun Feb 22 17:49:43 2009 +0100
33481
33482     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
33483
33484     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33485
33486 commit 4f5728987f4f9f7845688482aa2b7f2127768165
33487 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33488 Date:   Sun Feb 22 15:49:28 2009 +0100
33489
33490     arm: add uart dcc support
33491
33492     Serial driver via the EmbeddedICE macrocell's DCC channel using
33493     co-processor 14.
33494
33495     It does include a timeout to ensure that the system does not
33496     totally freeze when there is nothing connected to read.
33497
33498     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33499
33500 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
33501 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33502 Date:   Fri Nov 21 14:35:56 2008 -0500
33503
33504     ARM DaVinci: Add common peripherals and modules enable functions.
33505
33506     Taken all the duplicated code for enabling common modules and apply
33507     software workarounds from the board specific code into common
33508     functions. Also added comments explaining the workarounds
33509     (from TI errata documents) and replaced some numerical bit numbers
33510     with more meaningful defines.
33511
33512     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33513
33514 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
33515 Author: Alessandro Rubini <rubini@unipv.it>
33516 Date:   Mon Feb 9 15:53:33 2009 +0100
33517
33518     Enable Ethernet for Nomadik 8815 Evaluation Kit
33519
33520     This trivially enables Ethernet support in the debug board
33521     by setting up the proper chip select.
33522
33523     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
33524     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
33525
33526 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
33527 Author: Alessandro Rubini <rubini@unipv.it>
33528 Date:   Mon Feb 9 15:53:31 2009 +0100
33529
33530     Nand driver for Nomadik SoC
33531
33532     This driver implements the ECC algorithm described in
33533     the CPU data sheet and uses the OOB layout chosen in
33534     already-released development systems (shipped with a custom-made
33535     u-boot 1.3.1).
33536
33537     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
33538     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
33539
33540 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
33541 Author: Alessandro Rubini <rubini@unipv.it>
33542 Date:   Mon Feb 9 15:53:31 2009 +0100
33543
33544     Added nomadik.h header
33545
33546     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
33547     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
33548
33549 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
33550 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
33551 Date:   Wed Oct 29 20:05:18 2008 +0900
33552
33553     r8a66597-hcd: fix cannot use external hub
33554
33555     Fix the problem that cannot use external hub, because this driver
33556     did not control correctly a DEVADDx register.
33557
33558     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
33559     Signed-off-by: Remy Bohmer <linux@bohmer.net>
33560
33561 commit e1ffaee728190e76a4596a3579d94e730143585f
33562 Author: Mike Frysinger <vapier@gentoo.org>
33563 Date:   Thu Feb 19 01:20:27 2009 -0500
33564
33565     Blackfin: disable syscontrol code for now
33566
33567     Looks like the initcode updates fell out of order during my merges.  The
33568     patch that really fixes up this code is part of power-on overhaul and so
33569     is too large for merging at this point.  Instead, we can disable the code
33570     as no currently in-tree board depends on it.  The next merge window will
33571     fix things up properly.
33572
33573     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33574
33575 commit 1b228d68f54832edd867ef98520f760f68192ab7
33576 Author: Mike Frysinger <vapier@gentoo.org>
33577 Date:   Thu Feb 19 01:19:49 2009 -0500
33578
33579     Blackfin: bf537-stamp: fix I2C board defines
33580
33581     The previous merge for cleaning up the I2C driver incorrectly reverted the
33582     CFG_xxx rename for some of the I2C defines.
33583
33584     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33585     Signed-off-by: Heiko Schocher <hs@denx.de>
33586
33587 commit 09fee8e8677a6265e89144ccc163bf00e321769e
33588 Author: Wolfgang Denk <wd@denx.de>
33589 Date:   Sun Feb 22 01:19:52 2009 +0100
33590
33591     Coding Style cleanup; update CHANGELOG
33592
33593     Signed-off-by: Wolfgang Denk <wd@denx.de>
33594
33595 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
33596 Author: Wolfgang Denk <wd@denx.de>
33597 Date:   Sun Feb 22 01:17:47 2009 +0100
33598
33599     Makefile: fix cleanup
33600
33601     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
33602     to adapt the cleanup rules in the Makefile
33603
33604     Signed-off-by: Wolfgang Denk <wd@denx.de>
33605
33606 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
33607 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
33608 Date:   Fri Feb 20 13:01:56 2009 -0500
33609
33610     Cleanup the comment for m68k linux boot argument passing.
33611
33612     This patch clarifies the way m68k passes linux boot argument.
33613     The one gotcha here is that the assembly instruction that
33614     the compiler uses to jump to the kernel is 'jsr' which pushes the
33615     program counter for the instruction after the jsr into the stack pointer.
33616
33617     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
33618     Signed-off-by: Wolfgang Denk <wd@denx.de>
33619
33620 commit 4d41650eec959668280a612467bd95c7b8398513
33621 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
33622 Date:   Tue Feb 10 16:44:45 2009 +0000
33623
33624     sh: Fix rsk7203 in tree build
33625
33626     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
33627
33628 commit fca0cecff73db99d99ad094cca7980472b8a11b5
33629 Author: Minkyu Kang <mk7.kang@samsung.com>
33630 Date:   Wed Feb 18 09:05:52 2009 +0900
33631
33632     bootm: Reduce the unnecessary memmove
33633
33634     Although load address and image start address are same address,
33635     bootm command always does memmove.
33636     That is unnecessary memmove and can be taken few milliseconds
33637     (about 500 msec to 1000 msec).
33638     If skip this memmove, we can reduce the boot time.
33639
33640     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
33641
33642 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
33643 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33644 Date:   Sun Feb 15 22:29:15 2009 +0100
33645
33646     fpga: Fix Spartan III FPGA booting
33647
33648     This patch does some minor fixing of the Xilinx Spartan III
33649     FPGA boot code:
33650
33651     - Fixed call order of post configuration callback and
33652       success message printing (result of copy-paste?)
33653     - remove obsolete comment
33654     - minor coding style cleanup
33655
33656     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33657
33658 commit 3818b677641038d27b2663fbd6771ad38c932f86
33659 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33660 Date:   Sun Feb 15 22:28:36 2009 +0100
33661
33662     fpga: Fix Spartan II FPGA booting
33663
33664     This patch does some minor fixing of the Xilinx Spartan II
33665     FPGA boot code:
33666
33667     - Fixed call order of post configuration callback and
33668       success message printing (result of copy-paste?)
33669     - relocate post configuration callback only when it
33670       is implemented
33671     - remove obsolete comment
33672     - minor coding style cleanup
33673
33674     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33675
33676 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
33677 Author: Mike Frysinger <vapier@gentoo.org>
33678 Date:   Wed Feb 11 20:26:52 2009 -0500
33679
33680     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
33681
33682     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33683
33684 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
33685 Author: Derek Ou <dou@siconix.com>
33686 Date:   Tue Feb 3 16:00:07 2009 -0700
33687
33688     lcd_putc bug fix for tab.
33689
33690     Signed-off-by: Derek Ou <dou@siconix.com>
33691
33692 commit 35c9e14d8096e519fe76c953a43d52a09617345c
33693 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33694 Date:   Mon Feb 2 09:46:21 2009 +0900
33695
33696     MIPS: cpu/mips/Makefile: Add a missing START line
33697
33698     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
33699     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
33700     line.  This patch puts it back.
33701
33702     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33703
33704 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
33705 Author: Wolfgang Denk <wd@denx.de>
33706 Date:   Sat Feb 21 21:51:21 2009 +0100
33707
33708     Enable ext2 support for TQM8xxL/M based boards
33709
33710     Signed-off-by: Wolfgang Denk <wd@denx.de>
33711
33712 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
33713 Author: Tom Rix <Tom.Rix@windriver.com>
33714 Date:   Fri Feb 20 03:47:50 2009 +0100
33715
33716     ARM:PXA Use new definitions in mmc.h
33717
33718     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
33719     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33720
33721 commit 682beeac34dc9ab18fab58b26973d2e29d113717
33722 Author: Andy Fleming <afleming@freescale.com>
33723 Date:   Fri Feb 20 03:47:50 2009 +0100
33724
33725     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
33726
33727     These names are being taken over by the new MMC framework.  Hopefuly
33728     the PXA can be easily ported, and these functions will go away entirely.
33729
33730     Signed-off-by: Andy Fleming <afleming@freescale.com>
33731     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33732
33733 commit b03d92e5584935886ff91d5aa0755dc8888b7187
33734 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33735 Date:   Fri Feb 20 03:47:50 2009 +0100
33736
33737     pxa: move mmc drivers to drivers/mmc
33738
33739     introduce new macro CONFIG_PXA_MMC to activate it
33740
33741     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33742
33743 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
33744 Author: Tom Rix <Tom.Rix@windriver.com>
33745 Date:   Thu Feb 19 19:27:22 2009 -0600
33746
33747     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
33748
33749     These structures are defined in the common mmc.h
33750
33751     This was compile checked on cerf250.
33752
33753 commit 94a3312920b6f9b5da27309549fb73650718c10a
33754 Author: Micha Kalfon <smichak.uv@gmail.com>
33755 Date:   Wed Feb 11 19:50:11 2009 +0200
33756
33757     pxa: fixing get_timer to return time in miliseconds.
33758
33759     Fixing the get_timer function to return time in miliseconds instead of
33760     ticks. Also fixed PXA boards to use the conventional value of 1000 for
33761     CONFIG_SYS_HZ.
33762
33763     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
33764
33765 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
33766 Author: Tom Rix <Tom.Rix@windriver.com>
33767 Date:   Thu Feb 19 16:45:43 2009 -0600
33768
33769     ARM:OMAP3 Change mmc_init to mmc_legacy_init
33770
33771     omap3_mmc.c was changed to define mmc_legacy_init.
33772     Remove unused functions.
33773
33774     Compile tested on all arm
33775     Runtime tested on Zoom1.
33776
33777     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
33778
33779 commit 9e80bb21629988063574f88ca0d28baadff4d963
33780 Author: Heiko Schocher <hs@denx.de>
33781 Date:   Thu Feb 19 17:23:58 2009 +0100
33782
33783     82xx, mgcoge: updates for 2009.03
33784
33785     - activate CS4 for accessing the FPGA
33786     - activate Rx buf len > 1 on SMC
33787     - pram activated
33788     - MTDPARTS_DEFAULT defined
33789     - update the size of the flashes in the DTS
33790       before booting Linux
33791     - MONITOR_LEN updated to 384k
33792     - added CONFIG_HOSTNAME
33793     - added CONFIG_ENV_BUFFER_PRINT
33794     - Environment size reduced to 16k
33795
33796     Signed-off-by: Heiko Schocher <hs@denx.de>
33797
33798 commit df909554e2401f307925e1bd45d576e4176d9de9
33799 Author: Heiko Schocher <hs@denx.de>
33800 Date:   Thu Feb 19 17:24:01 2009 +0100
33801
33802     8xx, mgsuvd: updates for 2009.03
33803
33804     - activate Rx buf len > 1 on SMC
33805     - pram activated
33806     - MTDPARTS_DEFAULT defined
33807     - update the size of the flash in the DTS
33808       before booting Linux
33809     - MONITOR_LEN updated to 384k
33810     - added CONFIG_HOSTNAME
33811     - added CONFIG_ENV_BUFFER_PRINT
33812     - Environment size reduced to 16k
33813
33814     Signed-off-by: Heiko Schocher <hs@denx.de>
33815
33816 commit 3511b4e208e12be85b532866f1c660aa2e021557
33817 Author: Dirk Behme <dirk.behme@googlemail.com>
33818 Date:   Wed Feb 18 19:59:39 2009 +0100
33819
33820     MMC: Don't use new framework code if not enabled
33821
33822     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
33823     isn't enabled.
33824
33825     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33826
33827 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
33828 Author: Wolfgang Denk <wd@denx.de>
33829 Date:   Thu Feb 19 13:53:29 2009 +0100
33830
33831     TQM8xxL: make some room in low memory for future needs
33832
33833     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
33834     small boot sectors in the flash. This patch makes some room in the
33835     first sector to prepare for a size increase of lib_generic/vsprintf.o
33836     by a future patch.
33837
33838     Signed-off-by: Wolfgang Denk <wd@denx.de>
33839
33840 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
33841 Author: Kim Phillips <kim.phillips@freescale.com>
33842 Date:   Wed Feb 18 18:06:18 2009 -0600
33843
33844     README: remove duplicate entry
33845
33846     it's been around since the original commit (2ad6b513) that added two
33847     identical entries.
33848
33849     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33850
33851 commit 1bba30efe1717bea13026e15c7c7d906419fac69
33852 Author: Wolfgang Denk <wd@denx.de>
33853 Date:   Thu Feb 19 00:41:08 2009 +0100
33854
33855     Coding style cleanup, update CHANGELOG
33856
33857     Signed-off-by: Wolfgang Denk <wd@denx.de>
33858
33859 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
33860 Author: Kim Phillips <kim.phillips@freescale.com>
33861 Date:   Wed Feb 18 17:43:59 2009 -0600
33862
33863     sata_sil3114: fix compiler warning
33864
33865     judging from other printfs in the same file, it seems ata should be
33866     postpended with the interface number, not the address of the global
33867     port variable.  Fixes this for current u-boot-mpc83xx tree:
33868
33869     Configuring for MPC8349ITX board...
33870     sata_sil3114.c: In function 'sata_bus_softreset':
33871     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
33872     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
33873
33874     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33875
33876 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
33877 Author: Ron Madrid <ron_madrid@sbcglobal.net>
33878 Date:   Wed Feb 18 14:30:44 2009 -0800
33879
33880     Create configuration option for restricted ns16550 functions
33881
33882     This patch will create a configuration option for a minimum configuration for
33883     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
33884     configuration option to the SIMPC8313.h config file in order to fix the NAND
33885     bootstrap build error.  This option will exclude all functions with exception of
33886     NS16550_putc and NS16550_init.  This will be used primarily to save space and
33887     remove unused code from builds in which space is limited.
33888
33889     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
33890
33891 commit 7b0bc0219db8981613259473cf19699ac259b4fb
33892 Author: Kim Phillips <kim.phillips@freescale.com>
33893 Date:   Wed Feb 18 16:14:29 2009 -0600
33894
33895     mkconfig: include board config.h before asm/config.h
33896
33897     swapping the include order suppresses warnings for board configs
33898     that define their own CONFIG_MAX_MEM_MAPPED:
33899
33900     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
33901                     from /home/r1aaha/git/u-boot/include/common.h:35,
33902                     from simpc8313.c:26:
33903     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
33904     "CONFIG_MAX_MEM_MAPPED" redefined
33905     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
33906                     from /home/r1aaha/git/u-boot/include/common.h:35,
33907                     from simpc8313.c:26:
33908     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
33909     the location of the previous definition
33910
33911     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33912
33913 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
33914 Author: Wolfgang Denk <wd@denx.de>
33915 Date:   Wed Feb 18 21:35:38 2009 +0100
33916
33917     Fix build errors after making flash_get_info() non-static
33918
33919     Fix for these build problems:
33920     error: static declaration of 'flash_get_info' follows non-static declaration
33921
33922     Signed-off-by: Wolfgang Denk <wd@denx.de>
33923
33924 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
33925 Author: Stefan Roese <sr@denx.de>
33926 Date:   Wed Feb 18 13:18:00 2009 +0100
33927
33928     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
33929
33930     This patch fixes a problem recently seen on some 4xx platforms. For
33931     example on Kilauea PCIe slot #0.
33932
33933     Signed-off-by: Stefan Roese <sr@denx.de>
33934
33935 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
33936 Author: Stefan Roese <sr@denx.de>
33937 Date:   Wed Feb 18 14:05:37 2009 +0100
33938
33939     ppc4xx: Some more PMC405 coding-style cleanup
33940
33941     Signed-off-by: Stefan Roese <sr@denx.de>
33942
33943 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
33944 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33945 Date:   Sun Feb 15 22:27:47 2009 +0100
33946
33947     ppc4xx: Update PMC405 board support
33948
33949     This patch prepares the good old PMC405 board support for
33950     upcoming PMC405V2 patches.
33951
33952     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33953     Signed-off-by: Stefan Roese <sr@denx.de>
33954
33955 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
33956 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33957 Date:   Sun Feb 15 22:26:54 2009 +0100
33958
33959     ppc4xx: Cleanup PMC405 board support
33960
33961     This patch fixes coding style for PMC405 board support.
33962     Also some unneeded features/code is removed.
33963
33964     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33965     Signed-off-by: Stefan Roese <sr@denx.de>
33966
33967 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
33968 Author: Ilya Yanok <yanok@emcraft.com>
33969 Date:   Thu Feb 5 04:08:20 2009 +0100
33970
33971     qong: changes to Dave/DENX Qong configuration
33972
33973     1. Changes to the default environment:
33974       - "bootcmd" defined as "run flash_self"
33975       - "saveenv" command removed from "update"
33976       - "uboot" changed to "u-boot" (also in "load")
33977       - "addmtd" variable defined (and added to all boot commands)
33978     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
33979     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
33980     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
33981     with truncated "bootargs" environment variable.
33982
33983     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33984
33985 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
33986 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33987 Date:   Sun Feb 1 17:07:52 2009 +0100
33988
33989     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
33990
33991     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33992
33993 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
33994 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33995 Date:   Sun Feb 1 17:07:51 2009 +0100
33996
33997     common/console: coding style cleanup
33998
33999     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34000
34001 commit daaf74f176b548dfd34a9990231f4189201d57ba
34002 Author: Mike Frysinger <vapier@gentoo.org>
34003 Date:   Thu Jan 29 20:02:23 2009 -0500
34004
34005     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
34006
34007     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
34008     into the Makefile so we avoid pointless compiling of the file.
34009
34010     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34011
34012 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
34013 Author: Mike Frysinger <vapier@gentoo.org>
34014 Date:   Thu Jan 29 20:02:07 2009 -0500
34015
34016     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
34017
34018     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
34019     avoid pointless compiles.
34020
34021     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34022
34023 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
34024 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
34025 Date:   Thu Jan 29 10:35:40 2009 +0200
34026
34027     include/image.h: Ease grepping of image_* functions
34028
34029     Because the functions have been defined using macros, grepping for
34030     their definitions is not possible. This patch adds the real function
34031     names in comments.
34032
34033     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
34034     Acked-by: Mike Frysinger <vapier@gentoo.org>
34035
34036 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
34037 Author: Mike Frysinger <vapier@gentoo.org>
34038 Date:   Wed Jan 28 19:08:14 2009 -0500
34039
34040     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
34041
34042     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
34043     rather than a generic "env" command, or anything else related to the
34044     environment.  So, let's make sure the define is named accordingly.
34045
34046     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34047
34048 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
34049 Author: Valeriy Glushkov <gvv@lstec.com>
34050 Date:   Fri Jan 23 20:02:17 2009 +0200
34051
34052     disable imls command if no flash is defined
34053
34054     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
34055
34056     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
34057
34058 commit 923aa48126259c13de95131203f1d28bfa5cb889
34059 Author: Rafal Jaworowski <raj@semihalf.com>
34060 Date:   Fri Jan 23 13:27:18 2009 +0100
34061
34062     API: Improve glue mid-layer of the API demo application.
34063
34064     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
34065     read, which allows for better control and error handling (this introduces
34066     additional error code API_ESYSC returned by the glue mid-layer).
34067
34068     - Clean up definitions naming and usage.
34069
34070     - Other minor cosmetics.
34071
34072     Note these changes do not touch the API proper, so the interface between
34073     U-Boot and standalone applications remains unchanged.
34074
34075     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
34076
34077 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
34078 Author: Rafal Jaworowski <raj@semihalf.com>
34079 Date:   Fri Jan 23 13:27:17 2009 +0100
34080
34081     API: Only output test data when reading was successful.
34082
34083     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
34084
34085 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
34086 Author: Rafal Jaworowski <raj@semihalf.com>
34087 Date:   Fri Jan 23 13:27:16 2009 +0100
34088
34089     API: Provide syscall entry point for the ARM architecture.
34090
34091     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
34092     Acked-by: Rafal Jaworowski <raj@semihalf.com>
34093
34094 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
34095 Author: Rafal Jaworowski <raj@semihalf.com>
34096 Date:   Fri Jan 23 13:27:15 2009 +0100
34097
34098     API: Use stack pointer as API signature search hint in the glue layer.
34099
34100     De-hardcode range in RAM we search for the API signature. Instead use the stack
34101     pointer as a hint to narrow down the range in which the signature could reside
34102     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
34103     from stack area). Adjust PowerPC code in API demo to the new scheme.
34104
34105     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
34106     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
34107
34108 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
34109 Author: Wolfgang Denk <wd@denx.de>
34110 Date:   Tue Feb 17 10:26:38 2009 +0100
34111
34112     TQM8260: fix locations of kernel and ramdisk images in flash
34113
34114     After introducing redundant environment the kernel images was
34115     overlapping with environment.
34116
34117     Signed-off-by: Wolfgang Denk <wd@denx.de>
34118
34119 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
34120 Author: Heiko Schocher <hs@denx.de>
34121 Date:   Wed Feb 11 19:26:15 2009 +0100
34122
34123     83xx: add missing TIMING_CFG1_CASLAT_* defines
34124
34125     Signed-off-by: Heiko Schocher <hs@denx.de>
34126     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34127
34128 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
34129 Author: Valeriy Glushkov <gvv@lstec.com>
34130 Date:   Thu Feb 5 14:35:21 2009 +0200
34131
34132     mpc8349itx: allow SATA boot from the onboard SIL1334
34133
34134     This patch allows using of SATA devices connected
34135     to the onboard PCI SIL1334 SATA controller.
34136
34137     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
34138     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34139
34140 commit e1ac387f4645499746856adc1aeaa9787da2eca6
34141 Author: Andy Fleming <afleming@freescale.com>
34142 Date:   Thu Oct 30 16:50:14 2008 -0500
34143
34144     83xx: Add eSDHC support on 8379 EMDS board
34145
34146     Signed-off-by: Andy Fleming <afleming@freescale.com>
34147
34148 commit 80522dc8369a89938369fbcee572e662373bc9a3
34149 Author: Andy Fleming <afleming@freescale.com>
34150 Date:   Thu Oct 30 16:51:33 2008 -0500
34151
34152     85xx: Add eSDHC support for 8536 DS
34153
34154     Signed-off-by: Andy Fleming <afleming@freescale.com>
34155
34156 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
34157 Author: Andy Fleming <afleming@freescale.com>
34158 Date:   Thu Oct 30 16:47:16 2008 -0500
34159
34160     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
34161
34162     This uses the new MMC framework
34163
34164     Some contributions by Dave Liu <daveliu@freescale.com>
34165
34166     Signed-off-by: Andy Fleming <afleming@freescale.com>
34167
34168 commit 272cc70b211e945e4413122aa73868f6ada732a5
34169 Author: Andy Fleming <afleming@freescale.com>
34170 Date:   Thu Oct 30 16:41:01 2008 -0500
34171
34172     Add MMC Framework
34173
34174     Here's a new framework (based roughly off the linux one) for managing
34175     MMC controllers.  It handles all of the standard SD/MMC transactions,
34176     leaving the host drivers to implement only what is necessary to
34177     deal with their specific hardware.
34178
34179     This also hooks the infrastructure into the PowerPC board code
34180     (similar to how the ethernet infrastructure now hooks in)
34181
34182     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
34183
34184     Signed-off-by: Andy Fleming <afleming@freescale.com>
34185
34186 commit 1de97f9856f697380cc504126ab92561ed238803
34187 Author: Andy Fleming <afleming@freescale.com>
34188 Date:   Thu Oct 30 16:31:39 2008 -0500
34189
34190     Eliminated arch-specific mmc header requirement
34191
34192     The current MMC infrastructure relies on the existence of an
34193     arch-specific header file.  This isn't necessary, and a couple
34194     drivers were forced to implement dummy files to meet this requirement.
34195     Instead, we move the stuff in those header files into a more appropriate
34196     place, and eliminate the stubs and the #include of asm/arch/mmc.h
34197
34198     Signed-off-by: Andy Fleming <afleming@freescale.com>
34199
34200 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
34201 Author: Andy Fleming <afleming@freescale.com>
34202 Date:   Thu Oct 30 16:21:00 2008 -0500
34203
34204     Convert mmc_init to mmc_legacy_init
34205
34206     This is to get it out of the way of incoming MMC framework
34207
34208     Signed-off-by: Andy Fleming <afleming@freescale.com>
34209
34210 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
34211 Author: Andy Fleming <afleming@freescale.com>
34212 Date:   Thu Oct 30 16:19:25 2008 -0500
34213
34214     Eliminate support for using MMC as memory
34215
34216     MMC cards are not memory, so we stop treating them that way.
34217
34218     Signed-off-by: Andy Fleming <afleming@freescale.com>
34219
34220 commit e1be0d25ecf494ae81245ca438738ba839d6329b
34221 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
34222 Date:   Sun Jan 4 08:46:38 2009 +0530
34223
34224     32bit BUg fix for DDR2 on 8572
34225
34226     This errata fix is required for 32 bit DDR2 controller on 8572.
34227     May  also be required for P10XX20XX platforms
34228
34229     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
34230
34231 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
34232 Author: Andy Fleming <afleming@freescale.com>
34233 Date:   Mon Feb 16 09:40:20 2009 -0600
34234
34235     TQM85xx: Fix a couple warnings in TQM8548 build
34236
34237     The ecm variable in sdram.c was being declared for all 8548, but only
34238     used by specific 8548 boards, so we make that variable require those
34239     specific boards, too
34240
34241     The nand code was using an index "i" into a table, and then re-using "i"
34242     to set addresses for each upm.  However, then it relied on the old value
34243     of i still being there to enable things.  Changed the second "i" to "j"
34244
34245     Signed-off-by: Andy Fleming <afleming@freescale.com>
34246
34247 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
34248 Author: Wolfgang Grandegger <wg@grandegger.com>
34249 Date:   Wed Feb 11 18:38:26 2009 +0100
34250
34251     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
34252
34253     This patch adds the workaround for erratum DDR20 according to MPC8548
34254     Device Errata document, Rev. 1: "CKE signal may not function correctly
34255     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
34256     processor version 2.1 and the work-around must be removed.
34257
34258     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34259
34260 commit 080408fdc71706adcb883d22125637c54f6010b1
34261 Author: Wolfgang Grandegger <wg@grandegger.com>
34262 Date:   Wed Feb 11 18:38:25 2009 +0100
34263
34264     MPC85xx: TQM8548: use cache for AG and BE variants
34265
34266     This patch makes accesses to the system memory cachable by removing the
34267     caching-inhibited and guarded flags from the relevant TLB entries for
34268     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
34269     are configured similarly.
34270
34271     This results in a big averall performace improvement. TFTP downloads,
34272     NAND Flash accesses, kernel boots, etc. are much faster.
34273
34274     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34275
34276 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
34277 Author: Wolfgang Grandegger <wg@grandegger.com>
34278 Date:   Wed Feb 11 18:38:24 2009 +0100
34279
34280     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
34281
34282     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
34283     module.
34284
34285     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
34286     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34287
34288 commit 88b0e88d186479349e5a2b771e82775109e10fb4
34289 Author: Wolfgang Grandegger <wg@grandegger.com>
34290 Date:   Wed Feb 11 18:38:23 2009 +0100
34291
34292     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
34293
34294     According to new TQM8548 timing specification:
34295     Refresh Recovery: 34 -> 53 clocks
34296     CKE pulse width:  1 -> 3 cycles
34297     Window for four activities: 13 -> 14 cycles
34298
34299     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
34300     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34301
34302 commit a865bcdac89278cac4dfc07dec8299403110499d
34303 Author: Wolfgang Grandegger <wg@grandegger.com>
34304 Date:   Wed Feb 11 18:38:22 2009 +0100
34305
34306     MPC85xx: TQM8548: add support for the TQM8548_AG module
34307
34308     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
34309     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
34310     with "$ make TQM8548_AG_config".
34311
34312     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34313
34314 commit ad7ee5d43b0db94079d56521dabca25674f28747
34315 Author: Wolfgang Grandegger <wg@grandegger.com>
34316 Date:   Wed Feb 11 18:38:21 2009 +0100
34317
34318     MPC85xx: TQM8548: add support for the TQM8548_BE module
34319
34320     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
34321     interface. With NAND support, the image is significantly larger and
34322     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
34323     module with "$ make TQM8548_BE_config".
34324
34325     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34326
34327 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
34328 Author: Wolfgang Grandegger <wg@grandegger.com>
34329 Date:   Wed Feb 11 18:38:20 2009 +0100
34330
34331     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
34332
34333     The TQM8548_AG module does not have the standard PCI/PCI-X interface
34334     connected but just the PCI Express interface . So far it was not
34335     possible to disable it without disabling the complete PCI interface
34336     (CONFIG_PCI) including PCI Express.
34337
34338     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34339
34340 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
34341 Author: Wolfgang Grandegger <wg@grandegger.com>
34342 Date:   Wed Feb 11 18:38:19 2009 +0100
34343
34344     MPC85xx: TQM85xx: fix flash protection for boot loader
34345
34346     As the reset vector is located at 0xfffffffc, all flash sectors from the
34347     beginning of the U-Boot binary to 0xffffffff must be protected. On the
34348     TQM8548-AG having small sectors at the end of the flash it happened that
34349     the last two sector were not protected and an "erase all" left an
34350     un-bootable system behind:
34351
34352     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
34353       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
34354       Erase timeout: 8192 ms, write timeout: 1 ms
34355
34356       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
34357       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
34358
34359     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
34360     board BSPs as well.
34361
34362     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34363
34364 commit a1c8a719262151f97119e76166043ee3da3f97b2
34365 Author: Peter Tyser <ptyser@xes-inc.com>
34366 Date:   Fri Feb 6 14:30:40 2009 -0600
34367
34368     86xx: Update CPU info output on bootup
34369
34370     - Update style of 86xx CPU information on boot to more closely
34371       match 85xx boards
34372     - Fix detection of 8641/8641D
34373     - Use strmhz() to display frequencies
34374     - Display L1 information
34375     - Display L2 cache size
34376     - Fixed CPU/SVR version output
34377
34378     == Before ==
34379     Freescale PowerPC
34380     CPU:
34381         Core: E600 Core 0, Version: 0.2, (0x80040202)
34382         System: Unknown, Version: 2.1, (0x80900121)
34383         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
34384         L2: Enabled
34385     Board: X-ES XPedite5170 3U VPX SBC
34386
34387     == After ==
34388     CPU:   8641D, Version: 2.1, (0x80900121)
34389     Core:  E600 Core 0, Version: 2.2, (0x80040202)
34390     Clock Configuration:
34391            CPU:1066.667 MHz, MPX:533.333 MHz
34392            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
34393     L1:    D-cache 32 KB enabled
34394            I-cache 32 KB enabled
34395     L2:    512 KB enabled
34396     Board: X-ES XPedite5170 3U VPX SBC
34397
34398     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34399
34400 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
34401 Author: Peter Tyser <ptyser@xes-inc.com>
34402 Date:   Thu Feb 5 11:25:24 2009 -0600
34403
34404     86xx: Update Global Utilities structure
34405
34406     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34407
34408 commit 4ef630df773e45806d701bf5d25c328778bb4cde
34409 Author: Peter Tyser <ptyser@xes-inc.com>
34410 Date:   Thu Feb 5 11:25:25 2009 -0600
34411
34412     86xx: Reset update
34413
34414     Update the 86xx reset sequence to try executing a board-specific reset
34415     function.  If the board-specific reset is not implemented or does not
34416     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
34417     reset procedure than the previous method and allows all board
34418     peripherals to be reset if needed.
34419
34420     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34421
34422 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
34423 Author: Kumar Gala <galak@kernel.crashing.org>
34424 Date:   Tue Feb 10 23:53:40 2009 -0600
34425
34426     fsl-ddr: Allow system to boot if we have more than 4G of memory
34427
34428     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
34429     an error and hang.  Instead of doing that since DDR is mapped in the
34430     lowest priority LAWs we setup the DDR controller and the max amount
34431     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
34432
34433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34434     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
34435
34436 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
34437 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
34438 Date:   Wed Jan 21 17:17:33 2009 -0600
34439
34440     mpc85xx: Add support for the P2020
34441
34442     Added various p2020 processor specific details:
34443     * SVR for p2020, p2020E
34444     * immap updates for LAWs and DDR on p2020
34445     * LAW defines related to p2020
34446
34447     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
34448     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
34449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34450
34451 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
34452 Author: Kumar Gala <galak@kernel.crashing.org>
34453 Date:   Tue Feb 10 17:36:15 2009 -0600
34454
34455     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
34456
34457     Added some info that is printed out when we boot to distiquish if we
34458     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
34459     different address maps.
34460
34461     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34462
34463 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
34464 Author: Andy Fleming <afleming@freescale.com>
34465 Date:   Fri Dec 5 20:10:22 2008 -0600
34466
34467     Fixup SGMII PHY ids in the device tree
34468
34469     The device tree's PHY addresses need to be fixed up if we're using the
34470     SGMII Riser Card.
34471
34472     The 8572, 8536, and 8544 DS boards were modified to call this function.
34473
34474     Code idea taken from Liu Yu <yu.liu@freescale.com>
34475
34476     Signed-off-by: Andy Fleming <afleming@freescale.com>
34477
34478 commit 5dc0cf68f8f101042997d75188081d8526d705ea
34479 Author: Andy Fleming <afleming@freescale.com>
34480 Date:   Wed Feb 11 15:10:31 2009 -0600
34481
34482     Make some minor whitespace changes to eliminate line-wrapping
34483
34484     Signed-off-by: Andy Fleming <afleming@freescale.com>
34485
34486 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
34487 Author: Andy Fleming <afleming@freescale.com>
34488 Date:   Wed Feb 11 15:07:24 2009 -0600
34489
34490     Add eth_get_dev_by_index
34491
34492     This allows code to iterate through the ethernet devices
34493
34494     Signed-off-by: Andy Fleming <afleming@freescale.com>
34495
34496 commit b67305120aaf268a6140125346678166d14f1f47
34497 Author: Kumar Gala <galak@kernel.crashing.org>
34498 Date:   Mon Feb 9 22:03:04 2009 -0600
34499
34500     85xx: Fix bug in device tree setup in 36-bit physical confg
34501
34502     In the 36-bit physical config for MPC8572DS when need the start address
34503     of memory and it size to be kept in phys_*_t instead of a ulong since
34504     we support >4G of memory in the config and ulong cant represent that.
34505     Otherwise we end up seeing the memory node in the device tree reporting
34506     back we have memory starting @ 0 and of size 0.
34507
34508     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34509
34510 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
34511 Author: Kumar Gala <galak@kernel.crashing.org>
34512 Date:   Mon Feb 9 22:03:05 2009 -0600
34513
34514     85xx: Fix address map for 36-bit config of MPC8572DS
34515
34516     When we introduced the 36-bit config of the MPC8572DS board we had the
34517     wrong PCI MEM bus address map.  Additionally, the change to the address
34518     map exposes a small issue in our dummy read on the ULI bus.  We need
34519     to use the new mapping functions to handle that read properly in the
34520     36-bit config.
34521
34522     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34523
34524 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
34525 Author: Kumar Gala <galak@kernel.crashing.org>
34526 Date:   Fri Feb 6 09:56:35 2009 -0600
34527
34528     85xx: Fix how we map DDR memory
34529
34530     Previously we only allowed power-of-two memory sizes and didnt
34531     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
34532     and should properly handle any size that we can make in the TLBs
34533     we have available to us
34534
34535     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34536
34537 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
34538 Author: Kumar Gala <galak@kernel.crashing.org>
34539 Date:   Fri Feb 6 09:56:34 2009 -0600
34540
34541     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
34542
34543     If we only have one controller we can completely ignore how
34544     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
34545     and think we have twice as much memory.
34546
34547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34548
34549 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
34550 Author: Kumar Gala <galak@kernel.crashing.org>
34551 Date:   Wed Feb 4 09:35:57 2009 -0600
34552
34553     85xx: Format cpu freq printing to handle 8 cores
34554
34555     Only print 4 cpu freq per line.  This way when we have 8 cores its a
34556     bit more readable.
34557
34558     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34559
34560 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
34561 Author: Abraham, Thomas <t-abraham@ti.com>
34562 Date:   Tue Oct 28 16:51:31 2008 +0530
34563
34564     USB: Remove LUN number from CDB
34565
34566     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.
34567
34568     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
34569     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34570
34571 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
34572 Author: Atin Malaviya <atin.malaviya@gmail.com>
34573 Date:   Tue Feb 3 15:17:10 2009 -0500
34574
34575     Added usbtty_configured() check. Fixed attribute(packed) warnings.
34576
34577     V3: Fixed line-wrap problem due to user error in mail!
34578
34579     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
34580     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
34581     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
34582
34583     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
34584     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34585
34586 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
34587 Author: Guennadi Liakhovetski <lg@denx.de>
34588 Date:   Fri Feb 13 09:23:36 2009 +0100
34589
34590     i.MX31: Start the I2C clock on driver initialisation
34591
34592     i.MX31 powers on with most clocks running, so, after a power on this explicit
34593     clock start up is not required. However, as Linux boots it disables most clocks
34594     to save power. This includes the I2C clock. If we then soft reboot from Linux
34595     the I2C clock stays off. This breaks the phycore, which has its environment in
34596     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
34597     initialisation routine.
34598
34599     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34600     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34601
34602 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
34603 Author: Mike Frysinger <vapier@gentoo.org>
34604 Date:   Wed Feb 11 20:36:14 2009 -0500
34605
34606     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
34607
34608     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
34609     common code are no longer needed.
34610
34611     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34612
34613 commit c2d9befa0b4695b89476fb5d259742c09afe243f
34614 Author: Heiko Schocher <hs@denx.de>
34615 Date:   Thu Feb 12 08:08:54 2009 +0100
34616
34617     82xx, mgcoge: fix compile error
34618
34619     With actual u-boot compiling the mgcoge port fails, because
34620     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
34621     necessary to define CONFIG_NET_MULTI.
34622
34623     Seems to me the mgcoge port is the only actual existing 8260
34624     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
34625     to be fixed.
34626
34627     Signed-off-by: Heiko Schocher <hs@denx.de>
34628
34629 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
34630 Author: Dirk Eibach <eibach@gdsys.de>
34631 Date:   Mon Feb 9 08:18:34 2009 +0100
34632
34633     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
34634
34635     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
34636     Signed-off-by: Stefan Roese <sr@denx.de>
34637
34638 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
34639 Author: Carolyn Smith <carolyn.smith@tektronix.com>
34640 Date:   Thu Feb 12 06:13:44 2009 +0100
34641
34642     ppc4xx: Fix initialization of the SDRAM_CODT register
34643
34644     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
34645     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
34646     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
34647
34648     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
34649     Signed-off-by: Stefan Roese <sr@denx.de>
34650
34651 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
34652 Author: Stefan Roese <sr@denx.de>
34653 Date:   Wed Feb 11 09:29:33 2009 +0100
34654
34655     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
34656
34657     Some AMCC eval boards do have a board_eth_init() function calling
34658     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
34659     with the new eth_init rework.
34660
34661     Signed-off-by: Stefan Roese <sr@denx.de>
34662
34663 commit c645012aefebb301e6907d148c6c8efacac049d4
34664 Author: Adam Graham <agraham@amcc.com>
34665 Date:   Mon Feb 9 13:18:12 2009 -0800
34666
34667     ppc4xx: Autocalibration can set RDCC to over aggressive value.
34668
34669     The criteria of the AMCC SDRAM Controller DDR autocalibration
34670     U-Boot code is to pick the largest passing write/read/compare
34671     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
34672     Cycle Select value.
34673
34674     On some Kilauea boards the DDR autocalibration algorithm can
34675     find a large passing write/read/compare window with a small
34676     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
34677     value "T1 Sample".
34678
34679     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
34680     "T1 Sample" proves to be to aggressive when later on U-Boot
34681     relocates into DDR memory and executes.
34682
34683     The memory traces on the Kilauea board are short so on some
34684     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
34685     value of "T1 Sample" shows up as a potentially valid value for
34686     the DDR autocalibratiion algorithm.
34687
34688     The fix is to define a weak default function which provides
34689     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
34690     to accept for DDR autocalibration.  The default will be the
34691     "T2 Sample" value.  A board developer who has a well defined
34692     board and chooses to be more aggressive can always provide
34693     their own board specific string function with the more
34694     aggressive "T1 Sample" value or stick with the default
34695     minimum SDRAM_RDCC.[RDSS] value of "T2".
34696
34697     Also put in a autocalibration loop fix for case where current
34698     write/read/compare passing window size is the same as a prior
34699     window size, then in this case choose the write/read/compare
34700     result that has the associated smallest RDCC T-Sample value.
34701
34702     Signed-off-by: Adam Graham <agraham@amcc.com>
34703     Signed-off-by: Stefan Roese <sr@denx.de>
34704
34705 commit 2ede879fcb67470524847bb4fc8972651bb46184
34706 Author: Stefan Roese <sr@denx.de>
34707 Date:   Wed Feb 11 09:37:12 2009 +0100
34708
34709     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
34710
34711     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
34712     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
34713
34714     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
34715     boards right now.
34716
34717     Signed-off-by: Stefan Roese <sr@denx.de>
34718
34719 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
34720 Author: Wolfgang Denk <wd@denx.de>
34721 Date:   Thu Feb 12 00:08:39 2009 +0100
34722
34723     Coding style cleanup; update CHANGELOG
34724
34725     Signed-off-by: Wolfgang Denk <wd@denx.de>
34726
34727 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
34728 Author: Peter Tyser <ptyser@xes-inc.com>
34729 Date:   Fri Jan 30 16:36:40 2009 -0600
34730
34731     Add feature-removal-schedule.txt
34732
34733     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34734
34735 commit 255d28e1642e8fc32a6753226be1a96b481ce111
34736 Author: Heiko Schocher <hs@denx.de>
34737 Date:   Tue Feb 10 09:32:38 2009 +0100
34738
34739     8xx serial, smc: Coding-Style cleanup serial SMC driver
34740
34741     Signed-off-by: Heiko Schocher <hs@denx.de>
34742
34743 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
34744 Author: Heiko Schocher <hs@denx.de>
34745 Date:   Tue Feb 10 09:31:47 2009 +0100
34746
34747     8xx serial, smc: add configurable SMC Rx buffer len
34748
34749     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
34750     With this option it is possible to allow the receive
34751     buffer for the SMC on 8xx to be greater then 1. In case
34752     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
34753     old version.
34754
34755     When defining CONFIG_SYS_SMC_RXBUFLEN also
34756     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
34757     idle timeout for the SMC.
34758
34759     Signed-off-by: Heiko Schocher <hs@denx.de>
34760
34761 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
34762 Author: Mike Frysinger <vapier@gentoo.org>
34763 Date:   Thu Feb 5 21:04:36 2009 -0500
34764
34765     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
34766
34767     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
34768     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
34769     code in the process.
34770
34771     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34772
34773 commit ab76e9848a1f4db64d14233741d739a3b3360c93
34774 Author: Mike Frysinger <vapier@gentoo.org>
34775 Date:   Thu Feb 5 21:04:50 2009 -0500
34776
34777     bzip2: move ifdef handling to Makefile COBJS-$(...)
34778
34779     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34780
34781 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
34782 Author: Jerry Van Baren <gvb.uboot@gmail.com>
34783 Date:   Thu Feb 5 22:18:02 2009 -0500
34784
34785     Fix whitespace damage: double space changed to a tab
34786
34787     At some point an intentional double space at the end of the sentence
34788     got changed into a tab in the GPL header line:
34789      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34790
34791     This patch fixes the damage.
34792
34793     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34794
34795 commit 4f975678de995b55749d5e84590c268972a7c835
34796 Author: Heiko Schocher <hs@denx.de>
34797 Date:   Tue Feb 10 09:53:29 2009 +0100
34798
34799     cfi: make flash_get_info() non static
34800
34801     If on your board is more than one flash, you must know
34802     the size of every single flash, for example, for updating
34803     the DTS before booting Linux. So make this function
34804     flash_get_info() extern, and you can have all info
34805     about your flashes.
34806
34807     Signed-off-by: Heiko Schocher <hs@denx.de>
34808     Signed-off-by: Stefan Roese <sr@denx.de>
34809
34810 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
34811 Author: Ben Warren <biggerbadderben@gmail.com>
34812 Date:   Thu Feb 5 23:58:25 2009 -0800
34813
34814     net: removed board-specific CONFIGs from MPC5xxx FEC driver
34815
34816     Added new CONFIG options for the three type of MAC-PHY interconnect and
34817     applied them all relevant board config files
34818
34819     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34820
34821 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
34822 Author: Mike Frysinger <vapier@gentoo.org>
34823 Date:   Thu Feb 5 21:04:47 2009 -0500
34824
34825     net/sntp.c: move ifdef into Makefile COBJS-$(...)
34826
34827     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34828     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34829
34830 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
34831 Author: Andy Fleming <afleming@freescale.com>
34832 Date:   Tue Feb 3 18:26:41 2009 -0600
34833
34834     tsec: Fix a bug in soft-resetting
34835
34836     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
34837     clock cycles, so it's been mostly working.  But we had no guarantee, and at
34838     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
34839     enforces a 2 microsecond gap between assertion and deassertion.
34840
34841     Signed-off-by: Andy Fleming <afleming@freescale.com>
34842     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34843
34844 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
34845 Author: Simon Munton <simon@nidoran.m5data.com>
34846 Date:   Mon Feb 2 09:44:08 2009 +0000
34847
34848     Fix 100Mbs ethernet operation on sh7763 based boards
34849
34850     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
34851     used in the GECMR register. Following diff fixes the problem
34852
34853     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
34854     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34855
34856 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
34857 Author: ksi@koi8.net <ksi@koi8.net>
34858 Date:   Fri Feb 6 16:27:55 2009 -0800
34859
34860     Fix MPC8260 with ethernet on SCC
34861
34862     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
34863     typo or something...
34864
34865     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
34866     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34867
34868 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
34869 Author: Heiko Schocher <hs@denx.de>
34870 Date:   Fri Jan 30 12:56:15 2009 +0100
34871
34872     82xx serial, smc: Coding-Style cleanup serial SMC driver
34873
34874     Signed-off-by: Heiko Schocher <hs@denx.de>
34875
34876 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
34877 Author: Heiko Schocher <hs@denx.de>
34878 Date:   Fri Jan 30 12:55:38 2009 +0100
34879
34880     82xx serial, smc: add configurable SMC Rx buffer len
34881
34882     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
34883     With this option it is possible to allow the receive
34884     buffer for the SMC on 82xx to be greater then 1. In case
34885     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
34886     old version.
34887
34888     When defining CONFIG_SYS_SMC_RXBUFLEN also
34889     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
34890     idle timeout for the SMC.
34891
34892     Signed-off-by: Heiko Schocher <hs@denx.de>
34893
34894 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
34895 Author: Kumar Gala <galak@kernel.crashing.org>
34896 Date:   Fri Feb 6 08:08:06 2009 -0600
34897
34898     ppc: Fix roll over bug in flush_cache()
34899
34900     If we call flush_cache(0xfffff000, 0x1000) it would never
34901     terminate the loop since end = 0xffffffff and we'd roll over
34902     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
34903
34904     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34905
34906 commit 87c9063963561d3d01064be34d0c30855a56587b
34907 Author: Kumar Gala <galak@kernel.crashing.org>
34908 Date:   Thu Feb 5 20:40:58 2009 -0600
34909
34910     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
34911
34912     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
34913     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
34914
34915     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34916     Acked-by: Stefan Roese <sr@denx.de>
34917
34918 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
34919 Author: Kumar Gala <galak@kernel.crashing.org>
34920 Date:   Thu Feb 5 20:40:57 2009 -0600
34921
34922     Add an architecture specific config.h for common defines
34923
34924     We have common defines that we duplicate in various ways.  Having an
34925     arch specific config.h gives us a common location for those defines.
34926
34927     Eventually we should be able to replace this when we have proper
34928     Kconfig support.
34929
34930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34931
34932 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
34933 Author: Becky Bruce <beckyb@kernel.crashing.org>
34934 Date:   Tue Feb 3 18:10:56 2009 -0600
34935
34936     mpc8641hpcn: Change PCI MEM pci bus address
34937
34938     Now that the rest of u-boot can support it, change the PCI bus
34939     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
34940     and use the same bus address for both PCI1 and PCI2.  This will
34941     maximize the amount of PCI address space left over to map RAM
34942     on systems with large amounts of memory.
34943
34944     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34945
34946 commit 1785dbeed43599eed1d8875673c96912cd770141
34947 Author: Becky Bruce <beckyb@kernel.crashing.org>
34948 Date:   Tue Feb 3 18:10:55 2009 -0600
34949
34950     drivers/block/ahci: Fix pci mapping bug
34951
34952     The code assumes that the pci bus address and the virtual
34953     address used to access a region are the same, but they might
34954     not be.  Fix this assumption.
34955
34956     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34957
34958 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
34959 Author: Becky Bruce <beckyb@kernel.crashing.org>
34960 Date:   Tue Feb 3 18:10:54 2009 -0600
34961
34962     MPC8641HPCN: Enable CONFIG_ADDR_MAP
34963
34964     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34965
34966 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
34967 Author: Becky Bruce <beckyb@kernel.crashing.org>
34968 Date:   Tue Feb 3 18:10:53 2009 -0600
34969
34970     mpc8641hpcn: Clean up PCI mapping concepts
34971
34972     Clean up PCI mapping concepts in the 8641 config - rename _BASE
34973     to _BUS, as it's actually a PCI bus address, separate virtual
34974     and physical addresses into _VIRT and _PHYS, and use each
34975     appopriately.
34976
34977     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34978
34979 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
34980 Author: Becky Bruce <beckyb@kernel.crashing.org>
34981 Date:   Tue Feb 3 18:10:52 2009 -0600
34982
34983     mpc86xx: Add support to populate addr map based on BATs
34984
34985     If CONFIG_ADDR_MAP is enabled, update the address map
34986     whenever we write a bat.
34987
34988     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34989
34990 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
34991 Author: Becky Bruce <beckyb@kernel.crashing.org>
34992 Date:   Tue Feb 3 18:10:51 2009 -0600
34993
34994     powerpc: Move duplicated BAT defines to mmu.h
34995
34996     The BAT fields are architected; there's no need for these to be in
34997     cpu-specific files.  Drop the duplication and move these to
34998     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
34999     used by the alaska board, and switch to using the BATU_BL_xxx defines
35000     used by all the other boards.  The BL_ defines previously in use
35001     had to be shifted into the proper position for use, which was inefficient.
35002
35003     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35004
35005 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
35006 Author: Becky Bruce <beckyb@kernel.crashing.org>
35007 Date:   Tue Feb 3 18:10:50 2009 -0600
35008
35009     drivers/pci: Create pci_map_bar function
35010
35011     It is no longer always true that the pci bus address can be
35012     used as the virtual address for pci accesses.  pci_map_bar()
35013     is created to return the virtual address for a pci region.
35014
35015     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35016
35017 commit 2ecca3401775b125c3b9ff65766befb23989414b
35018 Author: Becky Bruce <beckyb@kernel.crashing.org>
35019 Date:   Tue Feb 3 18:10:49 2009 -0600
35020
35021     mpc8641hpcn: Set up outbound pci windows before inbound
35022
35023     Because the inbound pci windows are mapped generously, set up
35024     the more specific outbound windows first.  This way, when we
35025     search the pci regions for something, we will hit on the more
35026     specific region.  This can actually be a problem on systems
35027     with large amounts of RAM.
35028
35029     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35030
35031 commit b81b773ead0687114dc8a800f99ea6e504447739
35032 Author: Becky Bruce <beckyb@kernel.crashing.org>
35033 Date:   Mon Feb 2 16:34:52 2009 -0600
35034
35035     mpc8641hpcn: Use physical address in flash banks defintion
35036
35037     If the VA and PA of the flash aren't the same, the banks list
35038     should be initialized to hold the physical address.  Correct this.
35039
35040     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35041
35042 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
35043 Author: Ilya Yanok <yanok@emcraft.com>
35044 Date:   Tue Feb 10 00:22:31 2009 +0100
35045
35046     qong: support for Dave/DENX QongEVB-LITE board
35047
35048     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
35049
35050     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
35051     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35052
35053 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
35054 Author: Ilya Yanok <yanok@emcraft.com>
35055 Date:   Mon Feb 9 18:45:28 2009 +0100
35056
35057     dnet: driver for Dave DNET ethernet controller
35058
35059     Driver for Dave DNET ethernet controller (used on Dave/DENX
35060     QongEVB-LITE board).
35061
35062     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
35063     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35064
35065 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
35066 Author: Kumar Gala <galak@kernel.crashing.org>
35067 Date:   Fri Feb 6 09:49:32 2009 -0600
35068
35069     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
35070
35071     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
35072     we should give preference to memory regions that aren't system memory.
35073
35074     Its possible that we have over mapped system memory in the regions and
35075     we want to avoid depending on the order of the regions.
35076
35077     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35078
35079 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
35080 Author: Kumar Gala <galak@kernel.crashing.org>
35081 Date:   Fri Feb 6 09:49:31 2009 -0600
35082
35083     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
35084
35085     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
35086     can be confusing when reading the code.
35087
35088     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
35089     for system memory mapping purposes.
35090
35091     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35092
35093 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
35094 Author: Ilya Yanok <yanok@emcraft.com>
35095 Date:   Sun Feb 8 00:59:43 2009 +0300
35096
35097     mx31: add GPIO registers definitions
35098
35099     Added definitions for i.MX31 processor GPIO registers.
35100
35101     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
35102
35103 commit 8da601280a8acbc3385784780ed35130e53812f1
35104 Author: Peter Tyser <ptyser@xes-inc.com>
35105 Date:   Wed Feb 4 13:47:22 2009 -0600
35106
35107     NAND: Add timeout for reset command
35108
35109     Without the timeout present an infinite loop can occur if the
35110     NAND device is broken or not present.
35111
35112     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35113     Signed-off-by: Scott Wood <scottwood@freescale.com>
35114
35115 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
35116 Author: Peter Tyser <ptyser@xes-inc.com>
35117 Date:   Wed Feb 4 13:39:40 2009 -0600
35118
35119     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
35120
35121     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
35122     for disabling the "No NAND device found!!!" warning when
35123     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
35124     for silencing the warning.
35125
35126     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35127     Signed-off-by: Scott Wood <scottwood@freescale.com>
35128
35129 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
35130 Author: Valeriy Glushkov <gvv@lstec.com>
35131 Date:   Mon Jan 19 16:32:59 2009 +0200
35132
35133     NAND: Fixed invalid pointers to static relocated chip names
35134
35135     Dear Wolfgang,
35136
35137     You are right, the patch was ugly.
35138     The new one seems to be better.
35139
35140     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
35141     Signed-off-by: Scott Wood <scottwood@freescale.com>
35142
35143 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
35144 Author: Nishanth Menon <nm@ti.com>
35145 Date:   Mon Feb 2 18:20:12 2009 -0600
35146
35147     ARM:OMAP3:Zoom1: Add nand unlock option
35148
35149     Enable NAND_UNLOCK option for unlocking nand for
35150     erase/write operations
35151
35152     Signed-off-by: Nishanth Menon <nm@ti.com>
35153
35154 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
35155 Author: derek@siconix.com <derek@siconix.com>
35156 Date:   Mon Jan 26 14:08:17 2009 -0700
35157
35158     env_nand: fix env memory release
35159
35160     This fixes a bug that tmp environment memory not being released.
35161
35162     Signed-off-by: Derek Ou <dou@siconix.com>
35163     Signed-off-by: Scott Wood <scottwood@freescale.com>
35164
35165 commit 05fd88776419df59e7f37bac063a209409dd801d
35166 Author: Guennadi Liakhovetski <lg@denx.de>
35167 Date:   Fri Feb 6 10:37:45 2009 +0100
35168
35169     ARM: remove unused variable
35170
35171     The "size" variable in start_armboot() in lib_arm/board.c is only really
35172     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
35173     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
35174
35175     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35176
35177 commit 6989e4f546d960a407dd5425f800dff9751c8132
35178 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35179 Date:   Thu Feb 5 09:33:50 2009 -0500
35180
35181     Coldfire: M527x: Add missing GPIO register address defines
35182
35183     Add missing GPIO registers address definition for Coldfire M5271.
35184
35185     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35186
35187 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
35188 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35189 Date:   Fri Jan 23 14:42:58 2009 -0500
35190
35191     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
35192
35193     Modified mii_init to support boards with PHYs that are not set to
35194     autonegotiate, but still want to use u-boot's mii commands to probe
35195     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
35196
35197     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35198
35199 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
35200 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35201 Date:   Fri Jan 23 11:44:30 2009 -0500
35202
35203     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
35204
35205     Applied the patch for baudrate divider value truncation for
35206     serial_init to serial_setbrg as well.
35207
35208     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35209
35210 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
35211 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35212 Date:   Fri Jan 23 14:07:05 2009 -0500
35213
35214     Coldfire: M5271EVB: Board header update (dependencies)
35215
35216     Cleanup for M5271EVB:
35217     Added clarification on the use of CONFIG_SYS_CLOCK.
35218     Modified to use u-boot's HUSH parser.
35219     Cleanup on environment settings.
35220     Removed compiler warning by defining CONFIG_SYS_CS0_*
35221
35222     Dependencies:
35223     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
35224     This depends on a patch to include/asm-m68k/m5271.h
35225     that defines the multiplier and divider ratios.
35226
35227     Removed the definition of CONFIG_SYS_FECI2C.
35228     This depends on a patch that removes the use of it in
35229     cpu/mcf52x2/cpu_init.c
35230
35231     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35232
35233 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
35234 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35235 Date:   Thu Jan 29 14:36:06 2009 -0500
35236
35237     Coldfire: M5271: Allow board header file to specify clock multiplier
35238
35239     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
35240
35241     Allow the board header file to set their own multiplier and divider.
35242     Added the #define for the multiplier and divider to the cpu header file.
35243
35244     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35245
35246 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
35247 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35248 Date:   Fri Jan 23 10:47:13 2009 -0500
35249
35250     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
35251
35252     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
35253     Use read-modify-write to activate the FEC pins without disabling I2C.
35254
35255     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35256
35257 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
35258 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35259 Date:   Fri Jan 23 09:45:34 2009 -0500
35260
35261     Coldfire: cmd_bdinfo cleanup
35262
35263     CONFIG_M68K bdinfo cleanup:
35264
35265     Fixed compiler warning about baudrate printing.
35266     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
35267
35268     Added printing of "cpufreq"
35269
35270     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35271
35272 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
35273 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35274 Date:   Fri Jan 23 09:27:00 2009 -0500
35275
35276     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
35277
35278     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
35279     was causing the bus clock (not CPU clock) to be declared twice as
35280     fast as it actually is. This causes UARTS to operate at half the
35281     specified baudrate.
35282
35283     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35284
35285 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
35286 Author: Dirk Eibach <eibach@gdsys.de>
35287 Date:   Tue Feb 3 15:15:21 2009 +0100
35288
35289     ppc4xx: Make PCIE support selectable
35290
35291     On some platforms PCIE support is not required, but would be included
35292     because the cpu supports it. To reduce fooprint it is now configurable
35293     via CONFIG_PCI_DISABLE_PCIE.
35294
35295     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
35296     Signed-off-by: Stefan Roese <sr@denx.de>
35297
35298 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
35299 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35300 Date:   Tue Feb 3 22:13:16 2009 +0100
35301
35302     ppc4xx: Only fixup opb attached UARTs
35303
35304     This patch updates the fdt UART clock fixup code to
35305     only touch CPU internal UARTs on 4xx systems.
35306     Only these UARTs are definitely clocked by gd->uart_clk.
35307
35308     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35309     Signed-off-by: Stefan Roese <sr@denx.de>
35310
35311 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
35312 Author: Mike Frysinger <vapier@gentoo.org>
35313 Date:   Tue Jan 13 11:00:29 2009 -0500
35314
35315     Blackfin: move default boot SPI CS to common code
35316
35317     Move the default SPI CS that we boot from into common code so that it can
35318     be used in other SPI drivers and environment settings.
35319
35320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35321
35322 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
35323 Author: Mike Frysinger <vapier@gentoo.org>
35324 Date:   Wed Dec 10 12:33:54 2008 -0500
35325
35326     Blackfin: dynamically update UART speed when initializing
35327
35328     Previously, booting over the UART required the baud rate to be known ahead
35329     of time.  Using a bit of tricky simple math, we can calculate the new board
35330     rate based on the old divisors.
35331
35332     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35333     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
35334
35335 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
35336 Author: Mike Frysinger <vapier@gentoo.org>
35337 Date:   Tue Dec 9 17:21:08 2008 -0500
35338
35339     Blackfin: add support for fast SPI reads with Boot ROM
35340
35341     Newer Blackfin boot roms support using the fast SPI read command rather than
35342     just the slow one.  If the functionality is available, then use it.
35343
35344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35345
35346 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
35347 Author: Mike Frysinger <vapier@gentoo.org>
35348 Date:   Sat Oct 11 21:46:52 2008 -0400
35349
35350     Blackfin: check for reserved settings in DDR MMRs
35351
35352     Some bits of the DDR MMRs should not be set.  If they do, bad things may
35353     happen (like random failures or hardware destruction).
35354
35355     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35356
35357 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
35358 Author: Mike Frysinger <vapier@gentoo.org>
35359 Date:   Sat Oct 11 21:54:00 2008 -0400
35360
35361     Blackfin: set default voltage levels for BF538/BF539 parts
35362
35363     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35364
35365 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
35366 Author: Mike Frysinger <vapier@gentoo.org>
35367 Date:   Sun Jun 1 01:29:57 2008 -0400
35368
35369     Blackfin: use on-chip syscontrol() rom function when available
35370
35371     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
35372     to be used to properly program the memory and voltage settings as it will
35373     include (possibly critical) factory tested bias values.
35374
35375     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35376
35377 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
35378 Author: Stefan Roese <sr@denx.de>
35379 Date:   Thu Feb 5 11:44:52 2009 +0100
35380
35381     cfi_flash: Fix typo in cfi_flash.c
35382
35383     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
35384     introduced a small typo and compilation warning for systems with CFI
35385     legacy support (e.g. hcu4). This patch fixes it.
35386
35387     Signed-off-by: Stefan Roese <sr@denx.de>
35388
35389 commit 28745db969b72693754991c838f68a7fb4a8b1ab
35390 Author: Stefan Roese <sr@denx.de>
35391 Date:   Thu Jan 29 11:21:38 2009 +0100
35392
35393     jedec_flash: Only use manufacturer defines from common flash.h
35394
35395     This patch removes the double defined manufacturer defines from
35396     jedec_flash.c. Since the common defines in flash.h are 32bit
35397     we now need the (16) cast. This patch also removes the compilation
35398     warning (e.g. seen on hcu5):
35399
35400     ./MAKEALL hcu5
35401     Configuring for hcu5 board...
35402     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
35403
35404     Signed-off-by: Stefan Roese <sr@denx.de>
35405
35406 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
35407 Author: Stefan Roese <sr@denx.de>
35408 Date:   Thu Feb 5 11:25:57 2009 +0100
35409
35410     cfi_flash: Silence compilation warning
35411
35412     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
35413     introduced a small compilation warning. This patch fixes it.
35414
35415     Signed-off-by: Stefan Roese <sr@denx.de>
35416
35417 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
35418 Author: Becky Bruce <beckyb@kernel.crashing.org>
35419 Date:   Mon Feb 2 16:34:51 2009 -0600
35420
35421     flash/cfi_flash: Use virtual sector start address, not phys
35422
35423     include/flash.h was commented to say that the address in
35424     flash_info->start was a physical address.  However, from u-boot's
35425     point of view, and looking at most flash code, it makes more
35426     sense for this to be a virtual address.  So I corrected the
35427     comment to indicate that this was a virtual address.
35428
35429     The only flash driver that was actually treating the address
35430     as physical was the mtd/cfi_flash driver.  However, this code
35431     was using it inconsistently as it actually directly dereferenced
35432     the "start" element, while it used map_physmem to get a
35433     virtual address in other places.  I changed this driver so
35434     that the code which initializes the info->start field calls
35435     map_physmem to get a virtual address, eliminating the need for
35436     further map_physmem calls.  The code is now consistent.
35437
35438     The *only* place a physical address should be used is when defining the
35439     flash banks list that is used to initialize the flash_info struct,
35440     usually found in the board config file.
35441
35442     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35443     Signed-off-by: Stefan Roese <sr@denx.de>
35444
35445 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
35446 Author: Wolfgang Denk <wd@denx.de>
35447 Date:   Wed Feb 4 09:42:20 2009 +0100
35448
35449     Fix compiler warning
35450
35451     (shows up only when DEBUG is enabled)
35452
35453     Signed-off-by: Wolfgang Denk <wd@denx.de>
35454
35455 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
35456 Author: Mike Frysinger <vapier@gentoo.org>
35457 Date:   Mon Oct 6 03:45:55 2008 -0400
35458
35459     Blackfin: update anomaly lists
35460
35461     Update the anomaly lists to match latest anomaly sheets.
35462
35463     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35464
35465 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
35466 Author: Ralph Kondziella <rk@argos-messtechnik.de>
35467 Date:   Mon Jan 26 12:34:36 2009 -0700
35468
35469     ADS5121 Add PATA support
35470
35471     Original patch from Ralph Kondziella
35472     plus clean up by Wolfgang Denk
35473     plus changes by John Rigby
35474         use ips clock not lpc
35475         port forward to current u-boot release
35476
35477     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
35478     Signed-off-by: Wolfgang Denk <wd@denx.de>
35479     Signed-off-by: John Rigby <jrigby@freescale.com>
35480
35481 commit abfbd0ae4967df18102345db4f4b529a13da107b
35482 Author: Martha Marx <mmarx@silicontkx.com>
35483 Date:   Mon Jan 26 10:45:07 2009 -0700
35484
35485     ADS5121 Add IC Ident Module (IIM) support
35486
35487     IIM (IC Identification Module) is the fusebox for the mpc5121.
35488     Use #define CONFIG_IIM to turn on the clock for this module
35489     use #define CONFIG_CMD_FUSE to add fusebox commands.
35490     Fusebox commands include the ability to read
35491     the status, read the register cache, override the register cache,
35492     program the fuses and sense them.
35493
35494     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
35495     Signed-off-by: John Rigby <jrigby@freescale.com>
35496
35497 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
35498 Author: John Rigby <jrigby@freescale.com>
35499 Date:   Fri Jan 23 10:33:15 2009 -0700
35500
35501     ADS5121 Fix rev2 silicon pci iopad config
35502
35503     Reset config is not correct
35504
35505     Signed-off-by: John Rigby <jrigby@freescale.com>
35506
35507 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
35508 Author: John Rigby <jrigby@freescale.com>
35509 Date:   Wed Nov 19 13:57:34 2008 -0700
35510
35511     ADS5121 DIU Add diu_bmp_addr env
35512
35513     Add support for using a bmp other than
35514     FSL_Logo_BMP for the DIU splash screen.
35515
35516     Can now set the env var "diu_bmp_addr" to
35517     the address of a BMP in flash to use instead
35518     of the default FSL_Logo_BMP.
35519
35520     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
35521     Signed-off-by: John Rigby <jrigby@freescale.com>
35522
35523 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
35524 Author: John Rigby <jrigby@freescale.com>
35525 Date:   Thu Oct 30 16:39:35 2008 -0600
35526
35527     ADS5121 DIU Make inclusion of FSL logo optional
35528
35529     Make inclusion of FSL logo optional and
35530     turn it off by default.
35531
35532     Signed-off-by: John Rigby <jrigby@freescale.com>
35533
35534 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
35535 Author: Remy Bohmer <linux@bohmer.net>
35536 Date:   Sun Feb 1 12:27:53 2009 +0100
35537
35538     Compile warning fix in onenand_uboot.h
35539
35540     Regression since merge window after 2009.01
35541
35542     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35543
35544 commit a270d1e7295c3d829f42c0480117941dfc1c6477
35545 Author: Stefan Roese <sr@denx.de>
35546 Date:   Thu Jan 29 06:33:55 2009 +0100
35547
35548     USB: Add EHCI support for VCT EHCI controller (really with driver now)
35549
35550     Somehow I missed the real driver part in my last patch version. This patch
35551     now adds the driver.
35552
35553     Signed-off-by: Stefan Roese <sr@denx.de>
35554     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35555
35556 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
35557 Author: Cliff Cai <cliff.cai@analog.com>
35558 Date:   Sat Nov 29 18:22:38 2008 -0500
35559
35560     Blackfin: add driver for on-chip MMC/SD controller
35561
35562     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
35563
35564     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
35565     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35566
35567 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
35568 Author: Mike Frysinger <vapier@gentoo.org>
35569 Date:   Sat Oct 11 22:47:34 2008 -0400
35570
35571     Blackfin: add port muxing for BF51x SPI
35572
35573     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35574
35575 commit fc68f9f85959664d528daea2aef5ef54974331ce
35576 Author: Mike Frysinger <vapier@gentoo.org>
35577 Date:   Tue Jan 6 06:16:19 2009 -0500
35578
35579     Blackfin: output booting source when booting
35580
35581     Knowing the booting source of the part is useful, especially when the part
35582     can switch dynamically between sources.
35583
35584     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35585
35586 commit 8df3ce0f49c37947800ac7c84e751499882619fc
35587 Author: Mike Frysinger <vapier@gentoo.org>
35588 Date:   Thu Dec 11 06:30:46 2008 -0500
35589
35590     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
35591
35592     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
35593     the Blackfin on-chip bootrom to boot out of SPI flash.
35594
35595     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35596
35597 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
35598 Author: Mike Frysinger <vapier@gentoo.org>
35599 Date:   Thu Dec 11 04:06:26 2008 -0500
35600
35601     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
35602
35603     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35604
35605 commit e5eb93e77391bcc308697116c544ea1340aaae8a
35606 Author: Mike Frysinger <vapier@gentoo.org>
35607 Date:   Sat Dec 6 02:54:52 2008 -0500
35608
35609     Blackfin: add port I bits
35610
35611     Some people need to access port I, so make sure the pins are defined.
35612
35613     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35614
35615 commit 8a6b272596d43de0db4943eac7af58c3534c4026
35616 Author: Sonic Zhang <Sonic.Zhang@analog.com>
35617 Date:   Wed Nov 26 22:16:45 2008 -0500
35618
35619     Blackfin: add driver for on-chip ATAPI controller
35620
35621     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
35622
35623     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
35624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35625
35626 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
35627 Author: Mike Frysinger <vapier@gentoo.org>
35628 Date:   Wed Nov 26 21:43:06 2008 -0500
35629
35630     Blackfin: add driver for on-chip NAND controller
35631
35632     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
35633
35634     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35635
35636 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
35637 Author: Mike Frysinger <vapier@gentoo.org>
35638 Date:   Wed Nov 12 07:18:15 2008 -0500
35639
35640     Blackfin: build with -mno-fdpic
35641
35642     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
35643     up u-boot, including ones that output FDPIC ELF by default.
35644
35645     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35646
35647 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
35648 Author: Mike Frysinger <vapier@gentoo.org>
35649 Date:   Tue Nov 11 05:43:57 2008 -0500
35650
35651     Blackfin: fix up EBIU defines
35652
35653     The EBIU defines for EBSZ 256/512 were incorrect.
35654
35655     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35656
35657 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
35658 Author: Mike Frysinger <vapier@gentoo.org>
35659 Date:   Wed Nov 5 12:45:24 2008 -0500
35660
35661     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
35662
35663     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
35664     as usable with the source/destination addresses and the count size.
35665
35666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35667
35668 commit b93c68648426f906d63b98117496b6415f505f39
35669 Author: Mike Frysinger <vapier@gentoo.org>
35670 Date:   Wed Nov 5 08:50:23 2008 -0500
35671
35672     Blackfin: only flag L1 instruction for DMA memcpy
35673
35674     The performance difference from doing an 8 bit DMA memcpy vs an optimized
35675     core memcpy can be pretty big when you add in the overhead of setting up the
35676     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
35677     actually require it.
35678
35679     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35680
35681 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
35682 Author: Mike Frysinger <vapier@gentoo.org>
35683 Date:   Wed Nov 5 07:20:37 2008 -0500
35684
35685     Blackfin: dma_memcpy(): fix random failures
35686
35687     We have to make sure the DMA channel is actually disabled in hardware before
35688     attempting to reprogram it.  Otherwise the new settings are ignored and we
35689     end up with random hangs/failures.
35690
35691     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35692
35693 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
35694 Author: Mike Frysinger <vapier@gentoo.org>
35695 Date:   Tue Nov 4 00:04:03 2008 -0500
35696
35697     Blackfin: rewrite cache handling functions
35698
35699     Take the cache flush functions from the kernel as they use hardware loops in
35700     order to get optimal performance.
35701
35702     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35703
35704 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
35705 Author: Mike Frysinger <vapier@gentoo.org>
35706 Date:   Mon Nov 3 22:30:05 2008 -0500
35707
35708     Blackfin: setup bi_enetaddr for single nets
35709
35710     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
35711     based on $ethaddr, so set it up.
35712
35713     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35714
35715 commit 40599239e7875b39e2a5c12e6545992041c72c52
35716 Author: Mike Frysinger <vapier@gentoo.org>
35717 Date:   Fri Oct 24 22:48:47 2008 -0400
35718
35719     Blackfin: cache core/system clock values
35720
35721     Calculating the clocks requires a bit of calls to gcc math functions, so
35722     cache the values after the first run since they'll most likely never
35723     change once U-Boot is up and running.
35724
35725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35726
35727 commit 6957a6209b02f6b69607fc47425f13731cc477f1
35728 Author: Mike Frysinger <vapier@gentoo.org>
35729 Date:   Fri Oct 24 18:18:16 2008 -0400
35730
35731     Blackfin: enable --gc-sections
35732
35733     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
35734     and linking with --gc-sections.
35735
35736     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35737
35738 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
35739 Author: Mike Frysinger <vapier@gentoo.org>
35740 Date:   Mon Oct 20 21:08:54 2008 -0400
35741
35742     Blackfin: dont check baud if it wont actually get used
35743
35744     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35745
35746 commit 400f5778f375bc99c73c8488c555def261ccfab7
35747 Author: Mike Frysinger <vapier@gentoo.org>
35748 Date:   Tue Oct 14 07:54:09 2008 -0400
35749
35750     Blackfin: add driver for on-chip SPI controller
35751
35752     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
35753
35754     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35755
35756 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
35757 Author: Mike Frysinger <vapier@gentoo.org>
35758 Date:   Sat Oct 18 05:33:51 2008 -0400
35759
35760     Blackfin: only build post code when CONFIG_POST
35761
35762     Save some time by using CONFIG_POST in the Makefile rather than C files.
35763
35764     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35765
35766 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
35767 Author: Mike Frysinger <vapier@gentoo.org>
35768 Date:   Thu Jan 8 11:57:57 2009 -0500
35769
35770     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
35771
35772     Redo how pointers are managed to get rid of ugly casts and strict pointer
35773     aliasing issues that are highlighted by gcc 4.3.
35774
35775     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35776     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35777
35778 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
35779 Author: Mike Frysinger <vapier@gentoo.org>
35780 Date:   Tue Dec 9 17:46:21 2008 -0500
35781
35782     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
35783
35784     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
35785     does exactly the same thing as common "CONFIG_RMII".
35786
35787     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35788     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35789
35790 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
35791 Author: Mike Frysinger <vapier@gentoo.org>
35792 Date:   Wed Nov 5 06:36:15 2008 -0500
35793
35794     Blackfin: bfin_mac: use common debug()
35795
35796     Rather then defining our own DEBUGF(), just use the common debug().
35797
35798     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35799     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35800
35801 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
35802 Author: Mike Frysinger <vapier@gentoo.org>
35803 Date:   Mon Oct 20 13:59:51 2008 -0400
35804
35805     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
35806
35807     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
35808     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
35809
35810     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35811     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35812
35813 commit ac45af4e63ea925f4accc98453aab1a1166c196d
35814 Author: Mike Frysinger <vapier@gentoo.org>
35815 Date:   Tue Oct 14 04:52:00 2008 -0400
35816
35817     Blackfin: bfin_mac: cleanup MII/PHY functions
35818
35819     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
35820     existing common linux/miiphy.h code and hook into the `mii` command.
35821
35822     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35823     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35824
35825 commit 6b310a05f0d10c751f22468040932139f71c71d3
35826 Author: Mike Frysinger <vapier@gentoo.org>
35827 Date:   Tue Oct 14 00:31:30 2008 -0400
35828
35829     Blackfin: bfin_mac: set MDCDIV based on SCLK
35830
35831     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
35832     use the real algorithm so it gets set correctly regardless of SCLK.
35833
35834     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35835     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35836
35837 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
35838 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35839 Date:   Sat Jan 31 09:10:48 2009 +0100
35840
35841     ixp: move serial to drivers/serial
35842
35843     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35844
35845 commit f90c8022f448bc5e93090e4b714368e52e912f0f
35846 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35847 Date:   Sat Jan 31 09:04:58 2009 +0100
35848
35849     ixp: move pci init in arm/board instead of cpu
35850
35851     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35852
35853 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
35854 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35855 Date:   Sat Jan 31 08:56:49 2009 +0100
35856
35857     ixp: move pci drivers to drivers/pci
35858
35859     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35860
35861 commit 012d5bab09a534e4800b02f50cf508e6837202ea
35862 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35863 Date:   Sat Jan 31 08:53:44 2009 +0100
35864
35865     ixp: Move conditional compilation to Makefile
35866
35867     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35868
35869 commit f693f501d67434df1f815fd1824a71973ae08207
35870 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35871 Date:   Sat Jan 31 08:53:44 2009 +0100
35872
35873     ixp: add missing os define
35874
35875     need by arm-elf toolchains and no impact on the arm-linux one
35876
35877     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35878
35879 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
35880 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35881 Date:   Sat Jan 31 09:53:39 2009 +0100
35882
35883     ixp: remove the option to include the Microcode
35884
35885     instead the board will have to load it from flash or ram
35886     which will be specified by npe_ucode env var
35887
35888     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35889
35890 commit 1b017baf2071d8daf643bce87250db898c606c66
35891 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35892 Date:   Fri Jan 30 09:45:23 2009 +0100
35893
35894     ixp/npe: Move conditional compilation to Makefile
35895
35896     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35897
35898 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
35899 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35900 Date:   Wed Jan 28 21:58:04 2009 +0100
35901
35902     SX1: add hardware V2 support
35903
35904     In the V2 the 2 flash has been replace by one 32MB flash
35905
35906     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35907
35908 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
35909 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35910 Date:   Wed Jan 28 21:58:03 2009 +0100
35911
35912     SX1: Fix second flash mapping
35913
35914     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35915
35916 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
35917 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35918 Date:   Wed Jan 28 21:58:03 2009 +0100
35919
35920     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
35921
35922     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35923
35924 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
35925 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35926 Date:   Wed Jan 28 21:57:59 2009 +0100
35927
35928     move Samsung's board to board/samsung
35929
35930     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35931
35932 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
35933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35934 Date:   Thu Jan 29 12:07:21 2009 +0100
35935
35936     move ARM Ltd. to vendor dir
35937
35938     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35939
35940 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
35941 Author: Larry Johnson <lrj@acm.org>
35942 Date:   Wed Jan 28 15:30:37 2009 -0500
35943
35944     ppc4xx: Clean up configuration file for Korat board
35945
35946     This patch updates the default environmental variables for the
35947     Korat PPC 440EPx board, and makes additional minor fixes.
35948
35949     Signed-off-by: Larry Johnson <lrj@acm.org>
35950     Signed-off-by: Stefan Roese <sr@denx.de>
35951
35952 commit f20405e31680efc36293c59b4963db57c9d93df4
35953 Author: Larry Johnson <lrj@acm.org>
35954 Date:   Wed Jan 28 15:30:02 2009 -0500
35955
35956     ppc4xx: Add variable "korat_usbcf" for Korat board
35957
35958     The new environment variable "korat_usbcf" selects the USB
35959     port used by the Korat board's CompactFlash controller.
35960
35961     Signed-off-by: Larry Johnson <lrj@acm.org>
35962     Signed-off-by: Stefan Roese <sr@denx.de>
35963
35964 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
35965 Author: Gunnar Rangoy <gunnar@rangoy.com>
35966 Date:   Fri Jan 23 12:56:31 2009 +0100
35967
35968     AVR32: macb - Search for PHY id
35969
35970     This patch adds support for searching through available PHY-addresses in
35971     the macb-driver. This is needed for the ATEVK1100 evaluation board,
35972     where the PHY-address will be initialized to either 1 or 7.
35973
35974     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
35975     enabled tells the driver to search for the PHY address.
35976
35977     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
35978     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
35979     Signed-off-by: Olav Morken <olavmrk@gmail.com>
35980     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35981
35982 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
35983 Author: Olav Morken <olavmrk@gmail.com>
35984 Date:   Fri Jan 23 12:56:26 2009 +0100
35985
35986     Fix IP alignment problem
35987
35988     This patch removes volatile from:
35989     volatile IP_t *ip = (IP_t *)xip;
35990
35991     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
35992     using volatile, which causes an exception since xip isn't aligned on a word
35993     boundary.
35994
35995     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
35996     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
35997     Signed-off-by: Olav Morken <olavmrk@gmail.com>
35998     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35999
36000 commit 12a8b9db12f82a189ff143a58731007f5469da61
36001 Author: Ron Madrid <ron_madrid@sbcglobal.net>
36002 Date:   Wed Jan 28 16:17:21 2009 -0800
36003
36004     Marvell 88E1118 interrupt fix
36005
36006     This patch adjusts the LED control so that interrupt lines are not reading LEDs
36007     and effectively causing indefinite interrupts to the controller.
36008
36009     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
36010     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36011
36012 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
36013 Author: Stefan Roese <sr@denx.de>
36014 Date:   Wed Jan 21 17:14:26 2009 +0100
36015
36016     net: smc911x.c: Add LAN9211 to chip_ids[] array
36017
36018     Signed-off-by: Stefan Roese <sr@denx.de>
36019     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36020
36021 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
36022 Author: Mike Frysinger <vapier@gentoo.org>
36023 Date:   Tue Jan 27 16:53:39 2009 -0500
36024
36025     Move is_valid_ether_addr() to include/net.h
36026
36027     Import the is_valid_ether_addr() function from the Linux kernel.
36028
36029     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36030     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36031
36032 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
36033 Author: Michal Simek <monstr@monstr.eu>
36034 Date:   Mon Jan 5 12:25:13 2009 +0100
36035
36036     net: Sort Makefile labels
36037
36038     Signed-off-by: Michal Simek <monstr@monstr.eu>
36039     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36040
36041 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
36042 Author: Wolfgang Denk <wd@denx.de>
36043 Date:   Wed Jan 28 23:06:42 2009 +0100
36044
36045     85xx: Fix compile breakage with sbc8540 and sbc8560
36046
36047     This fixes an error which raises just a warning:
36048     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
36049
36050     Signed-off-by: Wolfgang Denk <wd@denx.de>
36051
36052 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
36053 Author: Mike Frysinger <vapier@gentoo.org>
36054 Date:   Wed Jan 28 13:48:55 2009 -0500
36055
36056     SPD823TS: do not define CONFIG_CMD_ENV
36057
36058     Since the SPD823TS board does not actually have any writable flash to save
36059     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
36060     disabled.
36061
36062     This fixes the build error:
36063     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
36064     common/cmd_nvedit.c:557: undefined reference to `saveenv'
36065     make: *** [u-boot] Error 1
36066
36067     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36068
36069 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
36070 Author: Dirk Behme <dirk.behme@googlemail.com>
36071 Date:   Wed Jan 28 21:40:16 2009 +0100
36072
36073     OMAP3: Add Zoom1 board support
36074
36075     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
36076     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
36077
36078     Signed-off-by: Nishanth Menon <nm@ti.com>
36079     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
36080
36081 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
36082 Author: Dirk Behme <dirk.behme@googlemail.com>
36083 Date:   Wed Jan 28 21:39:58 2009 +0100
36084
36085     OMAP3: Add Pandora support
36086
36087     Add Pandora support.
36088
36089     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
36090     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
36091     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
36092
36093 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
36094 Author: Dirk Behme <dirk.behme@googlemail.com>
36095 Date:   Wed Jan 28 21:39:58 2009 +0100
36096
36097     OMAP3: Add EVM board
36098
36099     Add EVM board support.
36100
36101     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
36102     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
36103     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
36104
36105 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
36106 Author: Dirk Behme <dirk.behme@googlemail.com>
36107 Date:   Wed Jan 28 21:39:57 2009 +0100
36108
36109     OMAP3: Add Overo board
36110
36111     Add Overo board support.
36112
36113     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
36114     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
36115     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
36116
36117 commit f904cdbb68167c647887f19929ad295dbaac8862
36118 Author: Dirk Behme <dirk.behme@googlemail.com>
36119 Date:   Tue Jan 27 18:19:12 2009 +0100
36120
36121     OMAP3: Add common power code, README, and BeagleBoard
36122
36123     Add BeagleBoard support, common power code and README.
36124
36125     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
36126     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
36127
36128 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
36129 Author: Kumar Gala <galak@kernel.crashing.org>
36130 Date:   Wed Jan 28 08:31:10 2009 -0600
36131
36132     85xx: Fix compile breakage with MPC8540EVAL
36133
36134     Configuring for MPC8540EVAL board...
36135     mpc8540eval.c: In function 'checkboard':
36136     mpc8540eval.c:53: error: invalid operands to binary /
36137     make[1]: *** [mpc8540eval.o] Error 1
36138
36139     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36140
36141 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
36142 Author: Bryan Wu <bryan.wu@analog.com>
36143 Date:   Sun Jan 18 23:04:27 2009 -0500
36144
36145     usb_scan_devices: fix output with no devices
36146
36147     We should check the return of usb_new_device() so that if no USB device is
36148     found, we print out the right message rather than always saying "new usb
36149     device found".
36150
36151     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
36152     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36153     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36154
36155 commit f1c1f540243438246aefb703fdcf16957e3a72e1
36156 Author: Stefan Roese <sr@denx.de>
36157 Date:   Thu Jan 22 10:11:21 2009 +0100
36158
36159     USB: Add high-speed (480Mb/s) to all USB related outputs
36160
36161     With this patch the USB related connection speed output ("usb tree" command and
36162     debug output) is now high-speed enabled.
36163
36164     This patch also fixes a compilation warning when debugging is enabled.
36165
36166     Signed-off-by: Stefan Roese <sr@denx.de>
36167     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36168
36169 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
36170 Author: Stefan Roese <sr@denx.de>
36171 Date:   Wed Jan 21 17:12:19 2009 +0100
36172
36173     USB: Add dcache support to the EHCI driver
36174
36175     This patch adds routines to handle (flush/invalidate) the dcache for the
36176     QH and qTD structures and data buffers. This is needed on platforms using
36177     this EHCI support with dcache enabled (like the MIPS VCT board port).
36178
36179     Signed-off-by: Stefan Roese <sr@denx.de>
36180     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36181
36182 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
36183 Author: Stefan Roese <sr@denx.de>
36184 Date:   Wed Jan 21 17:12:28 2009 +0100
36185
36186     USB: Add EHCI support for VCT EHCI controller
36187
36188     Signed-off-by: Stefan Roese <sr@denx.de>
36189     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36190
36191 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
36192 Author: Stefan Roese <sr@denx.de>
36193 Date:   Wed Jan 21 17:12:10 2009 +0100
36194
36195     USB: Add config option to call ehci_hcd_init() again after EHCI reset
36196
36197     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
36198     to call ehci_hcd_init() again after ehci_reset() is executed. This
36199     is needed for the upcoming VCT EHCI support which needs to re-init
36200     the hcd part again after the EHCI CMD_RESET is executed.
36201
36202     Signed-off-by: Stefan Roese <sr@denx.de>
36203     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36204
36205 commit 597eb28bd9691266b7b804364cda577cdb51d106
36206 Author: Stefan Roese <sr@denx.de>
36207 Date:   Wed Jan 21 17:12:01 2009 +0100
36208
36209     USB: Fix speed detection on EHCI cntr with root hub transaction translators
36210
36211     This patch fixes an issue that the speed of USB devices was not detected
36212     correctly on some EHCI controllers. This will be used on the upcoming VCT
36213     EHCI support.
36214
36215     Signed-off-by: Stefan Roese <sr@denx.de>
36216     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36217
36218 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
36219 Author: Thomas Abraham <t-abraham@ti.com>
36220 Date:   Sun Jan 4 09:41:20 2009 +0530
36221
36222     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
36223
36224     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
36225     configuration file.
36226
36227     Signed-off-by: Ravi Babu <ravibabu@ti.com>
36228     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
36229     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36230     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
36231     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36232
36233 commit 538ef967715322f64ee08efa2296d9682111b014
36234 Author: Thomas Abraham <t-abraham@ti.com>
36235 Date:   Sun Jan 4 09:41:16 2009 +0530
36236
36237     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
36238
36239     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
36240     controller hook up to USB core layer.
36241
36242     Signed-off-by: Ravi Babu <ravibabu@ti.com>
36243     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
36244     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36245     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
36246     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36247
36248 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
36249 Author: Thomas Abraham <t-abraham@ti.com>
36250 Date:   Sun Jan 4 09:41:13 2009 +0530
36251
36252     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
36253
36254     Adding DM6446 (TI DaVinci) platform specific USB functionality for
36255     USB Phy and VBUS initialization.
36256
36257     Signed-off-by: Ravi Babu <ravibabu@ti.com>
36258     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
36259     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36260     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
36261     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36262
36263 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
36264 Author: Thomas Abraham <t-abraham@ti.com>
36265 Date:   Sun Jan 4 09:41:09 2009 +0530
36266
36267     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
36268
36269     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
36270     platform.
36271
36272     Signed-off-by: Ravi Babu <ravibabu@ti.com>
36273     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
36274     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36275     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
36276     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36277
36278 commit a142896934c755e679ba87e227a8e449f39b0012
36279 Author: Thomas Abraham <t-abraham@ti.com>
36280 Date:   Sun Jan 4 09:41:03 2009 +0530
36281
36282     usb : musb : Adding host controller driver for Mentor USB controller
36283
36284     Adding Mentor USB core functionality and Mentor USB Host controller
36285     functionality for Mentor USB OTG controller (musbhdrc).
36286
36287     Signed-off-by: Ravi Babu <ravibabu@ti.com>
36288     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
36289     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36290     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
36291     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36292
36293 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
36294 Author: Mike Frysinger <vapier@gentoo.org>
36295 Date:   Thu Jan 1 18:27:27 2009 -0500
36296
36297     usb.h: use standard __LITTLE_ENDIAN from Linux headers
36298
36299     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
36300     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
36301     already setting up.
36302
36303     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36304     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36305
36306 commit 7b6e31eb17e3ff76238a60803fc531517d516223
36307 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36308 Date:   Wed Dec 31 10:33:56 2008 +0100
36309
36310     USB ehci ixp4xx support
36311
36312     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
36313
36314     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36315     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36316
36317 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
36318 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36319 Date:   Wed Dec 31 10:33:22 2008 +0100
36320
36321     USB ehci remove infinite loop and use handshake function
36322
36323     USB ehci code cleanup. Use handshake instead of infinite while loop
36324     to check the STD_ASS status
36325
36326     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36327     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36328
36329 commit 8fea2914ac974029b65926ef8247d908f84d202d
36330 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36331 Date:   Wed Dec 31 10:32:41 2008 +0100
36332
36333     Add initial support for USB ehci pci
36334
36335     Add USB ehci pci support. This patch doesn't include any
36336     pci_ids and it is not tested on real hardware.
36337
36338     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36339     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36340
36341 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
36342 Author: Bryan Wu <Bryan.Wu@analog.com>
36343 Date:   Thu Jan 1 19:48:07 2009 -0500
36344
36345     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
36346
36347     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
36348     does not like to be reset, so check for it.
36349
36350     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
36351     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36352     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36353
36354 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
36355 Author: Thomas Abraham <t-abraham@ti.com>
36356 Date:   Sun Jan 4 12:15:35 2009 +0530
36357
36358     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
36359
36360     This patch populates the 'priv' field of the USB keyboard device_t
36361     structure. The 'priv' field is populated with the address of the
36362     'struct usb_device' structure that represents the USB device.
36363
36364     The 'priv' field can then be used in the 'usb_event_poll' function to
36365     determine the USB device that requires to be polled. An
36366     example of its usage in 'usb_event_poll' function is as below.
36367
36368         device_t *dev;
36369         struct usb_device *usb_kbd_dev;
36370
36371         <snip>
36372
36373         dev = device_get_by_name("usbkbd");
36374         usb_kbd_dev = (struct usb_device *)dev->priv;
36375         iface = &usb_kbd_dev->config.if_desc[0];
36376
36377     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36378     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36379
36380 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
36381 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36382 Date:   Thu Dec 18 10:05:37 2008 +0100
36383
36384     USB change speed
36385
36386     USB changes the speed according to the port status
36387
36388     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36389     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36390
36391 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
36392 Author: Remy Böhmer <linux@bohmer.net>
36393 Date:   Sat Dec 13 22:51:58 2008 +0100
36394
36395     EHCI fix code and ixp4xx test.
36396     USB ehci configuration parameter:
36397
36398     #define CONFIG_CMD_USB          1
36399     #define CONFIG_USB_STORAGE      1
36400     #define CONFIG_USB_EHCI
36401     #define CONFIG_USB_EHCI_IXP4XX      1
36402     #define CONFIG_EHCI_IS_TDI  1
36403     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
36404     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
36405     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
36406     #define CONFIG_LEGACY_USB_INIT_SEQ      1
36407
36408     2 USB Device(s) found
36409            scanning bus for storage devices... 0 Storage Device(s) found
36410     => usb tree
36411
36412     Device Tree:
36413       1  Hub (1.5MBit/s, 0mA)
36414       |  u-boot EHCI Host Controller
36415       |
36416       |+-2  Mass Storage (12MBit/s, 100mA)
36417            Sony Storage Media 0C07040930296
36418
36419     =>
36420
36421     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36422     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36423
36424 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
36425 Author: michael <michael@panicking.retis>
36426 Date:   Thu Dec 11 13:43:55 2008 +0100
36427
36428     [PATCH] This patch add varius fix to the ehci.
36429     - fix ehci_readl, ehci_writel
36430     - introduce new define in ehci.h
36431     - introduce the handshake function for waiting on a register
36432     - fix usb_ehci_fsl with the new HC_LENGTH macro
36433
36434     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36435     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36436
36437 commit db63299b1dd2894ade542278210bccd046de6435
36438 Author: michael <michael@panicking.retis>
36439 Date:   Wed Dec 10 17:55:19 2008 +0100
36440
36441     [PATCH] Fix EHCI usb. I start to test on a
36442     IXP465 board and I find some errors in the code. This
36443     patch fix:
36444     - descriptor initizialization (config, interface and endpoint
36445       must be one next-to the other when the USB_DT_CONFIG message
36446       is send.
36447     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
36448       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
36449     - Introduce the linux version of the usb_config_descriptor and
36450       usb_interface descriptor. This descriptor does't contains
36451       u-boot extension.
36452
36453     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36454     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36455
36456 commit 6b92487dcf9afe83a3570153d66940fdb293be76
36457 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36458 Date:   Fri Nov 28 13:22:09 2008 +0100
36459
36460     USB ehci freescale support
36461
36462     Add USB ehci freescale support
36463
36464     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36465     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36466
36467 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
36468 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36469 Date:   Fri Nov 28 13:20:46 2008 +0100
36470
36471     USB ehci core support
36472
36473     Add USB ehci core support
36474
36475     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36476     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36477
36478 commit 3e126484df7868e341545cce740b24b62b0cd3b7
36479 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36480 Date:   Fri Nov 28 13:19:19 2008 +0100
36481
36482     Prepare USB layer for ehci
36483
36484     Prepare USB layer for ehci support
36485
36486     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36487     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36488
36489 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
36490 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36491 Date:   Wed Dec 10 15:52:06 2008 +0100
36492
36493     USB storage cleanup patch
36494
36495     Cleanup usb storage
36496
36497     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36498     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36499
36500 commit fe033ad6d0883063fe857237abb9436fab03208c
36501 Author: Mike Frysinger <vapier@gentoo.org>
36502 Date:   Sun Oct 12 06:02:55 2008 -0400
36503
36504     Blackfin: fixup misc warnings such as printf's and missing casts
36505
36506     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36507
36508 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
36509 Author: Mike Frysinger <vapier@gentoo.org>
36510 Date:   Sun Oct 12 22:09:26 2008 -0400
36511
36512     Blackfin: convert old boards to use COBJS-y Makefile style
36513
36514     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36515
36516 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
36517 Author: Mike Frysinger <vapier@gentoo.org>
36518 Date:   Sat Oct 11 22:38:37 2008 -0400
36519
36520     Blackfin: bf533-stamp: rewrite resource swap logic
36521
36522     The old swap function tended to clobber unrelated pins and screw up masks.
36523     Rewrite the thing from scratch so it only uses the resources it needs.
36524
36525     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36526
36527 commit 29d4ea0a9073c82469184331010136f52edf8db6
36528 Author: Mike Frysinger <vapier@gentoo.org>
36529 Date:   Sat Oct 11 22:08:42 2008 -0400
36530
36531     Blackfin: bootldr: implement BF53x/BF56x LDR loader
36532
36533     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
36534     arbitrary memory locations, so implement a basic one in software.
36535
36536     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36537
36538 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
36539 Author: Mike Frysinger <vapier@gentoo.org>
36540 Date:   Sat Oct 11 22:05:42 2008 -0400
36541
36542     Blackfin: implement real write support for OTP
36543
36544     Now that real documentation has been released for the OTP interface and
36545     the on-chip ROM wrt writing/timings, implement support for reading/writing
36546     as well as dumping/locking.
36547
36548     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36549
36550 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
36551 Author: Mike Frysinger <vapier@gentoo.org>
36552 Date:   Sat Oct 11 22:04:05 2008 -0400
36553
36554     Blackfin: update on-chip ROM API
36555
36556     This brings the API for the on-chip ROM in line with the toolchain and
36557     hardware documentation.
36558
36559     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36560
36561 commit 7633903bff432ec7b27905dce7396958553f2be6
36562 Author: Mike Frysinger <vapier@gentoo.org>
36563 Date:   Sat Oct 11 21:52:17 2008 -0400
36564
36565     Blackfin: allow serial console to be disabled
36566
36567     Some devices have no UART device pulled out, so allow people to disable the
36568     driver completely in favor of other methods (like JTAG-console).
36569
36570     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36571
36572 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
36573 Author: Mike Frysinger <vapier@gentoo.org>
36574 Date:   Sat Oct 11 21:51:20 2008 -0400
36575
36576     Blackfin: support console-over-JTAG
36577
36578     The Blackfin JTAG has the ability to pass data via a back-channel without
36579     halting the processor.  Utilize that channel to emulate a console.
36580
36581     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36582
36583 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
36584 Author: Mike Frysinger <vapier@gentoo.org>
36585 Date:   Sat Oct 11 21:49:06 2008 -0400
36586
36587     Blackfin: handle new anomalies with reset
36588
36589     Workaround fun new anomalies related to software reset of the processor.
36590
36591     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36592
36593 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
36594 Author: Mike Frysinger <vapier@gentoo.org>
36595 Date:   Sat Oct 11 21:44:00 2008 -0400
36596
36597     Blackfin: pass RETX to Linux
36598
36599     Make sure we save the value of RETX at power on and then pass it on to the
36600     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
36601
36602     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36603
36604 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
36605 Author: Mike Frysinger <vapier@gentoo.org>
36606 Date:   Sat Oct 11 21:40:26 2008 -0400
36607
36608     Blackfin: clarify relocation comment during init
36609
36610     People often ask questions about the init process and when things go
36611     from flash to relocated base, so clarify the comments a bit.
36612
36613     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36614
36615 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
36616 Author: Mike Frysinger <vapier@gentoo.org>
36617 Date:   Sat Oct 11 21:23:41 2008 -0400
36618
36619     Blackfin: just set SP register directly during init
36620
36621     No need to set the SP register indirectly to the configured value when it
36622     can be set directly.
36623
36624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36625
36626 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
36627 Author: Mike Frysinger <vapier@gentoo.org>
36628 Date:   Sat Oct 11 21:15:53 2008 -0400
36629
36630     Blackfin: add portmuxing for UARTs on the BF51x
36631
36632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36633
36634 commit 4f6a313240c531042f16909a3a170ab047b95779
36635 Author: Mike Frysinger <vapier@gentoo.org>
36636 Date:   Sun Jun 1 01:26:29 2008 -0400
36637
36638     Blackfin: respect CONFIG_CLKIN_HALF
36639
36640     As pointed out by Ivan Koryakovskiy, the initialization code was not
36641     actually respecting the CONFIG_CLKIN_HALF option when configuring the
36642     PLL_CTL register.
36643
36644     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36645
36646 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
36647 Author: Mike Frysinger <vapier@gentoo.org>
36648 Date:   Sun Jun 1 01:21:34 2008 -0400
36649
36650     Blackfin: use common memcpy routine during init
36651
36652     Rather than using a local custom memcpy function, just call the existing
36653     optimized Blackfin version.
36654
36655     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36656
36657 commit 362c943347364e9373af4c5530778491ab56ec2e
36658 Author: Mike Frysinger <vapier@gentoo.org>
36659 Date:   Wed Apr 9 02:27:06 2008 -0400
36660
36661     Blackfin: set default boot SPI CS for BF538/BF539
36662
36663     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
36664     Blackfin parts.
36665
36666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36667
36668 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
36669 Author: Mike Frysinger <vapier@gentoo.org>
36670 Date:   Wed Apr 9 02:20:59 2008 -0400
36671
36672     Blackfin: punt unused BF533-STAMP definitions
36673
36674     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36675
36676 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
36677 Author: Mike Frysinger <vapier@gentoo.org>
36678 Date:   Fri Apr 18 20:44:11 2008 -0400
36679
36680     Blackfin: resurrect BF533-STAMP video splash driver
36681
36682     This video driver used to live in the Blackfin cpu directory, but it was
36683     lost during the unification process.  This brings it back.
36684
36685     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36686
36687 commit a750d038f2548d846ea1e046d873dc932d041319
36688 Author: Mike Frysinger <vapier@gentoo.org>
36689 Date:   Wed Apr 9 02:31:29 2008 -0400
36690
36691     Blackfin: tighten up post memory coding style
36692
36693     No functional changes here; just cleanup code style a bit.
36694
36695     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36696
36697 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
36698 Author: Mike Frysinger <vapier@gentoo.org>
36699 Date:   Wed Apr 9 02:29:18 2008 -0400
36700
36701     Blackfin: bf537-stamp nand: fix more style errors in previous commit
36702
36703     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36704
36705 commit 41f3325ae9add641036d7cb362e884b698e53f07
36706 Author: Mike Frysinger <vapier@gentoo.org>
36707 Date:   Sat Oct 11 20:31:17 2008 -0400
36708
36709     Blackfin: drop dead/wrong debug code in initdram()
36710
36711     The DEBUG code in initdram() is quite old and was never really useful, so
36712     just drop it altogether.  Common Blackfin debug code does a better job.
36713
36714     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36715
36716 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
36717 Author: Mike Frysinger <vapier@gentoo.org>
36718 Date:   Sat Oct 11 20:30:28 2008 -0400
36719
36720     Blackfin: bf533-ezkit: shuffle flash defines a little
36721
36722     Some of the flash defines weren't in the correct location and caused build
36723     problems in some configurations, so let's move types and defines to better
36724     local locations.
36725
36726     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36727
36728 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
36729 Author: Mike Frysinger <vapier@gentoo.org>
36730 Date:   Mon Oct 6 04:16:47 2008 -0400
36731
36732     Blackfin: overhaul i2c driver
36733
36734     The current Blackfin i2c driver does not work properly with certain devices
36735     due to it breaking up transfers incorrectly.  This is a rewrite of the
36736     driver and relocates it to the newer place in the source tree.
36737
36738     Also remove duplicated I2C speed defines in Blackfin board configs and
36739     disable I2C slave address usage since it isn't implemented.
36740
36741     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36742
36743 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
36744 Author: Mike Frysinger <vapier@gentoo.org>
36745 Date:   Mon Oct 6 04:00:07 2008 -0400
36746
36747     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
36748
36749     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
36750     128kB when setting up the default flash protection region for U-Boot
36751     itself.
36752
36753     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36754
36755 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
36756 Author: Mike Frysinger <vapier@gentoo.org>
36757 Date:   Mon Oct 6 03:57:39 2008 -0400
36758
36759     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
36760
36761     When setting up the global data, rather than relying on sizeof(), use the
36762     common CONFIG_SYS_GBL_DATA_SIZE define.
36763
36764     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36765
36766 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
36767 Author: Mike Frysinger <vapier@gentoo.org>
36768 Date:   Mon Oct 6 03:52:24 2008 -0400
36769
36770     Blackfin: implement general support for CONFIG_STATUS_LED
36771
36772     Here are the Blackfin-specific and board-independent pieces for status leds.
36773
36774     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36775
36776 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
36777 Author: Mike Frysinger <vapier@gentoo.org>
36778 Date:   Mon Oct 6 03:49:32 2008 -0400
36779
36780     Blackfin: do not init i2c in Blackfin board init
36781
36782     The common code takes care of calling i2c_init() when needed, so no point
36783     in us doing it as well.
36784
36785     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36786
36787 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
36788 Author: Mike Frysinger <vapier@gentoo.org>
36789 Date:   Mon Oct 6 03:42:20 2008 -0400
36790
36791     Blackfin: bfin_mac: update port muxing
36792
36793     Adds support more Blackfin parts and fixes broken muxing for older ones.
36794
36795     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36796
36797 commit 05b75e48832fc4afeecf8e76d704349557dffa35
36798 Author: Mike Frysinger <vapier@gentoo.org>
36799 Date:   Mon Oct 6 03:35:44 2008 -0400
36800
36801     Blackfin: fix dcache handling when doing dma memcpy's
36802
36803     Our dcache invalidate function doesn't just invalidate, it also flushes.
36804     So rename the function accordingly and fix the dma_memcpy() function so it
36805     doesn't inadvertently corrupt the data destination.
36806
36807     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36808
36809 commit 68e5632494168095d75f120af70043b68afd2476
36810 Author: Mike Frysinger <vapier@gentoo.org>
36811 Date:   Thu Aug 7 18:56:56 2008 -0400
36812
36813     Blackfin: dont generate ldrs with --force
36814
36815     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36816
36817 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
36818 Author: Mike Frysinger <vapier@gentoo.org>
36819 Date:   Thu Aug 7 18:55:30 2008 -0400
36820
36821     Blackfin: pass --bmode/--initcode when creating ldr
36822
36823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36824
36825 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
36826 Author: Mike Frysinger <vapier@gentoo.org>
36827 Date:   Thu Aug 7 18:39:27 2008 -0400
36828
36829     Blackfin: minimize time cache is turned off when replacing cplb entries
36830
36831     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36832
36833 commit 21d631360430cf0ae9099612273cd4de28911ba9
36834 Author: Mike Frysinger <vapier@gentoo.org>
36835 Date:   Thu Aug 7 15:31:13 2008 -0400
36836
36837     Blackfin: split cache handling out of dma_memcpy()
36838
36839     Creating a new dma_memcpy() function that skips all cache checks allows us
36840     to use the function in very early init where the cache is not yet setup.
36841
36842     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36843
36844 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
36845 Author: Mike Frysinger <vapier@gentoo.org>
36846 Date:   Thu Aug 7 15:30:49 2008 -0400
36847
36848     Blackfin: abort dma_memcpy() for L1 scratchpad
36849
36850     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36851
36852 commit 81b799add709177e838466461f7b9989488b0fd5
36853 Author: Mike Frysinger <vapier@gentoo.org>
36854 Date:   Thu Aug 7 15:27:52 2008 -0400
36855
36856     Blackfin: rename bootm.c to boot.c
36857
36858     The boot file contains functions for more than just "bootm", so rename it
36859     accordingly.
36860
36861     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36862
36863 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
36864 Author: Mike Frysinger <vapier@gentoo.org>
36865 Date:   Thu Aug 7 13:22:37 2008 -0400
36866
36867     Blackfin: set more sane default board config values
36868
36869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36870
36871 commit 36cd52a00794fb15ffab05d640acca92d7482993
36872 Author: Mike Frysinger <vapier@gentoo.org>
36873 Date:   Thu Aug 7 15:24:59 2008 -0400
36874
36875     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
36876
36877     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36878
36879 commit c8054bc12e00669bd7588f2b30fef48aa94babac
36880 Author: Mike Frysinger <vapier@gentoo.org>
36881 Date:   Thu Aug 7 13:21:27 2008 -0400
36882
36883     Blackfin: add bit defines for DDR parts
36884
36885     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36886
36887 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
36888 Author: Mike Frysinger <vapier@gentoo.org>
36889 Date:   Thu Aug 7 13:21:11 2008 -0400
36890
36891     Blackfin: add defines to describe active bootrom behavior
36892
36893     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36894
36895 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
36896 Author: Kim Phillips <kim.phillips@freescale.com>
36897 Date:   Tue Jan 27 16:03:53 2009 -0600
36898
36899     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
36900
36901     extend commit c70564e6b1bd08f3230182392238907f3531a87e
36902     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
36903     to the simpc8313 build and fix this:
36904
36905     ...Large Page NAND...Configuring for SIMPC8313 board...
36906     nand_boot_fsl_elbc.o: In function `nand_boot':
36907     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
36908     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
36909     make: *** [nand_spl] Error 2
36910
36911     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36912
36913 commit 54a7cc4912feefa45be961cc47cc159563725d2f
36914 Author: Wolfgang Denk <wd@denx.de>
36915 Date:   Wed Jan 28 09:25:31 2009 +0100
36916
36917     mpc8536ds.c: include sata.h to for needed function prototypes
36918
36919     Signed-off-by: Wolfgang Denk <wd@denx.de>
36920
36921 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
36922 Author: Peter Tyser <ptyser@xes-inc.com>
36923 Date:   Tue Jan 27 18:03:12 2009 -0600
36924
36925     Command usage cleanup
36926
36927     Remove command name from all command "usage" fields and update
36928     common/command.c to display "name - usage" instead of
36929     just "usage". Also remove newlines from command usage fields.
36930
36931     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36932
36933 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
36934 Author: Peter Tyser <ptyser@xes-inc.com>
36935 Date:   Tue Jan 27 18:03:11 2009 -0600
36936
36937     amcc: Clean up command usage output
36938
36939     Update taihu and taishan commands to use cmd_usage() function
36940     to display usage messages.
36941
36942     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36943
36944 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
36945 Author: Peter Tyser <ptyser@xes-inc.com>
36946 Date:   Tue Jan 27 18:03:10 2009 -0600
36947
36948     Standardize command usage messages with cmd_usage()
36949
36950     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36951
36952 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
36953 Author: Peter Tyser <ptyser@xes-inc.com>
36954 Date:   Tue Jan 27 18:03:09 2009 -0600
36955
36956     pcs440ep: Clean up led command definition
36957
36958     The pcs440ep's led command usage formatting is non-standard.  It
36959     was made standard in preparation for larger command usage updates.
36960
36961     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36962
36963 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
36964 Author: Peter Tyser <ptyser@xes-inc.com>
36965 Date:   Tue Jan 27 18:03:08 2009 -0600
36966
36967     Clean up diufb command definitions
36968
36969     The diufb command usage formatting is non-standard.  It was
36970     made standard in preparation for larger command usage updates.
36971
36972     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36973
36974 commit 6450a8485836fc80615ae6de6a864c33369b44f5
36975 Author: Wolfgang Denk <wd@denx.de>
36976 Date:   Wed Jan 28 00:29:26 2009 +0100
36977
36978     Update CHANGELOG, tiny coding style cleanup.
36979
36980     Signed-off-by: Wolfgang Denk <wd@denx.de>
36981
36982 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
36983 Author: Mike Frysinger <vapier@gentoo.org>
36984 Date:   Tue Jan 27 16:12:21 2009 -0500
36985
36986     SATA: do not auto-initialize during boot
36987
36988     Rather than have the board code initialize SATA automatically during boot,
36989     make the user manually run "sata init".  This brings the SATA subsystem in
36990     line with common U-Boot policy.
36991
36992     Rather than having a dedicated weak function "is_sata_supported", people
36993     can override sata_initialize() to do their weird board stuff.  Then they
36994     can call the actual __sata_initialize().
36995
36996     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36997
36998 commit 50970839712dda35399e2fa83fe818df9354d618
36999 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
37000 Date:   Mon Jan 26 08:45:14 2009 -0500
37001
37002     part_efi: Fix partition size calculation due to inclusive ending LBA.
37003
37004     The ending LBA is inclusive. Hence, the partition size should be
37005     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
37006
37007     This is confirmed against the results from the parted tool.
37008     (e.g. use parted /dev/sda -s unit S print) and observe the size.
37009
37010     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
37011
37012 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
37013 Author: Tomasz Figa <tomasz.figa@gmail.com>
37014 Date:   Tue Dec 30 18:35:57 2008 +0100
37015
37016     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
37017
37018     This patch fixes a bug (?) introduced after inclusion of the new
37019     JFFS2 code.
37020
37021     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
37022     fill in part->sector_size (keeping it as 0), but a correct value is
37023     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
37024     to be in the same place of the memory, what obviously means
37025     impossibility to use the JFFS2 partition.
37026
37027     This problem is fixed in this patch by including sector size
37028     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
37029
37030     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
37031
37032 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
37033 Author: Mike Frysinger <vapier@gentoo.org>
37034 Date:   Tue Dec 30 02:59:25 2008 -0500
37035
37036     saveenv: standardize enablement
37037
37038     Rather than special casing each environment type for enabling the saveenv
37039     command, have them all behave the same.  This avoids bitrot as new env
37040     sources are added/removed.
37041
37042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37043
37044 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
37045 Author: Andrew Dyer <adyer@righthandtech.com>
37046 Date:   Mon Dec 29 17:36:01 2008 -0600
37047
37048     soft_i2c.c add option for repeated start in i2c_read()
37049
37050     This patch adds a #define to optionally change the behaviour of
37051     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
37052     stop-start between sending the device address pointer write and
37053     reading back the data.  The current behaviour is retained as the
37054     default.
37055
37056     While most devices will work either way, I have a smart battery(*)
37057     that requires repeated start, and someone at some point found a
37058     device that required a stop-start.
37059
37060     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
37061
37062     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
37063
37064 commit 3429071700963ca2f944c51d695a7481af0cee33
37065 Author: Wolfgang Denk <wd@denx.de>
37066 Date:   Tue Jan 27 22:07:14 2009 +0100
37067
37068     {delta,zylonite}/lowlevel_init.S: fix typo
37069
37070     Commit 9d803d8c mistakenly changed some constants
37071     from 0x300 into 300 - this patch fixes it.
37072
37073     Pointed out by Tom Evans <tom@ceos.com.au>, see
37074     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
37075     details.
37076
37077     Signed-off-by: Wolfgang Denk <wd@denx.de>
37078
37079 commit 1bc434373013af241835c14011ac3f291dccbf53
37080 Author: Stefan Althoefer <stefan.althoefer@web.de>
37081 Date:   Sat Dec 20 19:40:41 2008 +0100
37082
37083     drivers/net/e1000.c: missing terminator for supported devices
37084
37085     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
37086
37087 commit 65f7d41031a70b1649b35020995c505edca91533
37088 Author: Wolfgang Denk <wd@denx.de>
37089 Date:   Tue Jan 27 21:36:28 2009 +0100
37090
37091     fat.c: fix warning: array subscript is above array bounds
37092
37093     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
37094
37095     Signed-off-by: Wolfgang Denk <wd@denx.de>
37096
37097 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
37098 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37099 Date:   Fri Jan 2 15:11:41 2009 +0100
37100
37101     Fix gunzip in case of insufficient output buffer
37102
37103     U-Boot's gunzip() function does not handle the return code
37104     of zlib's inflate() function correctly. gunzip() is implemented
37105     to uncompress all input data in one run. So the correct return
37106     code for the good case is Z_STREAM_END. In case of insufficient
37107     output buffer memory inflate returns Z_OK. For gunzip() this
37108     is an error.
37109
37110     It also makes sense to me to call inflateEnd() also in case
37111     of an error.
37112
37113     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37114
37115 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
37116 Author: Stefan Roese <sr@denx.de>
37117 Date:   Wed Jan 21 17:25:01 2009 +0100
37118
37119     MIPS: Add VCT board series support (Part 3/3)
37120
37121     Signed-off-by: Stefan Roese <sr@denx.de>
37122
37123 commit ae691e5719c48f1d2826cb72722497d1d162765b
37124 Author: Stefan Roese <sr@denx.de>
37125 Date:   Wed Jan 21 17:24:49 2009 +0100
37126
37127     MIPS: Add VCT board series support (Part 2/3)
37128
37129     Signed-off-by: Stefan Roese <sr@denx.de>
37130
37131 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
37132 Author: Stefan Roese <sr@denx.de>
37133 Date:   Wed Jan 21 17:24:39 2009 +0100
37134
37135     MIPS: Add VCT board series support (Part 1/3)
37136
37137     Signed-off-by: Stefan Roese <sr@denx.de>
37138
37139 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
37140 Author: Stefan Roese <sr@denx.de>
37141 Date:   Wed Jan 21 17:20:20 2009 +0100
37142
37143     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
37144
37145     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
37146     Those functions are needed for the upcoming dcache support for the USB
37147     EHCI driver. I chose this API because those cache handling functions are
37148     already present in the PPC architecture.
37149
37150     Signed-off-by: Stefan Roese <sr@denx.de>
37151     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37152
37153 commit de832a99414ff06a4b2cdc9f5280b387da039834
37154 Author: Stefan Roese <sr@denx.de>
37155 Date:   Mon Jan 26 10:05:20 2009 +0100
37156
37157     nand_spl: Fix compile problem with board_nand_init() prototype
37158
37159     This patch removes the now obsolete and additionally wrongly defined
37160     board_nand_init() prototype from nand_spl/nand_boot.c.
37161
37162     Signed-off-by: Stefan Roese <sr@denx.de>
37163     Signed-off-by: Scott Wood <scottwood@freescale.com>
37164
37165 commit e8eac437189430d8e04a5d254ed92c58bc534a79
37166 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
37167 Date:   Wed Jan 14 08:44:26 2009 -0500
37168
37169     CFI: Add geometry reversal for STMicro M29W320ET
37170
37171     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
37172
37173     Modeled after flash_fixup_amd, this patch handles the geometry reversal
37174     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
37175     Since I cannot test all STM's chips, the detection is implemented as
37176     narrow as possible for now.
37177
37178     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
37179     Signed-off-by: Stefan Roese <sr@denx.de>
37180
37181 commit 0f8e851e897b535959a0781171910cd97f33c30c
37182 Author: Jens Gehrlein <sew_s@tqs.de>
37183 Date:   Tue Dec 16 17:25:55 2008 +0100
37184
37185     CFI: increase performance of function find_sector()
37186
37187     Tested on TQM5200S-BD with Samsung K8P2815UQB
37188
37189     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
37190     Signed-off-by: Stefan Roese <sr@denx.de>
37191
37192 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
37193 Author: Jens Gehrlein <sew_s@tqs.de>
37194 Date:   Tue Dec 16 17:25:54 2008 +0100
37195
37196     CFI: avoid redundant function call in single word programming mode
37197
37198     The function find_sector() doesn't need to be called twice in
37199     the case of AMD command set.
37200     Tested on TQM5200S-BD with Samsung K8P2815UQB.
37201
37202     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
37203     Signed-off-by: Stefan Roese <sr@denx.de>
37204
37205 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
37206 Author: Stefan Roese <sr@denx.de>
37207 Date:   Mon Jan 26 10:15:23 2009 +0100
37208
37209     ppc4xx: Remove compilation warning in gdppc440etc.c
37210
37211     Signed-off-by: Stefan Roese <sr@denx.de>
37212
37213 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
37214 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37215 Date:   Fri Jan 2 12:19:47 2009 +0100
37216
37217     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
37218
37219     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
37220     Either they define or undef it. Because it's not used in any source
37221     files this patch removes any references to it.
37222
37223     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37224     Signed-off-by: Stefan Roese <sr@denx.de>
37225
37226 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
37227 Author: Dirk Eibach <eibach@gdsys.de>
37228 Date:   Tue Dec 9 13:12:40 2008 +0100
37229
37230     ppc4xx: Add GDsys PowerPC 440 ETX board support.
37231
37232     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
37233     Based on the AMCC Yosemite board support by Stefan Roese.
37234
37235     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
37236     Signed-off-by: Stefan Roese <sr@denx.de>
37237
37238 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
37239 Author: Dirk Eibach <eibach@gdsys.de>
37240 Date:   Tue Dec 9 11:00:07 2008 +0100
37241
37242     ppc4xx: Improve DDR autodetect
37243
37244     Added support for a second memory bank to DDR autodetection for 440
37245     platforms.
37246     Made hardcoded values configurable.
37247
37248     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
37249     Signed-off-by: Stefan Roese <sr@denx.de>
37250
37251 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
37252 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37253 Date:   Fri Nov 21 12:06:26 2008 +0900
37254
37255     sh: sh7763rdp: Update sh7763rdp config
37256
37257     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
37258
37259     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37260     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37261
37262 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
37263 Author: Gary Jennejohn <garyj@denx.de>
37264 Date:   Thu Nov 20 12:28:38 2008 +0100
37265
37266     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
37267
37268     This change is needed for mgcoge because it uses two ethernet drivers.
37269
37270     Add a check for the presence of the PIGGY board on mgcoge.  Without this
37271     board networking cannot work and the initialization must be aborted.
37272
37273     Only allocate rtx once to prevent DPRAM exhaustion.
37274
37275     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
37276     soon) in eth.c.
37277
37278     Signed-off-by: Gary Jennejohn <garyj@denx.de>
37279     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37280
37281 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
37282 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37283 Date:   Fri Nov 21 12:04:18 2008 +0900
37284
37285     sh: sh_eth: Change new network API
37286
37287     sh_eth used old network API. This patch changed new API.
37288
37289     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37290     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37291
37292 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
37293 Author: Stefan Roese <sr@denx.de>
37294 Date:   Wed Nov 12 13:31:02 2008 +0100
37295
37296     net: smc911x: Make register read/write functions weak
37297
37298     This patch changes the reg_read/_write to smc911x_reg_read/_write
37299     and defines then as weak so that they can be overridden by board
37300     specific version.
37301
37302     This will be used by the upcoming VCTH board support.
37303
37304     Signed-off-by: Stefan Roese <sr@denx.de>
37305     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37306
37307 commit 8b69b563039989885969d24465c56f8ac4c07c4c
37308 Author: Heiko Schocher <hs@denx.de>
37309 Date:   Thu Nov 20 09:57:14 2008 +0100
37310
37311     powerpc: net: support for the SMSC LAN8700 PHY
37312
37313     Signed-off-by: Heiko Schocher <hs@denx.de>
37314     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37315
37316 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
37317 Author: Alessandro Rubini <rubini@unipv.it>
37318 Date:   Sat Jan 24 18:10:37 2009 +0100
37319
37320     Initial support for Nomadik 8815 development board
37321
37322     The NMDK8815 board is distributed by ST Microelectornics.
37323     Other (proprietary) code must be run to unlock the CPU before
37324     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
37325
37326     This is the initial port, with basic infrastructure and
37327     a working serial port.
37328
37329     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
37330     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
37331     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37332
37333 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
37334 Author: Dirk Behme <dirk.behme@googlemail.com>
37335 Date:   Sun Dec 14 09:47:18 2008 +0100
37336
37337     OMAP3: Add I2C support
37338
37339     Add I2C support.
37340
37341     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37342
37343 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
37344 Author: Dirk Behme <dirk.behme@googlemail.com>
37345 Date:   Sun Dec 14 09:47:17 2008 +0100
37346
37347     OMAP3: Add MMC support
37348
37349     Add MMC support.
37350
37351     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37352
37353 commit 12201a13547ec22ddcdae278e74465e54a3be60c
37354 Author: Dirk Behme <dirk.behme@googlemail.com>
37355 Date:   Sun Dec 14 09:47:16 2008 +0100
37356
37357     OMAP3: Add NAND support
37358
37359     Add NAND support.
37360
37361     Signed-off-by: Nishanth Menon <nm@ti.com>
37362     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
37363     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37364
37365 commit 91eee546737ae21d930af479530997174c342b13
37366 Author: Dirk Behme <dirk.behme@googlemail.com>
37367 Date:   Sun Dec 14 09:47:15 2008 +0100
37368
37369     OMAP3: Add common board, interrupt and system info
37370
37371     Add common board, interrupt and system info code.
37372
37373     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37374
37375 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
37376 Author: Dirk Behme <dirk.behme@googlemail.com>
37377 Date:   Sun Dec 14 09:47:14 2008 +0100
37378
37379     OMAP3: Add common clock, memory and low level code
37380
37381     Add common clock, memory and low level code
37382
37383     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37384
37385 commit 0b02b184003e6a5023e05d5f31de54db279b1431
37386 Author: Dirk Behme <dirk.behme@googlemail.com>
37387 Date:   Sun Dec 14 09:47:13 2008 +0100
37388
37389     OMAP3: Add common cpu and start code
37390
37391     Add common cpu and start code.
37392
37393     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37394
37395 commit a8b6450546cd507d331b8fde384791d84bde5651
37396 Author: Dirk Behme <dirk.behme@googlemail.com>
37397 Date:   Sun Dec 14 09:47:12 2008 +0100
37398
37399     OMAP3: Add OMAP3, memory and function prototype headers
37400
37401     Add OMAP3, memory and function prototype header files for OMAP3.
37402
37403     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37404
37405 commit 2c803210a464abbac35752ca1c737514360b4c32
37406 Author: Dirk Behme <dirk.behme@googlemail.com>
37407 Date:   Sun Dec 14 09:47:11 2008 +0100
37408
37409     OMAP3: Add pin mux, clock and cpu headers
37410
37411     Add pin mux, clock and cpu header files for OMAP3.
37412
37413     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37414
37415 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
37416 Author: Maxim Artamonov <scn1874@yandex.ru>
37417 Date:   Wed Dec 3 05:38:17 2008 +0300
37418
37419     bugfix for i.mx31 CCM_UPCTL reg
37420
37421     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
37422
37423 commit 24113a44ed5cd3257a0237c3961e121812fca6db
37424 Author: Mike Frysinger <vapier@gentoo.org>
37425 Date:   Tue Dec 30 03:15:38 2008 -0500
37426
37427     easylogo: add optional gzip support
37428
37429     Some images can be quite large, so add an option to compress the
37430     image data with gzip in the U-Boot image. Then at runtime, the
37431     board can decompress it with the normal zlib functions.
37432
37433     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37434
37435 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
37436 Author: Bryan Wu <bryan.wu@analog.com>
37437 Date:   Fri Jan 2 20:47:45 2009 -0500
37438
37439     fat: fix unaligned errors
37440
37441     A couple of buffers in the fat code are declared as an array of bytes.
37442     But it is then cast up to a structure with 16bit and 32bit members.
37443     Since GCC assumes structure alignment here, we have to force the
37444     buffers to be aligned according to the structure usage.
37445
37446     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
37447     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37448
37449 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
37450 Author: Brad Bozarth <bflinux@yumbrad.com>
37451 Date:   Thu Jan 1 22:45:47 2009 -0500
37452
37453     spi flash: fix crash due to spi flash miscommunication
37454
37455     Higher spi flash layers expect to be given back a pointer that was
37456     malloced so that it can free the result, but the lower layers return
37457     a pointer that is in the middle of the malloced memory. Reorder the
37458     members of the lower spi structures so that things work out.
37459
37460     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
37461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37462     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37463
37464 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
37465 Author: Yuri Tikhonov <yur@emcraft.com>
37466 Date:   Sat Dec 20 14:54:21 2008 +0300
37467
37468     FPU POST: fix warnings when building with 2.18 binutils
37469
37470     When compile u-boot with the 2.18 binutils the following
37471     warning messages for each object file in post/lib_ppc/fpu/ is
37472     produced at the linking stage:
37473
37474     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
37475     ...
37476
37477     This is because of the fact that, in general, the soft-float and
37478     hard-float ABIs are incompatible; the 2.18 binutils do checking
37479     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
37480     produce the worning like above if these are not compatible.
37481
37482     The incompatibility of ABIs is concerned only the float values:
37483     e.g. the soft-float ABI assumes the float argument passing in the
37484     pair of rX registers, and the hard-float ABI assumes passing of
37485     the float argument in the fX register. When we don't pass the float
37486     arguments between the functions compiled with different floatness,
37487     then such an application will work correctly.
37488     This is the case for the FPU POST: u-boot (compiled with soft-float)
37489     doesn't pass to (and doesn't get from) the FPU POST functions any
37490     floats; there are no functions exported from the post/lib_ppc/fpu/
37491     objects which would work with float parameters/returns too. So, we
37492     can reassure the linker not to worry about the difference in ABI
37493     attributes of linking files just by setting the 'soft-float'
37494     attribute for the objects in post/lib_ppc/fpu. And this patch does
37495     this.
37496
37497     Also, to avoid passing both soft- and hard-float options in CFLAGS
37498     when compiling the files from post/lib_ppc/fpu (which is OK, but
37499     looks rather dirty) this patch removes the soft-float string from
37500     CFLAGS in post/lib_ppc/fpu/Makefile.
37501
37502     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37503
37504 commit a7c9310457e85b4598abe5b304108edf11332e2f
37505 Author: Peter Tyser <ptyser@xes-inc.com>
37506 Date:   Wed Dec 17 16:36:22 2008 -0600
37507
37508     Add support for Maxim's DS4510 I2C device
37509
37510     Initial support for the DS4510, a CPU supervisor with
37511     integrated EEPROM, SRAM, and 4 programmable non-volatile
37512     GPIO pins. The CONFIG_DS4510 define enables support
37513     for the device while the CONFIG_CMD_DS4510 define
37514     enables the ds4510 command. The additional
37515     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
37516     CONFIG_DS4510_RST defines add additional sub-commands
37517     to the ds4510 command when defined.
37518
37519     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
37520
37521 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
37522 Author: Dirk Eibach <eibach@gdsys.de>
37523 Date:   Tue Dec 16 14:51:56 2008 +0100
37524
37525     common: Iteration limit for memory test.
37526
37527     The iteration limit is passed to mtest as a fourth parameter:
37528     [start [end [pattern [iterations]]]]
37529     If no fourth parameter is supplied, there is no iteration limit and the
37530     test will loop forever.
37531
37532     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
37533
37534 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
37535 Author: Stefan Roese <sr@denx.de>
37536 Date:   Mon Dec 15 15:40:12 2008 +0100
37537
37538     serial: Rename driver vcth to vct to support other board variants
37539
37540     Moved driver vcth.c to vct.c to better reflect the VCT board series.
37541     This driver is now used by the VCT platforms:
37542
37543     vct_premium
37544     vct_platinum
37545     vct_platinumsvc
37546
37547     Signed-off-by: Stefan Roese <sr@denx.de>
37548
37549 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
37550 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37551 Date:   Fri Dec 12 00:45:27 2008 +0900
37552
37553     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
37554
37555     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37556
37557 commit c3284b030b1cd492b4f46c576aea01bef258599d
37558 Author: Peter Korsgaard <jacmet@sunsite.dk>
37559 Date:   Wed Dec 10 16:24:16 2008 +0100
37560
37561     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
37562
37563     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
37564     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
37565     !CONFIG_AUTOBOOT_KEYED case.
37566
37567     Do this by reversing the loop so we do at least one iteration before
37568     checking for timeout.
37569
37570     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
37571
37572 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
37573 Author: Niklaus Giger <niklaus.giger@netstal.com>
37574 Date:   Mon Dec 8 17:24:08 2008 +0100
37575
37576     Added legacy flash ST Micro M29W040B
37577
37578 commit 626d07348e5f9f302f4ea182161a89f7362a0488
37579 Author: Graeme Russ <graeme.russ@gmail.com>
37580 Date:   Mon Dec 8 20:04:51 2008 +1100
37581
37582     Fixed off-by-one errors in lib_m68k/interrupts.c
37583
37584     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37585
37586 commit a5989c42ae5e295f274a795c426c47819bbdbfda
37587 Author: Graeme Russ <graeme.russ@gmail.com>
37588 Date:   Sun Dec 7 10:29:05 2008 +1100
37589
37590     Removed all references to CONFIG_SYS_RESET_GENERIC
37591
37592     Generic i386 reset - #define made redundant by weak function
37593
37594     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37595
37596 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
37597 Author: Graeme Russ <graeme.russ@gmail.com>
37598 Date:   Sun Dec 7 10:29:04 2008 +1100
37599
37600     Remove #ifdef CONFIG_SC520 in source code
37601
37602     CONFIG_SC520 is now used for conditional compile
37603
37604     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37605
37606 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
37607 Author: Graeme Russ <graeme.russ@gmail.com>
37608 Date:   Sun Dec 7 10:29:03 2008 +1100
37609
37610     Added MMCR reset functionality
37611
37612     Reset function specific to AMD SC520 microcontroller - Is more of a
37613     'hard reset' that the triple fault.
37614
37615     Requires CONFIG_SYS_RESET_SC520 to be defined in config
37616
37617     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
37618     but ld requires that a object file in a library arhive MUST contain
37619     at least one function which does not override a weak function (and is
37620     called from outside the object file) in order for that object file to
37621     be extracted from the archive. This would be the only function on the
37622     new file, and hence, will never get linked in.
37623
37624     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37625
37626 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
37627 Author: Graeme Russ <graeme.russ@gmail.com>
37628 Date:   Sun Dec 7 10:29:02 2008 +1100
37629
37630     Moved generic (triple fault) reset code
37631
37632     Moved from interrupts.c to cpu.c and made into a weak function to
37633     allow vendor specific override
37634
37635     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
37636     added to the vendor specific code without the need to remember to
37637     #undef usage of the generic method and if you forget to include your
37638     custom reset method, you will always get the default.
37639
37640     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37641
37642 commit 9933d609020c297788f53f334c8465fa7a99b10c
37643 Author: Graeme Russ <graeme.russ@gmail.com>
37644 Date:   Sun Dec 7 10:29:01 2008 +1100
37645
37646     Moved definition of set_vector() to new header file
37647
37648     This allows for future tidy ups and functionality that will require
37649     set_vector ()
37650
37651     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37652
37653 commit 407976185e0dda2c90e89027121a1071b9c77bfb
37654 Author: Graeme Russ <graeme.russ@gmail.com>
37655 Date:   Sun Dec 7 10:29:00 2008 +1100
37656
37657     Moved sc520 specific code into new cpu/i386/sc520 folder
37658
37659     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37660     Signed-off-by: Wolfgang Denk <wd@denx.de>
37661
37662 commit 85ffbbd51914925a542d8528be7f072e5ab02157
37663 Author: Graeme Russ <graeme.russ@gmail.com>
37664 Date:   Sun Dec 7 10:28:58 2008 +1100
37665
37666     Renamed cpu/i386/reset.S to resetvec.S
37667
37668     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
37669     for CPU reset functions
37670
37671     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37672
37673 commit a3f4c123f569474e80ea012b8db0de46afdb6443
37674 Author: Wolfgang Denk <wd@denx.de>
37675 Date:   Sat Jan 24 01:01:49 2009 +0100
37676
37677     Makefile: keep lists sorted.
37678
37679     Signed-off-by: Wolfgang Denk <wd@denx.de>
37680
37681 commit c620c01e96814558470698ed5cab1bf2f504d1b5
37682 Author: Graeme Russ <graeme.russ@gmail.com>
37683 Date:   Sun Dec 7 10:28:57 2008 +1100
37684
37685     Added initial eNET board support
37686
37687     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37688
37689 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
37690 Author: Gary Jennejohn <garyj@denx.de>
37691 Date:   Thu Nov 20 11:37:26 2008 +0100
37692
37693     POWERPC 82xx: add the SCC as an HDLC controller
37694
37695     Right now this is only used by keymile.
37696
37697     Signed-off-by: Gary Jennejohn <garyj@denx.de>
37698
37699 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
37700 Author: Heiko Schocher <hs@denx.de>
37701 Date:   Thu Nov 20 09:59:09 2008 +0100
37702
37703     powerpc, keymile boards: extract identical config options
37704
37705     This patch extracts the identical config options for the
37706     keymile boards mgcoge, mgsuvd and kmeter1 in a new
37707     common config file keymile-common.h.
37708
37709     Signed-off-by: Heiko Schocher <hs@denx.de>
37710
37711 commit 210c8c00aad3328145204adab434bb7d70b06b75
37712 Author: Heiko Schocher <hs@denx.de>
37713 Date:   Fri Nov 21 08:29:40 2008 +0100
37714
37715     powerpc: keymile: Add a check for the PIGGY debug board
37716
37717     Check the presence of the PIGGY on the keymile boards mgcoge,
37718     mgsuvd and kmeter1. If the PIGGY is not present, dont register
37719     this Ethernet device.
37720
37721     Signed-off-by: Heiko Schocher <hs@denx.de>
37722     Acked-by: Ben Warren <biggerbadderben@gmail.com>
37723
37724 commit de0443614af4d16675ab436665aeb11ddc9f7214
37725 Author: Heiko Schocher <hs@denx.de>
37726 Date:   Thu Nov 20 09:57:47 2008 +0100
37727
37728     powerpc: 83xx: add support for the kmeter1 board
37729
37730     This patch adds support for the kmeter1 board from Keymile,
37731     based on a Freescale MPC8360 CPU.
37732
37733     - serial console on UART 1
37734     - 256 MB DDR2 RAM
37735     - 64 MB NOR Flash
37736     - Ethernet RMII Mode over UCC4
37737     - PHY SMSC LAN8700
37738
37739     Signed-off-by: Heiko Schocher <hs@denx.de>
37740
37741 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
37742 Author: Sergei Poselenov <sposelenov@emcraft.com>
37743 Date:   Tue Nov 4 13:51:18 2008 +0100
37744
37745     Add a do_div() wrapper macro, lldiv().
37746
37747     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
37748     the dividend and returns the result of division, so it is useful
37749     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
37750
37751     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37752
37753 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
37754 Author: Kumar Gala <galak@kernel.crashing.org>
37755 Date:   Fri Jan 23 14:22:14 2009 -0600
37756
37757     85xx: Add a 36-bit physical configuration for MPC8572DS
37758
37759     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
37760     to allow for larger memory sizes.
37761
37762     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37763
37764 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
37765 Author: Kumar Gala <galak@kernel.crashing.org>
37766 Date:   Fri Jan 23 14:22:13 2009 -0600
37767
37768     85xx: Handle eLBC difference w/36-bit physical
37769
37770     The eLBC only handles 32-bit physical address in systems with 36-bit
37771     physical.  The previos generation of LBC handled 34-bit physical
37772     address in 36-bit systems.  Added a new CONFIG option to convey
37773     the difference between the LBC and eLBC.
37774
37775     Also added defines for XAM bits used in LBC for the extended 34-bit
37776     support.
37777
37778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37779
37780 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
37781 Author: Kumar Gala <galak@kernel.crashing.org>
37782 Date:   Fri Jan 23 14:22:12 2009 -0600
37783
37784     85xx: Use BR_ADDR macro for NAND chipselects
37785
37786     Use the new BR_ADDR macro to properly setup the address field of the
37787     localbus chipselects used by NAND.
37788
37789     This allows us to deal with 36-bit phys on these boards in the future.
37790
37791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37792
37793 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
37794 Author: Haiying Wang <Haiying.Wang@freescale.com>
37795 Date:   Thu Jan 15 11:58:35 2009 -0500
37796
37797     Add secondary CPUs processor frequency for e500 core
37798
37799     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
37800     and prints each CPU's frequency separately. It also fixes up each CPU's
37801     frequency in "clock-frequency" of fdt blob.
37802
37803     Signed-off-by: James Yang <James.Yang@freescale.com>
37804     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37805
37806 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
37807 Author: Dave Liu <daveliu@freescale.com>
37808 Date:   Fri Nov 21 16:31:53 2008 +0800
37809
37810     85xx: enable the auto self refresh for wake up ARP
37811
37812     The wake up ARP feature need use the memory to process
37813     wake up packet, we enable auto self refresh to support it.
37814
37815     Signed-off-by: Dave Liu <daveliu@freescale.com>
37816     Acked-by: Andy Fleming <afleming@freescale.com>
37817
37818 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
37819 Author: Dave Liu <daveliu@freescale.com>
37820 Date:   Fri Nov 21 16:31:43 2008 +0800
37821
37822     fsl-ddr: use the 1T timing as default configuration
37823
37824     For light loaded system, we use the 1T timing to gain better
37825     memory performance, but for some heavily loaded system,
37826     you have to add the 2T timing options to board files.
37827
37828     Signed-off-by: Dave Liu <daveliu@freescale.com>
37829     Acked-by: Andy Fleming <afleming@freescale.com>
37830
37831 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
37832 Author: Dave Liu <daveliu@freescale.com>
37833 Date:   Fri Nov 21 16:31:35 2008 +0800
37834
37835     fsl-ddr: make the self refresh idle threshold configurable
37836
37837     Some 85xx processors have the advanced power management feature,
37838     such as wake up ARP, that needs enable the automatic self refresh.
37839
37840     If the DDR controller pass the SR_IT (self refresh idle threshold)
37841     idle cycles, it will automatically enter self refresh. However,
37842     anytime one transaction is issued to the DDR controller, it will
37843     reset the counter and exit self refresh state.
37844
37845     Signed-off-by: Dave Liu <daveliu@freescale.com>
37846     Acked-by: Andy Fleming <afleming@freescale.com>
37847
37848 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
37849 Author: Dave Liu <daveliu@freescale.com>
37850 Date:   Fri Nov 21 16:31:29 2008 +0800
37851
37852     fsl-ddr: clean up the ddr code for DDR3 controller
37853
37854     - The DDR3 controller is expanding the bits for timing config
37855     - Add the DDR3 32-bit bus mode support
37856
37857     Signed-off-by: Dave Liu <daveliu@freescale.com>
37858     Acked-by: Andy Fleming <afleming@freescale.com>
37859
37860 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
37861 Author: Dave Liu <daveliu@freescale.com>
37862 Date:   Fri Nov 21 16:31:22 2008 +0800
37863
37864     fsl-ddr: update the bit mask for DDR3 controller
37865
37866     According to the latest 8572 UM, the DDR3 controller
37867     is expanding the bit mask, and we use the extend ACTTOPRE
37868     mode when tRAS more than 19 MCLK.
37869
37870     Signed-off-by: Dave Liu <daveliu@freescale.com>
37871
37872 commit aca5f018a8386b85469482ed9867e3e29a2437d0
37873 Author: Kumar Gala <galak@kernel.crashing.org>
37874 Date:   Tue Dec 2 16:08:40 2008 -0600
37875
37876     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
37877
37878     Introduce a new define to seperate out the virtual address that PCI
37879     IO space is at from the physical address.  In most situations these are
37880     mapped 1:1.  However any code accessing the bus should use VIRT.
37881
37882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37883     Acked-by: Andy Fleming <afleming@freescale.com>
37884
37885 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
37886 Author: Kumar Gala <galak@kernel.crashing.org>
37887 Date:   Tue Dec 2 16:08:39 2008 -0600
37888
37889     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
37890
37891     Introduce a new define to seperate out the virtual address that PCI
37892     memory is at from the physical address.  In most situations these are
37893     mapped 1:1.  However any code accessing the bus should use VIRT.
37894
37895     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37896     Acked-by: Andy Fleming <afleming@freescale.com>
37897
37898 commit a6e04c344ad1eefd47a75484441b385da815b8df
37899 Author: Kumar Gala <galak@kernel.crashing.org>
37900 Date:   Tue Dec 2 16:08:38 2008 -0600
37901
37902     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
37903
37904     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
37905     of TLBs.  This is what we should have always been using from the start.
37906
37907     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37908     Acked-by: Andy Fleming <afleming@freescale.com>
37909
37910 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
37911 Author: Kumar Gala <galak@kernel.crashing.org>
37912 Date:   Tue Dec 2 16:08:37 2008 -0600
37913
37914     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
37915
37916     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
37917     of _IO_BASE so we are more explicit.
37918
37919     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37920
37921 commit 10795f42cb94e71bcb262b615084f69dd886399a
37922 Author: Kumar Gala <galak@kernel.crashing.org>
37923 Date:   Tue Dec 2 16:08:36 2008 -0600
37924
37925     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
37926
37927     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
37928     of _MEM_BASE so we are more explicit.
37929
37930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37931     Acked-by: Andy Fleming <afleming@freescale.com>
37932
37933 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
37934 Author: Kumar Gala <galak@kernel.crashing.org>
37935 Date:   Tue Dec 2 14:19:34 2008 -0600
37936
37937     85xx: separate FLASH BASE virtual from physical address
37938
37939     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
37940     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
37941
37942     This allows us to deal with 36-bit phys on these boards in the future.
37943
37944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37945     Acked-by: Andy Fleming <afleming@freescale.com>
37946
37947 commit 52b565f5ad23b682489055b187767d8bf1c2e444
37948 Author: Kumar Gala <galak@kernel.crashing.org>
37949 Date:   Tue Dec 2 14:19:33 2008 -0600
37950
37951     85xx: separate PIXIS virtual from physical address
37952
37953     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
37954     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
37955
37956     This allows us to deal with 36-bit phys on these boards in the future.
37957
37958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37959     Acked-by: Andy Fleming <afleming@freescale.com>
37960
37961 commit 30837e5b21d5a742983581ab9ee3fac085311d19
37962 Author: Haiying Wang <Haiying.Wang@freescale.com>
37963 Date:   Tue Nov 11 08:52:09 2008 -0500
37964
37965     Add README file for MPC8572DS board
37966
37967     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37968     Acked-by: Andy Fleming <afleming@freescale.com>
37969
37970 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
37971 Author: Mike Frysinger <vapier@gentoo.org>
37972 Date:   Mon Oct 20 16:15:04 2008 -0400
37973
37974     Blackfin: use common strmhz() in system output
37975
37976     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37977
37978 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
37979 Author: Ron Madrid <ron_madrid@sbcglobal.net>
37980 Date:   Thu Jan 22 15:05:24 2009 -0800
37981
37982     mpc83xx: New board support for SIMPC8313
37983
37984     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
37985     board boots from NAND devices and is configureable for either large or small
37986     page devices.  The board supports non-soldered DDR2, one ethernet port, a
37987     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
37988     to the eLBC providing glue logic to a TMS320C67xx DSP.
37989
37990     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
37991     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37992
37993 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
37994 Author: Mike Frysinger <vapier@gentoo.org>
37995 Date:   Sun Jan 18 19:46:06 2009 -0500
37996
37997     nand: fixup printf modifiers to match types used
37998
37999     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38000     Signed-off-by: Scott Wood <scottwood@freescale.com>
38001
38002 commit 389e6620e2271096df3316917528003627db4021
38003 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
38004 Date:   Tue Jan 20 16:57:55 2009 +0100
38005
38006     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
38007
38008     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
38009     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
38010     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
38011     tested before ".jffs2s" and only the first two characters are compared.
38012
38013     Correction:
38014     Test for ".jffs2s" first and compare the first 7 characters.
38015
38016     Signed-off-by: Scott Wood <scottwood@freescale.com>
38017
38018 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
38019 Author: Wolfgang Grandegger <wg@grandegger.com>
38020 Date:   Fri Jan 16 18:55:54 2009 +0100
38021
38022     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
38023
38024     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
38025     changes the default from 8 to 1 for the legacy and the new MTD
38026     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
38027     in the board config files because none of the boards use multi
38028     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
38029     define
38030
38031      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
38032
38033     but that's bogus and did not work anyhow.
38034
38035     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
38036     Signed-off-by: Scott Wood <scottwood@freescale.com>
38037
38038 commit c70564e6b1bd08f3230182392238907f3531a87e
38039 Author: Dave Liu <daveliu@freescale.com>
38040 Date:   Tue Dec 2 11:48:51 2008 +0800
38041
38042     NAND: Fix cache and memory inconsistency issue
38043
38044     We load the secondary stage u-boot image from NAND to
38045     system memory by nand_load, but we did not flush d-cache
38046     to memory, nor invalidate i-cache before we jump to RAM.
38047     When the system has cache enabled and the TLB/page attribute
38048     of system memory is cacheable, it will cause issues.
38049
38050     - 83xx family is using the d-cache lock, so all of d-cache
38051       access is cache-inhibited. so you can't see the issue.
38052     - 85xx family is using d-cache, i-cache enable, partial
38053       cache lock. you will see the issue.
38054
38055     This patch fixes the cache issue.
38056
38057     Signed-off-by: Dave Liu <daveliu@freescale.com>
38058     Signed-off-by: Scott Wood <scottwood@freescale.com>
38059
38060 commit 50657c273278f74378e1ac39b41d612b92fdffa0
38061 Author: Nishanth Menon <menon.nishanth@gmail.com>
38062 Date:   Sat Dec 13 09:43:06 2008 -0600
38063
38064     NAND: Enable nand lock, unlock feature
38065
38066     Enable nand lock, unlock and status of lock feature.
38067     Not every device and platform requires this, hence,
38068     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
38069
38070     Nand unlock and status operate on block boundary instead
38071     of page boundary. Details in:
38072     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
38073
38074     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
38075     Includes preliminary suggestions from Scott Wood
38076
38077     Signed-off-by: Nishanth Menon <nm@ti.com>
38078     Signed-off-by: Scott Wood <scottwood@freescale.com>
38079
38080 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
38081 Author: Mike Frysinger <vapier@gentoo.org>
38082 Date:   Sat Dec 6 02:40:55 2008 -0500
38083
38084     NAND: move board_nand_init to nand.h
38085
38086     Rather than putting the function prototype for board_nand_init() in the one
38087     place where it gets called, put it into nand.h so that every place that also
38088     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
38089     such as using the wrong return value (void rather than int) when defining
38090     the function.
38091
38092     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38093     Signed-off-by: Scott Wood <scottwood@freescale.com>
38094
38095 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
38096 Author: Stefan Roese <sr@denx.de>
38097 Date:   Tue Dec 2 11:06:47 2008 +0100
38098
38099     OneNAND: Additional sync with 2.6.27
38100
38101     - Add subpage write support
38102     - Add onenand_oob_64/32 ecclayout
38103
38104     This has been missing and without it UBI has some incompatibilies issues
38105     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
38106     placed differently (2048 instead of 512) without this fix.
38107
38108     Signed-off-by: Stefan Roese <sr@denx.de>
38109     Signed-off-by: Scott Wood <scottwood@freescale.com>
38110
38111 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
38112 Author: Kyungmin Park <kmpark@infradead.org>
38113 Date:   Thu Nov 13 15:14:33 2008 +0900
38114
38115     Add markbad function
38116
38117     Add missing markbad function
38118     If not, it's hang when it entered the mtd->mark_bad().
38119
38120     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
38121
38122 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
38123 Author: Stefan Roese <sr@denx.de>
38124 Date:   Wed Nov 12 13:47:24 2008 +0100
38125
38126     OneNAND: Bad block aware read/write command support
38127
38128     Update OneNAND command to support bad block awareness.
38129     Also change the OneNAND command style to better match the
38130     NAND version.
38131
38132     Signed-off-by: Stefan Roese <sr@denx.de>
38133     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
38134
38135 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
38136 Author: Stefan Roese <sr@denx.de>
38137 Date:   Tue Nov 11 10:29:09 2008 +0100
38138
38139     OneNAND: Save version_id in onenand_chip struct
38140
38141     The version (ver_id) was not stored in the onenand_chip structure and
38142     because of this the continuous locking scheme could be enabled on some
38143     chips.
38144
38145     Signed-off-by: Stefan Roese <sr@denx.de>
38146
38147 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
38148 Author: Stefan Roese <sr@denx.de>
38149 Date:   Tue Nov 11 10:28:53 2008 +0100
38150
38151     OneNAND: Fix compiler warnings
38152
38153     Signed-off-by: Stefan Roese <sr@denx.de>
38154
38155 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
38156 Author: Dave Liu <daveliu@freescale.com>
38157 Date:   Tue Nov 4 14:55:06 2008 +0800
38158
38159     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
38160
38161     Signed-off-by: Dave Liu <daveliu@freescale.com>
38162
38163 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
38164 Author: Kyungmin Park <kmpark@infradead.org>
38165 Date:   Tue Nov 4 09:24:07 2008 +0900
38166
38167     Sync with 2.6.27
38168
38169     Sync with OneNAND kernel codes
38170
38171     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
38172
38173 commit e7f325be9edeb84bb457301776bbac1f7257dafc
38174 Author: Michal Simek <monstr@monstr.eu>
38175 Date:   Mon Jan 5 13:35:31 2009 +0100
38176
38177     microblaze: Use cache functions (especially cache status)
38178     in systems which are configured without flash
38179
38180 commit e9b737deb2c30125362d20e24170617476026e94
38181 Author: Michal Simek <monstr@monstr.eu>
38182 Date:   Mon Jan 5 13:29:32 2009 +0100
38183
38184     microblaze: Add cache flush
38185
38186 commit b4f8dda35bfad447b4106828232705b2e878d168
38187 Author: Michal Simek <monstr@monstr.eu>
38188 Date:   Mon Jan 5 13:28:40 2009 +0100
38189
38190     microblaze: Add bootup messages to board.c
38191
38192 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
38193 Author: Michal Simek <monstr@monstr.eu>
38194 Date:   Fri Dec 19 13:25:55 2008 +0100
38195
38196     microblaze: Change microblaze-generic config file
38197
38198     Signed-off-by: Michal Simek <monstr@monstr.eu>
38199
38200 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
38201 Author: Michal Simek <monstr@monstr.eu>
38202 Date:   Fri Dec 19 13:14:05 2008 +0100
38203
38204     microblaze: Rename ml401 to microblaze-generic
38205
38206     Signed-off-by: Michal Simek <monstr@monstr.eu>
38207
38208 commit 6677876181cc8772bca8a372479a500d160f3993
38209 Author: Scott Wood <scottwood@freescale.com>
38210 Date:   Tue Jan 20 11:56:11 2009 -0600
38211
38212     83xx: Use the proper sequence for updating IMMR.
38213
38214     This ensures that subsequent accesses properly hit the new window.
38215
38216     The dcbi during the NAND loop was accidentally working around this;
38217     it's no longer necessary, as the cache is not enabled.
38218
38219     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
38220     Signed-off-by: Scott Wood <scottwood@freescale.com>
38221     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38222
38223 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
38224 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38225 Date:   Thu Jan 8 04:26:19 2009 +0300
38226
38227     mpc83xx: Add PCI-E support for MPC837XEMDS boards
38228
38229     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
38230     provides two PCI-E (x2) ports. Though, only one port can be used in x2
38231     mode. Two ports can function simultaneously in x1 mode.
38232
38233     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
38234
38235     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38236     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38237
38238 commit 8f11e34b31a7be124a3239653f33af9510502045
38239 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38240 Date:   Thu Jan 8 04:26:17 2009 +0300
38241
38242     mpc83xx: Add PCI-E support for MPC8315ERDB boards
38243
38244     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
38245     support them.
38246
38247     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38248     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38249
38250 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
38251 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38252 Date:   Thu Jan 8 04:26:12 2009 +0300
38253
38254     mpc83xx: Add support for MPC83xx PCI-E controllers
38255
38256     This patch adds support for MPC83xx PCI-E controllers in Root Complex
38257     mode.
38258
38259     The patch is based on Tony Li and Dave Liu work[1].
38260
38261     Though unlike the original patch, by default we don't register PCI-E
38262     buses for use in U-Boot, we only configure the controllers for future
38263     use in other OSes (Linux). This is done because we don't have enough
38264     of spare BATs to map all the PCI-E regions.
38265
38266     To actually use PCI-E in U-Boot, users should explicitly define
38267     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
38268     only then U-Boot will able to access PCI-E, but at the cost of disabled
38269     address translation.
38270
38271     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
38272
38273     Signed-off-by: Tony Li <tony.li@freescale.com>
38274     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38275     Acked-by: Dave Liu <daveliu@freescale.com>
38276     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38277
38278 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
38279 Author: Ira Snyder <iws@ovro.caltech.edu>
38280 Date:   Mon Jan 12 13:33:17 2009 -0800
38281
38282     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
38283
38284     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
38285     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
38286     "Clocking in PCI Agent Mode".
38287
38288     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38289     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38290
38291 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
38292 Author: Ira Snyder <iws@ovro.caltech.edu>
38293 Date:   Mon Jan 12 13:32:26 2009 -0800
38294
38295     83xx: PCI agent mode fixes for multi-board systems
38296
38297     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
38298     the boards will lock up the PCI bus by scanning against each other.
38299
38300     The boards lock against each other by trying to access the PCI bus before
38301     clearing their configuration lock bit. Both boards end up in a loop,
38302     sending and receiving "Target Not Ready" messages forever.
38303
38304     When running in PCI agent mode, the scanning now takes place after the
38305     boards have cleared their configuration lock bit.
38306
38307     Also, add a missing declaration to the mpc83xx.h header file, fixing a
38308     build warning.
38309
38310     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38311     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38312
38313 commit 455a46915b82896cc2070eb326d075555c2bc580
38314 Author: Ron Madrid <ron_madrid@sbcglobal.net>
38315 Date:   Fri Dec 12 13:12:45 2008 -0800
38316
38317     mpc83xx: Size optimization of start.S
38318
38319     Currently there are in excess of 100 bytes located at the beginning of the image
38320     built by start.S that are not being utilized.  This patch moves a few functions
38321     into this part of the image.  This will create a greater number of *available*
38322     bytes that can be used by board specific code in NAND builds and will decrease
38323     the size of the assembled code in other builds.
38324
38325     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
38326     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38327
38328 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
38329 Author: Wolfgang Denk <wd@denx.de>
38330 Date:   Wed Jan 21 23:08:12 2009 +0100
38331
38332     Prepare v2009.01
38333
38334     Signed-off-by: Wolfgang Denk <wd@denx.de>
38335
38336 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
38337 Author: Wolfgang Denk <wd@denx.de>
38338 Date:   Sun Jan 18 21:37:48 2009 +0100
38339
38340     Prepare 2009.01-rc3
38341
38342     Update CHANGELOG
38343
38344     Signed-off-by: Wolfgang Denk <wd@denx.de>
38345
38346 commit 4cda437898f7873752f0201757cd33f12196ce87
38347 Author: Mike Frysinger <vapier@gentoo.org>
38348 Date:   Sat Jan 17 13:32:42 2009 -0500
38349
38350     build system: treat all Darwin's alike
38351
38352     The x86 based version of Darwin behaves the same quirky way as the powerpc
38353     Darwin, so only check HOSTOS when setting up Darwin workarounds.
38354
38355     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38356
38357 commit c088a108c75db565e07292fd668dfa5491e85bc2
38358 Author: Peter Korsgaard <jacmet@sunsite.dk>
38359 Date:   Wed Jan 14 13:52:24 2009 +0100
38360
38361     fdt_resize(): fix actualsize calculations with unaligned blobs
38362
38363     The code in fdt_resize() to extend the fdt size to end on a page boundary
38364     is wrong for fdt's not located at an address aligned on a page boundary.
38365     What's even worse, the code would make actualsize shrink rather than grow
38366     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
38367     causing fdt_add_mem_rsv to fail.
38368
38369     Fix it by aligning end address (blob + size) to a page boundary instead.
38370     For aligned fdt's this is equivalent to what we had before.
38371
38372     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
38373
38374 commit fadad1573fb16c90025f08a2861d6047d093cba7
38375 Author: Mike Frysinger <vapier@gentoo.org>
38376 Date:   Fri Jan 9 04:38:17 2009 -0500
38377
38378     ncb: use socklen_t
38379
38380     The recvfrom() function takes a socklen_t, not an int.
38381
38382     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38383
38384 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
38385 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38386 Date:   Sun Jan 11 16:35:16 2009 +0100
38387
38388     sh: serial: use readx/writex accessors
38389
38390     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38391     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38392
38393 commit 9e1fa628bdb64745811cdd26c4f953846c076180
38394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38395 Date:   Sun Jan 11 16:35:15 2009 +0100
38396
38397     sh: serial: coding style cleanup
38398
38399     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38400     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38401
38402 commit c9935c992575922b7ef13eec0656ed8665d324e3
38403 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38404 Date:   Sun Jan 11 17:48:56 2009 +0900
38405
38406     sh: Fix compile error on lowlevel_init file
38407
38408     lowlevel_init of SH was corrected to use the write/readXX macro.
38409     However, there was a problem that was not able to be compiled partially.
38410     This patch corrected this.
38411
38412     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38413
38414 commit a5b04d00bfeb940c62232972ce644d50b45797f9
38415 Author: Kieran Bingham <kieranbingham@gmail.com>
38416 Date:   Tue Dec 30 01:16:03 2008 +0000
38417
38418     sh: Fix up rsk7203 target for out of tree build
38419
38420     Fix up rsk7203 target to build successfully using out-of-tree build.
38421
38422     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
38423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38424
38425 commit f7e78f3b74aae9caca2997bad865a72338326c0a
38426 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38427 Date:   Sat Dec 20 19:29:49 2008 +0100
38428
38429     sh: use write{8,16,32} in all lowlevel_init
38430
38431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38432     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38433
38434 commit e4430779623af500de1cee7892c379f07ef59813
38435 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38436 Date:   Sat Dec 20 19:29:48 2008 +0100
38437
38438     sh: lowlevel_init coding style cleanup
38439
38440     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38441     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38442
38443 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
38444 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38445 Date:   Sat Dec 20 15:27:45 2008 +0100
38446
38447     sh: update sh2/sh2a timer coding style
38448
38449     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38450     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38451
38452 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
38453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38454 Date:   Sat Dec 20 15:25:22 2008 +0100
38455
38456     sh: update sh timer coding style
38457
38458     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38459     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38460
38461 commit 0e3ece33801e377be67ffa29f083421ad820f28b
38462 Author: Wolfgang Denk <wd@denx.de>
38463 Date:   Wed Jan 14 23:26:05 2009 +0100
38464
38465     Prepare 2009.01-rc2
38466
38467     Update CHANGELOG.
38468
38469     Signed-off-by: Wolfgang Denk <wd@denx.de>
38470
38471 commit e92c9a860e44c14513c8909ce4299e253a775eeb
38472 Author: Wolfgang Denk <wd@denx.de>
38473 Date:   Wed Jan 14 22:35:30 2009 +0100
38474
38475     cpu/mpc824x/Makefile: fix warning with parallel builds
38476
38477     Parallel builds would occasionally issue this build warning:
38478
38479         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
38480
38481     Use "ln -sf" as quick work around for the issue.
38482
38483     Signed-off-by: Wolfgang Denk <wd@denx.de>
38484
38485 commit 3ba605d4beec649438539e7df97b5fedb26592fb
38486 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38487 Date:   Fri Jan 2 12:18:49 2009 +0100
38488
38489     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
38490
38491     This patch adds esd's loadpci BSP command to CPCI4052 and
38492     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
38493
38494     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38495     Signed-off-by: Stefan Roese <sr@denx.de>
38496
38497 commit 600fe46fb3dab7f07604f9009904f31584415114
38498 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38499 Date:   Fri Jan 2 12:18:12 2009 +0100
38500
38501     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
38502
38503     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38504     Signed-off-by: Stefan Roese <sr@denx.de>
38505
38506 commit f6a1f490d224c600a09137e58d1026d150b8e679
38507 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38508 Date:   Fri Jan 2 12:17:36 2009 +0100
38509
38510     ppc4xx: Cleanup CPCI405 board code
38511
38512     This patch cleans up CPCI405 board support:
38513     - wrap long lines
38514     - unification of spaces in function calls
38515     - remove dead code
38516
38517     Use correct io accessors on peripherals.
38518
38519     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38520     Signed-off-by: Stefan Roese <sr@denx.de>
38521
38522 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
38523 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38524 Date:   Fri Jan 2 12:16:35 2009 +0100
38525
38526     ppc4xx: Enable auto RS485 mode on PLU405 boards
38527
38528     This patch turns on the auto RS485 mode in the 2nd external
38529     uart on PLU405 boards. This is a special mode of the used
38530     Exar XR16C2850 uart. Because these boards only have a 485 physical
38531     layer connected it's a good idea to turn it on by default.
38532
38533     Signed-off-by: Matthias Fuchs <mf@esd.eu>
38534     Signed-off-by: Stefan Roese <sr@denx.de>
38535
38536 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
38537 Author: Haiying Wang <Haiying.Wang@freescale.com>
38538 Date:   Tue Jan 13 16:29:28 2009 -0500
38539
38540     Some changes of TLB entry setting for MPC8572DS
38541
38542     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
38543     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
38544     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
38545
38546     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
38547
38548     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38549
38550 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
38551 Author: Haiying Wang <Haiying.Wang@freescale.com>
38552 Date:   Tue Jan 13 16:29:22 2009 -0500
38553
38554     Change DDR tlb start entry to CONFIG param for 85xx
38555
38556     So that we can locate the DDR tlb start entry to the value other than 8. By
38557     default, it is still 8.
38558
38559     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38560
38561 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
38562 Author: Roy Zang <tie-fei.zang@freescale.com>
38563 Date:   Fri Jan 9 16:02:35 2009 +0800
38564
38565     Change PCIE1&2 deciide logic on MPC8544DS board more readable
38566
38567     The IO port selection for MPC8544DS board:
38568      Port                       cfg_io_ports
38569      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
38570      PCIE2              0x4, 0x5, 0x6, 0x7
38571      PCIE3              0x6, 0x7
38572      This patch changes the PCIE12 and PCIE2 logic more readable.
38573     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38574
38575 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
38576 Author: Roy Zang <tie-fei.zang@freescale.com>
38577 Date:   Fri Jan 9 16:01:52 2009 +0800
38578
38579     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
38580
38581     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
38582     PCIE1 bit.
38583     On MPC8572DS board, PCIE refers to PCIE1.
38584     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38585
38586 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
38587 Author: Roy Zang <tie-fei.zang@freescale.com>
38588 Date:   Fri Jan 9 16:00:55 2009 +0800
38589
38590     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
38591
38592     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
38593      This patch fixes this issue.
38594      For MPC8572
38595      Port                       cfg_io_ports
38596      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
38597      PCIE2              0x3, 0x7
38598      PCIE3              0x7
38599
38600     For MPC8544
38601     Port                        cfg_io_ports
38602     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
38603     PCIE2               0x4, 0x5, 0x6, 0x7
38604     PCIE3               0x6, 0x7
38605     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38606
38607 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
38608 Author: Becky Bruce <beckyb@kernel.crashing.org>
38609 Date:   Wed Dec 3 22:36:44 2008 -0600
38610
38611     mpc8610hpcd: Fix PCI mapping concepts
38612
38613     Rename _BASE to _BUS, as it's actually a PCI bus address,
38614     separate virtual and physical addresses into _VIRT and _PHYS,
38615     and use each appopriately.  This makes the code easier to read
38616     and understand, and facilitates mapping changes going forward.
38617
38618     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
38619
38620 commit 79e436cad3b4a7db88408c3f05175028f30d700d
38621 Author: Becky Bruce <beckyb@kernel.crashing.org>
38622 Date:   Wed Dec 3 22:36:26 2008 -0600
38623
38624     sbc8641d: Fix PCI mapping concepts
38625
38626     Rename _BASE to _BUS, as it's actually a PCI bus address,
38627     separate virtual and physical addresses into _VIRT and _PHYS,
38628     and use each appopriately.  This makes the code easier to read
38629     and understand, and facilitates mapping changes going forward.
38630
38631     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
38632
38633 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
38634 Author: Wolfgang Denk <wd@denx.de>
38635 Date:   Mon Jan 12 14:50:35 2009 +0100
38636
38637     MPC86xx: fix build warnings
38638
38639     Signed-off-by: Wolfgang Denk <wd@denx.de>
38640
38641 commit 032a1c934ef4dc003281f57302b6e693062c1868
38642 Author: Mike Frysinger <vapier@gentoo.org>
38643 Date:   Mon Jan 5 16:09:44 2009 -0500
38644
38645     bf537-stamp/nand: fix board_nand_init prototype
38646
38647     The board_nand_init() function should return an int, not void.
38648
38649     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38650
38651 commit 687f952e4119594ab913be11c90f7f018c2a7a79
38652 Author: Mike Frysinger <vapier@gentoo.org>
38653 Date:   Thu Dec 11 07:04:48 2008 -0500
38654
38655     Blackfin: drop CONFIG_SPI handling in board init
38656
38657     The eeprom SPI init functions are duplicated as the common code already
38658     executes these for us.
38659
38660     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38661
38662 commit e7e684b10d73a303902208594c7c3e7e0d753282
38663 Author: Mike Frysinger <vapier@gentoo.org>
38664 Date:   Fri Oct 24 17:51:57 2008 -0400
38665
38666     Blackfin: fix out-of-tree building with ldscripts
38667
38668     Many of the Blackfin board linker scripts are preprocessed, so make sure we
38669     output the linker script into the build tree rather than the source tree.
38670
38671     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38672
38673 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
38674 Author: Mike Frysinger <vapier@gentoo.org>
38675 Date:   Fri Oct 24 17:48:54 2008 -0400
38676
38677     Blackfin: fix linker scripts to work with --gc-sections
38678
38679     Make sure all .text sections get pulled in and the entry point is properly
38680     referenced so they don't get discarded when linking with --gc-sections.
38681
38682     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38683
38684 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
38685 Author: Mike Frysinger <vapier@gentoo.org>
38686 Date:   Sat Oct 11 20:45:44 2008 -0400
38687
38688     Blackfin: set proper LDRFLAGS for parallel booting LDRs
38689
38690     In order to boot an LDR out of parallel flash, the ldr utility needs a few
38691     flags to tell it to generate the right header.
38692
38693     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38694
38695 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
38696 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38697 Date:   Tue Jan 6 21:41:59 2009 +0100
38698
38699     at91rm9200: move define from lowlevel_init to header
38700
38701     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38702
38703 commit 8a48686fac2030287765f1970ea046bd5734b733
38704 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38705 Date:   Sat Jan 3 17:22:26 2009 +0100
38706
38707     m501sk: move to the common memory setup
38708
38709     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38710
38711 commit d481c80d78f954133c035dae6c7d22de3625795d
38712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38713 Date:   Sat Jan 3 17:22:25 2009 +0100
38714
38715     at91rm9200: rename lowlevel init value to CONFIG_SYS_
38716
38717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38718
38719 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
38720 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
38721 Date:   Tue Jan 6 21:13:14 2009 +0100
38722
38723     at91: add at91sam9xeek board support
38724
38725     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
38726     it as another entry for at91sam9260 in the Makefile.
38727
38728     Check documentation at :
38729     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
38730
38731     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
38732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38733
38734 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
38735 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38736 Date:   Tue Jan 6 21:15:57 2009 +0100
38737
38738     fix bmp_logo.h make dependencies to allow parallel build
38739
38740     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38741
38742 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
38743 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38744 Date:   Sat Jan 3 17:22:24 2009 +0100
38745
38746     at91: Fix Atmel's at91sam9 boards out of tree build
38747
38748     introduced in commit 89a7a87f084c
38749
38750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38751
38752 commit 0668236bafaa1c11c521652a2facebc74beecbf0
38753 Author: Wolfgang Denk <wd@denx.de>
38754 Date:   Tue Dec 30 22:56:11 2008 +0100
38755
38756     README: update mailing list name and hits to patch submission.
38757
38758     Signed-off-by: Wolfgang Denk <wd@denx.de>
38759
38760 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
38761 Author: Peter Tyser <ptyser@xes-inc.com>
38762 Date:   Tue Dec 23 16:32:01 2008 -0600
38763
38764     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
38765
38766     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38767
38768 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
38769 Author: Peter Tyser <ptyser@xes-inc.com>
38770 Date:   Tue Dec 23 16:32:00 2008 -0600
38771
38772     XPedite5200 board support cleanup
38773
38774     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38775
38776 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
38777 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38778 Date:   Tue Dec 2 21:58:04 2008 +0100
38779
38780     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
38781
38782     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38783     Signed-off-by: Remy Böhmer <linux@bohmer.net>
38784
38785 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
38786 Author: Trent Piepho <tpiepho@freescale.com>
38787 Date:   Wed Dec 3 15:16:37 2008 -0800
38788
38789     mpc8[56]xx: Put localbus clock in sysinfo and gd
38790
38791     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
38792     and print it out, but don't save it.
38793
38794     This changes where its calculated and stored to be more consistent with the
38795     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
38796
38797     The localbus frequency is added to sysinfo and calculated when sysinfo is
38798     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
38799
38800     get_clocks() copies the frequency into the global data, as the other
38801     frequencies are, into a new field that is only enabled for MPC85xx and
38802     MPC86xx.
38803
38804     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
38805     from sysinfo, like the other frequencies, instead of calculating it on the
38806     spot.
38807
38808     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38809     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38810     Acked-by: Jon Loeliger <jdl@freescale.com>
38811
38812 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
38813 Author: Trent Piepho <tpiepho@freescale.com>
38814 Date:   Wed Dec 3 15:16:36 2008 -0800
38815
38816     mpc86xx: Double local bus clock divider
38817
38818     The local bus clock divider should be doubled for both 8610 and 8641.
38819
38820     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38821     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38822     Acked-by: Jon Loeliger <jdl@freescale.com>
38823
38824 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
38825 Author: Trent Piepho <tpiepho@freescale.com>
38826 Date:   Wed Dec 3 15:16:35 2008 -0800
38827
38828     mpc8568: Double local bus clock divider
38829
38830     The clock divider for the MPC8568 local bus should be doubled, like the
38831     other newer MPC85xx chips.
38832
38833     Since there are now more chips with a 2x divider than a 1x, and any new
38834     85xx chips will probably be 2x, invert the sense of the #if so that it
38835     lists the 1x chips instead of the 2x ones.
38836
38837     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38838     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38839     Acked-by: Jon Loeliger <jdl@freescale.com>
38840
38841 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
38842 Author: Dave Liu <daveliu@freescale.com>
38843 Date:   Tue Dec 16 12:09:27 2008 +0800
38844
38845     85xx: Fix the boot window issue
38846
38847     If one custom board is using the 8MB flash, it is set
38848     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
38849     The current start.S code will be broken at switch_as.
38850
38851     It is because the TLB1[15] is set as 16MB page size,
38852     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
38853
38854     For the 8MB flash case, the EPN = 0xefxxxxxx,
38855     RPN = 0xffxxxxxx. Assume the virt address of switch_as
38856     is 0xef7ff18c, the real address of the instruction at
38857     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
38858     of the range of the default 8MB boot LAW window
38859     0xff800000 - 0xffffffff.
38860
38861     So when we switch to AS1 address space at switch_as,
38862     the core can't fetch the instruction at switch_as any
38863     more. It will cause broken issue.
38864
38865     Signed-off-by: Dave Liu <daveliu@freescale.com>
38866
38867 commit 58da8890d5fbd074746037722a423de9ac408616
38868 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
38869 Date:   Thu Dec 11 15:47:50 2008 -0500
38870
38871     sbc8548: use proper PHY address
38872
38873     The values given for the PHY address were wrong, so the code
38874     read no valid PHY ID, and fell through to the generic PHY
38875     support, which would work on 1000M but would not auto negotiate
38876     down to 100M or 10M.
38877
38878     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
38879
38880 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
38881 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
38882 Date:   Thu Dec 11 15:47:51 2008 -0500
38883
38884     sbc8548: enable command line editing by default.
38885
38886     Lets make things a bit more user friendly.  It isn't 1985 anymore.
38887
38888     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
38889
38890 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
38891 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
38892 Date:   Thu Dec 11 15:47:49 2008 -0500
38893
38894     sbc8548: don't enable the 3rd and 4th eTSEC
38895
38896     These interfaces don't have usable connectors on the board, so don't
38897     bother enumerating or configuring them.
38898
38899     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
38900
38901 commit 181a3650113883728927928b3ac81ad6dade4b2c
38902 Author: Haiying Wang <Haiying.Wang@freescale.com>
38903 Date:   Wed Dec 3 10:08:19 2008 -0500
38904
38905     Set IVPR to kenrel entry point in second core boot page
38906
38907     Assuming the OSes exception vectors start from the base of kernel address, and
38908     the kernel physical starting address can be relocated to an non-zero address.
38909     This patch enables the second core to have a valid IVPR for debugger before
38910     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
38911     value for second core which runs kernel at different physical address other
38912     than 0x0.
38913
38914     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38915
38916 commit a5d212a263c58cc746481bf1fc878510533ce7d6
38917 Author: Trent Piepho <tpiepho@freescale.com>
38918 Date:   Wed Dec 3 15:16:34 2008 -0800
38919
38920     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
38921
38922     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
38923     instead of four.
38924
38925     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
38926     should be safe as the fifth bit was defined as reserved and set to 0.
38927
38928     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
38929
38930     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38931     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38932     Acked-by: Jon Loeliger <jdl@freescale.com>
38933
38934 commit 58ec4866ed916c7e422f5107bb27b0822084728e
38935 Author: Trent Piepho <tpiepho@freescale.com>
38936 Date:   Wed Dec 3 15:16:38 2008 -0800
38937
38938     mpc8[56]xx: Put localbus clock in device tree
38939
38940     Export the localbus frequency in the device tree, the same way the CPU, TB,
38941     CCB, and various other frequencies are exported in their respective device
38942     tree nodes.
38943
38944     Some localbus devices need this information to be programed correctly, so
38945     it makes sense to export it along with the other frequencies.
38946
38947     Unfortunately, when someone wrote the localbus dts bindings, they didn't
38948     bother to define what the "compatible" property should be.  So it seems no
38949     one was quite sure what to put in their dts files.
38950
38951     Based on current existing dts files in the kernel source, I've used
38952     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
38953     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
38954     apparently not entirely backward compatible with the pq3 LBC and so eLBC
38955     equipped platforms like 8572 won't use pq3-localbus.
38956
38957     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
38958     and is also looked for by the Linux code.  On MPC8641, I've also used
38959     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
38960     which don't use "fsl,elbc" or any other acceptable name to match on.
38961
38962     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38963     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38964     Acked-by: Jon Loeliger <jdl@freescale.com>
38965
38966 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
38967 Author: Kumar Gala <galak@kernel.crashing.org>
38968 Date:   Tue Dec 16 14:59:22 2008 -0600
38969
38970     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
38971
38972     The current code that determines which bank/chipselect is used for a
38973     given NAND instance only worked for 32-bit addresses and assumed
38974     a 1:1 mapping.  This breaks in 36-bit physical configs.
38975
38976     The proper way to handle this is to use the virt_to_phys() and
38977     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
38978     with the the virtual address the NAND code uses.
38979
38980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38981     Acked-by: Scott Wood <scottwood@freescale.com>
38982
38983 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
38984 Author: Kumar Gala <galak@kernel.crashing.org>
38985 Date:   Tue Dec 16 14:59:21 2008 -0600
38986
38987     ppc: Use addrmap in virt_to_phys and map_physmem.
38988
38989     If we have addr map support enabled use the mapping functions to
38990     implement virt_to_phys() and map_physmem().
38991
38992     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38993
38994 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
38995 Author: Kumar Gala <galak@kernel.crashing.org>
38996 Date:   Tue Dec 16 14:59:20 2008 -0600
38997
38998     85xx: Add support to populate addr map based on TLB settings
38999
39000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39001
39002 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
39003 Author: Peter Tyser <ptyser@xes-inc.com>
39004 Date:   Mon Dec 1 13:47:13 2008 -0600
39005
39006     XPedite5200 board support
39007
39008     Initial support for Extreme Engineering Solutions XPedite5200 -
39009     a MPC8548-based PMC single board computer.
39010
39011     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39012
39013 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
39014 Author: Peter Tyser <ptyser@xes-inc.com>
39015 Date:   Wed Oct 29 12:39:27 2008 -0500
39016
39017     85xx: Enable inbound PCI config cycles for X-ES boards
39018
39019     Update X-ES Freescale boards to allow inbound PCI configuration
39020     cycles when configured as agent/endpoint.
39021
39022     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39023
39024 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
39025 Author: Peter Tyser <ptyser@xes-inc.com>
39026 Date:   Wed Dec 17 16:36:23 2008 -0600
39027
39028     XPedite5370 board support
39029
39030     Initial support for Extreme Engineering Solutions XPedite5370 -
39031     a MPC8572-based 3U VPX single board computer with a PMC/XMC
39032     site.
39033
39034     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39035
39036 commit e92739d34e2d6b6aca93b2598248210710897ce8
39037 Author: Peter Tyser <ptyser@xes-inc.com>
39038 Date:   Wed Dec 17 16:36:21 2008 -0600
39039
39040     Add support for PCA953x I2C gpio devices
39041
39042     Initial support for NXP's 4 and 8 bit I2C gpio expanders
39043     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
39044     enables support for the devices while the CONFIG_CMD_PCA953X
39045     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
39046     define enables an 'info' sub-command which provides summary
39047     information for the given pca953x device.
39048
39049     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39050
39051 commit 7a8979591171676417ab36852d8811a8c46accd8
39052 Author: Peter Tyser <ptyser@xes-inc.com>
39053 Date:   Wed Oct 29 12:39:26 2008 -0500
39054
39055     pci/fsl_pci_init: Enable inbound PCI config cycles
39056
39057     Add fsl_pci_config_unlock() function to enable a
39058     PCI/PCIe interface configured in agent/endpoint mode to
39059     respond to inbound PCI configuration cycles.
39060
39061     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39062
39063 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
39064 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39065 Date:   Wed Dec 17 16:43:18 2008 +0100
39066
39067     avr32: Remove second definition of virt_to_phys()
39068
39069     The second definition introduced by 65e43a1063 conflicts with the
39070     existing one.
39071
39072     Also, convert the existing definition to use phys_addr_t. The volatile
39073     qualifier is still needed due to brain damage elsewhere.
39074
39075     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39076
39077 commit b616f2b545f73757669b37386f0b37bb61fc6797
39078 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39079 Date:   Mon Sep 8 22:27:18 2008 +0200
39080
39081     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
39082
39083     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39084     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39085
39086 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
39087 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39088 Date:   Tue Dec 16 22:10:31 2008 +0100
39089
39090     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
39091
39092     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39093     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39094
39095 commit 13095b2f07dacb1f863772266c1789d47a523a8a
39096 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39097 Date:   Tue Dec 16 22:10:30 2008 +0100
39098
39099     MIPS: qemu_mips: move env storage just after u-boot
39100
39101     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39102     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39103
39104 commit aced78d852d0b009e8aaa1445af8cb40861ee549
39105 Author: Wolfgang Denk <wd@denx.de>
39106 Date:   Tue Dec 16 23:48:27 2008 +0100
39107
39108     Prepare 2009.01-rc1
39109
39110     Signed-off-by: Wolfgang Denk <wd@denx.de>
39111
39112 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
39113 Author: Wolfgang Denk <wd@denx.de>
39114 Date:   Tue Dec 16 23:13:46 2008 +0100
39115
39116     include/configs/at91cap9adk.h: fix typo.
39117
39118     Signed-off-by: Wolfgang Denk <wd@denx.de>
39119
39120 commit 45ca04f2377361593151d2d4da51f8ba4832d233
39121 Author: Wolfgang Denk <wd@denx.de>
39122 Date:   Tue Dec 16 22:32:25 2008 +0100
39123
39124     board/trab/memory.c: Fix compile problems.
39125
39126     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
39127
39128     Actually we'd need a major cleanup here - as it turns out,
39129     board/trab/memory.c is more or less a verbatim copy of
39130     post/drivers/memory.c ... but then, trab is EOL anyway,r
39131     so this is not worth the effort.
39132
39133     Signed-off-by: Wolfgang Denk <wd@denx.de>
39134
39135 commit ff49ea8977b56916edd5b1766d9939010e30b181
39136 Author: Scott Wood <scottwood@freescale.com>
39137 Date:   Tue Dec 16 14:24:16 2008 -0600
39138
39139     NAND: Mark the BBT as scanned prior to calling scan_bbt.
39140
39141     Otherwise, recursion can occur if scan_bbt does not find a bad block
39142     table, and tries to write one, and the attempt to erase the BBT area
39143     causes a bad block check.
39144
39145     Signed-off-by: Scott Wood <scottwood@freescale.com>
39146
39147 commit 584eedab66d0828f2d571a24b10526c4e65f547b
39148 Author: Ilya Yanok <yanok@emcraft.com>
39149 Date:   Thu Dec 11 05:51:57 2008 +0300
39150
39151     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
39152
39153     Include <linux/mtd/compat.h> header for min_t definition instead of
39154     providing our own one. Removes warnings in case of OneNAND support
39155     enabled.
39156
39157     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
39158     just for min_t...
39159
39160     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39161     Acked-by: Stefan Roese <sr@denx.de>
39162
39163 commit b1ffecec37b57a59c139042267faac458e5324e9
39164 Author: Becky Bruce <beckyb@kernel.crashing.org>
39165 Date:   Wed Dec 3 23:04:37 2008 -0600
39166
39167     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
39168
39169     Casting a pointer to a phys_addr_t when it's an unsigned long long
39170     on a 32-bit system without first casting to a non-pointer type
39171     generates a compiler warning. Fix this.
39172
39173     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
39174
39175 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
39176 Author: Wolfgang Denk <wd@denx.de>
39177 Date:   Tue Dec 16 16:22:50 2008 +0100
39178
39179     trab: make trab_fkt standalone code independent of libgcc
39180
39181     Use our own local functions in lib_arm/ instead.
39182
39183     Signed-off-by: Wolfgang Denk <wd@denx.de>
39184
39185 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
39186 Author: Wolfgang Denk <wd@denx.de>
39187 Date:   Tue Dec 16 14:44:06 2008 +0100
39188
39189     post/Makefile: fix dependency problem with parallel builds
39190
39191     Parallel builds (using "make -jN") would occasionally fail with error
39192     messages like
39193         ppc_4xxFP-objdump: string.o: File format not recognized
39194     or
39195         post/libpost.a(cpu.o): In function `cpu_post_test':
39196         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
39197     or similar. We now make sure to run the 'postdeps" step before
39198     attempting to build the specific POST libraries.
39199
39200     Signed-off-by: Wolfgang Denk <wd@denx.de>
39201
39202 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
39203 Author: Wolfgang Denk <wd@denx.de>
39204 Date:   Tue Dec 16 14:41:02 2008 +0100
39205
39206     Makefile: fix dependency problem with parallel builds
39207
39208     Parallel builds (using "make -jN") would occasionally fail with error
39209     messages like
39210         include/autoconf.mk:212: *** missing separator.  Stop.
39211     Line numbers and affected boards were changing. Obviously some
39212     Makefiles included autoconf.mk while it was still being written to.
39213     As a fix, we now write to a temporary file first and then rename it,
39214     so that it is really ready to use as soon as it appears.
39215
39216     Signed-off-by: Wolfgang Denk <wd@denx.de>
39217
39218 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
39219 Author: Wolfgang Denk <wd@denx.de>
39220 Date:   Tue Dec 16 01:02:17 2008 +0100
39221
39222     Coding style cleanup, update CHANGELOG.
39223
39224     Signed-off-by: Wolfgang Denk <wd@denx.de>
39225
39226 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
39227 Author: Mike Frysinger <vapier@gentoo.org>
39228 Date:   Thu Dec 11 18:39:08 2008 -0500
39229
39230     spi/stmicro: fix debug() display of cmd
39231
39232     The stmicro_wait_ready() func tries to show the actual opcode that was sent
39233     to the device, but instead it displays the array pointer.  Fix it to pull
39234     out the opcode from the start of the array.
39235
39236     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39237
39238 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
39239 Author: Mike Frysinger <vapier@gentoo.org>
39240 Date:   Thu Dec 11 06:23:37 2008 -0500
39241
39242     env_sf: support embedded environments
39243
39244     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
39245     size is larger than the env size, then it means the env is embedded in a
39246     block.  So we have to save/restore the part of the sector which is not the
39247     environment.  Previously, saving the environment in SPI flash in this
39248     setup would probably brick the board as the rest of the sector tends to
39249     contain actual U-Boot data/code.
39250
39251     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39252     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39253
39254 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
39255 Author: Timur Tabi <timur@freescale.com>
39256 Date:   Wed Dec 3 11:28:30 2008 -0600
39257
39258     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
39259
39260     All implementations of the functions i2c_reg_read() and
39261     i2c_reg_write() are identical. We can save space and simplify the
39262     code by converting these functions into inlines and putting them in
39263     i2c.h.
39264
39265     Signed-off-by: Timur Tabi <timur@freescale.com>
39266     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39267
39268 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
39269 Author: Dave Liu <daveliu@freescale.com>
39270 Date:   Fri Dec 5 15:36:14 2008 +0800
39271
39272     lib_ppc: rework the flush_cache
39273
39274     - It is possible to miss flush/invalidate the last
39275       cache line, we fix it at here.
39276     - add the volatile and memory clobber.
39277
39278     They are pointed by Scott Wood.
39279
39280     Signed-off-by: Dave Liu <daveliu@freescale.com>
39281
39282 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
39283 Author: Kumar Gala <galak@kernel.crashing.org>
39284 Date:   Sat Dec 13 17:20:28 2008 -0600
39285
39286     Introduce addr_map library
39287
39288     Add a library that helps in translating between virtual and physical
39289     addresses.  This library can be useful as a simple means to implement
39290     map_physmem() and virt_to_phys() for platforms that need functionality
39291     beyond the simple 1:1 mapping.
39292
39293     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39294
39295 commit 65e43a10631537dcb92c302d36301a12308216c3
39296 Author: Kumar Gala <galak@kernel.crashing.org>
39297 Date:   Sat Dec 13 17:20:27 2008 -0600
39298
39299     Introduce virt_to_phys()
39300
39301     virt_to_phys() returns the physical address given a virtual. In most
39302     cases this will be just the input value as the vast majority of
39303     systems run in a 1:1 mode.
39304
39305     However in systems that are not running this way it should report the
39306     physical address or ~0 if no mapping exists for the given virtual
39307     address.
39308
39309     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39310
39311 commit 45845301af3de8675c1f7bbc815c6de35452605a
39312 Author: Yuri Tikhonov <yur@emcraft.com>
39313 Date:   Sun Dec 7 22:12:50 2008 +0100
39314
39315     POST Make: fix the sub-dir dependencies missing.
39316
39317     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39318
39319 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
39320 Author: Martin Michlmayr <tbm@cyrius.com>
39321 Date:   Wed Aug 6 14:44:05 2008 +0300
39322
39323     Fix a typo in fw_env.config
39324
39325     Reported-by: Martin Michlmayr <tbm@cyrius.com>
39326     Signed-off-by: Wolfgang Denk <wd@denx.de>
39327
39328 commit ba490b7761c62b549c222a9723e532dc801a3899
39329 Author: Peter Tyser <ptyser@xes-inc.com>
39330 Date:   Mon Dec 1 16:22:45 2008 -0600
39331
39332     Remove unused CONFIG_ADDR_STREAMING defines
39333
39334     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39335
39336 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
39337 Author: Peter Tyser <ptyser@xes-inc.com>
39338 Date:   Mon Nov 24 11:54:47 2008 -0600
39339
39340     cmd_mem: Remove unused variable
39341
39342     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39343
39344 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
39345 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39346 Date:   Sun Dec 14 10:29:39 2008 +0100
39347
39348     Fix new found CFG_
39349
39350     Also fix some minor typos.
39351
39352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39353     Signed-off-by: Wolfgang Denk <wd@denx.de>
39354
39355 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
39356 Author: Sergei Poselenov <sposelenov@emcraft.com>
39357 Date:   Fri Sep 19 12:07:34 2008 +0200
39358
39359     Remove compiler warning: target CPU does not support interworking
39360
39361     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
39362
39363     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
39364     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
39365
39366 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
39367 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39368 Date:   Mon Nov 24 13:33:51 2008 +0100
39369
39370     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
39371
39372     FDT support is used for both FIT style images and for architectures
39373     that can pass a fdt blob to an OS (ppc, m68k, sparc).
39374
39375     For other architectures and boards which do not pass a fdt blob to an
39376     OS but want to use the new uImage format, we just need FIT support.
39377
39378     Now we can have the 4 following configurations :
39379
39380     1) FIT only             CONFIG_FIT
39381     2) fdt blob only        CONFIG_OF_LIBFDT
39382     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
39383     4) none                 none
39384
39385     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39386
39387 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
39388 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39389 Date:   Wed Dec 10 15:13:32 2008 +0100
39390
39391     ppc4xx: Disable EEPROM write access on PMC440 boards
39392
39393     This patch disables EEPROM wrtie access by default on PMC440 board.
39394
39395     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39396
39397 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
39398 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39399 Date:   Wed Dec 10 15:12:56 2008 +0100
39400
39401     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
39402
39403     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39404
39405 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
39406 Author: Stefan Roese <sr@denx.de>
39407 Date:   Tue Nov 18 16:36:12 2008 +0100
39408
39409     MIPS: Flush data cache upon relocation
39410
39411     This patch now adds a flush to the data cache upon relocation. The
39412     current implementation is missing this. Only a comment states that it
39413     should be done. So let's really do it now.
39414
39415     Signed-off-by: Stefan Roese <sr@denx.de>
39416     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39417
39418 commit 44174343688dba32571a34550dba08971c65fef1
39419 Author: Stefan Roese <sr@denx.de>
39420 Date:   Tue Nov 18 16:36:22 2008 +0100
39421
39422     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
39423
39424     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
39425     enables support for boards where the lowlevel initialization is
39426     already done when U-Boot runs (e.g. via OnChip ROM).
39427
39428     This will be used in the upcoming VCTH board support.
39429
39430     Signed-off-by: Stefan Roese <sr@denx.de>
39431     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39432
39433 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
39434 Author: Stefan Roese <sr@denx.de>
39435 Date:   Wed Nov 12 13:18:02 2008 +0100
39436
39437     MIPS: Add board_early_init_f() to init_sequence
39438
39439     This patch adds the board_early_init_f() call to the MIPS init
39440     sequence. A weak dummy implementation is also added which can be
39441     overridden by a board specific version.
39442
39443     This will be used by the upcoming VCTH board support.
39444
39445     Signed-off-by: Stefan Roese <sr@denx.de>
39446     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39447
39448 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
39449 Author: Stefan Roese <sr@denx.de>
39450 Date:   Wed Nov 12 13:18:19 2008 +0100
39451
39452     MIPS: Add onenand_init() to board.c and move nand_init()
39453
39454     This patch adds a call to onenand_init() for OneNAND support and moves
39455     the nand_init() call to an earlier place, so that the environment can
39456     be used from NAND and OneNAND.
39457
39458     Signed-off-by: Stefan Roese <sr@denx.de>
39459     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39460
39461 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
39462 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39463 Date:   Tue Dec 9 11:32:46 2008 +0900
39464
39465     sh: Update sh2/sh2a timer
39466
39467     Renesas SH2/SH2A timer broken.
39468     This patch fix timer function.
39469
39470     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39471     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39472
39473 commit a319f1496210117b73198e3d889ffffaf6825d00
39474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39475 Date:   Fri Dec 5 07:27:37 2008 +0100
39476
39477     sh: r2dplus fix register access
39478
39479     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39480     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39481
39482 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
39483 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39484 Date:   Tue Dec 2 07:40:03 2008 +0100
39485
39486     sh: r2dplus/lowlevel_init: coding style fix
39487
39488     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39489     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39490
39491 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
39492 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39493 Date:   Tue Nov 25 11:05:19 2008 +0900
39494
39495     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
39496
39497     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
39498     CACHE_OC_WAY_SHIFT every CPU.
39499     This patch corrects these values.
39500
39501     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39502     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39503
39504 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
39505 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39506 Date:   Thu Nov 20 16:44:42 2008 +0900
39507
39508     sh: Update sh timer function
39509
39510     Change to write/readX function and fix timer problem.
39511
39512     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39513     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39514
39515 commit b81786cff476c41e332eaeb679158f6527cd67d4
39516 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39517 Date:   Tue Nov 4 11:58:58 2008 +0900
39518
39519     sh: Migo-R: Update BSC value
39520
39521     A value of BSC CS4 was wrong, Fixed it.
39522
39523     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39524     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39525
39526 commit 5783758fd260a02f44566ad8f29f899565cd0403
39527 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39528 Date:   Mon Nov 17 16:52:09 2008 +0900
39529
39530     sh: Update ms7722se board config
39531
39532     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39533     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39534
39535 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
39536 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39537 Date:   Mon Nov 17 16:53:09 2008 +0900
39538
39539     sh: Update SuperH serial driver
39540
39541     The address of SCFSR register is wrong at SH7720/SH7721.
39542     This patch fix this.
39543
39544     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39545     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39546
39547 commit 9a1d3557dcd47365c12eeab584b822e57d994352
39548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39549 Date:   Tue Nov 11 22:20:15 2008 +0100
39550
39551     sh: fix rsk7203 and MigoR out of tree build
39552
39553     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39554     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39555
39556 commit 1951f847f0a851853871b613ad7cf21a5242226c
39557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39558 Date:   Wed Dec 10 14:41:25 2008 +0100
39559
39560     ppc4xx: Update TEXT_BASE for CPCI405 boards
39561
39562     This patch fixes building U-Boot for CPCI405 boards.
39563
39564     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39565     Signed-off-by: Stefan Roese <sr@denx.de>
39566
39567 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
39568 Author: Stefan Roese <sr@denx.de>
39569 Date:   Tue Dec 9 20:08:01 2008 +0100
39570
39571     ppc4xx: Remove some features from ALPR to fit into 256k again
39572
39573     Signed-off-by: Stefan Roese <sr@denx.de>
39574
39575 commit 3b089e4f889a2902449d55e081c886ae607cae89
39576 Author: Stefan Roese <sr@denx.de>
39577 Date:   Wed Dec 10 10:32:59 2008 +0100
39578
39579     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
39580
39581     With this patch we set the type back to NONE upon failing UBI partition
39582     initialization. Otherwise further calls to the UBI subsystem would try
39583     to really access the non-existing UBI partition.
39584
39585     Thanks to Michael Lawnick for pointing this out.
39586
39587     Signed-off-by: Stefan Roese <sr@denx.de>
39588
39589 commit 817329351639a8895cd9b87b33aeff043f3d5a44
39590 Author: Stefan Roese <sr@denx.de>
39591 Date:   Wed Dec 10 10:28:33 2008 +0100
39592
39593     UBI: Return -ENOMEM upon failing malloc
39594
39595     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
39596     failing malloc().
39597
39598     Signed-off-by: Stefan Roese <sr@denx.de>
39599
39600 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
39601 Author: Ben Warren <biggerbadderben@gmail.com>
39602 Date:   Tue Dec 9 23:34:15 2008 -0800
39603
39604     Fix compile error in building MBX860T.
39605
39606     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39607
39608 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
39609 Author: Michal Simek <monstr@monstr.eu>
39610 Date:   Tue Nov 25 11:42:20 2008 +0100
39611
39612     microblaze: Remove XUPV2P board
39613
39614     ---
39615
39616     Microblaze platforms use generic settings and to have
39617     many platforms is confusing that's why I decided to remove this
39618     platform from U-BOOT. ml401 tree is sufficient for covering
39619     all Microblaze platforms.
39620
39621     This change will go through microblaze custodian tree.
39622
39623 commit 99ba6f353582720defff6e6e6761dc455a207d31
39624 Author: Michal Simek <monstr@monstr.eu>
39625 Date:   Mon Nov 24 18:25:41 2008 +0100
39626
39627     microblaze: Remove CONFIG_LIBFDT due to error in common files
39628
39629 commit e7d591e823a991513833af7030468409e25a3b13
39630 Author: Michal Simek <monstr@monstr.eu>
39631 Date:   Mon Nov 24 11:43:00 2008 +0100
39632
39633     microblaze: Fix ml401 uart16550 setting
39634
39635     Signed-off-by: Michal Simek <monstr@monstr.eu>
39636
39637 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
39638 Author: Michal Simek <monstr@monstr.eu>
39639 Date:   Mon Nov 24 11:38:22 2008 +0100
39640
39641     microblaze: Set up relocation is done
39642
39643 commit bcb6dd9187d4b23c748704767bd12d20c829e996
39644 Author: Mike Frysinger <vapier@gentoo.org>
39645 Date:   Tue Dec 9 23:20:31 2008 -0500
39646
39647     tools/netconsole: new script for working with netconsole over UDP
39648
39649     While the doc/README.NetConsole does have a snippet for people to
39650     create their own netcat script, it's a lot easier to make a simple
39651     dedicated script and tell people to use it.
39652
39653     Also spruce it up a bit to make it user friendly.
39654
39655     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39656
39657 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
39658 Author: Sonic Zhang <Sonic.Zhang@analog.com>
39659 Date:   Tue Dec 9 23:20:18 2008 -0500
39660
39661     fs/fat: handle FAT on SATA
39662
39663     The FAT file system driver should also handle FAT on SATA devices.
39664
39665     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
39666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39667
39668 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
39669 Author: Ben Warren <biggerbadderben@gmail.com>
39670 Date:   Tue Dec 9 23:26:31 2008 -0800
39671
39672     Fix compile error in building MBX860T.
39673     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
39674
39675     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39676
39677 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
39678 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39679 Date:   Mon Nov 24 08:15:02 2008 -0500
39680
39681     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
39682
39683     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
39684     following warnings from FDT:
39685
39686     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
39687     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
39688
39689     Fix: Protect the definition of uintptr_t when compiling on the host
39690     system.
39691
39692     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39693
39694 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
39695 Author: Graeme Russ <graeme.russ@gmail.com>
39696 Date:   Sat Nov 22 08:43:29 2008 +1100
39697
39698     Moved sc520 PCI definitions to stand-alone file
39699
39700     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
39701
39702 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
39703 Author: Graeme Russ <graeme.russ@gmail.com>
39704 Date:   Sat Nov 22 08:43:21 2008 +1100
39705
39706     Fixed path to sc520 SSI include file
39707
39708     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
39709
39710 commit d4f70da544c33db3e4fce6473dea4ecca4322545
39711 Author: Graeme Russ <graeme.russ@gmail.com>
39712 Date:   Fri Nov 21 06:28:05 2008 +1100
39713
39714     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
39715
39716     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
39717
39718 commit c034075a713b60e654c64e88e87da29440f31bb4
39719 Author: Stefan Roese <sr@denx.de>
39720 Date:   Wed Nov 12 13:30:10 2008 +0100
39721
39722     serial: Add vcth UART driver
39723
39724     This patch adds the UART driver for the upcoming VCTH board support.
39725
39726     Signed-off-by: Stefan Roese <sr@denx.de>
39727
39728 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
39729 Author: Ilya Yanok <yanok@emcraft.com>
39730 Date:   Thu Nov 13 19:49:36 2008 +0300
39731
39732     jffs2: cache data_crc results
39733
39734     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
39735     jffs2_1pass_read_inode() data_crc is going to be calculated on each
39736     inode access. This patch adds caching of data_crc() results. There
39737     is no significant improvement in speed (because of flash access
39738     caching added in previous patch I think, crc in RAM is really fast)
39739     but this patch impacts memory usage -- every b_node structure uses
39740     12 bytes instead of 8.
39741
39742     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39743     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39744
39745 commit 9b7076229ec6a958bd835ab70745f7676297ce82
39746 Author: Ilya Yanok <yanok@emcraft.com>
39747 Date:   Thu Nov 13 19:49:35 2008 +0300
39748
39749     jffs2: summary support
39750
39751     This patch adds support for reading fs information from summary
39752     node instead of scanning full eraseblock.
39753
39754     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39755
39756 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
39757 Author: Ilya Yanok <yanok@emcraft.com>
39758 Date:   Thu Nov 13 19:49:34 2008 +0300
39759
39760     jffs2: add buffer to cache flash accesses
39761
39762     With this patch JFFS2 code allocates memory buffer of max_totlen size
39763     (size of the largest node, calculated during scan time) and uses it to
39764     store entire node. Speeds up loading. If malloc fails we use old ways
39765     to do things.
39766
39767     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39768     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39769
39770 commit 8a36d31f72411144ac0412ee7e1880e801acd754
39771 Author: Ilya Yanok <yanok@emcraft.com>
39772 Date:   Thu Nov 13 19:49:33 2008 +0300
39773
39774     jffs2: rewrite jffs2 scanning code based on Linux one
39775
39776     Rewrites jffs2_1pass_build_lists() function in style of Linux's
39777     jffs2_scan_medium() and jffs2_scan_eraseblock().
39778     This includes:
39779      - Caching flash acceses
39780      - Smart dealing with free space
39781
39782     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39783     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39784
39785 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
39786 Author: Ilya Yanok <yanok@emcraft.com>
39787 Date:   Thu Nov 13 19:49:32 2008 +0300
39788
39789     jffs2: add sector_size field to part_info structure
39790
39791     This patch adds sector_size field to part_info structure (used
39792     by new JFFS2 code).
39793
39794     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39795
39796 commit f73846956778a7dfee83403ef9747aff77198848
39797 Author: Ilya Yanok <yanok@emcraft.com>
39798 Date:   Thu Nov 13 19:49:31 2008 +0300
39799
39800     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
39801
39802     We need to update i_version inside cycle to find really latest version
39803     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
39804     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
39805
39806     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39807     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39808
39809 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
39810 Author: Wolfgang Denk <wd@denx.de>
39811 Date:   Tue Dec 9 23:13:51 2008 +0100
39812
39813     evb64260: fix "cast to pointer from integer of different size" warnings
39814
39815     Signed-off-by: Wolfgang Denk <wd@denx.de>
39816
39817 commit d2776827315c3d469b8cb4cec14d58877798daa2
39818 Author: Stefan Althoefer <stefan.althoefer@web.de>
39819 Date:   Sun Dec 7 19:39:11 2008 +0100
39820
39821     USB: descriptor handling
39822
39823     Hi,
39824
39825     I found a bug when working with the u-boot USB subsystem on IXP425 processor
39826     (big endian Xscale aka ARMv5).
39827     I recognized that the second usb_endpoint_descriptor of the attached memory
39828     stick was corrupted.
39829
39830     The reason for this are the packed structures below (either u-boot and
39831     u-boot-usb):
39832
39833     --------------
39834     /* Endpoint descriptor */
39835     struct usb_endpoint_descriptor {
39836         unsigned char  bLength;
39837         unsigned char  bDescriptorType;
39838         unsigned char  bEndpointAddress;
39839         unsigned char  bmAttributes;
39840         unsigned short wMaxPacketSize;
39841         unsigned char  bInterval;
39842         unsigned char  bRefresh;
39843         unsigned char  bSynchAddress;
39844
39845     } __attribute__ ((packed));
39846     /* Interface descriptor */
39847     struct usb_interface_descriptor {
39848         unsigned char  bLength;
39849         unsigned char  bDescriptorType;
39850         unsigned char  bInterfaceNumber;
39851         unsigned char  bAlternateSetting;
39852         unsigned char  bNumEndpoints;
39853         unsigned char  bInterfaceClass;
39854         unsigned char  bInterfaceSubClass;
39855         unsigned char  bInterfaceProtocol;
39856         unsigned char  iInterface;
39857
39858         unsigned char  no_of_ep;
39859         unsigned char  num_altsetting;
39860         unsigned char  act_altsetting;
39861         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
39862     } __attribute__ ((packed));
39863     ------------
39864
39865     As usb_endpoint_descriptor is only 7byte in length, the start of all
39866     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
39867     of these structures also not word aligned.
39868
39869     ARMv5 Architecture however does not support non-aligned multibyte
39870     data type (see A2.8 of ARM Architecture Reference Manual).
39871
39872     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
39873     Signed-off-by: Remy Böhmer <linux@bohmer.net>
39874
39875 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
39876 Author: Kumar Gala <galak@kernel.crashing.org>
39877 Date:   Tue Dec 9 10:27:33 2008 -0600
39878
39879     drivers/fsl_pci_init: Fix compile warning
39880
39881     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
39882     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
39883
39884     The check only makes sense if we are CONFIG_PHYS_64BIT
39885
39886     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39887
39888 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
39889 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39890 Date:   Sun Dec 7 09:45:35 2008 +0100
39891
39892     usbtty/omap: update to current API
39893
39894     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39895     Signed-off-by: Remy Böhmer <linux@bohmer.net>
39896
39897 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
39898 Author: Anatolij Gustschin <agust@denx.de>
39899 Date:   Tue Dec 9 17:52:05 2008 +0100
39900
39901     video: fix FADS823 and RRvision compiling issues
39902
39903     Since commit 561858ee building for FADS823 and RRvision
39904     doesn't work. Let's include version.h and timestamp.h
39905     unconditionally to fix the problem.
39906
39907     Signed-off-by: Anatolij Gustschin <agust@denx.de>
39908
39909 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
39910 Author: Stefan Roese <sr@denx.de>
39911 Date:   Tue Dec 2 10:53:47 2008 +0100
39912
39913     UBI: Fix size parsing in "ubi create"
39914
39915     Signed-off-by: Stefan Roese <sr@denx.de>
39916
39917 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
39918 Author: Stefan Roese <sr@denx.de>
39919 Date:   Thu Nov 27 14:07:09 2008 +0100
39920
39921     UBI: Enable re-initializing of the "ubi part" command
39922
39923     With this patch now, the user can call "ubi part" multiple times to
39924     re-connect the UBI device to another MTD partition.
39925
39926     Signed-off-by: Stefan Roese <sr@denx.de>
39927
39928 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
39929 Author: Stefan Roese <sr@denx.de>
39930 Date:   Thu Nov 27 14:05:15 2008 +0100
39931
39932     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
39933
39934     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
39935     first call of add_mtd_partitions(). Otherwise this won't work on platforms
39936     where the relocation is broken (like MIPS or PPC).
39937
39938     Signed-off-by: Stefan Roese <sr@denx.de>
39939
39940 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
39941 Author: Trent Piepho <tpiepho@freescale.com>
39942 Date:   Wed Nov 12 17:29:48 2008 -0800
39943
39944     Section name should be ".data", not "data"
39945
39946     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
39947     Signed-off-by: Wolfgang Denk <wd@denx.de>
39948
39949 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
39950 Author: Wolfgang Denk <wd@denx.de>
39951 Date:   Tue Dec 9 00:39:08 2008 +0100
39952
39953     MAKEALL: Automatically use parallel builds
39954
39955     Add logic to the MAKEALL script to determine the number of CPU cores
39956     on the system, and run a parallel build if there is more than one.
39957     Usually this significantrly accelerates builds.
39958
39959     Allow to manually adjust the number of parallel make jobs by using
39960     the "BUILD_NCPUS" environment variable.
39961
39962     Signed-off-by: Wolfgang Denk <wd@denx.de>
39963
39964 commit 268405fa7c44156c5192a70779920c70906af8d6
39965 Author: Wolfgang Denk <wd@denx.de>
39966 Date:   Tue Dec 9 00:24:30 2008 +0100
39967
39968     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
39969
39970     Signed-off-by: Wolfgang Denk <wd@denx.de>
39971
39972 commit 153176a9414120ca1736f3cc4951623d6e14e6af
39973 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39974 Date:   Tue Nov 11 06:08:59 2008 +0100
39975
39976     avr32/bootm: remove unused variable 'ret'
39977
39978     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39979     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39980
39981 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
39982 Author: Peter Tyser <ptyser@xes-inc.com>
39983 Date:   Wed Nov 12 13:06:48 2008 -0600
39984
39985     Remove unneeded CONFIG_SHELL references
39986
39987     Make should be using the bash shell by default which makes
39988     CONFIG_SHELL unnecessary
39989
39990     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39991
39992 commit cf7a7b99794bac936899819b95539be1dbd71708
39993 Author: Peter Tyser <ptyser@xes-inc.com>
39994 Date:   Wed Nov 12 12:33:20 2008 -0600
39995
39996     Use bash for default GNU Make shell application
39997
39998     Some Make script commands rely on bash-specific features like brace
39999     expansion, so default to bash for the SHELL variable with a fallback
40000     to the standard sh shell
40001
40002     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40003
40004 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
40005 Author: Heiko Schocher <hs@denx.de>
40006 Date:   Wed Nov 12 09:50:45 2008 +0100
40007
40008     jffs2: rename devices_init () in common/jffs2.c
40009
40010     rename devices_init () in common/jffs2.c to
40011     jffs2_devices_init (), because there is also a
40012     devices_init () in common/devices.c.
40013
40014     Signed-off-by: Heiko Schocher <hs@denx.de>
40015
40016 commit af5eb847a10f1037590001355d88bab3fe7be48b
40017 Author: Daniel Hellstrom <daniel@gaisler.com>
40018 Date:   Mon Nov 10 12:46:20 2008 +0000
40019
40020     SPARC: Fixed compiler error introduced by commit c160a9544743
40021
40022     This patch fixes a build error for the SPARC platform. It was
40023     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
40024
40025     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40026
40027 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
40028 Author: Gary Jennejohn <garyj@denx.de>
40029 Date:   Sun Nov 9 12:50:59 2008 +0100
40030
40031     mgsuvd add the board-specific part of the HDLC driver
40032
40033     Signed-off-by: Gary Jennejohn <garyj@denx.de>
40034
40035 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
40036 Author: Gary Jennejohn <garyj@denx.de>
40037 Date:   Sun Nov 9 12:45:03 2008 +0100
40038
40039     mgcoge add the board-specific part of the HDLC driver
40040
40041     Signed-off-by: Gary Jennejohn <garyj@denx.de>
40042
40043 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
40044 Author: Gary Jennejohn <garyj@denx.de>
40045 Date:   Sun Nov 9 12:36:15 2008 +0100
40046
40047     keymile add the common parts of the HDLC driver
40048
40049     This implements the ICN protocol used across the backplane and is
40050     needed by all the keymile boards.
40051
40052     Signed-off-by: Gary Jennejohn <garyj@denx.de>
40053
40054 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
40055 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40056 Date:   Fri Nov 7 22:46:22 2008 +0100
40057
40058     drivers/bios_emulator: Move conditional compilation to Makefile
40059
40060     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40061
40062 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
40063 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
40064 Date:   Thu Nov 6 14:01:51 2008 -0500
40065
40066     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
40067
40068     Corrected endian order printing for compact flash serial number.
40069
40070     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
40071
40072 commit 16a28ef219c27423a1ef502f19070c4d375079b8
40073 Author: Gary Jennejohn <garyj@denx.de>
40074 Date:   Thu Nov 6 15:04:23 2008 +0100
40075
40076     IOMUX: Add console multiplexing support.
40077
40078     Modifications to support console multiplexing.  This is controlled using
40079     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
40080
40081     This allows a user to specify multiple console devices in the environment
40082     with a command like this: setenv stdin serial,nc.  As a result, the user can
40083     enter text on both the serial and netconsole interfaces.
40084
40085     All devices - stdin, stdout and stderr - can be set in this manner.
40086
40087     1) common/iomux.c and include/iomux.h contain the environment setting
40088     implementation.
40089     2) doc/README.iomux contains a somewhat more detailed description.
40090     3) The implementation in (1) is called from common/cmd_nvedit.c to
40091     handle setenv and from common/console.c to handle initialization of
40092     input/output devices at boot time.
40093     4) common/console.c also contains the code needed to poll multiple console
40094     devices for input and send output to all devices registered for output.
40095     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
40096     when CONFIG_SYS_CONSOLE_MUX is set.
40097
40098     Signed-off-by: Gary Jennejohn <garyj@denx.de>
40099
40100 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
40101 Author: Mike Frysinger <vapier@gentoo.org>
40102 Date:   Tue Nov 4 16:03:46 2008 -0500
40103
40104     strings: use puts() rather than printf()
40105
40106     When running `strings` on really long strings, the stack tends to get
40107     smashed due to printf().  Switch to puts() instead since we're only passing
40108     the data through.
40109
40110     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40111
40112 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
40113 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
40114 Date:   Mon Nov 3 22:16:18 2008 +0100
40115
40116     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
40117
40118     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
40119
40120 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
40121 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
40122 Date:   Mon Nov 3 22:15:34 2008 +0100
40123
40124     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
40125
40126     - fix size too small by one in sprintf
40127     - changed old (pre 2004) device name ibmEmac to emac
40128     - boot device may be overriden in board config
40129     - servername may be defined in board config
40130     - additional parameters may be defined in board config
40131     - fixed some line wrappings
40132     - replaced  redundant MAX define by max
40133
40134     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
40135
40136 commit e9084b23d16102f44ace24379a1c0c352497ef80
40137 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
40138 Date:   Mon Nov 3 22:14:36 2008 +0100
40139
40140     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
40141
40142     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
40143
40144 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
40145 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
40146 Date:   Mon Nov 3 22:13:47 2008 +0100
40147
40148     README: Document CONFIG_SYS parameters for vxworks
40149
40150     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
40151
40152 commit ace514837cac656e29c37a19569cb8ea83071126
40153 Author: Peter Tyser <ptyser@xes-inc.com>
40154 Date:   Fri Oct 31 11:12:38 2008 -0500
40155
40156     lcd: Let the board code show board-specific info cleanup
40157
40158     remove unneeded version.h from lcd.c
40159
40160     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40161     Signed-off-by: Wolfgang Denk <wd@denx.de>
40162
40163 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
40164 Author: Peter Tyser <ptyser@xes-inc.com>
40165 Date:   Mon Nov 3 09:30:59 2008 -0600
40166
40167     Update U-Boot's build timestamp on every compile
40168
40169     Use the GNU 'date' command to auto-generate a new U-Boot
40170     timestamp on every compile.
40171
40172     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40173
40174 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
40175 Author: Remy Bohmer <linux@bohmer.net>
40176 Date:   Thu Dec 4 22:25:57 2008 +0100
40177
40178     Remove redundant armv4 flag from arm926ejs compile flags
40179
40180     Currently the arm926ejs tree has the armv4 option set during compilation.
40181     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
40182
40183     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40184
40185 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
40186 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
40187 Date:   Sat Dec 6 13:11:14 2008 +0100
40188
40189     at91: Choose environment variables location within make config target
40190
40191     This patch adds the possiblity to choose the media where the environment will
40192     be located. This allow to choose this fundamental configuration without editing
40193     config files.
40194
40195     Documentation file added.
40196
40197     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
40198     Acked-by: Stelian Pop <stelian@popies.net>
40199     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40200
40201 commit 1450c4a6682378567030414a9f1198c39b7730c7
40202 Author: Anatolij Gustschin <agust@denx.de>
40203 Date:   Mon Nov 3 15:30:34 2008 +0100
40204
40205     lwmon, tqm8xx: Fix build errors
40206
40207     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
40208     lcd: Let the board code show board-specific info
40209
40210     introduced some bugs which prevent U-Boot building
40211     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
40212     be defined in the board configuration.
40213
40214     Also "LCD enabled" building for TQM823L doesn't work
40215     since this commit.
40216
40217     This patch fixes above-mentioned issues.
40218
40219     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40220
40221 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
40222 Author: Mike Frysinger <vapier@gentoo.org>
40223 Date:   Sun Nov 2 01:18:18 2008 -0400
40224
40225     ignore .gdb_history files
40226
40227     When using gdb, history files will often get generated.  So ignore them.
40228
40229     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40230
40231 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
40232 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40233 Date:   Fri Oct 31 12:26:55 2008 +0100
40234
40235     FPGA: move fpga drivers to drivers/fpga
40236
40237     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40238
40239 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
40240 Author: Peter Tyser <ptyser@xes-inc.com>
40241 Date:   Mon Dec 1 16:29:38 2008 -0600
40242
40243     net: Fix TftpStart() ip:filename bug
40244
40245     The TftpStart() function modifies the 'BootFile'
40246     string when 'BootFile' contains both an IP address
40247     and filename (eg 1.2.3.4:/path/file). This causes
40248     subsequent calls to TftpStart to incorrectly parse
40249     the TFTP filename and server IP address to use.
40250     For example:
40251
40252     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
40253     Speed: 100, half duplex
40254     Using eTSEC1 device
40255     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
40256                      ^^^^^^^^^^ CORRECT
40257     Filename '/home/ptyser/non_existant'.
40258               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
40259     Load address: 0x100000
40260     Loading: *
40261     TFTP error: 'File not found' (1)
40262     Starting again
40263
40264     eTSEC2: No link.
40265     Speed: 100, half duplex
40266     Using eTSEC1 device
40267     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
40268                      ^^^^^^^^^^ WRONG
40269     Filename '10.52.0.62'.
40270               ^^^^^^^^^^ WRONG
40271     Load address: 0x100000
40272     Loading: *
40273     TFTP error: 'File not found' (1)
40274     Starting again
40275
40276     TftpStart() was modified to not modify the 'BootFile' string.
40277
40278     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40279     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40280
40281 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
40282 Author: Peter Tyser <ptyser@xes-inc.com>
40283 Date:   Mon Dec 1 16:26:21 2008 -0600
40284
40285     net: Add additional IP fragmentation check
40286
40287     Ignore IP packets which have the "more fragments" flag bit
40288     set.  This flag indicates the IP packet is fragmented and
40289     must be ignored by U-Boot.
40290
40291     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40292     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40293
40294 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
40295 Author: Peter Tyser <ptyser@xes-inc.com>
40296 Date:   Mon Dec 1 16:26:20 2008 -0600
40297
40298     net: Define IP flag field values
40299
40300     These defines were pulled from the "Add simple
40301     IP/UDP fragmentation support" patch from Frank
40302     Haverkamp <haver@vnet.ibm.com>.
40303
40304     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40305     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40306
40307 commit 23afaba65ec5206757e589ef334a8b38168c045f
40308 Author: Anatolij Gustschin <agust@denx.de>
40309 Date:   Tue Dec 2 10:31:04 2008 +0100
40310
40311     net: tsec: Fix Marvell 88E1121R phy init
40312
40313     This patch tries to ensure that phy interrupt pin
40314     won't be asserted after booting. We experienced
40315     following issues with current 88E1121R phy init:
40316
40317     Marvell 88E1121R phy can be hardware-configured
40318     to share MDC/MDIO and interrupt pins for both ports
40319     P0 and P1 (e.g. as configured on socrates board).
40320     Port 0 interrupt pin will be shared by both ports
40321     in such configuration. After booting Linux and
40322     configuring eth0 interface, port 0 phy interrupts
40323     are enabled. After rebooting without proper eth0
40324     interface shutdown port 0 phy interrupts remain
40325     enabled so any change on port 0 (link status, etc.)
40326     cause assertion of the interrupt. Now booting Linux
40327     and configuring eth1 interface will cause permanent
40328     phy interrupt storm as the registered phy 1 interrupt
40329     handler doesn't acknowledge phy 0 interrupts. This
40330     of course should be fixed in Linux driver too.
40331
40332     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40333     Acked-by: Andy Fleming <afleming@freescale.com>
40334     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40335
40336 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
40337 Author: Peter Tyser <ptyser@xes-inc.com>
40338 Date:   Tue Dec 2 12:59:51 2008 -0600
40339
40340     net: Fix download command parsing
40341
40342     When CONFIG_SYS_HUSH_PARSER is defined network download
40343     commands with 1 argument in the format 'tftp "/path/file"'
40344     do not work as expected. The hush command parser strips
40345     the quotes from "/path/file" which causes the network
40346     commands to interpret "/path/file" as an address
40347     instead of the intended filename.
40348
40349     The previous check for a leading quote in netboot_common()
40350     was replaced with a check which ensures only valid
40351     numbers are treated as addresses.
40352
40353     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40354     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40355
40356 commit 3c2c2f427905040c1513d0c51d637689cba48346
40357 Author: Remy Bohmer <linux@bohmer.net>
40358 Date:   Thu Nov 27 22:30:27 2008 +0100
40359
40360     Remove non-ascii characters from fat code
40361
40362     This code contains some non-ascii characters in comment lines and code.
40363     Most editors do not display those characters properly and editing those
40364     files results always in diffs at these places which are usually not required
40365     to be changed at all. This is error prone.
40366
40367     So, remove those weird characters and replace them by normal C-style
40368     equivalents for which the proper defines were already in the header.
40369
40370     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40371
40372 commit dc889e865356497d3e495570118c2245ebce2631
40373 Author: Dave Liu <daveliu@freescale.com>
40374 Date:   Fri Nov 28 20:16:58 2008 +0800
40375
40376     85xx: fix the wrong DDR settings for MPC8572DS
40377
40378     The default DDR freq is 400MHz or 800M data rate,
40379     the old settings is pure wrong for the default case.
40380
40381     Signed-off-by: Dave Liu <daveliu@freescale.com>
40382     Acked-by: Andy Fleming <afleming@freescale.com>
40383
40384 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
40385 Author: Kumar Gala <galak@kernel.crashing.org>
40386 Date:   Mon Nov 24 10:29:26 2008 -0600
40387
40388     85xx: init gd as early as possible
40389
40390     Moved up the initialization of GD so C code like set_tlb() can use
40391     gd->flags to determine if we've relocated or not in the future.
40392
40393     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40394     Acked-by: Andy Fleming <afleming@freescale.com>
40395
40396 commit aed461af81012a398a205e9be67ab37667491838
40397 Author: Kumar Gala <galak@kernel.crashing.org>
40398 Date:   Mon Nov 24 10:29:25 2008 -0600
40399
40400     85xx: Fix relocation of CCSRBAR
40401
40402     If the virtual address for CCSRBAR is the same after relocation but
40403     the physical address is changing we'd end up having two TLB entries with
40404     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
40405     temp virt address to access the old CCSRBAR to relocate it.
40406
40407     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40408     Acked-by: Andy Fleming <afleming@freescale.com>
40409
40410 commit ea154a1781135d822eedee7567cc156089eae93c
40411 Author: Kumar Gala <galak@kernel.crashing.org>
40412 Date:   Mon Nov 24 10:25:14 2008 -0600
40413
40414     FSL: Moved BR_PHYS_ADDR for localbus to common header
40415
40416     The BR_PHYS_ADDR macro is useful on all machines that have local bus
40417     which is pretty much all 83xx/85xx/86xx chips.
40418
40419     Additionally most 85xx & 86xx will need it if they want to support
40420     36-bit physical addresses.
40421
40422     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40423     Acked-by: Andy Fleming <afleming@freescale.com>
40424
40425 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
40426 Author: Peter Tyser <ptyser@xes-inc.com>
40427 Date:   Mon Dec 1 13:47:12 2008 -0600
40428
40429     85xx: Add PORDEVSR_PCI1 define
40430
40431     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
40432
40433     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
40434
40435     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40436     Signed-off-by: Andy Fleming <afleming@freescale.com>
40437
40438 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
40439 Author: Becky Bruce <becky.bruce@freescale.com>
40440 Date:   Fri Nov 21 19:24:22 2008 -0600
40441
40442     drivers/fsl_pci_init: Fix inbound window mapping bug
40443
40444     The current code will cause the creation of a 4GB window
40445     starting at 0 if we have more than 4GB of RAM installed,
40446     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
40447     to return erroneous information. Limit the size to 4GB - 1;
40448     which causes the code to create one 2GB and one 1GB window
40449     instead.
40450
40451     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
40452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40453     Acked-by: Andy Fleming <afleming@freescale.com>
40454
40455 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
40456 Author: Jon Loeliger <jdl@freescale.com>
40457 Date:   Thu Nov 20 15:36:48 2008 -0600
40458
40459     Removed unused CONFIG_L1_INIT_RAM symbol.
40460
40461     Prevent further viral propogation of the unused
40462     symbol CONFIG_L1_INIT_RAM by just removing it.
40463
40464     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40465     Acked-by: Andy Fleming <afleming@freescale.com>
40466
40467 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
40468 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40469 Date:   Wed Oct 29 09:21:44 2008 -0500
40470
40471     fsl ddr skip interleaving if not supported.
40472
40473     Removed while(1) hang if memctl_intlv_ctl is set wrong.
40474     Remove embedded tabs from strings.
40475
40476     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40477     Acked-by: Kumar Gala <galak@kernel.crashing.org>
40478     Acked-by: Andy Fleming <afleming@freescale.com>
40479
40480 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
40481 Author: Anatolij Gustschin <agust@denx.de>
40482 Date:   Thu Nov 13 18:08:57 2008 +0100
40483
40484     85xx: socrates: fix DDR SDRAM tlb entry configuration
40485
40486     since commit be0bd8234b9777ecd63c4c686f72af070d886517
40487     tlb entry for socrates DDR SDRAM will be reconfigured
40488     by setup_ddr_tlbs() from initdram() causing an
40489     inconsistency with previously configured DDR SDRAM tlb
40490     entry from tlb_table:
40491
40492     socrates>l2cam 7 9
40493     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
40494       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
40495       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
40496       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
40497
40498     This patch makes the presence of the DDR SDRAM tlb entry in
40499     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
40500     inconsistency.
40501
40502     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40503     Acked-by: Andy Fleming <afleming@freescale.com>
40504
40505 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
40506 Author: Peter Tyser <ptyser@xes-inc.com>
40507 Date:   Tue Nov 11 10:17:10 2008 -0600
40508
40509     85xx: Add CPU 2 errata workaround to all 8548 boards
40510
40511     All mpc8548-based boards should implement the suggested workaround
40512     to CPU 2 errata. Without the workaround, its possible for the
40513     8548's core to hang while executing a msync or mbar 0 instruction
40514     and a snoopable transaction from an I/O master tagged to make
40515     quick forward progress is present.
40516
40517     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40518     Acked-by: Andy Fleming <afleming@freescale.com>
40519
40520 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
40521 Author: Dave Liu <daveliu@freescale.com>
40522 Date:   Tue Oct 28 17:53:45 2008 +0800
40523
40524     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
40525
40526     we need TLB entry for DDR at !SPD case.
40527
40528     Signed-off-by: Dave Liu <daveliu@freescale.com>
40529     Acked-by: Andy Fleming <afleming@freescale.com>
40530
40531 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
40532 Author: Dave Liu <daveliu@freescale.com>
40533 Date:   Tue Oct 28 17:53:38 2008 +0800
40534
40535     85xx: remove the unused ddr_enable_ecc in the board file
40536
40537     The DDR controller of 8548/8544/8568/8572/8536 processors
40538     have the ECC data init feature, and the new DDR code is
40539     using the feature, and we don't need the way with DMA to
40540     init memory any more.
40541
40542     Signed-off-by: Dave Liu <daveliu@freescale.com>
40543     Acked-by: Andy Fleming <afleming@freescale.com>
40544
40545 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
40546 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40547 Date:   Sun Nov 30 19:36:53 2008 +0100
40548
40549     at91rm9200dk: Fix typo
40550
40551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40552
40553 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
40554 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40555 Date:   Sun Nov 30 19:36:50 2008 +0100
40556
40557     AT91: remove non supported board AT91RM9200DF macro
40558
40559     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40560
40561 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
40562 Author: Ilko Iliev <iliev@ronetix.at>
40563 Date:   Tue Dec 2 17:27:54 2008 +0100
40564
40565     mtd/dataflash.c: fix a problem with the last partition
40566
40567     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
40568     partition can be defined to use the area to the end of dataflash size.
40569     Now it is possible to have only one dataflash partition from 0 to the end
40570     of of dataflash size.
40571
40572     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
40573
40574 commit 03f797793b124dccaae145b977d15d6cb9e74504
40575 Author: Ilko Iliev <iliev@ronetix.at>
40576 Date:   Tue Dec 2 17:20:17 2008 +0100
40577
40578     fix some coding style violations.
40579
40580     This patch fix some coding style violations.
40581
40582     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
40583
40584 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
40585 Author: Stefan Roese <sr@denx.de>
40586 Date:   Thu Nov 27 14:11:37 2008 +0100
40587
40588     OneNAND: Add missing mtd info struct before calling onenand_erase()
40589
40590     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
40591     for use in UBI) via CONFIG_MTD_PARTITIONS.
40592
40593     Signed-off-by: Stefan Roese <sr@denx.de>
40594     Signed-off-by: Scott Wood <scottwood@freescale.com>
40595
40596 commit 29382d4064fbaff5daacff4c3209370fa5713966
40597 Author: Becky Bruce <becky.bruce@freescale.com>
40598 Date:   Thu Nov 20 16:43:52 2008 -0600
40599
40600     mpc8641: Fix error in README
40601
40602     I made some updates to the code that didn't make it into the
40603     README - fix this
40604
40605     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40606
40607 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
40608 Author: Jon Loeliger <jdl@freescale.com>
40609 Date:   Thu Nov 20 12:01:02 2008 -0600
40610
40611     Removed unused CONFIG_L1_INIT_RAM symbol.
40612
40613     Prevent further viral propogation of the unused
40614     symbol CONFIG_L1_INIT_RAM by just removing it.
40615
40616     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40617
40618 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
40619 Author: Jon Loeliger <jdl@freescale.com>
40620 Date:   Thu Nov 20 14:02:56 2008 -0600
40621
40622     86xx: Fix non-64-bit compilation problems.
40623
40624     Introducing 64-bit (36-bit) support for the MPC8641HPCN
40625     failed to accomodate the other two 86xx boards.
40626     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
40627     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
40628     with nominal 32-bit values.
40629
40630     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40631     Acked-by: Becky Bruce <becky.bruce@freescale.com>
40632
40633 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
40634 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40635 Date:   Wed Nov 26 17:40:37 2008 +0100
40636
40637     Remove obsolete command (apply afte USB style patch, 80 chars strict)
40638
40639     Remove USB obsolete commmand
40640
40641     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40642     Signed-off-by: Remy Böhmer <linux@bohmer.net>
40643
40644 commit de39f8c19d7c12017248c49d432dcb81db68f724
40645 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40646 Date:   Wed Nov 26 17:41:34 2008 +0100
40647
40648     USB style patch, 80 chars strict
40649
40650     USB Code style patch
40651
40652     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40653     Signed-off-by: Remy Böhmer <linux@bohmer.net>
40654
40655 commit d10c5a87cb8affbb4d35a311370316d4383d598e
40656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40657 Date:   Fri Nov 7 22:46:21 2008 +0100
40658
40659     drivers/usb: Move conditional compilation to Makefile
40660
40661     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40662     Signed-off-by: Remy Böhmer <linux@bohmer.net>
40663
40664 commit 2077e348c2a84901022ad95311b47b70361e6daa
40665 Author: Scott Wood <scottwood@freescale.com>
40666 Date:   Tue Nov 25 10:47:02 2008 -0600
40667
40668     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
40669
40670     This caused the operation to be needlessly repeated if there were
40671     no bad blocks and no errors.
40672
40673     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
40674     Signed-off-by: Scott Wood <scottwood@freescale.com>
40675
40676 commit 89295028e7d8f7a524f485328279d72fdb102385
40677 Author: Michal Simek <monstr@monstr.eu>
40678 Date:   Mon Nov 24 12:09:50 2008 +0100
40679
40680     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
40681
40682     This BSP should be outside u-boot source tree.
40683     The second reason is that xilinx ppc405 was moved to generic platform.
40684
40685     Signed-off-by: Michal Simek <monstr@monstr.eu>
40686     Signed-off-by: Stefan Roese <sr@denx.de>
40687
40688 commit 24eea623d4974a169026a975ba12fb23d48154b1
40689 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40690 Date:   Mon Nov 24 15:11:10 2008 +0100
40691
40692     ppc4xx: Remove unused features
40693
40694     This patch disables some unused features from the PCI405 configuration
40695     to keep U-Boot image size below 192k.
40696
40697     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40698     Signed-off-by: Stefan Roese <sr@denx.de>
40699
40700 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
40701 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40702 Date:   Mon Nov 24 15:11:09 2008 +0100
40703
40704     ppc4xx: Use correct io accessors for PCI405
40705
40706     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40707     Signed-off-by: Stefan Roese <sr@denx.de>
40708
40709 commit 348c849d86a6f0785752b9bc497a34658713d1d1
40710 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40711 Date:   Mon Nov 24 15:11:08 2008 +0100
40712
40713     ppc4xx: Remove unused code from PCI405 code
40714
40715     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40716     Signed-off-by: Stefan Roese <sr@denx.de>
40717
40718 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
40719 Author: Heiko Schocher <hs@denx.de>
40720 Date:   Thu Nov 20 09:59:09 2008 +0100
40721
40722     powerpc, keymile boards: extract identical config options
40723
40724     This patch extracts the identical config options for the
40725     keymile boards mgcoge, mgsuvd and kmeter1 in a new
40726     common config file keymile-common.h.
40727
40728     Signed-off-by: Heiko Schocher <hs@denx.de>
40729     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40730
40731 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
40732 Author: Heiko Schocher <hs@denx.de>
40733 Date:   Fri Nov 21 08:29:40 2008 +0100
40734
40735     powerpc: keymile: Add a check for the PIGGY debug board
40736
40737     Check the presence of the PIGGY on the keymile boards mgcoge,
40738     mgsuvd and kmeter1. If the PIGGY is not present, dont register
40739     this Ethernet device.
40740
40741     Signed-off-by: Heiko Schocher <hs@denx.de>
40742     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40743
40744 commit 58c696eed839af894e0265064669c402dc28b371
40745 Author: Wolfgang Denk <wd@xpert.denx.de>
40746 Date:   Mon Nov 24 21:50:59 2008 +0100
40747
40748     AT91RM9200DK: fix broken boot from NOR flash
40749
40750     Signed-off-by: Wolfgang Denk <wd@denx.de>
40751
40752 commit 8052352f20b33bef8f9872fc983eac73d4693c38
40753 Author: Jens Scharsig <esw@bus-elektronik.de>
40754 Date:   Tue Nov 18 10:48:46 2008 +0100
40755
40756     at91rm9200: fix broken boot from nor flash
40757
40758     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
40759     CONFIG_AT91RM9200 is defined and nor preloader is used.
40760
40761     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
40762
40763 commit 25ea652e907516a283b38237e83712a918f125d7
40764 Author: Piotr Ziecik <kosmo@semihalf.com>
40765 Date:   Mon Nov 17 15:58:00 2008 +0100
40766
40767     UBI: Add proof-of-concept CFI flash support
40768
40769     With this patch UBI can be used on CFI flash chips.
40770
40771     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40772     Signed-off-by: Stefan Roese <sr@denx.de>
40773
40774 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
40775 Author: Piotr Ziecik <kosmo@semihalf.com>
40776 Date:   Mon Nov 17 15:57:59 2008 +0100
40777
40778     mtd: Remove a printf() from add_mtd_device().
40779
40780     Remove a printf() from add_mtd_device(), which produces spurious output.
40781
40782     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40783     Signed-off-by: Stefan Roese <sr@denx.de>
40784
40785 commit 91809ed51d8327a8dbbf29aa98a091154c282171
40786 Author: Piotr Ziecik <kosmo@semihalf.com>
40787 Date:   Mon Nov 17 15:57:58 2008 +0100
40788
40789     cfi-mtd: Add cfi-mtd driver.
40790
40791     Add cfi-mtd driver, which exports CFI flash to MTD layer.
40792     This allows CFI flash devices to be used from MTD layer.
40793
40794     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
40795     option. Initialization is done by calling cfi_mtd_init() from
40796     flash_init().
40797
40798     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40799     Signed-off-by: Stefan Roese <sr@denx.de>
40800
40801 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
40802 Author: Piotr Ziecik <kosmo@semihalf.com>
40803 Date:   Mon Nov 17 15:49:32 2008 +0100
40804
40805     cfi_flash: Add interface for flash verbosity control
40806
40807     Add interface for flash verbosity control. It allows
40808     to disable output from low-level flash API. It is useful
40809     when calling these low-level functions from context other
40810     than flash commands (for example the MTD/CFI interface
40811     implmentation).
40812
40813     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40814     Signed-off-by: Stefan Roese <sr@denx.de>
40815
40816 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
40817 Author: Piotr Ziecik <kosmo@semihalf.com>
40818 Date:   Thu Nov 20 15:17:38 2008 +0100
40819
40820     cfi_flash: Export flash_sector_size() function.
40821
40822     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
40823     so that it can be used in the upcoming cfi-mtd driver.
40824
40825     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40826     Signed-off-by: Stefan Roese <sr@denx.de>
40827
40828 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
40829 Author: Stefan Roese <sr@denx.de>
40830 Date:   Mon Nov 17 14:45:22 2008 +0100
40831
40832     cfi_flash: Make all flash access functions weak
40833
40834     This patch defines all flash access functions as weak so that
40835     they can be overridden by board specific versions.
40836
40837     This will be used by the upcoming VCTH board support where the NOR
40838     FLASH unfortunately can't be accessed memory-mapped. Special
40839     accessor functions are needed here.
40840
40841     To enable this weak functions you need to define
40842     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
40843     Otherwise the "old" default functions will be used resulting
40844     in smaller code.
40845
40846     Signed-off-by: Stefan Roese <sr@denx.de>
40847     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
40848
40849 commit a5c4067017631d903e1afa6ad615f0ce19fea517
40850 Author: Stefan Roese <sr@denx.de>
40851 Date:   Mon Nov 24 08:31:16 2008 +0100
40852
40853     UBI: Change parsing of size in commands to default to hex
40854
40855     Currently the size parameters of the UBI commands (e.g. "ubi write") are
40856     decoded as decimal instead of hex as default. This patch now interprets
40857     all these values consistantly as hex, as all other standard U-Boot commands
40858     do.
40859
40860     Signed-off-by: Stefan Roese <sr@denx.de>
40861
40862 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
40863 Author: Stefan Roese <sr@denx.de>
40864 Date:   Fri Nov 21 13:06:06 2008 +0100
40865
40866     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
40867
40868     Signed-off-by: Stefan Roese <sr@denx.de>
40869
40870 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
40871 Author: Yuri Tikhonov <yur@emcraft.com>
40872 Date:   Fri Nov 14 16:19:19 2008 +0300
40873
40874     ppc4xx: katmai: Change default config
40875
40876      This patch enables support for EXT2, and increases the
40877     CONFIG_SYS_BOOTMAPSZ size for the default configuration
40878     of the katmai boards to use them as the RAID-reference
40879     AMCC setups.
40880
40881      EXT2 enabling allows one to boot kernels from the EXT2
40882     formatted Compact Flash cards.
40883
40884      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
40885     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
40886     the memory area with DTB file (which is placed at the
40887     end of the bootmap area) will turn out to be overlapped
40888     with the BSS segment of the 256KB kernel, and zeroed
40889     in early_init() of Linux.
40890
40891      Actually, increasing of the bootmap size could be done
40892     via setting of the bootm_size U-Boot variable, but it looks
40893     like the current U-Boot implementation have some bootm_size-
40894     related functionality lost. In many places through the U-Boot
40895     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
40896     (instead of trying to read the corresponding value from the
40897     environment). The same is truth for the boot_jump_linux()
40898     function in lib_ppc/bootm.c, where U-Boot transfers control
40899     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
40900     value to the booting kernel.
40901
40902     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40903     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
40904     Signed-off-by: Stefan Roese <sr@denx.de>
40905
40906 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
40907 Author: Dave Mitchell <dmitch71@gmail.com>
40908 Date:   Thu Nov 20 14:09:50 2008 -0600
40909
40910     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
40911
40912     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
40913     internal SRAM.
40914
40915     Adjusted internal SRAM initialization to match updated user
40916     manual recommendation.
40917
40918     OCM & ISRAM are now mapped as follows:
40919             physical        virtual         size
40920     ISRAM   0x4_0000_0000   0xE300_0000     256k
40921     OCM     0x4_0004_0000   0xE304_0000     64k
40922
40923     A single TLB was used for this mapping.
40924
40925     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
40926     Signed-off-by: Stefan Roese <sr@denx.de>
40927
40928 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
40929 Author: Dave Mitchell <dmitch71@gmail.com>
40930 Date:   Thu Nov 20 14:00:49 2008 -0600
40931
40932     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
40933
40934     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
40935     L2 cache DCRs from ppc440.h to this new header.
40936
40937     Also converted these DCR defines from lowercase to uppercase and
40938     modified referencing modules to use them.
40939
40940     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
40941     Signed-off-by: Stefan Roese <sr@denx.de>
40942
40943 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
40944 Author: Steven A. Falco <sfalco@harris.com>
40945 Date:   Thu Nov 20 14:37:57 2008 -0500
40946
40947     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
40948
40949     The definitions of bits in SDR_CFG are incorrect, and not used within
40950     U-Boot.  Therefore, they can be removed.
40951
40952     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
40953     and are unused, so they can be removed too.
40954
40955     A definition for SDR0_DDRCFG is added.
40956
40957     Signed-off-by: Steven A. Falco <sfalco@harris.com>
40958     Signed-off-by: Stefan Roese <sr@denx.de>
40959
40960 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
40961 Author: Dirk Behme <dirk.behme@gmail.com>
40962 Date:   Mon Nov 10 20:15:25 2008 +0100
40963
40964     ARM: OMAP: Convert IO macros
40965
40966     Convert IO macros to readx/writex.
40967
40968     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40969
40970 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
40971 Author: Ilko Iliev <iliev@ronetix.at>
40972 Date:   Sun Nov 9 15:53:14 2008 +0100
40973
40974     lib_arm: do_bootm_linux() - correct a small mistake
40975
40976     This patch corrects a small bug in the "if" condition:
40977     the parameter "flag" is 0 and the "if" condition is always true.
40978     The result is - the boom command doesn't start the kernel.
40979     Affected targets: all arm based.
40980
40981     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
40982
40983 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
40984 Author: Stelian Pop <stelian@popies.net>
40985 Date:   Sun Nov 9 00:14:46 2008 +0100
40986
40987     AT91: Enable PLLB for USB
40988
40989     At least some (old ?) versions of the AT91Bootstrap do not set up the
40990     PLLB correctly to 48 MHz in order to make USB host function correctly.
40991
40992     This patch sets up the PLLB to the same values Linux uses, and makes USB
40993     work ok on the following CPUs:
40994         - AT91CAP9
40995         - AT91SAM9260
40996         - AT91SAM9263
40997
40998     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
40999     the relevant AT91CAP9/AT91SAM9 atmel boards.
41000
41001     Signed-off-by: Stelian Pop <stelian@popies.net>
41002     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41003
41004 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
41005 Author: Stelian Pop <stelian@popies.net>
41006 Date:   Fri Nov 7 13:55:14 2008 +0100
41007
41008     AT91: Use AT91_CPU_CLOCK in displays
41009
41010     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
41011     speed in the LCD driver.
41012
41013     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
41014     corresponding board clocks.
41015
41016     Signed-off-by: Stelian Pop <stelian@popies.net>
41017
41018 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
41019 Author: Heiko Schocher <hs@denx.de>
41020 Date:   Thu Nov 20 09:57:47 2008 +0100
41021
41022     powerpc: 83xx: add support for the kmeter1 board
41023
41024     This patch adds support for the kmeter1 board from Keymile,
41025     based on a Freescale MPC8360 CPU.
41026
41027     - serial console on UART 1
41028     - 256 MB DDR2 RAM
41029     - 64 MB NOR Flash
41030     - Ethernet RMII Mode over UCC4
41031     - PHY SMSC LAN8700
41032
41033     Signed-off-by: Heiko Schocher <hs@denx.de>
41034     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41035
41036 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
41037 Author: Stefan Roese <sr@denx.de>
41038 Date:   Thu Nov 20 11:46:20 2008 +0100
41039
41040     ppc4xx: Clear all potentially pending exceptions in MCSR
41041
41042     This is needed on Canyonlands which still has an exception pending
41043     while running relocate_code(). This leads to a failure after trap_init()
41044     is moved to the top of board_init_r().
41045
41046     Signed-off-by: Stefan Roese <sr@denx.de>
41047
41048 commit facdad5f2602e899a01746916beddbf9e856b5ee
41049 Author: Heiko Schocher <hs@denx.de>
41050 Date:   Wed Nov 19 10:10:30 2008 +0100
41051
41052     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
41053
41054     Signed-off-by: Heiko Schocher <hs@denx.de>
41055     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41056
41057 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
41058 Author: Howard Gregory <Greg.Howard@freescale.com>
41059 Date:   Tue Nov 4 14:55:33 2008 +0800
41060
41061     mpc83xx: Improve the performance of DDR memory
41062
41063     modify the CAS timings. my understanding is that these
41064     settings decrease various wait times in the DDR interface.
41065     Because these wait times are in clock cycles, and the DDR
41066     clock on the 8315 RDB runs slower than on some other 83xx
41067     platforms, we can dial down these values without a problem,
41068     thereby decreasing the latency of memory a little.
41069
41070     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
41071     Signed-off-by: Dave Liu <daveliu@freescale.com>
41072     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41073
41074 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
41075 Author: Kyungmin Park <kyungmin.park@samsung.com>
41076 Date:   Fri Oct 24 14:55:33 2008 +0200
41077
41078     ARM: Add Apollon UBI support
41079
41080     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
41081     macro.
41082
41083     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41084     Signed-off-by: Stefan Roese <sr@denx.de>
41085
41086 commit 694a0b3f1c0accd0de94b89555155d69f8022824
41087 Author: Kyungmin Park <kyungmin.park@samsung.com>
41088 Date:   Wed Nov 19 11:47:05 2008 +0100
41089
41090     UBI: Add UBI command support
41091
41092     This patch adds these UBI commands:
41093
41094     ubi part [nand|onenand] [part] - Show or set current partition
41095     ubi info [l[ayout]] -Display volume and UBI layout information
41096     ubi create[vol] volume [size] [type] - Create volume name with size
41097     ubi write[vol] address volume size - Write volume from address with size
41098     ubi read[vol] address volume [size] - Read volume to address with size
41099     ubi remove[vol] volume - Remove volume
41100
41101     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41102     Signed-off-by: Stefan Roese <sr@denx.de>
41103
41104 commit 58be3a1056d88c6d05f3e914389282807e69923a
41105 Author: Kyungmin Park <kyungmin.park@samsung.com>
41106 Date:   Wed Nov 19 16:38:24 2008 +0100
41107
41108     UBI: Add basic UBI support to U-Boot (Part 8/8)
41109
41110     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41111     It's based on the Linux UBI version and basically has a "OS"
41112     translation wrapper that defines most Linux specific calls
41113     (spin_lock() etc.) into no-ops. Some source code parts have been
41114     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41115     this version with the Linux version and simplifies future UBI
41116     ports/bug-fixes from the Linux version.
41117
41118     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41119     Signed-off-by: Stefan Roese <sr@denx.de>
41120
41121 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
41122 Author: Kyungmin Park <kyungmin.park@samsung.com>
41123 Date:   Wed Nov 19 16:36:36 2008 +0100
41124
41125     UBI: Add basic UBI support to U-Boot (Part 7/8)
41126
41127     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41128     It's based on the Linux UBI version and basically has a "OS"
41129     translation wrapper that defines most Linux specific calls
41130     (spin_lock() etc.) into no-ops. Some source code parts have been
41131     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41132     this version with the Linux version and simplifies future UBI
41133     ports/bug-fixes from the Linux version.
41134
41135     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41136     Signed-off-by: Stefan Roese <sr@denx.de>
41137
41138 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
41139 Author: Kyungmin Park <kyungmin.park@samsung.com>
41140 Date:   Wed Nov 19 16:32:36 2008 +0100
41141
41142     UBI: Add basic UBI support to U-Boot (Part 6/8)
41143
41144     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41145     It's based on the Linux UBI version and basically has a "OS"
41146     translation wrapper that defines most Linux specific calls
41147     (spin_lock() etc.) into no-ops. Some source code parts have been
41148     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41149     this version with the Linux version and simplifies future UBI
41150     ports/bug-fixes from the Linux version.
41151
41152     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41153     Signed-off-by: Stefan Roese <sr@denx.de>
41154
41155 commit c91a719daa331b5856109313371e4ece5ec06d96
41156 Author: Kyungmin Park <kyungmin.park@samsung.com>
41157 Date:   Wed Nov 19 16:28:06 2008 +0100
41158
41159     UBI: Add basic UBI support to U-Boot (Part 5/8)
41160
41161     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41162     It's based on the Linux UBI version and basically has a "OS"
41163     translation wrapper that defines most Linux specific calls
41164     (spin_lock() etc.) into no-ops. Some source code parts have been
41165     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41166     this version with the Linux version and simplifies future UBI
41167     ports/bug-fixes from the Linux version.
41168
41169     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41170     Signed-off-by: Stefan Roese <sr@denx.de>
41171
41172 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
41173 Author: Kyungmin Park <kyungmin.park@samsung.com>
41174 Date:   Wed Nov 19 16:27:23 2008 +0100
41175
41176     UBI: Add basic UBI support to U-Boot (Part 4/8)
41177
41178     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41179     It's based on the Linux UBI version and basically has a "OS"
41180     translation wrapper that defines most Linux specific calls
41181     (spin_lock() etc.) into no-ops. Some source code parts have been
41182     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41183     this version with the Linux version and simplifies future UBI
41184     ports/bug-fixes from the Linux version.
41185
41186     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41187     Signed-off-by: Stefan Roese <sr@denx.de>
41188
41189 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
41190 Author: Kyungmin Park <kyungmin.park@samsung.com>
41191 Date:   Wed Nov 19 16:26:54 2008 +0100
41192
41193     UBI: Add basic UBI support to U-Boot (Part 3/8)
41194
41195     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41196     It's based on the Linux UBI version and basically has a "OS"
41197     translation wrapper that defines most Linux specific calls
41198     (spin_lock() etc.) into no-ops. Some source code parts have been
41199     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41200     this version with the Linux version and simplifies future UBI
41201     ports/bug-fixes from the Linux version.
41202
41203     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41204     Signed-off-by: Stefan Roese <sr@denx.de>
41205
41206 commit 961df83361aff9a14f226214224eb8a06e05ba24
41207 Author: Kyungmin Park <kyungmin.park@samsung.com>
41208 Date:   Wed Nov 19 16:25:44 2008 +0100
41209
41210     UBI: Add basic UBI support to U-Boot (Part 2/8)
41211
41212     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41213     It's based on the Linux UBI version and basically has a "OS"
41214     translation wrapper that defines most Linux specific calls
41215     (spin_lock() etc.) into no-ops. Some source code parts have been
41216     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41217     this version with the Linux version and simplifies future UBI
41218     ports/bug-fixes from the Linux version.
41219
41220     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41221     Signed-off-by: Stefan Roese <sr@denx.de>
41222
41223 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
41224 Author: Kyungmin Park <kyungmin.park@samsung.com>
41225 Date:   Wed Nov 19 16:23:06 2008 +0100
41226
41227     UBI: Add basic UBI support to U-Boot (Part 1/8)
41228
41229     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
41230     It's based on the Linux UBI version and basically has a "OS"
41231     translation wrapper that defines most Linux specific calls
41232     (spin_lock() etc.) into no-ops. Some source code parts have been
41233     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
41234     this version with the Linux version and simplifies future UBI
41235     ports/bug-fixes from the Linux version.
41236
41237     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41238     Signed-off-by: Stefan Roese <sr@denx.de>
41239
41240 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
41241 Author: Kyungmin Park <kyungmin.park@samsung.com>
41242 Date:   Wed Nov 19 16:20:36 2008 +0100
41243
41244     MTD: Add MTD paritioning infrastructure
41245
41246     This MTD part infrastructure will be used by the upcoming
41247     UBI support.
41248
41249     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41250     Signed-off-by: Stefan Roese <sr@denx.de>
41251
41252 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
41253 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
41254 Date:   Thu Oct 16 22:54:03 2008 +0530
41255
41256     Align end of bss by 4 bytes
41257
41258     Most of the bss initialization loop increments 4 bytes
41259     at a time. And the loop end is checked for an 'equal'
41260     condition. Make the bss end address aligned by 4, so
41261     that the loop will end as expected.
41262
41263     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
41264     Signed-off-by: Wolfgang Denk <wd@denx.de>
41265
41266 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
41267 Author: Becky Bruce <becky.bruce@freescale.com>
41268 Date:   Mon Nov 10 19:45:35 2008 -0600
41269
41270     mpc8641: fix address-cells default in old .dts detection
41271
41272     address-cells defaults to 2, not 1; so in the unlikely
41273     event that it isn't specified, this patch is required
41274     for correct operation.
41275
41276     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41277
41278 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
41279 Author: Becky Bruce <becky.bruce@freescale.com>
41280 Date:   Fri Oct 31 17:14:39 2008 -0500
41281
41282     lib_ppc: Move trap_init to occur earlier
41283
41284     Doing trap_init immediately once we're running from RAM
41285     means we're no longer dependent on the physical location of
41286     the flash on non-BookE platforms. Before trap_init, those
41287     platforms switch to real mode and go to 0xfff00100 on exception.
41288     After the switch, they go to 0x00000100  This makes it easier to
41289     move the flash location.
41290
41291     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41292
41293 commit d52082b12c6e545705a19433a2f4142526536189
41294 Author: Becky Bruce <becky.bruce@freescale.com>
41295 Date:   Fri Nov 7 13:46:19 2008 -0600
41296
41297     mpc8641: Try to detect old .dts files
41298
41299     Since we've changed the memory map of the board, be nice and
41300     add some checking to try to catch out-of-date .dts files.  We do
41301     this by checking the CCSRBAR location in the .dts and comparing
41302     it to the CCSRBAR location in u-boot.  If they don't match, a
41303     warning msg is printed.  This isn't foolproof, but it's simple and
41304     will catch most of the cases where an out-of-date .dts is present,
41305     including all of the cases where a new u-boot is used with an old
41306     standard MPC8641 .dts file as supplied with Linux.
41307
41308     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41309
41310 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
41311 Author: Becky Bruce <becky.bruce@freescale.com>
41312 Date:   Thu Nov 6 13:04:09 2008 -0600
41313
41314     toplevel Makefile: Add MPC8641HPCN_36BIT target
41315
41316     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
41317
41318     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41319
41320 commit 3111d32c494e8251b90917447796a7206b757e1e
41321 Author: Becky Bruce <becky.bruce@freescale.com>
41322 Date:   Thu Nov 6 17:37:35 2008 -0600
41323
41324     mpc8641: Support 36-bit physical addressing
41325
41326     This patch creates a memory map with all the devices
41327     in 36-bit physical space, in addition to the 32-bit map.
41328     The CCSR relocation is moved (again, sorry) to
41329     allow for the physical address to be 36 bits - this
41330     requires translation to be enabled.  With 36-bit physical
41331     addressing enabled, we are no longer running with VA=PA
41332     translations.  This means we have to distinguish between
41333     the two in the config file.  The existing region name is
41334     used to indicate the virtual address, and a _PHYS variety
41335     is created to represent the physical address.
41336
41337     Large physical addressing is not enabled by default.
41338     Set CONFIG_PHYS_64BIT in the config file to turn this on.
41339
41340     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41341
41342 commit c759a01a0022de9378a3a761f49786f87684c916
41343 Author: Becky Bruce <becky.bruce@freescale.com>
41344 Date:   Thu Nov 6 17:36:04 2008 -0600
41345
41346     mpc8641: Change 32-bit memory map
41347
41348     The memory map on the 8641hpcn is modified to look more like
41349     the 85xx boards; this is a step towards a more standardized
41350     layout going forward. As part of this change, we now relocate
41351     the flash.
41352
41353     The regions for some of the mappings were far larger than they
41354     needed to be.  I have reduced the mappings to match the
41355     actual sizes supported by the hardware.
41356
41357     In addition I have removed the comments at the head
41358     of the BAT blocks in the config file, rather than updating
41359     them.  These get horribly out of date, and it's a simple
41360     matter to look at the defines to see what they are set to
41361     since everything is right here in the same file.
41362
41363     Documentation has been changed to reflect the new map, as this
41364     change is user visible, and affects the OS which runs post-uboot.
41365
41366     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41367
41368 commit bf9a8c34309ed9276258295db9e9212aabb2531a
41369 Author: Becky Bruce <becky.bruce@freescale.com>
41370 Date:   Wed Nov 5 14:55:35 2008 -0600
41371
41372     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
41373
41374     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
41375     of the bootpage in flash.   Use this to create an early mapping
41376     definition for the FLASH, and change the early_bats code to use this.
41377
41378     This  change facilitates the relocation of the flash since the early
41379     mappings are no longer tied to the final location of the flash.
41380
41381     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41382
41383 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
41384 Author: Becky Bruce <becky.bruce@freescale.com>
41385 Date:   Wed Nov 5 14:55:34 2008 -0600
41386
41387     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
41388
41389     Using a mtmsr/blr means that you have to be executing at the
41390     same virtual address once you enable translation.  This is
41391     unnecessarily restrictive, and is not really how this is
41392     usually done.  Change it to use the more common mtspr SRR0/SRR1
41393     and rfi method.
41394
41395     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41396
41397 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
41398 Author: Becky Bruce <becky.bruce@freescale.com>
41399 Date:   Wed Nov 5 14:55:33 2008 -0600
41400
41401     mpc8641: make DIAG_ADDR == FLASH_BASE
41402
41403     Currently, that's what it is, but it's hardcoded.
41404
41405     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41406
41407 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
41408 Author: Becky Bruce <becky.bruce@freescale.com>
41409 Date:   Wed Nov 5 14:55:32 2008 -0600
41410
41411     mpc8641: Drop imaginary second flash bank, map 8MB
41412
41413     There's a lot of setup and foo for the second flash
41414     bank.  The problem is, this board doesn't actually have one.
41415     Clean this up.  Also, the flash is 8M in size.  Get rid
41416     of the confusing aliased overmapping, and just map 8M.
41417
41418     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41419
41420 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
41421 Author: Becky Bruce <becky.bruce@freescale.com>
41422 Date:   Wed Nov 5 14:55:31 2008 -0600
41423
41424     mpc8641: only define CONFIG_ENV_SIZE once
41425
41426     It's currently defined twice inside in an if/else block, but
41427     both halves set the same value.  Move the define outside
41428     the if.
41429
41430     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41431
41432 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
41433 Author: Becky Bruce <becky.bruce@freescale.com>
41434 Date:   Wed Nov 5 14:55:30 2008 -0600
41435
41436     mpc86xx: Move setup_bats into cpu_init_f
41437
41438     In order to later allow for a physical relocation of the
41439     flash, setup_bats, which sets up the final BAT mapping
41440     for the board, needs to happen *after* init_laws().
41441     Otherwise, there will be no window programmed for the flash
41442     at the new physical location at the point when we change
41443     the mmu translation.
41444
41445     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41446
41447 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
41448 Author: Becky Bruce <becky.bruce@freescale.com>
41449 Date:   Wed Nov 5 14:55:29 2008 -0600
41450
41451     mpc8641: Remove extra "0" from BR2 define
41452
41453     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41454
41455 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
41456 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
41457 Date:   Thu Oct 23 09:08:18 2008 -0400
41458
41459     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
41460
41461     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
41462     This adds support for PHY-less MAC connections to the UEC.
41463
41464     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
41465     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41466
41467 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
41468 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41469 Date:   Thu Oct 23 16:27:24 2008 +0000
41470
41471     ColdFire: Add mii driver in drivers/net
41472
41473     All CF platforms' mii.c are consolidated into one
41474
41475     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41476     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41477
41478 commit 25a859066b3af1070eb69f12022113c0a91bd813
41479 Author: Ben Warren <biggerbadderben@gmail.com>
41480 Date:   Mon Oct 27 23:53:17 2008 -0700
41481
41482     Moved initialization of PPC4xx EMAC to cpu_eth_init()
41483
41484     Removed initialization of the driver from net/eth.c
41485
41486     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41487     Acked-by: Stefan Roese <sr@denx.de>
41488
41489 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
41490 Author: Ben Warren <biggerbadderben@gmail.com>
41491 Date:   Sun Nov 9 21:29:23 2008 -0800
41492
41493     Moved PPC4xx EMAC driver to drivers/net
41494
41495     Also changed path in all linker scripts that reference this driver
41496
41497     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41498     Acked-by: Stefan Roese <sr@denx.de>
41499
41500 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
41501 Author: Ben Warren <biggerbadderben@gmail.com>
41502 Date:   Mon Oct 27 23:50:15 2008 -0700
41503
41504     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
41505
41506     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
41507
41508     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41509     Acked-by: Stefan Roese <sr@denx.de>
41510
41511 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
41512 Author: Ben Warren <biggerbadderben@gmail.com>
41513 Date:   Thu Oct 23 22:02:49 2008 -0700
41514
41515     Moved initialization of MPC8XX SCC to cpu_eth_init()
41516
41517     Removed initialization of the driver from net/eth.c
41518
41519     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41520
41521 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
41522 Author: Ben Warren <biggerbadderben@gmail.com>
41523 Date:   Wed Oct 22 23:47:51 2008 -0700
41524
41525     Moved initialization of MPC8220 FEC to cpu_eth_init()
41526
41527     Removed initialization of the driver from net/eth.c
41528
41529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41530
41531 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
41532 Author: Ben Warren <biggerbadderben@gmail.com>
41533 Date:   Wed Oct 22 23:32:48 2008 -0700
41534
41535     Moved initialization of QE Ethernet controller to cpu_eth_init()
41536
41537     Removed initialization of the driver from net/eth.c
41538
41539     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41540
41541 commit 3456a148276d5494b53ee40242efb6462d163504
41542 Author: Ben Warren <biggerbadderben@gmail.com>
41543 Date:   Wed Oct 22 23:20:29 2008 -0700
41544
41545     Moved initialization of FCC Ethernet controller to cpu_eth_init
41546
41547     Affected boards:
41548         Several MPC8xx boards
41549         Several MPC8260/MPC8272 boards
41550         Several MPC85xx boards
41551
41552     Removed initialization of the driver from net/eth.c
41553
41554     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41555
41556 commit 62e15b497f5c6334c059512678c8db7940ae4c61
41557 Author: Ben Warren <biggerbadderben@gmail.com>
41558 Date:   Thu Oct 30 22:15:35 2008 -0700
41559
41560     Fix typo in cpu/mpc85xx/cpu.c
41561
41562     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
41563
41564     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41565
41566 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
41567 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41568 Date:   Sun Oct 19 12:08:50 2008 +0900
41569
41570     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
41571
41572     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
41573     as a part of ongoing eth_initialize cleanup work.  The function ret value
41574     is also fixed as it should be negative on fail.
41575
41576     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41577     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41578
41579 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
41580 Author: Ben Warren <biggerbadderben@gmail.com>
41581 Date:   Fri Sep 5 01:55:22 2008 -0400
41582
41583     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
41584
41585     Also, removed the driver initialization from net/eth.c
41586
41587     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41588
41589 commit f2a7806fc23e82d30c8548911369e0c530607354
41590 Author: Clive Stubbings <uboot@xentech.co.uk>
41591 Date:   Mon Oct 27 15:05:00 2008 +0000
41592
41593     xilinx_emaclite buffer overrun
41594
41595     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
41596     PKTSIZE_ALIGN bytes long.
41597
41598     Acked-by: Michal Simek <monstr@monstr.eu>
41599
41600     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41601
41602 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
41603 Author: richardretanubun <richardretanubun@ruggedcom.com>
41604 Date:   Fri Sep 26 08:59:12 2008 -0400
41605
41606     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
41607
41608     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
41609     This patch makes these function use the devname argument that is passed in to
41610     allow access to the phy registers of other devices in devlist[].
41611
41612     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
41613
41614     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41615
41616 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
41617 Author: richardretanubun <richardretanubun@ruggedcom.com>
41618 Date:   Mon Oct 6 15:31:43 2008 -0400
41619
41620     Adds two more ethernet interface to 83xx
41621
41622     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
41623     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
41624     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41625
41626 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
41627 Author: Stelian Pop <stelian@popies.net>
41628 Date:   Fri Nov 7 13:54:31 2008 +0100
41629
41630     AT91: Replace AT91_BASE_EMAC by the board specific values.
41631
41632     AT91_BASE_EMAC is never used outside the board specific files,
41633     so replace its usage by the board specific AT91xxx_BASE_EMAC.
41634
41635     Signed-off-by: Stelian Pop <stelian@popies.net>
41636     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41637
41638 commit c91e17affa175ce06afa89b04752301eb4a61666
41639 Author: Stelian Pop <stelian@popies.net>
41640 Date:   Fri Nov 7 12:09:21 2008 +0100
41641
41642     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
41643
41644     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
41645     Since they are never used outside the board specific files, they can
41646     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
41647     AT91xxx_ID_US2.
41648
41649     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
41650
41651     Signed-off-by: Stelian Pop <stelian@popies.net>
41652     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41653
41654 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
41655 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41656 Date:   Sat Nov 1 10:47:59 2008 +0100
41657
41658     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
41659
41660     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41661
41662 commit 1079432e04ccf71aa3684181186182cd63512f19
41663 Author: Sergey Lapin <slapin@ossfans.org>
41664 Date:   Fri Oct 31 12:28:43 2008 +0100
41665
41666     Custom AFEB9260 board support
41667
41668     This patch provides support for AFEB9260 board, a product of
41669     OpenSource hardware and software. Some commertial projects
41670     are made with this design. A board is basically AT91SAM9260-EK
41671     with some modifications and different peripherals and different
41672     parts used. Main purpose of this project is to gain experience in
41673     hardware design.
41674     More info: http://groups.google.com/group/arm9fpga-evolution-board
41675     (In Russian only, sorry).
41676     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
41677
41678     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
41679
41680 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
41681 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
41682 Date:   Tue Oct 21 13:17:16 2008 +0900
41683
41684     Change to use "do_div" macro
41685
41686     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
41687
41688 commit e352495318d8056a00faa21b633b3e4374bfbf52
41689 Author: Roman Mashak <romez777@gmail.com>
41690 Date:   Wed Oct 22 16:00:26 2008 -0400
41691
41692     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
41693
41694     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
41695     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
41696
41697     Signed-off-by: Roman Mashak <romez777@gmail.com>
41698
41699 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
41700 Author: Roman Mashak <romez777@gmail.com>
41701 Date:   Tue Oct 21 03:01:41 2008 -0700
41702
41703     ARM/Versatile port: Removed unused functions
41704
41705     Removal of never used functions.
41706
41707     Signed-off-by: Roman Mashak <romez777@gmail.com>
41708
41709 commit 1266df887781c779deaf6d05eea2ef90a470cb34
41710 Author: Becky Bruce <becky.bruce@freescale.com>
41711 Date:   Mon Nov 3 15:44:01 2008 -0600
41712
41713     powerpc: change 86xx SMP boot method
41714
41715     We put the bootpg for the secondary cpus into memory and use
41716     BPTR to get to it.  This is a step towards converting to the
41717     ePAPR boot methodology.  Also, the code is written to
41718     deal properly with more than 4GB of RAM.
41719
41720     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41721
41722 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
41723 Author: Becky Bruce <becky.bruce@freescale.com>
41724 Date:   Fri Oct 31 17:13:49 2008 -0500
41725
41726     8641HPCN: Config file cleanup
41727
41728     There are several items in the config file that were hardcoded
41729     but that should really be based on other config options, since
41730     the regions are contiguous and depend on being so.  This cleans
41731     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
41732     addresses into the proper format for BR registers.
41733
41734     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41735
41736 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
41737 Author: Becky Bruce <becky.bruce@freescale.com>
41738 Date:   Fri Oct 31 17:13:32 2008 -0500
41739
41740     86xx: Make dram_size a phys_size_t
41741
41742     It's currently a long and should be phys_size_t.
41743
41744     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41745
41746 commit 104992fc541302a6bac74448e01e7fdad20abca0
41747 Author: Becky Bruce <becky.bruce@freescale.com>
41748 Date:   Sun Nov 2 18:19:32 2008 -0600
41749
41750     powerpc 86xx: Handle CCSR relocation earlier
41751
41752     Currently, the CCSR gets relocated while translation is
41753     enabled, meaning we need 2 BAT translations to get to both the
41754     old location and the new location.  Also, the DEFAULT
41755     CCSR location has a dependency on the BAT that maps the
41756     FLASH region.  Moving the relocation removes this unnecessary
41757     dependency. This makes it easier and more intutive to
41758     modify the board's memory map.
41759
41760     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
41761     BAT for CCSR space.
41762
41763     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41764
41765 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
41766 Author: Becky Bruce <becky.bruce@freescale.com>
41767 Date:   Fri Oct 31 17:14:14 2008 -0500
41768
41769     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
41770
41771     You can't actually have both, and with some coming changes to
41772     change the memory map for the board and support 36-bit physical,
41773     we need the extra BAT that is being consumed by having both.
41774
41775     I also make non-PCI configs build cleanly, for the sake of sanity.
41776
41777     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41778
41779 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
41780 Author: Becky Bruce <becky.bruce@freescale.com>
41781 Date:   Fri Oct 31 17:14:00 2008 -0500
41782
41783     mpc8641: Stop supporting non-PCI_PNP configs
41784
41785     We don't actually ever do this, remove the code so we
41786     can stop maintaining it.
41787
41788     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41789
41790 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
41791 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41792 Date:   Fri Oct 24 12:59:12 2008 +0000
41793
41794     ColdFire: Fix M5329EVB and M5373EVB nand issue
41795
41796     Fix compilation issue caused by a few mismatches.
41797     Provide proper nand chip select enable/disable in
41798     nand_hwcontrol() rather than in board_nand_init()
41799     just enable once. Remove redundant local nand driver
41800     functions - nand_read_byte(), nand_write_byte() and
41801     nand_dev_ready() to use common nand driver.
41802
41803     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41804
41805 commit 1b2708442224a551a0b865b52710306333888932
41806 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41807 Date:   Wed Oct 22 11:55:30 2008 +0000
41808
41809     ColdFire: Fix compilation error
41810
41811     The error was caused by the change for strmhz() in cpu.c.
41812     A few of them were one extra close parenthesis.
41813
41814     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41815
41816 commit 536e7dac16769954915a484e682a2efb28699133
41817 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41818 Date:   Wed Oct 22 11:38:21 2008 +0000
41819
41820     ColdFire: Add MCF5301x CPU and M53017EVB support
41821
41822     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41823
41824 commit a21d0c2cc9add8894d971ab791f4032f077db817
41825 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41826 Date:   Tue Oct 21 15:37:02 2008 +0000
41827
41828     ColdFire: Add SBF support for M52277EVB
41829
41830     Add serial boot support
41831
41832     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41833
41834 commit b202816c61042c183fe67d097a5893b0f2dafba0
41835 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41836 Date:   Tue Oct 21 14:19:26 2008 +0000
41837
41838     ColdFire: Use CFI driver for M5272C3
41839
41840     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41841
41842 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
41843 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41844 Date:   Tue Oct 21 13:47:54 2008 +0000
41845
41846     ColdFire: Relocate FEC's GPIO and mii functions protocols
41847
41848     Place FEC pin assignments in cpu_init.c from platform's
41849     mii.c
41850
41851     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41852
41853 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
41854 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41855 Date:   Tue Oct 21 12:15:44 2008 +0000
41856
41857     ColdFire: Remove platforms mii.c file
41858
41859     Will use mcfmii.c driver in drivers/net rather than
41860     keep creating new mii.c for each future platform.
41861     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
41862     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
41863     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
41864     mii.c
41865
41866     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41867
41868 commit 012522fef3b382469125beb46a315ab4dee02fb0
41869 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41870 Date:   Tue Oct 21 10:03:07 2008 +0000
41871
41872     ColdFire: Modules header files cleanup
41873
41874     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
41875     MDHA, SKHA, INTC, and FlexBus structures and
41876     definitions in immap_5xxx.h to more unify modules
41877     header files. Append DSPI support for m547x_8x.
41878     SSI cleanup. Remove USB Host structure from immap_539.h.
41879     Apply changes to use FlexBus structures in mcf52x2's
41880     cpu_init.c and platform configuration files.
41881
41882     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41883
41884 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
41885 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41886 Date:   Tue Oct 21 08:52:36 2008 +0000
41887
41888     ColdFire: Remove linker file
41889
41890     Each different build for M54455EVB and M5235EVB will
41891     create a u-boot.lds linker file. It is redundant to
41892     keep the u-boot.lds
41893
41894     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41895
41896 commit 0829323073c505556ed5f5073f91adb504584d45
41897 Author: Peter Tyser <ptyser@xes-inc.com>
41898 Date:   Fri Oct 31 11:26:44 2008 -0500
41899
41900     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
41901
41902     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
41903
41904 commit a80b21d5127583171d6e9bc7f722947641898012
41905 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41906 Date:   Fri Oct 31 12:12:12 2008 +0100
41907
41908     common/Makefile: create others group for non core, environment and command files
41909
41910     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41911
41912 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
41913 Author: Wolfgang Denk <wd@denx.de>
41914 Date:   Fri Oct 31 01:13:37 2008 +0100
41915
41916     TQM8260: use CFI flash driver instead of custom driver.
41917
41918     Signed-off-by: Wolfgang Denk <wd@denx.de>
41919
41920 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
41921 Author: Andy Fleming <afleming@freescale.com>
41922 Date:   Thu Oct 30 17:35:30 2008 -0500
41923
41924     Consolidate MAX/MIN definitions
41925
41926     There were several, now there is one (two if you count the lower-case
41927     versions).
41928
41929     Signed-off-by: Andy Fleming <afleming@freescale.com>
41930
41931 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
41932 Author: Heiko Schocher <hs@denx.de>
41933 Date:   Thu Oct 30 09:23:09 2008 +0100
41934
41935     mgsuvd: remove unused defines in config file.
41936
41937     Signed-off-by: Heiko Schocher <hs@denx.de>
41938
41939 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
41940 Author: Wolfgang Denk <wd@denx.de>
41941 Date:   Sun Nov 2 16:14:22 2008 +0100
41942
41943     Coding Style cleanup, update CHANGELOG
41944
41945     Signed-off-by: Wolfgang Denk <wd@denx.de>
41946
41947 commit a47f957ab523019992fdef857af01bd71c58a4da
41948 Author: Alessandro Rubini <rubini-list@gnudd.com>
41949 Date:   Fri Oct 31 22:33:21 2008 +0100
41950
41951     NAND: Allow NAND and OneNAND to coexist
41952
41953     This removes in nand.h code that is verbatim duplicated from bbm.h,
41954     including directly bbm.h in nand.h. The previous state of affairs
41955     prevented compiling code for a board hosting both NAND and OneNAND chips.
41956
41957     Reported-by: Scott Wood <scottwood@freescale.com>
41958     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
41959     Signed-off-by: Scott Wood <scottwood@freescale.com>
41960
41961 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
41962 Author: Scott Wood <scottwood@freescale.com>
41963 Date:   Fri Oct 31 13:51:12 2008 -0500
41964
41965     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
41966
41967     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
41968     Signed-off-by: Scott Wood <scottwood@freescale.com>
41969
41970 commit c57fc28947e248fb03c49a28b467686299895055
41971 Author: Jason Jin <Jason.Jin@freescale.com>
41972 Date:   Fri Oct 31 05:07:04 2008 -0500
41973
41974     NAND: Add NAND support for MPC8536DS board
41975
41976     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
41977     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
41978     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
41979
41980     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
41981     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
41982     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41983
41984 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
41985 Author: Haiying Wang <Haiying.Wang@freescale.com>
41986 Date:   Fri Oct 31 05:06:14 2008 -0500
41987
41988     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
41989
41990     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
41991
41992     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
41993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41994
41995 commit 51b572a801be57790fe26adaa530210e7fba59cc
41996 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41997 Date:   Fri Oct 24 10:49:48 2008 +0900
41998
41999     sh: rsk7203: Moved rsk7203 board to board/renesas
42000
42001     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42002
42003 commit 58453b00b3ebb26aaa901210023f99504a90bb00
42004 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42005 Date:   Fri Oct 24 10:48:31 2008 +0900
42006
42007     sh: MigoR: Moved MigoR board to board/renesas
42008
42009     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42010
42011 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
42012 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42013 Date:   Fri Oct 24 10:39:44 2008 +0900
42014
42015     sh: r2dplus: Moved r2dplus board to board/renesas
42016
42017     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42018
42019 commit 78385bf2359d828184d0b3649f7ae6b933420000
42020 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42021 Date:   Fri Oct 24 10:36:13 2008 +0900
42022
42023     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
42024
42025     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42026
42027 commit c6525d459c350bfc246ea7826456af77e1e314eb
42028 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42029 Date:   Fri Oct 24 10:35:19 2008 +0900
42030
42031     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
42032
42033     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42034
42035 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
42036 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42037 Date:   Fri Oct 24 10:34:21 2008 +0900
42038
42039     sh: r7780mp: Moved r7780mp board to board/renesas
42040
42041     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42042
42043 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
42044 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42045 Date:   Fri Oct 24 10:32:14 2008 +0900
42046
42047     sh: ap325rxa: Moved ap325rxa board to board/renesas
42048
42049     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42050
42051 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
42052 Author: Wolfgang Denk <wd@xpert.denx.de>
42053 Date:   Fri Oct 31 01:12:28 2008 +0100
42054
42055     CFI Driver: Fix "flash not ready" problem
42056
42057     This patch fixes a problem on systems where the NOR flash is attached
42058     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
42059     on the assumption that the same flash address is read twice without
42060     any other interjacent flash accesses.  However, on 32 bit systems the
42061     function flash_read64() [as currently implemented] does not perform
42062     an atomic 64 bit read - instead, this is broken down into two 32 bit
42063     read accesses on addresses "addr" and "addr + 4".  So instead of
42064     reading a 64 bit value twice from "addr", we see a sequence of 4 32
42065     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
42066     consequence is that flash_toggle() fails to work.
42067
42068     This patch implements a simple, but somewhat ugly solution, as it
42069     avoids the use of flash_read64() in this critical place (by breaking
42070     it down manually into 32 bit read operations) instead of rewriting
42071     flash_read64() such to perform atomic 64 bit reads as one could
42072     expect.  However, such a rewrite would require the use of floating
42073     point load operations, which becomes pretty complex:
42074
42075         save MSR;
42076         set Floating Point Enable bit in MSR;
42077         use "lfd" instruction to perform atomic 64 bit read;
42078         use "stfd" to store value to temporary variable on stack;
42079         load u64 value from temporary variable;
42080         restore saved MSR;
42081         return u64 value;
42082
42083     The benefit-cost ratio of such an implementation was considered too
42084     bad to actually attempt this, especially as we can expect that such
42085     an implementation would not only have a bigger memory footprint but
42086     also cause a performance degradation.
42087
42088     Signed-off-by: Wolfgang Denk <wd@denx.de>
42089     Signed-off-by: Stefan Roese <sr@denx.de>
42090
42091 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
42092 Author: Stefan Roese <sr@denx.de>
42093 Date:   Fri Oct 31 10:48:08 2008 +0100
42094
42095     ppc4xx: Fix spelling error in MAINTAINERS file
42096
42097     Signed-off-by: Stefan Roese <sr@denx.de>
42098
42099 commit be270798900b75ad9c47c7b79c72f70441196c56
42100 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42101 Date:   Tue Oct 28 13:37:00 2008 +0100
42102
42103     ppc4xx: Update PMC440 board support
42104
42105     This patch brings PMC440 board support up to date:
42106
42107     - fix GPIO configuration
42108     - add misc_init_f()
42109     - use better values for usbact variable
42110     - fix USB 2.0 phy reset sequence
42111     - shrink BAR2 to save PCI address space
42112     - add FDT support
42113
42114     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42115     Signed-off-by: Stefan Roese <sr@denx.de>
42116
42117 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
42118 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42119 Date:   Tue Oct 28 13:36:59 2008 +0100
42120
42121     ppc4xx: Fix PMC440 BSP commands
42122
42123     This patch fixes the PMC440 BSP commands painit and selfreset
42124
42125     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42126     Signed-off-by: Stefan Roese <sr@denx.de>
42127
42128 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
42129 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42130 Date:   Tue Oct 28 13:36:58 2008 +0100
42131
42132     ppc4xx: Update PMC440 board configuration
42133
42134     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42135     Signed-off-by: Stefan Roese <sr@denx.de>
42136
42137 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
42138 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42139 Date:   Tue Oct 28 13:36:57 2008 +0100
42140
42141     ppc4xx: Fix esd loadpci command
42142
42143     This patch fixes esd's loadpci command when not all
42144     memory on adapter boards is accessable via PCI.
42145
42146     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42147     Signed-off-by: Stefan Roese <sr@denx.de>
42148
42149 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
42150 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42151 Date:   Tue Oct 28 13:36:56 2008 +0100
42152
42153     ppc4xx: Clean up PMC440 header
42154
42155     -Codingstyle cleanup
42156     -Remove unused GPIO define
42157
42158     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42159     Signed-off-by: Stefan Roese <sr@denx.de>
42160
42161 commit 295133258a44f97a57fb2ec339aecfda11f4db95
42162 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42163 Date:   Tue Oct 28 13:36:55 2008 +0100
42164
42165     ppc4xx: Handle other board variant in PMC440 FPGA code
42166
42167     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42168     Signed-off-by: Stefan Roese <sr@denx.de>
42169
42170 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
42171 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42172 Date:   Mon Oct 27 12:35:59 2008 +0100
42173
42174     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
42175
42176     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
42177     config files of both infrastuctures
42178
42179     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42180     Signed-off-by: Stefan Roese <sr@denx.de>
42181
42182 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
42183 Author: Stefan Roese <sr@denx.de>
42184 Date:   Sat Oct 25 06:45:31 2008 +0200
42185
42186     ppc4xx: Correctly configure the GPIO pin muxing on Arches
42187
42188     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
42189     pin multiplexing correctly
42190
42191     Signed-off-by: Stefan Roese <sr@denx.de>
42192
42193 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
42194 Author: Bartlomiej Sieka <tur@semihalf.com>
42195 Date:   Thu Oct 30 23:22:04 2008 +0100
42196
42197     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
42198
42199     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42200
42201 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
42202 Author: David Gibson <david@gibson.dropbear.id.au>
42203 Date:   Wed Oct 29 23:27:45 2008 -0500
42204
42205     libfdt: Fix bug in fdt_subnode_offset_namelen()
42206
42207     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
42208     which causes it to keep searching after it's finished the subnodes of
42209     the given parent, and into the subnodes of siblings of the original
42210     node which come after it in the tree.
42211
42212     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
42213     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42214
42215 commit f242a08871839eac081ba5b599af979f3a148a0d
42216 Author: Peter Korsgaard <jacmet@sunsite.dk>
42217 Date:   Tue Oct 28 08:26:52 2008 +0100
42218
42219     fdt_resize(): ensure minimum padding
42220
42221     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
42222     (16 bytes), so make sure that fdt_resize at least adds that much
42223     padding, no matter what the location or size of the fdt is.
42224
42225     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
42226     Acked-by: Andy Fleming <afleming@freescale.com>
42227
42228 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
42229 Author: Dave Liu <daveliu@freescale.com>
42230 Date:   Thu Oct 23 21:59:35 2008 +0800
42231
42232     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
42233
42234     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
42235
42236     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
42237
42238     This is needed in unlock_ram_in_cache() because it is called from C and
42239     will corrupt the small data area anchor that is kept in R2.
42240
42241     lock_ram_in_cache() is modified similarly as good coding practice, but
42242     is not called from C.
42243
42244     Signed-off-by: Nick Spence <nick.spence@freescale.com>
42245
42246     also, the r2 is used as global data pointer.
42247
42248     Signed-off-by: Dave Liu <daveliu@freescale.com>
42249
42250 commit e053ab1903ccae6048ef759025b9f675bba91450
42251 Author: Scott Wood <scottwood@freescale.com>
42252 Date:   Tue Oct 28 11:45:04 2008 -0500
42253
42254     mpc83xx pci: Round up memory size in inbound window.
42255
42256     The current calculation will fail to cover all memory if
42257     its size is not a power of two.
42258
42259     Signed-off-by: Scott Wood <scottwood@freescale.com>
42260     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42261
42262 commit 1c671977dc81359628be27ac99c174e76e8069ba
42263 Author: Dave Liu <daveliu@freescale.com>
42264 Date:   Thu Oct 23 21:19:13 2008 +0800
42265
42266     86xx: remove the unused definition
42267
42268     Signed-off-by: Dave Liu <daveliu@freescale.com>
42269
42270 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
42271 Author: Dave Liu <daveliu@freescale.com>
42272 Date:   Tue Oct 28 17:47:49 2008 +0800
42273
42274     86xx: remove the redundant r2 global data pointer save
42275
42276     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
42277     the another global data pointer save, but in fact the
42278     global data pointer will be initialized in the board_init_r,
42279     so remove it such as the 85xx/83xx family.
42280
42281     Signed-off-by: Dave Liu <daveliu@freescale.com>
42282     Acked-by: Kumar Gala <kumar.gala@freescale.com>
42283
42284 commit bd888e9544419665334a6f47f81f34011cea38f3
42285 Author: Dave Liu <daveliu@freescale.com>
42286 Date:   Tue Oct 28 17:47:41 2008 +0800
42287
42288     86xx: remove the unused code for 86xx family
42289
42290     I believe these code was copied from 74xx family, but for
42291     86xx, it is unused.
42292
42293     Signed-off-by: Dave Liu <daveliu@freescale.com>
42294     Acked-by: Kumar Gala <kumar.gala@freescale.com>
42295
42296 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
42297 Author: Dave Liu <daveliu@freescale.com>
42298 Date:   Tue Oct 28 17:46:35 2008 +0800
42299
42300     86xx: remove the second DDR LAW setting for mpc8641hpcn
42301
42302     The DDR1 LAW will precedence the DDR2 LAW, so remove
42303     the second DDR LAW.
42304
42305     Signed-off-by: Dave Liu <daveliu@freescale.com>
42306     Acked-by: Becky Bruce <becky.bruce@freescale.com>
42307
42308 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
42309 Author: Dave Liu <daveliu@freescale.com>
42310 Date:   Tue Oct 28 17:46:23 2008 +0800
42311
42312     86xx: remove the unused ddr_enable_ecc in the board file
42313
42314     The DDR controller of 86xx processors have the ECC data init
42315     feature, and the new DDR code is using the feature, we don't
42316     need the way with DMA to init memory again.
42317
42318     Signed-off-by: Dave Liu <daveliu@freescale.com>
42319     Acked-by: Kumar Gala <kumar.gala@freescale.com>
42320
42321 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
42322 Author: Dave Liu <daveliu@freescale.com>
42323 Date:   Tue Oct 28 17:46:12 2008 +0800
42324
42325     86xx: Move the clear_tlbs before MMU turn on
42326
42327     We must invalidate TLBs before MMU turn on, but
42328     currently the code is not, if there are some stale
42329     TLB entry valid in the TLBs, it will cause strange
42330     issue.
42331
42332     Signed-off-by: Dave Liu <daveliu@freescale.com>
42333     Acked-by: Becky Bruce <becky.bruce@freescale.com>
42334
42335 commit 5cdade07b118d07154cb882650f9778cecc8a87c
42336 Author: Scott Wood <scottwood@freescale.com>
42337 Date:   Mon Oct 27 15:57:08 2008 -0500
42338
42339     mpc8313erdb: Document NAND boot.
42340
42341     Previously, the documentation claimed that NAND boot is not supported.
42342     This is no longer true.
42343
42344     Signed-off-by: Scott Wood <scottwood@freescale.com>
42345
42346 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
42347 Author: Scott Wood <scottwood@freescale.com>
42348 Date:   Wed Oct 29 14:20:26 2008 -0500
42349
42350     NAND: Properly create JFFS2 cleanmarkers.
42351
42352     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
42353     command is currently broken, and among other things causes all blocks
42354     to be marked bad.
42355
42356     This implements it properly using MTD_OOB_AUTO, along with some
42357     indentation fixes.
42358
42359     Signed-off-by: Scott Wood <scottwood@freescale.com>
42360
42361 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
42362 Author: Scott Wood <scottwood@freescale.com>
42363 Date:   Wed Oct 29 13:42:41 2008 -0500
42364
42365     NAND fsl elbc: Set FMR[ECCM] based on page size.
42366
42367     Hardware expects ECCM 0 for small page and ECCM 1 for large page
42368     when booting from NAND, so use those defaults.
42369
42370     Signed-off-by: Scott Wood <scottwood@freescale.com>
42371
42372 commit c013b74975dab0805ef6d369b013230c4e8a660d
42373 Author: Haiying Wang <Haiying.Wang@freescale.com>
42374 Date:   Wed Oct 29 13:32:59 2008 -0400
42375
42376     NAND: Add support for MPC8572DS board
42377
42378     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
42379     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
42380     config file.
42381
42382     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
42383     make room for the increased code size with NAND enabled.
42384
42385     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
42386     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
42387     Signed-off-by: Scott Wood <scottwood@freescale.com>
42388
42389 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
42390 Author: Haiying Wang <Haiying.Wang@freescale.com>
42391 Date:   Wed Oct 29 11:05:55 2008 -0400
42392
42393     Make Freescale local bus registers available for both 83xx and 85xx.
42394
42395     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
42396       can be shared by both 83xx and 85xx
42397     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
42398       files which use lbus83xx_t.
42399     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
42400       85xx can share them.
42401
42402     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
42403     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
42404     Signed-off-by: Scott Wood <scottwood@freescale.com>
42405
42406 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
42407 Author: Scott Wood <scottwood@freescale.com>
42408 Date:   Mon Oct 27 15:38:30 2008 -0500
42409
42410     NAND: Align right column of the shorthelp with other commands.
42411
42412     I accidentally broke this in when making consistent the partial
42413     alignment of the longhelp.
42414
42415     Signed-off-by: Scott Wood <scottwood@freescale.com>
42416
42417 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
42418 Author: Karl Beldan <karl.beldan@gmail.com>
42419 Date:   Mon Sep 15 16:08:03 2008 +0200
42420
42421     NAND: Reset chip on power-up
42422
42423     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
42424     The first command sent is NAND_CMD_READID.
42425     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
42426     Tested with an MT29F4G08AAC.
42427
42428     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
42429     Signed-off-by: Scott Wood <scottwood@freescale.com>
42430
42431 commit c45912d8abc52de796b9059a58faf7c4166eab58
42432 Author: Scott Wood <scottwood@freescale.com>
42433 Date:   Fri Oct 24 16:20:43 2008 -0500
42434
42435     NAND: sync with 2.6.27
42436
42437     This brings the core NAND code up to date with the Linux kernel.
42438
42439     Since there were several drivers in Linux as of the last update that are
42440     not in u-boot, I'm not bringing over new drivers that have been added
42441     since in the absence of an interested party.
42442
42443     I did not update OneNAND since it was recently synced by Kyungmin Park,
42444     and I'm not sure exactly what the common ancestor is.
42445
42446     Signed-off-by: Scott Wood <scottwood@freescale.com>
42447
42448 commit b1d0db1805c3395149777e507b6da53410abac4e
42449 Author: Kumar Gala <galak@kernel.crashing.org>
42450 Date:   Tue Oct 21 17:25:47 2008 -0500
42451
42452     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
42453
42454     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
42455
42456     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42457
42458 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
42459 Author: Kumar Gala <galak@kernel.crashing.org>
42460 Date:   Tue Oct 21 17:25:46 2008 -0500
42461
42462     bootm: support subcommands in linux ppc bootm
42463
42464     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
42465
42466     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42467
42468 commit 49c3a861d11735838f1f1b11999ce433006dc919
42469 Author: Kumar Gala <galak@kernel.crashing.org>
42470 Date:   Tue Oct 21 17:25:45 2008 -0500
42471
42472     bootm: Add subcommands
42473
42474     Add the ability to break the steps of the bootm command into several
42475     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
42476
42477     This allows us to do things like manipulate device trees before
42478     they are passed to a booting kernel or setup memory for a secondary
42479     core in multicore situations.
42480
42481     Not all OS types support all subcommands (currently only start, loados,
42482     ramdisk, fdt, and go are supported).
42483
42484     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42485
42486 commit be08315933537f061bc1ce61f33a29c56458bbad
42487 Author: Kumar Gala <galak@kernel.crashing.org>
42488 Date:   Tue Oct 21 17:25:44 2008 -0500
42489
42490     bootm: Move to using a function pointer table for the boot os function
42491
42492     This removes a bit of code and makes it easier for the upcoming sub bootm
42493     command support to call into the proper OS specific handler.
42494
42495     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42496     Signed-off-by: Wolfgang Denk <wd@denx.de>
42497
42498 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
42499 Author: Graeme Russ <graeme.russ@gmail.com>
42500 Date:   Mon Sep 29 23:03:14 2008 +1000
42501
42502     i386: Renamed show_boot_progress in assembler code
42503
42504     Renamed show_boot_progress in assembler init phase to
42505     show_boot_progress_asm to avoid link conflicts with C version
42506
42507     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
42508
42509 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
42510 Author: Peter Tyser <ptyser@xes-inc.com>
42511 Date:   Mon Oct 27 16:42:00 2008 -0500
42512
42513     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
42514
42515     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
42516     processors have a 3-bit wide IO_SEL field but have the most
42517     significant bit is wired to 0 so this change should not affect
42518     them.
42519
42520     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
42521
42522 commit cd4251624205cb97104f6e32679dc7754934f711
42523 Author: Becky Bruce <becky.bruce@freescale.com>
42524 Date:   Mon Oct 27 16:09:42 2008 -0500
42525
42526     powerpc: fix pci window initialization to work with > 4GB DRAM
42527
42528     The existing code has a few errors that need to be fixed in
42529     order to support large RAM sizes.  Fix those, and add a
42530     comment to make it clearer.
42531
42532     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
42533     Acked-by: Kumar Gala <galak@kernel.crashing.org>
42534
42535 commit 219542a1a66ca017b12860920714a9859b18a5d7
42536 Author: Kumar Gala <galak@kernel.crashing.org>
42537 Date:   Mon Oct 27 13:16:20 2008 -0500
42538
42539     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
42540
42541     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42542
42543 commit 6b59e03e0237a40a2305ea385defdfd92000978b
42544 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42545 Date:   Mon Sep 1 16:21:22 2008 +0200
42546
42547     lcd: Let the board code show board-specific info
42548
42549     The information displayed when CONFIG_LCD_INFO is set is inherently
42550     board-specific, so it should be done by the board code. The current code
42551     dealing with this only handles two cases, and is already a horrible mess
42552     of #ifdeffery.
42553
42554     Yes, this duplicates some code, but it also allows boards to print more
42555     board-specific information; this used to be very difficult.
42556
42557     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42558     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42559
42560 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
42561 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42562 Date:   Mon Sep 1 16:21:21 2008 +0200
42563
42564     lcd: Set lcd_is_enabled before clearing the screen
42565
42566     This allows the logo/info rendering routines to use the regular
42567     lcd_putc/lcd_puts/lcd_printf calls.
42568
42569     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42570     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42571
42572 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
42573 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42574 Date:   Mon Sep 1 16:21:20 2008 +0200
42575
42576     lcd: Implement lcd_printf()
42577
42578     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
42579     this by borrowing the lcd_printf() implementation from the cogent board
42580     code (which appears to use its own LCD framework.)
42581
42582     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42583     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42584
42585 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
42586 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42587 Date:   Mon Sep 1 16:21:19 2008 +0200
42588
42589     atmel_lcdfb: Straighten out funky vl_sync logic
42590
42591     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
42592     otherwise we don't. WTF?
42593
42594     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42595     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42596
42597 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
42598 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42599 Date:   Mon Sep 1 16:21:18 2008 +0200
42600
42601     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
42602
42603     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
42604     includes a file that does, asm/arch/gpio.h, but this file doesn't
42605     include <asm/arch/hardware.h> like it's supposed to.
42606
42607     Add the missing include to asm/arch/gpio.h and remove the workaround
42608     from the atmel_lcdfb driver. This makes the driver compile on avr32.
42609
42610     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42611     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42612
42613 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
42614 Author: Kumar Gala <galak@kernel.crashing.org>
42615 Date:   Wed Oct 22 14:38:55 2008 -0500
42616
42617     86xx: Convert all fsl_pci_init users to new APIs
42618
42619     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
42620     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
42621
42622     With these changes the board code is a bit smaller and we get dma-ranges
42623     set in the device tree for these boards.
42624
42625     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42626     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42627     Acked-by: Jon Loeliger <jdl@freescale.com>
42628
42629 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
42630 Author: Kumar Gala <galak@kernel.crashing.org>
42631 Date:   Tue Oct 21 08:28:33 2008 -0500
42632
42633     85xx: Convert all fsl_pci_init users to new APIs
42634
42635     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
42636     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
42637     and ft_fsl_pci_setup().
42638
42639     With these changes the board code is a bit smaller and we get dma-ranges
42640     set in the device tree for these boards.
42641
42642     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42643     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42644
42645 commit a2aab460727e5f674353a83a81000ef794bffcae
42646 Author: Kumar Gala <galak@kernel.crashing.org>
42647 Date:   Thu Oct 23 00:01:06 2008 -0500
42648
42649     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
42650
42651     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42652     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42653
42654 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
42655 Author: Kumar Gala <galak@kernel.crashing.org>
42656 Date:   Wed Oct 22 14:06:24 2008 -0500
42657
42658     pci/fsl_pci_init: Add a common PCI inbound setup function
42659
42660     Add a common setup function that determines the pci_region(s) based
42661     on how much memory we have in the system.
42662
42663     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42664     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42665
42666 commit 612ea01018a459234d54ed57ec6a5a244ce75678
42667 Author: Kumar Gala <galak@kernel.crashing.org>
42668 Date:   Tue Oct 21 10:13:14 2008 -0500
42669
42670     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
42671
42672     * PCI Inbound window was setup incorrectly.  The PCI address and system
42673       address were swapped.  The PCI address should be setting piwar/piwbear
42674       and the system address should be setting pitar.
42675
42676     * Removed masking of addresses to allow for system address to support
42677       system address & PCI address >32-bits
42678
42679     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
42680
42681     * Respect the PCI_REGION_PREFETCH for inbound windows
42682
42683     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42684     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42685
42686 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
42687 Author: Kumar Gala <galak@kernel.crashing.org>
42688 Date:   Wed Oct 22 23:33:56 2008 -0500
42689
42690     fdt: Added helper to set PCI dma-ranges property
42691
42692     Added fdt_pci_dma_ranges() that parses the pci_region info from the
42693     struct pci_controller and populates the dma-ranges based on it.
42694
42695     The max # of windws/dma-ranges we support is 3 since on embedded
42696     PowerPC based systems this is the max number of windows.
42697
42698     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42699     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42700
42701 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
42702 Author: Kumar Gala <galak@kernel.crashing.org>
42703 Date:   Thu Oct 23 00:05:47 2008 -0500
42704
42705     fdt: Add fdt_getprop_u32_default helpers
42706
42707     Add helper functions to return find a node and return it's property
42708     or a default value.
42709
42710     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42711     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42712     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
42713
42714 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
42715 Author: Kumar Gala <galak@kernel.crashing.org>
42716 Date:   Tue Oct 21 18:06:15 2008 -0500
42717
42718     86xx: Enable 64-bit PCI resources on all Freescale boards
42719
42720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42721     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42722
42723 commit 0151cbaccf4504821ecfde0217299bd740086bb6
42724 Author: Kumar Gala <galak@kernel.crashing.org>
42725 Date:   Tue Oct 21 11:33:58 2008 -0500
42726
42727     85xx: Enable 64-bit PCI resources on all Freescale boards
42728
42729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42730     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42731
42732 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
42733 Author: Kumar Gala <galak@kernel.crashing.org>
42734 Date:   Tue Oct 21 08:36:08 2008 -0500
42735
42736     pci: Allow for PCI addresses to be 64-bit
42737
42738     PCI bus is inherently 64-bit.  While not all system require access to
42739     the full 64-bit PCI address range some do.  This allows those systems
42740     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
42741
42742     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42743     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42744     Acked-by: Wolfgang Denk <wd@denx.de>
42745
42746 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
42747 Author: Dave Liu <daveliu@freescale.com>
42748 Date:   Thu Oct 23 21:18:53 2008 +0800
42749
42750     85xx: Fix the incorrect register used for DDR erratum1
42751
42752     The 8572 DDR erratum1:
42753     DDR controller may enter an illegal state when operating
42754     in 32-bit bus mode with 4-beat bursts.
42755
42756     Description:
42757     When operating with a 32-bit bus, it is recommended that
42758     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
42759     This forces the DDR controller to use 4-beat bursts when
42760     communicating to the DRAMs. However, an issue exists that
42761     could lead to data corruption when the DDR controller is
42762     in 32-bit bus mode while using 4-beat bursts.
42763
42764     Projected Impact:
42765     If the DDR controller is operating in 32-bit bus mode with
42766     4-beat bursts, then the controller may enter into a bad state.
42767     All subsequent reads from memory is corrupted.
42768     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
42769     Therefore, this erratum does not affect DDR3 mode.
42770
42771     Work Arounds:
42772     To work around this issue, software must set DEBUG_1[31] in
42773     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
42774     and CCSRBAR offset + 0x6f00 for DDR_2).
42775
42776     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
42777     as condition, but it should be DDR_SDRAM_CFG register.
42778
42779     Signed-off-by: Dave Liu <daveliu@freescale.com>
42780
42781 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
42782 Author: Dave Liu <daveliu@freescale.com>
42783 Date:   Thu Oct 23 21:17:19 2008 +0800
42784
42785     85xx: remove unused config definition
42786
42787     Signed-off-by: Dave Liu <daveliu@freescale.com>
42788
42789 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
42790 Author: Kumar Gala <galak@kernel.crashing.org>
42791 Date:   Thu Oct 23 01:47:38 2008 -0500
42792
42793     85xx: Add basic e500mc core support
42794
42795     Introduce CONFIG_E500MC to deal with the minor differences between
42796     e500v2 and e500mc.
42797
42798     * Certain fields of HID0/1 don't exist anymore on e500mc
42799     * Cache line size is 64-bytes on e500mc
42800     * reset value of PIR is different
42801
42802     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42803
42804 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
42805 Author: Kumar Gala <galak@kernel.crashing.org>
42806 Date:   Thu Oct 23 01:47:37 2008 -0500
42807
42808     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
42809
42810     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
42811     e500mc's 64-byte cacheline properly when it gets added.
42812
42813     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42814
42815 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
42816 Author: Georg Schardt <schardt@team-ctech.de>
42817 Date:   Fri Oct 24 13:51:52 2008 +0200
42818
42819     ppc4xx: New board avnet fx12 minimodul
42820
42821     This patch adds support for the avnet fx12 minimodul.
42822     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
42823     patch from Ricardo.
42824
42825     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
42826     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42827     Signed-off-by: Stefan Roese <sr@denx.de>
42828
42829 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
42830 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42831 Date:   Tue Oct 21 18:29:46 2008 +0200
42832
42833     ppc4xx: Generic architecture for xilinx ppc405(v3)
42834
42835     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
42836     ppc440 boards, this patch presents a common architecture for all the
42837     xilinx ppc405 boards.
42838
42839     Any custom xilinx ppc405 board can be added very easily with no code
42840     duplicity.
42841
42842     This patch also adds a simple generic board, that can be used on almost
42843     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
42844
42845     This patch is prepared to work with the latest version of EDK (10.1)
42846
42847     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42848     Signed-off-by: Stefan Roese <sr@denx.de>
42849
42850 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
42851 Author: Stefan Roese <sr@denx.de>
42852 Date:   Fri Oct 24 08:56:09 2008 +0200
42853
42854     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
42855
42856     Since the new autocalibration still has some problems on some Kilauea
42857     boards with 200MHz DDR2 frequency we disable the autocalibration and
42858     use the hardcoded values as done before. This seems to work reliably
42859     on all known DDR2 frequencies.
42860
42861     After the autocalibration issue is fixed we will enable it again.
42862
42863     Signed-off-by: Stefan Roese <sr@denx.de>
42864
42865 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
42866 Author: Mike Frysinger <vapier@gentoo.org>
42867 Date:   Wed Apr 9 02:02:07 2008 -0400
42868
42869     Blackfin: fix up UART status bit handling
42870
42871     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
42872     This can cause problems when we poll the LSR and then later try and handle
42873     any errors detected.
42874
42875     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42876
42877 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
42878 Author: Mike Frysinger <vapier@gentoo.org>
42879 Date:   Sat Oct 11 20:42:17 2008 -0400
42880
42881     Blackfin: bf561-ezkit: drop redundant code
42882
42883     Common Blackfin code already announces CPU information.
42884
42885     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42886
42887 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
42888 Author: Mike Frysinger <vapier@gentoo.org>
42889 Date:   Sat Oct 11 20:43:10 2008 -0400
42890
42891     Blackfin: bf561-ezkit: drop pointless USB code
42892
42893     The USB/LAN register settings are not actually used/needed in order to
42894     drive things from U-Boot, so drop the code.
42895
42896     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42897
42898 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
42899 Author: Mike Frysinger <vapier@gentoo.org>
42900 Date:   Sat Oct 11 20:47:58 2008 -0400
42901
42902     Blackfin: linker scripts: force start.o and set initcode boundaries
42903
42904     Make sure that the start.o object is always the first object in our linker
42905     script regardless of configuration settings, and add some linker symbols
42906     so the ldr utility can properly locate the initcode when generating a LDR.
42907
42908     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42909
42910 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
42911 Author: Mike Frysinger <vapier@gentoo.org>
42912 Date:   Sat Oct 11 21:19:39 2008 -0400
42913
42914     Blackfin: small cpu init optimization while setting interrupt mask
42915
42916     Use the sti instruction to set the initial interrupt mask rather than
42917     banging on the core IMASK MMR to save both space and time.
42918
42919     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42920
42921 commit 960922291c9594acb575cec7e47d7bed9b58182c
42922 Author: Mike Frysinger <vapier@gentoo.org>
42923 Date:   Sat Oct 11 21:18:10 2008 -0400
42924
42925     Blackfin: set initial stack correctly according to Blackfin ABI
42926
42927     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42928
42929 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
42930 Author: Mike Frysinger <vapier@gentoo.org>
42931 Date:   Sun Apr 20 03:11:53 2008 -0400
42932
42933     Blackfin: make baud calculation more accurate
42934
42935     We should use the algorithm in the Linux kernel so that the UART divisor
42936     calculation is more accurate.  It also fixes problems on some picky UARTs
42937     that have sampling anomalies.
42938
42939     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42940
42941 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
42942 Author: Mike Frysinger <vapier@gentoo.org>
42943 Date:   Mon Oct 6 04:21:41 2008 -0400
42944
42945     Blackfin: decode hwerrcause/excause when crashing
42946
42947     Having to decode hwerrcause/excause values is a pain, so automate it.
42948
42949     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42950
42951 commit 2de95bb20c488f20298df6881b700a5a757ee780
42952 Author: Mike Frysinger <vapier@gentoo.org>
42953 Date:   Mon Oct 6 04:20:54 2008 -0400
42954
42955     Blackfin: fix register dump messages
42956
42957     Make sure we report RETI/IPEND correctly.
42958
42959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42960
42961 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
42962 Author: Mike Frysinger <vapier@gentoo.org>
42963 Date:   Mon Oct 6 04:19:34 2008 -0400
42964
42965     Blackfin: don't bother displaying reboot msg when crashing
42966
42967     The hang function already tells you to reboot, so no point in showing it
42968     twice.
42969
42970     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42971
42972 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
42973 Author: Mike Frysinger <vapier@gentoo.org>
42974 Date:   Sun Jun 1 01:23:48 2008 -0400
42975
42976     Blackfin: enable support for nested interrupts
42977
42978     During cpu init, make sure we initialize the CEC properly so that
42979     interrupts can fire and be handled while U-Boot is running.
42980
42981     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42982
42983 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
42984 Author: Mike Frysinger <vapier@gentoo.org>
42985 Date:   Mon Oct 6 03:55:25 2008 -0400
42986
42987     Blackfin: init NAND before relocating env
42988
42989     If booting out of NAND, we need to make sure we initialize it properly
42990     before attempting to relocate the environment.
42991
42992     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42993
42994 commit 0f9a8819416ba40a53de50af148847a0e508f84d
42995 Author: Mike Frysinger <vapier@gentoo.org>
42996 Date:   Thu Aug 7 18:40:13 2008 -0400
42997
42998     Blackfin: check cache bits, not cplb bits
42999
43000     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43001
43002 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
43003 Author: Mike Frysinger <vapier@gentoo.org>
43004 Date:   Thu Aug 7 17:52:59 2008 -0400
43005
43006     Blackfin: drop unused cache flush code
43007
43008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43009
43010 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
43011 Author: Mike Frysinger <vapier@gentoo.org>
43012 Date:   Thu Aug 7 15:21:47 2008 -0400
43013
43014     Blackfin: unify cache handling code
43015
43016     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43017
43018 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
43019 Author: Mike Frysinger <vapier@gentoo.org>
43020 Date:   Mon Oct 6 03:39:07 2008 -0400
43021
43022     Blackfin: only initialize the RTC when actually used
43023
43024     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43025
43026 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
43027 Author: Mike Frysinger <vapier@gentoo.org>
43028 Date:   Mon Oct 6 03:44:33 2008 -0400
43029
43030     Blackfin: fix SWRST register definition
43031
43032     The SWRST register is a 16bit, not 32bit, register.
43033
43034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43035
43036 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
43037 Author: Mike Frysinger <vapier@gentoo.org>
43038 Date:   Thu Aug 7 18:54:57 2008 -0400
43039
43040     Blackfin: build with -fomit-frame-pointer
43041
43042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43043
43044 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
43045 Author: Mike Frysinger <vapier@gentoo.org>
43046 Date:   Thu Aug 7 17:50:26 2008 -0400
43047
43048     Blackfin: document some of the blackfin directories
43049
43050     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43051
43052 commit e4337968e43698a68ba608369f46d4a4114111ca
43053 Author: Mike Frysinger <vapier@gentoo.org>
43054 Date:   Thu Aug 7 15:16:56 2008 -0400
43055
43056     Blackfin: only enable hardware error irq by default
43057
43058     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43059
43060 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
43061 Author: Mike Frysinger <vapier@gentoo.org>
43062 Date:   Thu Aug 7 13:36:43 2008 -0400
43063
43064     Blackfin: punt old unused mem_init.h header
43065
43066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43067
43068 commit bcc121a01608042066a19ab5bff5bcfb805bf406
43069 Author: Mike Frysinger <vapier@gentoo.org>
43070 Date:   Thu Aug 7 13:18:55 2008 -0400
43071
43072     Blackfin: delete unused page_descriptor_table_size define
43073
43074     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43075
43076 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
43077 Author: Mike Frysinger <vapier@gentoo.org>
43078 Date:   Thu Aug 7 13:17:03 2008 -0400
43079
43080     Blackfin: fix typo in boot mode comment and add NAND define
43081
43082     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43083
43084 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
43085 Author: Ben Maan <moo@cow>
43086 Date:   Thu Aug 7 13:14:21 2008 -0400
43087
43088     Blackfin: fix port mux defines for BF54x
43089
43090     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43091
43092 commit 0656ef2ba274910d31364fe022f6c7db0051660d
43093 Author: Mike Frysinger <vapier@gentoo.org>
43094 Date:   Thu Aug 7 13:09:50 2008 -0400
43095
43096     Blackfin: update anomaly lists
43097
43098     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43099
43100 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
43101 Author: Mike Frysinger <vapier@gentoo.org>
43102 Date:   Thu Aug 7 13:08:54 2008 -0400
43103
43104     Blackfin: unify DSPID/DBGSTAT MMR definitions
43105
43106     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43107
43108 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
43109 Author: Wolfgang Denk <wd@denx.de>
43110 Date:   Tue Oct 21 15:53:51 2008 +0200
43111
43112     Fix strmhz(): avoid printing negative fractions
43113
43114     Signed-off-by: Wolfgang Denk <wd@denx.de>
43115
43116 commit 4a7f6b750d8de543fdf8e58acd86745010054571
43117 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
43118 Date:   Fri Oct 17 08:55:51 2008 -0400
43119
43120     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
43121
43122     This is done to allow other 83XX based platforms which also have UPM
43123     (e.g. 8360) to configure and use their UPM in u-boot.
43124
43125     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
43126     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43127
43128 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
43129 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43130 Date:   Tue Oct 14 22:58:53 2008 +0400
43131
43132     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
43133
43134     With this patch u-boot can fixup the dr_mode and phy_type properties
43135     for the Dual-Role USB controller.
43136
43137     While at it, also remove #ifdefs around includes, they are not needed.
43138
43139     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43140     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43141
43142 commit b3379f3fd13969934c00097c05754e7a8990fd39
43143 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43144 Date:   Wed Oct 8 20:52:54 2008 +0400
43145
43146     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
43147
43148     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
43149     current settings don't work with the default chip on the board.
43150     Nevertheless Freescale's U-Boot sets the option register correctly,
43151     so I just dumped the register from the working u-boot. My guess is
43152     that the old settings were applicable for some pilot boards, not
43153     found in the production.
43154
43155     This patch also enables FSL ELBC driver so that we could access
43156     the NAND storage in the u-boot.
43157
43158     The NAND support costs about 45KB, so the u-boot no longer fits
43159     into two 128KB NOR flash sectors, thus we also have to adjust
43160     environment location: add another 128KB to the monitor length.
43161
43162     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43163
43164     It is due to hardware design and logic defect, that is the
43165     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
43166     the NAND chip connected to nLCS3,  you have to set up the
43167     OR3[BCTLD] = '1' for normal operation, otherwise it will have
43168     bus contention due to the pin 48/25 of U60 is enabled.
43169
43170     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
43171     asserted upon access to the NAND chip, keep the default state.
43172
43173     Acked-by: Dave Liu <daveliu@freescale.com>
43174     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43175
43176 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
43177 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43178 Date:   Thu Oct 2 19:17:33 2008 +0400
43179
43180     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
43181
43182     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
43183     standalone or acting as a PCI agent. User's Guide says:
43184
43185     - When the CPLD recognizes its location on the PIB it automatically
43186       configures RCW to the PCI Host.
43187     - If the CPLD fails to recognize its location then it is automatically
43188       configured as an Agent and the PCI is configured to an external arbiter.
43189
43190     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
43191     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
43192     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
43193     any arbiter bad things will happen (here the board hangs during any config
43194     space reads).
43195
43196     In this situation we must disable the PCI. And in case of anybody really
43197     want to use an external arbiter, we provide "pci_external_aribter"
43198     environment variable.
43199
43200     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43201     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43202
43203 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
43204 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43205 Date:   Thu Oct 2 18:32:25 2008 +0400
43206
43207     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
43208
43209     This involves configuring the SerDes and fixing up the flags and
43210     PHY addresses for the TSECs.
43211
43212     For Linux we also fix up the device tree.
43213
43214     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43215     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43216
43217 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
43218 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43219 Date:   Thu Oct 2 18:31:59 2008 +0400
43220
43221     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
43222
43223     We'll use these masks to parse TSEC modes out of HRCWH.
43224
43225     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43226     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43227
43228 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
43229 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43230 Date:   Thu Oct 2 18:31:56 2008 +0400
43231
43232     mpc83xx: serdes: add forgotten shifts for rfcks
43233
43234     The rfcks should be shifted by 28 bits left. We didn't notice the bug
43235     because we were using only 100MHz clocks (for which rfcks == 0).
43236
43237     Though, for SGMII we'll need 125MHz clocks.
43238
43239     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43240     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43241
43242 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
43243 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43244 Date:   Thu Oct 2 18:31:53 2008 +0400
43245
43246     mpc83xx: fix serdes setup for the MPC8378E boards
43247
43248     MPC837xE specs says that SerDes1 has:
43249
43250     â€” Two lanes running x1 SGMII at 1.25 Gbps;
43251     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
43252
43253     And for SerDes2:
43254
43255     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
43256     â€” One lane running x2 PCI Express at 2.5 Gbps;
43257     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
43258
43259     The spec also explicitly states that PEX options are not valid for
43260     the SD1.
43261
43262     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
43263     which is wrong to do.
43264
43265     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43266     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43267
43268 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
43269 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
43270 Date:   Wed Sep 10 18:12:37 2008 +0400
43271
43272     mpc83xx: mpc8360emds: rework LBC SDRAM setup
43273
43274     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
43275     it difficult to use (b/c then the memory is discontinuous and
43276     there is quite big memory hole between the DDR/SDRAM regions).
43277
43278     This patch reworks LBC SDRAM setup so that now we dynamically
43279     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
43280     DDR memory).
43281
43282     With this patch we're able to:
43283
43284     - Boot without external DDR memory;
43285     - Use most "DDR + SDRAM" setups without need to support for
43286       sparse/discontinuous memory model in the software.
43287
43288     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43289     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43290
43291 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
43292 Author: Wolfgang Denk <wd@xpert.denx.de>
43293 Date:   Tue Oct 21 11:23:56 2008 +0200
43294
43295     FDT: don't use private kernel header files
43296
43297     On some systems (for example Fedora Core 4) U-Boot builds with the
43298     following wanrings only:
43299
43300     ...
43301     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
43302                      from fdt.c:51:
43303                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
43304
43305     This patch fixes this problem.
43306
43307     Signed-off-by: Wolfgang Denk <wd@denx.de>
43308
43309 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
43310 Author: Stefan Roese <sr@denx.de>
43311 Date:   Mon Oct 13 15:15:31 2008 +0200
43312
43313     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
43314
43315     Signed-off-by: Stefan Roese <sr@denx.de>
43316
43317 commit 43cbce69d48d052574d71f50724be546d90a46a4
43318 Author: Stefan Roese <sr@denx.de>
43319 Date:   Mon Oct 13 10:45:14 2008 +0200
43320
43321     ppc4xx: Correctly setup ranges property in ebc node
43322
43323     Previously only the NOR flash mapping was written into the ranges
43324     property of the ebc node. This patch now writes all enabled chip
43325     select areas into the ranges property.
43326
43327     Signed-off-by: Stefan Roese <sr@denx.de>
43328
43329 commit d7b26d58328f137471ea97de382bfa63f7239931
43330 Author: Dirk Eibach <eibach@gdsys.de>
43331 Date:   Wed Oct 8 15:37:50 2008 +0200
43332
43333     ppc4xx: Add GDSys neo 405EP board support
43334
43335     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
43336     Signed-off-by: Stefan Roese <sr@denx.de>
43337
43338 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
43339 Author: Niklaus Giger <niklaus.giger@netstal.com>
43340 Date:   Wed Oct 1 14:46:13 2008 +0200
43341
43342     ppc4xx: Update configs for Netstal boards
43343
43344     I reorganized my config files, putting the common stuff into netstal-common.h
43345     (got the idea by looking a amcc-common.h from Stefan).
43346
43347     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
43348
43349     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43350     Signed-off-by: Stefan Roese <sr@denx.de>
43351
43352 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
43353 Author: Adam Graham <agraham@amcc.com>
43354 Date:   Wed Oct 8 10:13:19 2008 -0700
43355
43356     ppc4xx: Add routine to retrieve CPU number
43357
43358     Provide a weak defined routine to retrieve the CPU number for
43359     reference boards that have multiple CPU's.  Default behavior
43360     is the existing single CPU print output.  Reference boards with
43361     multiple CPU's need to provide a board specific routine.
43362     See board/amcc/arches/arches.c for an example.
43363
43364     Signed-off-by: Adam Graham <agraham@amcc.com>
43365     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43366     Signed-off-by: Stefan Roese <sr@denx.de>
43367
43368 commit 59217bae40e90982ab5400d849c08af683ace036
43369 Author: Adam Graham <agraham@amcc.com>
43370 Date:   Wed Oct 8 10:13:14 2008 -0700
43371
43372     ppc4xx: Add static support for 44x IBM SDRAM Controller
43373
43374     This patch add the capability to configure a PPC440 based IBM SDRAM
43375     Controller with static, compiled-in, values. PPC440 memory subsystem
43376     includes a Memory Queue core.
43377
43378     Signed-off-by: Adam Graham <agraham@amcc.com>
43379     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43380     Signed-off-by: Stefan Roese <sr@denx.de>
43381
43382 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
43383 Author: Adam Graham <agraham@amcc.com>
43384 Date:   Wed Oct 8 10:12:53 2008 -0700
43385
43386     ppc4xx: Add AMCC Arches board support (dual 460GT)
43387
43388     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
43389     This board is a dual processor board with each processor providing
43390     independent resources for Rapid IO, Gigabit Ethernet, and serial
43391     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
43392     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
43393     port. The two 460GT's will communicate with each other via shared
43394     memory, Gigabit Ethernet and x1 PCI-Express.
43395
43396     Signed-off-by: Adam Graham <agraham@amcc.com>
43397     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43398     Signed-off-by: Stefan Roese <sr@denx.de>
43399
43400 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
43401 Author: Wolfgang Denk <wd@xpert.denx.de>
43402 Date:   Sun Oct 19 21:54:30 2008 +0200
43403
43404     TQM8260: environment in flash instead EEPROM, baudrate 115k
43405
43406     Several customers have reported problems with the environment in
43407     EEPROM, including corrupted content after board reset. Probably the
43408     code to prevent I2C Enge Conditions is not working sufficiently.
43409
43410     We move the environment to flash now, which allows to have a backup
43411     copy plus gives much faster boot times.
43412
43413     Also, change the default console initialization to 115200 bps as used
43414     on most other boards.
43415
43416     Signed-off-by: Wolfgang Denk <wd@denx.de>
43417
43418 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
43419 Author: Kumar Gala <galak@kernel.crashing.org>
43420 Date:   Sun Oct 19 12:49:19 2008 -0500
43421
43422     85xx: Fix compile warning in mpc8536ds.c
43423
43424     mpc8536ds.c: In function 'is_sata_supported':
43425     mpc8536ds.c:615: warning: unused variable 'devdisr'
43426
43427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43428
43429 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
43430 Author: Wolfgang Denk <wd@denx.de>
43431 Date:   Sun Oct 19 02:35:50 2008 +0200
43432
43433     Cleanup: fix "MHz" spelling
43434
43435     Signed-off-by: Wolfgang Denk <wd@denx.de>
43436
43437 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
43438 Author: Wolfgang Denk <wd@denx.de>
43439 Date:   Sun Oct 19 02:35:49 2008 +0200
43440
43441     Use strmhz() to format clock frequencies
43442
43443     Signed-off-by: Wolfgang Denk <wd@denx.de>
43444
43445 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
43446 Author: Wolfgang Denk <wd@denx.de>
43447 Date:   Sun Oct 19 02:35:48 2008 +0200
43448
43449     strmhz(): Round numbers when printing clock frequencies
43450
43451     Round clock frequencies for printing.
43452
43453     Many boards printed off clock frequencies like 399 MHz instead of the
43454     exact 400 MHz because numberes were not rounded. This is fixed now.
43455
43456     Signed-off-by: Wolfgang Denk <wd@denx.de>
43457
43458 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
43459 Author: Timur Tabi <timur@freescale.com>
43460 Date:   Mon Oct 20 15:16:47 2008 -0500
43461
43462     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
43463
43464     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
43465     to add a comment that the correct value disagrees with the 8544 reference
43466     manual.  The changelog for that commit is also wrong, as it says "bit 28"
43467     when it should be "bit 24".
43468
43469     Signed-off-by: Timur Tabi <timur@freescale.com>
43470
43471 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
43472 Author: Heiko Schocher <hs@denx.de>
43473 Date:   Fri Oct 17 18:24:06 2008 +0200
43474
43475     mgcoge: add redundant environment sector
43476
43477     Signed-off-by: Heiko Schocher <hs@denx.de>
43478
43479 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
43480 Author: Heiko Schocher <hs@denx.de>
43481 Date:   Fri Oct 17 18:23:27 2008 +0200
43482
43483     mgsuvd: update size of environment
43484
43485     Signed-off-by: Heiko Schocher <hs@denx.de>
43486
43487 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
43488 Author: Jason Jin <Jason.jin@freescale.com>
43489 Date:   Fri Oct 10 11:41:00 2008 +0800
43490
43491     Enabled the Freescale SGMII riser card on 8536DS
43492
43493     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43494
43495 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
43496 Author: Liu Yu <yu.liu@freescale.com>
43497 Date:   Fri Oct 10 11:40:59 2008 +0800
43498
43499     Enabled the Freescale SGMII riser card on 8572DS
43500
43501     This patch based on Andy's work.
43502     Including command 'pixis_set_sgmii' support.
43503
43504     Signed-off-by: Liu Yu <yu.liu@freescale.com>
43505
43506 commit bff188baf9427c35745356439435acf3864d4c65
43507 Author: Liu Yu <yu.liu@freescale.com>
43508 Date:   Fri Oct 10 11:40:58 2008 +0800
43509
43510     Make pixis_set_sgmii more general to support MPC85xx boards.
43511
43512     The pixis sgmii command depend on the FPGA support on the board, some 85xx
43513     boards support SGMII riser card but did not support this command, define
43514     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
43515
43516     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
43517     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
43518     PIXIS_VCFGEN1_MASK in header file for both boards.
43519
43520     Signed-off-by: Liu Yu <yu.liu@freescale.com>
43521
43522 commit 5e981d683d2363204c76773941c2e9c2044c808f
43523 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43524 Date:   Wed Oct 8 23:38:02 2008 -0500
43525
43526     Add cpu/8xxx to TAGS_SUBDIRS
43527
43528     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43529
43530 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
43531 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43532 Date:   Thu Oct 9 01:25:55 2008 -0500
43533
43534     fsl_law clear enable before changing.
43535
43536     Debug sessions may have left enabled laws.
43537     Changing lawbar with an unkown enabled tgtid could cause problems.
43538
43539     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43540
43541 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
43542 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43543 Date:   Thu Oct 9 00:29:27 2008 -0500
43544
43545     mpc8572 additional end-point mode
43546
43547     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
43548     Include host_agent == 0 decode for end-point determination.
43549
43550     This is not needed for the ds reference board since pcie3 will be a host
43551     in order to connect to the uli chip.  Include it here as a reference for
43552     other mpc8572 boards.
43553
43554     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43555
43556 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
43557 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43558 Date:   Wed Oct 8 23:37:59 2008 -0500
43559
43560     85xx if NUM_CPUS>1, print cpu number
43561
43562     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43563
43564 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
43565 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43566 Date:   Wed Oct 8 23:38:01 2008 -0500
43567
43568     pixis do not print long help if not configured
43569
43570     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43571
43572 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
43573 Author: Andy Fleming <afleming@freescale.com>
43574 Date:   Tue Oct 7 08:09:50 2008 -0500
43575
43576     Have u-boot pass stashing parameters into device tree
43577
43578     Some cores don't support ethernet stashing at all, and some
43579     instances have errata.  Adds 3 properties to gianfar nodes
43580     which support stashing.  For now, just add this support to
43581     85xx SoCs.
43582
43583     Signed-off-by: Andy Fleming <afleming@freescale.com>
43584
43585 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
43586 Author: Haiying Wang <Haiying.Wang@freescale.com>
43587 Date:   Fri Oct 3 12:37:57 2008 -0400
43588
43589     Add DDR options setting on MPC8641HPCN board
43590
43591     * Add board specific parameter table to choose correct cpo, clk_adjust,
43592     write_data_delay based on board ddr frequency and n_ranks.
43593
43594     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
43595
43596     Signed-off-by: James Yang <James.Yang@freescale.com>
43597     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43598
43599 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
43600 Author: Haiying Wang <Haiying.Wang@freescale.com>
43601 Date:   Fri Oct 3 12:37:41 2008 -0400
43602
43603     Add ddr interleaving suppport for MPC8572DS board
43604
43605     * Add board specific parameter table to choose correct cpo, clk_adjust,
43606     write_data_delay, 2T based on board ddr frequency and n_ranks.
43607
43608     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
43609
43610     * Set memory controller interleaving mode to bank interleaving, and disable
43611     bank(chip select) interleaving mode by default, because the default on-board
43612     DDR DIMMs are 2x512MB single-rank.
43613
43614     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
43615
43616     Signed-off-by: James Yang <James.Yang@freescale.com>
43617     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43618
43619 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
43620 Author: Haiying Wang <Haiying.Wang@freescale.com>
43621 Date:   Fri Oct 3 12:37:26 2008 -0400
43622
43623     Add debug information for DDR controller registers
43624
43625     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43626
43627 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
43628 Author: Haiying Wang <Haiying.Wang@freescale.com>
43629 Date:   Fri Oct 3 12:37:10 2008 -0400
43630
43631     Check DDR interleaving mode
43632
43633     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
43634     ba_intlv_ctl.
43635     * Print DDR interleaving mode information
43636     * Add doc/README.fsl-ddr to describe the interleaving setting
43637
43638     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43639
43640 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
43641 Author: Haiying Wang <Haiying.Wang@freescale.com>
43642 Date:   Fri Oct 3 12:36:55 2008 -0400
43643
43644     Pass dimm parameters to populate populate controller options
43645
43646     Because some dimm parameters like n_ranks needs to be used with the board
43647     frequency to choose the board parameters like clk_adjust etc. in the
43648     board_specific_paramesters table of the board ddr file, we need to pass
43649     the dimm parameters to the board file.
43650
43651     * move ddr dimm parameters header file from /cpu to /include directory.
43652     * add ddr dimm parameters to populate board specific options.
43653     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
43654
43655     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43656
43657 commit dbbbb3abeff325855cae76e33d69d5665631443f
43658 Author: Haiying Wang <Haiying.Wang@freescale.com>
43659 Date:   Fri Oct 3 12:36:39 2008 -0400
43660
43661     Make DDR interleaving mode work correctly
43662
43663     Fix some bugs:
43664       1. Correctly set intlv_ctl in cs_config.
43665       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
43666       3. Set base_address and total memory for each ddr controller in memory
43667          controller interleaving mode.
43668
43669     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43670
43671 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
43672 Author: Kumar Gala <galak@kernel.crashing.org>
43673 Date:   Mon Sep 22 23:40:42 2008 -0500
43674
43675     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
43676
43677     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43678
43679 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
43680 Author: Kumar Gala <galak@kernel.crashing.org>
43681 Date:   Mon Sep 22 14:11:11 2008 -0500
43682
43683     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
43684
43685     Changing the flash from cacheable to cache-inhibited was taking a significant
43686     amount of time due to the fact that we were iterating over the full 256M of
43687     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
43688
43689     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43690
43691 commit 54e091d3b603a3332c619199ca83a07e95960da4
43692 Author: Kumar Gala <galak@kernel.crashing.org>
43693 Date:   Mon Sep 22 14:11:10 2008 -0500
43694
43695     85xx: Export invalidate_{i,d}cache and add flush_dcache
43696
43697     Added the ability for C code to invalidate the i/d-cache's and
43698     to flush the d-cache.  This allows us to more efficient change mappings
43699     from cache-able to cache-inhibited.
43700
43701     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43702
43703 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
43704 Author: Heiko Schocher <hs@denx.de>
43705 Date:   Fri Oct 17 16:11:52 2008 +0200
43706
43707     mgcoge, mgsuvd: extract more common code
43708
43709     in ft_blob_update () for both boards was an unneccessary
43710     repetition of code, which this patch moves in a common
43711     function for this boards.
43712
43713     Signed-off-by: Heiko Schocher <hs@denx.de>
43714
43715 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
43716 Author: Heiko Schocher <hs@denx.de>
43717 Date:   Fri Oct 17 12:15:55 2008 +0200
43718
43719     mgcoge, mgsuvd: use in_*/out_* accesors
43720
43721     Signed-off-by: Heiko Schocher <hs@denx.de>
43722
43723 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
43724 Author: Heiko Schocher <hs@denx.de>
43725 Date:   Fri Oct 17 13:52:51 2008 +0200
43726
43727     mgsuvd: fix compiler warning when using soft_i2c driver
43728
43729     Signed-off-by: Heiko Schocher <hs@denx.de>
43730
43731 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
43732 Author: Heiko Schocher <hs@denx.de>
43733 Date:   Fri Oct 17 12:15:05 2008 +0200
43734
43735     mgsuvd: fix coding style
43736
43737     Signed-off-by: Heiko Schocher <hs@denx.de>
43738
43739 commit 5f4c3137f4f051787707c548133823f1656eb508
43740 Author: Heiko Schocher <hs@denx.de>
43741 Date:   Fri Oct 17 12:13:30 2008 +0200
43742
43743     mgcoge: Second Flash on CS5 not on CS1
43744
43745     Signed-off-by: Heiko Schocher <hs@denx.de>
43746
43747 commit 76da19df5b8e186d269f29190696bd31fb6c836b
43748 Author: Kumar Gala <galak@kernel.crashing.org>
43749 Date:   Thu Oct 16 21:52:08 2008 -0500
43750
43751     Added arch_lmb_reserve to allow arch specific memory regions protection
43752
43753     Each architecture has different ways of determine what regions of memory
43754     might not be valid to get overwritten when we boot.  This provides a
43755     hook to allow them to reserve any regions they care about.  Currently
43756     only ppc, m68k and sparc need/use this.
43757
43758     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43759
43760 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
43761 Author: Heiko Schocher <hs@denx.de>
43762 Date:   Thu Oct 16 16:32:35 2008 +0200
43763
43764     mgcoge: added CONFIG_FIT to support the new u-boot image format
43765
43766     Signed-off-by: Heiko Schocher <hs@denx.de>
43767
43768 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
43769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43770 Date:   Thu Oct 16 15:01:15 2008 +0200
43771
43772     rename CFG_ macros to CONFIG_SYS
43773
43774     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43775
43776 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
43777 Author: Kumar Gala <galak@kernel.crashing.org>
43778 Date:   Mon Oct 13 14:12:55 2008 -0500
43779
43780     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
43781
43782     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43783
43784 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
43785 Author: Kumar Gala <galak@kernel.crashing.org>
43786 Date:   Tue Sep 23 10:05:02 2008 -0500
43787
43788     Expose command table search for sub-commands
43789
43790     Sub-command can benefit from using the same table and search functions
43791     that top level commands have.  Expose this functionality by refactoring
43792     find_cmd() and introducing find_cmd_tbl() that sub-command processing
43793     can call.
43794
43795     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43796
43797 commit f7e51b27508446f8cae3927975817137979ad5e8
43798 Author: Heiko Schocher <hs@denx.de>
43799 Date:   Wed Oct 15 09:41:33 2008 +0200
43800
43801     mgsuvd, mgcoge: added BOOTCOUNT feature.
43802
43803     Signed-off-by: Heiko Schocher <hs@denx.de>
43804
43805 commit 8f64da7f83b553889bc08400c97047998382e9d2
43806 Author: Heiko Schocher <hs@denx.de>
43807 Date:   Wed Oct 15 09:41:00 2008 +0200
43808
43809     mgcoge, mgsuvd: added support for the IVM EEprom.
43810
43811     The EEprom contains some Manufacturerinformation,
43812     which are read from u-boot at boot time, and saved
43813     in same hush shell variables.
43814
43815     Signed-off-by: Heiko Schocher <hs@denx.de>
43816
43817 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
43818 Author: Heiko Schocher <hs@denx.de>
43819 Date:   Wed Oct 15 09:40:28 2008 +0200
43820
43821     hush: add showvar command for hush shell.
43822
43823     This new command shows the local variables defined in
43824     the hush shell:
43825
43826     => help showvar
43827     showvar
43828         - print values of all hushshell variables
43829     showvar name ...
43830         - print value of hushshell variable 'name'
43831
43832     Also make the set_local_var() and unset_local_var ()
43833     no longer static, so it is possible to define local
43834     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
43835     is defined, u-boot calls hush_init_var (), where
43836     boardspecific code can define local hush shell
43837     variables at boottime.
43838
43839     Signed-off-by: Heiko Schocher <hs@denx.de>
43840
43841 commit 67b23a322848d828a5e45c0567b72762bfde7abf
43842 Author: Heiko Schocher <hs@denx.de>
43843 Date:   Wed Oct 15 09:39:47 2008 +0200
43844
43845     I2C: adding new "i2c bus" Command to the I2C Subsystem.
43846
43847     With this Command it is possible to add new I2C Busses,
43848     which are behind 1 .. n I2C Muxes. Details see README.
43849
43850     Signed-off-by: Heiko Schocher <hs@denx.de>
43851
43852 commit c24853644ddd2dd2e4246b5854a93e6254a14092
43853 Author: Heiko Schocher <hs@denx.de>
43854 Date:   Wed Oct 15 09:39:08 2008 +0200
43855
43856     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
43857
43858     As documented in doc/I2C_Edge_Conditions, adding a
43859     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
43860     for the mgcoge and mgsuvd board.
43861
43862     This code was originally written by Keymile in association
43863     with Anatech and Atmel in 1998. The Code toggels the SCL
43864     until the SCA line goes to HIGH (max. 16 times).
43865     And after this, a start condition is sent.
43866
43867     This is another approach to deblock the I2C Bus. The
43868     soft I2C driver actually sends 9 clocks with SDA High,
43869     and then a stop at the end, to deblock the I2C Bus.
43870
43871     Maybe we should use the approach from Keymile as
43872     the new standard?
43873
43874     Signed-off-by: Heiko Schocher <hs@denx.de>
43875
43876 commit 4ca107effebfbabac1057c39632105dacef95957
43877 Author: Heiko Schocher <hs@denx.de>
43878 Date:   Wed Oct 15 09:38:38 2008 +0200
43879
43880     soft_i2c: Add CFG_I2C_INIT_BOARD option
43881
43882     This patch adds the option for a boardspecific
43883     I2C deblocking mechanism for the soft i2c driver.
43884
43885     Signed-off-by: Heiko Schocher <hs@denx.de>
43886
43887 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
43888 Author: Heiko Schocher <hs@denx.de>
43889 Date:   Wed Oct 15 09:38:07 2008 +0200
43890
43891     mgcoge, mgsuvd: add DTT (LM75) support.
43892
43893     Signed-off-by: Heiko Schocher <hs@denx.de>
43894
43895 commit 8e442df438ab677057571e3ac01846bff7719bce
43896 Author: Heiko Schocher <hs@denx.de>
43897 Date:   Wed Oct 15 09:37:34 2008 +0200
43898
43899     lm75: Make the LM75 MULTI_BUS compatible.
43900
43901     Signed-off-by: Heiko Schocher <hs@denx.de>
43902
43903 commit 12f1678127c1df2b2878ba93c88948bedc060775
43904 Author: Heiko Schocher <hs@denx.de>
43905 Date:   Wed Oct 15 09:37:04 2008 +0200
43906
43907     lm75: fix Codingstyle issues.
43908
43909     Signed-off-by: Heiko Schocher <hs@denx.de>
43910
43911 commit f2202450c75ba6934b356024101500ddcde6e2a6
43912 Author: Heiko Schocher <hs@denx.de>
43913 Date:   Wed Oct 15 09:36:33 2008 +0200
43914
43915     mgcoge, mgsuvd: added EEprom support.
43916
43917     Signed-off-by: Heiko Schocher <hs@denx.de>
43918
43919 commit 9661bf9d120f760238b2a073b84f2baf05010057
43920 Author: Heiko Schocher <hs@denx.de>
43921 Date:   Wed Oct 15 09:36:03 2008 +0200
43922
43923     mgcoge, mgsuvd: add I2C support.
43924
43925     Signed-off-by: Heiko Schocher <hs@denx.de>
43926
43927 commit 98aed379586a155292efbf3209356836584b601c
43928 Author: Heiko Schocher <hs@denx.de>
43929 Date:   Wed Oct 15 09:35:26 2008 +0200
43930
43931     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
43932
43933     This patch fixes the following warnings, when using
43934     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
43935     systems:
43936
43937     soft_i2c.c: In function 'send_reset':
43938     soft_i2c.c:93: warning: unused variable 'immr'
43939     soft_i2c.c: In function 'send_start':
43940     soft_i2c.c:124: warning: unused variable 'immr'
43941     soft_i2c.c: In function 'send_stop':
43942     soft_i2c.c:146: warning: unused variable 'immr'
43943     soft_i2c.c: In function 'send_ack':
43944     soft_i2c.c:171: warning: unused variable 'immr'
43945     soft_i2c.c: In function 'write_byte':
43946     soft_i2c.c:196: warning: unused variable 'immr'
43947     soft_i2c.c: In function 'read_byte':
43948     soft_i2c.c:244: warning: unused variable 'immr'
43949
43950     Signed-off-by: Heiko Schocher <hs@denx.de>
43951
43952 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
43953 Author: Heiko Schocher <hs@denx.de>
43954 Date:   Wed Oct 15 09:34:45 2008 +0200
43955
43956     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
43957
43958     Signed-off-by: Heiko Schocher <hs@denx.de>
43959
43960 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
43961 Author: Heiko Schocher <hs@denx.de>
43962 Date:   Wed Oct 15 09:34:05 2008 +0200
43963
43964     mgcoge: fix Coding Style issues.
43965
43966     Signed-off-by: Heiko Schocher <hs@denx.de>
43967
43968 commit e43a27c49712203fe8848a17714330623edfb2eb
43969 Author: Heiko Schocher <hs@denx.de>
43970 Date:   Wed Oct 15 09:33:30 2008 +0200
43971
43972     I2C: add new command i2c reset.
43973
43974     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
43975     it is not possible to get out of this, until the
43976     complete Hardware gets a reset. This new commando
43977     calls again i2c_init (and that calls i2c_init_board
43978     if defined), which will deblock the I2C Bus.
43979
43980     Signed-off-by: Heiko Schocher <hs@denx.de>
43981     Signed-off-by: Wolfgang Denk <wd@denx.de>
43982
43983 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
43984 Author: Heiko Schocher <hs@denx.de>
43985 Date:   Wed Oct 15 09:32:25 2008 +0200
43986
43987     mgsuvd, mgcoge: move this 2 boards in one dir.
43988
43989     There are some more extensions, which are for both boards
43990     and some more boards from this manufacturer will follow soon.
43991
43992     Signed-off-by: Heiko Schocher <hs@denx.de>
43993     Signed-off-by: Wolfgang Denk <wd@denx.de>
43994
43995 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
43996 Author: Dirk Eibach <eibach@gdsys.de>
43997 Date:   Wed Oct 8 13:44:27 2008 +0200
43998
43999     hwmon: Add LM63 support
44000
44001     This patch adds support for the National LM63 temperature
44002     sensor with integrated fan control. It's used on the GDSys
44003     Neo board (405EP) which will be submitted later.
44004
44005     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
44006     Acked-by: Stefan Roese <sr@denx.de>
44007
44008 commit 7ba890bf2f2b92831420243c058951aa831119fd
44009 Author: Kyungmin Park <kmpark@infradead.org>
44010 Date:   Wed Oct 8 11:01:17 2008 +0900
44011
44012     Add Red Black Tree support
44013
44014     Now it's used at UBI module. Of course other modules can use it.
44015     If you want to use it, please define CONFIG_RBTREE
44016
44017     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
44018
44019 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
44020 Author: richardretanubun <richardretanubun@ruggedcom.com>
44021 Date:   Mon Oct 6 16:10:53 2008 -0400
44022
44023     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
44024
44025     Added support for CONFIG_EFI_PARTITION to ext2 commands.
44026     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
44027
44028 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
44029 Author: richardretanubun <richardretanubun@ruggedcom.com>
44030 Date:   Fri Sep 26 11:13:22 2008 -0400
44031
44032     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
44033
44034     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
44035     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
44036
44037     Based on linux/fs/partitions/efi.[ch]
44038
44039     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
44040
44041 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
44042 Author: Bartlomiej Sieka <tur@semihalf.com>
44043 Date:   Wed Oct 1 15:26:32 2008 +0200
44044
44045     FIT: output image load address for type 'firmware', fix message while there
44046
44047     Now that the auto-update feature uses the 'firmware' type for updates, it is
44048     useful to inspect the load address of such images.
44049
44050     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44051
44052 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
44053 Author: Bartlomiej Sieka <tur@semihalf.com>
44054 Date:   Wed Oct 1 15:26:31 2008 +0200
44055
44056     Automatic software update from TFTP server
44057
44058     The auto-update feature allows to automatically download software updates
44059     from a TFTP server and store them in Flash memory during boot. Updates are
44060     contained in a FIT file and protected with SHA-1 checksum.
44061
44062     More detailed description can be found in doc/README.update.
44063
44064     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
44065     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44066
44067 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
44068 Author: Bartlomiej Sieka <tur@semihalf.com>
44069 Date:   Wed Oct 1 15:26:27 2008 +0200
44070
44071     flash: factor out adjusting of Flash address to the end of sector
44072
44073     The upcoming automatic update feature needs the ability to adjust an
44074     address within Flash to the end of its respective sector. Factor out
44075     this functionality to a new function flash_sect_roundb().
44076
44077     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
44078     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44079     Signed-off-by: Stefan Roese <sr@denx.de>
44080
44081 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
44082 Author: Bartlomiej Sieka <tur@semihalf.com>
44083 Date:   Wed Oct 1 15:26:29 2008 +0200
44084
44085     net: Make TFTP server timeout configurable
44086
44087     There are two aspects of a TFTP transfer involving timeouts:
44088     1. timeout waiting for initial server reply after sending RRQ
44089     2. timeouts while transferring actual data from the server
44090
44091     Since the upcoming auto-update feature attempts a TFTP download during each
44092     boot, it is undesirable to have a long delay when the TFTP server is not
44093     available. Thus, this commit makes the server timeout (1.) configurable by two
44094     global variables:
44095
44096     TftpRRQTimeoutMSecs
44097     TftpRRQTimeoutCountMax
44098
44099     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
44100     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
44101     The total delay when trying to download a file from a non-existing TFTP server
44102     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
44103
44104     Timeouts during file transfers (2.) are unaffected.
44105
44106     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
44107     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44108     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44109
44110 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
44111 Author: Bartlomiej Sieka <tur@semihalf.com>
44112 Date:   Wed Oct 1 15:26:28 2008 +0200
44113
44114     net: express the first argument to NetSetTimeout() in milliseconds
44115
44116     Enforce millisecond semantics of the first argument to NetSetTimeout() --
44117     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
44118     get_timer() countiing in milliseconds).
44119
44120     Rationale for this patch is to enable millisecond granularity for
44121     network-related timeouts, which is needed for the upcoming automatic
44122     software update feature.
44123
44124     Summary of changes:
44125     - do not scale the first argument to NetSetTimeout() by CFG_HZ
44126     - change timeout values used in the networking code to milliseconds
44127
44128     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
44129     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44130     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44131
44132 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
44133 Author: richardretanubun <richardretanubun@ruggedcom.com>
44134 Date:   Mon Sep 29 18:28:23 2008 -0400
44135
44136     Adds two more ethernet interface to 83xx
44137
44138     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
44139     Six eth interface is chosen because the platform I am using combines
44140     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
44141
44142     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
44143     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44144
44145 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
44146 Author: Haiying Wang <Haiying.Wang@freescale.com>
44147 Date:   Wed Sep 24 11:42:12 2008 -0500
44148
44149     Change UEC PHY interface to RGMII on MPC8568MDS
44150
44151     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
44152
44153     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
44154     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
44155
44156     Now both UEC1 and UEC2 can work properly under u-boot.
44157
44158     It is also in consistent with the kernel setting for 8568 UEC phy interface.
44159
44160     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44161     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44162
44163 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
44164 Author: Wolfgang Denk <wd@denx.de>
44165 Date:   Sat Oct 18 21:30:31 2008 +0200
44166
44167     Prepare v2008.10 release: update CHANGELOG & Makefile
44168
44169     Signed-off-by: Wolfgang Denk <wd@denx.de>
44170
44171 commit f7a35a60cf45491871a5c28e9ad24db005487857
44172 Author: Heiko Schocher <hs@denx.de>
44173 Date:   Fri Oct 17 18:24:06 2008 +0200
44174
44175     mgcoge: add redundant environment sector
44176
44177     Signed-off-by: Heiko Schocher <hs@denx.de>
44178     Signed-off-by: Wolfgang Denk <wd@denx.de>
44179
44180 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
44181 Author: Heiko Schocher <hs@denx.de>
44182 Date:   Fri Oct 17 18:23:27 2008 +0200
44183
44184     mgsuvd: update size of environment
44185
44186     Signed-off-by: Heiko Schocher <hs@denx.de>
44187
44188 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
44189 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
44190 Date:   Thu Oct 16 13:38:00 2008 -0500
44191
44192     83xx NAND boot: wait for LTESR[CC]
44193
44194     At least some revisions of the 8313, and possibly other chips, do not
44195     wait for all pages of the initial 4K NAND region to be loaded before
44196     beginning execution; thus, we wait for it before branching out of the
44197     first NAND page.
44198
44199     This fixes warm reset problems when booting from NAND on 8313erdb.
44200
44201     Signed-off-by: Scott Wood <scottwood@freescale.com>
44202     Acked-by: Kim Phillips <kim.phillips@freescale.com>
44203
44204 commit bf29e0ea0af03d593c64614136acc723a7a022a2
44205 Author: Yuri Tikhonov <yur@emcraft.com>
44206 Date:   Fri Oct 17 12:54:18 2008 +0200
44207
44208     ppc4xx: PPC44x MQ initialization
44209
44210     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
44211     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
44212     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
44213
44214     Previously the appropriate initialization had been made in Linux, by the
44215     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
44216     registers after normal operation has begun is not supported and could
44217     have unpredictable results.
44218
44219     Comment from Stefan: This patch doesn't change the resulting value of the
44220     MQ registers. It explicitly sets/clears all bits to the desired state which
44221     better documents the resulting register value instead of relying on pre-set
44222     default values.
44223
44224     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44225     Signed-off-by: Stefan Roese <sr@denx.de>
44226
44227 commit ec081c2c190148b374e86a795fb6b1c49caeb549
44228 Author: Stefan Roese <sr@denx.de>
44229 Date:   Fri Oct 17 12:51:46 2008 +0200
44230
44231     ppc4xx: PPC44x MQ initialization
44232
44233     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
44234     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
44235     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
44236
44237     Previously the appropriate initialization had been made in Linux, by the
44238     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
44239     registers after normal operation has begun is not supported and could
44240     have unpredictable results.
44241
44242     Comment from Stefan: This patch doesn't change the resulting value of the
44243     MQ registers. It explicitly sets/clears all bits to the desired state which
44244     better documents the resulting register value instead of relying on pre-set
44245     default values.
44246
44247     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44248     Signed-off-by: Stefan Roese <sr@denx.de>
44249
44250 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
44251 Author: Kumar Gala <galak@kernel.crashing.org>
44252 Date:   Thu Oct 16 21:58:50 2008 -0500
44253
44254     85xx: Using proper I2C source clock divider for MPC8544
44255
44256     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
44257     bit 26, instead it should be bit 28.  This caused in incorrect
44258     interpretation of the i2c_clk which is the same as the SEC clk on
44259     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
44260     in PORDEVSR2.
44261
44262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44263
44264 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
44265 Author: Kumar Gala <galak@kernel.crashing.org>
44266 Date:   Thu Oct 16 21:58:49 2008 -0500
44267
44268     Revert "85xx: Using proper I2C source clock divider for MPC8544"
44269
44270     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
44271
44272     The fix introduced by this patch is not correct.  The problem is
44273     that the documentation is not correct for the MPC8544 with regards
44274     to which bit in PORDEVSR2 is for the SEC_CFG.
44275
44276     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44277
44278 commit 2179c4766bffeece98e5e92040629a96c97e230c
44279 Author: Kumar Gala <galak@kernel.crashing.org>
44280 Date:   Wed Oct 15 10:19:41 2008 -0500
44281
44282     85xx: Fix compile warning
44283
44284     mpc8536ds.c: In function 'is_sata_supported':
44285     mpc8536ds.c:614: warning: unused variable 'devdisr'
44286
44287     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44288
44289 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
44290 Author: Jason Jin <Jason.jin@freescale.com>
44291 Date:   Wed Oct 15 10:40:24 2008 +0800
44292
44293     Fix the function conflict in x86emu when DEBUG is on
44294
44295     The function parse_line() in common/main.c was exposed globally by commit
44296     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
44297     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
44298     This patch fix this by renaming the function in the debug.c file.
44299
44300     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44301
44302 commit b4dbacf69a669a17487054552fc2761149dd6767
44303 Author: Wolfgang Denk <wd@denx.de>
44304 Date:   Wed Oct 15 15:50:45 2008 +0200
44305
44306     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
44307
44308     Signed-off-by: Wolfgang Denk <wd@denx.de>
44309
44310 commit 374b9038293d01d8744a46af9b7854a6fd99b228
44311 Author: Heiko Schocher <hs@denx.de>
44312 Date:   Wed Oct 15 09:51:19 2008 +0200
44313
44314     Fix compiler warning in lib_ppc/board.c
44315
44316     Fix compiler warning introduced by commit 0f8cbc18
44317
44318     Signed-off-by: Heiko Schocher <hs@denx.de>
44319     Signed-off-by: Wolfgang Denk <wd@denx.de>
44320
44321 commit 9724555755a6f1066636481b41f7094e0ce93a69
44322 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44323 Date:   Thu Oct 9 10:29:14 2008 +0530
44324
44325     mpc83xx: wait till UPM completes the write to array
44326
44327     Reference manual states that MxMR[MAD] increment is the indication
44328     of write to UPM array is complete. Honour that. Also, make the dummy
44329     write explicit.
44330
44331     also fix the comment.
44332
44333     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44334     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44335
44336 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
44337 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44338 Date:   Wed Oct 8 18:12:20 2008 -0500
44339
44340     Remove unwanted ';' at end of define.
44341
44342     Currently this is not creating any problem. But it will result
44343     in compilation error when used as below.
44344
44345     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
44346
44347     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44348
44349     continuation of the theme based on git grep "^#define CFG_.*;$" include/
44350
44351     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44352
44353 commit b2934a56650e9a6c54432f9ce6dc36757967385e
44354 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44355 Date:   Mon Oct 6 10:53:59 2008 -0400
44356
44357     ARM DaVinci: Add maintainer information for SFFSDR board.
44358
44359     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44360
44361 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
44362 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44363 Date:   Sat Oct 4 19:26:16 2008 +0200
44364
44365     api: fix type mismatch
44366
44367     This patch fixes a type mismatch and thus removes a compiler
44368     warning when compiling with CONFIG_API on powerpc.
44369
44370     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44371
44372 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
44373 Author: Peter Tyser <ptyser@xes-inc.com>
44374 Date:   Wed Oct 1 12:25:04 2008 -0500
44375
44376     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
44377
44378     Original code displayed:
44379      => help i2c
44380      i2c i2c speed [speed] - show or set I2C bus speed
44381      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
44382      ...
44383
44384     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44385
44386 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
44387 Author: Wolfgang Denk <wd@denx.de>
44388 Date:   Tue Oct 14 22:13:41 2008 +0200
44389
44390     Update CHANGELOG
44391
44392     Signed-off-by: Wolfgang Denk <wd@denx.de>
44393
44394 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
44395 Author: Jason Jin <Jason.jin@freescale.com>
44396 Date:   Fri Oct 10 11:41:01 2008 +0800
44397
44398     Do not init SATA when disabled on 8536DS.
44399
44400     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
44401     driver still try to access the SATA registers, the cpu will hangup.
44402     This patch try to fix this by reading the serdes status before the SATA
44403     initialize.
44404
44405     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44406     Acked-by: Andy Fleming <afleming@freescale.com>
44407
44408 commit 9dbc366744960013965fce8851035b6141f3b3ae
44409 Author: Remy Bohmer <linux@bohmer.net>
44410 Date:   Fri Oct 10 10:23:22 2008 +0200
44411
44412     The PIPE_INTERRUPT flag is used wrong
44413
44414     At a lot of places in the code the PIPE_INTERRUPT flags and friends
44415     are used wrong. The wrong bits are compared to this flag resulting
44416     in wrong conditions. Also there are macros that should be used for
44417     PIPE_* flags.
44418     This patch tries to fix them all, however, I was not able to test the
44419     changes, because I do not have any of these boards.
44420
44421     Review required!
44422
44423     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44424     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44425
44426 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
44427 Author: Remy Bohmer <linux@bohmer.net>
44428 Date:   Fri Oct 10 10:23:21 2008 +0200
44429
44430     fix USB initialisation procedure
44431
44432     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
44433     At some places directly 8,16,32,64 was used instead of the encoded
44434     value. Made a enum for the options to make this more clear and to help
44435     preventing similar errors in the future.
44436
44437     After fixing this bug it became clear that another bug existed where
44438     the 'pipe' is and-ed with PIPE_* flags, where it should have been
44439     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
44440
44441     Also removed the triple 'get_device_descriptor' sequence, it has no use,
44442     and Windows nor Linux behaves that way.
44443     There is also a poll going on with a timeout when usb_control_msg() fails.
44444     However, the poll is useless, because the flag will never be set on a error,
44445     because there is no code that runs in a parallel that can set this flag.
44446     Changed this to something more logical.
44447
44448     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
44449     Linux is doing. There is no difference anymore in the early initialisation
44450     sequence.
44451
44452     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44453     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44454
44455 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
44456 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
44457 Date:   Fri Oct 3 00:03:55 2008 +0400
44458
44459     fsl_diu: fix alignment error that caused malloc corruption
44460
44461     When aligning malloc()ed screen_base, invalid offset was added.
44462     This not only caused misaligned result (which did not cause hardware
44463     misbehaviour), but - worse - caused screen_base + smem_len to
44464     be out of malloc()ed space, which in turn caused breakage of
44465     futher malloc()/free() operation.
44466
44467     This patch fixes screen_base alignment.
44468
44469     Also this patch makes memset() that cleans framebuffer to be executed
44470     on first initialization of diu, not only on re-initialization. It looks
44471     correct to clean the framebuffer instead of displaying random garbage;
44472     I believe that was disabled only because that memset caused breakage
44473     of malloc/free described above - which no longer happens with the fix
44474     described above.
44475
44476     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
44477
44478 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
44479 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44480 Date:   Wed Sep 24 10:29:37 2008 +0200
44481
44482     api: Fix building with CONFIG_API
44483
44484     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
44485
44486     USB_MAX_STOR_DEV is defined in include/usb.h, but
44487     needed in api/api_storage.c.
44488
44489     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44490
44491 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
44492 Author: Peter Tyser <ptyser@xes-inc.com>
44493 Date:   Tue Sep 23 12:39:40 2008 -0500
44494
44495     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
44496
44497     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44498
44499 commit 81e612014c40c922ec35488d17c504d4e9286f06
44500 Author: Peter Tyser <ptyser@xes-inc.com>
44501 Date:   Tue Sep 23 12:38:42 2008 -0500
44502
44503     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
44504
44505     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
44506     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
44507     sensor drivers are not necessary
44508
44509     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44510
44511 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
44512 Author: Mike Frysinger <vapier@gentoo.org>
44513 Date:   Tue Oct 14 07:04:38 2008 -0400
44514
44515     cmd_spi: remove broken signed casting for display
44516
44517     Since we're working with unsigned data, you can't apply a signed pointer
44518     cast and then attempt to print the result.  Otherwise you get wrong output
44519     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
44520
44521     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44522
44523 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
44524 Author: Mike Frysinger <vapier@gentoo.org>
44525 Date:   Tue Oct 14 07:05:24 2008 -0400
44526
44527     strings cmd: drop old CONFIG_CFG_STRINGS define
44528
44529     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
44530     CONFIG_CMD_STRINGS and Makefile control.
44531
44532     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44533
44534 commit fecb5ade3b37f62981f2b05b621005850173aaa9
44535 Author: Jason Jin <Jason.jin@freescale.com>
44536 Date:   Fri Sep 19 17:32:49 2008 +0800
44537
44538     Fix the NAND size overflow issue.
44539
44540     When the total size of all NAND devices exceeds 4 GiB, the size  will
44541     overflow. This patch tries to fix this.
44542
44543     Note that we still have a problem when a single NAND device is bigger
44544     than 4 GiB: then the overflow would actually happen earlier, i. e.
44545     when storing the size in nand_info[].size, as nand_info[].size is an
44546     "u_int32_t".
44547
44548     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44549     Signed-off-by: Wolfgang Denk <wd@denx.de>
44550
44551 commit 30f574717277238b9014b8136c90eea77196490f
44552 Author: Louis Su <louis@asix.com.tw>
44553 Date:   Wed Jul 9 11:01:37 2008 +0800
44554
44555     AX88180: new gigabit network driver
44556
44557     Signed-off-by: Louis Su <louis@asix.com.tw>
44558     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44559
44560 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
44561 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44562 Date:   Tue Aug 19 16:07:03 2008 +0200
44563
44564     enable 10/100M at VSC8601 at tsec driver
44565
44566     Currently VSC8601 doesn't link with 10/100M partners if the
44567     EEPROM/Strapping is not set up.
44568     Setting the auto-neg register fixes this.
44569
44570     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44571     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44572
44573 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
44574 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44575 Date:   Tue Sep 30 15:02:53 2008 +0900
44576
44577     net: ne2000: Divided a function of NE2000 driver
44578
44579     get_prom function was used __attriute__ , but it is not enable.
44580     ax88796.o does not do link besides ne2000.o. When ld is carried
44581     out, get_prom function of ax88796.c is ignored.
44582     This problem is a thing by specifications of ld.
44583     I checked and test this patch on SuperH and MIPS.
44584
44585     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44586     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44587
44588 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
44589 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44590 Date:   Tue Oct 14 11:10:59 2008 +0900
44591
44592     sh: rsk7203: Add smc911x driver support to board config file
44593
44594     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44595     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44596
44597 commit cae6f909baf86357b3c0bd01acfc414348c4d175
44598 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44599 Date:   Thu Oct 9 13:54:33 2008 +0900
44600
44601     sh: Fix cannot execute a stand-alone application
44602
44603     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
44604
44605     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44606     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44607
44608 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
44609 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44610 Date:   Wed Oct 8 23:38:00 2008 -0500
44611
44612     fsl_pci_init do not scan bus when configured as an end-point
44613
44614     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44615     Acked-by: Andy Fleming <afleming@freescale.com>
44616
44617 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
44618 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44619 Date:   Tue Sep 16 17:07:53 2008 -0400
44620
44621     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
44622
44623     This is no longer necessary now that the GD_FLG_RELOC flag is set for
44624     all ARM boards.
44625
44626     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44627
44628 commit d977a57356657ba241256231efca32828a5822f9
44629 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
44630 Date:   Sat Sep 13 10:04:32 2008 +0200
44631
44632     Fix lzma uncompress call (image_start wrongly used instead image_len)
44633
44634     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
44635
44636 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
44637 Author: Nick Spence <nick.spence@freescale.com>
44638 Date:   Thu Aug 28 14:09:15 2008 -0700
44639
44640     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
44641
44642     This is needed in unlock_ram_in_cache() because it is called from C and
44643     will corrupt the small data area anchor that is kept in R2.
44644
44645     lock_ram_in_cache() is modified similarly as good coding practice, but
44646     is not called from C.
44647
44648     Signed-off-by: Nick Spence <nick.spence@freescale.com>
44649
44650 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
44651 Author: Kumar Gala <galak@kernel.crashing.org>
44652 Date:   Tue Aug 19 15:05:34 2008 -0500
44653
44654     86xx: remove redudant code with lib_ppc/interrupts.c
44655
44656     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
44657     Not know how that happened, but there is no good reason for it.
44658
44659     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
44660     they exist.
44661
44662     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44663
44664 commit 0d01f66d235118515b5086b88f82498bc0695d6a
44665 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44666 Date:   Thu Oct 9 01:26:36 2008 -0500
44667
44668     CFI: cfi_flash write fix for AMD legacy
44669
44670     The flash_unlock_seq requires a sector for AMD_LEGACY.
44671     Fix a retcode check typeo.
44672
44673     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44674     Signed-off-by: Stefan Roese <sr@denx.de>
44675
44676 commit 542b385a620a1783454a00424930e51895f45073
44677 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44678 Date:   Tue Oct 7 13:13:10 2008 +0200
44679
44680     ppc4xx: Fix USB 2.0 phy reset sequence
44681
44682     This patch fixes USB 2.0 communication issues on some DU440 boards.
44683
44684     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44685     Signed-off-by: Stefan Roese <sr@denx.de>
44686
44687 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
44688 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44689 Date:   Tue Oct 7 13:13:09 2008 +0200
44690
44691     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
44692
44693     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44694     Signed-off-by: Stefan Roese <sr@denx.de>
44695
44696 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
44697 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44698 Date:   Tue Oct 7 13:13:08 2008 +0200
44699
44700     ppc4xx: Fix DU440 GPIO configuration
44701
44702     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44703     Signed-off-by: Stefan Roese <sr@denx.de>
44704
44705 commit 35dd025c70fcc4389317db2f2a9d14795172137d
44706 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44707 Date:   Tue Oct 7 13:13:07 2008 +0200
44708
44709     ppc4xx: Update DU440 config
44710
44711     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44712     Signed-off-by: Stefan Roese <sr@denx.de>
44713
44714 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
44715 Author: Kumar Gala <galak@kernel.crashing.org>
44716 Date:   Wed Oct 8 15:36:39 2008 -0500
44717
44718     MPC8572DS: Fix compile warnings
44719
44720     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
44721     compile warnings:
44722
44723     cmd_i2c.c:112: warning: missing braces around initializer
44724     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
44725
44726     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44727
44728 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
44729 Author: Wolfgang Grandegger <wg@grandegger.com>
44730 Date:   Tue Sep 30 10:55:57 2008 +0200
44731
44732     85xx: Using proper I2C source clock divider for MPC8544
44733
44734     Measurements with our MPC8544 board showed that the I2C bus frequency
44735     is wrong by a factor of 1.5. Obviously, the interpretation of the
44736     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
44737     correct. There seems to be an error in the 8544 RM.
44738
44739     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44740
44741 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
44742 Author: Rafal Czubak <rcz@semihalf.com>
44743 Date:   Wed Oct 8 13:41:30 2008 +0200
44744
44745     FSL: Fix get_cpu_board_revision() return value.
44746
44747     get_cpu_board_revision() returned board revision based on information stored
44748     in global static struct eeprom. It should instead use one from local struct
44749     board_eeprom, to which the data is actually read from EEPROM. The bug led to
44750     system hang after printing L1 cache information on U-Boot startup. The problem
44751     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
44752     boards using CFG_I2C_EEPROM_CCID.
44753
44754     The change has been successfully tested on MPC8555CDS system.
44755
44756     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
44757
44758 commit 747f316cca484ed627a97dd3391febabce384186
44759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44760 Date:   Tue Sep 30 20:08:49 2008 +0200
44761
44762     update uImage FIT multi documentation
44763
44764     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44765
44766 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
44767 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44768 Date:   Tue Sep 30 20:08:36 2008 +0200
44769
44770     move README.imx31 to doc/ and merge with README.mx31
44771
44772     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44773
44774 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
44775 Author: Guennadi Liakhovetski <lg@denx.de>
44776 Date:   Thu Sep 25 20:54:37 2008 +0200
44777
44778     i.MX31: switch to CFG_HZ=1000
44779
44780     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
44781     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
44782     provides 2% or 0.4% precision depending on the
44783     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
44784     boot-delay.
44785
44786     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
44787
44788 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
44789 Author: gnusercn <gnusercn@gmail.com>
44790 Date:   Wed Oct 8 18:58:58 2008 +0200
44791
44792     Fix bug: in arch-arm, env_get_char dose not work fine
44793
44794     due to the arm implementation which supposed that U-Boot is in RAM
44795     when we jump to start_armboot
44796
44797     Signed-off-by: gnusercn <gnusercn@gmail.com>
44798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44799
44800 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
44801 Author: Adam Graham <agraham@amcc.com>
44802 Date:   Mon Oct 6 10:16:13 2008 -0700
44803
44804     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
44805
44806     After changing SDRAM_CLKTR phase value rerun the memory preload
44807     initialization sequence (INITPLR) to reset and relock the memory
44808     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
44809     adjustment effects the phase relationship of the internal, to the
44810     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
44811
44812     Signed-off-by: Adam Graham <agraham@amcc.com>
44813     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
44814     Signed-off-by: Stefan Roese <sr@denx.de>
44815
44816 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
44817 Author: Haiying Wang <Haiying.Wang@freescale.com>
44818 Date:   Fri Oct 3 11:48:03 2008 -0400
44819
44820     Remove redundant #define for MPC8536DS
44821
44822     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44823
44824 commit 445a7b38308eb05b41de74165b20855db58c7ee5
44825 Author: Haiying Wang <Haiying.Wang@freescale.com>
44826 Date:   Fri Oct 3 11:47:30 2008 -0400
44827
44828     Add ID EEPROM support for MPC8572DS
44829
44830     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
44831     system information like mac addresses etc. This patch enables it.
44832
44833     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44834
44835 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
44836 Author: Haiying Wang <Haiying.Wang@freescale.com>
44837 Date:   Fri Oct 3 11:46:59 2008 -0400
44838
44839     Minor fixes for I2C address on MPC8572DS
44840
44841     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
44842     according to the board spec, and adds the 2nd i2c bus offset.
44843
44844     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44845
44846 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
44847 Author: Jason Jin <Jason.jin@freescale.com>
44848 Date:   Sat Sep 27 14:40:57 2008 +0800
44849
44850     Fix the incorrect DDR clk freq reporting on 8536DS
44851
44852     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
44853     The display is still sync mode DDR freq. This patch try to fix
44854     this. The display DDR freq is now the actual freq in both
44855     sync and async mode.
44856
44857     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44858
44859 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
44860 Author: Kumar Gala <galak@kernel.crashing.org>
44861 Date:   Tue Oct 7 10:28:46 2008 -0500
44862
44863     85xx: Remove setting of *cache-line-size in device trees
44864
44865     ePAPR says if the *cache-block-size is the same as *cache-line-size
44866     than we don't need the *cache-line-size property.
44867
44868     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44869
44870 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
44871 Author: Mark Jackson <mpfj@mimc.co.uk>
44872 Date:   Fri Oct 3 11:48:57 2008 +0100
44873
44874     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
44875
44876     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
44877     Also fixed default uImage location.
44878
44879     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
44880     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44881
44882 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
44883 Author: Gerald Van Baren <vanbaren@cideas.com>
44884 Date:   Sat Oct 4 07:56:06 2008 -0400
44885
44886     libfdt: Fix error in documentation for fdt_get_alias_namelen()
44887
44888     Oops, screwed up the function name in the documenting comment for this
44889     function.  Trivial correction in this patch.
44890
44891     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44892     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44893
44894 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
44895 Author: David Gibson <david@gibson.dropbear.id.au>
44896 Date:   Wed Aug 20 16:55:14 2008 +1000
44897
44898     libfdt: Add function to explicitly expand aliases
44899
44900     Kumar has already added alias expansion to fdt_path_offset().
44901     However, in some circumstances it may be convenient for the user of
44902     libfdt to explicitly get the string expansion of an alias.  This patch
44903     adds a function to do this, fdt_get_alias(), and uses it to implement
44904     fdt_path_offset().
44905
44906     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44907
44908 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
44909 Author: Mike Frysinger <vapier@gentoo.org>
44910 Date:   Thu Oct 2 01:55:38 2008 -0400
44911
44912     cfi_flash: do not reset flash when probe fails
44913
44914     The CFI flash driver starts at flash_init() which calls down into
44915     flash_get_size().  This starts by calling flash_detect_cfi().  If said
44916     function fails, flash_get_size() finishes by attempting to reset the
44917     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
44918     which filters down into flash_make_cmd() and that happily smashes the
44919     stack by sticking info->portwidth bytes into a cfiword_t variable that
44920     lives on the stack.  On a 64bit system you probably won't notice, but
44921     killing the last 8 bytes on a 32bit system usually leads to a corrupt
44922     return address.  Which is what happens on a Blackfin system.
44923
44924     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44925     Signed-off-by: Stefan Roese <sr@denx.de>
44926
44927 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
44928 Author: Stefan Roese <sr@denx.de>
44929 Date:   Fri Sep 26 17:03:26 2008 +0200
44930
44931     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
44932
44933     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
44934     Without this, the chosen node is not overwritten if it already
44935     exists.
44936
44937     Signed-off-by: Stefan Roese <sr@denx.de>
44938
44939 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
44940 Author: Jon Loeliger <jdl@freescale.com>
44941 Date:   Thu Sep 25 11:02:17 2008 -0500
44942
44943     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
44944
44945     Using Gcc 4.3 detected this problem:
44946
44947         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
44948         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
44949         occur when assuming that (X + c) < X is always false
44950
44951     To fix the problem, treat the offset as an unsigned int.
44952
44953     The problem report and proposed fix were provided
44954     by Steve Papacharalambous <stevep@freescale.com>.
44955
44956     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44957
44958 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
44959 Author: David Gibson <david@gibson.dropbear.id.au>
44960 Date:   Fri Aug 29 14:19:13 2008 +1000
44961
44962     libfdt: Fix bugs in fdt_get_path()
44963
44964     The current implementation of fdt_get_path() has a couple of bugs,
44965     fixed by this patch.
44966
44967     First, contrary to its documentation, on success it returns the length
44968     of the node's path, rather than 0.  The testcase is correspondingly
44969     wrong, and the patch fixes this as well.
44970
44971     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
44972     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
44973     Specifically this happens when there is insufficient space even to
44974     hold the path's second last component.  This behaviour is corrected,
44975     and the testcase updated to check it.
44976
44977     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44978
44979 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
44980 Author: Wolfgang Denk <wd@denx.de>
44981 Date:   Wed Oct 1 12:34:58 2008 +0200
44982
44983     TQM5200: enable support for ATAPI devices
44984
44985     Signed-off-by: Wolfgang Denk <wd@denx.de>
44986
44987 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
44988 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44989 Date:   Mon Sep 15 05:48:25 2008 +0200
44990
44991     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
44992
44993     we need this due to the arm implementation which supposed that U-Boot
44994     is in RAM when we jump to start_armboot
44995
44996     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
44997     in order to do it for all arm board
44998
44999     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45000
45001 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
45002 Author: Kim Phillips <kim.phillips@freescale.com>
45003 Date:   Wed Sep 24 08:46:25 2008 -0500
45004
45005     mpc83xx: don't disable autoboot
45006
45007     bootdelay set to -1 'permanently' disables autobooting, even if
45008     bootcmd is specified.  Change to a positive value to allow
45009     autobooting when a bootcmd is set.
45010
45011     Reported-by: Coray Tate <Coray.Tate@freescale.com>
45012     Cc: Scott Wood <scottwood@freescale.com>
45013     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45014
45015 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
45016 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45017 Date:   Wed Sep 24 10:42:15 2008 +0900
45018
45019     mpc83xx: Fix typo in include/mpc83xx.h
45020
45021     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
45022
45023     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45024     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45025
45026 commit 162c41c03179727a1d14262f703c9a8bc40231fa
45027 Author: Kim Phillips <kim.phillips@freescale.com>
45028 Date:   Tue Sep 23 09:38:49 2008 -0500
45029
45030     mpc83xx: add h/w flash protection to board configs
45031
45032     the operating system may leave flash in a h/w locked state after writing.
45033     This allows u-boot to continue to write flash by enabling h/w unlocking
45034     by default.
45035
45036     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45037
45038 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
45039 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45040 Date:   Thu Sep 11 21:35:36 2008 +0400
45041
45042     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
45043
45044     The spd_dram code shifts the base address, then masks 20 bits, but
45045     forgets to shift the base address back. Fix this by just masking the
45046     base address correctly.
45047
45048     Found this bug while trying to relocate a DDR memory at the base != 0.
45049
45050     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45051     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45052
45053 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
45054 Author: Stefan Roese <sr@denx.de>
45055 Date:   Mon Sep 22 16:10:43 2008 +0200
45056
45057     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
45058
45059     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
45060     either one PCIe node or the SATA node in the device tree blob. This
45061     patch removes the unnecessary and even confusing warning, when the node
45062     is not found at all.
45063
45064     Signed-off-by: Stefan Roese <sr@denx.de>
45065
45066 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
45067 Author: Remy Bohmer <linux@bohmer.net>
45068 Date:   Fri Sep 19 13:30:06 2008 +0200
45069
45070     Add missing device types to dev_print() in part.c
45071
45072     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45073
45074 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
45075 Author: Wolfgang Denk <wd@denx.de>
45076 Date:   Mon Sep 22 22:23:06 2008 +0200
45077
45078     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
45079     eventually leads to a machine check. This change assures that DPRAM
45080     is allocated only once in that case.
45081
45082     Signed-off-by: Gary Jennejohn <garyj@denx.de>
45083     Signed-off-by: Wolfgang Denk <wd@denx.de>
45084
45085 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
45086 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
45087 Date:   Wed Sep 17 17:57:34 2008 +0200
45088
45089     Fix Spartan-3 definitions.
45090
45091     A few Spartan-3 definitions erroneously use Spartan-3E size
45092     constants. This patch fixes them.
45093
45094     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
45095
45096 commit 28113e1f0da4146b823ffce37680d31d5685a60b
45097 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
45098 Date:   Wed Sep 17 17:41:58 2008 +0200
45099
45100     Remove duplicate Spartan-3E definition.
45101
45102     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
45103     Signed-off-by: Wolfgang Denk <wd@denx.de>
45104
45105 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
45106 Author: Anatolij Gustschin <agust@denx.de>
45107 Date:   Wed Sep 17 13:46:17 2008 +0200
45108
45109     socrates: change default mtest address range
45110
45111     Running mtest command on socrates without specifying
45112     an address range crashes the board. This patch changes
45113     default mtest address range to prevent this behavior.
45114
45115     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45116
45117 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
45118 Author: Anatolij Gustschin <agust@denx.de>
45119 Date:   Wed Sep 17 12:34:45 2008 +0200
45120
45121     socrates: fix crash after relocation
45122
45123     Currently U-Boot crashes after relocation to RAM.
45124     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
45125     register to READ_LAT + 1 (to the value it was before
45126     conversion of socrates to new DDR code) fixes the
45127     problem.
45128
45129     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45130
45131 commit 562788b0a303f3528b920d81f547f5ca77ba528e
45132 Author: Anatolij Gustschin <agust@denx.de>
45133 Date:   Wed Sep 17 11:45:51 2008 +0200
45134
45135     socrates: fix SPD EEPROM address
45136
45137     Commit be0bd8234b9777ecd63c4c686f72af070d886517
45138     changed SPD EEPROM address to 0x51 and DDR SDRAM
45139     detection stopped working. Change this address
45140     back to 0x50.
45141
45142     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45143
45144 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
45145 Author: Stefan Roese <sr@denx.de>
45146 Date:   Mon Sep 22 11:06:50 2008 +0200
45147
45148     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
45149
45150     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
45151
45152     Signed-off-by: Stefan Roese <sr@denx.de>
45153
45154 commit e58c41e26cf3c8accd60311be579f452e368e97e
45155 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45156 Date:   Thu Sep 18 20:13:08 2008 +0900
45157
45158     usb: Fix compile warning of r8a66597-hcd
45159
45160     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45161     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45162
45163 commit b5d10a13525c07ec6374adf840d7c87553b5f189
45164 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45165 Date:   Thu Sep 18 19:34:36 2008 +0900
45166
45167     sh: Fix compile warning
45168
45169     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45170
45171 commit 4a065abf926f128beb36d93449defa0d690e7fef
45172 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45173 Date:   Thu Sep 18 19:04:26 2008 +0900
45174
45175     sh: Add support watchdog for SH4A core
45176
45177     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
45178     And fix some compile warning.
45179
45180     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45181
45182 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
45183 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45184 Date:   Wed Sep 17 11:45:26 2008 +0900
45185
45186     sh: Fix typo in SH serial driver
45187
45188     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45189     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45190
45191 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
45192 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45193 Date:   Wed Sep 17 11:08:36 2008 +0900
45194
45195     sh: Add support any page size and empty_zero_page to SH Linux uImage
45196
45197     Old U-Boot supported 4KB page size only. If this version, Linux
45198     kernel can not get command line from U-Boot.
45199     SH Linux kernel can change page size and empty_zero_page.
45200     This patch support this function and fix promlem.
45201
45202     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45203     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45204
45205 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
45206 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45207 Date:   Thu Aug 28 13:40:52 2008 +0900
45208
45209     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
45210
45211     Add function of smc911x, pkt_data_pull and pkt_data_push.
45212
45213     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45214     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45215
45216 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
45217 Author: Wolfgang Denk <wd@denx.de>
45218 Date:   Thu Sep 18 13:57:32 2008 +0200
45219
45220     ADS5121: fix typo in "rootpath" default setting
45221
45222     Signed-off-by: Wolfgang Denk <wd@denx.de>
45223
45224 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
45225 Author: Remy Bohmer <linux@bohmer.net>
45226 Date:   Tue Sep 16 14:55:44 2008 +0200
45227
45228     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
45229
45230     There are several differences between Linux, Windows and U-boot for initialising the
45231     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
45232     things really different, and some are wrong (compared to the USB standard).
45233
45234     This patch fixes some errors:
45235     * The NEW_init procedure that was already in the code is good, while the old procedure
45236       is wrong. See code comments for more info.
45237     * On a Control request the data returned by the device can be more than 8 bytes, while
45238       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
45239       This results in a lot of USB sticks not being recognised, and the transmission ended
45240       frequently with a CTL:TIMEOUT Error.
45241     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
45242
45243     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45244     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45245
45246 commit 6f5794a6f78b313231256958fd73673c6aacc116
45247 Author: Remy Bohmer <linux@bohmer.net>
45248 Date:   Tue Sep 16 14:55:43 2008 +0200
45249
45250     Refactoring parts of the common USB OHCI code
45251
45252     This patch refactors some large routines of the USB OHCI code by
45253     making some routines smaller and more readable which helps
45254     debugging and understanding the code. (Makes the code looks
45255     somewhat more like the Linux implementation.)
45256
45257     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
45258
45259     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45260     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45261
45262 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
45263 Author: Remy Bohmer <linux@bohmer.net>
45264 Date:   Tue Sep 16 14:55:42 2008 +0200
45265
45266     Fix for USB sticks not working on ARM while using GCC 4.x compilers
45267
45268     The GCC-compiler makes an optimisation error while optimising the routine
45269     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
45270     but there lots of compilers out there that makes this error, that it is
45271     probably wiser to workaround it in U-boot itself.
45272
45273     What happens is that the register r3 is used as loop-counter 'i', but gets
45274     overwritten later on. From there it starts using register r3 for several other
45275     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
45276
45277     This error occurs on at least several versions of Code Sourcery Lite compilers
45278     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
45279     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
45280
45281     We work around it by splitting up this routine in 2 parts, and making sure that
45282     the split out part is NOT inlined any longer. This will make GCC spit out assembler
45283     that do not show this problem. Another possibility is to adapt the Makefile to stop
45284     optimisation for the complete file. I think this solution is nicer.
45285
45286     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45287     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45288
45289 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
45290 Author: Wolfgang Denk <wd@denx.de>
45291 Date:   Wed Sep 17 10:17:55 2008 +0200
45292
45293     Coding style cleanup; update CHANEGLOG
45294
45295     Signed-off-by: Wolfgang Denk <wd@denx.de>
45296
45297 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
45298 Author: Victor Gallardo <vgallardo@amcc.com>
45299 Date:   Tue Sep 16 06:59:13 2008 -0700
45300
45301     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
45302
45303     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
45304     Signed-off-by: Adam Graham <agraham@amcc.com>
45305     Signed-off-by: Stefan Roese <sr@denx.de>
45306
45307 commit ce47eb402c5e29a025399dc282246414fc492940
45308 Author: Peter Tyser <ptyser@xes-inc.com>
45309 Date:   Tue Sep 16 10:04:47 2008 -0500
45310
45311     Support for multiple SGMII/TBI interfaces for TSEC ethernet
45312
45313     Fix TBI PHY accesses to use the proper offset in CPU register space. The
45314     previous code would incorrectly access the TBI PHY by reading/writing to CPU
45315     register space at the same location as would be used to access external PHYs.
45316
45317     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
45318     Acked-by: Andy Fleming <afleming@freescale.com>
45319
45320 commit 7c803be2eb3cae245dedda438776e08fb122250f
45321 Author: Wolfgang Denk <wd@denx.de>
45322 Date:   Tue Sep 16 18:02:19 2008 +0200
45323
45324     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
45325
45326     After switching to using the CFI flash driver, the correct remapping
45327     of the flash banks was forgotten.
45328
45329     Also, some boards were not adapted, and the old legacy flash driver
45330     was not removed yet.
45331
45332     Signed-off-by: Wolfgang Denk <wd@denx.de>
45333
45334 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
45335 Author: Wolfgang Denk <wd@denx.de>
45336 Date:   Sun Sep 14 00:59:35 2008 +0200
45337
45338     Prepare v2008.10-rc2
45339
45340     Signed-off-by: Wolfgang Denk <wd@denx.de>
45341
45342 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
45343 Author: Wolfgang Denk <wd@denx.de>
45344 Date:   Sat Sep 13 02:23:05 2008 +0200
45345
45346     Coding style cleanup, update CHANGELOG
45347
45348     Signed-off-by: Wolfgang Denk <wd@denx.de>
45349
45350 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
45351 Author: Peter Tyser <ptyser@xes-inc.com>
45352 Date:   Wed Sep 10 09:18:34 2008 -0500
45353
45354     Update mailing list email and archive addresses
45355
45356     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
45357
45358 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
45359 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
45360 Date:   Thu Sep 11 15:40:01 2008 +0200
45361
45362     85xx: socrates: autoprobe Lime chip
45363
45364     This patch is an attempt to implement autoprobing for the Lime
45365     presence on the bus.
45366     Configure GPCM for Lime CS2 and try to access chip ID registers.
45367     Second read atempt delivers register values if the chip is present.
45368
45369     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45370
45371 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
45372 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
45373 Date:   Thu Sep 11 15:40:01 2008 +0200
45374
45375     85xx: socrates: Add support for new image format.
45376
45377     Signed-off-by: Detlev Zundel <dzu@denx.de>
45378
45379 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
45380 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45381 Date:   Thu Sep 11 17:28:18 2008 +0900
45382
45383     sh: Fix compile error for r2dplus
45384
45385     netdev.h was not include by r2dplus.
45386
45387     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45388
45389 commit 56844a22b76c719e600047e23b80465a44d76abd
45390 Author: Heiko Schocher <hs@denx.de>
45391 Date:   Thu Sep 11 08:11:23 2008 +0200
45392
45393     powerpc: Fix bootm to boot up again with a Ramdisk
45394
45395     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
45396     and this stopped Linux from booting with a Ramdisk. This patch fixes
45397     this, by deleting the useless dummy mem reservation.
45398
45399     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
45400     added to of_size, so we dont need anymore a dummy mem reservation.
45401
45402     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
45403     system (=0x44 bytes) and rounded it up to 0x80).
45404
45405     Signed-off-by: Heiko Schocher <hs@denx.de>
45406     Acked-by: Kumar Gala <galak@kernel.crashing.org>
45407
45408 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
45409 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
45410 Date:   Mon Sep 8 02:46:13 2008 +0200
45411
45412     Add support for LZMA uncompression algorithm.
45413
45414     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
45415     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45416
45417 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
45418 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45419 Date:   Fri Jun 27 23:04:20 2008 +0400
45420
45421     fsl_elbc_nand: ecclayout cleanups
45422
45423     This patch deletes oobavail assignments, they're calculated by the nand
45424     core code in nand_scan_tail, plus current oobavail values are wrong for
45425     the LP NANDs.
45426
45427     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45428     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
45429     Signed-off-by: Scott Wood <scottwood@freescale.com>
45430
45431 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
45432 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45433 Date:   Fri Jun 27 23:04:13 2008 +0400
45434
45435     fsl_elbc_nand: implement support for flash-based BBT
45436
45437     This patch implements support for flash-based BBT for chips working
45438     through ELBC NAND controller, so that NAND core will not have to re-scan
45439     for bad blocks on every boot.
45440
45441     Because ELBC controller may provide HW-generated ECCs we should adjust
45442     bbt pattern and bbt version positions in the OOB free area.
45443
45444     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45445     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
45446     Signed-off-by: Scott Wood <scottwood@freescale.com>
45447
45448 commit 97ae023648e764f794ffb9c52da109d6caf09c47
45449 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45450 Date:   Fri Jun 27 23:04:04 2008 +0400
45451
45452     fsl_elbc_nand: fix OOB workability for large page NAND chips
45453
45454     For large page chips, nand_bbt is looking into OOB area, and checking
45455     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
45456     reserved for bbt means.
45457
45458     But ELBC driver is specifying ecclayout so that oobfree area starts at
45459     offset 1, so only one byte left for the bbt purposes.
45460
45461     This causes problems with any OOB users, namely JFFS2: after first mount
45462     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
45463
45464       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
45465       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
45466       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
45467       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
45468
45469     And on the next boot, NAND core will rescan for bad blocks, then will
45470     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
45471
45472     To fix the issue we should implement our own bad block pattern: just one
45473     byte at OOB start. Though, this will work only for x8 chips. For x16
45474     chips two bytes must be checked. Since ELBC driver does not support x16
45475     NANDs (yet), we're safe for now.
45476
45477     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45478     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
45479     Signed-off-by: Scott Wood <scottwood@freescale.com>
45480
45481 commit 7238ada313057a85409485b8ee21515dc10c07a5
45482 Author: Wolfgang Denk <wd@denx.de>
45483 Date:   Fri Sep 12 13:52:21 2008 +0200
45484
45485     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
45486
45487     Signed-off-by: Wolfgang Denk <wd@denx.de>
45488
45489 commit b18410e508a12ba0a177dfc2a386857c806fa96d
45490 Author: Stefan Roese <sr@denx.de>
45491 Date:   Thu Sep 11 13:05:56 2008 +0200
45492
45493     ppc4xx: Enable device tree (FDT) support in zeus board port
45494
45495     Signed-off-by: Stefan Roese <sr@denx.de>
45496
45497 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
45498 Author: Stefan Roese <sr@denx.de>
45499 Date:   Wed Sep 10 16:53:47 2008 +0200
45500
45501     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
45502
45503     This patch fixes a problem introdiced with patch
45504     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
45505     initdram()].
45506
45507     The boards affected are:
45508     - PCI405
45509     - PPChameleonEVB
45510     - quad100hd
45511     - taihu
45512     - zeus
45513
45514     Signed-off-by: Stefan Roese <sr@denx.de>
45515
45516 commit 61737c59a3285f6fadf96a5836879898c04ec28d
45517 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45518 Date:   Thu Sep 11 19:41:26 2008 -0400
45519
45520     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
45521
45522     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45523     Signed-off-by: Stefan Roese <sr@denx.de>
45524
45525 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
45526 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45527 Date:   Thu Sep 11 19:41:25 2008 -0400
45528
45529     ppc4xx: Fix compilation of v5fx30teval_flash
45530
45531     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45532     Signed-off-by: Stefan Roese <sr@denx.de>
45533
45534 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
45535 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45536 Date:   Wed Sep 10 17:44:30 2008 -0400
45537
45538     ppc4xx: Fix in-tree build for ppc440-generic boards
45539
45540     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45541     Signed-off-by: Stefan Roese <sr@denx.de>
45542
45543 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
45544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45545 Date:   Fri Sep 12 02:20:47 2008 +0200
45546
45547     ARM: synchronize mach-types.h with linux 2.6.27-rc6
45548
45549     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45550
45551 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
45552 Author: Jens Scharsig <esw@bus-elektronik.de>
45553 Date:   Fri Sep 12 02:20:47 2008 +0200
45554
45555     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
45556
45557     This patch prevents linker error on AT91RM9200 boards, if
45558     CONFIG_CMD_I2_TREE is set.
45559     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
45560
45561     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
45562
45563 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
45564 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45565 Date:   Fri Sep 12 02:20:47 2008 +0200
45566
45567     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
45568
45569     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
45570
45571     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45572
45573 commit 03db53335c8eba656a7c44d1555b1a4514383e33
45574 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45575 Date:   Fri Sep 12 02:20:46 2008 +0200
45576
45577     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
45578
45579     __ARM__ is given by arm_config.mk automatically.
45580
45581     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45582
45583 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
45584 Author: Claudio Scordino <claudio@evidence.eu.com>
45585 Date:   Fri Sep 12 02:20:46 2008 +0200
45586
45587     Fix MACH_TYPE for the AT91RM9200DK board.
45588
45589     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
45590
45591 commit 274737e5eb25b2bcd3af3a96da923effd543284f
45592 Author: Andrew Dyer <adyer@righthandtech.com>
45593 Date:   Fri Sep 12 02:20:46 2008 +0200
45594
45595     i.mx change get_timer(base) to return time since base
45596
45597     This patch changes get_timer() for i.MX to return the time since
45598     'base' instead of the time since the counter was at zero.
45599
45600     Symptom seen is flash timeout errors when erasing or programming a
45601     sector using the common cfi flash code.
45602
45603     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
45604
45605 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
45606 Author: Andrew Dyer <adyer@righthandtech.com>
45607 Date:   Fri Sep 12 02:20:46 2008 +0200
45608
45609     i.MX use u-boot baud rate and don't assume UART master clock
45610
45611     1) Change the i.MX serial driver to use the baud rate set in the
45612      u-boot environment
45613
45614     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
45615
45616     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
45617      one to clear" like other status bits in the reg.)
45618
45619     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
45620
45621 commit 6e1551a870d360805b9d172dc56d935064abe71d
45622 Author: Andrew Dyer <adyer@righthandtech.com>
45623 Date:   Fri Sep 12 02:20:46 2008 +0200
45624
45625     arm920t fix constant error in start.S
45626
45627     Code in cpu/arm920t/start.S will die with a compilation error if
45628     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
45629     the ARM sub instruction.  Change the code so that each is subtracted
45630     independently to avoid the error.
45631
45632     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
45633
45634 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
45635 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
45636 Date:   Fri Sep 12 02:20:40 2008 +0200
45637
45638     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
45639
45640     - Correct Invalid #define of MPUTIM_PTV_MASK for
45641        omap1510 & omap730 register definition
45642
45643      MPUTIM_PTV_MASK is defined as
45644      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
45645
45646      while it should have been
45647      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
45648
45649     - Below Patch corrects the same
45650
45651     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
45652
45653 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
45654 Author: Adrian Filipi <adrian.filipi@eurotech.com>
45655 Date:   Fri Jul 18 11:52:02 2008 -0400
45656
45657     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
45658
45659     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
45660
45661 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
45662 Author: Guennadi Liakhovetski <lg@denx.de>
45663 Date:   Thu Aug 28 12:25:11 2008 +0200
45664
45665     i.MX31: document timer precision option
45666
45667     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
45668
45669 commit 1a6337b01351b82a45b0defa76f08744511c580b
45670 Author: Magnus Lilja <lilja.magnus@gmail.com>
45671 Date:   Fri Aug 29 10:36:18 2008 +0200
45672
45673     i.MX31: Make the SPI bus and chip select configurable for MC13783
45674
45675     The i.MX31 has three SPI buses and each bus has several chip selects
45676     and the MC13783 chip can be connected to any of these. The current
45677     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
45678
45679     This patch makes make MC13783 SPI bus and chip select configurable
45680     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
45681
45682     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45683
45684 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
45685 Author: Magnus Lilja <lilja.magnus@gmail.com>
45686 Date:   Fri Aug 29 10:36:17 2008 +0200
45687
45688     i.MX31: Add reset_timer() and modify get_timer_masked().
45689
45690     This patch adds the reset_timer() function (needed by nand_base.c) and
45691     modifies the get_timer_masked() to work in the same way as the omap24xx
45692     function.
45693
45694     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45695
45696 commit deeec4991a55de243787002ede24d2331d234fc8
45697 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45698 Date:   Wed Sep 10 22:48:09 2008 +0200
45699
45700     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
45701
45702     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45703
45704 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
45705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45706 Date:   Wed Sep 10 22:48:09 2008 +0200
45707
45708     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
45709
45710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45711
45712 commit 0e8d158664a913392cb01fb11a948d83f72e105e
45713 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45714 Date:   Wed Sep 10 22:48:06 2008 +0200
45715
45716     rename CFG_ENV macros to CONFIG_ENV
45717
45718     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45719
45720 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
45721 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45722 Date:   Wed Sep 10 22:48:05 2008 +0200
45723
45724     nvedit: rename error comment to CONFIG_ENV_IS_IN_
45725
45726     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45727
45728 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
45729 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45730 Date:   Wed Sep 10 22:48:05 2008 +0200
45731
45732     cmd_mem: Move conditional compilation to Makefile
45733
45734     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45735
45736 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
45737 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45738 Date:   Wed Sep 10 22:48:05 2008 +0200
45739
45740     move cmd_get_data_size to command.c
45741
45742     add CMD_DATA_SIZE macro to enable it
45743
45744     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45745
45746 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
45747 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45748 Date:   Wed Sep 10 22:48:04 2008 +0200
45749
45750     env_flash: Move conditional compilation to Makefile
45751
45752     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45753
45754 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
45755 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45756 Date:   Wed Sep 10 22:48:04 2008 +0200
45757
45758     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
45759
45760     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45761
45762 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
45763 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45764 Date:   Wed Sep 10 22:48:03 2008 +0200
45765
45766     cleanup use of CFG_ENV_IS_IN_FLASH
45767
45768     - #if CFG_ENV_IS_IN_FLASH
45769     - #if (CFG_ENV_IS_IN_FLASH == 1)
45770     - #define CFG_ENV_IS_IN_FLASH 0
45771
45772     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45773
45774 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
45775 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45776 Date:   Wed Sep 10 22:48:01 2008 +0200
45777
45778     rename environment.c in env_embedded.c to reflect is functionality
45779
45780     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45781
45782 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
45783 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45784 Date:   Wed Sep 10 22:48:01 2008 +0200
45785
45786     env_nowhere: Move conditional compilation to Makefile
45787
45788     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45789
45790 commit 93f6d72544da4510a146bc4c93d609b0116cde37
45791 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45792 Date:   Wed Sep 10 22:48:00 2008 +0200
45793
45794     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
45795
45796     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45797
45798 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
45799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45800 Date:   Wed Sep 10 22:48:00 2008 +0200
45801
45802     env_sf: Move conditional compilation to Makefile
45803
45804     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45805
45806 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
45807 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45808 Date:   Wed Sep 10 22:48:00 2008 +0200
45809
45810     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
45811
45812     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45813
45814 commit 55c5f49910ec8225347aa1d211352a84de6649b4
45815 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45816 Date:   Wed Sep 10 22:48:00 2008 +0200
45817
45818     env_onenand: Move conditional compilation to Makefile
45819
45820     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45821
45822 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
45823 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45824 Date:   Wed Sep 10 22:47:59 2008 +0200
45825
45826     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
45827
45828     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45829
45830 commit 957a0e69575683efd70ace147746bbb3d8e7c501
45831 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45832 Date:   Wed Sep 10 22:47:59 2008 +0200
45833
45834     env_nvram: Move conditional compilation to Makefile
45835
45836     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45837
45838 commit 9314cee6917444ab88bd4e758da7a30975120187
45839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45840 Date:   Wed Sep 10 22:47:59 2008 +0200
45841
45842     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
45843
45844     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45845
45846 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
45847 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45848 Date:   Wed Sep 10 22:47:59 2008 +0200
45849
45850     env_nand: Move conditional compilation to Makefile
45851
45852     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45853
45854 commit 51bfee192099206a4397f15f3b93516e01f58ab0
45855 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45856 Date:   Wed Sep 10 22:47:58 2008 +0200
45857
45858     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
45859
45860     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45861
45862 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
45863 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45864 Date:   Wed Sep 10 22:47:58 2008 +0200
45865
45866     env_dataflash: Move conditional compilation to Makefile
45867
45868     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45869
45870 commit 057c849c45b9ee19df8ff3acdeee66be52819962
45871 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45872 Date:   Wed Sep 10 22:47:58 2008 +0200
45873
45874     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
45875
45876     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45877
45878 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
45879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45880 Date:   Wed Sep 10 22:47:52 2008 +0200
45881
45882     cmd_eeprom: Move conditional compilation to Makefile
45883
45884     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45885
45886 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
45887 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45888 Date:   Fri Sep 5 09:19:54 2008 +0200
45889
45890     env_eeprom: Move conditional compilation to Makefile
45891
45892     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45893
45894 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
45895 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45896 Date:   Fri Sep 5 09:19:30 2008 +0200
45897
45898     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
45899
45900     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45901
45902 commit 32628c5008105a732212003d83b75f05e5243bb2
45903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45904 Date:   Sat Aug 30 23:54:58 2008 +0200
45905
45906     cmd_mac: Move conditional compilation to Makefile
45907
45908     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
45909     start in commit ad8f8687b78c3e917b173f038926695383c55555
45910
45911     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45912
45913 commit e5648acab153f0f429bfc714902c5aaa7879f71b
45914 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45915 Date:   Sat Aug 30 23:47:41 2008 +0200
45916
45917     cmd_fdc: Move conditional compilation to Makefile
45918
45919     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45920
45921 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
45922 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45923 Date:   Sat Aug 30 23:47:38 2008 +0200
45924
45925     common/Makefile: add core command section
45926
45927     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45928
45929 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
45930 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45931 Date:   Sat Aug 30 23:29:57 2008 +0200
45932
45933     cmd_vfd: Move conditional compilation to Makefile
45934
45935     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45936
45937 commit 6644641d072aee3087da129d8443187196a4d8a9
45938 Author: Scott Wood <scottwood@freescale.com>
45939 Date:   Wed Sep 10 11:48:49 2008 -0500
45940
45941     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
45942
45943     This is part of the switch to newer upstream MTD code.
45944
45945     Signed-off-by: Scott Wood <scottwood@freescale.com>
45946
45947 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
45948 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45949 Date:   Sat Aug 30 17:06:55 2008 -0400
45950
45951     ARM DaVinci: Fix broken HW ECC for large page NAND.
45952
45953     Based on original patch by Bernard Blackham <bernard@largestprime.net>
45954
45955     U-boot's HW ECC support for large page NAND on Davinci is completely
45956     broken.  Some kernels, such as the 2.6.10 one supported by
45957     MontaVista for DaVinci, rely upon this broken behaviour as they
45958     share the same code for ECCs. In the existing scheme, error
45959     detection *might* work on large page, but error correction
45960     definitely does not.  Small page ECC correction works, but the
45961     format is not compatible with the mainline git kernel.
45962
45963     This patch adds ECC code that matches what is currently in the
45964     Davinci git repository (since NAND support was added in 2.6.24).
45965     This makes the ECC and OOB layout written by u-boot compatible with
45966     Linux for both small page and large page devices and fixes ECC
45967     correction for large page devices.
45968
45969     The old behaviour can be restored by defining the macro
45970     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
45971
45972     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45973     Acked-by: Sergey Kubushyn <ksi@koi8.net>
45974     Signed-off-by: Scott Wood <scottwood@freescale.com>
45975
45976 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
45977 Author: Heiko Schocher <hs@denx.de>
45978 Date:   Wed Sep 10 11:15:28 2008 +0200
45979
45980     muas3001: update BR4 settings
45981
45982     Also set up the port pins for using I2C.
45983
45984     Signed-off-by: Heiko Schocher <hs@denx.de>
45985
45986 commit 3591293509e0c0bcf244b0f974775bff2e25697e
45987 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
45988 Date:   Wed Sep 10 09:43:49 2008 +0300
45989
45990     autoscr: Fix one-character lines and non-newline terminated scripts
45991
45992     When not using hush, the autoscr command now executes lines that are
45993     only one character long. It also runs the last line of scripts even if
45994     it does not end in a newline.
45995
45996     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
45997
45998 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
45999 Author: Victor Gallardo <vgallardo@amcc.com>
46000 Date:   Tue Sep 9 15:13:29 2008 -0700
46001
46002     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
46003
46004     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
46005     and glacier.
46006
46007     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
46008
46009 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
46010 Author: Heiko Schocher <hs@denx.de>
46011 Date:   Mon Sep 8 10:21:11 2008 +0200
46012
46013     muas3001: added support for the LM75 sensor.
46014
46015     Signed-off-by: Heiko Schocher <hs@denx.de>
46016
46017 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
46018 Author: Heiko Schocher <hs@denx.de>
46019 Date:   Mon Sep 8 10:20:19 2008 +0200
46020
46021     muas3001: activate WDT for the muas3001 board.
46022
46023     Signed-off-by: Heiko Schocher <hs@denx.de>
46024
46025 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
46026 Author: Heiko Schocher <hs@denx.de>
46027 Date:   Mon Sep 8 10:19:36 2008 +0200
46028
46029     muas3001: added 64MB SDRAM autodetection.
46030
46031     Signed-off-by: Heiko Schocher <hs@denx.de>
46032
46033 commit 5251469943895de4bb9a04d5053352cc22acb7d5
46034 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
46035 Date:   Thu Aug 21 07:12:26 2008 -0700
46036
46037     Fix printf errors under -DDEBUG
46038
46039     Fix printf format-string/arg mismatches under -DDEBUG.
46040
46041     These warnings occur with DEBUG defined for a platform using
46042     cpu/mpc85xx.  Users of other architectures can unearth similar
46043     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
46044     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
46045
46046     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
46047     Signed-off-by: Andy Fleming <afleming@freescale.com>
46048
46049 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
46050 Author: Wolfgang Denk <wd@denx.de>
46051 Date:   Tue Sep 9 23:55:18 2008 +0200
46052
46053     Update CHANGELOG, prepare 2008-10-rc1 release
46054
46055     Signed-off-by: Wolfgang Denk <wd@denx.de>
46056
46057 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
46058 Author: Kumar Gala <galak@kernel.crashing.org>
46059 Date:   Mon Sep 8 08:51:29 2008 -0500
46060
46061     85xx: Ensure timebase is zero on secondary cores
46062
46063     The e500um says the timebase is volatile out of reset.  To ensure
46064     TB sync works we need to make sure its zero.
46065
46066     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46067
46068 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
46069 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46070 Date:   Tue Sep 9 22:18:24 2008 +0200
46071
46072     bootm_load_os: fix load_end debug message
46073
46074     print load_end value not pointer
46075
46076     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46077
46078 commit 1d9af0be764960e6cc1c093e97176c3542796820
46079 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46080 Date:   Tue Sep 9 22:18:23 2008 +0200
46081
46082     bootm: enable fdt support only on ppc, m68k and sparc
46083
46084     ...as done in image.c
46085
46086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46087
46088 commit 748b5274e76f81df85cfcffaffedc323678d0623
46089 Author: Markus Heidelberg <markus.heidelberg@web.de>
46090 Date:   Tue Sep 9 18:51:05 2008 +0200
46091
46092     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
46093
46094     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
46095
46096 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
46097 Author: Markus Heidelberg <markus.heidelberg@web.de>
46098 Date:   Tue Sep 9 17:31:46 2008 +0200
46099
46100     gitignore: add tags files and Vim swap file
46101
46102     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
46103
46104 commit 1d9b67b23fca6a25154333733204339802510720
46105 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
46106 Date:   Tue Sep 9 17:52:47 2008 +0900
46107
46108     add board_eth_init() for sh7785lcr board
46109
46110     Fix the problem that cannot work RTL8169 on sh7785lcr board.
46111
46112     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
46113
46114 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
46115 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46116 Date:   Wed Aug 6 16:08:41 2008 -0500
46117
46118     mtd: SPI Flash: Support the STMicro Flash
46119
46120     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
46121     M25P40, M25P64, M25P80, M25P128.
46122
46123     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
46124     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46125
46126 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
46127 Author: Wolfgang Denk <wd@denx.de>
46128 Date:   Tue Sep 9 17:55:31 2008 +0200
46129
46130     trab: fix build problem after change to use do_div()
46131
46132     We must link with libgeneric now.
46133
46134     Signed-off-by: Wolfgang Denk <wd@denx.de>
46135
46136 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
46137 Author: Ryan CHEN <ryan.chen@st.com>
46138 Date:   Wed Aug 20 13:00:17 2008 -0400
46139
46140     Correct drv_usb_kbd_init function
46141
46142     The patch is that check if usb_get_dev_index() function return valid
46143     pointer. If valid, continue. Otherwise return -1.
46144
46145     Signed-off-by: Ryan Chen <ryan.chen@st.com>
46146     Acked-by: Markus Klotzbuecher <mk@denx.de>
46147
46148 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
46149 Author: Remy Bohmer <linux@bohmer.net>
46150 Date:   Wed Aug 20 11:22:02 2008 +0200
46151
46152     Make usb-stop() safe to call multiple times in a row.
46153
46154     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
46155     enabled the usb_stop() command in common/cmd_bootm.c which was
46156     not enabled for some time, because no board did actually set the
46157     CFG_CMD_USB flag. So, now the usb_stop() is executed before
46158     loading the linux kernel.
46159
46160     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
46161     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
46162     If some other piece of code calls usb_stop() before the bootm command,
46163     this command will hangup the system during boot.
46164     (usb start and stop is typically used while booting from usb memory stick)
46165
46166     But, stopping the usb stack twice is useless anyway, and a flag already
46167     existed that kept track on the usb_init()/usb_stop() calls.
46168     So, we now check if the usb stack is really started before we stop it.
46169
46170     This problem is now fixed in both the upper as low-level layer.
46171
46172     Signed-off-by: Remy Bohmer <linux@bohmer.net>
46173     Acked-by: Markus Klotzbuecher <mk@denx.de>
46174
46175 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
46176 Author: Wolfgang Denk <wd@denx.de>
46177 Date:   Tue Sep 9 16:55:47 2008 +0200
46178
46179     Makefile: fix bug introduced by commit 47ffd6c2
46180
46181 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
46182 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46183 Date:   Tue Sep 9 10:00:33 2008 -0400
46184
46185     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
46186
46187     This patch solves the problems compiling ml507, v5fx30teval and
46188     ppc440-generic out of tree.
46189
46190     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46191
46192 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
46193 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
46194 Date:   Thu Sep 4 15:35:46 2008 -0300
46195
46196     Fix dev_print when called from usb_stor_info (usb storage command)
46197
46198     Fix output of the usb storage command. It was printing "Device 0: not
46199     available" because IF_TYPE_USB was not included into the switch
46200     statement.
46201
46202     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
46203
46204 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
46205 Author: Bartlomiej Sieka <tur@semihalf.com>
46206 Date:   Tue Sep 9 12:58:16 2008 +0200
46207
46208     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
46209
46210     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46211
46212 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
46213 Author: Bartlomiej Sieka <tur@semihalf.com>
46214 Date:   Tue Sep 9 12:58:15 2008 +0200
46215
46216     FIT: add ability to check hashes of all images in FIT, improve output
46217
46218     - add function fit_all_image_check_hashes() that verifies if all
46219       hashes of all images in the FIT are valid
46220     - improve output of fit_image_check_hashes() when the hash check fails
46221
46222     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46223
46224 commit 1de1fa408967cef6804bb046b904114519bb36f0
46225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46226 Date:   Mon Sep 8 20:54:39 2008 +0200
46227
46228     qemu_mips: Update linux bootm to support dynamic cmdline
46229
46230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46231
46232 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
46233 Author: Peter Tyser <ptyser@xes-inc.com>
46234 Date:   Mon Sep 8 14:56:49 2008 -0500
46235
46236     Add support for booting of INTEGRITY operating system uImages
46237
46238     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
46239
46240 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
46241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46242 Date:   Mon Sep 8 21:01:29 2008 +0200
46243
46244     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
46245
46246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46247
46248 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
46249 Author: Kumar Gala <galak@kernel.crashing.org>
46250 Date:   Mon Sep 8 13:57:12 2008 -0500
46251
46252     Remove support for booting ARTOS images
46253
46254     Pantelis Antoniou stated:
46255         AFAIK, it is still used but the products using PPC are long gone.
46256         Nuke it plz (from orbit).
46257
46258     So remove it since it cleans up a usage of env_get_char outside of
46259     the environment code.
46260
46261     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46262
46263 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
46264 Author: Wolfgang Denk <wd@denx.de>
46265 Date:   Tue Sep 9 15:45:18 2008 +0200
46266
46267     Makefile: compile and link each module just once
46268
46269     Several source files need to be compiled and linked when one or more
46270     config options are selected. To allow for easy selection in the
46271     Makefiles yet to avoild multiple compilation (which costs build time)
46272     and especially multiple linking (which causes errors), we use
46273     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
46274
46275     By courtesy of Detlev Zundel who suggested this approach.
46276
46277     Signed-off-by: Wolfgang Denk <wd@denx.de>
46278
46279 commit 48d0192fe869948fef14b460b5f0c85bca933693
46280 Author: Andreas Engel <andreas.engel@ericsson.com>
46281 Date:   Mon Sep 8 14:30:53 2008 +0200
46282
46283     Moved conditional compile into Makefile
46284
46285     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
46286
46287 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
46288 Author: Andreas Engel <andreas.engel@ericsson.com>
46289 Date:   Mon Sep 8 10:17:31 2008 +0200
46290
46291     Merged serial_pl010.c and serial_pl011.c.
46292
46293     They only differ in the init function.
46294     This also adds the missing watchdog support for the PL011.
46295
46296     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
46297
46298 commit 0817d688f307ee2c0598e79175c94a40ce90337b
46299 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46300 Date:   Sun Sep 7 17:10:27 2008 -0400
46301
46302     Remove gap fill in srec object v2
46303
46304     SREC files do not need gap fill: The load address is specified in the
46305     file. On the other hand, it can't be avoided in a .bin object. It has
46306     no information about memory location.
46307
46308     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46309
46310 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
46311 Author: Markus Heidelberg <markus.heidelberg@web.de>
46312 Date:   Sun Sep 7 20:18:27 2008 +0200
46313
46314     README: fix missing subdirectory in the documentation
46315
46316     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
46317
46318 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
46319 Author: Graeme Russ <graeme.russ@gmail.com>
46320 Date:   Sun Sep 7 07:08:42 2008 +1000
46321
46322     Update i386 code (sc520_cdp)
46323
46324     Attempt to bring i386 / sc520 inline with master
46325
46326     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
46327
46328 commit 5608692104efa8d56df803dc79ea41ac3607eee5
46329 Author: Guennadi Liakhovetski <lg@denx.de>
46330 Date:   Thu Sep 4 13:01:49 2008 +0200
46331
46332     fw_env: add NAND support
46333
46334     Add support for environment in NAND with automatic NOR / NAND recognition,
46335     including unaligned environment, bad-block skipping, redundant environment
46336     copy.
46337
46338     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46339
46340 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
46341 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46342 Date:   Tue Sep 9 09:50:24 2008 +0200
46343
46344     ppc4xx: Fix out-of-tree building of CPCI405 variants
46345
46346     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46347     Acked-by: Stefan Roese <sr@denx.de>
46348
46349 commit 59f630588e3fdbd698a0a2798e52a8924e899563
46350 Author: Sergei Poselenov <sposelenov@emcraft.com>
46351 Date:   Fri Aug 15 15:42:11 2008 +0200
46352
46353     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
46354
46355     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46356
46357 commit e64987a892353f3d49eb242d997820ef8f538912
46358 Author: Anatolij Gustschin <agust@denx.de>
46359 Date:   Fri Aug 15 15:42:13 2008 +0200
46360
46361     85xx: socrates: Enable Lime support.
46362
46363     This patch adds Lime GDC support together with support for the PWM
46364     backlight control through the w83782d chip.  The reset pin of the
46365     latter is attached to GPIO, so we need to reset it in
46366     early_board_init_r.
46367
46368     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46369
46370 commit 3e79b588b5199f35016f178fc0d5d1266382097f
46371 Author: Detlev Zundel <dzu@denx.de>
46372 Date:   Fri Aug 15 15:42:12 2008 +0200
46373
46374     85xx: Socrates: Major code update.
46375
46376     - Update the local bus ranges in the FDT for Linux for the various
46377       devices connected to the local bus via chip-select.
46378
46379     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
46380       lower than 66 MHz and uses I/O accessor functions consequently.
46381
46382     - UPM data update.
46383
46384     - Update of default environment and configuration.  Use I2C multibus
46385       as we do have two I2C buses.  Also enable sdram and ext2 commands.
46386
46387     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
46388     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46389     Signed-off-by: Detlev Zundel <dzu@denx.de>
46390
46391 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
46392 Author: Timur Tabi <timur@freescale.com>
46393 Date:   Fri Jul 18 16:52:23 2008 +0200
46394
46395     Update Freescale 85xx boards to sys_eeprom.c
46396
46397     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
46398     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
46399     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
46400     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
46401
46402     Signed-off-by: Timur Tabi <timur@freescale.com>
46403
46404 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
46405 Author: Wolfgang Denk <wd@denx.de>
46406 Date:   Tue Sep 9 10:08:02 2008 +0200
46407
46408     lib_ppc/interrupts.c: make board_show_activity() a weak function
46409
46410     This allows to use show_activity() without having to
46411     define an empty board_show_activity() function.
46412
46413     Signed-off-by: Wolfgang Denk <wd@denx.de>
46414
46415 commit fe876787f8743883ce58fed61525eaa2f34da4c5
46416 Author: Wolfgang Denk <wd@denx.de>
46417 Date:   Tue Sep 9 10:06:44 2008 +0200
46418
46419     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
46420
46421     Signed-off-by: Wolfgang Denk <wd@denx.de>
46422
46423 commit 965de106ba8900372c8b16dc60d5acab7f925e38
46424 Author: Wolfgang Denk <wd@denx.de>
46425 Date:   Tue Sep 9 10:03:47 2008 +0200
46426
46427     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
46428
46429     Signed-off-by: Wolfgang Denk <wd@denx.de>
46430
46431 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
46432 Author: Sergei Poselenov <sposelenov@emcraft.com>
46433 Date:   Fri Aug 15 15:42:11 2008 +0200
46434
46435     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
46436
46437     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46438
46439 commit 36241ca29d4804a1006fb3f26069effda5202581
46440 Author: Anatolij Gustschin <agust@denx.de>
46441 Date:   Fri Aug 15 15:42:13 2008 +0200
46442
46443     85xx: socrates: Enable Lime support.
46444
46445     This patch adds Lime GDC support together with support for the PWM
46446     backlight control through the w83782d chip.  The reset pin of the
46447     latter is attached to GPIO, so we need to reset it in
46448     early_board_init_r.
46449
46450     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46451
46452 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
46453 Author: Detlev Zundel <dzu@denx.de>
46454 Date:   Fri Aug 15 15:42:12 2008 +0200
46455
46456     85xx: Socrates: Major code update.
46457
46458     - Update the local bus ranges in the FDT for Linux for the various
46459       devices connected to the local bus via chip-select.
46460
46461     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
46462       lower than 66 MHz and uses I/O accessor functions consequently.
46463
46464     - UPM data update.
46465
46466     - Update of default environment and configuration.  Use I2C multibus
46467       as we do have two I2C buses.  Also enable sdram and ext2 commands.
46468
46469     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
46470     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46471     Signed-off-by: Detlev Zundel <dzu@denx.de>
46472
46473 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
46474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46475 Date:   Tue Sep 9 01:22:39 2008 +0200
46476
46477     disk-on-chip: remove duplicate doc_probe declaration
46478
46479     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46480
46481 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
46482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46483 Date:   Tue Sep 9 00:59:40 2008 +0200
46484
46485     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
46486
46487     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46488
46489 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
46490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46491 Date:   Tue Sep 9 00:59:39 2008 +0200
46492
46493     rs5c372: fix rtc_set prototype
46494
46495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46496
46497 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
46498 Author: Sergei Poselenov <sposelenov@emcraft.com>
46499 Date:   Thu Aug 14 14:08:28 2008 +0200
46500
46501     ARM: fix warning: target CPU does not support interworking
46502
46503     This patch fixes warnings like this:
46504
46505     start.S:0: warning: target CPU does not support interworking
46506
46507     which come from some ARM cross compilers and are caused by hard-coded
46508     (with "--with-cpu=arm9" configuration option) ARM targets (which
46509     support ARM Thumb instructions), while the ARM target selected from
46510     the command line (with "-march=armv4") doesn't support Thumb
46511     instructions.
46512
46513     This warning is issued by the compiler regardless of the real use of
46514     the Thumb instructions in code.
46515
46516     To fix this problem, we use options according to compiler version
46517     being used.
46518
46519     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46520     Signed-off-by: Wolfgang Denk <wd@denx.de>
46521
46522 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
46523 Author: Sergei Poselenov <sposelenov@emcraft.com>
46524 Date:   Thu Aug 14 14:08:28 2008 +0200
46525
46526     ARM: Use do_div() instead of division for "long long".
46527
46528     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46529     Signed-off-by: Wolfgang Denk <wd@denx.de>
46530
46531 commit 8febd13c69cb68652577d1a9fcbde954bf784155
46532 Author: Timur Tabi <timur@freescale.com>
46533 Date:   Fri Jul 18 16:52:23 2008 +0200
46534
46535     Update Freescale 85xx boards to sys_eeprom.c
46536
46537     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
46538     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
46539     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
46540     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
46541
46542     Signed-off-by: Timur Tabi <timur@freescale.com>
46543
46544 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
46545 Author: Wolfgang Denk <wd@denx.de>
46546 Date:   Mon Sep 8 23:26:22 2008 +0200
46547
46548     lib_arm/bootm.c: fix compile warnings
46549
46550     bootm.c:128: warning: label 'error' defined but not used
46551     bootm.c:65: warning: unused variable 'ret'
46552
46553     Signed-off-by: Wolfgang Denk <wd@denx.de>
46554
46555 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
46556 Author: Wolfgang Denk <wd@denx.de>
46557 Date:   Mon Sep 8 22:46:42 2008 +0200
46558
46559     ml507: fix out of tree build problem
46560
46561     Signed-off-by: Wolfgang Denk <wd@denx.de>
46562
46563 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
46564 Author: Wolfgang Denk <wd@denx.de>
46565 Date:   Mon Sep 8 22:10:28 2008 +0200
46566
46567     common/cmd_bootm.c: fix printf() format warnings
46568
46569     Signed-off-by: Wolfgang Denk <wd@denx.de>
46570
46571 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
46572 Author: Wolfgang Denk <wd@denx.de>
46573 Date:   Mon Sep 8 22:37:45 2008 +0200
46574
46575     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
46576
46577     missing doc_probe() prototype.
46578
46579     Signed-off-by: Wolfgang Denk <wd@denx.de>
46580
46581 commit 2c5e3cc4994897d364b148942ff23e47783198f6
46582 Author: Wolfgang Denk <wd@denx.de>
46583 Date:   Mon Sep 8 21:28:14 2008 +0200
46584
46585     mk48t59: fix compile problem introduced by commit d1e23194
46586
46587     Signed-off-by: Wolfgang Denk <wd@denx.de>
46588
46589 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
46590 Author: Stefan Roese <sr@denx.de>
46591 Date:   Mon Sep 8 14:11:12 2008 +0200
46592
46593     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
46594
46595     This patch moves some 4xx specific prototypes out of include common.h
46596     to a ppc4xx specific header.
46597
46598     Signed-off-by: Stefan Roese <sr@denx.de>
46599
46600 commit ac53ee8318678190bf3c68da477a84a657d86fb0
46601 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46602 Date:   Fri Sep 5 15:34:04 2008 +0200
46603
46604     ppc4xx: Update CPCI405(AB) configuration
46605
46606     This patch add FDT support and command line editing capabilities
46607     for CPCI405 and CPCI405AB boards.
46608
46609     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46610     Signed-off-by: Stefan Roese <sr@denx.de>
46611
46612 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
46613 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46614 Date:   Fri Sep 5 15:34:03 2008 +0200
46615
46616     ppc4xx: Cleanup CPCI405 linker script
46617
46618     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46619     Signed-off-by: Stefan Roese <sr@denx.de>
46620
46621 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
46622 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46623 Date:   Fri Sep 5 15:34:02 2008 +0200
46624
46625     ppc4xx: Update CPCI405 variants handling
46626
46627     This patch replaces the BOARD_REVISION variable in include/config.mk
46628     by a using a temporary include file in the platform directory.
46629
46630     The former way does not work anymore and the latter is also used by
46631     some other boards.
46632
46633     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46634     Signed-off-by: Stefan Roese <sr@denx.de>
46635
46636 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
46637 Author: Stefan Roese <sr@denx.de>
46638 Date:   Mon Sep 8 10:01:48 2008 +0200
46639
46640     ppc4xx: Remove CONFIG_CS8952_PHY define
46641
46642     Since this define is only used on one board that was never really in
46643     production, removing this compile time option doesn't hurt and makes
46644     the code more readable.
46645
46646     Signed-off-by: Stefan Roese <sr@denx.de>
46647
46648 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
46649 Author: Stefan Roese <sr@denx.de>
46650 Date:   Fri Sep 5 14:11:40 2008 +0200
46651
46652     ppc4xx: Fix compilation warning for PIP405
46653
46654     This patch fixes a compilation warning for the PIP405 board. It moves the
46655     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
46656     occur anymore. I am a little unsure if this #ifdef is at the correct
46657     place now or if it could be removed completely. This needs to get
46658     tested on the PIP405 board.
46659
46660     Signed-off-by: Stefan Roese <sr@denx.de>
46661
46662 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
46663 Author: Stefan Roese <sr@denx.de>
46664 Date:   Fri Sep 5 14:09:09 2008 +0200
46665
46666     ppc4xx: Fix compilation warning for canyonlands & glacier
46667
46668     Signed-off-by: Stefan Roese <sr@denx.de>
46669
46670 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
46671 Author: Kumar Gala <galak@kernel.crashing.org>
46672 Date:   Fri Sep 5 14:40:29 2008 -0500
46673
46674     Fix compiler warning in mpc8xxx ddr code
46675
46676     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
46677     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
46678     ctrl_regs.c:523: note: 'caslat' was declared here
46679
46680     Add a warning in DDR1 case if cas_latency isn't a value we know about.
46681
46682     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46683     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46684
46685 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
46686 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46687 Date:   Mon Sep 1 23:06:23 2008 +0200
46688
46689     rtc: allow rtc_set to return an error and use it in cmd_date
46690
46691     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46692
46693 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
46694 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46695 Date:   Mon Sep 1 01:16:33 2008 +0200
46696
46697     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
46698
46699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46700
46701 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
46702 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46703 Date:   Sun Aug 31 05:37:04 2008 +0900
46704
46705     config.mk: Move arch-specific condition to $(ARCH)_config.mk
46706
46707     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46708
46709 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
46710 Author: Kumar Gala <galak@kernel.crashing.org>
46711 Date:   Fri Aug 29 19:08:29 2008 -0500
46712
46713     Prevent crash if random/invalid ramdisks are passed to bootm
46714
46715     Adds returning an error from the ramdisk detection code if
46716     its not a real ramdisk (invalid).  There is no reason we can't
46717     just return back to the console if we detect an invalid
46718     ramdisk or CRC error.
46719
46720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46721
46722 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
46723 Author: Anatolij Gustschin <agust@denx.de>
46724 Date:   Fri Aug 29 21:04:45 2008 +0200
46725
46726     Prevent crash if random DTB address is passed to bootm
46727
46728     This patch adds bootm_start() return value check. If
46729     error status is returned, we do not proceed further to
46730     prevent board reset or crash as we still can recover
46731     at this point.
46732
46733     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46734
46735 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
46736 Author: Andrew Dyer <adyer@righthandtech.com>
46737 Date:   Fri Aug 29 12:30:39 2008 -0500
46738
46739     clean up some #if !defined() in drivers/video/cfb_console.c
46740
46741     rearrange some #if !defined() / #else / #endif statements to remove
46742     the negative logic.
46743
46744     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
46745
46746 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
46747 Author: Kyungmin Park <kmpark@infradead.org>
46748 Date:   Fri Aug 29 09:02:20 2008 +0900
46749
46750     apollon: use the last memory area for u-boot
46751
46752     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46753
46754 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
46755 Author: Heiko Schocher <hs@denx.de>
46756 Date:   Thu Aug 28 13:50:42 2008 +0200
46757
46758     TQM8272: move NAND part in seperate File
46759
46760     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
46761     because I have no longer access to the hardware.
46762
46763     Signed-off-by: Heiko Schocher <hs@denx.de>
46764
46765 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
46766 Author: Heiko Schocher <hs@denx.de>
46767 Date:   Thu Aug 28 13:48:36 2008 +0200
46768
46769     TQM8272: Fix compiling error for the TQM8272 board.
46770
46771     Fix compile problems caused by
46772     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
46773
46774     Signed-off-by: Heiko Schocher <hs@denx.de>
46775
46776 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
46777 Author: Kyungmin Park <kmpark@infradead.org>
46778 Date:   Wed Aug 27 14:45:20 2008 +0900
46779
46780     Add JFFS2 command support on OneNAND
46781
46782     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46783
46784 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
46785 Author: Mark Jackson <mpfj@mimc.co.uk>
46786 Date:   Mon Aug 25 19:21:30 2008 +0100
46787
46788     Allow console input to be disabled
46789
46790     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
46791
46792     When CONFIG_DISABLE_CONSOLE is defined, setting
46793     GD_FLG_DISABLE_CONSOLE disables all console input and output.
46794
46795     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
46796
46797 commit 2b22d608f370565c87f55928b524207031419c11
46798 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46799 Date:   Wed Jul 30 12:39:29 2008 +0200
46800
46801     loads: allow negative offsets
46802
46803     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46804
46805 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
46806 Author: Yuri Tikhonov <yur@emcraft.com>
46807 Date:   Thu Sep 4 11:19:05 2008 +0200
46808
46809     USB EHCI: reset root hub
46810
46811     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
46812     resetting only via EHCI registers. So, this patch adds the
46813     corresponding kind of reset to OHCI's hc_reset() if the newly
46814     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
46815     board).
46816
46817     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46818     Acked-by: Markus Klotzbuecher <mk@denx.de>
46819
46820 commit 5875d358f025c1b042d8a0f08384b756de7256c9
46821 Author: Yuri Tikhonov <yur@emcraft.com>
46822 Date:   Fri Aug 15 15:42:09 2008 +0200
46823
46824     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
46825
46826     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46827
46828 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
46829 Author: Stefan Roese <sr@denx.de>
46830 Date:   Fri Sep 5 10:47:46 2008 +0200
46831
46832     devices: Use list_add_tail() instead of list_add() to register a device
46833
46834     This patch fixes a problem spotted on Glacier/Canyonlands (and most
46835     likely lots of other board ports), that no serial output was seen
46836     after console initialization in console_init_r(). This is because the
46837     last added console device was used instead of the first added.
46838
46839     This patch fixes this problem by using list_add_tail() instead of
46840     list_add() to register a device. This way the first added console
46841     is used again.
46842
46843     Signed-off-by: Stefan Roese <sr@denx.de>
46844
46845 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
46846 Author: Victor Gallardo <vgallardo@amcc.com>
46847 Date:   Thu Sep 4 23:49:36 2008 -0700
46848
46849     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
46850
46851     This patch adds GPCS, SGMII and M88E1112 PHY support
46852     for the AMCC PPC460GT/EX processors.
46853
46854     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
46855     Signed-off-by: Stefan Roese <sr@denx.de>
46856
46857 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
46858 Author: Adam Graham <agraham@amcc.com>
46859 Date:   Wed Sep 3 12:26:59 2008 -0700
46860
46861     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
46862
46863     Signed-off-by: Adam Graham <agraham@amcc.com>
46864     Signed-off-by: Stefan Roese <sr@denx.de>
46865
46866 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
46867 Author: Adam Graham <agraham@amcc.com>
46868 Date:   Wed Sep 3 12:26:28 2008 -0700
46869
46870     ppc4xx: IBM Memory Controller DDR autocalibration routines
46871
46872     Alternate SDRAM DDR autocalibration routine that can be generically used
46873     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
46874     support of more DIMM/memory chip vendors and gets the DDR autocalibration
46875     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
46876
46877     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
46878     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
46879     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
46880     lot longer to run than Method_B.  Method_B executes in the same amount of time
46881     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
46882     Normally Method_B is used and it is set as the default method.
46883
46884     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
46885     Controller registers.[bit-field]:
46886     1)  SDRAM0_RQDC.[RQFD]
46887     2)  SDRAM0_RFDC.[RFFD]
46888
46889     This alternate PPC4xx DDR autocalibration code calibrates the following
46890     IBM SDRAM Controller registers.[bit-field]:
46891
46892     1)  SDRAM0_WRDTR.[WDTR]
46893     2)  SDRAM0_CLKTR.[CKTR]
46894     3)  SDRAM0_RQDC.[RQFD]
46895     4)  SDRAM0_RFDC.[RFFD]
46896
46897     and will also use the calibrated settings of the above four registers that
46898     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
46899     register.[bit-field].
46900
46901     Signed-off-by: Adam Graham <agraham@amcc.com>
46902     Signed-off-by: Stefan Roese <sr@denx.de>
46903
46904 commit e07f4a8033b6270b8103049adb6456f660ff4a89
46905 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46906 Date:   Mon Sep 1 13:09:39 2008 -0400
46907
46908     ppc44x: Unification of virtex5 pp440 boards
46909
46910     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
46911
46912     It unificates 3 different things:
46913
46914     1) Source code
46915     A new board called ppc440-generic has been created. This board includes
46916     a generic tlb initialization (Maps the whole memory into virtual) and
46917     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
46918     so, they can be replaced by specific functions.
46919
46920     If a new board needs to redefine any of the previous functions
46921     (specific initialization) it can create a new directory with the
46922     specific initializations needed. (see the example ml507 board).
46923
46924     2) Configuration file
46925     Common configurations are located under configs/xilinx-ppc440.h, this
46926     header file interpretes the xparameters file generated by EDK and
46927     configurates u-boot in correspondence. Example: if there is a Temac,
46928     allows CMD_CONFIG_NET
46929     Specific configuration are located under specific configuration file.
46930     (see the example ml507 board)
46931
46932     3) Makefile
46933     Some work has been done in order to not duplicate work in the Main
46934     Makefile. Please see the attached code.
46935
46936     In order to support new boards they can be implemented in the next way:
46937
46938     a) Simple Generic Board  (90% of the time)
46939     Using EDK generates a new xparameters.h file, replace
46940     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
46941     && make
46942
46943     b) Simple Boards with special u-boot parameters (9 % of the time)
46944     Create a new file under configs for it (use ml507.h as example) and
46945     change your paramaters. Create a new Makefile paragraph and compile
46946
46947     c) Complex boards (1% of the time)
46948     Create a new folder for the board, like the ml507
46949
46950     Finally, it adds support for the Avnet FX30T Evaluation board, following
46951     the new generic structure:
46952
46953     Cheap board by Avnet for evaluating the Virtex5 FX technology.
46954
46955     This patch adds support for:
46956      - UartLite
46957      - 16MB Flash
46958      - 64MB RAM
46959
46960     Prior using U-boot in this board, read carefully the ERRATA by Avnet
46961     to solve some memory initialization issues.
46962
46963     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46964     Signed-off-by: Stefan Roese <sr@denx.de>
46965
46966 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
46967 Author: Nick Spence <nick.spence@freescale.com>
46968 Date:   Tue Sep 2 15:21:16 2008 -0500
46969
46970     mpc83xx: fix mpc8313 in-tree building with NAND
46971
46972     and add mpc8313 NAND build to MAKEALL
46973
46974     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46975     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46976
46977 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
46978 Author: Nick Spence <nick.spence@freescale.com>
46979 Date:   Thu Aug 28 14:09:25 2008 -0700
46980
46981     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
46982
46983     Cleans up some latent issues with the data cache control so that
46984     dcache_enable() and dcache_disable() will work reliably (after
46985     unlock_ram_in_cache() has been called)
46986
46987     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46988     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46989
46990 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
46991 Author: Nick Spence <nick.spence@freescale.com>
46992 Date:   Thu Aug 28 14:09:19 2008 -0700
46993
46994     mpc83xx: Store and display Arbiter Event Register values
46995
46996     Record the Arbiter Event Register values and optionally display them.
46997
46998     The Arbiter Event Register can record the type and effective address of
46999     an arbiter error, even through an HRESET. This patch stores the values in
47000     the global data structure.
47001
47002     Display of the Arbiter Event registers immediately after the RSR value
47003     can be enabled with defines. The Arbiter values will only be displayed
47004     if an arbiter event has occured since the last Power On Reset, and either
47005     of the following defines exist:
47006      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
47007                                         and type register values
47008      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
47009                                         event register values
47010
47011     Address Only transactions are one of the trapped events that can register
47012     as an arbiter event. They occur with some cache manipulation instructions
47013     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
47014     has the MEMORY_COHERENCE WIMG bit set. Setting:
47015      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
47016                                   only events, so that it can still capture
47017                                   other real problems.
47018
47019     Signed-off-by: Nick Spence <nick.spence@freescale.com>
47020     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47021
47022 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
47023 Author: Nick Spence <nick.spence@freescale.com>
47024 Date:   Thu Aug 28 14:09:11 2008 -0700
47025
47026     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
47027
47028     This is needed in unlock_ram_in_cache() because it is called from C and
47029     will corrupt the small data area anchor that is kept in R2.
47030
47031     lock_ram_in_cache() is modified similarly as good coding practice, but
47032     is not called from C.
47033
47034     Signed-off-by: Nick Spence <nick.spence@freescale.com>
47035     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47036
47037 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
47038 Author: Nick Spence <nick.spence@freescale.com>
47039 Date:   Fri Aug 22 23:52:50 2008 -0700
47040
47041     MPC83XX: Fix GPIO configuration - set gpio level before direction
47042
47043     Set DAT value before DIR values to avoid creating glitches on the
47044     GPIO signals.
47045
47046     Set gpio level register before direction register to inhibit
47047     glitches on high level output pins.
47048
47049     Dir and data gets cleared at powerup, so high level output lines see
47050     a short low pulse between setting the direction and level registers.
47051
47052     Issue was seen on a new board with the nReset line of the NOR flash
47053     connected to a GPIO. Setting the direction register puts the NOR flash
47054     in reset so the next instruction to set the level cannot get executed.
47055
47056     Signed-off-by: Nick Spence <nick.spence@freescale.com>
47057     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
47058     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47059
47060 commit 7007c5975ee900ad70983b0681d3251e221f8321
47061 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47062 Date:   Tue Sep 2 02:58:32 2008 +0200
47063
47064     doc/qemu_mips: add doc howto debug u-boot with gdb
47065
47066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47067
47068 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
47069 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47070 Date:   Wed Sep 3 17:15:45 2008 +0200
47071
47072     ppx4xx: Fix broken DASA_SIM board
47073
47074     This patch adds initdram() to DASA_SIM boards that has been
47075     removed accidentally by a previous commit.
47076
47077     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47078     Signed-off-by: Stefan Roese <sr@denx.de>
47079
47080 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
47081 Author: Stefan Roese <sr@denx.de>
47082 Date:   Mon Sep 1 08:35:37 2008 +0200
47083
47084     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
47085
47086     This patch removes some direct references to common/lists.o from some
47087     esd linker scripts. This is necessary because the lists source was moved
47088     and is not in the "common" directory anymore.
47089
47090     Signed-off-by: Stefan Roese <sr@denx.de>
47091
47092 commit 97b0734d65f8a0b03df0a335a2addc759da56107
47093 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47094 Date:   Tue Sep 2 16:33:05 2008 +0200
47095
47096     ppc4xx: Remove obsolete or unused functions from some esd boards
47097
47098     This patch removes initdram() and testdram() from most esd 405 platforms.
47099     Some boards also have an empty dummy implementation of
47100     misc_init_f(). This is also removed.
47101
47102     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47103     Signed-off-by: Stefan Roese <sr@denx.de>
47104
47105 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
47106 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47107 Date:   Tue Sep 2 15:07:54 2008 +0200
47108
47109     ppc4xx: Update VOM405 board configuration
47110
47111     - remove PCI code
47112     - add command line editing
47113     - minor cleanup
47114
47115     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47116     Signed-off-by: Stefan Roese <sr@denx.de>
47117
47118 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
47119 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47120 Date:   Tue Sep 2 15:07:53 2008 +0200
47121
47122     ppc4xx: Remove obsolete initdram() function from VOM405 board
47123
47124     This patch removed the obsolete initdram() function from
47125     VOM405 platform file.
47126
47127     Some minor cleanup.
47128
47129     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47130     Signed-off-by: Stefan Roese <sr@denx.de>
47131
47132 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
47133 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47134 Date:   Tue Sep 2 15:07:52 2008 +0200
47135
47136     ppc4xx: Cleanup VOM405 linker script
47137
47138     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47139     Signed-off-by: Stefan Roese <sr@denx.de>
47140
47141 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
47142 Author: Matthias Fuchs <mf@esd.eu>
47143 Date:   Tue Sep 2 15:07:51 2008 +0200
47144
47145     ppc4xx: Add fdt support for VOM405 boards
47146
47147     Signed-off-by: Matthias Fuchs <mf@esd.eu>
47148     Signed-off-by: Stefan Roese <sr@denx.de>
47149
47150 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
47151 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47152 Date:   Tue Sep 2 11:36:14 2008 +0200
47153
47154     ppc4xx: Coding style cleanup
47155
47156     Wrap long lines etc.
47157
47158     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47159     Signed-off-by: Stefan Roese <sr@denx.de>
47160
47161 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
47162 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47163 Date:   Tue Sep 2 11:35:56 2008 +0200
47164
47165     ppc4xx: Enable USB on PLU405 boards
47166
47167     This patch enables the PCI-OHCI controller on PLU405 board.
47168
47169     Also the default CPU frequency is updated to 266 MHz and
47170     command line editing is enabled.
47171
47172     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47173     Signed-off-by: Stefan Roese <sr@denx.de>
47174
47175 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
47176 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47177 Date:   Tue Sep 2 11:35:35 2008 +0200
47178
47179     ppc4xx: Cleanup PLU405 platform file
47180
47181     This patch
47182     - wraps some long lines
47183     - removes unused/obsolete functions: misc_init_f() and initdram()
47184
47185     Signed-off-by: Matthias Fuchs <mf@esd.eu>
47186     Signed-off-by: Stefan Roese <sr@denx.de>
47187
47188 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
47189 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47190 Date:   Tue Sep 2 11:35:04 2008 +0200
47191
47192     ppc4xx: Cleanup PLU405 linker script
47193
47194     Signed-off-by: Matthias Fuchs <mf@esd.eu>
47195     Signed-off-by: Stefan Roese <sr@denx.de>
47196
47197 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
47198 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47199 Date:   Tue Sep 2 11:34:36 2008 +0200
47200
47201     ppc4xx: Add fdt support for PLU405 boards
47202
47203     Signed-off-by: Matthias Fuchs <mf@esd.eu>
47204     Signed-off-by: Stefan Roese <sr@denx.de>
47205
47206 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
47207 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47208 Date:   Tue Sep 2 11:34:08 2008 +0200
47209
47210     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
47211
47212     Signed-off-by: Matthias Fuchs <mf@esd.eu>
47213     Signed-off-by: Stefan Roese <sr@denx.de>
47214
47215 commit be1b0d2777e179191a57b138b660547a17e55aad
47216 Author: Jochen Friedrich <jochen@scram.de>
47217 Date:   Tue Sep 2 11:24:59 2008 +0200
47218
47219     Don't tftp to unknown flash
47220
47221     If a board has a variable number of flash banks, there are empty entries
47222     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
47223     "Outside available Flash". This patch skips flash banks with unknown
47224     flash ids.
47225
47226     Signed-off-by: Jochen Friedrich <jochen@scram.de>
47227     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47228
47229 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
47230 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47231 Date:   Thu Aug 28 13:40:44 2008 +0900
47232
47233     net: smc911x: Add pkt_data_pull and pkt_data_push function
47234
47235     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
47236     Byte-swapping is necessary, and so poor performance is inevitable.
47237     This problem cannot evade by the swap function of CHIP, this can
47238     evade by software Byte-swapping.
47239     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
47240     functions necessary to solve this problem.
47241
47242     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47243     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47244
47245 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
47246 Author: Ben Warren <biggerbadderben@gmail.com>
47247 Date:   Sun Aug 31 20:37:00 2008 -0700
47248
47249     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
47250
47251     Affected boards:
47252         db64360
47253         db64460
47254         katmai
47255         taihu
47256         taishan
47257         yucca
47258         cpc45
47259         cpu87
47260         eXalion
47261         elppc
47262         debris
47263         kvme080
47264         mpc8315erdb
47265         integratorap
47266         ixdp425
47267         oxc
47268         pm826
47269         pm828
47270         pm854
47271         pm856
47272         ppmc7xx
47273         sc3
47274         sc520_spunk
47275         sorcery
47276         tqm8272
47277         tqm85xx
47278         utx8245
47279
47280     Removed initialization of the driver from net/eth.c
47281     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
47282
47283     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47284
47285 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
47286 Author: Ben Warren <biggerbadderben@gmail.com>
47287 Date:   Sun Aug 31 10:45:44 2008 -0700
47288
47289     Moved initialization of TULIP Ethernet controller to board_eth_init()
47290
47291     Affected boards:
47292         cu824
47293         bab7xx
47294         adciop
47295         dasa_sim
47296         mousse
47297         mpc8540eval
47298         musenki
47299         mvblue
47300         pcippc2/pcippc6
47301         sbc8240
47302         stxssa
47303
47304     Removed initialization of the driver from net/eth.c
47305
47306     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47307
47308 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
47309 Author: Ben Warren <biggerbadderben@gmail.com>
47310 Date:   Sun Aug 31 10:44:19 2008 -0700
47311
47312     Moved initialization of E1000 Ethernet controller to board_eth_init()
47313
47314     Affected boards:
47315         ap1000
47316         mvbc_p
47317         PM854
47318
47319     Removed initialization of the driver from net/eth.c
47320
47321     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47322
47323 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
47324 Author: Ben Warren <biggerbadderben@gmail.com>
47325 Date:   Sun Aug 31 10:40:51 2008 -0700
47326
47327     Moved initialization of plb2800 Ethernet driver to board_eth_init
47328
47329     Affected boards:
47330         purple
47331
47332     Removed initialization of controller from net/eth.c
47333
47334     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47335
47336 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
47337 Author: Ben Warren <biggerbadderben@gmail.com>
47338 Date:   Sun Aug 31 10:39:12 2008 -0700
47339
47340     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
47341
47342     Modified board_eth_init() functions of boards that have this FEC in addition
47343     to other Ethernet controllers.
47344
47345     Affected boards:
47346         bc3450
47347         icecube
47348         mvbc_p
47349         o2dnt
47350         pm520
47351         total5200
47352         tq5200
47353
47354     Removed initialization of controller from net/eth.c
47355
47356     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47357
47358 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
47359 Author: Ben Warren <biggerbadderben@gmail.com>
47360 Date:   Sun Aug 31 10:36:38 2008 -0700
47361
47362     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
47363
47364     Added a cpu_eth_init() function to MPC512x CPU directory and
47365     removed code from net/eth.c
47366
47367     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47368
47369 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
47370 Author: Ben Warren <biggerbadderben@gmail.com>
47371 Date:   Sun Aug 31 10:16:59 2008 -0700
47372
47373     Moved initialization of IncaIP Ethernet controller to board_eth_init
47374
47375     Affected boards:
47376         IncaIP
47377
47378     Removed initialization of the driver from net/eth.c
47379
47380     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47381
47382 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
47383 Author: Ben Warren <biggerbadderben@gmail.com>
47384 Date:   Sun Aug 31 10:15:26 2008 -0700
47385
47386     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
47387
47388         Affected boards:
47389             AmigaOneG3SE
47390
47391         Removed initialization of the driver from net/eth.c
47392
47393     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47394
47395 commit 6aca145e067efe75398e9fac97822bd3700de0b2
47396 Author: Ben Warren <biggerbadderben@gmail.com>
47397 Date:   Sun Aug 31 10:13:34 2008 -0700
47398
47399     Moved initialization of GT6426x Ethernet controller to board_eth_init()
47400
47401     Affected boards:
47402         EVB64260
47403         P3G4
47404         ZUMA
47405
47406     Removed initialization of the driver from net/eth.c
47407
47408     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47409
47410 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
47411 Author: Ben Warren <biggerbadderben@gmail.com>
47412 Date:   Sun Aug 31 10:08:43 2008 -0700
47413
47414     Moved initialization of PCNET Ethernet controller to board_eth_init()
47415
47416     Affected boards:
47417         PN62
47418         sc520_cdp
47419
47420     Removed initialization of the driver from net/eth.c
47421
47422     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47423
47424 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
47425 Author: Ben Warren <biggerbadderben@gmail.com>
47426 Date:   Sun Aug 31 10:07:16 2008 -0700
47427
47428     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
47429
47430     Affected boards:
47431         a3000
47432
47433     Removed initialization of the driver from net/eth.c
47434
47435     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47436
47437 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
47438 Author: Ben Warren <biggerbadderben@gmail.com>
47439 Date:   Sun Aug 31 10:03:22 2008 -0700
47440
47441     Moved initialization of NS8382X Ethernet controller to board_eth_init()
47442
47443     Affected boards:
47444         bc3450
47445         cpci5200
47446         mecp5200
47447         pf2000
47448         icecube
47449         o2dnt
47450         pm520
47451         sandpoint8245
47452         total5200
47453         tqm5200
47454
47455     Removed initialization of the driver from net/eth.c
47456
47457     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47458
47459 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
47460 Author: Ben Warren <biggerbadderben@gmail.com>
47461 Date:   Sun Aug 31 09:59:33 2008 -0700
47462
47463     Moved initialization of TSI108 Ethernet controller to board_eth_init()
47464
47465     Affected boards:
47466         mpc7448hpc2
47467
47468     Removed initialization of the driver from net/eth.c
47469
47470     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47471
47472 commit 0b252f50ae218ae15bfb63af44227972686ebc56
47473 Author: Ben Warren <biggerbadderben@gmail.com>
47474 Date:   Sun Aug 31 21:41:08 2008 -0700
47475
47476     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
47477
47478     Affected boards:
47479         hidden_dragon
47480         MPC8544DS
47481         MPC8610HPCN
47482         R2DPLUS
47483         TB0229
47484
47485     Removed initialization of the driver from net/eth.c
47486
47487     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47488
47489 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
47490 Author: Ben Warren <biggerbadderben@gmail.com>
47491 Date:   Sun Aug 31 09:49:42 2008 -0700
47492
47493     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
47494
47495     Affected boards:
47496         linkstation
47497         r7780mp
47498
47499     Removed initialization of the driver from net/eth.c
47500
47501     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47502
47503 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
47504 Author: Ben Warren <biggerbadderben@gmail.com>
47505 Date:   Tue Aug 12 22:11:53 2008 -0700
47506
47507     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
47508
47509     Removed at91sam9_eth_initialize() from net/eth.c
47510
47511     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47512
47513 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
47514 Author: Ben Warren <biggerbadderben@gmail.com>
47515 Date:   Sun Aug 31 22:22:04 2008 -0700
47516
47517     Introduce netdev.h header file and remove externs
47518
47519     This addresses all drivers whose initializers have already
47520     been moved to board_eth_init()/cpu_eth_init().
47521
47522     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47523
47524 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
47525 Author: Andy Fleming <afleming@freescale.com>
47526 Date:   Sun Aug 31 16:33:30 2008 -0500
47527
47528     Add pixis_set_sgmii command
47529
47530     The 8544DS and 8572DS platforms support an optional SGMII riser card to
47531     expose ethernet over an SGMII interface.  Once the card is in, it is also
47532     necessary to configure the board such that it uses the card, rather than
47533     the on-board ethernet ports.  This can either be done by flipping dip switches
47534     on the motherboard, or by modifying registers in the pixis.  Either way
47535     requires a reboot.
47536
47537     This adds a command to allow users to choose which ports are routed through
47538     the SGMII card, and which through the onboard ports.  It also allows users
47539     to revert to the current switch settings.
47540
47541     This code does not work on the 8572, as the PIXIS is different.
47542
47543     Signed-off-by: Andy Fleming <afleming@freescale.com>
47544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47545
47546 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
47547 Author: Andy Fleming <afleming@freescale.com>
47548 Date:   Sun Aug 31 16:33:29 2008 -0500
47549
47550     Add SGMII support for the 8544 DS
47551
47552     The 8544 DS has an optional SGMII Riser card, which uses different PHY
47553     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
47554     setup code if so.
47555
47556     Signed-off-by: Andy Fleming <afleming@freescale.com>
47557     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47558
47559 commit 652f7c2eef76a1340928bd660845441e932d86a2
47560 Author: Andy Fleming <afleming@freescale.com>
47561 Date:   Sun Aug 31 16:33:28 2008 -0500
47562
47563     Add support for Freescale SGMII Riser Card
47564
47565     The 8544DS and 8572DS systems have an optional SGMII riser card which
47566     exposes new ethernet ports which are connected to the eTSECs via an
47567     SGMII interface.  The SGMII PHYs for this board are offset from the standard
47568     PHY addresses, so this code modifies the passed in tsec_info structure to
47569     use the SGMII PHYs on the card, instead.
47570
47571     Signed-off-by: Andy Fleming <afleming@freescale.com>
47572     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47573
47574 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
47575 Author: Andy Fleming <afleming@freescale.com>
47576 Date:   Sun Aug 31 16:33:27 2008 -0500
47577
47578     Add SGMII support to the tsec
47579
47580     Adds support for configuring the TBI to talk properly with the SerDes.
47581
47582     Signed-off-by: Andy Fleming <afleming@freescale.com>
47583     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47584
47585 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
47586 Author: Andy Fleming <afleming@freescale.com>
47587 Date:   Sun Aug 31 16:33:26 2008 -0500
47588
47589     Pass in tsec_info struct through tsec_initialize
47590
47591     The tsec driver contains a hard-coded array of configuration information
47592     for the tsec ethernet controllers.  We create a default function that works
47593     for most tsecs, and allow that to be overridden by board code.  It creates
47594     an array of tsec_info structures, which are then parsed by the corresponding
47595     driver instance to determine configuration.  Also, add regs, miiregs, and
47596     devname fields to the tsec_info structure, so that we don't need the kludgy
47597     "index" parameter.
47598
47599     Signed-off-by: Andy Fleming <afleming@freescale.com>
47600     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47601
47602 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
47603 Author: Andy Fleming <afleming@freescale.com>
47604 Date:   Sun Aug 31 16:33:25 2008 -0500
47605
47606     tsec: Move tsec.h to include/
47607
47608     This is to prepare the way for board code passing in the tsec_info structure
47609
47610     Signed-off-by: Andy Fleming <afleming@freescale.com>
47611     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47612
47613 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
47614 Author: Sergei Poselenov <sposelenov@emcraft.com>
47615 Date:   Fri Jun 6 15:52:44 2008 +0200
47616
47617     PHY: Add support for the M88E1121R Marvell chip.
47618
47619     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
47620     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
47621     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47622
47623 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
47624 Author: Wolfgang Denk <wd@denx.de>
47625 Date:   Tue Sep 2 21:17:36 2008 +0200
47626
47627     fw_env.c: fix build problems with MTD_VERSION=old
47628
47629     (as needed to support old 2.4 Linux kernel based releases)
47630
47631     Signed-off-by: Wolfgang Denk <wd@denx.de>
47632
47633 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
47634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47635 Date:   Mon Sep 1 17:11:26 2008 +0200
47636
47637     device: make device_register() clone the device
47638
47639     This is expected by the callers, but this fact was hidden well within
47640     the old list implementation.
47641
47642     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47643
47644 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
47645 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47646 Date:   Mon Sep 1 14:00:07 2008 +0200
47647
47648     avr32: Add support for "GPIO" port mux
47649
47650     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
47651     all later AVR32 chips. This patch adds a driver for it, implementing the
47652     same API as the existing portmux-pio driver but with more functionality.
47653
47654     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47655
47656 commit d92852579546c46bdaac978e0b6767a6645b69e0
47657 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47658 Date:   Fri Aug 15 15:02:29 2008 +0200
47659
47660     atstk1000: Convert to new-style makefile
47661
47662     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47663
47664 commit 25e6854d42c11046a468576179b5494f850311b2
47665 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47666 Date:   Sun Aug 31 18:46:35 2008 +0200
47667
47668     avr32: use board_early_init_r instead of board_init_info
47669
47670     Replace the avr32-specific board_init_info hook by the standard
47671     board_early_init_r hook and make it optional.
47672
47673     board_early_init_r() runs somewhat earlier than board_init_info used to
47674     do, but this isn't a problem for any of the in-tree boards.
47675
47676     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47677
47678 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
47679 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47680 Date:   Sun Aug 31 18:24:24 2008 +0200
47681
47682     avr32: Use board_postclk_init instead of gclk_init
47683
47684     Replace the avr32-specific gclk_init() board hook with the standard
47685     board_postclk_init() hook which is supposed to run at the same point
47686     during initialization.
47687
47688     Provide a dummy weak alias for boards not implementing this hook. The
47689     cost of this is:
47690       - 2 bytes for the dummy function (retal 0)
47691       - 2 bytes for each unnecessary function call (short rcall)
47692
47693     which is a pretty small price to pay for avoiding lots of #ifdef
47694     clutter. In this particular case, all boards probably end up slightly
47695     smaller because we avoid the conditional checking if the gclk_init
47696     symbol is NULL.
47697
47698     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47699
47700 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
47701 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47702 Date:   Sun Aug 31 18:07:35 2008 +0200
47703
47704     hammerhead: Use gclk helper functions
47705
47706     Use the new gclk helper functions to set up the PHY clock instead of
47707     accessing the PM registers directly.
47708
47709     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47710
47711 commit 98090cd75cdb40b2ab94c806c338540a5716748b
47712 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47713 Date:   Sun Aug 31 18:05:32 2008 +0200
47714
47715     avr32: Add gclk helper functions
47716
47717     Add two helper functions for configuring and enabling generic clocks:
47718       - gclk_enable_output: Enables output on a GCLKx pin
47719       - gclk_set_rate: Configures a gclk to run at a specific rate
47720
47721     This should eliminate any reason to go mucking about with PM registers
47722     from board code.
47723
47724     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47725
47726 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
47727 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47728 Date:   Fri Aug 29 21:09:49 2008 +0200
47729
47730     avr32: refactor the portmux/gpio code
47731
47732       - Separate the portmux configuration functionality from the GPIO pin
47733         control API.
47734       - Separate the controller-specific code from the chip-specific code.
47735       - Allow "ganged" port configuration (multiple pins at once).
47736       - Add more flexibility to the "canned" peripheral select functions:
47737           - Allow using more than 23 address bits, more chip selects, as
47738         well as NAND- and CF-specific pins.
47739           - Make the MACB SPEED pin optional, and choose between MII/RMII
47740         using a parameter instead of an #ifdef.
47741           - Make it possible to use other MMC slots than slot 0, and support
47742         different MMC/SDCard data bus widths.
47743       - Use more reasonable pull-up defaults; floating pins may consume a
47744         lot of power.
47745       - Get rid of some custom portmux code from the mimc200 board code. The
47746         old gpio/portmux API couldn't really handle its requirements, but
47747         the new one can.
47748       - Add documentation.
47749
47750     The end result is slightly smaller code for all boards. Which isn't
47751     really the point, but at least it isn't any larger.
47752
47753     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
47754     the board maintainers could help me test this on their boards. In
47755     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
47756     can help me out.
47757
47758     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47759     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
47760     Cc: Mark Jackson <mpfj@mimc.co.uk>
47761     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
47762     Cc: Julien May <julien.may@miromico.ch>
47763
47764     Changes since v1:
47765       * Enable pullup on NWAIT
47766       * Add missing include to portmux-pio.h
47767       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
47768
47769 commit 4c24e8288c601cb773ab02528b48a8577970e867
47770 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47771 Date:   Sat Aug 30 17:28:36 2008 +0200
47772
47773     avr32: data_bits should reflect the actual number of data bits
47774
47775     Make the data_bits enum in struct sdram_config reflect the actual number
47776     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
47777     32 bits is just too confusing.
47778
47779     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47780
47781 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
47782 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47783 Date:   Fri Aug 29 17:48:18 2008 +0200
47784
47785     avr32: Update README
47786
47787     Remove some outdated and/or unnecessary information, and add updated
47788     information about the toolchain and buildroot.
47789
47790     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47791
47792 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
47793 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47794 Date:   Sun Aug 31 23:28:15 2008 +0900
47795
47796     sh: Remove CC line from board's Makefile
47797
47798     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47799
47800 commit 468eae0660de6fdfd9999944c536ecc4797bd944
47801 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47802 Date:   Sun Aug 31 23:25:57 2008 +0900
47803
47804     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
47805
47806     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47807
47808 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
47809 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47810 Date:   Thu Aug 28 14:50:52 2008 +0900
47811
47812     sh: Add support sh2 to MAKEALL
47813
47814     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47815     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47816
47817 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
47818 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47819 Date:   Thu Aug 28 14:52:23 2008 +0900
47820
47821     sh: Fix compile error rsk7203 board
47822
47823     This boards used old type preprocessor.
47824     This patch fix compile error.
47825
47826     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47827     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47828
47829 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
47830 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47831 Date:   Thu Aug 28 14:53:31 2008 +0900
47832
47833     sh: Fix compile error sh7785lcr board
47834
47835     This boards used old type preprocessor.
47836     This patch fix compile error.
47837
47838     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47839     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47840
47841 commit 6f0da4972e48f99d37bc522814940a6022cd3084
47842 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47843 Date:   Fri Aug 22 17:39:09 2008 +0900
47844
47845     sh: Renesas Solutions AP325RXA board support
47846
47847     AP325RXA is SH7723's reference board.
47848     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
47849     In this patch, support SCIF, NOR Flash, and Ethernet.
47850
47851     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47852     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47853
47854 commit ab09f433b50bb83b5e440c335bc3839ee069e534
47855 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47856 Date:   Fri Aug 22 17:48:51 2008 +0900
47857
47858     sh: add support Renesas SH7723
47859
47860     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
47861     This patch supports CPU register's header file and SCIF serial driver.
47862
47863     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47864     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47865
47866 commit c655fad06ba3fb042dbc667724a40e1a9a091248
47867 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47868 Date:   Sun Aug 31 23:02:04 2008 +0900
47869
47870     sh: Renesas RSK+ 7203 board support
47871
47872     This adds initial support for the RTE RSK+ SH7203 board.
47873
47874     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47875     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47876
47877 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
47878 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47879 Date:   Thu Jul 3 23:11:02 2008 +0900
47880
47881     sh: Add support Renesas SH7203 processor
47882
47883     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47884     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47885
47886 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
47887 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47888 Date:   Sun Aug 31 22:48:33 2008 +0900
47889
47890     sh: Add support SH2/SH2A which is CPU of Renesas Technology
47891
47892     Add support SH2/SH2A basic function.
47893
47894     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47895     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47896
47897 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
47898 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47899 Date:   Sun Aug 31 22:45:08 2008 +0900
47900
47901     sh: Renesas R0P7785LC0011RL board support
47902
47903     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
47904     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
47905
47906     This patch supports the following functions:
47907      - 128MB DDR2-SDRAM (29-bit address mode only)
47908      - NOR Flash
47909      - USB host
47910      - Ethernet
47911
47912     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
47913     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47914
47915 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
47916 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
47917 Date:   Thu Jul 10 19:32:53 2008 +0900
47918
47919     sh: add support for SH7785
47920
47921     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
47922     This patch supports CPU register's header file.
47923
47924     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
47925     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47926
47927 commit d6e04258be8f2408845468d3cf722a4cf0433445
47928 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47929 Date:   Sun Aug 31 04:45:42 2008 +0200
47930
47931     davinci: fix remaining dm644x_eth
47932
47933     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47934
47935 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
47936 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47937 Date:   Sun Aug 31 04:24:56 2008 +0200
47938
47939     fs: Move conditional compilation to Makefile
47940
47941     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47942
47943 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
47944 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47945 Date:   Sun Aug 31 04:24:55 2008 +0200
47946
47947     devices: merge to list_head
47948
47949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47950
47951 commit ef0255fc75f28655f9681422079287d68a14dbaa
47952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47953 Date:   Sun Aug 31 04:24:51 2008 +0200
47954
47955     update linux/list
47956
47957     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47958
47959 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
47960 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47961 Date:   Sun Aug 31 00:39:48 2008 +0200
47962
47963     smdk6400: add gitignore
47964
47965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47966
47967 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
47968 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47969 Date:   Sun Aug 31 00:39:48 2008 +0200
47970
47971     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
47972
47973     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47974
47975 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
47976 Author: Guennadi Liakhovetski <lg@denx.de>
47977 Date:   Sun Aug 31 00:39:47 2008 +0200
47978
47979     smdk6400: remove redundant bootargs definition
47980
47981     Double bootargs setting leads to a duplicated environmant entry.
47982
47983     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47984
47985 commit 11edcfe260f20dcea79284a3e95270989d433854
47986 Author: Guennadi Liakhovetski <lg@denx.de>
47987 Date:   Sun Aug 31 00:39:47 2008 +0200
47988
47989     ARM: Add support for S3C6400 based SMDK6400 board
47990
47991     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
47992     driver for it too. The board can also boot from the NOR flash, but due to
47993     hardware limitations it can only address 64KiB on it, which is not enough
47994     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
47995
47996     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47997
47998 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
47999 Author: Guennadi Liakhovetski <lg@denx.de>
48000 Date:   Sun Aug 31 00:39:47 2008 +0200
48001
48002     NAND: add NAND driver for S3C64XX
48003
48004     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
48005
48006     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48007
48008 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
48009 Author: Guennadi Liakhovetski <lg@denx.de>
48010 Date:   Sun Aug 31 00:39:47 2008 +0200
48011
48012     S3C64XX: remove broken HWFLOW support from the serial driver
48013
48014     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
48015     broken and currently unused. Remove it.
48016
48017     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48018
48019 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
48020 Author: Guennadi Liakhovetski <lg@denx.de>
48021 Date:   Sun Aug 31 00:39:47 2008 +0200
48022
48023     serial: add S3C64XX serial driver
48024
48025     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
48026
48027     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48028
48029 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
48030 Author: Guennadi Liakhovetski <lg@denx.de>
48031 Date:   Sun Aug 31 00:39:46 2008 +0200
48032
48033     USB: Add support for OHCI controller on S3C6400
48034
48035     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
48036     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
48037     it should work too and we could still profit from instruction cache.
48038
48039     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48040
48041 commit 9b07773f8883665b002500c190507e9fd99b7181
48042 Author: Guennadi Liakhovetski <lg@denx.de>
48043 Date:   Sun Aug 31 00:39:46 2008 +0200
48044
48045     ARM: Add arm1176 core with S3C6400 SoC
48046
48047     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
48048
48049     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48050
48051 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
48052 Author: Sandeep Paulraj <s-paulraj@ti.com>
48053 Date:   Sun Aug 31 00:39:46 2008 +0200
48054
48055     ARM DaVinci: Changing function names for EMAC driver
48056
48057     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
48058     By replacing all the function names that start with dm644x_* to davinci_*
48059     we make these function more portable. I have tested this change on my EVM.
48060     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
48061     be sending patches that add DaVinci DM6467 support to the list soon.
48062
48063     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
48064
48065 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
48066 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
48067 Date:   Sat Aug 30 23:21:30 2008 +0200
48068
48069     Integrator[AP/CP] - Remove unused file memsetup.S
48070
48071     - memsetup.s is changed/merged to lowlevel_init.S
48072       memsetup.S has a global label memsetup that just returns back to caller
48073     - memsetup global label is changed/merged to lowlevel_init
48074       This label is not called from anywhere.
48075
48076     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
48077
48078 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
48079 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48080 Date:   Wed Aug 27 21:35:52 2008 +0200
48081
48082     ARM DaVinci: Standardize names of directories/files
48083
48084     ARM DaVinci: Standardize names of directories/files.
48085
48086     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48087     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48088
48089 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
48090 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48091 Date:   Fri Jul 11 15:10:13 2008 -0400
48092
48093     ARM DaVinci: Move common functions to board/davinci/common
48094
48095     ARM DaVinci: Move common functions to board/davinci/common.
48096
48097     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48098
48099 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
48100 Author: Stefan Roese <sr@denx.de>
48101 Date:   Fri Aug 29 11:56:49 2008 +0200
48102
48103     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
48104
48105     This function is needed for the new NAND infrastructure. We only need
48106     a dummy implementation though for the NDFC.
48107
48108     Signed-off-by: Stefan Roese <sr@denx.de>
48109
48110 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
48111 Author: Stefan Roese <sr@denx.de>
48112 Date:   Fri Aug 29 12:06:27 2008 +0200
48113
48114     ppc4xx: Increase image size for NAND boot target
48115
48116     This is needed since now with HUSH enabled (amcc-common.h) the image
48117     read from NAND exceeds the previous limit.
48118
48119     Signed-off-by: Stefan Roese <sr@denx.de>
48120
48121 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
48122 Author: Ben Warren <biggerbadderben@gmail.com>
48123 Date:   Thu Aug 28 23:58:30 2008 -0700
48124
48125     Move MPC512x_FEC driver to drivers/net
48126
48127     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48128
48129 commit 80b00af01b3c9154774de2936f05a051e92f6a03
48130 Author: Ben Warren <biggerbadderben@gmail.com>
48131 Date:   Thu Aug 28 23:58:29 2008 -0700
48132
48133     Move MPC5xxx_FEC driver to drivers/net
48134
48135     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48136
48137 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
48138 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48139 Date:   Fri Aug 29 21:53:57 2008 +0200
48140
48141     cmd_terminal: remove no need ifdef
48142
48143     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48144
48145 commit 578118bdf122877ae769776be002255be447b4fa
48146 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48147 Date:   Fri Aug 29 21:53:57 2008 +0200
48148
48149     common/Makefile: order by functionality
48150
48151     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48152
48153 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
48154 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48155 Date:   Fri Aug 29 21:53:56 2008 +0200
48156
48157     miiphyutil: Move conditional compilation to Makefile
48158
48159     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48160
48161 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
48162 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48163 Date:   Fri Aug 29 21:53:37 2008 +0200
48164
48165     autoscript: Move conditional compilation to Makefile
48166
48167     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48168
48169 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
48170 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48171 Date:   Fri Aug 29 01:18:11 2008 +0200
48172
48173     crc16: move to lib_generic
48174
48175     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48176
48177 commit 55195773eacefb22dd483a3c560ea30a14263ce1
48178 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48179 Date:   Fri Aug 29 01:18:01 2008 +0200
48180
48181     miiphybb: move to drivers/net/phy
48182
48183     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48184
48185 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
48186 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48187 Date:   Thu Aug 28 12:31:51 2008 +0200
48188
48189     soft_spi: move to drivers/spi
48190
48191     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48192
48193 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
48194 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48195 Date:   Thu Aug 28 12:31:51 2008 +0200
48196
48197     soft_i2c: move to drivers/i2c
48198
48199     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48200
48201 commit 717a222229fdb77703e9174d0eb08a4b41febf49
48202 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48203 Date:   Thu Aug 28 12:31:48 2008 +0200
48204
48205     gunzip: move to lib_generic
48206
48207     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48208
48209 commit 52aef8f9ba28b747973bf76741c23db658d5773c
48210 Author: Wolfgang Ocker <weo@reccoware.de>
48211 Date:   Tue Aug 26 19:55:23 2008 +0200
48212
48213     ppc4xx: NAND configuration
48214
48215     Made NAND bank configuration setting a config variable.
48216
48217     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
48218     Signed-off-by: Stefan Roese <sr@denx.de>
48219
48220 commit 5bc542a593abc9e974fbd34704af85c37c366c60
48221 Author: Victor Gallardo <vgallardo@amcc.com>
48222 Date:   Thu Aug 28 16:03:28 2008 -0700
48223
48224     ppc4xx: fix UIC external_interrupt hang on UIC0
48225
48226     This patch fixes a UIC external_interrupt hang if critical or non-critical
48227     interrupt is set at the same time as a normal interrupt is set on UIC0.
48228
48229     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
48230     Signed-off-by: Stefan Roese <sr@denx.de>
48231
48232 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
48233 Author: Prodyut  Hazarika <phazarika@amcc.com>
48234 Date:   Wed Aug 27 16:39:00 2008 -0700
48235
48236     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
48237
48238     Removed Magic numbers from Initialization preload registers
48239     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
48240     About 5-7% improvement seen for LMBench memtests
48241
48242     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
48243     Signed-off-by: Stefan Roese <sr@denx.de>
48244
48245 commit 8a490422bed685c9491274ec997f62061d88620b
48246 Author: John Rigby <jrigby@freescale.com>
48247 Date:   Thu Aug 28 13:17:07 2008 -0600
48248
48249     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
48250
48251     MPC5121 rev 2 silicon has a new register for controlling how long
48252     CS is asserted after deassertion of ALE in multiplexed mode.
48253
48254     The default is to assert CS together with ALE.  The alternative
48255     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
48256
48257     The default is wrong for the NOR flash and CPLD on the ADS5121.
48258
48259     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
48260     it does so conditionally based on silicon rev 2.0 or greater.
48261
48262     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
48263     Signed-off-by: John Rigby <jrigby@freescale.com>
48264
48265 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
48266 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48267 Date:   Tue Aug 19 00:56:46 2008 +0600
48268
48269     Add I2C frequency dividers for ColdFire
48270
48271     The existing I2C freqency dividers for FDR does not apply
48272     to ColdFire platforms; thus, a seperate table is added
48273     based on MCF5xxx Reference Manual
48274
48275     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
48276     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48277     Acked-by: Tabi Timur <timur@freescale.com>
48278
48279 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
48280 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48281 Date:   Tue Aug 19 03:01:19 2008 +0600
48282
48283     ColdFire: I2C fix for multiple platforms
48284
48285     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48286
48287 commit d53cf6a9c7423cba668b867978648645f71c3090
48288 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48289 Date:   Tue Aug 19 00:37:13 2008 +0600
48290
48291     ColdFire: Add CONFIG_MII_INIT for M5272C3
48292
48293     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48294
48295 commit f78ced3028d4130b24a318943a70cf5584ab16f4
48296 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48297 Date:   Tue Aug 19 00:26:25 2008 +0600
48298
48299     ColdFire: Multiple fixes for MCF5445x platforms
48300
48301     Add FEC pin set and mii reset in __mii_init(). Change
48302     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
48303     change cfi_offset to 0, and change CFG_FLASH_CFI to
48304     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
48305     M54455EVB env settings in configuration file.
48306
48307     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48308
48309 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
48310 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48311 Date:   Fri Aug 15 18:24:25 2008 +0000
48312
48313     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
48314
48315     The user manuals recommend 7.
48316
48317     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
48318     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48319
48320 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
48321 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48322 Date:   Fri Aug 15 16:50:07 2008 +0000
48323
48324     ColdFire: Raise uart baudrate to 115200 bps
48325
48326     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
48327     uart baudrate increase from 19200 to 115200 bps
48328
48329     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48330
48331 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
48332 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48333 Date:   Wed Aug 13 12:07:03 2008 +0000
48334
48335     ColdFire: Fix board.c warning message
48336
48337     Implicit declaration of nand_init() warning message
48338
48339     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48340
48341 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
48342 Author: Kumar Gala <galak@kernel.crashing.org>
48343 Date:   Wed Aug 27 01:10:34 2008 -0500
48344
48345     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
48346
48347     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48348
48349 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
48350 Author: Heiko Schocher <hs@denx.de>
48351 Date:   Thu Aug 21 20:44:49 2008 +0200
48352
48353     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
48354
48355     Signed-off-by: Heiko Schocher <hs@denx.de>
48356
48357 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
48358 Author: Kumar Gala <galak@kernel.crashing.org>
48359 Date:   Tue Aug 19 14:46:36 2008 -0500
48360
48361     mpc85xx: remove redudant code with lib_ppc/interrupts.c
48362
48363     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
48364     not show how that happened, but there is no good reason for it.
48365
48366     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
48367     they exist.
48368
48369     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48370
48371 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
48372 Author: Kumar Gala <galak@kernel.crashing.org>
48373 Date:   Fri Jul 25 13:31:05 2008 -0500
48374
48375     mpc85xx: Add support for the MPC8536DS reference board
48376
48377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48378     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
48379     Signed-off-by: Dejan Minic <minic@freescale.com>
48380     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48381     Signed-off-by: Dave Liu <daveliu@freescale.com>
48382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48383
48384 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
48385 Author: Kumar Gala <galak@kernel.crashing.org>
48386 Date:   Tue Aug 12 11:14:19 2008 -0500
48387
48388     mpc85xx: Add support for the MPC8536
48389
48390     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
48391     also have SERDES init code for the 8536.
48392
48393     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48394     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
48395     Signed-off-by: Dejan Minic <minic@freescale.com>
48396     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48397     Signed-off-by: Dave Liu <daveliu@freescale.com>
48398
48399 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
48400 Author: Kumar Gala <galak@kernel.crashing.org>
48401 Date:   Tue Aug 12 11:13:08 2008 -0500
48402
48403     mpc85xx: Add support for the MPC8572DS reference board
48404
48405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48406
48407 commit 457caecdbca3df21a93abff19eab12dbc61b7897
48408 Author: Kumar Gala <galak@kernel.crashing.org>
48409 Date:   Wed Aug 27 01:05:35 2008 -0500
48410
48411     FSL DDR: Remove old SPD support from cpu/mpc85xx
48412
48413     All 85xx boards have been converted to the new code so we can
48414     remove the old SPD DDR setup code.
48415
48416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48417
48418 commit 0e7927db138976469e7257e29c1338050a50fcd9
48419 Author: Kumar Gala <galak@kernel.crashing.org>
48420 Date:   Wed Aug 27 01:04:07 2008 -0500
48421
48422     FSL DDR: Convert STXSSA to new DDR code.
48423
48424     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48425
48426 commit c360d9b970fbb9c13744c355879671165bbb9b9e
48427 Author: Kumar Gala <galak@kernel.crashing.org>
48428 Date:   Wed Aug 27 01:03:42 2008 -0500
48429
48430     FSL DDR: Convert STXGP3 to new DDR code.
48431
48432     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48433
48434 commit 8e55313b7ae12352a343f9b9962e662dbd897187
48435 Author: Kumar Gala <galak@kernel.crashing.org>
48436 Date:   Tue Aug 26 23:52:58 2008 -0500
48437
48438     FSL DDR: Convert SBC8560 to new DDR code.
48439
48440     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48441
48442 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
48443 Author: Kumar Gala <galak@kernel.crashing.org>
48444 Date:   Tue Aug 26 23:52:32 2008 -0500
48445
48446     FSL DDR: Convert MPC8540EVAL to new DDR code.
48447
48448     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48449
48450 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
48451 Author: Kumar Gala <galak@kernel.crashing.org>
48452 Date:   Tue Aug 26 23:52:07 2008 -0500
48453
48454     FSL DDR: Convert PM856 to new DDR code.
48455
48456     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48457
48458 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
48459 Author: Kumar Gala <galak@kernel.crashing.org>
48460 Date:   Tue Aug 26 23:51:49 2008 -0500
48461
48462     FSL DDR: Convert PM854 to new DDR code.
48463
48464     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48465
48466 commit 33b9079ba20926f14238fff863b68a98e938948e
48467 Author: Kumar Gala <galak@kernel.crashing.org>
48468 Date:   Tue Aug 26 23:15:28 2008 -0500
48469
48470     FSL DDR: Convert sbc8548 to new DDR code.
48471
48472     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48473
48474 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
48475 Author: Kumar Gala <galak@kernel.crashing.org>
48476 Date:   Tue Aug 26 23:14:14 2008 -0500
48477
48478     FSL DDR: Convert atum8548 to new DDR code.
48479
48480     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48481
48482 commit be0bd8234b9777ecd63c4c686f72af070d886517
48483 Author: Kumar Gala <galak@kernel.crashing.org>
48484 Date:   Tue Aug 26 22:56:56 2008 -0500
48485
48486     FSL DDR: Convert socrates to new DDR code.
48487
48488     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48489
48490 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
48491 Author: Kumar Gala <galak@kernel.crashing.org>
48492 Date:   Tue Aug 26 08:02:30 2008 -0500
48493
48494     FSL DDR: Convert MPC8544DS to new DDR code.
48495
48496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48497
48498 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
48499 Author: Jon Loeliger <jdl@freescale.com>
48500 Date:   Tue Mar 18 13:51:05 2008 -0500
48501
48502     FSL DDR: Convert MPC8568MDS to new DDR code.
48503
48504     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48505     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48506
48507 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
48508 Author: Jon Loeliger <jdl@freescale.com>
48509 Date:   Tue Mar 18 13:51:06 2008 -0500
48510
48511     FSL DDR: Convert MPC8548CDS to new DDR code.
48512
48513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48515
48516 commit aa11d85cf318b961e029fe50d68ca47d004bce93
48517 Author: Jon Loeliger <jdl@freescale.com>
48518 Date:   Mon Mar 17 15:48:18 2008 -0500
48519
48520     FSL DDR: Convert MPC8541CDS to new DDR code.
48521
48522     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48523     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48524
48525 commit 2b40edb10d81da7bba724edbccd7f53777112579
48526 Author: Jon Loeliger <jdl@freescale.com>
48527 Date:   Tue Mar 18 11:12:42 2008 -0500
48528
48529     FSL DDR: Convert MPC8555ADS to new DDR code.
48530
48531     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48532     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48533
48534 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
48535 Author: Jon Loeliger <jdl@freescale.com>
48536 Date:   Tue Mar 18 11:12:44 2008 -0500
48537
48538     FSL DDR: Convert MPC8560ADS to new DDR code.
48539
48540     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48541     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48542
48543 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
48544 Author: Kumar Gala <galak@kernel.crashing.org>
48545 Date:   Fri Jun 6 13:12:18 2008 -0500
48546
48547     FSL DDR: Convert MPC8540ADS to new DDR code.
48548
48549     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48550
48551 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
48552 Author: Kumar Gala <galak@kernel.crashing.org>
48553 Date:   Tue Aug 26 21:34:55 2008 -0500
48554
48555     FSL DDR: Add 85xx specific register setting
48556
48557     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48558
48559 commit 6fb1b7346849ccd0c20306143e334f5b76143070
48560 Author: Kumar Gala <galak@kernel.crashing.org>
48561 Date:   Mon Jun 9 11:07:46 2008 -0500
48562
48563     FSL DDR: Add e500 TLB helper for DDR code
48564
48565     Provide a helper function that board code can call to map TLBs when
48566     setting up DDR.
48567
48568     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48569
48570 commit d26b739afe5a6760bd345743188759cd9d0f3b47
48571 Author: Andrew Dyer <adyer@righthandtech.com>
48572 Date:   Tue Aug 26 17:03:38 2008 -0500
48573
48574     dm9000 remove dead external phy support, gpio fix
48575
48576     dm9000 has code to detect and initialize external phy parts, but later
48577     on in the code the part is forced to use the internal phy
48578     unconditionally.  Remove the unused/untested code.
48579
48580     change the GPIO initialization so that only the GPIO used as an
48581     internal phy reset (hardwired in the chip) is set as an output.  The
48582     remaining GPIO need to be handled by board specific code to prevent
48583     possible drive conflicts.  Set as inputs for safety.
48584
48585     replace a few magic numbers with defines
48586
48587     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
48588     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48589
48590 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
48591 Author: Peter Tyser <ptyser@xes-inc.com>
48592 Date:   Tue Aug 26 11:17:48 2008 -0500
48593
48594     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
48595
48596     cmd_net.c command descriptions were updated to describe the optional
48597     hostIPaddr argument.  The dhcp command help message was also updated
48598     to more closely reflect the other commands in cmd_net.c
48599
48600     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
48601     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48602
48603 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
48604 Author: Remy Bohmer <linux@bohmer.net>
48605 Date:   Wed Aug 20 11:30:28 2008 +0200
48606
48607     Fix bogus error message in the DHCP handler
48608
48609     The DHCP handler has 1 state that is not listed in this case, causing a
48610     failure message when there is actually no failure.
48611
48612     Signed-off-by: Remy Bohmer <linux@bohmer.net>
48613     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48614
48615 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
48616 Author: Remy Bohmer <linux@bohmer.net>
48617 Date:   Wed Aug 20 11:30:27 2008 +0200
48618
48619     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
48620
48621     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
48622     missing extern inside the net/bootp.h header
48623
48624     Signed-off-by: Remy Bohmer <linux@bohmer.net>
48625     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48626
48627 commit 1803f7f91ff35ca402259065df7557107dcf28a2
48628 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48629 Date:   Tue Aug 19 21:26:32 2008 +0000
48630
48631     ColdFire: Add FEC Buffer descriptors in SRAM
48632
48633     Add FEC Buffer descriptors and data buffer in SRAM for
48634     faster execution and access.
48635
48636     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48637     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48638
48639 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
48640 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48641 Date:   Thu Aug 21 23:55:11 2008 +0000
48642
48643     Fix ColdFire FEC warning messages
48644
48645     Types mismatch and implicit declaration of icache_invalid()
48646     warning messages
48647
48648     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48649     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48650
48651 commit 6a002171098e968bd5b362347d2831224fab6048
48652 Author: Ben Warren <biggerbadderben@gmail.com>
48653 Date:   Sat Jul 12 00:17:50 2008 -0700
48654
48655     Moved initialization of SKGE Ethernet driver to board code.
48656
48657     The only board using this driver is the SL8245 board.
48658     Removed initialization for the driver from net/eth.c
48659
48660     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48661
48662 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
48663 Author: Ben Warren <biggerbadderben@gmail.com>
48664 Date:   Sat Jul 12 00:08:45 2008 -0700
48665
48666     Moved conditional compilation to Makefile for SK98 Ethernet driver
48667
48668     Brute-force removal of #ifdefs.  Didn't touch the code.
48669     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48670
48671 commit 65d3d99c28dc363d15eaee78225ff643df499b97
48672 Author: Ben Warren <biggerbadderben@gmail.com>
48673 Date:   Fri Jul 11 23:42:19 2008 -0700
48674
48675     Moved initialization of ULI526X Ethernet driver to board code.
48676
48677     The only board using this driver is the Freescale MPC8610HPCD board.
48678     Removed initialization for the driver from net/eth.c
48679
48680     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48681
48682 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
48683 Author: Ben Warren <biggerbadderben@gmail.com>
48684 Date:   Fri Jul 11 23:15:28 2008 -0700
48685
48686     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
48687
48688     Added board_eth_init() function to bf537-stamp board.
48689     Removed initialization for the Blackin EMAC driver from net/eth.c
48690
48691     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48692
48693 commit fc363ce35408f348cacced68505f3747a53e3d7c
48694 Author: Ben Warren <biggerbadderben@gmail.com>
48695 Date:   Wed Jul 9 01:04:19 2008 -0700
48696
48697     Moved initialization of GRETH Ethernet driver to CPU directory
48698
48699     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
48700     removed code from net/eth.c
48701
48702     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48703
48704 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
48705 Author: Ben Warren <biggerbadderben@gmail.com>
48706 Date:   Tue Aug 26 22:16:25 2008 -0700
48707
48708     Moved initialization of MCFFEC Ethernet driver to CPU directory
48709
48710     Added a cpu_eth_init() function to coldfire CPU directories and
48711     removed code from net/eth.c
48712
48713     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48714
48715 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
48716 Author: Ben Warren <biggerbadderben@gmail.com>
48717 Date:   Tue Aug 26 22:12:36 2008 -0700
48718
48719     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
48720
48721     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
48722     removed code from net/eth.c
48723
48724     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48725
48726 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
48727 Author: Kumar Gala <galak@kernel.crashing.org>
48728 Date:   Tue Aug 26 15:01:38 2008 -0500
48729
48730     FSL DDR: Remove old SPD support from cpu/mpc86xx
48731
48732     All 86xx boards have been converted to the new code so we can
48733     remove the old SPD DDR setup code.
48734
48735     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48736
48737 commit 9bd4e5911b750837515466bc7449087698b88e0e
48738 Author: Kumar Gala <galak@kernel.crashing.org>
48739 Date:   Tue Aug 26 15:01:37 2008 -0500
48740
48741     FSL DDR: Convert SBC8641D to new DDR code.
48742
48743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48744
48745 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
48746 Author: Jon Loeliger <jdl@freescale.com>
48747 Date:   Tue Aug 26 15:01:36 2008 -0500
48748
48749     FSL DDR: Convert MPC8610HPCD to new DDR code.
48750
48751     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48752     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48753
48754 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
48755 Author: Kumar Gala <galak@kernel.crashing.org>
48756 Date:   Tue Aug 26 15:01:35 2008 -0500
48757
48758     FSL DDR: Convert MPC8641HPCN to new DDR code.
48759
48760     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48761     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48762
48763 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
48764 Author: Kumar Gala <galak@kernel.crashing.org>
48765 Date:   Tue Aug 26 15:01:34 2008 -0500
48766
48767     FSL DDR: Add 86xx specific register setting
48768
48769     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48770
48771 commit 233fdd502a6c227f476212b3097653ad48d7e254
48772 Author: Kumar Gala <galak@kernel.crashing.org>
48773 Date:   Tue Aug 26 15:01:32 2008 -0500
48774
48775     FSL DDR: Add DDR2 DIMM paramter support
48776
48777     Compute DIMM parameters based upon the SPD information.
48778
48779     Signed-off-by: James Yang <James.Yang@freescale.com>
48780     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48781     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48782
48783 commit 05c05a2363a6ac11e0e405926034546ffad71fad
48784 Author: Kumar Gala <galak@kernel.crashing.org>
48785 Date:   Tue Aug 26 15:01:30 2008 -0500
48786
48787     FSL DDR: Add DDR1 DIMM paramter support
48788
48789     Compute DIMM parameters based upon the SPD information in spd.
48790
48791     Signed-off-by: James Yang <James.Yang@freescale.com>
48792     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48793     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48794
48795 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
48796 Author: Kumar Gala <galak@kernel.crashing.org>
48797 Date:   Tue Aug 26 15:01:29 2008 -0500
48798
48799     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
48800
48801     The main purpose of this rewrite it to be able to share the same
48802     initialization code on all FSL PowerPC products that have DDR
48803     controllers.  (83xx, 85xx, 86xx).
48804
48805     The code is broken up into the following steps:
48806         GET_SPD
48807         COMPUTE_DIMM_PARMS
48808         COMPUTE_COMMON_PARMS
48809         GATHER_OPTS
48810         ASSIGN_ADDRESSES
48811         COMPUTE_REGS
48812         PROGRAM_REGS
48813
48814     This allows us to share more code an easily allow for board specific code
48815     overrides.
48816
48817     Additionally this code base adds support for >4G of DDR and provides a
48818     foundation for supporting interleaving on processors with more than one
48819     controller.
48820
48821     Signed-off-by: James Yang <James.Yang@freescale.com>
48822     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48823     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48824     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48825     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48826
48827 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
48828 Author: Kumar Gala <galak@kernel.crashing.org>
48829 Date:   Tue Aug 26 15:01:28 2008 -0500
48830
48831     FSL DDR: Provide a generic set_ddr_laws()
48832
48833     Provide a helper function that will setup the last available
48834     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
48835
48836     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48837
48838 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
48839 Author: James Yang <James.Yang@freescale.com>
48840 Date:   Tue Aug 26 15:01:27 2008 -0500
48841
48842     Add proper SPD definitions for DDR1/2/3
48843
48844     Also adds helper functions for DDR1/2 to verify the checksum.
48845
48846     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48847
48848 commit 285db74716c724ae8a0ff177878fd09a74428c7b
48849 Author: Wolfgang Denk <wd@denx.de>
48850 Date:   Wed Aug 27 01:02:48 2008 +0200
48851
48852     Update CHANGELOG
48853
48854     Signed-off-by: Wolfgang Denk <wd@denx.de>
48855
48856 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
48857 Author: Heiko Schocher <hs@denx.de>
48858 Date:   Tue Aug 19 10:08:49 2008 +0200
48859
48860     Add support for muas3001 board (MPC8270)
48861
48862     Signed-off-by: Heiko Schocher <hs@denx.de>
48863
48864 commit 322098bff32410d2a00031649b47c4ec90a66d9a
48865 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
48866 Date:   Tue Aug 19 08:31:18 2008 +0530
48867
48868     common/cmd_load.c cleanup - remove unused variables
48869
48870     - Remove unused global variable os_data_count.
48871     - Remove unused variable z.
48872
48873     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
48874
48875 commit 306620b762a4f9fa6678568ad2e8772dec145208
48876 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
48877 Date:   Mon Aug 18 13:35:27 2008 +0200
48878
48879     remove MVS1 board
48880
48881     MVS1 board has reached end-of-life and can be removed completely.
48882
48883     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
48884
48885 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
48886 Author: Kumar Gala <galak@kernel.crashing.org>
48887 Date:   Fri Aug 15 08:24:45 2008 -0500
48888
48889     bootm: refactor do_reset and os boot function args
48890
48891     There is no need for each OS specific function to call do_reset() we
48892     can just do it once in bootm. This means its feasible on an error for
48893     the OS boot function to return.
48894
48895     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
48896     functions.  flag isn't currently used but might be in the future so
48897     we left it alone.
48898
48899     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48900
48901 commit 40afac22a9c602e55c501c800f1c064324711b56
48902 Author: Kumar Gala <galak@kernel.crashing.org>
48903 Date:   Fri Aug 15 08:24:44 2008 -0500
48904
48905     fdt: Added resize command
48906
48907     Resize the fdt to size + padding to 4k boundary
48908
48909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48910
48911 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
48912 Author: Kumar Gala <galak@kernel.crashing.org>
48913 Date:   Fri Aug 15 08:24:43 2008 -0500
48914
48915     fdt: refactor initrd related code
48916
48917     Created a new fdt_initrd() to deal with setting the initrd properties
48918     in the device tree and fixing up the mem reserve.  We can use this
48919     both in the choosen node handling and lets us remove some duplicated
48920     code when we fixup the initrd info in bootm on PPC.
48921
48922     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48923
48924 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
48925 Author: Kumar Gala <galak@kernel.crashing.org>
48926 Date:   Fri Aug 15 08:24:42 2008 -0500
48927
48928     fdt: refactor fdt resize code
48929
48930     Move the fdt resizing code out of ppc specific boot code and into
48931     common fdt support code.
48932
48933     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48934
48935 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
48936 Author: Kumar Gala <galak@kernel.crashing.org>
48937 Date:   Fri Aug 15 08:24:41 2008 -0500
48938
48939     bootm: refactor image detection and os load steps
48940
48941     Created a bootm_start() that handles the parsing and detection of all
48942     the images that will be used by the bootm command (OS, ramdisk, fdt).
48943     As part of this we now tract all the relevant image offsets in the
48944     bootm_headers_t struct. This will allow us to have all the needed
48945     state for future sub-commands and lets us reduce a bit of arch
48946     specific code on SPARC.
48947
48948     Created a bootm_load_os() that deals with decompression and loading
48949     the OS image.
48950
48951     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48952
48953 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
48954 Author: Kumar Gala <galak@kernel.crashing.org>
48955 Date:   Fri Aug 15 08:24:40 2008 -0500
48956
48957     bootm: move lmb into the bootm_headers_t structure
48958
48959     To allow for persistent state between future bootm subcommands we
48960     need the lmb to exist in a global state.
48961     Moving it into the bootm_headers_t allows us to do that.
48962
48963     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48964
48965 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
48966 Author: Kumar Gala <galak@kernel.crashing.org>
48967 Date:   Fri Aug 15 08:24:39 2008 -0500
48968
48969     bootm: Set working fdt address as part of the bootm flow
48970
48971     Set the fdt working address so "fdt FOO" commands can be used as part
48972     of the bootm flow.  Also set an the environment variable "fdtaddr"
48973     with the value.
48974
48975     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48976
48977 commit 06a09918f3903450313e2047a9cc258bf5872f46
48978 Author: Kumar Gala <galak@kernel.crashing.org>
48979 Date:   Fri Aug 15 08:24:38 2008 -0500
48980
48981     bootm: refactor fdt locating and relocation code
48982
48983     Move the code that handles finding a device tree blob and relocating
48984     it (if needed) into common code so all arch's have access to it.
48985
48986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48987
48988 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
48989 Author: Kumar Gala <galak@kernel.crashing.org>
48990 Date:   Fri Aug 15 08:24:37 2008 -0500
48991
48992     bootm: refactor ramdisk locating code
48993
48994     Move determing if we have a ramdisk and where its located into the
48995     common code. Keep track of the ramdisk start and end in the
48996     bootm_headers_t image struct.
48997
48998     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48999
49000 commit c160a9544743e80e8889edb2275538e7764ce334
49001 Author: Kumar Gala <galak@kernel.crashing.org>
49002 Date:   Fri Aug 15 08:24:36 2008 -0500
49003
49004     bootm: refactor entry point code
49005
49006     Move entry point code out of each arch and into common code.
49007     Keep the entry point in the bootm_headers_t images struct.
49008
49009     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49010
49011 commit 20220d22b9f41446288588cd2e457e0077a18bed
49012 Author: Randy Vinson <rvinson@mvista.com>
49013 Date:   Wed Aug 13 11:44:57 2008 -0700
49014
49015     mpc7448hpc2: Fix PCI I/O space mapping.
49016
49017     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
49018     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
49019     space such that 0xFA000000 in the processor's address space maps to 0
49020     on the PCI I/O bus.
49021
49022     Signed-off-by Randy Vinson <rvinson@mvista.com>
49023     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
49024
49025 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
49026 Author: Guennadi Liakhovetski <lg@denx.de>
49027 Date:   Wed Aug 13 18:10:26 2008 +0200
49028
49029     i.MX31: Specify maintainers for i.MX31-based boards
49030
49031     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49032     Signed-off-by: Wolfgang Denk <wd@denx.de>
49033
49034 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
49035 Author: Wolfgang Denk <wd@denx.de>
49036 Date:   Tue Aug 26 15:01:28 2008 +0200
49037
49038     ADS5121: adjust image addresses in RAM and flash
49039
49040     Use the same mapping in flash as used by Linux
49041
49042     Signed-off-by: Wolfgang Denk <wd@denx.de>
49043
49044 commit 19f101412c16edee9fd55db4039e1d68a833b28b
49045 Author: Wolfgang Denk <wd@denx.de>
49046 Date:   Tue Aug 26 13:14:34 2008 +0200
49047
49048     cmd_mem.c: Fix help message alignment
49049
49050     Bug was introced by "Big white-space cleanup" (53677ef1)
49051
49052     Signed-off-by: Wolfgang Denk <wd@denx.de>
49053
49054 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
49055 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
49056 Date:   Wed Aug 20 11:11:52 2008 +0200
49057
49058     change mvBL-M7 default env and move to vendor subdir
49059
49060     fix mvBL-M7 config and move to matrix_vision subdir
49061
49062     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
49063     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49064
49065 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
49066 Author: Nick Spence <nick.spence@freescale.com>
49067 Date:   Fri Aug 22 23:52:40 2008 -0700
49068
49069     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
49070
49071     This patch adds elements to the 83xx sysconf structure and #define values that are used
49072     by mpc83xx family devices.
49073
49074     Signed-off-by: Nick Spence <nick.spence@freescale.com>
49075     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49076
49077 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
49078 Author: Ira W. Snyder <iws@ovro.caltech.edu>
49079 Date:   Fri Aug 22 11:00:15 2008 -0700
49080
49081     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
49082
49083     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
49084     PCI card rather than a host computer.
49085
49086     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
49087     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49088
49089 commit 4ff9aea9d6b5602683a920951ef896996438af62
49090 Author: Ira W. Snyder <iws@ovro.caltech.edu>
49091 Date:   Fri Aug 22 11:00:14 2008 -0700
49092
49093     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
49094
49095     This adds a helper function to unlock the PCI configuration bit, so that
49096     any extra PCI setup (such as outbound windows, etc.) can be done after
49097     using the 83XX_GENERIC_PCI code to set up the PCI bus.
49098
49099     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
49100     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49101
49102 commit 162338e1fcde231ca4d562e5ebd7859456731691
49103 Author: Ira W. Snyder <iws@ovro.caltech.edu>
49104 Date:   Fri Aug 22 11:00:13 2008 -0700
49105
49106     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
49107
49108     Change the MPC8349EMDS board to use the generic PCI initialization code
49109     for the mpc83xx cpu.
49110
49111     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
49112     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49113
49114 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
49115 Author: Kim Phillips <kim.phillips@freescale.com>
49116 Date:   Mon Aug 25 14:53:09 2008 -0500
49117
49118     fix out of tree building
49119
49120     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49121
49122 commit a49d10cf027d059ee15c262010a05cdaec0961e1
49123 Author: Wolfgang Denk <wd@denx.de>
49124 Date:   Mon Aug 25 23:45:41 2008 +0200
49125
49126     Minor coding style cleanup, updte CHANGELOG
49127
49128     Signed-off-by: Wolfgang Denk <wd@denx.de>
49129
49130 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
49131 Author: Stefan Roese <sr@denx.de>
49132 Date:   Wed Aug 20 20:29:38 2008 +0200
49133
49134     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
49135
49136     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
49137     to combine both config options into one line. This even allows defining
49138     both options and not generating the target object twice.
49139
49140     Signed-off-by: Stefan Roese <sr@denx.de>
49141
49142 commit 079edb913dbae147b50a488cf02e03f473fc5f28
49143 Author: Jens Gehrlein <sew_s@tqs.de>
49144 Date:   Fri Jul 4 16:50:05 2008 +0200
49145
49146     MX31: fix bit masks in function mx31_decode_pll()
49147
49148     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
49149
49150     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
49151
49152 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
49153 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
49154 Date:   Mon Aug 25 11:11:34 2008 +0200
49155
49156     Correct ARM Versatile Timer Initialization
49157
49158      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
49159        -- Timer Value Register @ TIMER Base + 4 is Read-only.
49160        -- Prescale Value (Bits 3-2 of TIMER Control register)
49161         can only be one of 00,01,10. 11 is undefined.
49162        -- CFG_HZ for Versatile board is set to
49163         #define CFG_HZ          (1000000 / 256)
49164         So Prescale bits is set to indicate
49165         - 8 Stages of Prescale, Clock divided by 256
49166      - The Timer Control Register has one Undefined/Shouldn't Use Bit
49167        So we should do read/modify/write Operation
49168
49169     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
49170
49171 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
49172 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
49173 Date:   Mon Aug 25 11:30:29 2008 +0200
49174
49175     Add ARM AMBA PL031 RTC Support
49176
49177     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
49178
49179 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
49180 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
49181 Date:   Tue Aug 19 16:21:03 2008 -0400
49182
49183     ARM DaVinci: Removed redundant NAND initialization code.
49184
49185     ARM DaVinci: Removed redundant NAND initialization code.
49186
49187     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
49188
49189 commit b3fb663b20d995ca41327db877ddb168279b3f62
49190 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
49191 Date:   Tue Aug 19 16:21:00 2008 -0400
49192
49193     ARM DaVinci: Fix compilation error with new MTD code.
49194
49195     ARM DaVinci: Fix compilation error with new MTD code.
49196
49197     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
49198
49199 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
49200 Author: Gerald Van Baren <vanbaren@cideas.com>
49201 Date:   Fri Aug 22 14:37:05 2008 -0400
49202
49203     Add note on dereferencing /aliases pointers
49204
49205     Replace the "must quote special characters" note with a hint on
49206     how to dereference /aliases pointers by omitting the leading "/".
49207     This feature was introduced by Kumar Gala as a libfdt enhancement
49208     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
49209
49210     Example:
49211
49212     => fdt print /aliases
49213     aliases {
49214             ethernet0 = "/qe@e0100000/ucc@2000";
49215             ethernet1 = "/qe@e0100000/ucc@3000";
49216             serial0 = "/soc8360@e0000000/serial@4500";
49217             serial1 = "/soc8360@e0000000/serial@4600";
49218             pci0 = "/pci@e0008500";
49219     };
49220     => fdt print ethernet0
49221     ucc@2000 {
49222             device_type = "network";
49223             compatible = "ucc_geth";
49224             cell-index = <0x1>;
49225             reg = <0x2000 0x200>;
49226             interrupts = <0x20>;
49227             interrupt-parent = <0x2>;
49228             local-mac-address = [00 00 00 00 00 00];
49229             rx-clock-name = "none";
49230             tx-clock-name = "clk9";
49231             phy-handle = <0x3>;
49232             phy-connection-type = "rgmii-id";
49233             pio-handle = <0x4>;
49234     };
49235
49236     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49237
49238 commit feeca3f578b7f53c032ba203698751c982f8bf5a
49239 Author: Kumar Gala <galak@kernel.crashing.org>
49240 Date:   Thu Aug 14 08:28:19 2008 -0500
49241
49242     libfdt: Add support for using aliases in fdt_path_offset()
49243
49244     If the path doesn't start with '/' check to see if it matches some alias
49245     under "/aliases" and substitute the matching alias value in the path
49246     and retry the lookup.
49247
49248     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49249     Acked-by: David Gibson <david@gibson.dropbear.id.au>
49250     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
49251
49252 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
49253 Author: David Gibson <david@gibson.dropbear.id.au>
49254 Date:   Wed Aug 6 14:50:49 2008 +1000
49255
49256     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
49257
49258     As well as fdt_subnode_offset(), libfdt includes an
49259     fdt_subnode_offset_namelen() function that takes the subnode name to
49260     look up not as a NUL-terminated string, but as a string with an
49261     explicit length.  This can be useful when the caller has the name as
49262     part of a longer string, such as a full path.
49263
49264     However, we don't have corresponding 'namelen' versions for
49265     fdt_get_property() and fdt_getprop().  There are less obvious use
49266     cases for these variants on property names, but there are
49267     circumstances where they can be useful e.g. looking up property names
49268     which need to be parsed from a longer string buffer such as user input
49269     or a configuration file, or looking up an alias in a path with
49270     IEEE1275 style aliases.
49271
49272     So, since it's very easy to implement such variants, this patch does
49273     so.  The original NUL-terminated variants are, of course, implemented
49274     in terms of the namelen versions.
49275
49276     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49277
49278 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
49279 Author: David Gibson <david@gibson.dropbear.id.au>
49280 Date:   Tue Jul 29 14:51:22 2008 +1000
49281
49282     libfdt: Forgot one function when cleaning the namespace
49283
49284     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
49285     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
49286     chance of collisions with things from whatever package libfdt is
49287     embedded in, pulled into the libfdt build via that environment's
49288     libfdt_env.h.
49289
49290     Except... I missed one.  This patch applies the same treatment to
49291     _stringlist_contains().  While we're at it, also make it static since
49292     it's only used in the same file.
49293
49294     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49295
49296 commit 46390da15411351fc3b498bd8c1615f78fe80df0
49297 Author: Wolfram Sang <w.sang@pengutronix.de>
49298 Date:   Wed Jul 9 11:22:44 2008 +0200
49299
49300     libfdt: Improve documentation in libfdt.h
49301
49302     Fix a few typos and mistakes.
49303
49304     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
49305     Acked-by: David Gibson <david@gibson.dropbear.id.au>
49306
49307 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
49308 Author: David Gibson <david@gibson.dropbear.id.au>
49309 Date:   Wed Jul 9 14:10:24 2008 +1000
49310
49311     libfdt: Increase namespace-pollution paranoia
49312
49313     libfdt is supposed to easy to embed in projects all and sundry.
49314     Often, it won't be practical to separate the embedded libfdt's
49315     namespace from that of the surrounding project.  Which means there can
49316     be namespace conflicts between even libfdt's internal/static functions
49317     and functions or macros coming from the surrounding project's headers
49318     via libfdt_env.h.
49319
49320     This patch, therefore, renames a bunch of libfdt internal functions
49321     and macros and makes a few other chances to reduce the chances of
49322     namespace collisions with embedding projects.  Specifically:
49323         - Internal functions (even static ones) are now named _fdt_*()
49324
49325         - The type and (static) global for the error table in
49326               fdt_strerror() gain an fdt_ prefix
49327
49328         - The unused macro PALIGN is removed
49329
49330         - The memeq and streq macros are removed and open-coded in the
49331               users (they were only used once each)
49332
49333         - Other macros gain an FDT_ prefix
49334
49335         - To save some of the bulk from the previous change, an
49336               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
49337               FDT_ALIGN(x, FDT_TAGSIZE)
49338
49339     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49340
49341 commit c66830263af19831f2b7db307f79d1943febf7f9
49342 Author: David Gibson <david@gibson.dropbear.id.au>
49343 Date:   Mon Jul 7 10:14:15 2008 +1000
49344
49345     dtc: Enable and fix -Wcast-qual warnings
49346
49347     Enabling -Wcast-qual warnings in dtc shows up a number of places where
49348     we are incorrectly discarding a const qualification.  There are also
49349     some places where we are intentionally discarding the 'const', and we
49350     need an ugly cast through uintptr_t to suppress the warning.  However,
49351     most of these are pretty well isolated with the *_w() functions.  So
49352     in the interests of maximum safety with const qualifications, this
49353     patch enables the warnings and fixes the existing complaints.
49354
49355     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49356     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
49357
49358 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
49359 Author: David Gibson <david@gibson.dropbear.id.au>
49360 Date:   Mon Jul 7 10:10:48 2008 +1000
49361
49362     dtc: Enable and fix -Wpointer-arith warnings
49363
49364     This patch turns on the -Wpointer-arith option in the dtc Makefile,
49365     and fixes the resulting warnings due to using (void *) in pointer
49366     arithmetic.  While convenient, pointer arithmetic on void * is not
49367     portable, so it's better that we avoid it, particularly in libfdt.
49368
49369     Also add necessary definition of uintptr_t needed by David Gibson's
49370     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
49371     comes from stdint.h, which u-boot doesn't have). -- gvb
49372
49373     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49374     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49375
49376 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
49377 Author: Tirumala R Marri <tmarri@amcc.com>
49378 Date:   Thu Aug 21 21:54:53 2008 -0700
49379
49380     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
49381
49382     During recent PCI-E tests it has been found that current
49383     driverl level and de-emphasis values are not set correctly.
49384     After sweeping throgh all de-ephasis values, it was found that
49385     0x130 is a right value. Where 0x13 is driver level and 0 is
49386     de-emphasis.
49387
49388     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
49389     Signed-off-by: Stefan Roese <sr@denx.de>
49390
49391 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
49392 Author: Remy Bohmer <linux@bohmer.net>
49393 Date:   Wed Aug 20 20:46:56 2008 +0200
49394
49395     Make the YAFFS filesystem work
49396
49397     Recently the YAFFS filesystem support has been added to U-boot.
49398     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
49399
49400     ymount will generate an exception (when dereferencing mtd->readoob()), because
49401     the genericDevice is a null pointer. Further, a lot of logging is produced
49402     while using YAFFS fs, so logging should also be disabled.
49403     Both issues are solved by this patch.
49404
49405     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
49406     in U-boot, as well as in Linux.
49407
49408     Tested on a Atmel AT91SAM9261EK board.
49409
49410     Signed-off-by: Remy Bohmer <linux@bohmer.net>
49411     Acked-by: William Juul <william.juul@tandberg.com>
49412     Signed-off-by: Scott Wood <scottwood@freescale.com>
49413
49414 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
49415 Author: Kyungmin Park <kmpark@infradead.org>
49416 Date:   Tue Aug 19 08:42:53 2008 +0900
49417
49418     Fix OneNAND read_oob/write_oob functions compatability
49419
49420     Also sync with kernel OneNAND codes
49421
49422     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49423     Signed-off-by: Scott Wood <scottwood@freescale.com>
49424
49425 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
49426 Author: Scott Wood <scottwood@freescale.com>
49427 Date:   Mon Aug 18 17:11:20 2008 -0500
49428
49429     NAND: Remove delay from nand_boot_fsl_elbc.c.
49430
49431     It was for debugging purposes, and shouldn't have been left in.
49432
49433     Signed-off-by: Scott Wood <scottwood@freescale.com>
49434
49435 commit f556483734126793522fb7a8cf36af90da78f084
49436 Author: Stefan Roese <sr@denx.de>
49437 Date:   Thu Aug 21 11:05:03 2008 +0200
49438
49439     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
49440
49441     This patch fixes some minor issues introduced with the patch:
49442     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
49443
49444     - Rework memory-queue and PLB arbiter optimization code, that the
49445       local variable is not needed anymore. This removes one #ifdef.
49446     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
49447       of XXX+ 0x01). This was not introduced by Prodyut, just a
49448       copy-paste problem.
49449
49450     Signed-off-by: Stefan Roese <sr@denx.de>
49451
49452 commit 079589bcfb24ba11068460276a3cc9549ab5346f
49453 Author: Prodyut  Hazarika <phazarika@amcc.com>
49454 Date:   Wed Aug 20 09:38:51 2008 -0700
49455
49456     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
49457         PPC405EX and PPC460EX/GT/SX
49458
49459     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
49460       processors
49461     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
49462       across processors (405 and 440/460)
49463     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
49464       processors
49465     - Add register bit definitions for Memory Queue Configuration registers
49466
49467     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
49468     Signed-off-by: Stefan Roese <sr@denx.de>
49469
49470 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
49471 Author: Kumar Gala <galak@kernel.crashing.org>
49472 Date:   Tue Aug 19 15:41:18 2008 -0500
49473
49474     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
49475
49476     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
49477     instead of bd->bi_enetaddr, bi_enet1addr, etc.
49478
49479     This makes the code a bit more flexible to the number of ethernet
49480     interfaces.
49481
49482     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49483
49484 commit 4cacf7c64609839f809e2f9c45873f1d65861703
49485 Author: Stefan Roese <sr@denx.de>
49486 Date:   Tue Aug 19 14:57:55 2008 +0200
49487
49488     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
49489
49490     This patch changes the debug_printf() marco for U-Boot in hush.c and
49491     moves the definition of DEBUG_SHELL to a place that is actually compiled
49492     under U-Boot.
49493
49494     Signed-off-by: Stefan Roese <sr@denx.de>
49495
49496 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
49497 Author: Heiko Schocher <hs@denx.de>
49498 Date:   Tue Aug 19 09:57:41 2008 +0200
49499
49500     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
49501
49502     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
49503     missed a few boards:
49504         include/configs/M5253DEMO.h
49505         include/configs/ml507.h
49506         include/configs/redwood.h
49507
49508     This patch fixes this.
49509
49510     Signed-off-by: Heiko Schocher <hs@denx.de>
49511
49512 commit 0768b7a872964085eece8d5e9fec9175e9deb161
49513 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49514 Date:   Mon Aug 18 13:41:27 2008 +0200
49515
49516     Consolidate strmhz() implementation
49517
49518     ARM, i386, m68k and ppc all have identical implementations of strmhz().
49519     Other architectures don't provide this function at all.
49520
49521     This patch moves strmhz() into lib_generic, reducing code duplication
49522     and providing a more unified API across architectures.
49523
49524     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49525
49526 commit a928d0df211f1d829308d335d19be3ca42558dfc
49527 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
49528 Date:   Mon Aug 18 12:02:51 2008 +0200
49529
49530     fix mvbc_p board build warnings
49531
49532     fix build warnings @ mvBC-P board by using correct types, i.e. change
49533     out_be32 to out_be16 and out_8 accordingly.
49534
49535     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
49536
49537 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
49538 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49539 Date:   Sat Aug 16 18:54:27 2008 +0200
49540
49541     Makefile: fix posix support on find
49542
49543     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49544
49545 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
49546 Author: Axel Beierlein <belatronix@web.de>
49547 Date:   Sat Aug 16 00:30:48 2008 +0200
49548
49549     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
49550
49551     Tested with TQM5200S on STK52XX.200 Board
49552
49553     Signed-off-by: Axel Beierlein <belatronix@web.de>
49554
49555 commit 0800707b6d5041a840a65d556032c15c584b55f8
49556 Author: Peter Tyser <ptyser@xes-inc.com>
49557 Date:   Fri Aug 15 14:36:32 2008 -0500
49558
49559     mod_i2c_mem() bugfix
49560
49561     The last used chip, address, and address length were not being
49562     stored for the imm and imn commands.
49563
49564     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
49565
49566 commit 4afbef967275b2f636abae86f91b81becee7ad03
49567 Author: Steven A. Falco <sfalco@harris.com>
49568 Date:   Fri Aug 15 15:37:31 2008 -0400
49569
49570     Fix typo in spelling of ATAPI.
49571
49572     Correct a small spelling mistake.
49573
49574     Signed-off-by: Steven A. Falco <sfalco@harris.com>
49575
49576 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
49577 Author: Steven A. Falco <sfalco@harris.com>
49578 Date:   Fri Aug 15 15:34:10 2008 -0400
49579
49580     Add a hook to allow board-specific PIO mode setting.
49581
49582     This patch adds a hook whereby a board-specific routine can be called to
49583     configure hardware for a PIO mode.  The prototype for the board-specific
49584     routine is:
49585
49586         int inline ide_set_piomode(int pio_mode)
49587
49588     ide_set_piomode should be prepared to configure hardware for a pio_mode
49589     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
49590
49591     Signed-off-by: Steven A. Falco <sfalco@harris.com>
49592
49593 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
49594 Author: Steven A. Falco <sfalco@harris.com>
49595 Date:   Fri Aug 15 15:29:12 2008 -0400
49596
49597     Replace enums in ata.h with an include of libata.h
49598
49599     This patch removes some enums from ata.h and replaces them with an
49600     include of libata.h.  This way, we eliminate duplicated code, and
49601     prevent errors whereby the different versions could be out of sync.
49602
49603     Signed-off-by: Steven A. Falco <sfalco@harris.com>
49604
49605 commit 0de0afbca865ecf482b4d2b635236746def8518f
49606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49607 Date:   Fri Aug 15 18:32:41 2008 +0200
49608
49609     coldfire: fix CFI drivers activation with new macro
49610
49611     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
49612
49613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49614
49615 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
49616 Author: Kumar Gala <galak@kernel.crashing.org>
49617 Date:   Fri Aug 15 08:24:35 2008 -0500
49618
49619     fdt: fdt addr w/o any args reports back the current working address
49620
49621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49622
49623 commit f953d99fd528a496b400a706b511eaf8e3ea66af
49624 Author: Kumar Gala <galak@kernel.crashing.org>
49625 Date:   Fri Aug 15 08:24:34 2008 -0500
49626
49627     fdt: added the ability to set initrd start/end via chosen command
49628
49629     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49630
49631 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
49632 Author: Kumar Gala <galak@kernel.crashing.org>
49633 Date:   Fri Aug 15 08:24:33 2008 -0500
49634
49635     Add command to enable/disable interrupts
49636
49637     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49638
49639 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
49640 Author: Nick Spence <nick.spence@freescale.com>
49641 Date:   Tue Aug 19 22:21:16 2008 -0700
49642
49643     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
49644
49645     This patch fixes a missing vendor code in the flash_real_protect() function.
49646
49647     Signed-off-by: Nick Spence <nick.spence@freescale.com>
49648     Signed-off-by: Stefan Roese <sr@denx.de>
49649
49650 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
49651 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49652 Date:   Tue Aug 19 16:53:39 2008 +0000
49653
49654     CFI: Fix AMD Legacy sector protect
49655
49656     New implement sector lock and unlock or softlock commands
49657     do not exist in AMD legacy flash. Thus, causing issue
49658     when erasing AMD legacy flash (such as lv040)
49659
49660     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49661     Signed-off-by: Stefan Roese <sr@denx.de>
49662
49663 commit 492671404140f09d5b21b3d2ce4e362c0692c069
49664 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49665 Date:   Wed Aug 20 09:40:16 2008 +0200
49666
49667     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
49668
49669     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
49670
49671     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49672
49673 commit 33eac2b3d946fc998a09245dfe54d017079b9056
49674 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49675 Date:   Wed Aug 20 09:28:36 2008 +0200
49676
49677     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
49678
49679     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49680
49681 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
49682 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49683 Date:   Wed Aug 20 09:27:37 2008 +0200
49684
49685     favr-32-ezkit: Fix printf format warnings
49686
49687     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49688
49689 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
49690 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49691 Date:   Fri Aug 15 12:04:25 2008 +0200
49692
49693     MAINTAINERS: Sort avr32 section alphabetically
49694
49695     The rest of the MAINTAINERS file appears to be sorted
49696     almost-alphabetically, but entries for the newly added AVR32 boards were
49697     added somewhat randomly. This patch sorts the list alphabetically again.
49698
49699     Also update my e-mail address. The old one still works, but it may not
49700     work forever.
49701
49702     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49703
49704 commit 13b50fe3bc065c48911fa373231421280855a9d6
49705 Author: Mark Jackson <mpfj@mimc.co.uk>
49706 Date:   Wed Jul 30 13:07:27 2008 +0100
49707
49708     avr32: Add MIMC200 board
49709
49710     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
49711     8MByte FLASH and 128KByte FRAM.
49712
49713     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
49714     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49715
49716 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
49717 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49718 Date:   Wed Jul 9 21:07:34 2008 +0900
49719
49720     rtl8169: add support for RTL8110SCL
49721
49722     This patch fixes a problem that RTL8110SCL started transfer
49723     with an incorrect memory address.
49724
49725     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49726     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49727
49728 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
49729 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49730 Date:   Wed Jun 25 15:48:52 2008 -0500
49731
49732     Fix dm9000 receive status and len little endian issue
49733
49734     The received status and len was in little endian
49735     format and caused the ethernet unable to proceed
49736     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
49737
49738     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49739     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49740
49741 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
49742 Author: Kumar Gala <galak@kernel.crashing.org>
49743 Date:   Fri Aug 15 08:24:32 2008 -0500
49744
49745     Clean up usage of icache_disable/dcache_disable
49746
49747     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
49748     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
49749     call icache_disable() right after.  Make it so icache_disable() calls
49750     invalidate_l1_instruction_cache() for us.
49751
49752     Also, dcache_disable() already calls dcache_flush() so there is no point
49753     in the explicit calls of dcache_flush().
49754
49755     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49756
49757 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
49758 Author: Kumar Gala <galak@kernel.crashing.org>
49759 Date:   Fri Aug 15 08:24:31 2008 -0500
49760
49761     Update linux bootm to support ePAPR client interface
49762
49763     The ePAPR spec has some subtle differences from the current device
49764     tree based boot interface to the powerpc linux kernel. The powerpc
49765     linux kernel currently ignores the differences that ePAPR specifies.
49766
49767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49768
49769 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
49770 Author: Wolfgang Denk <wd@denx.de>
49771 Date:   Mon Aug 18 23:50:20 2008 +0200
49772
49773     Minor code cleanup: keep lists sorted.
49774
49775     Signed-off-by: Wolfgang Denk <wd@denx.de>
49776
49777 commit d0039d4ed275e6ca09fb417895024ad02be118c4
49778 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
49779 Date:   Wed Jul 23 19:10:14 2008 +0200
49780
49781     Add support for ADT7460 I2C monitor chip
49782
49783     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
49784
49785 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
49786 Author: Michal Simek <monstr@monstr.eu>
49787 Date:   Mon Jul 14 19:45:45 2008 +0200
49788
49789     video: Clean drivers/video/Makefile
49790
49791     Signed-off-by: Michal Simek <monstr@monstr.eu>
49792
49793 commit 871c18dd301752270e1f74328c846c3104be1e2e
49794 Author: Michal Simek <monstr@monstr.eu>
49795 Date:   Mon Jul 14 19:45:37 2008 +0200
49796
49797     rtc: Clean drivers/rtc/Makefile
49798
49799     Signed-off-by: Michal Simek <monstr@monstr.eu>
49800
49801 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
49802 Author: Michal Simek <monstr@monstr.eu>
49803 Date:   Mon Jul 14 19:45:35 2008 +0200
49804
49805     i2c: Clean drivers/i2c/ Makefile
49806
49807     Signed-off-by: Michal Simek <monstr@monstr.eu>
49808
49809 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
49810 Author: Harald Welte <laforge@openmoko.org>
49811 Date:   Wed Jul 9 22:30:30 2008 +0800
49812
49813     Add 'license' command to U-Boot command line
49814
49815     The 'license' command includes the U-Boot license (GPLv2) into the
49816     actual bootloader binary. The license text can be shown interactively
49817     at the U-Boot commandline.
49818
49819     For products where the commandline can actually be accessed by the
49820     end user, this helps to prevent inadvertent GPL violations, since the
49821     GPLv2 license text can no longer be 'forgotten' to be included into
49822     the product.
49823
49824     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
49825
49826     Signed-off-by: Harald Welte <laforge@openmoko.org>
49827
49828 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
49829 Author: Harald Welte <laforge@gnumonks.org>
49830 Date:   Sun Jul 6 15:56:38 2008 +0800
49831
49832     add 'unzip' command to u-boot commandline
49833
49834     [PATCH] add new 'unzip' command to u-boot commandline
49835
49836     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
49837     memory to memory, and option CONFIG_CMD_UNZIP to enable it
49838
49839     Signed-off-by: Werner Almesberger <werner@openmoko.org>
49840     Signed-off-by: Harald Welte <laforge@openmoko.org>
49841
49842 commit 07efc9e321619c3dec213310c32e011aa6f02783
49843 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49844 Date:   Wed Aug 6 19:37:17 2008 -0500
49845
49846     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
49847
49848     The CFG_ENV_SIZE is not suitable used for SPI flash erase
49849     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
49850     Add condition check if CFG_ENV_SIZE is larger than
49851     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
49852     erasing.
49853
49854     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49855
49856 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
49857 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49858 Date:   Mon Aug 11 15:54:25 2008 +0000
49859
49860     ColdFire: Multiple fixes for M5282EVB
49861
49862     Incorrect CFG_HZ value, change 1000000 to 1000.
49863     Rename #waring to #warning. RAMBAR1 uses twice
49864     in start.S, rename the later to FLASHBAR. Insert
49865     nop for DRAM setup. And, env_offset in linker file.
49866
49867     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49868
49869 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
49870 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49871 Date:   Mon Aug 11 15:26:43 2008 +0000
49872
49873     ColdFire: Move m5282evb from board to board/freescale
49874
49875     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49876
49877 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
49878 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49879 Date:   Mon Aug 11 15:25:07 2008 +0000
49880
49881     ColdFire: Move m5272c3 from board to board/freescale
49882
49883     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49884
49885 commit 659e9bad629a480f606b286d5703aef7159edf98
49886 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49887 Date:   Mon Aug 11 15:23:16 2008 +0000
49888
49889     ColdFire: Move m5271evb from board to board/freescale
49890
49891     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49892
49893 commit 05316f8ece8206339a208ec052f039cd0f7ca922
49894 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49895 Date:   Mon Aug 11 13:41:49 2008 +0000
49896
49897     ColdFire: Add M54451EVB platform support for MCF5445x
49898
49899     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49900
49901 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
49902 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49903 Date:   Wed Aug 6 19:14:08 2008 -0500
49904
49905     ColdFire: Add Serial Flash support for M54455EVB
49906
49907     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49908
49909 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
49910 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49911 Date:   Wed Jul 23 20:38:53 2008 -0500
49912
49913     ColdFire: Implement SBF feature for M5445EVB
49914
49915     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49916
49917 commit a7323bba229203aae2604afde131ab47bad4eadc
49918 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49919 Date:   Wed Jul 23 17:53:36 2008 -0500
49920
49921     ColdFire: Add SSPI feature for MCF5445x
49922
49923     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49924
49925 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
49926 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49927 Date:   Wed Jul 23 17:37:10 2008 -0500
49928
49929     ColdFire: Use CFI Flash driver for M54455EVB
49930
49931     Remove non-common flash driver in
49932     board/freescale/m54455evb/flash.c. The non-cfi flash will
49933     use CONFIG_FLASH_CFI_LEGACY to configure the flash
49934     attribute.
49935
49936     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49937
49938 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
49939 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49940 Date:   Wed Jul 23 17:11:47 2008 -0500
49941
49942     ColdFire: Add M5253DEMO platform support for MCF5253
49943
49944     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49945
49946 commit 80ba61fd82569af40e04d4a089257b81881884f2
49947 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49948 Date:   Wed Aug 6 14:17:09 2008 -0500
49949
49950     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
49951
49952     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49953
49954 commit d361307e73ce1f6fc68760123f37d4876f851f3e
49955 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49956 Date:   Wed Aug 6 14:11:36 2008 -0500
49957
49958     ColdFire: Fix M5253EVB dram bring up issue
49959
49960     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49961
49962 commit 4b0708093e15b412296328bf81325cf9b69fe512
49963 Author: Wolfgang Denk <wd@denx.de>
49964 Date:   Thu Aug 14 14:41:06 2008 +0200
49965
49966     Coding Style cleanup, update CHANGELOG
49967
49968     Signed-off-by: Wolfgang Denk <wd@denx.de>
49969
49970 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
49971 Author: Scott Wood <scottwood@freescale.com>
49972 Date:   Wed Aug 13 18:24:05 2008 -0500
49973
49974     socrates: Update NAND driver to new API.
49975
49976     Also, fix some minor formatting issues, and simplify the handling of
49977     "state" for writes.
49978
49979     Signed-off-by: Scott Wood <scottwood@freescale.com>
49980
49981 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
49982 Author: Scott Wood <scottwood@freescale.com>
49983 Date:   Wed Aug 13 18:03:40 2008 -0500
49984
49985     quad100hd: Update NAND driver to new API.
49986
49987     Signed-off-by: Scott Wood <scottwood@freescale.com>
49988
49989 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
49990 Author: Scott Wood <scottwood@freescale.com>
49991 Date:   Wed Aug 13 17:53:48 2008 -0500
49992
49993     m5373evb: Update NAND driver to new API.
49994
49995     Signed-off-by: Scott Wood <scottwood@freescale.com>
49996
49997 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
49998 Author: Scott Wood <scottwood@freescale.com>
49999 Date:   Wed Aug 13 17:04:30 2008 -0500
50000
50001     s3c24x0: Update NAND driver to new API.
50002
50003     Signed-off-by: Scott Wood <scottwood@freescale.com>
50004
50005 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
50006 Author: Scott Wood <scottwood@freescale.com>
50007 Date:   Wed Aug 13 15:56:00 2008 -0500
50008
50009     at91: Update board NAND drivers to current API.
50010
50011     Signed-off-by: Scott Wood <scottwood@freescale.com>
50012
50013 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
50014 Author: Kyungmin Park <kmpark@infradead.org>
50015 Date:   Wed Aug 13 09:11:02 2008 +0900
50016
50017     Fix OneNAND build break
50018
50019     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
50020     - fix bufferram management at erase operation
50021     This patch includes the NAND/OneNAND state filed too.
50022
50023     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
50024     Signed-off-by: Scott Wood <scottwood@freescale.com>
50025
50026 commit 9483df6408c25f16060432de3868901e352e23bc
50027 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50028 Date:   Wed Aug 13 01:40:43 2008 +0200
50029
50030     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
50031
50032     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50033
50034 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
50035 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50036 Date:   Wed Aug 13 01:40:43 2008 +0200
50037
50038     drivers/mtd/nand: Move conditional compilation to Makefile
50039
50040     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
50041
50042     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50043
50044 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
50045 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50046 Date:   Wed Aug 13 01:40:42 2008 +0200
50047
50048     drivers/mtd/onenand: Move conditional compilation to Makefile
50049
50050     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50051
50052 commit 00b1883a4cac59d97cd297b1a3a398db85982865
50053 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50054 Date:   Wed Aug 13 01:40:42 2008 +0200
50055
50056     drivers/mtd: Move conditional compilation to Makefile
50057
50058     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
50059
50060     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50061
50062 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
50063 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50064 Date:   Wed Aug 13 01:40:41 2008 +0200
50065
50066     drivers/qe: Move conditional compilation to Makefile
50067
50068     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50069
50070 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
50071 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50072 Date:   Wed Aug 13 01:40:40 2008 +0200
50073
50074     drivers/pci: Move conditional compilation to Makefile
50075
50076     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50077
50078 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
50079 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50080 Date:   Wed Aug 13 01:40:40 2008 +0200
50081
50082     drivers/misc: Move conditional compilation to Makefile
50083
50084     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50085
50086 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
50087 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50088 Date:   Wed Aug 13 01:40:40 2008 +0200
50089
50090     drivers/input: Move conditional compilation to Makefile
50091
50092     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50093
50094 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
50095 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50096 Date:   Wed Aug 13 01:40:39 2008 +0200
50097
50098     drivers/dma: Move conditional compilation to Makefile
50099
50100     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50101
50102 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
50103 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50104 Date:   Wed Aug 13 01:40:39 2008 +0200
50105
50106     drivers/block: Move conditional compilation to Makefile
50107
50108     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50109
50110 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
50111 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50112 Date:   Wed Aug 13 01:40:39 2008 +0200
50113
50114     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
50115
50116     move also conditional compilation to Makefile
50117
50118     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50119
50120 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
50121 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50122 Date:   Wed Aug 13 01:40:38 2008 +0200
50123
50124     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
50125
50126     move also conditional compilation to Makefile
50127
50128     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50129
50130 commit d6e9ee92e890f67594ab150689510df361133ead
50131 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50132 Date:   Wed Aug 13 01:40:38 2008 +0200
50133
50134     common: Move conditional compilation to Makefile
50135
50136     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50137
50138 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
50139 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50140 Date:   Wed Aug 13 01:40:09 2008 +0200
50141
50142     mx31: move freescale's mx31 boards to vendor board dir
50143
50144     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50145
50146 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
50147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50148 Date:   Sat Jul 5 23:11:11 2008 +0200
50149
50150     at91: move arch-at91sam9 to arch-at91
50151
50152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50153
50154 commit 195ccfc5991d48764b2519941e3507f693851d5d
50155 Author: Fathi BOUDRA <fabo@debian.org>
50156 Date:   Wed Aug 6 10:06:20 2008 +0200
50157
50158     OneNAND: Fill in MTD function pointers for OneNAND.
50159
50160     onenand_print_device_info():
50161      - Now returns a string to be placed in mtd->name,
50162        rather than calling printf.
50163      - Remove verbose parameter as it becomes useless.
50164
50165     Signed-off-by: Fathi Boudra <fabo@debian.org>
50166     Signed-off-by: Scott Wood <scottwood@freescale.com>
50167
50168 commit aa646643b6bc250cb3a4966bf728876e0c10d329
50169 Author: Guennadi Liakhovetski <lg@denx.de>
50170 Date:   Wed Aug 6 21:42:07 2008 +0200
50171
50172     nand_spl: Support page-aligned read in nand_load, use chipselect
50173
50174     Supporting page-aligned reads doesn't incure any sinificant overhead, just
50175     a small change in the algorithm. Also replace in_8 with readb, since there
50176     is no in_8 on ARM.
50177
50178     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50179     Signed-off-by: Scott Wood <scottwood@freescale.com>
50180
50181 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
50182 Author: Scott Wood <scottwood@freescale.com>
50183 Date:   Tue Aug 5 11:15:59 2008 -0500
50184
50185     NAND boot: Update large page support for current API.
50186
50187     Also, remove the ctrl variable in favor of passing the constants
50188     directly, and remove redundant (u8) casts.
50189
50190     Signed-off-by: Scott Wood <scottwood@freescale.com>
50191
50192 commit e4c09508545d1c45617ba45391c03c03cbc360b9
50193 Author: Scott Wood <scottwood@freescale.com>
50194 Date:   Mon Jun 30 14:13:28 2008 -0500
50195
50196     NAND boot: MPC8313ERDB support
50197
50198     Note that with older board revisions, NAND boot may only work after a
50199     power-on reset, and not after a warm reset.  I don't have a newer board
50200     to test on; if you have a board with a 33MHz crystal, please let me know
50201     if it works after a warm reset.
50202
50203     Signed-off-by: Scott Wood <scottwood@freescale.com>
50204
50205 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
50206 Author: Scott Wood <scottwood@freescale.com>
50207 Date:   Thu Jun 26 14:06:52 2008 -0500
50208
50209     mpc8313erdb: Enable NAND in config.
50210
50211     Signed-off-by: Scott Wood <scottwood@freescale.com>
50212
50213 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
50214 Author: Guennadi Liakhovetski <lg@denx.de>
50215 Date:   Thu Jul 31 12:38:26 2008 +0200
50216
50217     NAND: Do not write or read a whole block if it is larger than the environment
50218
50219     Environment can be smaller than NAND block size, do not need to read a whole
50220     block and minimum for writing is one page. Also remove an unused variable.
50221
50222     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50223     Signed-off-by: Scott Wood <scottwood@freescale.com>
50224
50225 commit eafcabd15f00c142156235c519fcc55b10993241
50226 Author: Marcel Ziswiler <marcel@ziswiler.com>
50227 Date:   Sun Jun 22 16:30:06 2008 +0200
50228
50229     NAND: chip->state does not always get set.
50230
50231     Fixes an issue with chip->state not always being set causing troubles.
50232
50233     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
50234     Signed-off-by: Scott Wood <scottwood@freescale.com>
50235
50236 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
50237 Author: Ilya Yanok <yanok@emcraft.com>
50238 Date:   Mon Jun 30 15:34:40 2008 +0200
50239
50240     NAND: Scan bad blocks lazily.
50241
50242     Rather than scanning on boot, scan upon the first attempt to check the
50243     badness of a block.  This speeds up boot when not using NAND, and reduces
50244     the likelihood of needing to reflash via JTAG if NAND becomes
50245     nonfunctional.
50246
50247     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
50248     Signed-off-by: Scott Wood <scottwood@freescale.com>
50249
50250 commit dfbf617ff055e4216f78d358b0867c548916d14b
50251 Author: Scott Wood <scottwood@freescale.com>
50252 Date:   Thu Jun 12 13:20:16 2008 -0500
50253
50254     NAND read/write fix
50255
50256     Implement block-skipping read/write, based on a patch from
50257     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
50258
50259     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
50260     Signed-off-by: Scott Wood <scottwood@freescale.com>
50261
50262 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
50263 Author: Scott Wood <scottwood@freescale.com>
50264 Date:   Thu Jun 12 13:13:23 2008 -0500
50265
50266     NAND: Always skip blocks on read/write/boot.
50267
50268     Use of the non-skipping versions was almost always (if not always)
50269     an error, and no valid use case has been identified.
50270
50271     Signed-off-by: Scott Wood <scottwood@freescale.com>
50272
50273 commit e1c3dbada349992875934575c97b328ab2cb33ca
50274 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50275 Date:   Thu Jun 12 11:10:21 2008 -0500
50276
50277     nand: fsl_upm: convert to updated MTD NAND infrastructure
50278
50279     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50280     Signed-off-by: Scott Wood <scottwood@freescale.com>
50281
50282 commit 300253306acc72b1b2e9faf0987f86551151d7cf
50283 Author: Scott Wood <scottwood@freescale.com>
50284 Date:   Thu May 22 15:02:46 2008 -0500
50285
50286     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
50287
50288     The hardware has separate registers for block and page-within-block,
50289     but the division between the two has no apparent relation to the
50290     actual erase block size of the NAND chip.
50291
50292     Signed-off-by: Scott Wood <scottwood@freescale.com>
50293
50294 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
50295 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50296 Date:   Fri Mar 28 22:10:54 2008 +0300
50297
50298     fsl_elbc_nand: workaround for hangs during nand write
50299
50300     Using current driver elbc sometimes hangs during nand write. Reading back
50301     last byte helps though (thanks to Scott Wood for the idea).
50302
50303     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50304     Signed-off-by: Scott Wood <scottwood@freescale.com>
50305
50306 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
50307 Author: Scott Wood <scottwood@freescale.com>
50308 Date:   Fri Mar 21 16:12:51 2008 -0500
50309
50310     Freescale eLBC FCM NAND driver
50311
50312     This is a driver for the Flash Control Machine of the enhanched Local Bus
50313     Controller found on some Freescale chips (such as the mpc8313 and the
50314     mpc8379).
50315
50316     Signed-off-by: Scott Wood <scottwood@freescale.com>
50317
50318 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
50319 Author: Scott Wood <scottwood@freescale.com>
50320 Date:   Tue Mar 18 15:29:14 2008 -0500
50321
50322     Don't panic if a controller driver does ecc its own way.
50323
50324     Some hardware, such as the enhanced local bus controller used on some
50325     mpc83xx chips, does ecc transparently when reading and writing data, rather
50326     than providing a generic calculate/correct mechanism that can be exported to
50327     the nand subsystem.
50328
50329     The subsystem should not BUG() when calculate, correct, or hwctl are
50330     missing, if the methods that call them have been overridden.
50331
50332     Signed-off-by: Scott Wood <scottwood@freescale.com>
50333
50334 commit e52b34d40a8a646e3d11638ea8797e96398dba13
50335 Author: Stefan Roese <sr@denx.de>
50336 Date:   Thu Jan 10 18:47:33 2008 +0100
50337
50338     NAND: Make NAND driver less verbose per default
50339
50340     This patch turns off printing of bad blocks per default upon bootup.
50341     This can always be shown via the "nand bad" command later.
50342
50343     Signed-off-by: Stefan Roese <sr@denx.de>
50344
50345 commit fe56a2772e5c59577df906163d0d4b29b056140e
50346 Author: Sergey Kubushyn <ksi@koi8.net>
50347 Date:   Wed Jan 9 15:36:20 2008 +0100
50348
50349     NAND: Davinci driver updates
50350
50351     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
50352     don't have hardware handy so I can not test it at the moment but changes are
50353     rather trivial so it should work. It would be nice if somebody with a
50354     hardware checked it anyways.
50355
50356     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
50357
50358 commit deac913effd8d80535c9ff4687b6fcdff540c554
50359 Author: Stefan Roese <sr@denx.de>
50360 Date:   Sat Jan 5 16:50:32 2008 +0100
50361
50362     NAND: Fix compilation warning and small coding style issue
50363
50364     Signed-off-by: Stefan Roese <sr@denx.de>
50365
50366 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
50367 Author: Stefan Roese <sr@denx.de>
50368 Date:   Sat Jan 5 16:49:37 2008 +0100
50369
50370     NAND: Update nand_spl driver to match updated nand subsystem
50371
50372     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
50373     the new infrastructure from the updated NAND subsystem. This NAND
50374     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
50375     subsystem.
50376
50377     Signed-off-by: Stefan Roese <sr@denx.de>
50378
50379 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
50380 Author: Stefan Roese <sr@denx.de>
50381 Date:   Sat Jan 5 16:47:58 2008 +0100
50382
50383     NAND: Update 4xx NDFC driver to match updated nand subsystem
50384
50385     This patch changes the 4xx NAND driver ndfc.c to match the new
50386     infrastructure from the updated NAND subsystem. This NAND
50387     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
50388     subsystem.
50389
50390     Tested successfully on AMCC Sequoia and Bamboo.
50391
50392     Signed-off-by: Stefan Roese <sr@denx.de>
50393
50394 commit 12072264528eba33737bc9674e19f0e925ffda23
50395 Author: Stefan Roese <sr@denx.de>
50396 Date:   Sat Jan 5 16:43:25 2008 +0100
50397
50398     NAND: Change nand_wait_ready() to not call nand_wait()
50399
50400     This patch changes nand_wait_ready() to not just call nand_wait(),
50401     since this will send a new command to the NAND chip. We just want to
50402     wait for the chip to become ready here.
50403
50404     Signed-off-by: Stefan Roese <sr@denx.de>
50405
50406 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
50407 Author: William Juul <william.juul@datarespons.no>
50408 Date:   Fri Dec 14 16:33:45 2007 +0100
50409
50410     make nand dump and nand dump.oob work
50411
50412     Signed-off-by: William Juul <william.juul@tandberg.com>
50413     Signed-off-by: Scott Wood <scottwood@freescale.com>
50414
50415 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
50416 Author: William Juul <william.juul@datarespons.no>
50417 Date:   Mon Nov 19 14:46:00 2007 +0100
50418
50419     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
50420
50421     Signed-off-by: William Juul <william.juul@tandberg.com>
50422
50423 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
50424 Author: William Juul <william.juul@tandberg.com>
50425 Date:   Tue Jun 10 16:18:13 2008 -0500
50426
50427     Clean out unneeded files
50428
50429     Signed-off-by: William Juul <william.juul@tandberg.com>
50430
50431 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
50432 Author: William Juul <william.juul@datarespons.no>
50433 Date:   Fri Nov 16 08:44:27 2007 +0100
50434
50435     Create symlinks from yaffs2/direct to yaffs2
50436
50437     Signed-off-by: William Juul <william.juul@tandberg.com>
50438
50439 commit 90ef117b68387d66763291af0117677644166611
50440 Author: William Juul <william.juul@datarespons.no>
50441 Date:   Thu Nov 15 12:23:57 2007 +0100
50442
50443     Incorporate yaffs2 into U-boot
50444
50445     To use YAFFS2 define CONFIG_YAFFS2
50446
50447     Signed-off-by: William Juul <william.juul@tandberg.com>
50448     Signed-off-by: Scott Wood <scottwood@freescale.com>
50449
50450 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
50451 Author: William Juul <william.juul@datarespons.no>
50452 Date:   Thu Nov 15 11:13:05 2007 +0100
50453
50454     YAFFS2 import
50455
50456     Direct import of yaffs as a tarball as of 20071113 from their public
50457     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
50458
50459     The code can also be imported on the command line with:
50460     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
50461     (Hit return when asked for a password)
50462     cvs checkout yaffs2
50463
50464     Signed-off-by: William Juul <william.juul@tandberg.com>
50465     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
50466
50467 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
50468 Author: William Juul <william.juul@datarespons.no>
50469 Date:   Wed Nov 14 14:28:11 2007 +0100
50470
50471     Whitespace cleanup and marking broken code.
50472
50473     Changes requested by maintainer Stefan Roese after
50474     posting patch to U-boot mailing list.
50475
50476     Signed-off-by: William Juul <william.juul@tandberg.com>
50477     Signed-off-by: Scott Wood <scottwood@freescale.com>
50478
50479 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
50480 Author: William Juul <william.juul@datarespons.no>
50481 Date:   Fri Nov 9 13:32:30 2007 +0100
50482
50483     Fixing coding style issues
50484
50485      - Fixing leading white spaces
50486      - Fixing indentation where 4 spaces are used instead of tab
50487      - Removing C++ comments (//), wherever I introduced them
50488
50489     Signed-off-by: William Juul <william.juul@tandberg.com>
50490     Signed-off-by: Scott Wood <scottwood@freescale.com>
50491
50492 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
50493 Author: William Juul <william.juul@datarespons.no>
50494 Date:   Thu Nov 8 10:39:53 2007 +0100
50495
50496     Remove white space at end.
50497
50498     Signed-off-by: William Juul <william.juul@tandberg.com>
50499     Signed-off-by: Scott Wood <scottwood@freescale.com>
50500
50501 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
50502 Author: William Juul <william.juul@datarespons.no>
50503 Date:   Wed Oct 31 13:53:06 2007 +0100
50504
50505     Update MTD to that of Linux 2.6.22.1
50506
50507     A lot changed in the Linux MTD code, since it was last ported from
50508     Linux to U-Boot. This patch takes U-Boot NAND support to the level
50509     of Linux 2.6.22.1 and will enable support for very large NAND devices
50510     (4KB pages) and ease the compatibility between U-Boot and Linux
50511     filesystems.
50512
50513     This patch is tested on two custom boards with PPC and ARM
50514     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
50515     cross compilers.
50516
50517     MAKEALL ppc/arm has some issues:
50518      * DOC/OneNand/nand_spl is not building (I have not tried porting
50519        these parts, and since I do not have any HW and I am not familiar
50520        with this code/HW I think its best left to someone else.)
50521
50522     Except for the issues mentioned above, I have ported all drivers
50523     necessary to run MAKEALL ppc/arm without errors and warnings. Many
50524     drivers were trivial to port, but some were not so trivial. The
50525     following drivers must be examined carefully and maybe rewritten to
50526     some degree:
50527      cpu/ppc4xx/ndfc.c
50528      cpu/arm926ejs/davinci/nand.c
50529      board/delta/nand.c
50530      board/zylonite/nand.c
50531
50532     Signed-off-by: William Juul <william.juul@tandberg.com>
50533     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
50534     Signed-off-by: Scott Wood <scottwood@freescale.com>
50535
50536 commit cd82919e6c8a73b363a26f34b734923844e52d1c
50537 Author: Wolfgang Denk <wd@denx.de>
50538 Date:   Tue Aug 12 16:08:38 2008 +0200
50539
50540     Coding style cleanup, update CHANGELOG, prepare release
50541
50542     Signed-off-by: Wolfgang Denk <wd@denx.de>
50543
50544 commit 17e900b8c0f38d922da47073246219dce2a847f2
50545 Author: Wolfgang Denk <wd@denx.de>
50546 Date:   Tue Aug 12 14:54:04 2008 +0200
50547
50548     MVBC_P: fix compile problem
50549
50550     Signed-off-by: Wolfgang Denk <wd@denx.de>
50551
50552 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
50553 Author: Wolfgang Denk <wd@denx.de>
50554 Date:   Tue Aug 12 12:10:11 2008 +0200
50555
50556     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
50557
50558     Signed-off-by: Wolfgang Denk <wd@denx.de>
50559
50560 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
50561 Author: Wolfgang Denk <wd@denx.de>
50562 Date:   Tue Aug 12 00:36:53 2008 +0200
50563
50564     ads5121: fix compiler warnings (unused variables)
50565
50566     Signed-off-by: Wolfgang Denk <wd@denx.de>
50567
50568 commit 902ca09246039964d59bbcb519b1e1b5aed01308
50569 Author: Kumar Gala <galak@kernel.crashing.org>
50570 Date:   Mon Aug 11 11:29:28 2008 -0500
50571
50572     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
50573
50574     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
50575
50576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50577     Acked-by: Jon Loeliger <jdl@freescale.com>
50578
50579 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
50580 Author: Kumar Gala <galak@kernel.crashing.org>
50581 Date:   Mon Aug 11 09:20:53 2008 -0500
50582
50583     Fix fallout from autostart revert
50584
50585     The autostart revert caused a bit of duplicated code as well as
50586     code that was using images->autostart that needs to get removed so
50587     we can build again.
50588
50589     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50590
50591 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
50592 Author: Kumar Gala <galak@kernel.crashing.org>
50593 Date:   Mon Aug 11 09:16:25 2008 -0500
50594
50595     Fix compile error related to r8a66597-hcd & usb
50596
50597     When building the 8544DS board we get this error:
50598
50599     In file included from r8a66597-hcd.c:22:
50600     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
50601     make[1]: *** [r8a66597-hcd.o] Error 1
50602
50603     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
50604     is set.
50605
50606     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50607
50608 commit 2d0daa03612338a813e3c9d22680e54eabfea378
50609 Author: Becky Bruce <becky.bruce@freescale.com>
50610 Date:   Mon Aug 4 14:02:26 2008 -0500
50611
50612     POWERPC 86xx: Move BAT setup code to C
50613
50614     This is needed because we will be possibly be locating
50615     devices at physical addresses above 32bits, and the asm
50616     preprocessing does not appear to deal with ULL constants
50617     properly. We now call write_bat in lib_ppc/bat_rw.c.
50618
50619     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50620     Acked-by: Jon Loeliger <jdl@freescale.com>
50621
50622 commit 9de67149db576c91b9c2a0a182652331e7e44211
50623 Author: Becky Bruce <becky.bruce@freescale.com>
50624 Date:   Mon Aug 4 14:01:53 2008 -0500
50625
50626     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
50627
50628     Perform sync/isync as required by the architecture.
50629
50630     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50631     Acked-by: Jon Loeliger <jdl@freescale.com>
50632
50633 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
50634 Author: Becky Bruce <becky.bruce@freescale.com>
50635 Date:   Mon Aug 4 14:01:16 2008 -0500
50636
50637     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
50638
50639     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50640     Acked-by: Jon Loeliger <jdl@freescale.com>
50641
50642 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
50643 Author: Magnus Lilja <lilja.magnus@gmail.com>
50644 Date:   Sun Aug 3 21:44:10 2008 +0200
50645
50646     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
50647
50648     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
50649     contacts instead of only the first 256 ones as is the case prior to
50650     this patch.
50651
50652     Add missing MUX_* macros and update board files to use the new macros.
50653
50654     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
50655
50656 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
50657 Author: Magnus Lilja <lilja.magnus@gmail.com>
50658 Date:   Sun Aug 3 21:43:37 2008 +0200
50659
50660     i.MX31: Fix IOMUX related typos
50661
50662     Correct the names of some IOMUX macros.
50663
50664     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
50665
50666 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
50667 Author: Steve Sakoman <steve@sakoman.com>
50668 Date:   Mon Aug 11 20:26:16 2008 +0200
50669
50670     OneNAND: Remove unused parameters to onenand_verify_page
50671
50672     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.
50673
50674     Signed-off-by: Steve Sakoman <steve@sakoman.com>
50675     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50676
50677 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
50678 Author: Anatolij Gustschin <agust@denx.de>
50679 Date:   Fri Aug 8 18:00:40 2008 +0200
50680
50681     video: fix bug in cfb_console code
50682
50683     FILL_15BIT_555RGB macro extension for pixel swapping
50684     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
50685     introduced a bug in cfb_console:
50686
50687     Bitmaps with odd-numbered width won't be rendered
50688     correctly and even U-Boot crashes are observed on
50689     some platforms while repeated rendering of such
50690     bitmaps with "bmp display". Also if a bitmap is
50691     rendered to an odd-numbered x starting position,
50692     the same problem occurs. This patch is an attempt
50693     to fix it.
50694
50695     Signed-off-by: Anatolij Gustschin <agust@denx.de>
50696
50697 commit d9015f6a50d7258125349ef5c2af836458a0029a
50698 Author: Anatolij Gustschin <agust@denx.de>
50699 Date:   Fri Aug 8 18:00:39 2008 +0200
50700
50701     video: fix bug in logo_plot
50702
50703     If logo_plot() should ever be called with x starting
50704     position other than zero and for pixel depths greater
50705     than 8bpp, logo colors distortion will be observed.
50706     This patch fixes the issue.
50707
50708     Signed-off-by: Anatolij Gustschin <agust@denx.de>
50709
50710 commit 406819ae94f79f5b59e01d163380ca7d83709251
50711 Author: Wolfgang Denk <wd@denx.de>
50712 Date:   Mon Aug 11 00:17:52 2008 +0200
50713
50714     MAINTAINERS: sort entries
50715
50716     Signed-off-by: Wolfgang Denk <wd@denx.de>
50717
50718 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
50719 Author: Roy Zang <tie-fei.zang@freescale.com>
50720 Date:   Thu Aug 7 18:19:28 2008 +0800
50721
50722     Add mpc7448hpc2 maintainer information
50723
50724     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50725
50726 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
50727 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
50728 Date:   Thu Aug 7 13:13:27 2008 +0530
50729
50730     common/cmd_load.c - Minor code & Coding Style cleanup
50731
50732     - os_data_header Variable is a carry over feature
50733        & unused. So removed all instance of this variable
50734      - Minor Code Style Update
50735
50736     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
50737     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50738
50739 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
50740 Author: Magnus Lilja <lilja.magnus@gmail.com>
50741 Date:   Wed Aug 6 19:32:33 2008 +0200
50742
50743     Update the U-Boot wiki URL.
50744
50745     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
50746
50747 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
50748 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
50749 Date:   Sun Aug 10 17:56:36 2008 +0200
50750
50751     OneNAND: Remove base address offset usage
50752
50753     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
50754     using OneNAND and some using NAND, we found some differences in OneNAND and
50755     NAND command address handling.
50756
50757     As this might confuse users (it already confused us), we like to align OneNAND
50758     and NAND address handling.
50759
50760     The issue is that cmd_onenand.c subtracts the onenand base address from the
50761     addresses you type into the u-boot command line so, unlike nand, you can't
50762     use addresses relative to the start of the onenand part e.g. this won't work:
50763
50764     onenand read 82000000 280000 400000
50765
50766     you have to use:
50767
50768     onenand read 82000000 20280000 400000
50769
50770     Looking at recent git, the only board currently using OneNAND is Apollon, and
50771     for this the OneNAND base address is 0 (apollon.h)
50772
50773     #define     CFG_ONENAND_BASE        0x00000000
50774
50775     so patch below won't break any existing boards and will align OneNAND and NAND
50776     handling on boards where OneNAND base address is != 0.
50777
50778     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
50779     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
50780     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50781
50782 commit c11528083ef6e55e76df742228c26e39d151813d
50783 Author: Kumar Gala <galak@kernel.crashing.org>
50784 Date:   Thu Aug 7 09:28:20 2008 -0500
50785
50786     mpc85xx: workaround old binutils bug
50787
50788     The recent change to move the .bss outside of the image gives older
50789     binutils (ld from eldk4.1/binutils-2.16) some headache:
50790
50791     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
50792     ppc_85xx-ld: final link failed: Bad value
50793
50794     We workaround it by being explicit about the program headers and not
50795     assigning the .bss to a program header.
50796
50797     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50798
50799 commit 0bf202ec586d4466c900e987720fa635c594d689
50800 Author: Wolfgang Denk <wd@denx.de>
50801 Date:   Sun Aug 10 01:26:26 2008 +0200
50802
50803     Revert "[new uImage] Add autostart flag to bootm_headers structure"
50804
50805     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
50806
50807     The commit was based on a misunderstanding of the (documented)
50808     meaning of the 'autostart' environment variable. It might cause
50809     boards to hang if 'autostart' was used, with the potential to brick
50810     them. Go back to the documented behaviour.
50811
50812     Conflicts:
50813
50814         common/cmd_bootm.c
50815         common/image.c
50816         include/image.h
50817
50818     Signed-off-by: Wolfgang Denk <wd@denx.de>
50819
50820 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
50821 Author: Wolfgang Denk <wd@denx.de>
50822 Date:   Sat Aug 9 23:17:32 2008 +0200
50823
50824     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
50825
50826     - enable CFI driver where this was forgotten
50827     - enable mtdparts support
50828     - adjust default environment
50829     etc.
50830
50831     Signed-off-by: Wolfgang Denk <wd@denx.de>
50832
50833 commit 41266c9b5a5f873df3ec891bb0907616958b5602
50834 Author: Peter Tyser <ptyser@xes-inc.com>
50835 Date:   Tue Aug 5 10:51:57 2008 -0500
50836
50837     FIT: Fix handling of images without ramdisks
50838
50839     boot_get_ramdisk() should not treat the case when a FIT image does
50840     not contain a ramdisk as an error.
50841
50842     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
50843     Acked-by: Michal Simek <monstr@monstr.eu>
50844
50845 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
50846 Author: Sergey Lapin <slapin@ossfans.org>
50847 Date:   Sat Aug 9 01:39:09 2008 +0400
50848
50849     DataFlash: AT45DB021 fix and AT45DB081 support
50850
50851     Fix for page size of AT45DB021. Also adding bigger AT45DB081
50852     which comes with some newer boards.
50853
50854     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
50855
50856 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
50857 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50858 Date:   Fri Aug 8 16:30:23 2008 +0900
50859
50860     sh: Update sh7763rdp config
50861
50862     Add sh_eth support to sh7763rdp.
50863
50864     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50865
50866 commit 21f971ec265f6042ec21636d55d06a6bc0751077
50867 Author: Wolfgang Denk <wd@denx.de>
50868 Date:   Mon Jul 7 01:22:29 2008 +0200
50869
50870     TQM823L: re-enable logo support; update LCD_INFO text
50871
50872     Signed-off-by: Wolfgang Denk <wd@denx.de>
50873
50874 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
50875 Author: Wolfgang Denk <wd@denx.de>
50876 Date:   Fri Aug 8 16:41:56 2008 +0200
50877
50878     TQM8xxL: fix support for second flash bank
50879
50880     When switching the TQM8xxL modules to use the CFI flash driver,
50881     support for the second flash bank was broken because the CFI driver
50882     did not support dynamically sized banks. This gets fixed now.
50883
50884     Signed-off-by: Wolfgang Denk <wd@denx.de>
50885
50886 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
50887 Author: Wolfgang Denk <wd@denx.de>
50888 Date:   Fri Aug 8 16:39:54 2008 +0200
50889
50890     CFI: allow for dynamically determined flash sizes and addresses
50891
50892     The CFI driver allowed only for static initializers in the
50893     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
50894     several flash banks contiguously if the bank sizes were not known in
50895     advance, which kind of violates U-Boot's design philosophy.
50896
50897     (will be used for example by the TQM8xxL boards)
50898
50899     Signed-off-by: Wolfgang Denk <wd@denx.de>
50900
50901 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
50902 Author: Ben Warren <biggerbadderben@gmail.com>
50903 Date:   Thu Aug 7 23:26:35 2008 -0700
50904
50905     QE UEC: Fix compiler warnings
50906
50907     Moved static functions earlier in file so forward declarations are not needed.
50908
50909     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50910
50911 commit d5d28fe4aad5f4535400647a5617c11039506467
50912 Author: David Saada <David.Saada@ecitele.com>
50913 Date:   Mon Mar 31 02:37:38 2008 -0700
50914
50915     QE UEC: Add MII Commands
50916
50917     Add MII commands to the UEC driver. Note that once a UEC device is selected,
50918     any device on its MDIO bus can be addressed.
50919
50920     Signed-off-by: David Saada <david.saada@ecitele.com>
50921     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50922
50923 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
50924 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50925 Date:   Wed Jul 9 21:07:38 2008 +0900
50926
50927     usb: add support for R8A66597 usb controller
50928
50929     add support for Renesas R8A66597 usb controller.
50930     This patch supports USB Host mode.
50931
50932     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50933     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50934
50935 commit 1d10dcd041aaeae9fd7c821005692898a0303382
50936 Author: Hunter, Jon <jon-hunter@ti.com>
50937 Date:   Sat Jul 26 18:59:16 2008 -0500
50938
50939     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
50940
50941     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
50942
50943     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
50944     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50945
50946 commit eab1007334b93a6209f1ec33615e26ef5311ede7
50947 Author: Steven A. Falco <sfalco@harris.com>
50948 Date:   Wed Aug 6 15:42:52 2008 -0400
50949
50950     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
50951
50952     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
50953     configuration to match the schematic, and also sets the SDR0_PFC1 register to
50954     select the corresponding mode for the UARTs.
50955
50956     Signed-off-by: Steven A. Falco <sfalco@harris.com>
50957     Signed-off-by: Stefan Roese <sr@denx.de>
50958
50959 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
50960 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
50961 Date:   Wed Aug 6 14:42:13 2008 +0200
50962
50963     avr32: add support for EarthLCD Favr-32 board
50964
50965     This patch adds support for the Favr-32 board made by EarthLCD.
50966
50967     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
50968     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
50969     Ethernet, audio out, USB device, SD-card slot, USART and various other
50970     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
50971
50972     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
50973     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
50974
50975 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
50976 Author: Rafael Campos <rafael.campos@hanscan.com>
50977 Date:   Thu Jul 31 10:22:20 2008 +0200
50978
50979     cfi-flash: Added support to flash_real_protect for Atmel flash devices
50980
50981     Some of the flash memories produced by ATMEL start in read-only mode.
50982     We need to unprotect it. This patch allows the AT49BV6416 to work with
50983     cfi_flash memories. Tested in the at91rm9200ek board.
50984
50985     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
50986     Signed-off-by: Stefan Roese <sr@denx.de>
50987
50988 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
50989 Author: Guennadi Liakhovetski <lg@denx.de>
50990 Date:   Tue Aug 5 15:36:39 2008 +0200
50991
50992     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
50993
50994     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50995     Signed-off-by: Stefan Roese <sr@denx.de>
50996
50997 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
50998 Author: Stefan Roese <sr@denx.de>
50999 Date:   Wed Aug 6 14:06:03 2008 +0200
51000
51001     Fix merge problems
51002
51003     Signed-off-by: Stefan Roese <sr@denx.de>
51004
51005 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
51006 Author: Stefan Roese <sr@denx.de>
51007 Date:   Wed Aug 6 14:05:38 2008 +0200
51008
51009     Fix merge problems
51010
51011     Signed-off-by: Stefan Roese <sr@denx.de>
51012
51013 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
51014 Author: Kenneth Johansson <kenneth@southpole.se>
51015 Date:   Tue Jul 15 12:13:38 2008 +0200
51016
51017     mpc5121: Move iopin features from board specific to common files.
51018
51019     And in the process eliminate some duplicate register defines.
51020
51021     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
51022
51023 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
51024 Author: John Rigby <jrigby@freescale.com>
51025 Date:   Tue Aug 5 17:38:57 2008 -0600
51026
51027     mpc5121: squash some fdt fixup errors
51028
51029     On ADS5121 when booting linux the following errors are seen:
51030         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
51031         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
51032         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
51033
51034     This is caused by ft_cpu_setup trying to deal with
51035     both old and new soc node naming.  This patch
51036     fixes this by being smarter about what to
51037     fixup.
51038
51039     Also do soc node fixups by compatible instead of by path.
51040     A new board config called OF_SOC_COMPAT defined
51041     to be "fsl,mpc5121-immr" replaces the old
51042     OF_SOC node path that was defined to be "soc@80000000".
51043
51044     Old device trees still work, but the compatiblity
51045     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
51046     which is on by default in include/configs/ads5121.h.
51047
51048     Signed-off-by: John Rigby <jrigby@freescale.com>
51049
51050 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
51051 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51052 Date:   Sat Aug 2 23:48:30 2008 +0200
51053
51054     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
51055
51056     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51057
51058 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
51059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51060 Date:   Sat Aug 2 23:48:32 2008 +0200
51061
51062     nios2/sysid: fix printf warning
51063
51064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51065
51066 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
51067 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51068 Date:   Sat Aug 2 23:48:33 2008 +0200
51069
51070     Fix remaining build issues with MPC8xx FADS boards.
51071
51072     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51073
51074 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
51075 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51076 Date:   Sat Aug 2 23:48:31 2008 +0200
51077
51078     nios2: fix phys_addr_t and phys_size_t support
51079
51080     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51081
51082 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
51083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51084 Date:   Sat Aug 2 23:48:34 2008 +0200
51085
51086     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
51087
51088     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51089
51090 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
51091 Author: Mark Jackson <mpfj@mimc.co.uk>
51092 Date:   Fri Aug 1 09:48:29 2008 +0100
51093
51094     Fix bitmap display for atmel lcd controller
51095
51096     The current lcd_display_bitmap() function does not work properly
51097     for the Atmel LCD controller.
51098
51099     2 fixes need to be done:-
51100
51101     (a) when setting the colour map, use the lcd_setcolreg() function
51102         as provided by the Atmel driver
51103     (b) the data is never actually written to the lcd framebuffer !!
51104
51105     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
51106
51107 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
51108 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51109 Date:   Fri Aug 1 08:40:34 2008 +0200
51110
51111     qemu_mips: update README to follow qemu update about default machine
51112
51113     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51114
51115 commit ac169d645f5f0e0b9a232563099209e92a355d8e
51116 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51117 Date:   Thu Jul 31 19:53:21 2008 -0500
51118
51119     ColdFire: Fix compilation issue caused by a missing function
51120
51121     Implement usec2ticks() which is used by fsl_i2c.c in
51122     lib_m68k/time.c
51123
51124     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51125
51126 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
51127 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51128 Date:   Thu Jul 31 19:53:06 2008 -0500
51129
51130     Fix compilation error for TASREG
51131
51132     TASREG is ColdFire platform, the include ppc4xx.h in
51133     board/esd/common/flash.c causes conflict.
51134
51135     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51136
51137 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
51138 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51139 Date:   Thu Jul 31 19:52:36 2008 -0500
51140
51141     Fix compilation error for MCF5275
51142
51143     Rename OBJ to COBJ in board/platform/Makefile
51144
51145     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51146
51147 commit 5c40548f01218360a1f1395198c50ff45f3035b5
51148 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51149 Date:   Thu Jul 31 19:52:28 2008 -0500
51150
51151     Fix compile error caused by incorrect function return type
51152
51153     Rename int mii_init(void) to void mii_init(void) for idmr
51154     ColdFire platform
51155
51156     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51157
51158 commit a58c78067c928976c082c758d3987e89ead5b191
51159 Author: Wolfgang Denk <wd@denx.de>
51160 Date:   Fri Aug 1 12:06:22 2008 +0200
51161
51162     Fix build issues with MPC8xx FADS boards.
51163
51164     Signed-off-by: Wolfgang Denk <wd@denx.de>
51165
51166 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
51167 Author: Wolfgang Denk <wd@denx.de>
51168 Date:   Thu Jul 31 17:54:03 2008 +0200
51169
51170     Prepare v1.3.4-rc2: update CHANGELOG
51171
51172     Signed-off-by: Wolfgang Denk <wd@denx.de>
51173
51174 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
51175 Author: Mark Jackson <mpfj@mimc.co.uk>
51176 Date:   Thu Jul 31 16:09:00 2008 +0100
51177
51178     Add gzipped logo support
51179
51180     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
51181
51182       If this option is set, additionally to standard BMP
51183       images, gzipped BMP images can be displayed via the
51184       splashscreen support or the bmp command.
51185
51186     However, the splashscreen function *only* supports standard BMP images.
51187
51188     This patch adds the documented gzip support.
51189
51190     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
51191
51192 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
51193 Author: Mark Jackson <mpfj@mimc.co.uk>
51194 Date:   Thu Jul 31 15:56:48 2008 +0100
51195
51196     Fix Atmel LCD controller endianess for AVR32 processors
51197
51198     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
51199     AVR32 (big endian) platforms.
51200
51201     As such, the controller can handle both big and little endian memory.
51202
51203     This patch fixes the driver for the AVR32 platform.
51204
51205     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
51206
51207 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
51208 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51209 Date:   Thu Jul 31 15:56:01 2008 +0200
51210
51211     apollon: fix build out of tree
51212
51213     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51214
51215 commit 2e752be39d3e398d4ab89ffa6634c397df298297
51216 Author: Guennadi Liakhovetski <lg@denx.de>
51217 Date:   Thu Jul 31 12:35:04 2008 +0200
51218
51219     Uncompressed images loaded to their start address shall set load_end too
51220
51221     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
51222     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
51223
51224 commit c37207d7f51e19c17f859966f314e27cc1231801
51225 Author: Wolfgang Denk <wd@denx.de>
51226 Date:   Wed Jul 16 16:38:59 2008 +0200
51227
51228     Fix printf() format problems with configurable prompts
51229
51230     U-Boot allows for configurable prompt strings using the
51231     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
51232     the assumption was that any such user defined problts would contain
51233     exactly one "%d" format specifier. But some boards did not.
51234
51235     To allow for flexible boot prompts without adding too complex code we
51236     now allow to specify the whole list of printf() arguments in the user
51237     definition. This is powerful, but requires a responsible user who
51238     really understands what he is doing, as he needs to know for exanple
51239     which variables are available in the respective context.
51240
51241     Signed-off-by: Wolfgang Denk <wd@denx.de>
51242
51243 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
51244 Author: Wolfgang Denk <wd@denx.de>
51245 Date:   Thu Jul 31 17:02:14 2008 +0200
51246
51247     TQM85xx: fix typo introduce by commit ffbb5cb9
51248
51249     Signed-off-by: Wolfgang Denk <wd@denx.de>
51250
51251 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
51252 Author: Wolfgang Denk <wd@denx.de>
51253 Date:   Thu Jul 31 15:27:01 2008 +0200
51254
51255     mvbc_p board: fix most build warnings.
51256
51257     Signed-off-by: Wolfgang Denk <wd@denx.de>
51258
51259 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
51260 Author: Wolfgang Denk <wd@denx.de>
51261 Date:   Thu Jul 31 13:57:20 2008 +0200
51262
51263     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
51264
51265     Avoid "integer constant is too large for 'long' type" warnings.
51266     And simplify the code.
51267
51268     Signed-off-by: Wolfgang Denk <wd@denx.de>
51269
51270 commit 9196b44334c330cc13de2464c59181e4db71f549
51271 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
51272 Date:   Wed Jul 30 23:21:19 2008 +0400
51273
51274     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
51275
51276     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
51277
51278 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
51279 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
51280 Date:   Wed Jul 30 23:20:32 2008 +0400
51281
51282     PPC: Add pci_clk in the global_data for CPM2 processors
51283
51284     This patch adds pci_clk field to the global_data structure for the
51285     processors which have CPM2 module in case the CONFIG_PCI is defined.
51286
51287     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
51288
51289 commit f0ff885ca64655bee6540eb8a25eed90b1152686
51290 Author: Kumar Gala <galak@kernel.crashing.org>
51291 Date:   Wed Jul 30 14:13:30 2008 -0500
51292
51293     mpc85xx: Update linker scripts for Freescale boards
51294
51295     * Move to using absolute addressing always.  Makes the scripts a bit more
51296       portable and common
51297     * Moved .bss after the end of the image.  These allows us to have more
51298       room in the resulting binary image for code and data.
51299     * Removed .text object files that aren't really needed
51300     * Make sure _end is 4-byte aligned as the .bss init code expects this.
51301       (Its possible that the end of .bss isn't 4-byte aligned)
51302
51303     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51304
51305 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
51306 Author: Kumar Gala <galak@kernel.crashing.org>
51307 Date:   Wed Jul 30 08:01:15 2008 -0500
51308
51309     Fix compile warnings in dlmalloc
51310
51311     The origional code was using on odd reference to get to the first
51312     real element in av_[].  The first two elements of the array are
51313     not used for actual bins, but for house keeping.  If we are more
51314     explicit about how use the first few elements we can get rid of the
51315     warnings:
51316
51317     dlmalloc.c: In function 'malloc_extend_top':
51318     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
51319     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
51320     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
51321     ...
51322
51323     The logic of how this code came to be is:
51324         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
51325
51326     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
51327         bin_at(0) = &(av_[0])
51328
51329     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
51330
51331     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51332
51333 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
51334 Author: Stefan Roese <sr@denx.de>
51335 Date:   Wed Jul 30 10:21:01 2008 +0200
51336
51337     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
51338
51339     Signed-off-by: Stefan Roese <sr@denx.de>
51340
51341 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
51342 Author: Stefan Roese <sr@denx.de>
51343 Date:   Wed Jul 30 09:59:51 2008 +0200
51344
51345     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
51346
51347     A recent patch used '#if (CONFIG_CMD_USB)' instead of
51348     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
51349     common/bootm.c compile again.
51350
51351     Signed-off-by: Stefan Roese <sr@denx.de>
51352     Acked-by: Markus Klotzbuecher <mk@denx.de>
51353
51354 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
51355 Author: Kyungmin Park <kmpark@infradead.org>
51356 Date:   Tue Jul 22 08:01:43 2008 +0900
51357
51358     Remove unused I2C at apollon board
51359
51360     There are no I2C devices on this board.
51361
51362     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51363
51364 commit 3c95960e526b3b026da20201db64526f46faf14b
51365 Author: Wolfgang Denk <wd@denx.de>
51366 Date:   Thu Jul 31 10:12:09 2008 +0200
51367
51368     at91rm9200dk, csb637: fix NAND related build problems
51369
51370     Tried fixing NAND support for the at91rm9200dk board; untested.
51371     Disabled NAND support in the csb637 board config file.
51372
51373     Signed-off-by: Wolfgang Denk <wd@denx.de>
51374
51375 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
51376 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51377 Date:   Wed Jul 30 12:39:28 2008 +0200
51378
51379     ppc4xx: ML507: Environment in flash and MTD Support
51380
51381     - Relocate the location of U-Boot in the flash
51382     - Save the environment in one sector of the flash memory
51383     - MTD Support
51384
51385     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51386     Signed-off-by: Stefan Roese <sr@denx.de>
51387
51388 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
51389 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51390 Date:   Tue Jul 29 17:16:10 2008 +0200
51391
51392     ppc4xx: ML507: Use of get_ram_size in board ml507
51393
51394     - Change suggested by WD
51395
51396     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51397     Signed-off-by: Stefan Roese <sr@denx.de>
51398
51399 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
51400 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51401 Date:   Mon Jul 21 20:30:07 2008 +0200
51402
51403     ppc4xx: ML507: U-Boot in flash and System ACE
51404
51405     This patch allows booting from FLASH the ML507 board by Xilinx.
51406     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
51407
51408     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51409     Signed-off-by: Stefan Roese <sr@denx.de>
51410
51411 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
51412 Author: Julien May <mailinglist@miromico.ch>
51413 Date:   Mon Jun 23 13:57:52 2008 +0200
51414
51415     Add support for the hammerhead (AVR32) board
51416
51417     The Hammerhead platform is built around a AVR32 32-bit microcontroller
51418     from Atmel.  It offers versatile peripherals, such as ethernet, usb
51419     device, usb host etc.
51420
51421     The board also incooperates a power supply and is a Power over Ethernet
51422     (PoE) Powered Device (PD).
51423
51424     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
51425     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
51426     DDR2 SDRAM interfaces, which will cover even the most exceptional need
51427     of memory bandwidth. Together with the onboard video decoder the board
51428     is ready for video processing.
51429
51430     For more information see: http:///www.miromico.com/hammerhead
51431
51432     Signed-off-by: Julien May <mailinglist@miromico.ch>
51433     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
51434     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51435
51436 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
51437 Author: Kumar Gala <galak@kernel.crashing.org>
51438 Date:   Tue Jul 29 12:23:49 2008 -0500
51439
51440     fsl_i2c: Use timebase timer functions instead of get_timer()
51441
51442     The current implementation of get_timer() is only really useful after we
51443     have relocated u-boot to memory.  The i2c code is used before that as part
51444     of the SPD DDR setup.
51445
51446     We actually have a bug when using the get_timer() code before relocation
51447     because the .bss hasn't been setup and thus we could be reading/writing
51448     a random location (probably in flash).
51449
51450     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51451
51452 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
51453 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
51454 Date:   Tue Jul 29 14:49:31 2008 +0200
51455
51456     Adder8xx: Fix CFG_MONITOR_LEN
51457
51458     Due to increased space usage, U-Boot can no longer be stored in three sectors.
51459     The current U-Boot use just over three flash sectors (197k), and U-Boot will
51460     become corrupt after saving environment variables. This patch adds another 64k
51461     to CFG_MONITOR_LEN.
51462
51463     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
51464
51465 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
51466 Author: Kyungmin Park <kmpark@infradead.org>
51467 Date:   Tue Jul 29 08:47:57 2008 +0900
51468
51469     Add OneNAND IPL related files to gitignore
51470
51471     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51472
51473 commit 8d87589e8e874df7120a3d9667f051bc33bac250
51474 Author: Rafal Jaworowski <raj@semihalf.com>
51475 Date:   Mon Jul 28 20:38:25 2008 +0200
51476
51477     API: Teach the storage layer about SATA and MMC options.
51478
51479     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51480     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51481
51482 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
51483 Author: Rafal Jaworowski <raj@semihalf.com>
51484 Date:   Mon Jul 28 20:37:48 2008 +0200
51485
51486     API: Dump contents of sector 0 in the demo application.
51487
51488     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51489     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51490
51491 commit 13ca6305f2eba49c175f6370c35286141059c789
51492 Author: Rafal Jaworowski <raj@semihalf.com>
51493 Date:   Mon Jul 28 20:37:10 2008 +0200
51494
51495     API: Correct storage enumeration routine, other minor fixes in API storage area.
51496
51497     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51498     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51499
51500 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
51501 Author: Rafal Jaworowski <raj@semihalf.com>
51502 Date:   Mon Jul 28 20:36:19 2008 +0200
51503
51504     API: Fix compilation warnings in api_examples/demo.c.
51505
51506     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51507
51508 commit c14eefcc48212af2f3314809605698dd8393a90a
51509 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51510 Date:   Sun Jul 27 17:09:43 2008 +0200
51511
51512     Fix more printf() format warnings
51513
51514     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51515
51516 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
51517 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51518 Date:   Fri Jul 25 15:18:16 2008 +0200
51519
51520     Fix remaining CFG_CMD_ define, ifdef and comments
51521
51522     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51523
51524 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
51525 Author: Stefano Babic <sbabic@denx.de>
51526 Date:   Fri Jul 25 08:57:40 2008 +0200
51527
51528     Add include for config.h in command.h.
51529
51530     Because the cmd_tbl_s structure depends on the configuration file, it
51531     must be assured that config.h is included before the structure is
51532     evaluated by the compiler. If this is not certain, it could happen
51533     that the compiler generates structures of different size, depending
51534     on the fact if the source file includes <config.h> before or after
51535     <command.h>.
51536
51537     The effect is that u-boot crashes when tries to relocate the command
51538     table (for ppc) or try to access to the command table for other
51539     architectures.
51540
51541     The problem can happen on board-depending commands. All general
51542     commands under /common are unaffected, because they include already
51543     config.h before command.h.
51544
51545     Signed-off-by: Stefano Babic <sbabic@denx.de>
51546
51547 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
51548 Author: Scott Wood <scottwood@freescale.com>
51549 Date:   Wed Jul 23 13:16:06 2008 -0500
51550
51551     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
51552
51553     This fixes building out-of-tree.
51554
51555     Signed-off-by: Scott Wood <scottwood@freescale.com>
51556
51557 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
51558 Author: Heiko Schocher <hs@denx.de>
51559 Date:   Wed Jul 23 07:30:46 2008 +0200
51560
51561     Fix warnings if compiling with IDE support.
51562
51563     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
51564     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
51565
51566     Signed-off-by: Heiko Schocher <hs@denx.de>
51567
51568 commit 7610db17fd4d59c51d825488526d85ede2f06767
51569 Author: Adrian Filipi <adrian.filipi@eurotech.com>
51570 Date:   Tue Jul 22 14:28:11 2008 -0400
51571
51572     Removed support for the adsvix board.
51573
51574     Support for the adsvix was originally provided by Applied Data
51575     Systems (ADS), inc., now EuroTech, Inc.
51576     The board never shipped aside from some sample boards.
51577
51578     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
51579
51580 commit f96b44cef897bd372beb86dde1b33637c119d84d
51581 Author: Remy Bohmer <linux@bohmer.net>
51582 Date:   Tue Jul 22 16:22:11 2008 +0200
51583
51584     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
51585
51586     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
51587     never set, because relocation to RAM is actually never done by U-boot
51588     itself. However, several pieces of code check if this flag is set at
51589     some time.
51590
51591     So, to make sure this flag is set on boards skipping relocation, this
51592     is added to the initialisation of U-boot at a moment where it is safe
51593     to do so.
51594
51595     Signed-off-by: Remy Bohmer <linux@bohmer.net>
51596
51597 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
51598 Author: Timur Tabi <timur@freescale.com>
51599 Date:   Mon Jul 21 14:26:23 2008 -0500
51600
51601     fsl-i2c: fix writes to data segment before relocation
51602
51603     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
51604     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
51605     I2C bus speed and save the value in i2c_bus_speed[], which is a global
51606     variable.  It is an error to write to the data segment before relocation,
51607     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
51608
51609     Signed-off-by: Timur Tabi <timur@freescale.com>
51610
51611 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
51612 Author: Wolfgang Ocker <weo@reccoware.de>
51613 Date:   Mon Jul 28 16:56:51 2008 +0200
51614
51615     mips: Fix baudrate divisor computation on alchemy cpus
51616
51617     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
51618     on alchemy cpus.
51619
51620     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
51621     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51622
51623 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
51624 Author: Ben Warren <biggerbadderben@gmail.com>
51625 Date:   Sat Jul 5 00:08:48 2008 -0700
51626
51627     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
51628
51629     Renamed initialization functions for atngw100 and atstk1000.
51630     Removed initializations for these boards from net/eth.c
51631
51632     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51633     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51634
51635 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
51636 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51637 Date:   Wed Jul 23 10:55:46 2008 +0200
51638
51639     spi flash: Fix printf() format warnings
51640
51641     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51642
51643 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
51644 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51645 Date:   Wed Jul 23 10:55:31 2008 +0200
51646
51647     atmel_mci: Fix printf() format warnings
51648
51649     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51650
51651 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
51652 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51653 Date:   Wed Jul 23 10:55:15 2008 +0200
51654
51655     avr32: Fix printf() format warnings
51656
51657     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51658
51659 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
51660 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51661 Date:   Wed Jul 23 10:52:19 2008 +0200
51662
51663     avr32: asm/io.h needs asm/types.h
51664
51665     map_physmem() takes a phys_addr_t as parameter. This type is defined in
51666     asm/types.h, so we need to include that file.
51667
51668     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51669
51670 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
51671 Author: Michal Simek <monstr@monstr.eu>
51672 Date:   Thu Jul 17 12:25:46 2008 +0200
51673
51674     microblaze: Fix printf() format issues
51675
51676     Signed-off-by: Michal Simek <monstr@monstr.eu>
51677
51678 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
51679 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
51680 Date:   Thu Jul 17 07:27:51 2008 +0530
51681
51682     Remove unused code from lib_arm/bootm.c
51683
51684     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
51685
51686 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
51687 Author: Detlev Zundel <dzu@denx.de>
51688 Date:   Wed Jul 16 18:56:45 2008 +0200
51689
51690     tqm85xx: Demystify 'DK: !!!' comment
51691
51692     Signed-off-by: Detlev Zundel <dzu@denx.de>
51693
51694 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
51695 Author: Detlev Zundel <dzu@denx.de>
51696 Date:   Wed Jul 16 18:56:44 2008 +0200
51697
51698     83xx/85xx/86xx: Add LTEDR local bus definitions
51699
51700     Signed-off-by: Detlev Zundel <dzu@denx.de>
51701
51702 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
51703 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51704 Date:   Wed Jul 16 16:22:32 2008 +0200
51705
51706     serial_xuartlite.c: fix compiler warnings
51707
51708     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51709     Acked-by: Grant Likely <grant.likely@secretlab.ca>
51710
51711 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
51712 Author: Stefan Roese <sr@denx.de>
51713 Date:   Fri Jul 18 11:03:35 2008 +0200
51714
51715     POST: Add disable interrupts in some of the missing CPU POST tests
51716
51717     Some CPU POST tests did not disable the interrupts while running. This
51718     seems to be necessary to protect this self modifying code.
51719
51720     Signed-off-by: Stefan Roese <sr@denx.de>
51721
51722 commit 97a3bf268d096e0e97e54048448c35114edcf557
51723 Author: Stefan Roese <sr@denx.de>
51724 Date:   Fri Jul 18 10:43:24 2008 +0200
51725
51726     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
51727
51728     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
51729     CFG_64BIT_LBA.
51730
51731     Signed-off-by: Stefan Roese <sr@denx.de>
51732
51733 commit 0043ac55024963295fc79b39af85b6dc3b261e17
51734 Author: Niklaus Giger <niklaus.giger@netstal.com>
51735 Date:   Fri Jul 18 11:22:23 2008 +0200
51736
51737     POST PPC4xx/spr IVPR only if PPC440
51738
51739     The SPR IVPR register is only present (as far as I know) for
51740     processors with a PPC440 core.
51741
51742     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51743     Acked-by: Stefan Roese <sr@denx.de>
51744
51745 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
51746 Author: Stefan Roese <sr@denx.de>
51747 Date:   Fri Jul 18 10:42:29 2008 +0200
51748
51749     ppc4xx: Enable 64bit printf format on 440/460 platforms
51750
51751     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
51752     440/460 platforms. This may be needed since those platforms support
51753     36bit physical address space.
51754
51755     Signed-off-by: Stefan Roese <sr@denx.de>
51756
51757 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
51758 Author: Stefan Roese <sr@denx.de>
51759 Date:   Fri Jul 18 15:57:23 2008 +0200
51760
51761     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
51762
51763     This patch fixes a problem with incorrect MODTx (On Die Termination)
51764     setup for a configuration with multiple DIMM's and multiple ranks.
51765     Without this change Katmai was unable to boot Linux with DDR2 frequency
51766     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
51767     with DDR2 frequency = 640MHz and mem=4GB.
51768
51769     Signed-off-by: Stefan Roese <sr@denx.de>
51770
51771 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
51772 Author: Stefan Roese <sr@denx.de>
51773 Date:   Fri Jul 18 12:24:41 2008 +0200
51774
51775     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
51776
51777     Signed-off-by: Stefan Roese <sr@denx.de>
51778
51779 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
51780 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51781 Date:   Thu Jul 17 12:47:09 2008 +0200
51782
51783     ppc4xx: ML507 Board Support
51784
51785     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
51786         among others:
51787         -Virtex 5 FX FPGA (With a ppc440x5 in it)
51788         -256MB of SDRAM2
51789         -32MB of Flash
51790         -I2C Eeprom
51791         -System ACE chip
51792         -Serial ATA connectors
51793         -RS232 Level Conversors
51794         -Ethernet Transceiver
51795
51796     This patch gives support to a standard design produced by EDK for this
51797     board: ppc440, uartlite, xilinx_int and flash
51798
51799     - Includes Changes propossed by Stefan Roese and Michal Simek
51800
51801     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51802     Acked-by: Stefan Roese <sr@denx.de>
51803
51804 commit d865fd09809a3a18669f35f970781820af40e4de
51805 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51806 Date:   Thu Jul 17 11:44:12 2008 +0200
51807
51808     ppc4xx: CPU PPC440x5 on Virtex5 FX
51809
51810     -This patchs gives support for the embbedded ppc440
51811      on the Virtex5 FPGAs
51812     -interrupts.c divided in uic.c and interrupts.c
51813     -xilinx_irq.c for xilinx interrupt controller
51814     -Include modifications propossed by  Stefan Roese
51815
51816     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51817     Acked-by: Stefan Roese <sr@denx.de>
51818
51819 commit 340ccb260f21516be360745d5c5e3bd0657698df
51820 Author: Sebastian Siewior <bigeasy@linutronix.de>
51821 Date:   Wed Jul 16 20:04:49 2008 +0200
51822
51823     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
51824
51825     This got broken by commits 93c56f212c
51826      [cfi_flash: support of long cmd in U-boot.]
51827
51828     That command needs to be in little endian format on BE machines
51829     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
51830     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
51831     the cmdbuf in case portwidth = chipwidth = 8bit.
51832
51833     Cc: Alexey Korolev <akorolev@infradead.org>
51834     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
51835     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
51836
51837 commit 11188d55bc16dd907451c00282e00a038f73dd62
51838 Author: Stefan Roese <sr@denx.de>
51839 Date:   Thu Jul 17 10:40:51 2008 +0200
51840
51841     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
51842
51843     Signed-off-by: Stefan Roese <sr@denx.de>
51844
51845 commit 021f6df6e96af5b387810cf96d24848da1faa55c
51846 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51847 Date:   Thu Jul 10 17:20:51 2008 +0400
51848
51849     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
51850
51851     The thinko was quite silly indeed, I messed with !ptr. Normally this
51852     would trigger some fault, but in U-Boot NULL pointer is equal to phys
51853     0, so the code was working still, just didn't actually test mpc8315erdb
51854     environment variable value. Heh.
51855
51856     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51857     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51858
51859 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
51860 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51861 Date:   Tue Jul 8 21:00:04 2008 +0400
51862
51863     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
51864
51865     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
51866     support, or without TSEC1 but with USB ULPI PHY support in addition.
51867     With this patch user can specify desired USB PHY.
51868
51869     Also, it seems that we can't distinguish the two boards in software, so
51870     user have to set `mpc8315erdb' environment variable to either 'tsec1'
51871     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
51872     Linux will not probe for TSEC1.
51873
51874     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51875     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51876
51877 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
51878 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51879 Date:   Tue Jul 8 20:59:43 2008 +0400
51880
51881     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
51882
51883     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
51884     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
51885     (connected to the four-ports hub, usb host only).
51886
51887     This patch implements support for passing Dual-Role USB controller's
51888     device tree property phy_type through the usb_phy_type environment
51889     variable.
51890
51891     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51892     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
51893     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51894
51895 commit 699f05125509249072a0b865c8d35520d97cd501
51896 Author: Wolfgang Denk <wd@denx.de>
51897 Date:   Tue Jul 15 22:22:44 2008 +0200
51898
51899     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
51900
51901     Signed-off-by: Wolfgang Denk <wd@denx.de>
51902
51903 commit bcab74baa6b1b1c969038ab6f64a186239180405
51904 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51905 Date:   Tue Jul 15 11:23:02 2008 -0400
51906
51907     Round the serial port clock divisor value returned by calc_divisor()
51908
51909     Round the serial port clock divisor value returned by
51910     calc_divisor()
51911
51912     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51913     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
51914
51915 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
51916 Author: Robin Getz <rgetz@blackfin.uclinux.org>
51917 Date:   Tue Jul 15 21:44:46 2008 +0200
51918
51919     Fix DHCP protocol so U-Boot does not respond too early
51920     on the network with it's offered IP number; it should not reply until
51921     after it has received a DHCP ACK message. Also ensures that U-Boot
51922     does it's DHCPREQUEST as broadcast (per RFC 2131).
51923
51924     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
51925     Acked-by: Ben Warren <biggerbadderben@gmail.com>
51926     Signed-off-by: Wolfgang Denk <wd@denx.de>
51927
51928 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
51929 Author: Sebastian Siewior <bigeasy@linutronix.de>
51930 Date:   Tue Jul 15 13:35:23 2008 +0200
51931
51932     cfi_flash: make the command u32 only
51933
51934     This got changed by commit 93c56f212c
51935     [cfi_flash: support of long cmd in U-boot.]
51936
51937     Long is the wrong type because it will behave differently on 64bit
51938     machines in a way that is probably not expected. u32 should be
51939     enough.
51940
51941     Cc: Alexey Korolev <akorolev@infradead.org>
51942     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
51943     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
51944
51945 commit 31cfe57491b183acae575d486729e158f016c27b
51946 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51947 Date:   Mon Jul 14 23:48:41 2008 +0200
51948
51949     tools/gitignore: update to all generated files
51950
51951     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51952
51953 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
51954 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
51955 Date:   Wed Jul 9 18:30:44 2008 +0200
51956
51957     mpc5xxx: Add MVBC_P board support
51958
51959     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
51960     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
51961
51962     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
51963     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51964
51965 commit e2d31fb3450653115452144363d5bde4e5e3e693
51966 Author: Timur Tabi <timur@freescale.com>
51967 Date:   Thu Jun 19 17:56:11 2008 -0500
51968
51969     Update Freescale sys_eeprom.c to handle CCID formats
51970
51971     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
51972     NXID format replaces the older CCID format, but it's important to support both
51973     since most boards out there still use the CCID format.  This change is in
51974     preparation for using one file to handle both formats.  This will also unify
51975     EEPROM support for all Freescale 85xx and 86xx boards.
51976
51977     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
51978     instead of ID_EEPROM_ADDR.
51979
51980     Signed-off-by: Timur Tabi <timur@freescale.com>
51981
51982 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
51983 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
51984 Date:   Fri Jul 11 17:22:43 2008 +0900
51985
51986     pci: sh: Add pci_skip_dev and pci_print_dev function
51987
51988     Add function of new PCI, pci_skip_dev and pci_print_dev.
51989
51990     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
51991     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51992
51993 commit 1107014e835ec9d46c0333f4211d104f77442db0
51994 Author: Andy Fleming <afleming@freescale.com>
51995 Date:   Mon Jul 14 20:29:07 2008 -0500
51996
51997     Clean up INIT_RAM options
51998
51999     The L2_INIT_RAM option was unused, and recent changes to the TLB code
52000     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
52001     the amount of mapped space attached to nothing, we change things so the TLBs
52002     get cleared.
52003
52004     Signed-off-by: Andy Fleming <afleming@freescale.com>
52005
52006 commit 4524561820a9327e89107854b3a7187800ccf719
52007 Author: Andy Fleming <afleming@freescale.com>
52008 Date:   Mon Jul 14 20:26:57 2008 -0500
52009
52010     Remove fake flash bank from 8544 DS
52011
52012     The fake flash bank was generating errors for anyone who didn't have a
52013     PromJET hooked up to the board.  As that constitutes the vast majority of
52014     users, we remove it.
52015
52016     Signed-off-by: Andy Fleming <afleming@freescale.com>
52017
52018 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
52019 Author: Kumar Gala <galak@kernel.crashing.org>
52020 Date:   Mon Jul 14 14:07:03 2008 -0500
52021
52022     MPC8544DS: Add ATI Video card support
52023
52024     Add support for using a PCIe ATI Video card on PCIe2.
52025
52026     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52027
52028 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
52029 Author: Kumar Gala <galak@kernel.crashing.org>
52030 Date:   Mon Jul 14 14:07:02 2008 -0500
52031
52032     85xx: Add some L1/L2 SPR register definitions
52033
52034     Add new L1/L2 SPRs related to e500mc cache config and control.
52035
52036     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52037
52038 commit e5852787f0c3c442a276262f13d91ca450605ac0
52039 Author: Kumar Gala <galak@kernel.crashing.org>
52040 Date:   Mon Jul 14 14:07:01 2008 -0500
52041
52042     MPC8544DS: Report board id, board version and fpga version.
52043
52044     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52045
52046 commit 73f15a060f67a2462551c334215bd20fac6b81d1
52047 Author: Kumar Gala <galak@kernel.crashing.org>
52048 Date:   Mon Jul 14 14:07:00 2008 -0500
52049
52050     85xx: Cleanup L2 cache size detection
52051
52052     The L2 size detection code was a bit confusing and we kept having to add
52053     code to it to handle new processors.  Change the sense of detection so we
52054     look for the older processors that aren't changing.
52055
52056     Also added support for 1M cache size on 8572.
52057
52058     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52059
52060 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
52061 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52062 Date:   Fri Jul 11 15:33:08 2008 -0400
52063
52064     sbc8560: enable CONFIG_OF_LIBFDT by default
52065
52066     Make the default build for the sbc8560 board be powerpc
52067     capable with libfdt support.
52068
52069     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52070
52071 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
52072 Author: Andy Fleming <afleming@freescale.com>
52073 Date:   Mon Jul 14 20:04:40 2008 -0500
52074
52075     Fix indentation for default boot environment variables
52076
52077     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
52078     similar #defines in sbc8560.h.
52079
52080     Signed-off-by: Andy Fleming <afleming@freescale.com>
52081
52082 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
52083 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52084 Date:   Fri Jul 11 15:33:07 2008 -0400
52085
52086     sbc8560: add default fdt values
52087
52088     Add in the default fdt settings and the typical EXTRA_ENV
52089     settings as borrowed from the mpc8560ads.  Fix a couple
52090     of stale references to the mpc8560ads dating back to the
52091     original clone/fork.
52092
52093     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52094     Signed-off-by: Andy Fleming <afleming@freescale.com>
52095
52096 commit d04e76edf92f7f89696989e8702b97e020455af3
52097 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52098 Date:   Fri Jul 11 15:33:06 2008 -0400
52099
52100     sbc8560: add in ft_board_setup()
52101
52102     Add in for the sbc8560, the ft_board_setup() routine, based on what is
52103     in use for the Freescale MPC8560ADS board.
52104
52105     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52106
52107 commit c158bcaca3b31cbe38c4143812e6170e38a57393
52108 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52109 Date:   Fri Jul 11 15:33:05 2008 -0400
52110
52111     sbc8560: define eth0 and eth1 instead of eth1 and eth2
52112
52113     The existing config doesn't define CONFIG_HAS_ETH0, and so the
52114     fdt support doesn't update the zeros in the dtb local-mac with
52115     real data from the u-boot env.  Since the existing config is
52116     tailored to just two interfaces, get rid of the ETH2 definitions
52117     at the same time.
52118
52119     Also don't include any end user specific data into the environment
52120     by default -- things like MAC address, network parameters etc. need
52121     to come from the end user.
52122
52123     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52124     Signed-off-by: Andy Fleming <afleming@freescale.com>
52125
52126 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
52127 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52128 Date:   Fri Jul 11 15:33:04 2008 -0400
52129
52130     sbc8560: properly set cs0_bnds for 512MB
52131
52132     The sbc8560 board ships with 512MB of memory installed,
52133     but the current cs0_bnds is hard coded for 256MB.  Set the
52134     value based on CFG_SDRAM_SIZE.
52135
52136     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52137
52138 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
52139 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52140 Date:   Fri Jul 11 15:33:03 2008 -0400
52141
52142     sbc8560: proper definitions for TSEC.
52143
52144     The definitions for the TSEC have become out of date.  There is no
52145     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
52146     Update to match those of other boards, like the MPC8560ADS.
52147
52148     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52149     Acked-by: Ben Warren <biggerbadderben@gmail.com>
52150
52151 commit 71074abbe0c76429577aff58aeff0a24ad210b23
52152 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52153 Date:   Wed Jul 9 13:23:05 2008 -0400
52154
52155     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
52156
52157     Some boards that have external 16550 UARTs don't have a direct
52158     tie between bi_busfreq and the clock used for the UARTs.  Boards
52159     that do have such a tie should set CFG_NS16550_CLK to be
52160     get_bus_freq(0) -- which most of them do already.
52161
52162     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52163     Acked-by: Kim Phillips <kim.phillips@freescale.com>
52164
52165 commit 24ef76f320fbadf074105229826514db140f939f
52166 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
52167 Date:   Wed Jul 2 07:03:53 2008 -0700
52168
52169     Change the temp map to ROM to align addresses to page size.
52170
52171     With a page size of BOOKE_PAGESZ_16M, both the real and effective
52172     addresses must be multiples of 16MB.  The hardware silently truncates
52173     them so the code happens to work.  This patch clarifies the situation
52174     by establishing addresses that the hardware doesn't need to truncate.
52175
52176     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
52177     Signed-off-by: Andy Fleming <afleming@freescale.com>
52178
52179 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
52180 Author: Kim Phillips <kim.phillips@freescale.com>
52181 Date:   Tue Jun 17 17:45:22 2008 -0500
52182
52183     mpc85xx: use IS_E_PROCESSOR macro
52184
52185     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52186
52187 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
52188 Author: Kim Phillips <kim.phillips@freescale.com>
52189 Date:   Mon Jun 16 15:55:53 2008 -0500
52190
52191     fdt: add crypto node handling for MPC8{3, 5}xxE processors
52192
52193     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
52194     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
52195     if on an 'EA' processor, e.g. MPC8349EA.
52196
52197     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52198
52199 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
52200 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52201 Date:   Fri Jul 11 15:10:11 2008 -0400
52202
52203     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
52204
52205     ARM DaVinci: Remove extern phy_t declaration by moving
52206     code to proper place.
52207
52208     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52209
52210 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
52211 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52212 Date:   Fri Jul 11 15:10:10 2008 -0400
52213
52214     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
52215
52216     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
52217     and prototype of i2c_init().
52218
52219     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52220
52221 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
52222 Author: Kumar Gala <galak@kernel.crashing.org>
52223 Date:   Mon Jul 14 14:03:02 2008 -0500
52224
52225     Fix some more printf() format problems.
52226
52227     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52228
52229 commit 45b16d22c64674ccd8c4637456a987463609141c
52230 Author: Wolfgang Denk <wd@denx.de>
52231 Date:   Mon Jul 14 22:38:42 2008 +0200
52232
52233     Fix coding style; make code better parsable by external tools
52234
52235     Signed-off-by: Wolfgang Denk <wd@denx.de>
52236
52237 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
52238 Author: Wolfgang Denk <wd@denx.de>
52239 Date:   Mon Jul 14 21:19:08 2008 +0200
52240
52241     cpu/i386/serial.c: Fix syntax errors
52242
52243     Signed-off-by: Wolfgang Denk <wd@denx.de>
52244
52245 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
52246 Author: Wolfgang Denk <wd@denx.de>
52247 Date:   Mon Jul 14 20:41:35 2008 +0200
52248
52249     elppc board: Coding style cleanup.
52250
52251     Signed-off-by: Wolfgang Denk <wd@denx.de>
52252
52253 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
52254 Author: Wolfgang Denk <wd@denx.de>
52255 Date:   Mon Jul 14 20:40:22 2008 +0200
52256
52257     elppc board: fix syntax error.
52258
52259     Signed-off-by: Wolfgang Denk <wd@denx.de>
52260
52261 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
52262 Author: Wolfgang Denk <wd@denx.de>
52263 Date:   Mon Jul 14 20:38:26 2008 +0200
52264
52265     EB+MCF-EV123 board: fix coding style (alingment)
52266
52267     Signed-off-by: Wolfgang Denk <wd@denx.de>
52268
52269 commit 6841785a0bb0f38175456a923edd634fb7dd6947
52270 Author: Wolfgang Denk <wd@denx.de>
52271 Date:   Mon Jul 14 20:36:44 2008 +0200
52272
52273     EB+MCF-EV123 board: fix syntx error
52274
52275     Signed-off-by: Wolfgang Denk <wd@denx.de>
52276
52277 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
52278 Author: Andy Fleming <afleming@freescale.com>
52279 Date:   Mon Jul 7 18:02:08 2008 -0500
52280
52281     Remove LBC_CACHE_BASE from 8544 DS
52282
52283     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
52284     space for some anyway, we were allowing speculative loads into unmapped space,
52285     which would cause an exception (annoying, even if ultimately harmless).
52286     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
52287     problem.
52288
52289     Signed-off-by: Andy Fleming <afleming@freescale.com>
52290
52291 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
52292 Author: Wolfgang Denk <wd@denx.de>
52293 Date:   Mon Jul 14 15:19:07 2008 +0200
52294
52295     Code cleanup: fix old style assignment ambiguities like "=-" etc.
52296
52297     Signed-off-by: Wolfgang Denk <wd@denx.de>
52298
52299 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
52300 Author: Wolfgang Denk <wd@denx.de>
52301 Date:   Mon Jul 14 15:10:53 2008 +0200
52302
52303     AmigaOneG3SE: remove dead and incomplete files
52304
52305     Signed-off-by: Wolfgang Denk <wd@denx.de>
52306
52307 commit b64f190b7a34224df09b559ca111eb1b733f00ad
52308 Author: Wolfgang Denk <wd@denx.de>
52309 Date:   Mon Jul 14 15:06:35 2008 +0200
52310
52311     Fix printf() format issues with sizeof_t types by using %zu
52312
52313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52314     Signed-off-by: Wolfgang Denk <wd@denx.de>
52315
52316 commit f354b73e16a86f9e9085471a830605f74f84ea5d
52317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52318 Date:   Mon Jul 14 14:11:45 2008 +0200
52319
52320     vsprintf: add z and t options
52321
52322     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52323
52324 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
52325 Author: Wolfgang Denk <wd@denx.de>
52326 Date:   Sun Jul 13 23:07:35 2008 +0200
52327
52328     Fix some more printf() format issues.
52329
52330     Signed-off-by: Wolfgang Denk <wd@denx.de>
52331
52332 commit d5996dd555edf52721b7691a4c59de016251ed39
52333 Author: Wolfgang Denk <wd@denx.de>
52334 Date:   Sun Jul 13 19:51:00 2008 +0200
52335
52336     Fix some more printf() format problems.
52337
52338     Signed-off-by: Wolfgang Denk <wd@denx.de>
52339
52340 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
52341 Author: Wolfgang Denk <wd@denx.de>
52342 Date:   Sun Jul 13 19:48:26 2008 +0200
52343
52344     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
52345
52346     Signed-off-by: Wolfgang Denk <wd@denx.de>
52347
52348 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
52349 Author: Anatolij Gustschin <agust@denx.de>
52350 Date:   Sat Jul 12 17:31:36 2008 +0200
52351
52352     Fix bug in Lime video driver
52353
52354     We need to wait while drawing engine clears frame
52355     buffer before any further software accesses to frame
52356     buffer will be initiated. Otherwise software drawn
52357     parts could be partially destroyed by the drawing
52358     engine or even GDC chip freeze could occur (as
52359     observed on socrates board).
52360
52361     Signed-off-by: Anatolij Gustschin <agust@denx.de>
52362
52363 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
52364 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52365 Date:   Sat Jul 12 14:36:34 2008 +0200
52366
52367     Fix some more printf() format issues.
52368
52369     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52370
52371 commit 18c8a28aad49803780bd8d52432ded528e37e701
52372 Author: Michal Simek <monstr@monstr.eu>
52373 Date:   Fri Jul 11 15:11:57 2008 +0200
52374
52375     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
52376
52377     Signed-off-by: Michal Simek <monstr@monstr.eu>
52378     Acked-by: Stefan Roese <sr@denx.de>
52379
52380 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
52381 Author: Michal Simek <monstr@monstr.eu>
52382 Date:   Fri Jul 11 11:50:53 2008 +0200
52383
52384     hwmon: Cleaning hwmon devices
52385
52386     Clean Makefile
52387     Move device specific values to driver for better reading
52388
52389     Signed-off-by: Michal Simek <monstr@monstr.eu>
52390     Acked-by: Stefan Roese <sr@denx.de>
52391
52392 commit c78fce699c7ff467ecd841da6a79f065180bf578
52393 Author: Michal Simek <monstr@monstr.eu>
52394 Date:   Fri Jul 11 10:43:13 2008 +0200
52395
52396     FIS: repare incorrect return value with ramdisk handling
52397
52398     Microblaze and PowerPC use boot_get_ramdisk for loading
52399     ramdisk to memory with checking return value.
52400     Return 0 means success. Return 1 means failed.
52401     Here is correspond part of code from bootm.c which check
52402     return code.
52403
52404     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
52405                 &rd_data_start, &rd_data_end);
52406     if (ret)
52407         goto error;
52408
52409     Signed-off-by: Michal Simek <monstr@monstr.eu>
52410
52411 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
52412 Author: Michal Simek <monstr@monstr.eu>
52413 Date:   Fri Jul 11 10:10:32 2008 +0200
52414
52415     microblaze: Remove useless ancient headers
52416
52417     Signed-off-by: Michal Simek <monstr@monstr.eu>
52418
52419 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
52420 Author: Michal Simek <monstr@monstr.eu>
52421 Date:   Fri Jul 11 10:10:31 2008 +0200
52422
52423     microblaze: Clean uartlite driver
52424
52425     Redesign uartlite driver to in_be32 and out_be32 macros
52426     Fix missing header in io.h
52427
52428     Signed-off-by: Michal Simek <monstr@monstr.eu>
52429     Acked-by: Grant Likely <grant.likely@secretlab.ca>
52430
52431 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
52432 Author: Marcel Ziswiler <marcel@ziswiler.com>
52433 Date:   Fri Jul 11 02:39:14 2008 +0200
52434
52435     Enable passing of ATAGs required by latest Linux kernel.
52436
52437 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
52438 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52439 Date:   Fri Jul 11 10:24:15 2008 -0400
52440
52441     Fix integer overflow warning in calc_divisor()
52442
52443     which happened when rounding the serial port clock divisor
52444
52445     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52446
52447 commit 6b760189d77f001684e3160b355c185ca3804961
52448 Author: Marcel Ziswiler <marcel@ziswiler.com>
52449 Date:   Fri Jul 11 01:09:59 2008 +0200
52450
52451     Fix build time warnings in function mmc_decode_csd()
52452
52453     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
52454
52455 commit c15947d6ce0d59925c97fdfac692476af6e262d0
52456 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52457 Date:   Thu Jul 10 10:46:33 2008 -0400
52458
52459     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
52460
52461     caused by missing dcache status/enable/disable functions.
52462
52463     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52464
52465 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
52466 Author: Stefan Roese <sr@denx.de>
52467 Date:   Thu Jul 10 13:53:31 2008 +0200
52468
52469     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
52470
52471     This patch removes some ft_board_setup() functions from some 4xx boards.
52472     This can be done since we now have a default weak implementation for this
52473     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
52474     implementation like canyonlands need their own version.
52475
52476     Signed-off-by: Stefan Roese <sr@denx.de>
52477
52478 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
52479 Author: Wolfgang Denk <wd@denx.de>
52480 Date:   Sun Jul 13 14:58:16 2008 +0200
52481
52482     Add last known maintainer for orphaned boards; reformat.
52483
52484     Signed-off-by: Wolfgang Denk <wd@denx.de>
52485
52486 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
52487 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
52488 Date:   Thu Jul 10 13:16:04 2008 +0200
52489
52490     Remove kharris@nexus-tech.net from MAINTAINERS
52491
52492     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
52493     anymore. You can't be a maintainer without a valid e-mail address, so
52494     move all boards that used to be maintained by Kyle Harris to the
52495     "orphaned" list.
52496
52497     Currently, only PowerPC has a list of orphaned boards, so this patch
52498     creates one for ARM as well.
52499
52500     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
52501
52502 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
52503 Author: Anatolij Gustschin <agust@denx.de>
52504 Date:   Thu Jul 10 01:15:10 2008 +0200
52505
52506     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
52507
52508     On the at91sam9260ep development board there is an EEPROM
52509     connected to the TWI interface (PA23, PA24 Peripheral A
52510     multiplexing), so we cannot use these pins as ETX2, ETX3.
52511     This patch configures PA10, PA11 pins for ETX2, ETX3
52512     instead of PA23, PA24 pins.
52513
52514     Signed-off-by: Anatolij Gustschin <agust@denx.de>
52515     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
52516
52517 commit f889265753ddf4465d9d580827bb9289bfac55d6
52518 Author: Kenneth Johansson <kenneth@southpole.se>
52519 Date:   Sat Jul 12 13:18:34 2008 -0600
52520
52521     fix DIU for small screens
52522
52523     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
52524     so it was not possible to set a slow pixel clock and thus prevented
52525     display on small screens.
52526
52527     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
52528     Acked-by: John Rigby <jrigby@freescale.com>
52529
52530 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
52531 Author: John Rigby <jrigby@freescale.com>
52532 Date:   Fri Jul 11 14:44:09 2008 -0600
52533
52534     ADS5121 cleanup compile warnings
52535
52536     board/ads5121/iopin.c
52537         Replace bit fields in struct iopin_t with a single
52538         field and intialize it via plain old macros.
52539         This fixes the type pun warnings and makes the code
52540         more readable.
52541
52542     board/ads5121/ads5121.c
52543         Add include iopin.h to ads5121.c for the iopin_initialize
52544         prototype.
52545
52546         Add an extern void ads5121_diu_init(void)
52547
52548     Signed-off-by: John Rigby <jrigby@freescale.com>
52549
52550 commit bde63587622c4b830a27d1ddf7265843de9e994f
52551 Author: Wolfgang Denk <wd@denx.de>
52552 Date:   Fri Jul 11 22:56:11 2008 +0200
52553
52554     Fix some more printf() format issues.
52555
52556     Signed-off-by: Wolfgang Denk <wd@denx.de>
52557
52558 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
52559 Author: Wolfgang Denk <wd@denx.de>
52560 Date:   Fri Jul 11 22:55:31 2008 +0200
52561
52562     Fixed some out-of-tree build issues
52563
52564     Signed-off-by: Wolfgang Denk <wd@denx.de>
52565
52566 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
52567 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52568 Date:   Wed Jul 9 16:20:23 2008 -0500
52569
52570     ColdFire: Fix FB CS not setup properly for Mcf5282
52571
52572     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
52573     CFG_CSn_RO is defined as 0, the chipselect will not
52574     be assigned.
52575
52576     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52577
52578 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
52579 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52580 Date:   Wed Jul 9 15:47:27 2008 -0500
52581
52582     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
52583
52584     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
52585     clock module in cpu/<cf arch>/cpu_init.c
52586
52587     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52588
52589 commit f94945b517f10e01927101679c62361e03d4e837
52590 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52591 Date:   Wed Jul 9 15:25:01 2008 -0500
52592
52593     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
52594
52595     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52596
52597 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
52598 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52599 Date:   Wed Jul 9 15:21:44 2008 -0500
52600
52601     Fix compile error caused by missing timer function
52602
52603     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
52604
52605     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52606
52607 commit c37ea031175b807c54e6bad9b270e9bede6c0078
52608 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52609 Date:   Wed Jul 9 15:14:25 2008 -0500
52610
52611     Fix compile error caused by incorrect function return type
52612
52613     Rename int mii_init(void) to void mii_init(void)
52614
52615     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52616
52617 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
52618 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52619 Date:   Wed Jun 18 19:27:23 2008 -0500
52620
52621     ColdFire: Fix power up issue for MCF5235
52622
52623     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52624
52625 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
52626 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52627 Date:   Wed Jun 18 19:19:07 2008 -0500
52628
52629     ColdFire: Fix compiling error for MCF5275
52630
52631     The compiling error was caused by missing a closed parentheses
52632     in speed.c
52633
52634     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52635
52636 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
52637 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52638 Date:   Wed Jun 18 19:14:01 2008 -0500
52639
52640     ColdFire: Fix timer issue for MCF5272
52641
52642     The timer was assigned to wrong timer memory mapped which
52643     caused udelay() and timer() not working properly.
52644
52645     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52646
52647 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
52648 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52649 Date:   Wed Jun 18 19:12:13 2008 -0500
52650
52651     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
52652
52653     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
52654
52655 commit 8371dc2066136be21e10b7b9293e469297d77298
52656 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52657 Date:   Wed Jun 18 19:05:23 2008 -0500
52658
52659     ColdFire: Add -got=single param for new linux v4e toolchains
52660
52661     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
52662
52663 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
52664 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52665 Date:   Wed Jun 18 13:21:19 2008 -0500
52666
52667     ColdFire: Fix code flash configuration for M547x/M548x boards
52668
52669     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
52670
52671 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
52672 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52673 Date:   Tue Jun 24 12:12:16 2008 -0500
52674
52675     ColdFire: Fix warning messages by passing correct data type in board.c
52676
52677     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52678
52679 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
52680 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52681 Date:   Thu May 29 12:21:54 2008 -0500
52682
52683     ColdFire: Fix UART baudrate formula
52684
52685     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
52686     can generate the wrong divisor due to integer division truncation.
52687     Round the calculated divisor value by adding 1/2 the baudrate
52688     before dividing by the baudrate.
52689
52690     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52691     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
52692
52693 commit b578fb471444cbd7db1285701ba51343baaf73fb
52694 Author: Stefan Roese <sr@denx.de>
52695 Date:   Thu Jul 10 11:38:26 2008 +0200
52696
52697     ppc4xx: Fix include sequence in 4xx_pcie.c
52698
52699     This patch now moves common.h to the top of the inlcude list. This
52700     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
52701     the phys_size_t/phys_addr_t are defined to the correct size in this
52702     driver.
52703
52704     Signed-off-by: Stefan Roese <sr@denx.de>
52705
52706 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
52707 Author: Stefan Roese <sr@denx.de>
52708 Date:   Fri Jul 11 13:10:56 2008 +0200
52709
52710     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
52711
52712     Signed-off-by: Stefan Roese <sr@denx.de>
52713
52714 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
52715 Author: Stefan Roese <sr@denx.de>
52716 Date:   Fri Jul 11 11:40:13 2008 +0200
52717
52718     ppc4xx: Fix small korat merge problem
52719
52720     Signed-off-by: Stefan Roese <sr@denx.de>
52721
52722 commit 1d0554736a0a1dd59718acda660871ce56b69e18
52723 Author: Stefan Roese <sr@denx.de>
52724 Date:   Fri Jul 11 11:34:52 2008 +0200
52725
52726     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
52727
52728     Signed-off-by: Stefan Roese <sr@denx.de>
52729
52730 commit 3a82113ed5934d498f25080441a8261fc9454b15
52731 Author: Stefan Roese <sr@denx.de>
52732 Date:   Thu Jul 10 16:37:09 2008 +0200
52733
52734     ppc4xx: Add 460SX UIC defines
52735
52736     Only the really needed ones are added (cascading and EMAC/MAL).
52737
52738     Signed-off-by: Stefan Roese <sr@denx.de>
52739
52740 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
52741 Author: Stefan Roese <sr@denx.de>
52742 Date:   Mon Jun 30 14:11:07 2008 +0200
52743
52744     ppc4xx: Continue cleanup of ppc440.h
52745
52746     This patch continues the ppc440.h cleanup by removing some of the unused
52747     defines.
52748
52749     Signed-off-by: Stefan Roese <sr@denx.de>
52750
52751 commit d9056b7913ed6a228d2f33671d916efedee541dd
52752 Author: Stefan Roese <sr@denx.de>
52753 Date:   Mon Jun 30 14:05:05 2008 +0200
52754
52755     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
52756
52757     This patch cleans up the 440SPe PCIe register usage. Now only defines
52758     from the include/asm-ppc/4xx_pcie.h are used.
52759
52760     Signed-off-by: Stefan Roese <sr@denx.de>
52761
52762 commit 5de851403b01489b493fa83137ad990b8ce60d1c
52763 Author: Stefan Roese <sr@denx.de>
52764 Date:   Thu Jun 26 17:36:39 2008 +0200
52765
52766     ppc4xx: Rework 440GX UIC handling
52767
52768     This patch reworks the 440GX interrupt handling so that the common 4xx
52769     code can be used. The 440GX is an exception to all other 4xx variants
52770     by having the cascading interrupt vectors not on UIC0 but on a special
52771     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
52772     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
52773     handling is simpler without any 440GX special cases.
52774
52775     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
52776
52777     Signed-off-by: Stefan Roese <sr@denx.de>
52778
52779 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
52780 Author: Stefan Roese <sr@denx.de>
52781 Date:   Thu Jun 26 13:40:57 2008 +0200
52782
52783     ppc4xx: Consolidate PPC4xx UIC defines
52784
52785     This 2nd patch now removes all UIC mask bit definition. They should be
52786     generated from the vectors by using the UIC_MASK() macro from now on.
52787     This way only the vectors need to get defined for new PPC's.
52788
52789     Also only the really used interrupt vectors are now defined. This makes
52790     definitions for new PPC versions easier and less error prone.
52791
52792     Another part of this patch is that the 4xx emac driver got a little
52793     cleanup, since now the usage of the interrupts is clearer.
52794
52795     Signed-off-by: Stefan Roese <sr@denx.de>
52796
52797 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
52798 Author: Stefan Roese <sr@denx.de>
52799 Date:   Wed Jun 25 10:59:22 2008 +0200
52800
52801     ppc4xx: Consolidate PPC4xx UIC defines
52802
52803     This patch is the first step to consolidate the UIC related defines in the
52804     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
52805     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
52806     steps.
52807
52808     Signed-off-by: Stefan Roese <sr@denx.de>
52809
52810 commit 7ee2619c20ccecd57966d74d844e6329e141261c
52811 Author: Stefan Roese <sr@denx.de>
52812 Date:   Tue Jun 24 17:18:50 2008 +0200
52813
52814     ppc4xx: Consolidate PPC4xx EBC defines
52815
52816     This patch removes all EBC related defines from the PPC4xx headers
52817     ppc405.h and ppc440.h and introduces a new header
52818
52819     include/asm-ppc/ppc4xx-ebc.h
52820
52821     with all those defines.
52822
52823     Signed-off-by: Stefan Roese <sr@denx.de>
52824
52825 commit e321801bed5a6d896d298c00fd20046f039d5d66
52826 Author: Stefan Roese <sr@denx.de>
52827 Date:   Thu Jul 10 13:52:44 2008 +0200
52828
52829     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
52830
52831     This patch removes some ft_board_setup() functions from some 4xx boards.
52832     This can be done since we now have a default weak implementation for this
52833     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
52834     implementation like canyonlands need their own version.
52835
52836     Signed-off-by: Stefan Roese <sr@denx.de>
52837
52838 commit 08250eb2edbd96514d049602d9e134110ac3185f
52839 Author: Stefan Roese <sr@denx.de>
52840 Date:   Thu Jul 10 15:32:32 2008 +0200
52841
52842     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
52843
52844     Signed-off-by: Stefan Roese <sr@denx.de>
52845
52846 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
52847 Author: Grant Erickson <gerickson@nuovations.com>
52848 Date:   Tue Jul 8 08:35:00 2008 -0700
52849
52850     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
52851
52852     This patch adds support for placing the RGMII bridge on the
52853     PPC405EX(r) into MII/GMII mode and allows a board-specific
52854     configuration to specify the bridge mode at compile-time.
52855
52856     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52857     Signed-off-by: Stefan Roese <sr@denx.de>
52858
52859 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
52860 Author: Grant Erickson <gerickson@nuovations.com>
52861 Date:   Wed Jul 9 16:46:35 2008 -0700
52862
52863     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
52864
52865     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
52866     controller registers (MODT and INITPLR) used by the
52867     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
52868     peer values used for the INITPLR MR and EMR registers,
52869     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
52870
52871     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
52872     Kilauea are replaced by equivalent mnemonics to make it easier to
52873     compare and contrast other 405EX(r)-based boards (e.g. during board
52874     bring-up).
52875
52876     Finally, unified the SDRAM controller register dump routine such that
52877     it can be used across all processor variants that utilize the IBM DDR2
52878     SDRAM controller core. It produces output of the form:
52879
52880         PPC4xx IBM DDR2 Register Dump:
52881                 ...
52882                 SDRAM_MB0CF[40] = 0x00006701
52883                 ...
52884
52885     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
52886     since it is not uncommon that the DCR values in header files get mixed
52887     up and it helps to validate, at a glance, they match what is printed
52888     in the user manual.
52889
52890     Tested on:
52891       AMCC Kilauea/Haleakala:
52892       - NFS Linux Boot: PASSED
52893       - NAND Linux Boot: PASSED
52894
52895     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52896     Signed-off-by: Stefan Roese <sr@denx.de>
52897
52898 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
52899 Author: Grant Erickson <gerickson@nuovations.com>
52900 Date:   Wed Jul 9 16:31:59 2008 -0700
52901
52902     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
52903
52904     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
52905     revision ID DCR based on 405EX, and add field mnemonics for bus error
52906     status and ECC error status registers.
52907
52908     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52909     Signed-off-by: Stefan Roese <sr@denx.de>
52910
52911 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
52912 Author: Grant Erickson <gerickson@nuovations.com>
52913 Date:   Wed Jul 9 16:31:36 2008 -0700
52914
52915     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
52916
52917     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
52918
52919     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52920     Signed-off-by: Stefan Roese <sr@denx.de>
52921
52922 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
52923 Author: Grant Erickson <gerickson@nuovations.com>
52924 Date:   Wed Jul 9 11:55:46 2008 -0700
52925
52926     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
52927
52928     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
52929     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
52930     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
52931
52932     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
52933     which causes SDRAM initialization to periodically fail since it can
52934     prematurely indicate SDRAM ready status.
52935
52936     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52937     Signed-off-by: Stefan Roese <sr@denx.de>
52938
52939 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
52940 Author: Feng Kan <fkan@amcc.com>
52941 Date:   Tue Jul 8 22:48:42 2008 -0700
52942
52943     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
52944
52945     Add AMCC Redwood reference board that uses the latest
52946     PPC 464 CPU processor combined with a rich mix of peripheral
52947     controllers. The board will support PCIe, mutiple Gig ethernet
52948     ports, advanced hardware RAID assistance and IEEE 1588.
52949
52950     Signed-off-by: Feng Kan <fkan@amcc.com>
52951     Signed-off-by: Stefan Roese <sr@denx.de>
52952
52953 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
52954 Author: Feng Kan <fkan@amcc.com>
52955 Date:   Tue Jul 8 22:48:07 2008 -0700
52956
52957     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
52958
52959     Signed-off-by: Feng Kan <fkan@amcc.com>
52960     Signed-off-by: Stefan Roese <sr@denx.de>
52961
52962 commit 7d30793685efcada183891c78fc892e6c9ba50c7
52963 Author: Feng Kan <fkan@amcc.com>
52964 Date:   Tue Jul 8 22:47:31 2008 -0700
52965
52966     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
52967
52968     Signed-off-by: Feng Kan <fkan@amcc.com>
52969     Signed-off-by: Stefan Roese <sr@denx.de>
52970
52971 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
52972 Author: Wolfgang Denk <wd@denx.de>
52973 Date:   Fri Jul 11 01:16:00 2008 +0200
52974
52975     Fix some more print() format errors.
52976
52977     Signed-off-by: Wolfgang Denk <wd@denx.de>
52978
52979 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
52980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52981 Date:   Thu Jul 10 20:57:54 2008 +0200
52982
52983     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
52984
52985     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52986
52987 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
52988 Author: Sergey Lapin <slapin@ossfans.org>
52989 Date:   Thu Jun 5 11:06:29 2008 +0400
52990
52991     DataFlash AT45DB021 support
52992
52993     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
52994     bootstrap, u-boot and its environment, using NAND or other external
52995     storage for kernel and rootfs. This patch adds support for
52996     small 1024x263 chip.
52997
52998     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
52999
53000 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
53001 Author: Kim Phillips <kim.phillips@freescale.com>
53002 Date:   Thu Jul 10 14:00:15 2008 -0500
53003
53004     silence misc printf formatting compiler warnings
53005
53006     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53007
53008 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
53009 Author: Markus Klotzbücher <mk@denx.de>
53010 Date:   Thu Jul 10 14:47:09 2008 +0200
53011
53012     USB: shutdown USB before booting
53013
53014     This patch fixes a potentially serious issue related to USB which was
53015     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
53016     ARM920T. Martin wrote:
53017
53018       Turn off USB to prevent the host controller from writing to the
53019       SDRAM while Linux is booting. This could happen, because the HCCA
53020       (Host Controller Communication Area) lies within the SDRAM and the
53021       host controller writes continously to this area (as busmaster!), for
53022       example to increase the HccaFrameNumber variable, which happens
53023       every 1 ms.
53024
53025     This is a slightly modified version of the patch in order to shutdown
53026     USB when booting on all architectures.
53027
53028     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
53029
53030 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
53031 Author: Martha Marx <mmarx@silicontkx.com>
53032 Date:   Thu May 29 14:23:25 2008 -0400
53033
53034     Configuration changes for ADS5121 Rev 3
53035
53036     ADS5121 Rev 3 board is now the default config
53037
53038     config targets are now
53039
53040     ads5121_config
53041         Rev 3 board with
53042         PCI
53043         M41T62 on board RTC
53044         512MB DRAM
53045
53046     ads5121_rev2_config
53047         Rev 2 board with
53048         No PCI
53049         256MB DRAM
53050
53051     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
53052     Acked-by: Grant Likely <grant.likely@secretlab.ca>
53053     Acked-by: John Rigby <jrigby@freescale.com>
53054
53055 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
53056 Author: Martha Marx <mmarx@silicontkx.com>
53057 Date:   Thu May 29 15:37:21 2008 -0400
53058
53059     Consolidate ADS5121 IO Pin configuration
53060
53061     Consolidate ADS5121 IO Pin configuration to one file
53062     board/ads5121/iopin.c.
53063
53064     Remove pin config from cpu/mpc512x/fec.c
53065
53066     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
53067     Acked-by: Grant Likely <grant.likely@secretlab.ca>
53068     Acked-by: John Rigby <jrigby@freescale.com>
53069
53070 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
53071 Author: Christian Eggers <christian@p2400.wgnetz.xx>
53072 Date:   Fri Jun 27 19:46:51 2008 +0200
53073
53074     Fix "usb part" command
53075
53076     Only print partition for selected device if user supplied the <dev>
53077     arg with the "usb part [dev]" command.
53078
53079     Signed-off-by: Christian Eggers <ceggers@gmx.de>
53080     Acked-by: Markus Klotzbuecher <mk@denx.de>
53081
53082 commit cc83b27217f7380041fea386ddb6d6d9b261617d
53083 Author: Harald Welte <laforge@gnumonks.org>
53084 Date:   Mon Jul 7 00:58:05 2008 +0800
53085
53086     fix USB devices with multiple configurations
53087
53088     This patch fixes bugs in usbdcore*.c related to the use of devices
53089     with multiple configurations.
53090
53091     The original code made mistakes about the meaning of configuration value and
53092     configuration index, and the resulting off-by-one errors resulted in:
53093
53094     * SET_CONFIGURATION always selected the first configuration, no matter what
53095       wValue is being passed.
53096     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
53097       configuration (index 0).
53098
53099     Signed-off-by: Harald Welte <laforge@openmoko.org>
53100     Acked-by: Markus Klotzbuecher <mk@denx.de>
53101
53102 commit 06c53beae1a726e707971c555613f09b270a2461
53103 Author: Wolfgang Denk <wd@denx.de>
53104 Date:   Thu Jul 10 13:16:09 2008 +0200
53105
53106     Fix some more print() format errors.
53107
53108     Signed-off-by: Wolfgang Denk <wd@denx.de>
53109
53110 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
53111 Author: Christian Eggers <christian@p2400.wgnetz.xx>
53112 Date:   Fri Jun 27 19:46:51 2008 +0200
53113
53114     Fix "usb part" command
53115
53116     Only print partition for selected device if user supplied the <dev>
53117     arg with the "usb part [dev]" command.
53118
53119     Signed-off-by: Christian Eggers <ceggers@gmx.de>
53120     Acked-by: Markus Klotzbuecher <mk@denx.de>
53121
53122 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
53123 Author: Harald Welte <laforge@gnumonks.org>
53124 Date:   Mon Jul 7 00:58:05 2008 +0800
53125
53126     fix USB devices with multiple configurations
53127
53128     This patch fixes bugs in usbdcore*.c related to the use of devices
53129     with multiple configurations.
53130
53131     The original code made mistakes about the meaning of configuration value and
53132     configuration index, and the resulting off-by-one errors resulted in:
53133
53134     * SET_CONFIGURATION always selected the first configuration, no matter what
53135       wValue is being passed.
53136     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
53137       configuration (index 0).
53138
53139     Signed-off-by: Harald Welte <laforge@openmoko.org>
53140     Acked-by: Markus Klotzbuecher <mk@denx.de>
53141
53142 commit e870690bdca154943ecadd5212d2d59c1b9d391b
53143 Author: Stefan Roese <sr@denx.de>
53144 Date:   Thu Jul 10 10:10:54 2008 +0200
53145
53146     MTD/NAND: Fix printf format warning in nand code
53147
53148     This patch fixes NAND related printf format warning. Those warnings are
53149     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
53150     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
53151     really helpful.
53152
53153     Signed-off-by: Stefan Roese <sr@denx.de>
53154
53155 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
53156 Author: Stefan Roese <sr@denx.de>
53157 Date:   Thu Jul 10 10:00:45 2008 +0200
53158
53159     rtc: Fix printf format warning in m41t60.c
53160
53161     Signed-off-by: Stefan Roese <sr@denx.de>
53162
53163 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
53164 Author: Stefan Roese <sr@denx.de>
53165 Date:   Tue Jul 8 12:01:47 2008 +0200
53166
53167     pci: Move PCI device configuration check into a separate weak function
53168
53169     This patch moves the check, if a device should be skipped in PCI PNP
53170     configuration into the function pci_skip_dev(). This function is defined
53171     as weak so that it can be overwritten by a platform specific one if
53172     needed. The check if the device should get printed in the PCI summary upon
53173     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
53174     pci_print_dev() which is also defined as weak too.
53175
53176     Signed-off-by: Stefan Roese <sr@denx.de>
53177
53178 commit b002144e1dc21374b1ef5281fe6b5d014af96650
53179 Author: Stefan Roese <sr@denx.de>
53180 Date:   Thu Jul 10 09:58:06 2008 +0200
53181
53182     ppc4xx: Fix printf format warnings now visible with the updated format check
53183
53184     This patch fixes ppc4xx related printf format warning. Those warnings are
53185     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
53186     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
53187     really helpful.
53188
53189     Signed-off-by: Stefan Roese <sr@denx.de>
53190
53191 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
53192 Author: Stefan Roese <sr@denx.de>
53193 Date:   Wed Jul 9 17:33:57 2008 +0200
53194
53195     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
53196
53197     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
53198     To support such configurations, we "only" map the first 2GB via the TLB's. We
53199     need some free virtual address space for the remaining peripherals like, SoC
53200     devices, FLASH etc.
53201
53202     Note that ECC is currently not supported on configurations with more than 2GB
53203     SDRAM. This is because we only map the first 2GB on such systems, and therefore
53204     the ECC parity byte of the remaining area can't be written.
53205
53206     Signed-off-by: Stefan Roese <sr@denx.de>
53207
53208 commit cf1c2ed91df26903b956948f37f82de9e1158a89
53209 Author: Larry Johnson <lrj@acm.org>
53210 Date:   Sat Jun 14 17:02:49 2008 -0400
53211
53212     ppc4xx: Remove implementation of testdram() from Korat board support
53213
53214     Signed-off-by: Larry Johnson <lrj@acm.org>
53215     Signed-off-by: Stefan Roese <sr@denx.de>
53216
53217 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
53218 Author: Larry Johnson <lrj@acm.org>
53219 Date:   Sat Jun 14 16:53:02 2008 -0400
53220
53221     ppc4xx: Update and add FDT to Korat board support
53222
53223     Signed-off-by: Larry Johnson <lrj@acm.org>
53224     Signed-off-by: Stefan Roese <sr@denx.de>
53225
53226 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
53227 Author: Wolfgang Denk <wd@denx.de>
53228 Date:   Thu Jul 10 01:13:30 2008 +0200
53229
53230     Minor coding style cleanup; update CHANGELOG
53231
53232     Signed-off-by: Wolfgang Denk <wd@denx.de>
53233
53234 commit 8915f1189c1d29d8be7f4de325702d90a8988219
53235 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
53236 Date:   Wed Jul 9 17:50:45 2008 -0400
53237
53238     e1000: add support for 82545GM 64bit PCI-X copper variant
53239
53240     This PCI-X e1000 variant works by just adding in the correct
53241     PCI IDs in the appropriate places.
53242
53243     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
53244
53245 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
53246 Author: Daniel Hellstrom <daniel@gaisler.com>
53247 Date:   Wed Jul 9 12:34:11 2008 +0000
53248
53249     SPARC: Build error fix
53250
53251     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
53252
53253     This patch makes SPARC targets build again. It is caused by
53254     phys_addr_t and phys_size_t being defined in the wrong header
53255     file. include/lmb.h need those typedefs to build.
53256
53257     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
53258
53259 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
53260 Author: Marcel Ziswiler <marcel@ziswiler.com>
53261 Date:   Wed Jul 9 08:17:15 2008 +0200
53262
53263     Many spelling fixes in README.
53264
53265     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53266
53267 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
53268 Author: Marcel Ziswiler <marcel@ziswiler.com>
53269 Date:   Wed Jul 9 08:17:06 2008 +0200
53270
53271     Minor spelling fix in comment.
53272
53273     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53274
53275 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
53276 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53277 Date:   Tue Jul 8 14:54:58 2008 -0400
53278
53279     Round the serial port clock divisor value returned by calc_divisor()
53280
53281     Round the serial port clock divisor value returned by
53282     calc_divisor().
53283
53284     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53285     Signed-off-by: John Roberts <john.roberts@pwav.com>
53286
53287 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
53288 Author: Scott Wood <scottwood@freescale.com>
53289 Date:   Wed Jul 9 17:47:52 2008 -0500
53290
53291     NAND: ifdef-protect most of nand.h when using legacy NAND.
53292
53293     Some macros such as NAND_CTL_SETALE conflict between current and legacy
53294     NAND, being defined by the subsystem in the former case and the board
53295     config file in the latter.
53296
53297     Signed-off-by: Scott Wood <scottwood@freescale.com>
53298
53299 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
53300 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53301 Date:   Tue Jul 8 11:02:05 2008 -0400
53302
53303     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
53304
53305     ARM: Fix for incorrect version of patch applied when
53306     adding support for the Lyrtech SFF-SDR board.
53307
53308     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53309     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
53310
53311 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
53312 Author: Kyungmin Park <kmpark@infradead.org>
53313 Date:   Tue Jul 8 09:08:40 2008 +0900
53314
53315     Remove useless print message at apollon
53316
53317     Remove useless print message at apollon
53318
53319     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
53320
53321 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
53322 Author: Andy Fleming <afleming@freescale.com>
53323 Date:   Mon Jul 7 14:24:39 2008 -0500
53324
53325     Fix LMB type issues
53326
53327     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
53328     of casting problems in the bootm code that called the LMB functions.
53329
53330     Signed-off-by: Andy Fleming <afleming@freescale.com>
53331
53332 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
53333 Author: Kumar Gala <galak@kernel.crashing.org>
53334 Date:   Mon Jul 7 09:39:06 2008 -0500
53335
53336     Fix compiler warnings
53337
53338     gcc-4.3.x generates the following:
53339
53340     bootm.c: In function 'do_bootm_linux':
53341     bootm.c:208: warning: cast from pointer to integer of different size
53342     bootm.c:215: warning: cast from pointer to integer of different size
53343
53344     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53345
53346 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
53347 Author: Harald Welte <laforge@gnumonks.org>
53348 Date:   Mon Jul 7 15:40:39 2008 +0800
53349
53350     Remove code duplication for setting the default environment
53351
53352     common/env_common.c (default_env): new function that resets the environment to
53353                     the default value
53354     common/env_common.c (env_relocate): use default_env instead of own copy
53355     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
53356     include/environment.h: added default_env prototype
53357
53358     Signed-off-by: Werner Almesberger <werner@openmoko.org>
53359     Signed-off-by: Harald Welte <laforge@openmoko.org>
53360
53361 commit 99c2b434d37863df5dda5207a53760c6506fc2be
53362 Author: Marcel Ziswiler <marcel@ziswiler.com>
53363 Date:   Sun Jun 22 16:13:46 2008 +0200
53364
53365     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
53366
53367     The writeenv() and readenv() calls introduced by the recently added bad block
53368     management for environment variables were missing casts therefore producing
53369     compile time warnings.
53370     While at it fixing some typo in a comment and indentation.
53371
53372     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53373     Signed-off-by: Scott Wood <scottwood@freescale.com>
53374
53375 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
53376 Author: Scott Wood <scottwood@freescale.com>
53377 Date:   Fri Jun 20 12:38:57 2008 -0500
53378
53379     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
53380
53381     This is particularly problematic now that non-NAND-specific code is
53382     including <nand.h>, and thus all debugging code is being compiled
53383     regardless of whether it was requested, as reported by Scott McNutt
53384     <smcnutt@psyent.com>.
53385
53386     Signed-off-by: Scott Wood <scottwood@freescale.com>
53387
53388 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
53389 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53390 Date:   Thu Jun 12 19:27:58 2008 +0200
53391
53392     mmc: Move atmel_mci driver into drivers/mmc
53393
53394     This makes it easier to use the driver on other platforms.
53395
53396     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53397     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53398
53399 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
53400 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53401 Date:   Thu Jun 12 19:27:57 2008 +0200
53402
53403     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
53404
53405     After we move the atmel_mci driver into drivers/mmc, we can't select
53406     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
53407     this driver so that there's no ambiguity.
53408
53409     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53410     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53411
53412 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
53413 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53414 Date:   Thu Jun 12 19:27:56 2008 +0200
53415
53416     Create drivers/mmc subdirectory
53417
53418     In order to consolidate more of the various MMC drivers around the
53419     tree, we must first have a common place to put them.
53420
53421     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53422     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53423
53424 commit b502611b51f02718c2d1117d4981dabceb5af6de
53425 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
53426 Date:   Sun Jul 6 12:30:09 2008 +0200
53427
53428     Change env_get_char from a global function ptr to a function
53429
53430     This avoids an early global data reference.
53431
53432     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
53433
53434 commit 27269417ade432189b234d9fbac98b54e37b978c
53435 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
53436 Date:   Sun Jul 6 13:57:58 2008 +0400
53437
53438     Some copy-n-paste fixes in printf usage
53439
53440     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
53441
53442 commit 0e6989b9faf1588e8723535539e88a0df3c71356
53443 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
53444 Date:   Sun Jul 6 13:57:00 2008 +0400
53445
53446     FDT memory and pci node fixes for MPC8260ADS
53447
53448     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
53449
53450 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
53451 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
53452 Date:   Mon Jul 7 06:41:14 2008 -0700
53453
53454     Fix printf errors.
53455
53456     The compiler will help find mismatches between printf formats and
53457     arguments if you let it.  This patch adds the necessary attributes to
53458     declarations in include/common.h, then begins to correct the resulting
53459     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
53460     "%d" and incorrect arguments.  Others were just annoying, like
53461     int-long mismatches on a system where both are 32 bits.  It's worth
53462     fixing the annoying errors to catch the real ones.
53463
53464     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
53465
53466 commit 417faf285b2527acb2de24c5cd3e2621d385408c
53467 Author: Becky Bruce <becky.bruce@freescale.com>
53468 Date:   Wed Jul 9 11:09:41 2008 -0500
53469
53470     Allow print_size to print in GB
53471
53472     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
53473
53474 commit e7c374529c87525c9aa463e0557c287887ae4e9e
53475 Author: Jason McMullan <mcmullan@netapp.com>
53476 Date:   Sun Jun 8 23:56:00 2008 -0400
53477
53478     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
53479
53480     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
53481     they are set in the U-Boot environment.
53482
53483     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
53484     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53485
53486 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
53487 Author: Stefan Roese <sr@denx.de>
53488 Date:   Tue Jul 8 12:57:14 2008 +0200
53489
53490     jedec_flash: Fix AM29DL800BB device ID
53491
53492     As pointed out by Jerry Hicks, this patch corrects the device ID of
53493     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
53494     datasheet (rev C4 from Dezember 2006).
53495
53496     Signed-off-by: Stefan Roese <sr@denx.de>
53497
53498 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
53499 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53500 Date:   Mon Jul 7 11:22:37 2008 +0900
53501
53502     sh: Fix compile error sh7763rdp board
53503
53504     Disable SH ether driver.
53505
53506     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53507
53508 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
53509 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53510 Date:   Tue Jul 8 12:03:24 2008 +0900
53511
53512     sh: Fix SH-boards compile error
53513
53514     By Cleanup out-or-tree building for some boards (.depend)
53515     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
53516     because filse ware changed, some SH-boards have compile error.
53517     I revised this problem.
53518
53519     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53520
53521 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
53522 Author: Jason Jin <Jason.jin@freescale.com>
53523 Date:   Tue May 13 11:50:36 2008 +0800
53524
53525     Feed the watchdog in u-boot for 8610 board.
53526
53527     The watchdog on 8610 board is enabled by setting sw[6]
53528     to on. Once enabled, the watchdog can not be disabled
53529     by software. So feed the dog in u-boot is necessary for
53530     normal operation.
53531
53532     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
53533
53534 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
53535 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53536 Date:   Wed Jun 18 12:10:33 2008 -0400
53537
53538     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
53539
53540     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
53541
53542     Remove duplicate code in a if/else block in
53543     cpu/arm926ejs/davinci/lxt972.c.
53544     Fixed style issues.
53545
53546     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53547     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53548
53549 commit fec61431a003f5778bafa2624073a571af8bec9f
53550 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53551 Date:   Wed Jun 18 12:10:31 2008 -0400
53552
53553     Remove duplicate definitions in include/lxt971a.h.
53554
53555     Remove duplicate definitions in include/lxt971a.h.
53556
53557     Remove duplicate registers and bits definitions in
53558     include/lxt971a.h for standard MII registers, and
53559     use values in include/miiphy.h instead.
53560
53561     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53562     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53563
53564 commit 9751ee0990f467941da0b095a4e995f863672d7a
53565 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53566 Date:   Wed Jun 11 21:05:00 2008 +0900
53567
53568     net: sh: Renesas SH7763 Ethernet device support
53569
53570     Renesas SH7763 has 2 channel Ethernet device.
53571     This is 10/100/1000 Base support.
53572     But this patch check 10/100 Base only.
53573
53574     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53575     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53576
53577 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
53578 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53579 Date:   Tue Jun 17 16:28:05 2008 +0900
53580
53581     sh: Update Renesas R2DPlus board
53582
53583     New NOR Flash board support and remove old type flash board config.
53584     And Remove network setting from config file.
53585
53586     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53587     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53588
53589 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
53590 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53591 Date:   Tue Jun 17 16:28:01 2008 +0900
53592
53593     sh: Update Renesas R7780MP board
53594
53595     New NOR Flash board support and remove network setting from config file.
53596
53597     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53598     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53599
53600 commit c001cd604e9f133743effbddb1c215b48e761c5a
53601 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53602 Date:   Tue Jun 17 16:27:56 2008 +0900
53603
53604     sh: Update Renesas Migo-R board
53605
53606     Remove network setting from config file.
53607
53608     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53609     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53610
53611 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
53612 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53613 Date:   Tue Jun 17 16:27:52 2008 +0900
53614
53615     sh: Update Hitachi MS7722SE board
53616
53617     Remove network setting from config file.
53618
53619     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53620     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53621
53622 commit 26209e48e8791670c93108029a5c31a30016c6df
53623 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53624 Date:   Tue Jun 17 16:27:48 2008 +0900
53625
53626     sh: Cleanup source code of SH7763RDP
53627
53628     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53629     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53630
53631 commit 5cd5b2c96ef0025762931349d350287aec03ab47
53632 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53633 Date:   Tue Jun 17 16:27:44 2008 +0900
53634
53635     sh: Cleanup source code of R2DPlus
53636
53637     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53638     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53639
53640 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
53641 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53642 Date:   Tue Jun 17 16:27:41 2008 +0900
53643
53644     sh: Cleanup source code of R7780MP
53645
53646     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53647     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53648
53649 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
53650 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53651 Date:   Tue Jun 17 16:27:38 2008 +0900
53652
53653     sh: Cleanup source code of MS7722SE
53654
53655     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53656     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53657
53658 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
53659 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53660 Date:   Tue Jun 17 16:27:34 2008 +0900
53661
53662     sh: Cleanup source code of MS7720SE
53663
53664     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53665     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53666
53667 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
53668 Author: Wolfgang Denk <wd@denx.de>
53669 Date:   Mon Jul 7 00:45:03 2008 +0200
53670
53671     SH: fix out of tree building
53672
53673     Signed-off-by: Wolfgang Denk <wd@denx.de>
53674
53675 commit 9047bfa1e737d787be460387dd6f45737eeceb10
53676 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53677 Date:   Thu Jul 3 23:16:06 2008 +0900
53678
53679     net: smc911x: Fix typo
53680
53681     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53682
53683 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
53684 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53685 Date:   Wed Jul 2 18:54:08 2008 +0200
53686
53687     update mvBL-M7 board config
53688
53689     update mvBL-M7 config file to use UBOOT_VERSION and define
53690     CONFIG_HIGH_BATS.
53691
53692     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
53693
53694 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
53695 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53696 Date:   Mon Jun 30 17:45:01 2008 +0900
53697
53698     net: fix compile problem in smc911x driver.
53699
53700     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53701     Acked-by: Ben Warren <biggerbadderben@gmail.com>
53702
53703 commit 9fea65a6c469b1b474b27446feb58738baba2d31
53704 Author: Michal Simek <monstr@monstr.eu>
53705 Date:   Tue Jun 24 09:54:09 2008 +0200
53706
53707     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
53708
53709     This change helps with better handling with others
53710     Xilinx based platform.
53711
53712     Signed-off-by: Michal Simek <monstr@monstr.eu>
53713     Acked-by: Stefan Roese <sr@denx.de>
53714
53715 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
53716 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53717 Date:   Tue Jun 17 13:07:11 2008 +0900
53718
53719     net: ne2000: Move dev_addr variable from grobal to local.
53720
53721     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53722     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53723
53724 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
53725 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53726 Date:   Tue Jun 17 13:07:15 2008 +0900
53727
53728     net: ne2000: Fix compile error of NE2000
53729
53730     If enable DEBUG, can not compile ne2000 driver.
53731
53732     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53733     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53734
53735 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
53736 Author: Ben Warren <biggerbadderben@gmail.com>
53737 Date:   Mon Jun 23 22:57:27 2008 -0700
53738
53739     Add mechanisms for CPU and board-specific Ethernet initialization
53740
53741     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
53742     initialization to CPU or board-specific code.  Initial implementation is
53743     only on the Freescale TSEC controller, but others will be added soon.
53744
53745     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53746
53747 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
53748 Author: Wolfgang Denk <wd@denx.de>
53749 Date:   Sun Jul 6 01:21:46 2008 +0200
53750
53751     include/sha256.h: fix file permissions.
53752
53753     Signed-off-by: Wolfgang Denk <wd@denx.de>
53754
53755 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
53756 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
53757 Date:   Tue May 27 11:15:29 2008 +0200
53758
53759     [AT91SAM9] Fix NAND FLASH timings
53760
53761     Fix NAND FLASH timings for at91sam9x evaluation kits.
53762
53763     New timings are based on application note
53764     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
53765     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
53766
53767     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
53768     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53769     Acked-by: Stelian Pop <stelian@popies.net>
53770
53771 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
53772 Author: Stelian Pop <stelian@popies.net>
53773 Date:   Thu May 22 00:15:40 2008 +0200
53774
53775     Fix boot from NOR due to incorrect reset delay.
53776
53777     AT91 RSTC registers are battery-backuped, so their values
53778     are not reset across power cycles. One of those registers,
53779     the AT91_RSTC_MR register, is being modified by U-Boot, in
53780     the ethernet initialisation routine, to generate a 500ms
53781     user reset.
53782
53783     Unfortunately, this value is not being restored afterwards,
53784     causing subsequent resets to also last for 500ms.
53785
53786     This long reset sequence causes problems (at least) in the
53787     boot sequence from NOR: by the time the CPU tries to load
53788     a program from the NOR flash, the latter is still in reset
53789     and not yet available.
53790
53791     Additionaly, this patch fixes a bug in the original code which
53792     caused the reset delay to last for 2s instead of 500ms.
53793
53794     Signed-off-by: Stelian Pop <stelian@popies.net>
53795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53796
53797 commit f492dd636fbbae529e17533995bc6e5813c007f6
53798 Author: Wolfgang Denk <wd@denx.de>
53799 Date:   Fri Jul 4 20:11:49 2008 +0200
53800
53801     Update CHANGELOG
53802
53803     Signed-off-by: Wolfgang Denk <wd@denx.de>
53804
53805 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
53806 Author: Wolfgang Denk <wd@denx.de>
53807 Date:   Fri Jul 4 20:07:35 2008 +0200
53808
53809     CCM/SCM boards: fix out of tree building
53810
53811     Signed-off-by: Wolfgang Denk <wd@denx.de>
53812
53813 commit ab4c3a490df9a964711556d2a05b0c787db45fde
53814 Author: Wolfgang Denk <wd@denx.de>
53815 Date:   Thu Jul 3 23:22:27 2008 +0200
53816
53817     SCM board: fix build errors.
53818
53819     Signed-off-by: Wolfgang Denk <wd@denx.de>
53820
53821 commit a566466f17ba0e2d2b6c250e77da678fb932470d
53822 Author: Wolfgang Denk <wd@denx.de>
53823 Date:   Thu Jul 3 23:06:36 2008 +0200
53824
53825     IAD210 board: fix ``"ALIGN" redefined'' warning.
53826
53827     Signed-off-by: Wolfgang Denk <wd@denx.de>
53828
53829 commit ad756314797c16fa5dca23e115aab881011f164f
53830 Author: Wolfgang Denk <wd@denx.de>
53831 Date:   Thu Jul 3 23:00:24 2008 +0200
53832
53833     CCM board: fix build errors.
53834
53835     Signed-off-by: Wolfgang Denk <wd@denx.de>
53836
53837 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
53838 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53839 Date:   Wed Jul 2 18:54:08 2008 +0200
53840
53841     update mvBL-M7 board config
53842
53843     update mvBL-M7 config file to use UBOOT_VERSION.
53844
53845     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
53846     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53847
53848 commit ced209c50e80c25f13c083099b05044048d21f4f
53849 Author: Wolfgang Denk <wd@denx.de>
53850 Date:   Thu Jul 3 22:39:21 2008 +0200
53851
53852     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
53853
53854     Signed-off-by: Wolfgang Denk <wd@denx.de>
53855
53856 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
53857 Author: Wolfgang Denk <wd@denx.de>
53858 Date:   Thu Jul 3 22:34:08 2008 +0200
53859
53860     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
53861
53862     Signed-off-by: Wolfgang Denk <wd@denx.de>
53863
53864 commit 730f298485984b011b6ee8f4acb511cb45a843dd
53865 Author: Wolfgang Denk <wd@denx.de>
53866 Date:   Thu Jul 3 22:04:17 2008 +0200
53867
53868     lmb: fix "implicit declaration of function 'lmb_free'" warning
53869
53870     Signed-off-by: Wolfgang Denk <wd@denx.de>
53871
53872 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
53873 Author: Wolfgang Denk <wd@denx.de>
53874 Date:   Wed Jul 2 23:53:23 2008 +0200
53875
53876     Cleanup: remove redundant deleting on *~ files
53877
53878     Signed-off-by: Wolfgang Denk <wd@denx.de>
53879
53880 commit c8a3b109f07f02342d097b30908965f7261d9f15
53881 Author: Wolfgang Denk <wd@denx.de>
53882 Date:   Wed Jul 2 23:49:18 2008 +0200
53883
53884     Cleanup out-or-tree building for some boards (.depend)
53885
53886     Signed-off-by: Wolfgang Denk <wd@denx.de>
53887
53888 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
53889 Author: Wolfgang Denk <wd@denx.de>
53890 Date:   Wed Jul 2 23:38:50 2008 +0200
53891
53892     Cleanup: fix out-of-tree building for some boards
53893
53894     Signed-off-by: Wolfgang Denk <wd@denx.de>
53895
53896 commit 461fa68d20861811487944d22291db5a13410e20
53897 Author: Wolfgang Denk <wd@denx.de>
53898 Date:   Wed Jul 2 23:00:14 2008 +0200
53899
53900     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
53901
53902     Signed-off-by: Wolfgang Denk <wd@denx.de>
53903
53904 commit 5981ebd32017e062b08aa6747cf591276f2db779
53905 Author: Detlev Zundel <dzu@denx.de>
53906 Date:   Fri Jun 20 22:26:24 2008 +0200
53907
53908     fdt: Fix typo in variable name.
53909
53910     Signed-off-by: Detlev Zundel <dzu@denx.de>
53911
53912 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
53913 Author: Gary Jennejohn <garyj@denx.de>
53914 Date:   Thu Jun 19 11:11:19 2008 +0200
53915
53916     Add logos for RRvision board
53917
53918     Signed-off-by: Gary Jennejohn <garyj@denx.de>
53919
53920 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
53921 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
53922 Date:   Wed Jun 18 11:03:57 2008 +0200
53923
53924     mpc8260: add fdt_fixup_ethernet support
53925
53926     Add support for updating mac-address and local-mac-address in fdt for
53927     all MPC8260 targets.
53928
53929     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
53930
53931 commit f6a69559d64498a04e1e0b087a9b920e5775f866
53932 Author: Steven A. Falco <sfalco@harris.com>
53933 Date:   Thu Jun 12 13:24:42 2008 -0400
53934
53935     cmd_nvedit.c: clean up syntax highlighting
53936
53937     My text-editor (vim) has a bit of trouble syntax-highlighting the
53938     cmd_nvedit.c file, because it apparently does not parse C
53939     ifdef/else/endif. The following patch does not change the behavior of
53940     the code at all, but does allow the editor to properly
53941     syntax-highlight the file.
53942
53943     Signed-off-by: Steve Falco <sfalco@harris.com>
53944
53945 commit 75678c807a6272ecc5541eb32898c93887f08400
53946 Author: Steven A. Falco <sfalco@harris.com>
53947 Date:   Thu Jun 12 13:22:12 2008 -0400
53948
53949     Make setenv() return status
53950
53951     Currently, the setenv function does not return an error code.
53952     This patch allows to test for errors.
53953
53954     Signed-off-by: Steve Falco <sfalco@harris.com>
53955
53956 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
53957 Author: Kumar Gala <galak@kernel.crashing.org>
53958 Date:   Wed Jun 11 10:14:06 2008 -0500
53959
53960     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
53961
53962     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
53963     and fls is used to implement them.
53964
53965     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53966
53967 commit 83002a77cbdf383015ca384eff5fa31722d8e571
53968 Author: Magnus Lilja <lilja.magnus@gmail.com>
53969 Date:   Mon Jun 9 22:58:48 2008 +0200
53970
53971     i.MX31: Cleanup comments in lowlevel_init.S.
53972
53973     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
53974
53975 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
53976 Author: Ben Warren <biggerbadderben@gmail.com>
53977 Date:   Sun Jun 8 23:28:33 2008 -0700
53978
53979     Move conditional compilation of MPC8XXX SPI driver to Makefile
53980
53981     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53982
53983 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
53984 Author: Juergen Kilb <J.Kilb@gmx.de>
53985 Date:   Sun Jun 8 17:59:53 2008 +0200
53986
53987     i.MX31: fixed CTRL-C detection
53988
53989     The Register URXD contains status information in bits [15..8].
53990     With status bit 15 set, CTRL-C was reported as 0x8003 instead
53991     of 0x03. Therefore CTRL-C was not detected.
53992     To solve this, bits [15..8] were masked out now.
53993
53994     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
53995     Acked-by: Felix Radensky <felix@embedded-sol.com>
53996
53997 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
53998 Author: Stefan Roese <sr@denx.de>
53999 Date:   Tue Jul 1 17:03:19 2008 +0200
54000
54001     ppc4xx: Fix 460EX/GT PCIe port initialization
54002
54003     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
54004     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
54005     this out.
54006
54007     Signed-off-by: Stefan Roese <sr@denx.de>
54008
54009 commit b571afde0295b007a45055ee49f8822c753a5651
54010 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54011 Date:   Sat Jun 7 12:29:52 2008 +0200
54012
54013     add SHA256 support
54014
54015     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54016     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
54017
54018 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
54019 Author: Marian Balakowicz <m8@semihalf.com>
54020 Date:   Fri Jun 6 23:07:40 2008 +0200
54021
54022     Delay FIT format check on sector based devices
54023
54024     Global FIT image operations like format check cannot be performed on
54025     a first sector data, defer them to the point when whole FIT image was
54026     uploaded to a system RAM.
54027
54028     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54029     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
54030     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
54031
54032 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
54033 Author: Dave Liu <r63238@freescale.com>
54034 Date:   Tue Jun 3 17:38:19 2008 +0800
54035
54036     sata: wait for device updating signature to host
54037
54038     The driver need wait for the device updating signature to host.
54039     If we don't wait for it, the driver can not detect the device(disk)
54040     when the system powers up.
54041
54042     Signed-off-by: Dave Liu <daveliu@freescale.com>
54043
54044 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
54045 Author: Stefan Roese <sr@denx.de>
54046 Date:   Sat Jun 28 14:56:17 2008 +0200
54047
54048     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
54049
54050     This patch implements a fix provided by AMCC so that the lockup upon
54051     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
54052     anymore:
54053
54054     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
54055     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
54056     USB 2.0 host and SATA.
54057
54058     This errata is not officially available yet. I'll update the comment
54059     to add the errata number later.
54060
54061     Signed-off-by: Stefan Roese <sr@denx.de>
54062
54063 commit 8b616edb118e37d05f6401389eaee1c636b22828
54064 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
54065 Date:   Mon Jun 2 16:42:19 2008 -0400
54066
54067     serial_pl010.c: add watchdog support
54068
54069     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
54070
54071 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
54072 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
54073 Date:   Mon Jun 2 16:40:08 2008 -0400
54074
54075     jffs2_1pass.c: add watchdog support
54076
54077     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
54078
54079 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
54080 Author: Sascha Laue <sascha.laue@liebherr.com>
54081 Date:   Fri May 30 09:48:14 2008 +0200
54082
54083     Configure DSP POST; add watchdog reset to diag command
54084
54085     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
54086
54087 commit f13526517859bf6b573e23ff47199e107d1009b5
54088 Author: Tor Krill <tor@excito.com>
54089 Date:   Thu May 29 10:40:17 2008 +0200
54090
54091     Add sata sil3114 support
54092
54093     Signed-off-by: Tor Krill <tor@excito.com>
54094
54095 commit e093a247628228100f405b6d7f6b1bfc16141938
54096 Author: Wolfgang Denk <wd@denx.de>
54097 Date:   Sat Jun 28 23:34:37 2008 +0200
54098
54099     Coding Style Cleanup
54100
54101     Signed-off-by: Wolfgang Denk <wd@denx.de>
54102
54103 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
54104 Author: Wolfgang Denk <wd@denx.de>
54105 Date:   Sat Jun 28 23:16:01 2008 +0200
54106
54107     Update CHANGELOG
54108
54109     Signed-off-by: Wolfgang Denk <wd@denx.de>
54110
54111 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
54112 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
54113 Date:   Wed May 21 13:58:41 2008 -0400
54114
54115     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
54116
54117     This patch adds support for the Lyrtech SFF-SDR board,
54118     based on the TI DaVinci architecture (ARM926EJS).
54119
54120     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
54121     Signed-off-by: Philip Balister <philip@balister.org>
54122     Signed-off-by: Wolfgang Denk <wd@denx.de>
54123
54124 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
54125 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54126 Date:   Thu May 22 11:09:59 2008 +0200
54127
54128     MMC: Consolidate MMC/SD command definitions
54129
54130     This moves the MMC and SD Card command definitions from
54131     include/asm/arch/mmc.h into include/mmc.h. These definitions are
54132     given by the MMC and SD Card standards, not by any particular
54133     architecture.
54134
54135     There's a lot more room for consolidation in the MMC drivers which
54136     I'm hoping to get done eventually, but this patch is a start.
54137
54138     Compile-tested for all avr32 boards as well as lpc2292sodimm and
54139     lubbock. This should cover all three mmc drivers in the tree.
54140
54141     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54142
54143 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
54144 Author: Kyungmin Park <kmpark@infradead.org>
54145 Date:   Wed May 21 14:38:08 2008 +0900
54146
54147     Use better Ethernet timings for apollon board
54148
54149     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
54150
54151 commit 41c5eaa7253ed82bbae1eda5667755872c615164
54152 Author: Andy Fleming <afleming@freescale.com>
54153 Date:   Mon Jun 16 13:58:56 2008 -0500
54154
54155     Resize device tree to allow space for board changes and the chosen node
54156
54157     Current code requires that a compiled device tree have space added to the end to
54158     leave room for extra nodes added by board code (and the chosen node).  This
54159     requires that device tree creators anticipate how much space U-Boot will add to
54160     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
54161     tree when it needed more space, but this would require a systemic change to the
54162     fdt code, which is non-trivial.  Instead, we resize the tree inside
54163     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
54164     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
54165
54166     Signed-off-by: Andy Fleming <afleming@freescale.com>
54167
54168 commit 7570a9941fc565922078679a72d246fe208d696d
54169 Author: Andy Fleming <afleming@freescale.com>
54170 Date:   Mon Jun 16 13:58:55 2008 -0500
54171
54172     Fix an underflow bug in __lmb_alloc_base
54173
54174     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
54175     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
54176     merely updates __lmb_alloc_base to resemble the current version in Linux.
54177
54178     Signed-off-by: Andy Fleming <afleming@freescale.com>
54179
54180 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
54181 Author: Andy Fleming <afleming@freescale.com>
54182 Date:   Mon Jun 16 13:58:54 2008 -0500
54183
54184     Add lmb_free
54185
54186     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
54187     lmb_reserve to temporarily reserve some memory.
54188
54189     Signed-off-by: Andy Fleming <afleming@freescale.com>
54190
54191 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
54192 Author: Andy Fleming <afleming@freescale.com>
54193 Date:   Mon Jun 16 13:58:53 2008 -0500
54194
54195     Add ALIGN() macro
54196
54197     ALIGN() returns the smallest aligned value greater than the passed
54198     in address or size.  Taken from Linux.
54199
54200     Signed-off-by: Andy Fleming <afleming@freescale.com>
54201
54202 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
54203 Author: Stefan Roese <sr@denx.de>
54204 Date:   Tue Jun 24 17:15:22 2008 +0200
54205
54206     ppc4xx: Fix compilation problems with phys_size_t
54207
54208     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
54209     board specific files where it has been missing.
54210
54211     Signed-off-by: Stefan Roese <sr@denx.de>
54212
54213 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
54214 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
54215 Date:   Mon May 19 12:26:38 2008 +0200
54216
54217     Conditionally add -fno-stack-protector to CFLAGS
54218
54219     When compile-testing on powerpc, I get errors like this:
54220
54221     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
54222
54223     This seems to be because -fstack-protector is on by default, so
54224     let's explicitly disable it on all architectures that support the
54225     option.
54226
54227     The Ubuntu toolchain is affected by this problem, and according to
54228     Mike Frysinger, Gentoo has been running with SSP enabled for years.
54229     More and more distros are turning SSP on by default, so this problem
54230     is likely to get worse in the future.
54231
54232     Also, powerpc just happens to be one of the arches I do
54233     compile-testing on. There may be other arches affected by this too.
54234
54235     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54236
54237 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
54238 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54239 Date:   Sun May 18 19:09:52 2008 +0200
54240
54241     pcmcia/ti_pci1410a: Move compile condition to the Makefile
54242
54243     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54244
54245 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
54246 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54247 Date:   Sun May 18 19:09:51 2008 +0200
54248
54249     pxa_pcmcia: Move compile condition to the Makefile
54250
54251     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54252
54253 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
54254 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54255 Date:   Sun May 18 19:09:50 2008 +0200
54256
54257     marabun_pcmcia: Move compile condition to the Makefile
54258
54259     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54260
54261 commit 6a19c46cae43c16c528eddefae3db97134f1915d
54262 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
54263 Date:   Mon Jun 23 13:25:34 2008 +0200
54264
54265     fix non-working mvBL-M7
54266
54267     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
54268
54269     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
54270     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54271
54272 commit 846f1574ddddeda2bc227655e687308695f41cdc
54273 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
54274 Date:   Mon Jun 23 11:40:56 2008 +0200
54275
54276     fix system config overwrite @ MPC834x and MPC8313
54277
54278     During 83xx setup the "System I/O configuration register high" gets
54279     overwritten with user defined value if CFG_SICRH is defined.
54280
54281     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
54282     must keep their reset value regardless of configuration.
54283
54284     On my board (using RGMII) those bits are set after reset - yet it's
54285     unclear where they come from.
54286
54287     The patch keeps both bits on MPC834x and MPC8313.
54288
54289     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
54290     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54291
54292 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
54293 Author: Kim Phillips <kim.phillips@freescale.com>
54294 Date:   Tue Jun 17 17:45:27 2008 -0500
54295
54296     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
54297
54298     to avoid this:
54299
54300     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
54301     In file included from cpu.c:33:
54302     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
54303
54304     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54305
54306 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
54307 Author: Stefan Roese <sr@denx.de>
54308 Date:   Mon Jun 23 11:15:09 2008 +0200
54309
54310     ppc4xx: Fix problem in gpio_config()
54311
54312     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
54313     left by one. So the additional shift is bogus.
54314
54315     Signed-off-by: Stefan Roese <sr@denx.de>
54316
54317 commit 40777812316fc252c941665c0f60c148fd79d50f
54318 Author: Detlev Zundel <dzu@denx.de>
54319 Date:   Fri Jun 20 22:24:05 2008 +0200
54320
54321     fdt: Fix typo in variable name.
54322
54323     Signed-off-by: Detlev Zundel <dzu@denx.de>
54324
54325 commit 5f723a3b98c630bde33de74351f2121691fdef14
54326 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54327 Date:   Fri Jun 20 10:41:05 2008 +0200
54328
54329     avr32: Enable SPI flash support on ATNGW100
54330
54331     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
54332     the new SPI flash framework.
54333
54334     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54335
54336 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
54337 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54338 Date:   Fri Jun 20 12:44:28 2008 +0200
54339
54340     avr32: Fix SPI portmux initialization
54341
54342     Use the new GPIO manipulation functions to set up the chip select lines,
54343     and make sure both busses use GPIO for chip select control.
54344
54345     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54346
54347 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
54348 Author: Peter Ma <pma@mediamatech.com>
54349 Date:   Sun Jun 1 22:59:24 2008 -0700
54350
54351     avr32: Add GPIO manipulation functions
54352
54353     Adds GPIO manipulation functions for AVR32 AP7 platform.
54354
54355     Signed-off-by: Peter Ma <pma@mediamatech.com>
54356     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
54357     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54358
54359 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
54360 Author: Wolfgang Grandegger <wg@grandegger.com>
54361 Date:   Thu Jun 5 13:02:30 2008 +0200
54362
54363     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
54364
54365     This patch is based on the following patch sent a few minutes ago:
54366     "NAND FSL UPM: driver re-write using the hwcontrol callback"
54367     It is untested, of course. Anton, could you please give it a try.
54368
54369     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54370     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54371
54372 commit 96026d42fa4e646d28318c0a1438aac4b2017909
54373 Author: Anatolij Gustschin <agust@denx.de>
54374 Date:   Thu Jun 12 12:40:11 2008 +0200
54375
54376     Fix 4xx build issue
54377
54378     Building for 4xx doesn't work since commit 4dbdb768:
54379
54380     In file included from 4xx_pcie.c:28:
54381     include/asm/processor.h:971: error: expected ')' before 'ver'
54382     make[1]: *** [4xx_pcie.o] Error 1
54383
54384     This patch fixes the problem.
54385
54386     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54387     Acked-by: Stefan Roese <sr@denx.de>
54388     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54389
54390 commit a036b0443657fe0f4773786de9092251869f08ac
54391 Author: Kumar Gala <galak@kernel.crashing.org>
54392 Date:   Thu Jun 19 01:45:50 2008 -0500
54393
54394     MPC8610HPCD: Report board id, board version and fpga version.
54395
54396     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54397
54398 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
54399 Author: Kumar Gala <galak@kernel.crashing.org>
54400 Date:   Thu Jun 19 01:45:27 2008 -0500
54401
54402     MPC8641HPCN: Report board id, board version and fpga version.
54403
54404     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54405
54406 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
54407 Author: Stefan Roese <sr@denx.de>
54408 Date:   Mon Jun 16 10:40:02 2008 +0200
54409
54410     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
54411
54412     This patch simplifies flash_toggle() (AMD commandset), which is used to
54413     detect if a FLASH device is still busy with erase/program operations. On
54414     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
54415     did not detect the busy state reliably, resulting in non erased sectors
54416     etc. This patch now simplifies this function by "just" comparing the
54417     complete data-word instead of ANDing it with the command-word (0x40)
54418     before the compatison. It is done the same way in the Linux implementation
54419     chip_ready() in cfi_cmdset_0002.c.
54420
54421     Signed-off-by: Stefan Roese <sr@denx.de>
54422
54423 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
54424 Author: Philip Balister <philip@balister.org>
54425 Date:   Mon Jun 16 08:58:07 2008 -0400
54426
54427     NAND: Add missing declaration to non-redundant saveenv().
54428
54429     Signed-off-by: Scott Wood <scottwood@freescale.com>
54430
54431 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
54432 Author: Wolfgang Grandegger <wg@grandegger.com>
54433 Date:   Mon Jun 2 15:09:55 2008 +0200
54434
54435     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
54436
54437     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54438     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54439     Signed-off-by: Scott Wood <scottwood@freescale.com>
54440
54441 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
54442 Author: Stefan Roese <sr@denx.de>
54443 Date:   Tue Jun 10 15:34:11 2008 +0200
54444
54445     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
54446
54447     This patch disables the square wave output of the M41T62 RTC used on
54448     Canyonlands & Glacier. Here the explanation:
54449
54450     The serial real-time clock part used in the design is an
54451     STMicro M41T62. This part has a full-time 32KHz square wave
54452     output that is connected to the TmrClk input to the
54453     processor. The default state for this square wave output is
54454     enabled so the output runs continuously when the board is
54455     powered normally and also from the battery. The TmrClk input
54456     to the processor goes to ground when the power is removed
54457     from the board/processor, and therefore the running square
54458     wave output is driving ground which drains the battery quickly.
54459
54460     Signed-off-by: Stefan Roese <sr@denx.de>
54461
54462 commit a94f22f08f280905926219e568568964cb9eeb9d
54463 Author: Andy Fleming <afleming@freescale.com>
54464 Date:   Wed Jun 11 18:10:20 2008 -0500
54465
54466     Fix build issue with string.h and linux/string.h
54467
54468     This commit:
54469     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
54470     Author: Wolfgang Denk <wd@denx.de>
54471     Date:   Fri Jun 6 14:28:14 2008 +0200
54472
54473         tools/mkimage: fix compiler warnings on some systems.
54474
54475     Broke building on some systems, because the host's string.h was interfering
54476     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
54477     we're building for the host, so now we only include when building inside
54478     u-boot.
54479
54480     Signed-off-by: Andy Fleming <afleming@freescale.com>
54481
54482 commit 9973e3c614721bbf169882ffc3be266a6611cd60
54483 Author: Becky Bruce <becky.bruce@freescale.com>
54484 Date:   Mon Jun 9 16:03:40 2008 -0500
54485
54486     Change initdram() return type to phys_size_t
54487
54488     This patch changes the return type of initdram() from long int to phys_size_t.
54489     This is required for a couple of reasons: long int limits the amount of dram
54490     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
54491     size of physical memory.  phys_size_t is defined as an unsigned long on almost
54492     all current platforms.
54493
54494     This patch *only* changes the return type of the initdram function (in
54495     include/common.h, as well as in each board's implementation of initdram).  It
54496     does not actually modify the code inside the function on any of the platforms;
54497     platforms which wish to support more than 2GB of DRAM will need to modify
54498     their initdram() function code.
54499
54500     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
54501     MPC8641HPCN.
54502
54503     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54504
54505 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
54506 Author: Becky Bruce <becky.bruce@freescale.com>
54507 Date:   Mon Jun 9 20:37:18 2008 -0500
54508
54509     Change lmb to use phys_size_t/phys_addr_t
54510
54511     This updates the lmb code to use phys_size_t
54512     and phys_addr_t instead of unsigned long.  Other code
54513     which interacts with this code, like getenv_bootm_size()
54514     is also updated.
54515
54516     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
54517
54518     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54519
54520 commit 61b09fc2952dc636017df4e7970e3de132276ba1
54521 Author: Becky Bruce <becky.bruce@freescale.com>
54522 Date:   Mon Jun 9 20:37:17 2008 -0500
54523
54524     Change print_size to take phys_size_t
54525
54526     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54527
54528 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
54529 Author: Becky Bruce <becky.bruce@freescale.com>
54530 Date:   Mon Jun 9 20:37:16 2008 -0500
54531
54532     Change bd/gd memsize/ram_size to be phys_size_t.
54533
54534     Currently, both are defined as an unsigned long, but
54535     should be phys_size_t. This should result in no real change,
54536     since phys_size_t is currently an unsigned long for all the
54537     default configs.  Also add print_lnum to cmd_bdinfo to deal
54538     with the potentially wider memsize.
54539
54540     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54541
54542 commit ba04f7010958e88a8910f2a123fee53fdc72e013
54543 Author: Kumar Gala <galak@kernel.crashing.org>
54544 Date:   Tue Jun 10 16:16:02 2008 -0500
54545
54546     FSL LAW: Add new interface to use the last free LAW
54547
54548     LAWs have the concept of priority so its useful to be able to allocate
54549     the lowest (highest number) priority.  We will end up using this with the
54550     new DDR code.
54551
54552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54553
54554 commit 859a86a25c569d3665ff413d1d923394b8a961f3
54555 Author: Kumar Gala <galak@kernel.crashing.org>
54556 Date:   Wed Jun 11 00:51:45 2008 -0500
54557
54558     85xx/86xx: Move to dynamic mgmt of LAWs
54559
54560     With the new LAW interface (set_next_law) we can move to letting the
54561     system allocate which LAWs are used for what purpose.  This makes life
54562     a bit easier going forward with the new DDR code.
54563
54564     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54565     Signed-off-by: Andy Fleming <afleming@freescale.com>
54566     Acked-by: Jon Loeliger <jdl@freescale.com>
54567     Acked-by: Becky Bruce <becky.bruce@freescale.com>
54568
54569 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
54570 Author: Kumar Gala <galak@kernel.crashing.org>
54571 Date:   Wed Jun 11 00:44:10 2008 -0500
54572
54573     FSL LAW: Keep track of LAW allocations
54574
54575     Make it so we keep track of which LAWs have allocated and provide
54576     a function (set_next_law) which can allocate a LAW for us if one is
54577     free.
54578
54579     In the future we will move to doing more "dynamic" LAW allocation
54580     since the majority of users dont really care about what LAW number
54581     they are at.
54582
54583     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
54584
54585     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54586     Signed-off-by: Andy Fleming <afleming@freescale.com>
54587
54588 commit ddde74a159caa6e18b481fec01d40b885aebb566
54589 Author: Kumar Gala <galak@kernel.crashing.org>
54590 Date:   Mon Jun 9 22:31:57 2008 -0500
54591
54592     85xx: remove dummy board_early_init_f
54593
54594     A number of board ports have empty version of board_early_init_f
54595     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
54596
54597     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54598
54599 commit 81e56e9af0d43712db8efb843606a8d62eab454f
54600 Author: Kumar Gala <galak@kernel.crashing.org>
54601 Date:   Mon Jun 9 18:55:38 2008 -0500
54602
54603     MPC8544DS: Update config.h
54604
54605     * Enable flash progress
54606     * remove CLEAR_LAW0 since we dont really use it
54607
54608     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54609
54610 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
54611 Author: Kumar Gala <galak@kernel.crashing.org>
54612 Date:   Mon Jun 9 13:37:24 2008 -0500
54613
54614     85xx: Remove unused and unconfigured memory test code.
54615
54616     Remove unused and unconfigured DDR test code from FSL 85xx boards.
54617     Besides, other common code exists.
54618
54619     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54620
54621 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
54622 Author: Sergei Poselenov <sposelenov@emcraft.com>
54623 Date:   Fri Jun 6 15:42:45 2008 +0200
54624
54625     Socrates: Added FPGA base address update in FDT.
54626
54627     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54628
54629 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
54630 Author: Sergei Poselenov <sposelenov@emcraft.com>
54631 Date:   Fri Jun 6 15:42:44 2008 +0200
54632
54633     Socrates: NAND support added. Changed the U-Boot base address and
54634
54635     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54636
54637 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
54638 Author: Sergei Poselenov <sposelenov@emcraft.com>
54639 Date:   Fri Jun 6 15:42:43 2008 +0200
54640
54641     NAND: Added support for 128-bit OOB, adapted
54642
54643     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54644
54645 commit 31ca0208612f2eb57690110d7c2815953650e47b
54646 Author: Sergei Poselenov <sposelenov@emcraft.com>
54647 Date:   Fri Jun 6 15:42:42 2008 +0200
54648
54649     Socrates: added missed file with UPMA configuration data.
54650
54651     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
54652
54653 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
54654 Author: Sergei Poselenov <sposelenov@emcraft.com>
54655 Date:   Fri Jun 6 15:42:41 2008 +0200
54656
54657     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
54658
54659     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54660
54661 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
54662 Author: Sergei Poselenov <sposelenov@emcraft.com>
54663 Date:   Fri Jun 6 15:42:40 2008 +0200
54664
54665     Added the upmconfig() function for 85xx.
54666
54667     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54668     Signed-off-by: Andy Fleming <afleming@freescale.com>
54669
54670 commit d39e68514ff943930ee692cff3fde03532eb7fec
54671 Author: Sergei Poselenov <sposelenov@emcraft.com>
54672 Date:   Fri Jun 6 15:42:39 2008 +0200
54673
54674     Socrates: config file cleanup.
54675
54676     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54677
54678 commit e8cc3f04b124f757af4528206e60d8eb715ae083
54679 Author: Wolfgang Grandegger <wg@grandegger.com>
54680 Date:   Thu Jun 5 13:12:10 2008 +0200
54681
54682     TQM85xx: Change memory map to support Flash memory > 128 MiB
54683
54684     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
54685     memory. The current memory map only supports up to 128 MiB Flash.
54686     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
54687     set, up to 1 GiB flash is supported. To achieve this, the memory
54688     map has to be adjusted in great parts (for example the CCSRBAR is
54689     moved from 0xE0000000 to 0xA0000000).
54690
54691     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
54692     memory map also has to be considered in the kernel (changed
54693     CCSRBAR address, changed PCI IO base address, ...). Please use
54694     an appropriate Flat Device Tree blob (tqm8548.dtb).
54695
54696     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54697     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54698
54699 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
54700 Author: Wolfgang Grandegger <wg@grandegger.com>
54701 Date:   Thu Jun 5 13:12:09 2008 +0200
54702
54703     TQM85xx: NAND support via local bus UPMB
54704
54705     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
54706     default and can be enabled for the TQM8548 modules. It is now based on
54707     the re-written FSL NAND UPM driver. A patch has been posted earlier today
54708     with the subject:
54709
54710     "NAND FSL UPM: driver re-write using the hwcontrol callback"
54711
54712     Note that the R/B pin is not supported by that module requiring to use
54713     the specified maximum delay time.
54714
54715     Note: With NAND support enabled the size of the U-Boot image exceeds
54716     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
54717     doubling the image size :-(.
54718
54719     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54720     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54721
54722 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
54723 Author: Wolfgang Grandegger <wg@grandegger.com>
54724 Date:   Thu Jun 5 13:12:08 2008 +0200
54725
54726     TQM8548: PCI express support
54727
54728     This patch adds support for PCI express cards. The board support
54729     now uses common FSL PCI init code, for both, PCI and PCIe on all
54730     TQM85xx modules.
54731
54732     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54733     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54734
54735 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
54736 Author: Wolfgang Grandegger <wg@grandegger.com>
54737 Date:   Thu Jun 5 13:12:07 2008 +0200
54738
54739     TQM8548: Basic support for the TQM8548 modules
54740
54741     This patch adds basic support for the TQM8548 module from TQ-Components
54742     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
54743     eTSEC 3 and 4
54744
54745     Furthermore Flash buffer write has been enabled to speed up output to
54746     the Flash by approx. a factor of 10.
54747
54748     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54749     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54750
54751 commit 25991353204c78b094c3c1fec90182dcd607ab8f
54752 Author: Wolfgang Grandegger <wg@grandegger.com>
54753 Date:   Thu Jun 5 13:12:06 2008 +0200
54754
54755     TQM85xx: Support for Flat Device Tree
54756
54757     This patch adds support for Linux kernels using the Flat Device Tree.
54758     It also re-defines the default environment settings for booting Linux
54759     with the FDT blob.
54760
54761     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54762
54763 commit d9ee843d54c54776e1fdb86336ce554906a87331
54764 Author: Wolfgang Grandegger <wg@grandegger.com>
54765 Date:   Thu Jun 5 13:12:05 2008 +0200
54766
54767     TQM85xx: Support for Intel 82527 compatible CAN controller
54768
54769     This patch adds initialization of the UPMC RAM to support up to two
54770     Intel 82527 compatible CAN controller on the TQM85xx modules.
54771
54772     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54773     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54774
54775 commit 518d5cfe72916323c746af1647764459914f555f
54776 Author: Wolfgang Grandegger <wg@grandegger.com>
54777 Date:   Thu Jun 5 13:12:04 2008 +0200
54778
54779     TQM85xx: Bugfix in the SDRAM initialisation
54780
54781     The CS0_BNDS register is now set according to the detected
54782     memory size.
54783
54784     Signed-off-by Martin Krause <martin.krause@tqs.de>
54785
54786 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
54787 Author: Wolfgang Grandegger <wg@grandegger.com>
54788 Date:   Thu Jun 5 13:12:03 2008 +0200
54789
54790     TQM85xx: Fix chip select configuration for second FLASH bank
54791
54792     This patch fixes the re-calculation of the automatic chip select
54793     configuration for boards with two populated FLASH banks.
54794
54795     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54796
54797 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
54798 Author: Wolfgang Grandegger <wg@grandegger.com>
54799 Date:   Thu Jun 5 13:12:02 2008 +0200
54800
54801     TQM85xx: Support for Spansion 'N' type flashes added
54802
54803     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
54804     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
54805     needs to be changed -> new start address of the environment. The macro
54806     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
54807     defined for boards with 'N' type flashes.
54808
54809     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54810     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54811
54812 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
54813 Author: Wolfgang Grandegger <wg@grandegger.com>
54814 Date:   Thu Jun 5 13:12:01 2008 +0200
54815
54816     TQM85xx: Fix CPM port pin configuration
54817
54818     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
54819     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
54820     as serial interface anyway. Worse, on some board variants configuring the
54821     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
54822
54823     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54824
54825 commit b99ba1679e8cd51b023e67098c89e606e47137d2
54826 Author: Wolfgang Grandegger <wg@grandegger.com>
54827 Date:   Thu Jun 5 13:12:00 2008 +0200
54828
54829     TQM85xx: Various coding style fixes
54830
54831     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54832
54833 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
54834 Author: Gerald Van Baren <vanbaren@cideas.com>
54835 Date:   Tue Jun 10 22:15:58 2008 -0400
54836
54837     libfdt: Move the working_fdt pointer to cmd_fdt.c
54838
54839     The working_fdt pointer was declared in common/fdt_support.c but was
54840     not used there.  Move it to common/cmd_fdt.c where it is used (it is
54841     also used in lib_ppc/bootm.c).
54842
54843     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54844
54845 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
54846 Author: Kim Phillips <kim.phillips@freescale.com>
54847 Date:   Tue Jun 10 11:06:17 2008 -0500
54848
54849     fdt: unshadow global working fdt variable
54850
54851     differentiate with local variables of the same name by renaming the
54852     global 'fdt' variable 'working_fdt'.
54853
54854     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54855
54856 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
54857 Author: Andy Fleming <afleming@freescale.com>
54858 Date:   Tue Jun 10 18:49:34 2008 -0500
54859
54860     socrates: Fix PCI clk fix patch
54861
54862     The submitted patch seems to have been more up-to-date, but an older patch was
54863     already in the repository.  This patch encompasses the differences
54864
54865     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
54866
54867     Signed-off-by: Andy Fleming <afleming@freescale.com>
54868
54869 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
54870 Author: Wolfgang Grandegger <wg@grandegger.com>
54871 Date:   Thu Jun 5 13:02:29 2008 +0200
54872
54873     NAND FSL UPM: driver re-write using the hwcontrol callback
54874
54875     This is a re-write of the NAND FSL UPM driver using the more universal
54876     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
54877     list of furher modifications:
54878
54879     - For the time being, the UPM setup writing the UPM array has been
54880       removed from the driver and must now be done by the board specific
54881       code.
54882
54883     - The bus width definition in "struct fsl_upm_nand" is now in bits to
54884       comply with the corresponding Linux driver and 8, 16 and 32 bit
54885       accesses are supported.
54886
54887     - chip->dev_read is only set if fun->dev_ready != NULL, which is
54888       required for boards not connecting the R/B pin.
54889
54890     - A few issue have been fixed with MxMR bit manipulation like in the
54891       corresponding Linux driver.
54892
54893     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
54894           as well, because the address is already determined by
54895           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
54896
54897     This patch has been tested on a TQM8548 modules with the NAND chip
54898     Micron MT29F8G08FABWP.
54899
54900     This patch is based on the following patches posted to this list a few
54901     minutes ago:
54902
54903       PPC: add accessor macros to clear and set bits in one shot
54904       83xx/85xx/86xx: add more MxMR local bus definitions
54905
54906     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54907     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54908
54909 commit 6beecfbb542992eede5831240cd58678274683a9
54910 Author: Wolfgang Grandegger <wg@grandegger.com>
54911 Date:   Thu Jun 5 13:11:59 2008 +0200
54912
54913     MPC85xx: Beautify boot output of L2 cache configuration
54914
54915     The boot output is now aligned poperly with other boot output
54916     lines, e.g.:
54917
54918       FLASH: 128 MB
54919       L2:    512 KB enabled
54920
54921     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54922
54923 commit 398415114f0a705163a14543e9fef03f734b1ffa
54924 Author: Wolfgang Grandegger <wg@grandegger.com>
54925 Date:   Wed Jun 4 12:45:22 2008 +0200
54926
54927     PPC: add accessor macros to clear and set bits in one shot
54928
54929     PPC: add accessor macros to clear and set bits in one shot
54930
54931     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
54932     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
54933     They are very handy to manipulate bits it I/O registers.
54934
54935     This patch is required for my forthcoming FSL NAND UPM driver re-write and
54936     the support for the TQM8548 module.
54937
54938     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54939
54940 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
54941 Author: Wolfgang Grandegger <wg@grandegger.com>
54942 Date:   Wed Jun 4 13:52:17 2008 +0200
54943
54944     TQM: move TQM boards to board/tqc
54945
54946     Move all TQM board directories to the vendor specific directory "tqc"
54947     for modules from TQ-Components GmbH (http://www.tqc.de).
54948
54949     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54950
54951 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
54952 Author: Wolfgang Grandegger <wg@grandegger.com>
54953 Date:   Mon Jun 2 12:09:30 2008 +0200
54954
54955     83xx/85xx/86xx: add more MxMR local bus definitions
54956
54957     83xx/85xx/86xx: add more MxMR local bus definitions
54958
54959     This patch adds more macro definitions for the UPM Machine Mode Registers
54960     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
54961     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
54962     required for my forthcoming FSL NAND UPM driver re-write and the support
54963     for the TQM8548 module.
54964
54965     This patch is based on the following two patches from Anton Vorontsov:
54966
54967     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
54968     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
54969
54970     I leave coding style violation fixes, code beautification and name
54971     corrections to somebody else ;-(.
54972
54973     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54974
54975 commit c8c5fc266e4499e283c293ccb972863156aa4134
54976 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
54977 Date:   Thu May 29 18:14:56 2008 +0400
54978
54979     83xx/85xx: further localbus cleanups
54980
54981     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
54982     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
54983
54984     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54985
54986 commit 42dbd667c88d496882d53e22656e89b654205492
54987 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
54988 Date:   Wed May 28 18:20:15 2008 +0400
54989
54990     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
54991
54992     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
54993     use it on MPC85xx and MPC86xx processors.
54994
54995     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54996
54997 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
54998 Author: Kumar Gala <galak@kernel.crashing.org>
54999 Date:   Thu May 29 11:22:06 2008 -0500
55000
55001     85xx: Add setting of cache props in the device tree.
55002
55003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55004
55005 commit 4dbdb7681e243431530df0725627192a0c4aefda
55006 Author: Kumar Gala <galak@kernel.crashing.org>
55007 Date:   Tue Jun 10 16:53:46 2008 -0500
55008
55009     85xx: expose cpu identification
55010
55011     The current cpu identification code is used just to return the name
55012     of the processor at boot.  There are some other locations that the name
55013     is useful (device tree setup).  Expose the functionality to other bits
55014     of code.
55015
55016     Also, drop the 'E' suffix and add it on by looking at the SVR version
55017     when we print this out.  This is mainly to allow the most flexible use
55018     of the name.  The device tree code tends to not care about the 'E' suffix.
55019
55020     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55021
55022 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
55023 Author: Kim Phillips <kim.phillips@freescale.com>
55024 Date:   Tue Jun 10 13:25:24 2008 -0500
55025
55026     mpc83xx: MVBLM7: minor build fixups
55027
55028     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55029
55030 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
55031 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
55032 Date:   Tue Jun 10 09:14:05 2008 +0200
55033
55034     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
55035
55036     Add MPC8343 based board mvBlueLYNX-M7.
55037     It's a single board stereo camera system.
55038     Please read doc/README.mvblm7 for details.
55039
55040     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
55041     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55042
55043 commit c005b93925ba49f07da2aa748527996d927e172f
55044 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
55045 Date:   Tue Jun 10 09:13:16 2008 +0200
55046
55047     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
55048
55049     Add MPC8343 based board mvBlueLYNX-M7.
55050     It's a single board stereo camera system.
55051     Please read doc/README.mvblm7 for details.
55052
55053     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
55054     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55055
55056 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
55057 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
55058 Date:   Thu May 29 18:14:56 2008 +0400
55059
55060     83xx/85xx: further localbus cleanups
55061
55062     move the BRx_* and ORx_* left behind in mpc85xx.h
55063
55064     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
55065     the same, just few differences which needs some attention though).
55066
55067     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
55068     of these defines. So this cleanup I'll leave for the "better times".
55069
55070     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
55071     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55072
55073 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
55074 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
55075 Date:   Wed May 28 18:20:15 2008 +0400
55076
55077     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
55078
55079     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
55080     use it on MPC85xx and MPC86xx processors.
55081
55082     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
55083     Acked-by: Andy Fleming <afleming@freescale.com>
55084     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55085
55086 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
55087 Author: Tor Krill <tor@excito.com>
55088 Date:   Mon Jun 2 15:09:30 2008 +0200
55089
55090     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
55091
55092     Signed-off-by: Tor Krill <tor@excito.com>
55093     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55094
55095 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
55096 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55097 Date:   Mon Jun 9 23:37:44 2008 +0900
55098
55099     net: Conditional COBJS inclusion of network drivers
55100
55101     Replace COBJS-y with appropriate driver config names.
55102
55103     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55104     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55105
55106 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
55107 Author: Gerald Van Baren <vanbaren@cideas.com>
55108 Date:   Mon Jun 9 21:02:17 2008 -0400
55109
55110     Use strncmp() for the fdt command
55111
55112     Cleaner than doing multiple conditionals on characters.
55113
55114     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
55115
55116 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
55117 Author: Gerald Van Baren <vanbaren@cideas.com>
55118 Date:   Sat Jun 7 12:25:05 2008 -0400
55119
55120     The fdt boardsetup command criteria was not unique
55121
55122     It was checking just for "b", which is not unique with respect to the
55123     "boot" command.  Change to check for "boa"[rdsetup].
55124
55125     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
55126
55127 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
55128 Author: David Gibson <david@gibson.dropbear.id.au>
55129 Date:   Tue May 20 17:19:11 2008 +1000
55130
55131     libfdt: Several cleanups to parameter checking
55132
55133     This patch makes a couple of small cleanups to parameter checking of
55134     libfdt functions.
55135
55136         - In several functions which take a node offset, we use an
55137     idiom involving fdt_next_tag() first to check that we have indeed been
55138     given a node offset.  This patch adds a helper function
55139     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
55140
55141         - In fdt_rw.c in several places we have the expanded version
55142     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
55143     replaces those instances with an invocation of the macro; that's what
55144     it's for.
55145
55146         - In fdt_sw.c we rename the check_header_sw() function to
55147     sw_check_header() to match the analgous function in fdt_rw.c, and we
55148     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
55149     functions in fdt_rw.c
55150
55151     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
55152
55153 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
55154 Author: Gerald Van Baren <vanbaren@cideas.com>
55155 Date:   Tue Jun 3 20:34:45 2008 -0400
55156
55157     Remove the deprecated CONFIG_OF_FLAT_TREE
55158
55159     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
55160     cleaner, has better functionality, and is better supported.
55161
55162     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
55163
55164 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
55165 Author: Gerald Van Baren <vanbaren@cideas.com>
55166 Date:   Tue Jun 3 20:26:29 2008 -0400
55167
55168     Change the stxxst to CONFIG_OF_LIBFDT
55169
55170     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
55171     to CONFIG_OF_LIBFDT.
55172
55173     WARNING: It appears that this board lost its ability to boot via a
55174     flattened device tree prior to this changeset.
55175
55176     WARNING: This conversion was untested because I do not have a board to
55177     test it on.
55178
55179     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
55180
55181 commit 589c04271d129729a8b01391453851ab9cc4069c
55182 Author: Gerald Van Baren <vanbaren@cideas.com>
55183 Date:   Tue Jun 3 20:24:58 2008 -0400
55184
55185     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
55186
55187     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
55188     to CONFIG_OF_LIBFDT.
55189
55190     WARNING: This conversion is untested because I do not have a board to
55191     test it on.
55192
55193     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
55194     /aliases/ethernet1 property for the ethernet to work.
55195
55196     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
55197
55198 commit ee1e35bede91debc8bff9b02f75574486033b652
55199 Author: Kumar Gala <galak@kernel.crashing.org>
55200 Date:   Thu May 29 01:21:24 2008 -0500
55201
55202     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
55203
55204     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55205
55206 commit 3b9519fc50802436e417c839e69df7b2016cade5
55207 Author: Becky Bruce <becky.bruce@freescale.com>
55208 Date:   Wed May 14 13:10:04 2008 -0500
55209
55210     MPC85xx: Change traps.c to not reference non-addressable memory
55211
55212     Currently, END_OF_RAM is used by the trap code to determine if
55213     we should attempt to access the stack pointer or not. However,
55214     on systems with a lot of RAM, only a subset of the RAM is
55215     guaranteed to be mapped in and accessible.  Change END_OF_RAM
55216     to use get_effective_memsize() instead of using the raw ram
55217     size out of the bd.
55218
55219     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
55220
55221 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
55222 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
55223 Date:   Mon Jun 9 13:39:57 2008 +0900
55224
55225     sh: Renesas Solutions SH7763RDP board support
55226
55227     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
55228     In this patch, support SCIF, NOR Flash, and Ethernet.
55229
55230     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
55231     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55232
55233 commit 60179098a95eaa972007d7ec58e4c1588029720f
55234 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
55235 Date:   Fri Jun 6 16:24:13 2008 +0900
55236
55237     sh: Add support Renesas SH7763
55238
55239     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
55240     This patch supprts CPU register's header file.
55241
55242     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
55243     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55244
55245 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
55246 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
55247 Date:   Fri Jun 6 16:16:08 2008 +0900
55248
55249     sh: SH7763 SCIF support
55250
55251     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
55252     but only SCIF2 is different. This patch work all SCIF channel.
55253
55254     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
55255     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55256
55257 commit 79b51ff8205f0354d5300570614c1d2db499679c
55258 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55259 Date:   Sat Jun 7 20:51:59 2008 +0900
55260
55261     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
55262
55263     Also get rid of some #ifdefs in *.c files.
55264
55265     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55266
55267 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
55268 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55269 Date:   Sat Jun 7 20:51:56 2008 +0900
55270
55271     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
55272
55273     CONFIG_SOC_AU1X00
55274
55275       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
55276       need to have this config as a system type specifier.
55277
55278     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
55279     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
55280
55281       Machine type specifiers. Each port should have one of aboves.
55282
55283     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55284
55285 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
55286 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
55287 Date:   Fri May 30 16:05:28 2008 -0400
55288
55289     env_nand.c: Added bad block management for environment variables
55290
55291     Modified to check for bad blocks and to skipping over them when
55292     CFG_ENV_RANGE has been defined.
55293     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
55294     flash block size.
55295
55296     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
55297     Signed-off-by: Scott Wood <scottwood@freescale.com>
55298
55299 commit 279726bd00558e80263d44581c44167625b7fb9a
55300 Author: Becky Bruce <becky.bruce@freescale.com>
55301 Date:   Wed May 14 13:09:58 2008 -0500
55302
55303     MPC86xx: Change traps.c to not reference non-addressable memory
55304
55305     Currently, END_OF_RAM is used by the trap code to determine if
55306     we should attempt to access the stack pointer or not. However,
55307     on systems with a lot of RAM, only a subset of the RAM is
55308     guaranteed to be mapped in and accessible.  Change END_OF_RAM
55309     to use get_effective_memsize() instead of using the raw ram
55310     size out of the bd to prevent us from trying to access
55311     non-mapped memory.
55312
55313     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
55314
55315 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
55316 Author: Wolfgang Denk <wd@denx.de>
55317 Date:   Fri Jun 6 14:28:14 2008 +0200
55318
55319     tools/mkimage: fix compiler warnings on some systems.
55320
55321     Signed-off-by: Wolfgang Denk <wd@denx.de>
55322
55323 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
55324 Author: Stefan Roese <sr@denx.de>
55325 Date:   Fri Jun 6 16:10:41 2008 +0200
55326
55327     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
55328
55329     We use upper case letters for the AMCC processor defines (like
55330     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
55331     not CONFIG_440SPe. This patch fixes the last misspelled config options.
55332
55333     Signed-off-by: Stefan Roese <sr@denx.de>
55334
55335 commit 72675dc6c06a48846d180106161d49dd714383cc
55336 Author: Stefan Roese <sr@denx.de>
55337 Date:   Fri Jun 6 15:55:21 2008 +0200
55338
55339     ppc4xx: Unify AMCC's board config files (part 3/3)
55340
55341     This patch series unifies the AMCC eval board ports by introducing
55342     a common include header for all AMCC eval boards:
55343
55344     include/configs/amcc-common.h
55345
55346     This header now includes all common configuration options/defines which
55347     are removed from the board specific headers.
55348
55349     The reason for this is ease of maintenance and unified look and feel
55350     of all AMCC boards.
55351
55352     Signed-off-by: Stefan Roese <sr@denx.de>
55353
55354 commit 490f204096d6e2c9940f67816f154a8125bab116
55355 Author: Stefan Roese <sr@denx.de>
55356 Date:   Fri Jun 6 15:55:03 2008 +0200
55357
55358     ppc4xx: Unify AMCC's board config files (part 2/3)
55359
55360     This patch series unifies the AMCC eval board ports by introducing
55361     a common include header for all AMCC eval boards:
55362
55363     include/configs/amcc-common.h
55364
55365     This header now includes all common configuration options/defines which
55366     are removed from the board specific headers.
55367
55368     The reason for this is ease of maintenance and unified look and feel
55369     of all AMCC boards.
55370
55371     Signed-off-by: Stefan Roese <sr@denx.de>
55372
55373 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
55374 Author: Stefan Roese <sr@denx.de>
55375 Date:   Fri Jun 6 15:54:31 2008 +0200
55376
55377     ppc4xx: Unify AMCC's board config files (part 1/3)
55378
55379     This patch series unifies the AMCC eval board ports by introducing
55380     a common include header for all AMCC eval boards:
55381
55382     include/configs/amcc-common.h
55383
55384     This header now includes all common configuration options/defines which
55385     are removed from the board specific headers.
55386
55387     The reason for this is ease of maintenance and unified look and feel
55388     of all AMCC boards.
55389
55390     Signed-off-by: Stefan Roese <sr@denx.de>
55391
55392 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
55393 Author: Remy Bohmer <linux@bohmer.net>
55394 Date:   Thu Jun 5 13:03:36 2008 +0200
55395
55396     DM9000 fix status check fail 0x6d error for trizeps board
55397
55398     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
55399     the status byte need to be checked to identify a valid packet in the fifo
55400
55401     But, The several different Application Notes do not all speak the same
55402     language on these bits. They do not disagree, but only 1 Application Note
55403     noted explicitly that only these 2 bits need to be checked.
55404     Even the datasheets do not mention anything about these 2 bits.
55405
55406     Because the old code, and the kernel check the whole byte, I left this piece
55407     untouched.
55408
55409     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
55410     it should work.
55411
55412     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
55413     in the fifo) is much shorter now, compared to the older U-boot driver code,
55414     so that we can maybe run into a hardware condition now that was never seen
55415     before, or maybe was seen very unfrequently.
55416
55417     Additionaly added a cleanup of a stack variable.
55418
55419     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55420     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55421
55422 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
55423 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55424 Date:   Thu Jun 5 22:29:00 2008 +0900
55425
55426     [MIPS] Update <asm/addrspace.h> header
55427
55428     - Fix traditional KSEG names
55429     - Replace PHYSADDR with CPHYSADDR
55430
55431     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55432
55433 commit f0d5a6f060d00358b85c62a921a423ea8df71184
55434 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55435 Date:   Thu Jun 5 22:29:00 2008 +0900
55436
55437     [MIPS] mips_config.mk: Misc fixes
55438
55439     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
55440     - Modify comments
55441
55442     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55443
55444 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
55445 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55446 Date:   Thu Jun 5 22:29:00 2008 +0900
55447
55448     [MIPS] Kill unused <version.h> inclusions
55449
55450     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55451
55452 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
55453 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55454 Date:   Thu Jun 5 22:29:00 2008 +0900
55455
55456     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
55457
55458     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
55459     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
55460     in the U-Boot system.
55461
55462     The other is we don't have a proper time management counter like timestamp
55463     other ARCHs have. We need the 32-bit millisecond clock counter.
55464
55465     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
55466     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
55467     of calculated CP0 counter cycles in a CFG_HZ.
55468
55469     STRATEGY:
55470
55471     * Fix improper CFG_HZ value to have 1000
55472
55473     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
55474
55475     * timer_init: initialize timestamp and set up the first timer expiration.
55476       Note that we don't need to initialize CP0 count/compare registers here
55477       as they have been already zeroed out on the system reset. Leave them as
55478       they are.
55479
55480     * get_timer: calculate how many timestamps have been passed, then return
55481       base-relative timestamp. Make sure we can easily count missed timestamps
55482       regardless of CP0 count/compare value.
55483
55484     * get_ticks: return the current timestamp, that is get_timer(0).
55485
55486     Most parts are from good old Linux v2.6.16 kernel.
55487
55488     v2:
55489     - Remove FIXME comments as they turned out to be trivial.
55490     - Use CP0 compare register as a global variable for expirelo.
55491     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
55492       instead.
55493
55494     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55495
55496 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
55497 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55498 Date:   Thu Jun 5 22:29:00 2008 +0900
55499
55500     [MIPS] lib_mips/time.c: Fix udelay
55501
55502     What we have to do is just to wait for given micro-seconds. No need to
55503     take into account current time, get_timer and CFG_HZ.
55504
55505     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55506
55507 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
55508 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55509 Date:   Thu Jun 5 22:28:59 2008 +0900
55510
55511     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
55512
55513     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
55514     This patch replaces mips_{compare,count}_set and mips_count_get with
55515     existing macros.
55516
55517     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55518
55519 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
55520 Author: Remy Bohmer <linux@bohmer.net>
55521 Date:   Tue Jun 3 15:48:17 2008 +0200
55522
55523     Get rid of annoying/superfluous bad-checksum warning message
55524
55525     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
55526     It is annoying for ordinary users who start to doubt the network connection
55527     in general when they see messages like this.
55528
55529     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
55530     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
55531     now before checking the checksum.
55532
55533     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55534     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55535
55536 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
55537 Author: Remy Bohmer <linux@bohmer.net>
55538 Date:   Wed Jun 4 10:47:25 2008 +0200
55539
55540     Fix order for reading rx-status registers in 32bit mode of DM9000
55541
55542     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
55543     a bug in reading the rx-status registers in 32bit mode only.
55544     This patch repairs this.
55545
55546     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55547     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55548
55549 commit 98291e2e689096420465074cce926b226d2e71b4
55550 Author: Remy Bohmer <linux@bohmer.net>
55551 Date:   Tue Jun 3 15:26:26 2008 +0200
55552
55553     DM9000: Some minor code cleanups
55554
55555     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
55556     need some other minor cleanup.
55557
55558     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55559     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55560
55561 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
55562 Author: Remy Bohmer <linux@bohmer.net>
55563 Date:   Tue Jun 3 15:26:25 2008 +0200
55564
55565     DM9000: Make driver work properly for DM9000A
55566
55567     The DM9000A network controller does not work with the U-boot DM9000x driver.
55568     Analysis showed that many incoming packets are lost.
55569
55570     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
55571     check for a valid rx packet be done on the interrupt status register, not
55572     directly by performing the dummy read and the rx status check as is currently
55573     the case in the u-boot driver.
55574
55575     When the recommended poll is done as suggested the driver starts working
55576     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
55577     can be more than 1 package in the fifo at the same time.
55578
55579     The driver must perform the rx-status check in a loop and read and handle all
55580     packages until there is no more left _after_ the interrupt RX flag is set.
55581
55582     This change has been tested with DM9000A, DM9000E, DM9000EP.
55583
55584     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55585     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55586
55587 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
55588 Author: Remy Bohmer <linux@bohmer.net>
55589 Date:   Tue Jun 3 15:26:24 2008 +0200
55590
55591     DM9000: Improve eth_reset() routine
55592
55593     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
55594     reset procedure must be done twice to properly reset the DM9000 by means of software.
55595     This errata is not needed anymore for the DM9000A, but it does not bother it.
55596
55597     This change has been tested with DM9000A, DM9000E, DM9000EP.
55598
55599     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55600     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55601
55602 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
55603 Author: Remy Bohmer <linux@bohmer.net>
55604 Date:   Tue Jun 3 15:26:23 2008 +0200
55605
55606     DM9000: improve eth_send() routine
55607
55608     The eth_send routine of the U-boot DM9000x driver does not match the
55609     DM9000 or DM9000A application notes/programming guides.
55610
55611     This change improves the stability of the DM9000A network controller.
55612
55613     This change has been tested with DM9000A, DM9000E, DM9000EP.
55614
55615     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55616     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55617
55618 commit 134e266253c02a7832560da59d394989c4f64453
55619 Author: Remy Bohmer <linux@bohmer.net>
55620 Date:   Tue Jun 3 15:26:22 2008 +0200
55621
55622     DM9000: repair debug logging
55623
55624     It seems that the debugging code of the DM9000x driver in U-boot has not been
55625     compiled for a long time, because it cannot compile...
55626
55627     Also rearranged some loglines to get more useful info while debugging.
55628
55629     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55630     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55631
55632 commit a101361bfe23c120321e45d114c0603b8e0763e9
55633 Author: Remy Bohmer <linux@bohmer.net>
55634 Date:   Tue Jun 3 15:26:21 2008 +0200
55635
55636     DM9000: Add data bus-width auto detection.
55637
55638     The U-boot DM9000x driver contains a compile time bus-width definition for
55639     the databus connected to the network controller.
55640
55641     This compile check makes the code unclear, inflexible and is unneccessary.
55642     It can be asked to the network controller what its bus-width is by reading bits
55643     6 and 7 of the interrupt status register.
55644
55645     The linux kernel already uses a runtime mechanism to determine this bus-width,
55646     so the implementation below looks somewhat like that implementation.
55647
55648     This change has been tested with DM9000A, DM9000E, DM9000EP.
55649
55650     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55651     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55652
55653 commit 63a0afa0c32e5f4ea98a9439542870072437404d
55654 Author: Stefan Roese <sr@denx.de>
55655 Date:   Wed Jun 4 19:19:20 2008 +0200
55656
55657     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
55658
55659     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
55660     introduced by the commit:
55661
55662     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
55663
55664     With this patch SDRAM will get initialized again and booting from NAND
55665     is working again.
55666
55667     Signed-off-by: Stefan Roese <sr@denx.de>
55668     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
55669
55670 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
55671 Author: Wolfgang Denk <wd@denx.de>
55672 Date:   Tue May 27 14:19:30 2008 +0200
55673
55674     Socrates: Fix PCI bus frequency report
55675
55676     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
55677
55678 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
55679 Author: Tor Krill <tor@excito.com>
55680 Date:   Thu May 29 11:10:30 2008 +0200
55681
55682     Fix incorrect switch for IF_TYPE in part.c
55683
55684     Use correct field in block_dev_desc_t when writing interface type in
55685     dev_print. Error introduced in 574b3195.
55686
55687     Also added fix from Martin Krause
55688
55689     Signed-off-by: Tor Krill <tor@excito.com>
55690
55691 commit b64b8a0bd310935b70af69ac970952f2b364ae56
55692 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
55693 Date:   Tue May 27 10:25:39 2008 +0200
55694
55695     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
55696
55697     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
55698
55699 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
55700 Author: Peter Tyser <ptyser@xes-inc.com>
55701 Date:   Thu May 22 18:56:52 2008 -0500
55702
55703     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
55704
55705     Removed unneeded command line history initialization.  Also, the original
55706     code would access the 'initted' variable before relocation to SDRAM
55707     which resulted in erratic behavior since the bss is not initialized when
55708     executing from flash.
55709
55710     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
55711
55712 commit 22f371b63038a4ecab04068877c1089e51a01ba1
55713 Author: Grant Erickson <gerickson@nuovations.com>
55714 Date:   Wed May 21 13:28:30 2008 -0700
55715
55716     PPC4xx: Simplified post_word_{load, store}
55717
55718     This patch simplifies post_word_{load,store} by using the preprocessor
55719     to eliminate redundant, copy-and-pasted code.
55720
55721     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
55722
55723 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
55724 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
55725 Date:   Wed May 7 21:25:33 2008 +0400
55726
55727     cfi_flash: enable M18 flash chips family support.
55728
55729     Added new command set ID. Buffered write command processing is changed
55730     in order to support M18 flash chips family.
55731
55732     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
55733     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
55734
55735 commit 93c56f212ccdadc182018f0769cb284426b88f1d
55736 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
55737 Date:   Wed May 7 21:24:44 2008 +0400
55738
55739     cfi_flash: support of long cmd in U-boot.
55740
55741     Some NOR flash chips needs support of commands with length grether than max
55742     value size of uchar. For example all M18 family chips use 0x1ff command in
55743     buffered write mode as value of program loops count.
55744
55745     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
55746     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
55747
55748 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
55749 Author: Stefan Roese <sr@denx.de>
55750 Date:   Fri May 16 11:06:06 2008 +0200
55751
55752     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
55753
55754     On AD7414 the first value upon bootup is not read correctly.
55755     This is most likely because of the 800ms update time of the
55756     temp register in normal update mode. To get current values
55757     each time we issue the "dtt" command including upon powerup
55758     we switch into one-short mode.
55759
55760     This patch fixes the problem on AD7414 equipped boards (Sequoia,
55761     Canyonlands etc), that temp value printed in the bootup log was
55762     incorrect.
55763
55764     Signed-off-by: Stefan Roese <sr@denx.de>
55765
55766 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
55767 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55768 Date:   Fri May 30 16:55:06 2008 +0200
55769
55770     ppc4xx: Cleanup CPCI405 variant's config file
55771
55772     This patch removes some dead code from CPCI405 board's
55773     config files. JFFS2 support is also removed. It's not used and
55774     CPCI4052 does not build anymore without some size reduction.
55775
55776     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55777
55778 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
55779 Author: Kenneth Johansson <kenneth@southpole.se>
55780 Date:   Thu May 29 16:32:33 2008 +0200
55781
55782     Remove shell variable UNDEF_SYM.
55783
55784     UNDEF_SYM is a shell variable in the main Makefile used to force the
55785     linker to add all u-boot commands to the final image. It has no use here.
55786
55787     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
55788
55789 commit 8c66497e06bf803489c589df58ee591d71033274
55790 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55791 Date:   Fri May 16 11:10:35 2008 +0200
55792
55793     Add support for environment in SPI flash
55794
55795     This is pretty incomplete...it doesn't handle reading the environment
55796     before relocation, it doesn't support redundant environment, and it
55797     doesn't support embedded environment. But apart from that, it does
55798     seem to work.
55799
55800     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55801
55802 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
55803 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55804 Date:   Fri May 16 11:10:34 2008 +0200
55805
55806     SPI Flash: Add "sf" command
55807
55808     This adds a new command, "sf" which can be used to manipulate SPI
55809     flash. Currently, initialization, reading, writing and erasing is
55810     supported.
55811
55812     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55813
55814 commit d25ce7d24cc0f93881559f4009175ea305af65e8
55815 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55816 Date:   Fri May 16 11:10:33 2008 +0200
55817
55818     SPI Flash subsystem
55819
55820     This adds a new SPI flash subsystem.
55821
55822     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
55823     but some preliminary support for other flash types is in place as
55824     well.
55825
55826     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55827
55828 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
55829 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
55830 Date:   Fri May 16 11:10:32 2008 +0200
55831
55832     atmel_spi: Driver for the Atmel SPI controller
55833
55834     This adds a driver for the SPI controller found on most AT91 and AVR32
55835     chips, implementing the new SPI API.
55836
55837     Changed in v4:
55838       - Update to new API
55839       - Handle zero-length transfers appropriately. The user may send a
55840         zero-length SPI transfer with SPI_XFER_END set in order to
55841         deactivate the chip select after a series of transfers with chip
55842         select active. This is useful e.g. when polling the status
55843         register of DataFlash.
55844
55845     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55846
55847 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
55848 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
55849 Date:   Fri May 16 11:10:31 2008 +0200
55850
55851     SPI API improvements
55852
55853     This patch gets rid of the spi_chipsel table and adds a handful of new
55854     functions that makes the SPI layer cleaner and more flexible.
55855
55856     Instead of the spi_chipsel table, each board that wants to use SPI
55857     gets to implement three hooks:
55858       * spi_cs_activate(): Activates the chipselect for a given slave
55859       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
55860       * spi_cs_is_valid(): Determines if the given bus/chipselect
55861         combination can be activated.
55862
55863     Not all drivers may need those extra functions however. If that's the
55864     case, the board code may just leave them out (assuming they know what
55865     the driver needs) or rely on the linker to strip them out (assuming
55866     --gc-sections is being used.)
55867
55868     To set up communication parameters for a given slave, the driver needs
55869     to call spi_setup_slave(). This returns a pointer to an opaque
55870     spi_slave struct which must be passed as a parameter to subsequent SPI
55871     calls. This struct can be freed by calling spi_free_slave(), but most
55872     driver probably don't want to do this.
55873
55874     Before starting one or more SPI transfers, the driver must call
55875     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
55876     the hardware. When all transfers are done, the driver must call
55877     spi_release_bus() to make the bus available to others, and possibly
55878     shut down the SPI controller hardware.
55879
55880     spi_xfer() behaves mostly the same as before, but it now takes a
55881     spi_slave parameter instead of a spi_chipsel function pointer. It also
55882     got a new parameter, flags, which is used to specify chip select
55883     behaviour. This may be extended with other flags in the future.
55884
55885     This patch has been build-tested on all powerpc and arm boards
55886     involved. I have not tested NIOS since I don't have a toolchain for it
55887     installed, so I expect some breakage there even though I've tried
55888     fixing up everything I could find by visual inspection.
55889
55890     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
55891     DataFlash drivers posted as a follow-up. I'd like some help testing
55892     other boards that use the existing SPI API.
55893
55894     But most of all, I'd like some comments on the new API. Is this stuff
55895     usable for everyone? If not, why?
55896
55897     Changed in v4:
55898       - Build fixes for various boards, drivers and commands
55899       - Provide common struct spi_slave definition that can be extended by
55900         drivers
55901       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
55902       - Make default bus and mode build-time configurable
55903       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
55904
55905     Changed in v3:
55906       - Add opaque struct spi_slave for controller-specific data associated
55907         with a slave.
55908       - Add spi_claim_bus() and spi_release_bus()
55909       - Add spi_free_slave()
55910       - spi_setup() is now called spi_setup_slave() and returns a
55911         struct spi_slave
55912       - soft_spi now supports four SPI modes (CPOL|CPHA)
55913       - Add bus parameter to spi_setup_slave()
55914       - Convert the new i.MX32 SPI driver
55915       - Convert the new MC13783 RTC driver
55916
55917     Changed in v2:
55918       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
55919         new API.
55920
55921     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55922     Tested-by: Guennadi Liakhovetski <lg@denx.de>
55923
55924 commit 289011207d999b2e4085150d2aa30d547ad9b800
55925 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55926 Date:   Fri May 16 11:10:30 2008 +0200
55927
55928     Move definition of container_of() to common.h
55929
55930     AVR32 and AT91SAM9 both have their own identical definitions of
55931     container_of() taken from the Linux kernel. Move it to common.h so
55932     that all architectures can use it.
55933
55934     container_of() is already used by some drivers, and will be used
55935     extensively by the new and improved SPI API.
55936
55937     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55938
55939 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
55940 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55941 Date:   Fri May 16 11:08:11 2008 +0200
55942
55943     soft_i2c: Pull SDA high before reading
55944
55945     Spotted by Dean Capindale.
55946
55947     Systems that support open-drain GPIO properly are allowed provide an
55948     empty I2C_TRISTATE define. However, this means that we need to be
55949     careful not to drive SDA low when the slave is expected to respond.
55950
55951     This patch adds a missing I2C_SDA(1) to read_byte() required to
55952     tristate the SDA line on systems that support open-drain GPIO.
55953
55954     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55955
55956 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
55957 Author: Stefan Roese <sr@denx.de>
55958 Date:   Mon May 19 11:34:53 2008 +0200
55959
55960     ppc4xx: Remove implementations of testdram()
55961
55962     This patch removes the used testdram() implementations of the board
55963     that are maintained by myself.
55964
55965     Signed-off-by: Stefan Roese <sr@denx.de>
55966
55967 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
55968 Author: Stefan Roese <sr@denx.de>
55969 Date:   Mon Jun 2 17:37:28 2008 +0200
55970
55971     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
55972
55973     Historically the 405 U-Boot port had a dram_init() call in early init
55974     stage. This function was still called from start.S and most of the time
55975     coded in assembler. This is not needed anymore (since a long time) and
55976     boards should implement the common initdram() function in C instead.
55977
55978     This patch now removed the dram_init() call from start.S and removes the
55979     empty implementations that are scattered through most of the 405 board
55980     ports. Some older board ports really implement this dram_init() though.
55981     These are:
55982
55983     csb272
55984     csb472
55985     ERIC
55986     EXBITGEN
55987     W7OLMC
55988     W7OLMG
55989
55990     I changed those boards to call this assembler dram_init() function now
55991     from their board specific initdram() instead. This *should* work, but please
55992     test again on those platforms. And it is perhaps a good idea that those
55993     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
55994     some time. So further patches welcome here.
55995
55996     Signed-off-by: Stefan Roese <sr@denx.de>
55997
55998 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
55999 Author: Stefan Roese <sr@denx.de>
56000 Date:   Mon Jun 2 17:22:11 2008 +0200
56001
56002     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
56003
56004     Signed-off-by: Stefan Roese <sr@denx.de>
56005
56006 commit 39b32be18cd33b53a84065edcd4e465165cc5564
56007 Author: Stefan Roese <sr@denx.de>
56008 Date:   Mon Jun 2 17:20:03 2008 +0200
56009
56010     ppc4xx: Fix common ECC generation code for 440GP style platforms
56011
56012     This patch makes the common 4xx ECC code really usable on 440GP style
56013     platforms.
56014
56015     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
56016     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
56017     we need to make some processor dependant defines used later on by the
56018     driver.
56019
56020     Signed-off-by: Stefan Roese <sr@denx.de>
56021
56022 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
56023 Author: Stefan Roese <sr@denx.de>
56024 Date:   Mon Jun 2 17:13:55 2008 +0200
56025
56026     ppc4xx: Change Kilauea to use the common DDR2 init function
56027
56028     This patch changes the kilauea and kilauea_nand (for NAND booting)
56029     board port to not use a board specific DDR2 init routine anymore. Now
56030     the common code from cpu/ppc4xx is used.
56031
56032     Thanks to Grant Erickson for all his basic work on this 405EX early
56033     bootup.
56034
56035     Signed-off-by: Stefan Roese <sr@denx.de>
56036
56037 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
56038 Author: Stefan Roese <sr@denx.de>
56039 Date:   Mon Jun 2 14:59:21 2008 +0200
56040
56041     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
56042
56043     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
56044     ppc4xx related SDRAM/DDR/DDR2 controller defines.
56045
56046     Signed-off-by: Stefan Roese <sr@denx.de>
56047
56048 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
56049 Author: Stefan Roese <sr@denx.de>
56050 Date:   Mon Jun 2 14:57:41 2008 +0200
56051
56052     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
56053
56054     This patch removes all SDRAM related defines from the PPC4xx headers
56055     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
56056     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
56057
56058     It also introduces new defines for the equipped SDRAM controller based on
56059     which PPC variant is used. There new defines are:
56060
56061     used on 405GR/CR/EP and some Xilinx Virtex boards.
56062
56063     used on 440GP/GX/EP/GR.
56064
56065     used on 440EPx/GRx.
56066
56067     used on 405EX/r/440SP/SPe/460EX/GT.
56068
56069     Signed-off-by: Stefan Roese <sr@denx.de>
56070
56071 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
56072 Author: Stefan Roese <sr@denx.de>
56073 Date:   Mon Jun 2 14:35:44 2008 +0200
56074
56075     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
56076
56077     This patch consolidates the 405 and 440 parts of the NAND booting code
56078     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
56079     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
56080     Only *after* running from this location, nand_boot() is called.
56081
56082     Please note that the initsdram() call is now moved from nand_boot.c
56083     to start.S. I experienced problems with some boards like Kilauea
56084     (405EX), which don't have internal SRAM (OCM) and relocation needs to
56085     be done to SDRAM before the NAND controller can get accessed. When
56086     initdram() is called later on in nand_boot(), this can lead to problems
56087     with variables in the bss sections like nand_ecc_pos[].
56088
56089     Signed-off-by: Stefan Roese <sr@denx.de>
56090     Acked-by: Scott Wood <scottwood@freescale.com>
56091
56092 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
56093 Author: Grant Erickson <gerickson@nuovations.com>
56094 Date:   Thu May 22 14:44:24 2008 -0700
56095
56096     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
56097
56098     This patch (Part 2 of 2):
56099
56100     * Rolls up a suite of changes to enable correct primordial stack and
56101       global data handling when the data cache is used for such a purpose
56102       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
56103
56104     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
56105       eliminating redundant ECC initialization implementations and moving
56106       redundant SDRAM initialization out of board code into shared 4xx
56107       code.
56108
56109     * Enables MCSR visibility on the 405EX(r).
56110
56111     * Enables the use of the data cache for initial RAM on
56112       both AMCC's Kilauea and Makalu and removes a redundant
56113       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
56114
56115       - Removed, per Stefan Roese's request, defunct memory.c file for
56116         Makalu and rolled sdram_init from it into makalu.c.
56117
56118     With respect to the 4xx DDR initialization and ECC unification, there
56119     is certainly more work that can and should be done (file renaming,
56120     etc.). However, that can be handled at a later date on a second or
56121     third pass. As it stands, this patch moves things forward in an
56122     incremental yet positive way for those platforms that utilize this
56123     code and the features associated with it.
56124
56125     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
56126     Signed-off-by: Stefan Roese <sr@denx.de>
56127
56128 commit c821b5f120bedf73867513466412587c6912a8f8
56129 Author: Grant Erickson <gerickson@nuovations.com>
56130 Date:   Thu May 22 14:44:14 2008 -0700
56131
56132     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
56133
56134     This patch (Part 1 of 2):
56135
56136     * Rolls up a suite of changes to enable correct primordial stack and
56137       global data handling when the data cache is used for such a purpose
56138       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
56139
56140     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
56141       eliminating redundant ECC initialization implementations and moving
56142       redundant SDRAM initialization out of board code into shared 4xx
56143       code.
56144
56145     * Enables MCSR visibility on the 405EX(r).
56146
56147     * Enables the use of the data cache for initial RAM on
56148       both AMCC's Kilauea and Makalu and removes a redundant
56149       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
56150
56151       - Removed, per Stefan Roese's request, defunct memory.c file for
56152         Makalu and rolled sdram_init from it into makalu.c.
56153
56154     With respect to the 4xx DDR initialization and ECC unification, there
56155     is certainly more work that can and should be done (file renaming,
56156     etc.). However, that can be handled at a later date on a second or
56157     third pass. As it stands, this patch moves things forward in an
56158     incremental yet positive way for those platforms that utilize this
56159     code and the features associated with it.
56160
56161     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
56162     Signed-off-by: Stefan Roese <sr@denx.de>
56163
56164 commit a439680019e06171d4a5694b7992accce87f590e
56165 Author: Grant Erickson <gerickson@nuovations.com>
56166 Date:   Wed May 21 13:28:30 2008 -0700
56167
56168     PPC4xx: Simplified post_word_{load, store}
56169
56170     This patch simplifies post_word_{load,store} by using the preprocessor
56171     to eliminate redundant, copy-and-pasted code.
56172
56173     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
56174
56175 commit f979690ee337450b2030aba128f95b7a8d9881c0
56176 Author: Kumar Gala <galak@kernel.crashing.org>
56177 Date:   Thu May 15 15:13:08 2008 -0500
56178
56179     Fix warnings from gcc-4.3.0 build on a ppc host
56180
56181     * The cfi_flash.c memset fix actual allows the board to boot so there is
56182       a bit more going on here than just resolving warnings associated with
56183       uninitialized variables.
56184
56185     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
56186       inline function 'ext2_find_next_zero_bit' which is not static
56187
56188     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56189
56190 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
56191 Author: Becky Bruce <becky.bruce@freescale.com>
56192 Date:   Wed May 14 13:09:51 2008 -0500
56193
56194     MPC512x: Change traps.c to not reference non-addressable memory
56195
56196     Currently, END_OF_RAM is used by the trap code to determine if
56197     we should attempt to access the stack pointer or not. However,
56198     on systems with a lot of RAM, only a subset of the RAM is
56199     guaranteed to be mapped in and accessible.  Change END_OF_RAM
56200     to use get_effective_memsize() instead of using the raw ram
56201     size out of the bd.
56202
56203     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56204
56205 commit 81673e9ae14b771cd13faf19947192599cae3959
56206 Author: Kumar Gala <galak@kernel.crashing.org>
56207 Date:   Tue May 13 19:01:54 2008 -0500
56208
56209     Make sure common.h is the first include.
56210
56211     If common.h isn't first we can get CONFIG_ options defined in the
56212     board config file ignored.  This can cause an issue if any of those
56213     config options impact the size of types of data structures
56214     (eg CONFIG_PHYS_64BIT).
56215
56216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56217
56218 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
56219 Author: Marian Balakowicz <m8@semihalf.com>
56220 Date:   Tue May 13 15:53:29 2008 +0200
56221
56222     Avoid initrd and logbuffer area overlaps
56223
56224     Add logbuffer to reserved LMB areas to prevent initrd allocation
56225     from overlaping with it.
56226
56227     Make sure to use correct logbuffer base address.
56228
56229     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56230
56231 commit 6956d53d9934862507f83f0e3255dfd4662e7482
56232 Author: Sascha Laue <sascha.laue@liebherr.com>
56233 Date:   Tue May 13 13:29:54 2008 +0200
56234
56235     lwmon5: add memory-pattern-test to FPGA POST.
56236
56237 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
56238 Author: Becky Bruce <becky.bruce@freescale.com>
56239 Date:   Thu May 8 19:02:51 2008 -0500
56240
56241     PPC: 86xx Add bat registers to reginfo command
56242
56243     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56244
56245 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
56246 Author: Becky Bruce <becky.bruce@freescale.com>
56247 Date:   Fri May 9 15:41:35 2008 -0500
56248
56249     PPC: Add print_bats() to lib_ppc/bat_rw.c
56250
56251     This function prints the values of all the BAT register
56252     pairs - I needed this for debug earlier this week; adding it to
56253     lib_ppc so others can use it (and add it to reginfo commands
56254     if so desired).
56255
56256     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56257
56258 commit c148f24c15743a02e855636e6bed013bd121f7f2
56259 Author: Becky Bruce <becky.bruce@freescale.com>
56260 Date:   Thu May 15 21:29:04 2008 -0500
56261
56262     PPC: Change lib_ppc/bat_rw.c to use high bats
56263
56264     Currently, this code only deals with BATs 0-3, which makes
56265     it useless on systems that support BATs 4-7.  Add the
56266     support for these registers.
56267
56268     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
56269
56270 commit 31d826722434931e1152a09d140187dcf72f8aac
56271 Author: Becky Bruce <becky.bruce@freescale.com>
56272 Date:   Thu May 8 19:02:12 2008 -0500
56273
56274     PPC: Create and use CONFIG_HIGH_BATS
56275
56276     Change all code that conditionally operates on high bat
56277     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
56278     instead of the myriad ways this is done now.  Define the option
56279     for every config for which high bats are supported (and
56280     enabled by early boot, on parts where they're not always
56281     enabled)
56282
56283     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56284
56285 commit aa3b8bf9c30065bb2ea852799d32db5020598495
56286 Author: Wolfgang Grandegger <wg@grandegger.com>
56287 Date:   Wed May 28 19:55:19 2008 +0200
56288
56289     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
56290
56291     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
56292     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56293
56294 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
56295 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56296 Date:   Wed May 28 13:06:25 2008 -0500
56297
56298     ColdFire: Add 10 base ethernet support for mcf5445x
56299
56300     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56301     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56302
56303 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
56304 Author: Jason McMullan <mcmullan@netapp.com>
56305 Date:   Fri May 30 00:53:38 2008 +0900
56306
56307     mips: Add an 'include/asm/errno.h', like all other architectures
56308
56309     All other u-boot architectures have an include/asm/errno.h, so
56310     this change adds it to the mips include/asm-mips headers also.
56311
56312     Stolen from Linux 2.6.25.
56313
56314     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
56315
56316 commit e2ad8426624bac457acc6925b6ff408e9bf20466
56317 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56318 Date:   Fri May 30 00:53:38 2008 +0900
56319
56320     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
56321
56322     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56323
56324 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
56325 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56326 Date:   Fri May 30 00:53:38 2008 +0900
56327
56328     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
56329
56330     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56331
56332 commit bf462ae450a7f2eeeddc699ed345b391e3263540
56333 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56334 Date:   Fri May 30 00:53:37 2008 +0900
56335
56336     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
56337
56338     No functional changes.
56339
56340     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56341
56342 commit 89a1550ec6b74452274a7a23127936e2c7eec711
56343 Author: Jason McMullan <mcmullan@netapp.com>
56344 Date:   Fri May 30 00:53:37 2008 +0900
56345
56346     mips: If CONFIG_CMD_SPI is defined, call spi_init()
56347
56348     The mips architecture currently does not call 'spi_init()' in the generic
56349     board initialization routine is CONFIG_CMD_SPI is defined.
56350
56351     This patch rectifies that problem.
56352
56353     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
56354     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56355
56356 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
56357 Author: Jason McMullan <mcmullan@netapp.com>
56358 Date:   Fri May 30 00:53:37 2008 +0900
56359
56360     [MIPS] lib_mips/board.c: Add nand_init
56361
56362     This patch adds the standard 'nand_init()' call to the mips generic
56363     'board_init_r()' call, bringing MIPS in line with the other architectures.
56364
56365     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
56366     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56367
56368 commit d6ac2ed893c2168738aee01579d6283af8d37045
56369 Author: Scott Wood <scottwood@freescale.com>
56370 Date:   Thu May 22 10:49:46 2008 -0500
56371
56372     Remove prototypes of nand_init() in favor of including nand.h.
56373
56374     Likewise with onenand_init().
56375
56376     Signed-off-by: Scott Wood <scottwood@freescale.com>
56377
56378 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
56379 Author: Scott Wood <scottwood@freescale.com>
56380 Date:   Thu May 22 10:49:00 2008 -0500
56381
56382     Make onenand_uboot.h self-sufficient.
56383
56384     Don't assume types are provided by previously included headers.
56385
56386     Signed-off-by: Scott Wood <scottwood@freescale.com>
56387
56388 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
56389 Author: Dirk Behme <dirk.behme@gmail.com>
56390 Date:   Wed Jan 16 14:26:59 2008 +0100
56391
56392     nand: Correct NAND erase percentage output
56393
56394     For NAND erase sizes smaller than one NAND erase block, erase
56395     percentage output becomes grater than 100% e.g.
56396
56397     -- cut --
56398       > nand info
56399     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
56400       > nand erase 0x100000 0x2000
56401     NAND erase: device 0 offset 0x100000, size 0x2000
56402     Erasing at 0x100000 -- 200% complete.
56403     OK
56404       >
56405     -- cut --
56406
56407     Correct this and give user a warning that more is erased than specified:
56408
56409     -- cut --
56410       > nand erase 0x100000 0x2000
56411     NAND erase: device 0 offset 0x100000, size 0x2000
56412     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
56413                Erasing 0x00004000 instead
56414     Erasing at 0x100000 -- 100% complete.
56415     OK
56416       >
56417     -- cut --
56418
56419     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
56420
56421 commit 5922db6c0948506be91e0de44e7a6863a18a417f
56422 Author: Stelian Pop <stelian@popies.net>
56423 Date:   Tue May 13 17:31:24 2008 +0200
56424
56425     Cleanup nand_info[] declaration.
56426
56427     The nand_info array is declared as extern in several .c files.
56428     Those days, nand.h contains a reference to the array, so there is
56429     no need to declare it elsewhere.
56430
56431     Signed-off-by: Stelian Pop <stelian@popies.net>
56432     Signed-off-by: Scott Wood <scottwood@freescale.com>
56433
56434 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
56435 Author: Scott Wood <scottwood@freescale.com>
56436 Date:   Mon May 19 09:30:43 2008 -0500
56437
56438     NAND: Provide a sane default for NAND_MAX_CHIPS.
56439
56440     This allows the header to be included regardless of whether a board's
56441     config file provides NAND-related defininitions.
56442
56443     Signed-off-by: Scott Wood <scottwood@freescale.com>
56444
56445 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
56446 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56447 Date:   Mon May 26 12:19:10 2008 +0200
56448
56449     avr32: Fix theoretical race in udelay()
56450
56451     If the specified delay is very short, the cycle counter may go past the
56452     "end" time we are waiting for before we get around to reading it.
56453
56454     Fix it by checking the different between the cycle count "now" and the
56455     cycle count at the beginning. This will work as long as the delay
56456     measured in number of cycles is below 2^31.
56457
56458     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56459
56460 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
56461 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56462 Date:   Wed May 21 13:01:09 2008 +0200
56463
56464     avr32: Compile atmel_mci.o conditionally
56465
56466     Remove #ifdef CONFIG_MMC from the source file and use conditional
56467     compilation in the Makefile instead.
56468
56469     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56470
56471 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
56472 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56473 Date:   Thu May 22 12:28:25 2008 +0200
56474
56475     avr32: Fix wrong error flags in atmel_mci driver
56476
56477     Make sure we check for CRC errors when sending commands that use CRC
56478     checking.
56479
56480     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
56481     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56482
56483 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
56484 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56485 Date:   Wed May 21 11:10:59 2008 +0200
56486
56487     avr32: Fix two warnings in atmel_mci.c
56488
56489     The warnings are harmless but annoying. Let's fix them.
56490
56491     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56492
56493 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
56494 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56495 Date:   Mon May 19 11:36:28 2008 +0200
56496
56497     avr32: Rework SDRAM initialization code
56498
56499     This cleans up the SDRAM initialization and related code a bit, and
56500     allows faster booting.
56501
56502       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
56503       * Remove memory test from sdram_init() and make caller responsible
56504         for verifying the SDRAM and determining its size.
56505       * Remove base_address member from struct sdram_config (was sdram_info)
56506       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
56507       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
56508
56509     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56510
56511 commit 95107b7c028806919630bf02c653aa8f4f867c94
56512 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56513 Date:   Mon May 19 11:27:37 2008 +0200
56514
56515     avr32: Do stricter stack checking in the exception handler
56516
56517     Don't do a stack dump if the stack pointer is outside the memory area
56518     reserved for stack.
56519
56520     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56521
56522 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
56523 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56524 Date:   Fri May 2 15:32:57 2008 +0200
56525
56526     avr32: Use the same entry point for reset and exception handling
56527
56528     Since the reset vector is always aligned to a very large boundary, we
56529     can save a couple of KB worth of alignment padding by placing the
56530     exception vectors at the same address.
56531
56532     Deciding which one it is is easy: If we're handling an exception, the
56533     CPU is in Exception mode. If we're starting up after reset, the CPU is
56534     in Supervisor mode. So this adds a very minimal overhead to the reset
56535     path (only executed once) and the exception handling path (normally
56536     never executed at all.)
56537
56538     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56539
56540 commit 0c16eed2189a190bd5655b33c029f809a9b31128
56541 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56542 Date:   Fri May 2 15:24:22 2008 +0200
56543
56544     avr32: Put memset in its own section
56545
56546     All C code is compiled with -ffunction-sections -fdata-sections.
56547     Assembly functions should get their own sections as well so that
56548     everything looks consistent.
56549
56550     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56551
56552 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
56553 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56554 Date:   Fri May 2 15:21:40 2008 +0200
56555
56556     avr32: Rename pm_init() as clk_init() and make SoC-specific
56557
56558     pm_init() was always more about clock initialization than anything
56559     else. Dealing with PLLs, clock gating and such is also inherently
56560     SoC-specific, so move it into a SoC-specific directory.
56561
56562     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56563
56564 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
56565 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56566 Date:   Wed Apr 30 16:15:57 2008 +0200
56567
56568     avr32: Use new-style Makefile for the at32ap platform
56569
56570     This makes it easier to avoid compiling certain files later.
56571
56572     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56573
56574 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
56575 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56576 Date:   Wed Apr 30 14:36:47 2008 +0200
56577
56578     avr32: Remove unused file cpu/at32ap/pm.c
56579
56580     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56581
56582 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
56583 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56584 Date:   Wed Apr 30 14:19:28 2008 +0200
56585
56586     avr32: Clean up the HMATRIX code
56587
56588     Rework the HMATRIX configuration interface so that it becomes easier
56589     to configure the HMATRIX for boards with special needs, and add new
56590     parts.
56591
56592     The HMATRIX header file has been split into a general,
56593     chip-independent part with register definitions, etc. and a
56594     chip-specific part with SFR bitfield definitions and master/slave
56595     identifiers.
56596
56597     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56598
56599 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
56600 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56601 Date:   Thu Nov 22 12:14:11 2007 +0100
56602
56603     avr32: Add support for the ATSTK1006 board
56604
56605     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
56606     board. It's currently in production and will be available soon.
56607
56608     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56609
56610 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
56611 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56612 Date:   Tue Apr 29 12:53:05 2008 +0200
56613
56614     avr32: Get rid of the .flashprog section
56615
56616     The .flashprog section was only needed back when we were running
56617     directly from flash, and it's even more useless on NGW100 since it
56618     uses the CFI flash driver which never used this workaround in the
56619     first place.
56620
56621     Remove it on STK1000 as well, and get rid of all the associated code and
56622     annotations.
56623
56624     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56625
56626 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
56627 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56628 Date:   Wed Apr 30 13:09:56 2008 +0200
56629
56630     avr32: Use correct condition around macb clock accessors
56631
56632     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
56633     the chip has a MACB controller, not when it has a USART.
56634
56635     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56636
56637 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
56638 Author: David Brownell <david-b@pacbell.net>
56639 Date:   Wed Apr 16 22:57:58 2008 -0700
56640
56641     avr32: Disable the AP7000 internal watchdog on startup
56642
56643     This patch forces the watchdog off in all cases.  That will at least
56644     get rid of the constant reboot cycle, though it won't let the watchdog
56645     actually run in the new kernels:  its probe() comes up with a polite
56646     warning.
56647
56648     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56649
56650 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
56651 Author: David Brownell <david-b@pacbell.net>
56652 Date:   Fri Feb 22 12:54:39 2008 -0800
56653
56654     avr32: stk1002 and ngw100 convergence
56655
56656     Make STK1002 and NGW100 boards act more alike:
56657       - STK boards can use as many arguments as NGW
56658       - STK boards don't need to manage FPGAs either
56659       - NGW commands should match STK ones
56660
56661     Also spell U-Boot right in prompts for STK1002 and NGW100.
56662
56663     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
56664     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
56665     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56666
56667 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
56668 Author: Sergei Poselenov <sposelenov@emcraft.com>
56669 Date:   Tue May 27 13:47:00 2008 +0200
56670
56671     Socrates: Fix PCI bus frequency report
56672
56673     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56674
56675 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
56676 Author: Sergei Poselenov <sposelenov@emcraft.com>
56677 Date:   Tue May 27 11:49:13 2008 +0200
56678
56679     Socrates: Added USB support.
56680
56681     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56682
56683 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
56684 Author: Sergei Poselenov <sposelenov@emcraft.com>
56685 Date:   Tue May 27 11:35:02 2008 +0200
56686
56687     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
56688
56689     In case of several PCI USB controllers on a board this variable
56690     specifys which controller to use.
56691     See doc/README.generic_usb_ohci for details.
56692
56693     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56694
56695 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
56696 Author: Sergei Poselenov <sposelenov@emcraft.com>
56697 Date:   Tue May 27 10:36:07 2008 +0200
56698
56699     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
56700
56701     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56702
56703 commit 83e9d7a2614d4006b92690afa3390c291734267e
56704 Author: Sergei Poselenov <sposelenov@emcraft.com>
56705 Date:   Mon May 26 18:16:04 2008 +0200
56706
56707     Socrates: Config file cleanup.
56708
56709     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56710
56711 commit 602cac1389b755b223272f2328a47e6f8c240848
56712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56713 Date:   Sat May 24 12:47:46 2008 +0200
56714
56715     MAKEALL: add at91 list
56716
56717     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56718
56719 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
56720 Author: Ron Madrid <ron_madrid@sbcglobal.net>
56721 Date:   Fri May 23 15:37:05 2008 -0700
56722
56723     Add Marvell 88E1118 support for TSEC
56724
56725     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
56726     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56727
56728 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
56729 Author: Jens Gehrlein <sew_s@tqs.de>
56730 Date:   Mon May 5 14:06:11 2008 +0200
56731
56732     smc911x: add 16 bit support
56733
56734     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
56735     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56736
56737 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
56738 Author: Christian Eggers <ceggers@gmx.de>
56739 Date:   Wed May 21 21:29:10 2008 +0200
56740
56741     Fix endianess conversion in usb_ohci.c
56742
56743     Sorry, I forgot this line:
56744
56745     Signed-off-by: Christian Eggers <ceggers@gmx.de>
56746
56747     I think this must be swapped (result may be equal).
56748
56749 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
56750 Author: Christian Eggers <ceggers@gmx.de>
56751 Date:   Wed May 21 22:12:00 2008 +0200
56752
56753     USB: replace old swap_ with proper endianess conversion macros
56754
56755     Signed-off-by: Christian Eggers <ceggers@gmx.de>
56756     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56757
56758 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
56759 Author: Christian Eggers <ceggers@gmx.de>
56760 Date:   Wed May 21 21:29:10 2008 +0200
56761
56762     Fix endianess conversion in usb_ohci.c
56763
56764     Signed-off-by: Christian Eggers <ceggers@gmx.de>
56765     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56766
56767 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
56768 Author: Sergei Poselenov <sposelenov@emcraft.com>
56769 Date:   Thu May 22 01:15:53 2008 +0200
56770
56771     USB: add support for multiple PCI OHCI controllers
56772
56773     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
56774     In case of several PCI USB controllers on a board this variable
56775     specifys which controller to use.
56776
56777     Also add USB support for sokrates board.
56778
56779     See doc/README.generic_usb_ohci for details.
56780
56781     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56782     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56783
56784 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
56785 Author: Wolfgang Denk <wd@denx.de>
56786 Date:   Wed May 21 16:56:08 2008 +0200
56787
56788     Fix some whitespace issues
56789
56790     introduced by 53677ef18 "Big white-space cleanup."
56791
56792     Signed-off-by: Wolfgang Denk <wd@denx.de>
56793
56794 commit 4416603aeb06861b468b06a981e52c3ff805db7b
56795 Author: York Sun <yorksun@freescale.com>
56796 Date:   Mon May 12 14:36:39 2008 -0500
56797
56798     Make ads5121 out-of-tree compiling safe
56799
56800     Reuse the existing DIU driver in board/freescale/common.
56801
56802     Signed-off-by: York Sun <yorksun@freescale.com>
56803
56804 commit 0e1bad47cd345c76c91a64caf41011e431b62599
56805 Author: York Sun <yorksun@freescale.com>
56806 Date:   Mon May 5 10:20:01 2008 -0500
56807
56808     Adding DIU support for Freescale 5121ADS
56809
56810     Add DIU and cfb console support to FSL 5121ADS board.
56811
56812     Use #define CONFIG_VIDEO in config file to enable fb console.
56813
56814     Signed-off-by: York Sun <yorksun@freescale.com>
56815
56816 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
56817 Author: York Sun <yorksun@freescale.com>
56818 Date:   Mon May 5 10:20:00 2008 -0500
56819
56820     Replace DPRINTF with debug
56821
56822     Remove DPRINTF macro and replace it with generic debug macro.
56823
56824     Signed-off-by: York Sun <yorksun@freescale.com>
56825
56826 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
56827 Author: York Sun <yorksun@freescale.com>
56828 Date:   Mon May 5 10:19:59 2008 -0500
56829
56830     Move pixel clock setting to board file
56831
56832     The clock divider has different format in 5121 and 8610. This patch moves it to
56833     board specific code.
56834
56835     Signed-off-by: York Sun <yorksun@freescale.com>
56836
56837 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
56838 Author: Wolfgang Denk <wd@denx.de>
56839 Date:   Tue May 20 16:00:29 2008 +0200
56840
56841     Big white-space cleanup.
56842
56843     This commit gets rid of a huge amount of silly white-space issues.
56844     Especially, all sequences of SPACEs followed by TAB characters get
56845     removed (unless they appear in print statements).
56846
56847     Also remove all embedded "vim:" and "vi:" statements which hide
56848     indentation problems.
56849
56850     Signed-off-by: Wolfgang Denk <wd@denx.de>
56851
56852 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
56853 Author: Sergei Poselenov <sposelenov@emcraft.com>
56854 Date:   Thu May 8 17:46:23 2008 +0200
56855
56856     socrates: fix second TSEC configuration (it is actually TSEC3)
56857
56858     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56859
56860 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
56861 Author: Sergei Poselenov <sposelenov@emcraft.com>
56862 Date:   Thu May 8 14:17:08 2008 +0200
56863
56864     Fixed reset for socrates
56865
56866     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56867
56868 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
56869 Author: Sergei Poselenov <sposelenov@emcraft.com>
56870 Date:   Wed May 7 15:10:49 2008 +0200
56871
56872     socrates: changes to support FDT
56873
56874     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56875     Signed-off-by: Wolfgang Denk <wd@denx.de>
56876
56877 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
56878 Author: Sergei Poselenov <sposelenov@emcraft.com>
56879 Date:   Wed Apr 30 11:42:50 2008 +0200
56880
56881     Initial support for "Socrates" board
56882
56883     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56884
56885 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
56886 Author: Yuri Tikhonov <yur@emcraft.com>
56887 Date:   Thu May 8 15:46:42 2008 +0200
56888
56889     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
56890
56891     This way we become able to utilize the full post_log_word for POST
56892     activities (overwise, POST ECC, which has 0x8000 ID, could be
56893     erroneously treated as started in post_output_backlog() even if there
56894     was actually no POST ECC run (because of OCM POST failure, for
56895     example).
56896
56897     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
56898
56899 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
56900 Author: Yuri Tikhonov <yur@emcraft.com>
56901 Date:   Thu May 8 15:46:02 2008 +0200
56902
56903     POST: mark OCM test as POST_STOP
56904
56905     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56906
56907 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
56908 Author: Yuri Tikhonov <yur@emcraft.com>
56909 Date:   Thu May 8 15:45:26 2008 +0200
56910
56911     POST: add POST_STOP flag
56912
56913     Don't run futher tests in case of a test fails that is marked as
56914     POST_STOP.
56915
56916     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56917     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
56918
56919 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
56920 Author: Yuri Tikhonov <yur@emcraft.com>
56921 Date:   Thu May 8 15:44:16 2008 +0200
56922
56923     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
56924
56925     Switch the OCM testid with the codec one. The reason is that current
56926     implementation requires the POST_ROM testid to fit into lower 16
56927     bits, and the codec test will never run with POST_ROM hopefully.
56928
56929     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56930
56931 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
56932 Author: Yuri Tikhonov <yur@emcraft.com>
56933 Date:   Thu May 8 15:43:28 2008 +0200
56934
56935     lwmon5: enable OCM post test on lwmon5 board
56936
56937     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56938
56939 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
56940 Author: Yuri Tikhonov <yur@emcraft.com>
56941 Date:   Thu May 8 15:42:47 2008 +0200
56942
56943     POST: OCM test added.
56944
56945     Added OCM test to POST layer. This version runs before all other tests
56946     but doesn't yet interrupt post sequence on failure.
56947
56948     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56949     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
56950
56951 commit 6891260bdd935a382c95d9fa333922b0dfded68a
56952 Author: Yuri Tikhonov <yur@emcraft.com>
56953 Date:   Thu May 8 15:40:39 2008 +0200
56954
56955     POST: typo fix
56956
56957     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56958
56959 commit 727f63334676e760877d43bfb8f0e9331ac8b101
56960 Author: Hebbar <gururajakr@sanyo.co.in>
56961 Date:   Tue May 20 02:16:36 2008 -0700
56962
56963     common/usb.c: fix incorrect escape sequence
56964
56965     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
56966
56967 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
56968 Author: York Sun <yorksun@freescale.com>
56969 Date:   Thu May 15 15:26:27 2008 -0500
56970
56971     Fix 8313ERDB board configuration
56972
56973     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
56974     Correct TSEC1 vs TSEC2 assignment.
56975     Define ETHADDR and ETH1ADDR always.
56976
56977     Signed-off-by: York Sun <yorksun@freescale.com>
56978     Signed-off-by: Timur Tabi <timur@freescale.com>
56979
56980 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
56981 Author: Jon Loeliger <jdl@freescale.com>
56982 Date:   Mon May 19 09:47:25 2008 -0500
56983
56984     mpc86xx: Removed unused and unconfigured memory test code.
56985
56986     Besides, other common code exists.
56987
56988     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56989
56990 commit 180a90abdae72587c0f679edf8991455e559440d
56991 Author: Wolfgang Denk <wd@denx.de>
56992 Date:   Mon May 19 12:47:11 2008 +0200
56993
56994     Release v1.3.3
56995
56996     Update CHANGELOG for release.
56997
56998     Signed-off-by: Wolfgang Denk <wd@denx.de>
56999
57000 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
57001 Author: Stefan Roese <sr@denx.de>
57002 Date:   Mon May 19 07:14:38 2008 +0200
57003
57004     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
57005
57006     When SATA is selected (via jumper J6) we need to disable the first PCIe
57007     node in the device tree, so that Linux doesn't initialize it. Otherwise
57008     the Linux SATA driver will fail to detect the devices.
57009
57010     The same goes the other way around too. So if PCIe is selected we need
57011     to disable the SATA node in the device tree.
57012
57013     This is because PCIe port 0 and SATA on 460EX share the same pins
57014     (multiplexed) and we have to configure in U-Boot which peripheral is
57015     enabled.
57016
57017     Signed-off-by: Stefan Roese <sr@denx.de>
57018
57019 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
57020 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57021 Date:   Sun May 18 19:09:58 2008 +0200
57022
57023     i386: Fix multiple definitions of __show_boot_progress
57024
57025     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57026
57027 commit 311f3446930c1e64c12026c1cfd00500b05be52d
57028 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57029 Date:   Sun May 18 19:09:57 2008 +0200
57030
57031     sc530_spunk: add missing SOBJS entry
57032
57033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57034
57035 commit a559317143b4f95927b08cd388707e6f077e95fa
57036 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57037 Date:   Sun May 18 19:09:56 2008 +0200
57038
57039     sc520_spunk: Fix flash
57040
57041     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
57042     flash.c:398: error: label at end of compound statement
57043
57044     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57045
57046 commit 91f221317af64191ee8caf303ea9305943158691
57047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57048 Date:   Sun May 18 19:09:49 2008 +0200
57049
57050     drivers/pcmcia: add missing i82365
57051
57052     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57053
57054 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
57055 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57056 Date:   Sun May 18 19:09:47 2008 +0200
57057
57058     i386/bootm: remove unused var
57059
57060     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57061
57062 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
57063 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57064 Date:   Sun May 18 19:09:45 2008 +0200
57065
57066     example/gitignore: update with all generated examples
57067
57068     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57069
57070 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
57071 Author: Wolfgang Denk <wd@denx.de>
57072 Date:   Thu May 15 00:42:45 2008 +0200
57073
57074     TQM8272: fix out-of-tree building
57075
57076     ...and add to MAKEALL script
57077
57078     Signed-off-by: Wolfgang Denk <wd@denx.de>
57079
57080 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
57081 Author: Wolfgang Denk <wd@denx.de>
57082 Date:   Wed May 14 23:34:53 2008 +0200
57083
57084     environment: fix bug introduced by commit a8409f4f1ac8
57085
57086     env_get_char is not a function, but a pointer to one.
57087
57088     Signed-off-by: Wolfgang Denk <wd@denx.de>
57089
57090 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
57091 Author: Gary Jennejohn <garyj@denx.de>
57092 Date:   Wed May 14 13:39:22 2008 +0200
57093
57094     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
57095
57096     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
57097     use a redundant environment.
57098
57099     Signed-off-by: Gary Jennejohn <garyj@denx.de>
57100
57101 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
57102 Author: Wolfgang Denk <wd@denx.de>
57103 Date:   Wed May 14 13:55:30 2008 +0200
57104
57105     Fix config files for out-of-tree building
57106
57107     Several board/<...>/config.mk files include dynamically built (by
57108     the Makefile) config files but used the wrong file name of
57109         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
57110     instead if the correct
57111         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
57112
57113     The bug is nasty because the build result is correct for the (normal)
57114     in-tree builds, and because 'sinclude' is used no errors get raised
57115     even for out-of-tree build tests. But out-of-tree builds use an
57116     incomplete and thus usually incorrect configuration...
57117
57118     Signed-off-by: Wolfgang Denk <wd@denx.de>
57119
57120 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
57121 Author: Stefan Roese <sr@denx.de>
57122 Date:   Wed May 14 13:40:03 2008 +0200
57123
57124     ppc4xx: Fix bogus Canyonlands config.mk
57125
57126     This patch fixes the canyonlands config.mk file to enable correct
57127     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
57128
57129     Signed-off-by: Stefan Roese <sr@denx.de>
57130
57131 commit fdd1247a66d788a3446244f6fde9955a93c26322
57132 Author: Stefan Roese <sr@denx.de>
57133 Date:   Wed May 14 10:32:32 2008 +0200
57134
57135     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
57136
57137     Canyonlands has a file ddr2_fixed.c which needs special treatment when
57138     building in separate directory. It has to be linked to build directory
57139     otherwise it is not seen.
57140
57141     Signed-off-by: Stefan Roese <sr@denx.de>
57142
57143 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
57144 Author: Wolfgang Denk <wd@denx.de>
57145 Date:   Wed May 14 12:22:49 2008 +0200
57146
57147     environment: cleanup prototype declarations of env functions.
57148
57149     Signed-off-by: Wolfgang Denk <wd@denx.de>
57150
57151 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
57152 Author: Wolfgang Denk <wd@denx.de>
57153 Date:   Wed May 14 12:21:48 2008 +0200
57154
57155     linkstation_HGLAN: Fix out of tree building.
57156
57157     Signed-off-by: Wolfgang Denk <wd@denx.de>
57158
57159 commit 085551c05ca09e6c491ea11a1c6727a36776a545
57160 Author: Stefan Roese <sr@denx.de>
57161 Date:   Wed May 14 10:32:32 2008 +0200
57162
57163     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
57164
57165     Canyonlands has a file ddr2_fixed.c which needs special treatment when
57166     building in separate directory. It has to be linked to build directory
57167     otherwise it is not seen.
57168
57169     Signed-off-by: Stefan Roese <sr@denx.de>
57170
57171 commit 1510b82d50615f344e89d42533e8224cce067dc0
57172 Author: Wolfgang Denk <wd@denx.de>
57173 Date:   Tue May 13 23:15:52 2008 +0200
57174
57175     Makefile: fix "error: version_autogenerated.h: No such file or directory"
57176
57177     Signed-off-by: Wolfgang Denk <wd@denx.de>
57178
57179 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
57180 Author: Stelian Pop <stelian@popies.net>
57181 Date:   Tue May 13 17:31:24 2008 +0200
57182
57183     Cleanup nand_info[] declaration.
57184
57185     The nand_info array is declared as extern in several .c files.
57186     Those days, nand.h contains a reference to the array, so there is
57187     no need to declare it elsewhere.
57188
57189     Signed-off-by: Stelian Pop <stelian@popies.net>
57190     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57191
57192 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
57193 Author: Stefan Roese <sr@denx.de>
57194 Date:   Tue May 13 20:22:01 2008 +0200
57195
57196     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
57197
57198     Signed-off-by: Stefan Roese <sr@denx.de>
57199
57200 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
57201 Author: Wolfgang Denk <wd@denx.de>
57202 Date:   Mon May 12 01:11:21 2008 +0200
57203
57204     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
57205
57206     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
57207     which broke many PowerPC boards.
57208
57209 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
57210 Author: Wolfgang Denk <wd@denx.de>
57211 Date:   Mon May 12 00:56:28 2008 +0200
57212
57213     Revert "Avoid initrd and logbuffer area overlaps"
57214
57215     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
57216     which breaks building on all PPC boards that don't use a log buffer.
57217
57218 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
57219 Author: Nick Spence <nick.spence@freescale.com>
57220 Date:   Sat May 10 14:02:04 2008 -0700
57221
57222     Fix offset calculation for multi-type legacy images.
57223
57224     Calculation of tail was incorrect when size % 4 == 0.
57225
57226     New code removes the conditional and does the same thing but with arithmetic
57227
57228     Signed-off-by: Nick Spence <nick.spence@freescale.com>
57229
57230 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
57231 Author: Wolfgang Denk <wd@denx.de>
57232 Date:   Mon May 12 00:40:58 2008 +0200
57233
57234     Revert "Change env_get_char from a global function ptr to a function."
57235
57236     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
57237     which is known to break booting from dataflash and NAND.
57238
57239 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
57240 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57241 Date:   Sun May 11 23:13:57 2008 +0200
57242
57243     API: remove duplicate syscall check
57244
57245     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57246
57247 commit 67e3beb52c320b0a31cf030716c99392cde2d532
57248 Author: Stelian Pop <stelian@popies.net>
57249 Date:   Fri May 9 21:46:51 2008 +0200
57250
57251     AT91: Cleanup unused config header file definitions.
57252
57253     CONFIG_ENV_OVERWRITE is commented out in the config header files,
57254     so let's cleanup the files by removing the whole definition.
57255
57256     Signed-off-by: Stelian Pop <stelian@popies.net>
57257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57258
57259 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
57260 Author: Stelian Pop <stelian@popies.net>
57261 Date:   Thu May 8 14:52:34 2008 +0200
57262
57263     Support AT91CAP9 revC CPUs
57264
57265     The AT91CAP9 revC CPU has a few differences over the previous,
57266     revB CPU which was distributed in small quantities only (revA was
57267     an internal Atmel product only).
57268
57269     The revC silicon needs a special initialisation sequence to
57270     switch from the internal (imprecise) RC oscillator to the
57271     external 32k clock.
57272
57273     Signed-off-by: Stelian Pop <stelian@popies.net>
57274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57275
57276 commit 098b7b4b441b12c2a64dd517930f43c793542759
57277 Author: Stelian Pop <stelian@popies.net>
57278 Date:   Thu May 8 14:52:33 2008 +0200
57279
57280     Use custom logo for Atmel boards
57281
57282     This patch adds a custom vendor logo for the Atmel AT91 boards.
57283
57284     Signed-off-by: Stelian Pop <stelian@popies.net>
57285     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57286
57287 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
57288 Author: Stelian Pop <stelian@popies.net>
57289 Date:   Thu May 8 14:52:32 2008 +0200
57290
57291     AT91SAM9RLEK: hook up the ATMEL LCD driver
57292
57293     This patch makes the necessary adaptations (PIO configurations and
57294     defines in config header file) to hook up the Atmel LCD driver to the
57295     AT91SAM9RLEK board.
57296
57297     Signed-off-by: Stelian Pop <stelian@popies.net>
57298     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57299
57300 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
57301 Author: Stelian Pop <stelian@popies.net>
57302 Date:   Thu May 8 14:52:31 2008 +0200
57303
57304     AT91SAM9263EK: hook up the ATMEL LCD driver
57305
57306     This patch makes the necessary adaptations (PIO configurations and
57307     defines in config header file) to hook up the Atmel LCD driver to the
57308     AT91SAM9263EK board.
57309
57310     Signed-off-by: Stelian Pop <stelian@popies.net>
57311     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57312
57313 commit 820f2a958325061a446115f3035e48e4726b3390
57314 Author: Stelian Pop <stelian@popies.net>
57315 Date:   Thu May 8 14:52:30 2008 +0200
57316
57317     AT91SAM9261EK: hook up the ATMEL LCD driver
57318
57319     This patch makes the necessary adaptations (PIO configurations and
57320     defines in config header file) to hook up the Atmel LCD driver to the
57321     AT91SAM9261EK board.
57322
57323     Signed-off-by: Stelian Pop <stelian@popies.net>
57324     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57325
57326 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
57327 Author: Stelian Pop <stelian@popies.net>
57328 Date:   Thu May 8 14:52:29 2008 +0200
57329
57330     AT91CAP9ADK: hook up the ATMEL LCD driver
57331
57332     This patch makes the necessary adaptations (PIO configurations and
57333     defines in config header file) to hook up the Atmel LCD driver to the
57334     AT91CAP9ADK board.
57335
57336     Signed-off-by: Stelian Pop <stelian@popies.net>
57337     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57338
57339 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
57340 Author: Stelian Pop <stelian@popies.net>
57341 Date:   Fri May 9 21:57:18 2008 +0200
57342
57343     Add ATMEL LCD driver
57344
57345     This patch adds support for the ATMEL LCDC driver which is used on some
57346     AT91 and AVR platforms.
57347
57348     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
57349     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
57350
57351     Signed-off-by: Stelian Pop <stelian@popies.net>
57352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57353
57354 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
57355 Author: Stelian Pop <stelian@popies.net>
57356 Date:   Thu May 8 18:52:25 2008 +0200
57357
57358     AT91SAM9RLEK support
57359
57360     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
57361     board.
57362
57363     Signed-off-by: Stelian Pop <stelian@popies.net>
57364     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57365
57366 commit 8e429b3eee23927c1222679f6b6f53667b21595c
57367 Author: Stelian Pop <stelian@popies.net>
57368 Date:   Thu May 8 18:52:23 2008 +0200
57369
57370     AT91SAM9263EK support
57371
57372     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
57373     board.
57374
57375     Signed-off-by: Stelian Pop <stelian@popies.net>
57376     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57377
57378 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
57379 Author: Stelian Pop <stelian@popies.net>
57380 Date:   Thu May 8 20:52:22 2008 +0200
57381
57382     AT91SAM9261EK support
57383
57384     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
57385     board.
57386
57387     Signed-off-by: Stelian Pop <stelian@popies.net>
57388     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57389
57390 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
57391 Author: Stelian Pop <stelian@popies.net>
57392 Date:   Thu May 8 20:52:21 2008 +0200
57393
57394     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
57395
57396     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
57397     in order to cope with the changes in DataFlash partitionning scheme
57398     (cset c3a60cb3).
57399
57400     Signed-off-by: Stelian Pop <stelian@popies.net>
57401     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57402
57403 commit 96996ac25d5222611a8888968db6e53a6d3726da
57404 Author: Stelian Pop <stelian@popies.net>
57405 Date:   Thu May 8 20:52:20 2008 +0200
57406
57407     AT91SAM9260EK: Normalize BOOTARGS
57408
57409     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
57410     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
57411     variable.
57412
57413     Signed-off-by: Stelian Pop <stelian@popies.net>
57414     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57415
57416 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
57417 Author: Stelian Pop <stelian@popies.net>
57418 Date:   Thu May 8 20:52:19 2008 +0200
57419
57420     AT91SAM9260EK: Normalize SPI timings
57421
57422     This patch changes the SPI timings to closely match the ones
57423     used by the Linux kernel and the Atmel's own bootstrap project.
57424
57425     Signed-off-by: Stelian Pop <stelian@popies.net>
57426     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57427
57428 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
57429 Author: Stelian Pop <stelian@popies.net>
57430 Date:   Thu May 8 20:52:18 2008 +0200
57431
57432     AT91SAM9260EK: Handle 8 or 16 bit NAND
57433
57434     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
57435     makes the support configurable in the board config header file
57436     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
57437
57438     Signed-off-by: Stelian Pop <stelian@popies.net>
57439     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57440
57441 commit ab52640fc01624e208424e527af0b7b3a5a65a12
57442 Author: Stelian Pop <stelian@popies.net>
57443 Date:   Thu May 8 20:52:17 2008 +0200
57444
57445     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
57446
57447     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
57448     in order to cope with the changes in DataFlash partitionning scheme
57449     (cset c3a60cb3).
57450
57451     Signed-off-by: Stelian Pop <stelian@popies.net>
57452     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57453
57454 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
57455 Author: Stelian Pop <stelian@popies.net>
57456 Date:   Thu May 8 20:52:16 2008 +0200
57457
57458     AT91CAP9ADK: Normalize BOOTARGS
57459
57460     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
57461     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
57462     variable.
57463
57464     Signed-off-by: Stelian Pop <stelian@popies.net>
57465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57466
57467 commit 93da48b910511911ce110656e17ed733c8ac4c45
57468 Author: Stelian Pop <stelian@popies.net>
57469 Date:   Thu May 8 20:52:15 2008 +0200
57470
57471     AT91CAP9ADK: Normalize SPI timings
57472
57473     This patch changes the SPI timings to closely match the ones
57474     used by the Linux kernel and the Atmel's own bootstrap project.
57475
57476     Signed-off-by: Stelian Pop <stelian@popies.net>
57477     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57478
57479 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
57480 Author: Stelian Pop <stelian@popies.net>
57481 Date:   Thu May 8 20:52:14 2008 +0200
57482
57483     AT91CAP9ADK: Handle 8 or 16 bit NAND
57484
57485     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
57486     makes the support configurable in the board config header file
57487     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
57488
57489     Signed-off-by: Stelian Pop <stelian@popies.net>
57490     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57491
57492 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
57493 Author: Stelian Pop <stelian@popies.net>
57494 Date:   Thu May 8 20:52:13 2008 +0200
57495
57496     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
57497
57498     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
57499     below avoids the duplication of u-boot.lds by putting the file in the
57500     cpu directory instead of the board one.
57501
57502     Signed-off-by: Stelian Pop <stelian@popies.net>
57503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57504
57505 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
57506 Author: Stelian Pop <stelian@popies.net>
57507 Date:   Thu May 8 20:52:12 2008 +0200
57508
57509     Add proper copyright notices in Atmel boards Makefiles
57510
57511     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
57512     copyright notice. This patch adds the missing pieces.
57513
57514     Signed-off-by: Stelian Pop <stelian@popies.net>
57515     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57516
57517 commit e817a042cef6164bf26fee86f90326f2ec9e6745
57518 Author: Stelian Pop <stelian@popies.net>
57519 Date:   Thu May 8 20:52:11 2008 +0200
57520
57521     Add copyright information in Atmel boards partition.c
57522
57523     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
57524     the new created files. This patch fixes the problem.
57525
57526     Signed-off-by: Stelian Pop <stelian@popies.net>
57527     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57528
57529 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
57530 Author: Stelian Pop <stelian@popies.net>
57531 Date:   Thu May 8 20:52:10 2008 +0200
57532
57533     Update origin and copyright information in arch-at91sam9 header files
57534
57535     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
57536     copied from the Linux kernel sources. This patch explicitly specifies
57537     this origin for all the copied headers, and for those missing copyright
57538     information, adds it.
57539
57540     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
57541     in the latest kernel sources by 'at91sam9_smc.h'.
57542
57543     The copyright information has been confirmed by the AT91 Linux kernel
57544     maintainer, Andrew Victor <avictor.za@gmail.com>.
57545
57546     Signed-off-by: Stelian Pop <stelian@popies.net>
57547     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57548
57549 commit 79dd1712689d6a5031d7cbff54957049680751c7
57550 Author: Markus Klotzbücher <mk@denx.de>
57551 Date:   Thu May 8 16:00:55 2008 +0200
57552
57553     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
57554
57555     When using dhcp/bootp the "netmask" environment variable is not set
57556     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
57557     desireable, so the following patch adds this this option to the board
57558     config.
57559
57560     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57561     Signed-off-by: Stefan Roese <sr@denx.de>
57562
57563 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
57564 Author: Stefan Roese <sr@denx.de>
57565 Date:   Sat May 10 10:30:36 2008 +0200
57566
57567     ppc4xx: Update Makalu defconfig to use device-tree booting as default
57568
57569     This patch reworks the default environment on Makalu. Now "net_nfs" for
57570     example uses the device-tree style booting formerly know as "net_nfs_fdt".
57571     Also the addresses in RAM were changed because of the new image booting
57572     support, which check for image overwriting. So the addresses needed to
57573     get adjusted.
57574
57575     Signed-off-by: Stefan Roese <sr@denx.de>
57576
57577 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
57578 Author: Becky Bruce <bgill@freescale.com>
57579 Date:   Wed May 7 13:28:16 2008 -0500
57580
57581     PPC: fix map_physmem build warning
57582
57583     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
57584     enabled.  This quiets the warning.
57585
57586     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
57587
57588 commit 36f32675f40292002ee1fed252c180a43022d2d4
57589 Author: Becky Bruce <bgill@freescale.com>
57590 Date:   Wed May 7 13:24:57 2008 -0500
57591
57592     Update pci code to use phys_addr_t
57593
57594     Physical addrs need to be represented by phys_addr_t, not
57595     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
57596     are going to fail mightily.
57597
57598     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
57599
57600 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
57601 Author: Nick Spence <nick.spence@freescale.com>
57602 Date:   Thu May 8 22:32:22 2008 -0700
57603
57604     Support legacy multi-type images without FDT section.
57605
57606     This patch enables legacy multi-type images containing only a Linux kernel
57607     and root file system to be loaded, maintaining compatibility with previous
57608     versions of u-boot.
57609
57610     This is required when using old image files such as a Linux 2.4 kernel /
57611     filesystem.
57612
57613     Signed-off-by: Nick Spence <nick.spence@freescale.com>
57614     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
57615
57616 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
57617 Author: Wolfgang Denk <wd@denx.de>
57618 Date:   Sat May 10 00:38:02 2008 +0200
57619
57620     Update CHANGELOG.
57621
57622     Signed-off-by: Wolfgang Denk <wd@denx.de>
57623
57624 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
57625 Author: Wolfgang Denk <wd@denx.de>
57626 Date:   Sat May 10 00:36:09 2008 +0200
57627
57628     post/cpu/ppc4xx/Makefile: line length cleanup
57629
57630     Signed-off-by: Wolfgang Denk <wd@denx.de>
57631
57632 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
57633 Author: Stelian Pop <stelian@popies.net>
57634 Date:   Thu May 8 22:52:09 2008 +0200
57635
57636     Fix @ -> <at> substitution
57637
57638     When applying the AT91CAP9 patches upstream, something transformed
57639     the '@' character into the ' <at> ' sequence.
57640
57641     The patch below restores the original form in all the places where
57642     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
57643     were copied from AT91CAP9, and a couple of other files where the
57644     ' <at> ' sequence was present).
57645
57646     Signed-off-by: Stelian Pop <stelian@popies.net>
57647
57648 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
57649 Author: Stelian Pop <stelian@popies.net>
57650 Date:   Thu May 8 22:52:10 2008 +0200
57651
57652     Update origin and copyright information in arch-at91sam9 header files
57653
57654     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
57655     copied from the Linux kernel sources. This patch explicitly specifies
57656     this origin for all the copied headers, and for those missing copyright
57657     information, adds it.
57658
57659     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
57660     in the latest kernel sources by 'at91sam9_smc.h'.
57661
57662     The copyright information has been confirmed by the AT91 Linux kernel
57663     maintainer, Andrew Victor <avictor.za@gmail.com>.
57664
57665     Signed-off-by: Stelian Pop <stelian@popies.net>
57666
57667 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
57668 Author: Stelian Pop <stelian@popies.net>
57669 Date:   Thu May 8 22:52:11 2008 +0200
57670
57671     Add copyright information in Atmel boards partition.c
57672
57673     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
57674     the new created files. This patch fixes the problem.
57675
57676     Signed-off-by: Stelian Pop <stelian@popies.net>
57677
57678 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
57679 Author: Guennadi Liakhovetski <lg@denx.de>
57680 Date:   Thu May 8 10:09:27 2008 +0200
57681
57682     mx31ads: fix 32kHz clock handling
57683
57684     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
57685     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
57686     Also fix a typo when verifying a jumper configuration. While at it, make
57687     two needlessly global functions static.
57688
57689     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
57690
57691 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
57692 Author: Marian Balakowicz <m8@semihalf.com>
57693 Date:   Wed May 7 13:10:04 2008 +0200
57694
57695     Avoid initrd and logbuffer area overlaps
57696
57697     Add logbuffer to reserved LMB areas to prevent initrd allocation
57698     from overlaping with it.
57699
57700     Make sure to use correct logbuffer base address.
57701
57702     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57703
57704 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
57705 Author: Marian Balakowicz <m8@semihalf.com>
57706 Date:   Wed May 7 13:08:54 2008 +0200
57707
57708     ppc: Cleanup get_effective_memsize() use
57709
57710     Removed duplicated effective memory size calculation code.
57711
57712     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57713
57714 commit 273c37d843d5b581090378016cd12dd9c586907b
57715 Author: Marian Balakowicz <m8@semihalf.com>
57716 Date:   Wed May 7 09:03:53 2008 +0200
57717
57718     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
57719
57720     Recent modifcations to LOGBUFFER handling code were incorrecly
57721     introduced to fit_check_kernel() routine during
57722     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
57723     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
57724
57725     This patch cleans up this merge issue.
57726
57727     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57728
57729 commit bc11756daff89a3de09ca80adac962b88cf06e6e
57730 Author: Grant Erickson <gerickson@nuovations.com>
57731 Date:   Tue May 6 20:16:15 2008 -0700
57732
57733     Propagate Error Status to the Shell on fw_printenv Errors
57734
57735     Changed implementation such that fw_printenv returns failure status
57736     when one or more specified variables do not exist or when incorrect
57737     command syntax is used.
57738
57739     This aids scripting fw_printenv such that the script can key of the
57740     return status rather than relying on standard error "scraping".
57741
57742     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
57743     Signed-off-by: Wolfgang Denk <wd@denx.de>
57744
57745 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
57746 Author: Grant Erickson <gerickson@nuovations.com>
57747 Date:   Tue May 6 16:18:00 2008 -0700
57748
57749     Fix Compilation Errors with 'tools/env/fw_printenv'
57750
57751     In the current top-of-tree, 1.3.3.-rc2, the optional tool
57752     'tools/env/fw_printenv' fails to compile for two reasons:
57753
57754     1) The header watchdog.h cannot be found.
57755     2) The header zlib.h is picked up from the tool chain rather than the
57756        project causing a prototype conflict for crc32.
57757
57758     This patch addresses both of these issues.
57759
57760     Platforms Tested On:
57761     - AMCC "Kilauea"
57762
57763     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
57764
57765 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
57766 Author: James Yang <James.Yang@freescale.com>
57767 Date:   Mon May 5 10:22:53 2008 -0500
57768
57769     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
57770
57771     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
57772     work before relocating to RAM because command history is written into
57773     a global array that is not writable before relocation.  This patch
57774     defers to the no-editing and no-history code in readline_into_buffer()
57775     if it is called before relocation.
57776
57777     Signed-off-by: James Yang <James.Yang@freescale.com>
57778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57779
57780 commit 726c0f1e5f108dccea052965123b95837d2bd402
57781 Author: Detlev Zundel <dzu@denx.de>
57782 Date:   Mon May 5 16:11:22 2008 +0200
57783
57784     cosmetic: Adjust coding style for switch statements to be consistent
57785
57786     Signed-off-by: Detlev Zundel <dzu@denx.de>
57787
57788 commit 574b319512b13e10800f0045e39b993f4ca25e42
57789 Author: Detlev Zundel <dzu@denx.de>
57790 Date:   Mon May 5 16:11:21 2008 +0200
57791
57792     Fix disk type output in disk/part.c
57793
57794     Signed-off-by: Detlev Zundel <dzu@denx.de>
57795
57796 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
57797 Author: Vlad Lungu <vlad.lungu@windriver.com>
57798 Date:   Mon May 5 14:20:03 2008 +0300
57799
57800     Mail address change, documentation modified
57801
57802     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
57803
57804 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
57805 Author: Michal Simek <monstr@monstr.eu>
57806 Date:   Sun May 4 15:42:41 2008 +0200
57807
57808     microblaze: Repare intc handling
57809
57810     Signed-off-by: Michal Simek <monstr@monstr.eu>
57811
57812 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
57813 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57814 Date:   Sun May 4 15:17:52 2008 +0200
57815
57816     include/gitignore: update to all architectures
57817
57818     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57819
57820 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
57821 Author: Marcel Ziswiler <marcel@ziswiler.com>
57822 Date:   Mon May 5 02:12:06 2008 +0200
57823
57824     ide: Remove spurious second include of io.h
57825
57826     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
57827
57828     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
57829
57830 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
57831 Author: Adrian Filipi <adrian.filipi@eurotech.com>
57832 Date:   Tue May 6 16:46:37 2008 -0400
57833
57834     Fix some typos
57835
57836     This patch fixes three typos.
57837     The first is a repetition of CONFIG_CMD_BSP.
57838     The second makes the #endif comment match its #if.
57839     The third is a spelling error.
57840
57841     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
57842
57843 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
57844 Author: Grant Erickson <gerickson@nuovations.com>
57845 Date:   Sun May 4 16:45:01 2008 -0700
57846
57847     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
57848
57849     Add support for the recognition of 'powerpc' as an alias for the PowerPC
57850     architecture type since Linux is already trending in that direction,
57851     preferring 'powerpc' to 'ppc'.
57852
57853     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
57854
57855 commit f5a24259190c388c2527bdc49fee34577d862cc7
57856 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
57857 Date:   Fri May 2 13:35:15 2008 -0700
57858
57859     7450 and 86xx L2 cache invalidate bug corrections
57860
57861     The 7610 and related parts have an L2IP bit in the L2CR that is
57862     monitored to signal when the L2 cache invalidate is complete whereas the
57863     7450 and related parts utilize L2I for this purpose. However, the
57864     current code does not account for this difference. Additionally the 86xx
57865     L2 cache invalidate code used an "andi" instruction where an "andis"
57866     instruction should have been used.
57867
57868     This patch addresses both of these bugs.
57869
57870     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
57871     Acked-By: Jon Loeliger <jdl@freescale.com>
57872
57873 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
57874 Author: Wolfgang Denk <wd@denx.de>
57875 Date:   Fri May 9 10:16:13 2008 +0200
57876
57877     Avoid infinite loop "Generating include/autoconf.mk"
57878
57879     Fix a bogus circular dependency that caused an infinite loop of
57880     "Generating include/autoconf.mk" again and again.
57881
57882     Signed-off-by: Wolfgang Denk <wd@denx.de>
57883
57884 commit 567fb852178dbf59529d7301620a3f3732a4b02d
57885 Author: Stelian Pop <stelian@popies.net>
57886 Date:   Thu May 8 22:52:09 2008 +0200
57887
57888     Fix @ -> <at> substitution
57889
57890     When applying the AT91CAP9 patches upstream, something transformed
57891     the '@' character into the ' <at> ' sequence.
57892
57893     The patch below restores the original form in all the places where
57894     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
57895     were copied from AT91CAP9, and a couple of other files where the
57896     ' <at> ' sequence was present).
57897
57898     Signed-off-by: Stelian Pop <stelian@popies.net>
57899     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57900
57901 commit 73ccb3410a0785593cda7aee455dfc51f790e281
57902 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
57903 Date:   Mon Apr 28 14:04:32 2008 +0200
57904
57905     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
57906
57907     Signed-off-by: Gary Jennejohn <garyj@denx.de>
57908     Signed-off-by: Stefan Roese <sr@denx.de>
57909
57910 commit ef2642625cbfb1c3695e3478d08ae515052a4950
57911 Author: Stefan Roese <sr@denx.de>
57912 Date:   Thu May 8 11:10:46 2008 +0200
57913
57914     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
57915
57916     Signed-off-by: Stefan Roese <sr@denx.de>
57917
57918 commit a00eccfebc954ad9485161efeca7d9aaf626d530
57919 Author: Stefan Roese <sr@denx.de>
57920 Date:   Thu May 8 11:05:15 2008 +0200
57921
57922     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
57923
57924     This patch adds fdt (flattened device tree) support to all remaining AMCC
57925     eval boards. Most newer boards already support device tree. With this patch,
57926     all AMCC boards now enable device tree passing from U-Boot to Linux
57927     arch/powerpc kernels.
57928
57929     Signed-off-by: Stefan Roese <sr@denx.de>
57930
57931 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
57932 Author: Stefan Roese <sr@denx.de>
57933 Date:   Thu May 8 11:01:09 2008 +0200
57934
57935     ppc4xx: Add weak default ft_board_setup() routine
57936
57937     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
57938     This routine is defined as weak and can be overwritten by a board specific
57939     one if needed.
57940
57941     Signed-off-by: Stefan Roese <sr@denx.de>
57942
57943 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
57944 Author: Stefan Roese <sr@denx.de>
57945 Date:   Thu May 8 10:48:58 2008 +0200
57946
57947     ppc4xx: acadia: Add fdt support and fix section overlap problem
57948
57949     This patch adds fdt (flattened device tree) support to the AMCC
57950     Acadia eval board. This increases the image size and it doesn't
57951     fit anymore into 256kByte. Since we didn't want to remove features
57952     from the configuration, we decided to increase the U-Boot image size
57953     (add one flash sector).
57954
57955     Also changed the default environment definition to make it
57956     independent of such changes.
57957
57958     Signed-off-by: Stefan Roese <sr@denx.de>
57959
57960 commit 4adb3023de75bc150f088c8935db340930ad38c8
57961 Author: Ira Snyder <iws@ovro.caltech.edu>
57962 Date:   Tue Apr 29 11:18:54 2008 -0700
57963
57964     ppc4xx: Add device tree support to AMCC Yosemite
57965
57966     Add support for booting with a device tree blob. This is needed to boot
57967     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
57968     via the ethaddr variable.
57969
57970     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
57971     Signed-off-by: Stefan Roese <sr@denx.de>
57972
57973 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
57974 Author: Dave Mitchell <dmitchell@amcc.com>
57975 Date:   Wed May 7 09:00:23 2008 -0700
57976
57977     ppc4xx: Fix typos in 460GT/EX FBDV array
57978
57979     Corrected two typos in the 460GT/EX FBDV array.
57980
57981     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
57982     Signed-off-by: Stefan Roese <sr@denx.de>
57983
57984 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
57985 Author: Andy Fleming <afleming@freescale.com>
57986 Date:   Wed May 7 16:54:31 2008 -0500
57987
57988     85xx: Limit CPU2 workaround to parts that have the errata
57989
57990     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
57991     Signed-off-by: Andy Fleming <afleming@freescale.com>
57992
57993 commit a5fe514e8ace564300d2c1d73846ddff49654243
57994 Author: Lee Nipper <lee.nipper@freescale.com>
57995 Date:   Fri Apr 25 15:44:45 2008 -0500
57996
57997     mpc83xx: system performance settings for MPC8349EMDS.
57998
57999     These same settings are used on MPC8349ITX, and
58000     improve performance on MPC8349EMDS.
58001
58002     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
58003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58004
58005 commit 49387dba910e485640b575e920ee463b7e611dc3
58006 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58007 Date:   Tue May 6 13:22:52 2008 +0900
58008
58009     [MIPS] cpu/mips/cache.S: Fix build warning
58010
58011     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
58012     warns illegal global symbol references by bal (and jal also) instruction.
58013     This does not happen with the latest binutils v2.18.
58014
58015     Here's an example on gth2_config:
58016
58017     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
58018     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
58019     c -EB -c -o cache.o cache.S
58020     cache.S: Assembler messages:
58021     cache.S:243: Warning: Pretending global symbol used as branch target is local.
58022     cache.S:250: Warning: Pretending global symbol used as branch target is local.
58023
58024     In principle, gas might be sensitive to global symbol references in PIC
58025     code because they should be processed through GOT (global offset table).
58026     But if `bal' instruction is used, it results in PC-based offset jump.
58027     This is the cause of this warning.
58028
58029     In practice, we know it doesn't matter whether PC-based reference or GOT-
58030     based. As for this case, both will work before/after relocation. But let's
58031     fix the code.
58032
58033     This patch explicitly sets up a target address, then jump there.
58034     Here's an example of disassembled code with/without this patch.
58035
58036      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
58037      9000066c:       ac80fffc        sw      zero,-4(a0)
58038      90000670:       01402821        move    a1,t2
58039     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
58040     -90000678:       01803021        move    a2,t4
58041     -9000067c:       01602821        move    a1,t3
58042     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
58043     -90000684:       01a03021        move    a2,t5
58044     -90000688:       03000008        jr      t8
58045     -9000068c:       00000000        nop
58046     +90000674:       01803021        move    a2,t4
58047     +90000678:       8f8f83ec        lw      t7,-31764(gp)
58048     +9000067c:       01e0f809        jalr    t7
58049     +90000680:       00000000        nop
58050     +90000684:       01602821        move    a1,t3
58051     +90000688:       01a03021        move    a2,t5
58052     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
58053     +90000690:       01e0f809        jalr    t7
58054     +90000694:       00000000        nop
58055     +90000698:       03000008        jr      t8
58056     +9000069c:       00000000        nop
58057
58058     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58059
58060 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
58061 Author: Vlad Lungu <vlad.lungu@windriver.com>
58062 Date:   Mon May 5 14:04:00 2008 +0300
58063
58064     Allow building mips versions with ELDK 3.1.1
58065
58066     .gpword works only with local symbols on certain binutils versions
58067
58068     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
58069
58070 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
58071 Author: Wolfgang Denk <wd@denx.de>
58072 Date:   Mon May 5 12:52:36 2008 +0200
58073
58074     MAKEALL: add inka4x0 board
58075
58076     Signed-off-by: Wolfgang Denk <wd@denx.de>
58077
58078 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
58079 Author: Wolfgang Denk <wd@denx.de>
58080 Date:   Sun May 4 21:34:23 2008 +0200
58081
58082     kb9202 board: fix build problem.
58083
58084     Signed-off-by: Wolfgang Denk <wd@denx.de>
58085
58086 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
58087 Author: Wolfgang Denk <wd@denx.de>
58088 Date:   Sun May 4 12:10:33 2008 +0200
58089
58090     Prepare for v1.3.3-rc3
58091
58092     Update ChNAGELOG, minor white space cleanup.
58093
58094     Signed-off-by: Wolfgang Denk <wd@denx.de>
58095
58096 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
58097 Author: Wolfgang Denk <wd@denx.de>
58098 Date:   Sun May 4 00:35:15 2008 +0200
58099
58100     drivers/net/tsec.c: Fix typo.
58101
58102     Signed-off-by: Wolfgang Denk <wd@denx.de>
58103
58104 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
58105 Author: Mike Frysinger <vapier@gentoo.org>
58106 Date:   Fri May 2 21:45:12 2008 -0400
58107
58108     version_autogenerated.h: use printf rather than echo -n
58109
58110     Some systems are dumb and do not implement the -n flag to echo (like OS X).
58111     Convert the Makefile to use printf as this should work everywhere.
58112
58113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58114     Signed-off-by: Wolfgang Denk <wd@denx.de>
58115
58116 commit 4acc2a108ad0a669165924704a6cb083f9138242
58117 Author: Mike Frysinger <vapier@gentoo.org>
58118 Date:   Fri May 2 18:17:50 2008 -0400
58119
58120     fix building when saveenv is disabled in some setups
58121
58122     If you enable environment in the flash, but disable the embedded
58123     option, and you disable the saveenv command, then the #if nested
58124     logic will trigger a compile failure:
58125     env_flash.c: In function 'env_relocate_spec':
58126     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
58127     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
58128
58129     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58130
58131 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
58132 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
58133 Date:   Fri May 2 16:10:04 2008 -0400
58134
58135     SBC8548: fix address mask to allow 64M flash
58136
58137     Fix incorrect mask to enable all 64MB of onboard flash.
58138     Previously U-Boot incorrectly mapped only 8MB of flash, this
58139     patch correctly maps all the available flash.
58140
58141     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
58142
58143 commit 3648085c464c8c22ef76fab006ca4344d3796124
58144 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58145 Date:   Fri May 2 19:48:56 2008 +0200
58146
58147     qemu_mips: add README
58148
58149     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58150
58151 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
58152 Author: Marcel Ziswiler <marcel@ziswiler.com>
58153 Date:   Fri May 2 02:35:59 2008 +0200
58154
58155     Fix misspelled comment
58156
58157     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
58158
58159 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
58160 Author: Mike Frysinger <vapier@gentoo.org>
58161 Date:   Thu May 1 04:13:05 2008 -0400
58162
58163     mkimage: make mmap() checks consistent
58164
58165     The mmap() related code is full of inconsistent casts/constants when
58166     it comes to error checking, and may break when building on some
58167     systems (like ones that do not implicitly define the caddr_t type).
58168     Let's just avoid the whole mess by writing the code nice and clean in
58169     the first place.
58170
58171     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58172
58173 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
58174 Author: Marcel Ziswiler <marcel@ziswiler.com>
58175 Date:   Thu May 1 09:05:34 2008 +0200
58176
58177     Fix defined but not used build warning
58178
58179     - warning: 'srom' defined but not used
58180
58181     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
58182
58183 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
58184 Author: Marcel Ziswiler <marcel@ziswiler.com>
58185 Date:   Thu May 1 09:05:26 2008 +0200
58186
58187     Fix implicit declaration build warnings
58188
58189     - warning: implicit declaration of function â€˜serial_initialize’
58190
58191     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
58192
58193 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
58194 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
58195 Date:   Tue Apr 29 19:18:32 2008 +0200
58196
58197     TSEC: add config options for VSC8601 RGMII PHY
58198
58199     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
58200     and Tx clock lines. They are configured using 2 bits in extended
58201     register 0x17.
58202     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
58203     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
58204
58205     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
58206     Acked-by: Andy Fleming <afleming@freescale.com>
58207     Acked-by: Ben Warren <biggerbadderben@gmail.com>
58208     --
58209
58210      drivers/net/tsec.c |    6 ++++++
58211      drivers/net/tsec.h |    3 +++
58212      2 files changed, 9 insertions(+), 0 deletions(-)
58213
58214 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
58215 Author: Wolfgang Denk <wd@denx.de>
58216 Date:   Sat May 3 23:07:15 2008 +0200
58217
58218     Revert "ColdFire: Get information from the correct GCC"
58219
58220     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
58221     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
58222
58223 commit c4e5f52a58d278eebb87f476e353972c5dacea40
58224 Author: Wolfgang Denk <wd@denx.de>
58225 Date:   Sat May 3 22:25:00 2008 +0200
58226
58227     config.mk: use correct (cross) compiler
58228
58229     Some config.mk files reference $(CC) to test for specific tool chain
58230     features, so make sure $(CC) gets set before including any such
58231     config files.
58232
58233     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
58234     the correct GCC").
58235
58236     Signed-off-by: Wolfgang Denk <wd@denx.de>
58237
58238 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
58239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58240 Date:   Thu May 1 02:13:44 2008 +0200
58241
58242     pxa: fix previous definition on cpu init
58243
58244     start.S:183:1: warning: "ICMR" redefined
58245     In file included from start.S:33:
58246     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
58247     start.S:187:1: warning: "RCSR" redefined
58248     ...
58249
58250     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58251
58252 commit 6d12e697de794d700767f22f950e3026ccf4daf6
58253 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58254 Date:   Thu May 1 02:13:43 2008 +0200
58255
58256     pxa: fix pcmcia operation on 'i' may be undefined
58257
58258     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58259     Signed-off-by: Wolfgang Denk <wd@denx.de>
58260
58261 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
58262 Author: Kumar Gala <galak@kernel.crashing.org>
58263 Date:   Wed Apr 30 16:24:35 2008 -0500
58264
58265     MPC8610HPCD: Drop -O2 from the build flags
58266
58267     Make the flags use -Os like all other boards
58268
58269     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58270
58271 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
58272 Author: Stefan Roese <sr@denx.de>
58273 Date:   Wed Apr 30 15:50:39 2008 +0200
58274
58275     RTC: Fix month offset by one problem in M41T62 RTC driver
58276
58277     This patch fixes a problem with the month being read and written
58278     incorrectly (offset by one). This only gets visible by also using
58279     the Linux driver (rtc-m41t80).
58280
58281     Tested on AMCC Canyonlands.
58282
58283     Signed-off-by: Stefan Roese <sr@denx.de>
58284
58285 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
58286 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58287 Date:   Sat May 3 13:51:44 2008 +0900
58288
58289     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
58290
58291     Current trick to pick up GNU assembler minor version uses a dot(.) as a
58292     delimiter, and take the second field to obtain minor version number. But
58293     as can be expected, this doesn't work with a version string which has
58294     dots more than needs.
58295
58296     Here's an example:
58297
58298     $ mips-linux-gnu-as --version | grep 'GNU assembler'
58299     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
58300     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
58301     2-129) 2
58302     $
58303
58304     This patch restricts the version format to 2.XX.XX... This will work
58305     in most cases.
58306
58307     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
58308     2.18.50.20080215
58309     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
58310     18
58311     $
58312
58313     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58314
58315 commit ea638951acead7f1086c908c0b9f086beab82a22
58316 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58317 Date:   Sat May 3 13:51:28 2008 +0900
58318
58319     [MIPS] cpu/mips/cache.S: Add dcache_enable
58320
58321     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
58322     "allow ports to override bootelf behavior") requires ports to have this
58323     function.
58324
58325     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58326     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58327
58328 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
58329 Author: Wolfgang Denk <wd@denx.de>
58330 Date:   Thu May 1 21:30:16 2008 +0200
58331
58332     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
58333
58334     Onenand needs a version of memcpy() which performs 16 bit accesses
58335     only; make sure the name does not conflict with the standard
58336     function.
58337
58338     Signed-off-by: Wolfgang Denk <wd@denx.de>
58339
58340 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
58341 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58342 Date:   Wed Apr 30 22:38:17 2008 +0200
58343
58344     cmd_nand: fix warning: str2long ncompatible pointer type
58345
58346     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58347
58348 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
58349 Author: Timur Tabi <timur@freescale.com>
58350 Date:   Fri Apr 4 11:16:11 2008 -0500
58351
58352     Fix calculation of I2C clock for some 86xx chips
58353
58354     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
58355     There is no pattern that can be used to determine which chips use which
58356     frequency, so the only way to determine is to look up the actual SOC
58357     designation and use the right value for that SOC.
58358
58359     Signed-off-by: Timur Tabi <timur@freescale.com>
58360
58361 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
58362 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58363 Date:   Wed Apr 30 12:11:19 2008 -0500
58364
58365     ColdFire: Fix ethernet hang issue for mcf547x_8x
58366
58367     The ethernet hang is caused by receiving buffer in DRAM is not
58368     yet ready due to access cycles require longer time in DRAM.
58369     Relocate DMA buffer descriptors from DRAM to internal SRAM.
58370
58371     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58372
58373 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
58374 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58375 Date:   Wed Apr 30 12:10:47 2008 -0500
58376
58377     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
58378
58379     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
58380     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58381
58382 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
58383 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58384 Date:   Wed Apr 30 12:10:23 2008 -0500
58385
58386     ColdFire: Get information from the correct GCC
58387
58388     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
58389     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58390
58391 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
58392 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
58393 Date:   Wed Apr 30 18:02:59 2008 +0200
58394
58395     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
58396
58397     Fix warnings
58398
58399     nv_nand.c: In function 'saveenv':
58400     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
58401     env_nand.c: In function 'env_relocate_spec':
58402     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
58403
58404     if compiled for davinci_schmoogie_config.
58405
58406     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
58407     Ack by: Sergey Kubushyn <ksi@koi8.net>
58408
58409 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
58410 Author: Anatolij Gustschin <agust@denx.de>
58411 Date:   Wed Apr 30 13:34:40 2008 +0200
58412
58413     Fix warnings while compiling net/net.c for MPC8610HPCD board
58414
58415     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
58416     causing overriding default -Os option. New gcc (ver. 4.2.2)
58417     produces warnings while compiling net/net.c file with -O2
58418     option. The patch is an attempt to fix this.
58419
58420     Signed-off-by: Anatolij Gustschin <agust@denx.de>
58421
58422 commit 58b575e575c25fdf8c88141e145db201f3092149
58423 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58424 Date:   Wed Apr 30 15:23:38 2008 +0200
58425
58426     lwmon5: fix offset error in sysmon0 POST
58427
58428     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
58429     Signed-off-by: Wolfgang Denk <wd@denx.de>
58430
58431 commit e7419b243a373de4ee042f7d4f45f66de787240d
58432 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58433 Date:   Wed Apr 30 15:16:35 2008 +0200
58434
58435     lwmon5: fix manual merge error in POST
58436
58437     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
58438
58439 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
58440 Author: Wolfgang Denk <wd@denx.de>
58441 Date:   Wed Apr 30 17:46:26 2008 +0200
58442
58443     cmd_nand.c: fix another 'incompatible pointer type' warning.
58444
58445     Signed-off-by: Wolfgang Denk <wd@denx.de>
58446
58447 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
58448 Author: Wolfgang Denk <wd@denx.de>
58449 Date:   Wed Apr 30 17:25:07 2008 +0200
58450
58451     Makefile: fix parallel builds
58452
58453     This problem shows up with parallel builds only; it results in
58454     somewhat cryptic error messages like
58455
58456         $ JOBS=-j6 MAKEALL netstar
58457         Configuring for netstar board...
58458         arm-linux-ld: cannot find -lgeneric
58459         make[1]: *** [eeprom.srec] Error 1
58460
58461     A few boards (like netstar and voiceblue) need some libraries for
58462     building; however, the board Makefile does not contain any such
58463     dependencies which may cause problems with parallel builds. Adding
58464     such dependencies is difficult as we would also have to provide build
58465     rules, which already exist in the respective library Makefiles.
58466
58467     To solve this, we make sure that all libraries get built before the
58468     board code.
58469
58470     Signed-off-by: Wolfgang Denk <wd@denx.de>
58471
58472 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
58473 Author: Stefan Roese <sr@denx.de>
58474 Date:   Wed Apr 30 14:51:36 2008 +0200
58475
58476     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
58477
58478     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
58479     used for NAND booting to match the values needed for the new 512MB
58480     DIMM modules shipped with the productions boards:
58481
58482     Crucial: CT6464AC667.8FB
58483
58484     Signed-off-by: Stefan Roese <sr@denx.de>
58485
58486 commit ea9202a659dc75996facf1475f1866a19a9d3129
58487 Author: Stefan Roese <sr@denx.de>
58488 Date:   Wed Apr 30 10:49:43 2008 +0200
58489
58490     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
58491
58492     This patch fixes a problem with DIMMs that have 8 banks. Now the
58493     MCIF0_MBxCF register will be setup correctly for this setup too.
58494
58495     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
58496
58497     Signed-off-by: Stefan Roese <sr@denx.de>
58498
58499 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
58500 Author: Wolfgang Denk <wd@denx.de>
58501 Date:   Tue Apr 29 23:41:06 2008 +0200
58502
58503     Prepare v1.3.3-rc2, again.
58504
58505     Signed-off-by: Wolfgang Denk <wd@denx.de>
58506
58507 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
58508 Author: Wolfgang Denk <wd@denx.de>
58509 Date:   Tue Apr 29 23:35:24 2008 +0200
58510
58511     Prepare v1.3.3-rc2
58512
58513     Signed-off-by: Wolfgang Denk <wd@denx.de>
58514
58515 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
58516 Author: Wolfgang Denk <wd@denx.de>
58517 Date:   Tue Apr 29 23:32:20 2008 +0200
58518
58519     common/env_nand.c: fix one more incompatible pointer type issue
58520
58521     Signed-off-by: Wolfgang Denk <wd@denx.de>
58522
58523 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
58524 Author: Wolfgang Denk <wd@denx.de>
58525 Date:   Tue Apr 29 21:33:08 2008 +0200
58526
58527     post/board/lwmon5/sysmon.c: fix manual merge error.
58528
58529     Signed-off-by: Wolfgang Denk <wd@denx.de>
58530
58531 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
58532 Author: Kumar Gala <galak@kernel.crashing.org>
58533 Date:   Tue Apr 29 12:54:59 2008 -0500
58534
58535     85xx: Add -mno-spe to e500/85xx builds
58536
58537     Newer gcc's might be configured to enable autovectorization by default.
58538     If we happen to build with one of those compilers we will get SPE
58539     instructions in random code.
58540
58541     -mno-spe disables the compiler for automatically generating SPE
58542     instructions without our knowledge.
58543
58544     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58545
58546 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
58547 Author: Kumar Gala <galak@kernel.crashing.org>
58548 Date:   Tue Apr 29 10:18:34 2008 -0500
58549
58550     Update .gitignore for zlib.h
58551
58552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58553
58554 commit 45239cf4152109caa925145ccd433529902df887
58555 Author: Kumar Gala <galak@kernel.crashing.org>
58556 Date:   Tue Apr 29 10:27:08 2008 -0500
58557
58558     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
58559
58560     All the 85xx and 86xx UM describe the register as timing_cfg_3
58561     not as ext_refrec.
58562
58563     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58564
58565 commit ef7d30b14394e4c4a153118f5845760cadada02a
58566 Author: Kumar Gala <galak@kernel.crashing.org>
58567 Date:   Tue Apr 29 10:28:34 2008 -0500
58568
58569     85xx/86xx: Rename DDR init address and init extended address register
58570
58571     Rename init_addr and init_ext_addr to match the docs between
58572     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
58573
58574     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58575
58576 commit cf6cc014270549684873a5972d2595052c468cb6
58577 Author: Kumar Gala <galak@kernel.crashing.org>
58578 Date:   Mon Apr 28 02:24:04 2008 -0500
58579
58580     85xx: Additional fixes and cleanup of MP code
58581
58582     * adjust __spin_table alignment to match ePAPR v0.94 spec
58583     * loop over all cpus when determing who is up.  This fixes an issue if
58584       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
58585       cpu_up_mask so there is no harm
58586     * Added some protection in the code to ensure proper behavior.  These
58587       changes are explicitly needed but don't hurt:
58588       - Added eieio to ensure the "hot word" of the table is written after
58589         all other table updates have occurred.
58590       - Added isync to ensure we don't prefetch loading of table entries
58591         until we a released
58592
58593     These issues we raised by Dave Liu.
58594
58595     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58596
58597 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
58598 Author: Yuri Tikhonov <yur@emcraft.com>
58599 Date:   Tue Apr 29 15:06:41 2008 +0200
58600
58601     lwmon5: minor clean-up to include/configs/lwmon5.h
58602
58603     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
58604     the CFG_DSPIC_TEST_ADDR definition more readable.
58605
58606     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58607
58608 commit f4c4d21a885ccc222fd0acdf653b683249e85117
58609 Author: Stefan Roese <sr@denx.de>
58610 Date:   Tue Apr 29 16:08:05 2008 +0200
58611
58612     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
58613
58614     Signed-off-by: Stefan Roese <sr@denx.de>
58615
58616 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
58617 Author: Yuri Tikhonov <yur@emcraft.com>
58618 Date:   Tue Apr 29 13:32:45 2008 +0200
58619
58620     ppc flush_cache: add watch-dog triggering into the loops.
58621
58622     Some boards (e.g. lwmon5) need rather a frequent watch-dog
58623     kicking. Since the time it takes for the flush_cache() function
58624     to complete its job depends on the size of data being flushed, one
58625     may encounter watch-dog resets on such boards when, for example,
58626     download big files over ethernet.
58627
58628     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58629
58630 commit cab99d6f3281ab6784feccf98b9b425daa58418a
58631 Author: Stefan Roese <sr@denx.de>
58632 Date:   Tue Apr 29 14:44:54 2008 +0200
58633
58634     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
58635
58636     Signed-off-by: Stefan Roese <sr@denx.de>
58637
58638 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
58639 Author: Stefan Roese <sr@denx.de>
58640 Date:   Tue Apr 29 14:12:07 2008 +0200
58641
58642     ppc4xx: Fix Katmai CFG_MONITOR_LEN
58643
58644     Signed-off-by: Stefan Roese <sr@denx.de>
58645
58646 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
58647 Author: Stefan Roese <sr@denx.de>
58648 Date:   Tue Apr 29 13:57:07 2008 +0200
58649
58650     ppc4xx: Complete remove bogus dflush()
58651
58652     Since the current dflush() implementation is know to have some problems
58653     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
58654     it by using clean_dcache_range().
58655
58656     Tested on Katmai with ECC DIMM.
58657
58658     Signed-off-by: Stefan Roese <sr@denx.de>
58659
58660 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
58661 Author: Stefan Roese <sr@denx.de>
58662 Date:   Tue Apr 29 13:36:51 2008 +0200
58663
58664     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
58665
58666     As it seems the "old" ECC initialization routine by using dflush() didn't
58667     write all lines in the dcache back to memory on lwmon5. This could lead
58668     to ECC error upon Linux booting. This patch changes the program_ecc()
58669     routine to now use clean_dcache_range() instead of dflush().
58670     clean_dcache_range() uses dcbst which is exactly what we want in this
58671     case.
58672
58673     Since dflush() is known is cause problems, this routine will be
58674     removed completely and replaced by clean_dcache_range() with an
58675     additional patch.
58676
58677     Signed-off-by: Stefan Roese <sr@denx.de>
58678
58679 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
58680 Author: Yuri Tikhonov <yur@emcraft.com>
58681 Date:   Mon Apr 28 18:19:34 2008 +0200
58682
58683     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
58684
58685     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58686
58687 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
58688 Author: Markus Brunner <super.firetwister@googlemail.com>
58689 Date:   Mon Apr 28 08:47:47 2008 +0200
58690
58691     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
58692
58693     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
58694     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
58695     doesn't exist.
58696
58697     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
58698
58699 commit 2ef7503a593c77a80c2a054011970227c4b62774
58700 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58701 Date:   Thu Apr 24 07:57:17 2008 +0200
58702
58703     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
58704
58705     Move non-inlied functions into specific drivers file
58706     Set get_prom as weak
58707
58708     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58709     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
58710     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58711
58712 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
58713 Author: Guennadi Liakhovetski <lg@denx.de>
58714 Date:   Thu Apr 3 17:04:19 2008 +0200
58715
58716     net: make ARP timeout configurable
58717
58718     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
58719     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
58720     to the boards get lost, which typically are ARP replies. By configuring
58721     the timeout to a lower value we significantly improve the first network
58722     transfer time on this board. The timeout is specified in milliseconds,
58723     later internally it is converted to deciseconds, because it has to be
58724     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
58725     different boards.
58726
58727     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58728     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58729
58730 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
58731 Author: Guennadi Liakhovetski <lg@denx.de>
58732 Date:   Thu Apr 3 13:36:18 2008 +0200
58733
58734     minor cs8900 driver clean up
58735
58736     Remove a redundant register definition, clean up some coding style
58737     violations.
58738
58739     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58740     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58741
58742 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
58743 Author: Wolfgang Denk <wd@denx.de>
58744 Date:   Mon Apr 28 22:01:04 2008 +0200
58745
58746     jffs2_1pass.c: fix incompatible pointer type warning
58747
58748     Signed-off-by: Wolfgang Denk <wd@denx.de>
58749
58750 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
58751 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58752 Date:   Tue Apr 1 10:10:18 2008 +0200
58753
58754     lwmon5: update dsPIC POST spezification
58755
58756     The specification for the lwmon5 board dsPIC POST got changed.
58757     Also add defines for the temperatures  and voltages.
58758
58759     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
58760
58761 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
58762 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58763 Date:   Tue Apr 1 15:13:03 2008 +0200
58764
58765     Fix watchdog POST for lwmon5
58766
58767     If the hardware watchdog detects a voltage error, the watchdog sets
58768     GPIO62 to low. The watchdog POST has to detect this low level.
58769
58770     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
58771     Signed-off-by: Wolfgang Denk <wd@denx.de>
58772
58773 commit dd5748bcd669f46aeb6686c1b341323843738ccc
58774 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58775 Date:   Mon Apr 28 14:37:14 2008 +0200
58776
58777     rtl8169: fix compiler warnings
58778
58779     Fix multiple compiler warnings related to argument type mismatch.
58780
58781     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58782
58783 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
58784 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58785 Date:   Mon Apr 28 14:36:06 2008 +0200
58786
58787     IDE: fix compiler warnings
58788
58789     The IDE driver can use 32-bit addresses in LBA mode, in which case it
58790     spits multiple warnings during compilation. Fix them.
58791
58792     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58793
58794 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
58795 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58796 Date:   Mon Apr 28 14:35:57 2008 +0200
58797
58798     LinkStation: fix compiler warning, add a maintainer
58799
58800     out_8 wants a pointer to an unsigned as the first argument. Add a
58801     maintainer for Linkstation boards.
58802
58803     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58804
58805 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
58806 Author: Wolfgang Denk <wd@denx.de>
58807 Date:   Mon Apr 28 14:55:12 2008 +0200
58808
58809     cmd_nand.c: fix "differ in signedness" problem
58810
58811     Signed-off-by: Wolfgang Denk <wd@denx.de>
58812
58813 commit f2c288a35341ad02ac03b1563d786763c9c8f159
58814 Author: Wolfgang Denk <wd@denx.de>
58815 Date:   Mon Apr 28 12:48:47 2008 +0200
58816
58817     pcnet.c: fix a merge issue
58818
58819     Signed-off-by: Wolfgang Denk <wd@denx.de>
58820
58821 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
58822 Author: Wolfgang Denk <wd@denx.de>
58823 Date:   Mon Apr 28 12:08:18 2008 +0200
58824
58825     NAND: fix some strict-aliasing compiler warnings
58826
58827     Signed-off-by: Wolfgang Denk <wd@denx.de>
58828
58829 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
58830 Author: Stefan Roese <sr@denx.de>
58831 Date:   Mon Apr 28 11:37:14 2008 +0200
58832
58833     ppc4xx: Fix compile warning of hcu4 board
58834
58835     Signed-off-by: Stefan Roese <sr@denx.de>
58836
58837 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
58838 Author: Wolfgang Denk <wd@denx.de>
58839 Date:   Mon Apr 28 11:31:23 2008 +0200
58840
58841     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
58842
58843     Signed-off-by: Wolfgang Denk <wd@denx.de>
58844
58845 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
58846 Author: Guennadi Liakhovetski <lg@denx.de>
58847 Date:   Mon Apr 28 00:25:32 2008 +0200
58848
58849     mx31ads: fix loadaddr environment variable define
58850
58851     Arithmetic expressions do not get evaluated under stringification. Remove
58852     default network configuration, add DHCP command support. Thanks to Felix
58853     Radensky for reporting.
58854
58855     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58856
58857 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
58858 Author: Wolfgang Denk <wd@denx.de>
58859 Date:   Mon Apr 28 10:55:24 2008 +0200
58860
58861     katmai: fix section overlap problem
58862
58863     Since we didn't want to remove features from the configuration, we
58864     decided to increase the U-Boot image size (add one flash sector).
58865
58866     Also changed the default environment definition to make it
58867     independent of such changes.
58868
58869     Signed-off-by: Wolfgang Denk <wd@denx.de>
58870     Acked-by: Stefan Roese <sr@denx.de>
58871
58872 commit 941d696d25624e3cc65ebf924199541acf52d74e
58873 Author: Wolfgang Denk <wd@denx.de>
58874 Date:   Mon Apr 28 10:55:24 2008 +0200
58875
58876     katmai: fix section overlap problem
58877
58878     Since we didn't want to remove features from the configuration, we
58879     decided to increase the U-Boot image size (add one flash sector).
58880
58881     Also changed the default environment definition to make it
58882     independent of such changes.
58883
58884     Signed-off-by: Wolfgang Denk <wd@denx.de>
58885     Acked-by: Stefan Roese <sr@denx.de>
58886
58887 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
58888 Author: Kumar Gala <galak@kernel.crashing.org>
58889 Date:   Sat Apr 26 11:44:44 2008 -0500
58890
58891     post: Fix building with O=
58892
58893     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58894
58895 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
58896 Author: Wolfgang Denk <wd@denx.de>
58897 Date:   Sat Apr 26 01:55:00 2008 +0200
58898
58899     Prepare v1.3.3-rc1
58900
58901     Signed-off-by: Wolfgang Denk <wd@denx.de>
58902
58903 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
58904 Author: Wolfgang Denk <wd@denx.de>
58905 Date:   Sat Apr 26 01:25:39 2008 +0200
58906
58907     post/Makefile: make sure to use the correct flags
58908
58909     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
58910     messages to be printed.
58911
58912     Signed-off-by: Wolfgang Denk <wd@denx.de>
58913
58914 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
58915 Author: Wolfgang Denk <wd@denx.de>
58916 Date:   Sat Apr 26 00:34:42 2008 +0200
58917
58918     Coding Style cleanup, update CHANGELOG
58919
58920     Signed-off-by: Wolfgang Denk <wd@denx.de>
58921
58922 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
58923 Author: Magnus Lilja <lilja.magnus@gmail.com>
58924 Date:   Sun Apr 20 10:38:12 2008 +0200
58925
58926     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
58927
58928     This patch enables SPI and MC13783/RTC support for the Litekit board.
58929
58930     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
58931
58932 commit f97abbfb47d9e407354e157cae3f6369e460cd37
58933 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58934 Date:   Fri Apr 25 01:08:32 2008 -0500
58935
58936     MPC8544DS: decode pcie3 end-point configuration correctly.
58937
58938     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58939     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58940
58941 commit 292188e15523c165c4269403fdcd33c26d89176e
58942 Author: Roy Zang <tie-fei.zang@freescale.com>
58943 Date:   Fri Apr 25 00:55:09 2008 -0500
58944
58945     MPC8544DS: Removes the unknown flash message information
58946
58947     This patch removes the unknown flash message information:
58948     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
58949     This unknown flash message is caused by PromJet.
58950     Some of the board user is unhappy with this information.
58951
58952     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58954
58955 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
58956 Author: Kim Phillips <kim.phillips@freescale.com>
58957 Date:   Thu Apr 24 14:07:38 2008 -0500
58958
58959     mpc83xx: bump loadaddr over fdtaddr to 0x500000
58960
58961     this seems as a good compromise between human memory, typing,
58962     and last but not least, to accommodate for current and future kernel bloat.
58963
58964     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58965     Acked-by: Dave Liu <daveliu@freescale.com>
58966
58967 commit be5a7190265a34d968578ff266549c60f6f57654
58968 Author: Dave Liu <r63238@freescale.com>
58969 Date:   Tue Apr 15 13:12:23 2008 +0800
58970
58971     mpc83xx: clean up the readme for 83xx boards
58972
58973     1. correct the typo
58974     2. correct the memory map for 837xerdb board
58975
58976     Signed-off-by: Dave Liu <daveliu@freescale.com>
58977
58978 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
58979 Author: Dave Liu <r63238@freescale.com>
58980 Date:   Tue Apr 15 13:11:11 2008 +0800
58981
58982     mpc83xx: remove the unused CPM's stuff
58983
58984     The MPC83xx family never have CPM block, so remove it from 83xx.
58985
58986     Signed-off-by: Dave Liu <daveliu@freescale.com>
58987
58988 commit c63ad6325a8ac0097a54b418a3288926b0484b18
58989 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58990 Date:   Fri Apr 18 16:29:40 2008 +0200
58991
58992     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
58993
58994     This patch adds a configurable flash auto protection list that can be used
58995     to make U-Boot protect flash regions in flash_init().
58996
58997     The idea has been discussed on the u-boot mailing list starting
58998     on Nov 18th, 2007.
58999
59000     Even this patch brings a new feature it is used as a bugfix for 4xx
59001     platforms where flash_init() does not completely protect the
59002     monitor's flash range in all situations.
59003
59004     U-Boot protects the flash range from CFG_MONITOR_BASE to
59005     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
59006     include the reset vector at 0xfffffffc.
59007
59008     Example:
59009     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
59010
59011     This config option will auto protect the last 512k of flash that
59012     contains the bootloader on board like APC405 and PMC405.
59013
59014     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59015
59016 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
59017 Author: Stefan Roese <sr@denx.de>
59018 Date:   Fri Apr 25 13:59:03 2008 +0200
59019
59020     ppc4xx: Remove double defines in lwmon5.h
59021
59022     introduced with latest lwmon5/POST merge
59023
59024     Signed-off-by: Stefan Roese <sr@denx.de>
59025
59026 commit 7590378fb9c686709492ceb142825cd058255956
59027 Author: Bartlomiej Sieka <tur@semihalf.com>
59028 Date:   Fri Apr 25 13:54:02 2008 +0200
59029
59030     Use watchdog-aware functions when calculating hashes of images - take two
59031
59032     Some files didn't get updated properly with the "Use watchdog-aware
59033     functions when calculating hashes of images" commit, this commit
59034     fixes this.
59035
59036     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59037     Signed-off-by: Wolfgang Denk <wd@denx.de>
59038
59039 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
59040 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59041 Date:   Fri Apr 25 12:01:39 2008 +0200
59042
59043     ppc4xx: Add bootcount limit handling for APC405 boards
59044
59045     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59046
59047 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
59048 Author: Bartlomiej Sieka <tur@semihalf.com>
59049 Date:   Fri Apr 25 12:10:09 2008 +0200
59050
59051     Use watchdog-aware functions when calculating hashes of images
59052
59053     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59054
59055 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
59056 Author: Wolfgang Denk <wd@denx.de>
59057 Date:   Fri Apr 25 12:44:08 2008 +0200
59058
59059     USB: fix more GCC 4.2.x aliasing warnings
59060
59061     Signed-off-by: Wolfgang Denk <wd@denx.de>
59062     Acked-by: Markus Klotzbuecher <mk@denx.de>
59063
59064 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
59065 Author: Wolfgang Denk <wd@denx.de>
59066 Date:   Fri Apr 25 12:41:53 2008 +0200
59067
59068     lib_generic/crc32.c: add missing #include <watchdog.h>
59069
59070     Signed-off-by: Wolfgang Denk <wd@denx.de>
59071
59072 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
59073 Author: Wolfgang Denk <wd@denx.de>
59074 Date:   Fri Apr 25 11:52:21 2008 +0200
59075
59076     lib_generic/crc32.c: fix compile problem
59077
59078     Signed-off-by: Wolfgang Denk <wd@denx.de>
59079
59080 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
59081 Author: Stefan Roese <sr@denx.de>
59082 Date:   Tue Apr 22 12:20:32 2008 +0200
59083
59084     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
59085
59086     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
59087     environment variable will now get passed to the Linux kernel by setting
59088     the device_type property of the PCIe device tree node. For normal root-
59089     complex configuration it will keep its defaults value of "pci" and for
59090     endpoint configuration it will get changed to "pci-endpoint".
59091
59092     Signed-off-by: Stefan Roese <sr@denx.de>
59093
59094 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
59095 Author: Yuri Tikhonov <yur@emcraft.com>
59096 Date:   Thu Apr 24 10:30:53 2008 +0200
59097
59098     lwmon5: watchdog POST fix
59099
59100     Use the GPT0_MASKx registers as the temporary storage for watch-dog
59101     timer POST test instead of GPT0_COMPx. The latter
59102     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
59103
59104     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
59105     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59106
59107 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
59108 Author: Kim Phillips <kim.phillips@freescale.com>
59109 Date:   Mon Apr 21 18:10:14 2008 -0500
59110
59111     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
59112
59113     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
59114     proven problematic getting right from the start at least on 83xx and
59115     4xx.
59116
59117     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59118
59119 commit a99715b8ebfc500f3f40e01b36b64d473938443d
59120 Author: Detlev Zundel <dzu@denx.de>
59121 Date:   Fri Apr 18 14:50:01 2008 +0200
59122
59123     Realining some header definitions.
59124
59125     Signed-off-by: Detlev Zundel <dzu@denx.de>
59126
59127 commit 4acbc6c7f993cae409c424615415a3e76820f13d
59128 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59129 Date:   Thu Apr 24 07:57:16 2008 +0200
59130
59131     NE2000: coding style cleanup
59132
59133     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59134
59135 commit b4aff1ffaf7120032c653357c007faa14f74d29d
59136 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59137 Date:   Wed Apr 23 00:11:47 2008 +0900
59138
59139     qemu-mips.h: Add CFI support
59140
59141     CONFIG_ENV_OVERWRITE is also added.
59142
59143     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
59144
59145     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59146     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59147
59148 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
59149 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59150 Date:   Tue Apr 22 22:47:27 2008 +0900
59151
59152     doc/README.mips: Add MIPS notes
59153
59154     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59155
59156 commit 215b01bba8bc662d35f72b084700b192d367dfb4
59157 Author: Bartlomiej Sieka <tur@semihalf.com>
59158 Date:   Tue Apr 22 12:27:56 2008 +0200
59159
59160     Add support for calculating hashes with watchdog triggering
59161
59162     Implement watchodg-aware variants of hash calculation functions:
59163     - crc32_wd()
59164     - md5_wd()
59165     - sha1_csum_wd()
59166     The above functions calculate the hash of the input buffer in chunks,
59167     triggering the watchdog after processing each chunk. The chunk size
59168     is given as a function call parameter.
59169
59170     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59171
59172 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
59173 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59174 Date:   Wed Apr 23 11:02:12 2008 +0900
59175
59176     qemu-mips: Cleanup whitespace, indentation, etc.
59177
59178     No functional change.
59179
59180     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
59181     Then I re-created from scratch, and changed more lines than the original.
59182
59183     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59184     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59185
59186 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
59187 Author: Vlad Lungu <vlad@comsys.ro>
59188 Date:   Wed Oct 10 23:02:09 2007 +0300
59189
59190     Fixed pcnet io_base
59191
59192     Bus and phys address are not always the same
59193
59194     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
59195
59196 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
59197 Author: Wolfgang Denk <wd@denx.de>
59198 Date:   Thu Apr 24 23:44:26 2008 +0200
59199
59200     drivers/net/pcnet.c: Coding Style cleanup.
59201
59202     Signed-off-by: Wolfgang Denk <wd@denx.de>
59203
59204 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
59205 Author: Vlad Lungu <vlad@comsys.ro>
59206 Date:   Wed Oct 10 23:04:23 2007 +0300
59207
59208     Added Am79C970A chip id to pcnet
59209
59210     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
59211
59212 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
59213 Author: Magnus Lilja <lilja.magnus@gmail.com>
59214 Date:   Sun Apr 20 10:35:03 2008 +0200
59215
59216     i.MX31: Fix architecture numbers for ADS and Litekit boards
59217
59218     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
59219
59220     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
59221
59222 commit e7ae84d6c7288790e88639f57cb60daf89c11369
59223 Author: Magnus Lilja <lilja.magnus@gmail.com>
59224 Date:   Sun Apr 20 10:36:36 2008 +0200
59225
59226     i.MX31: Use symbolic names for Litekit membases.
59227
59228     Use symbolic names instead of hard coded addresses for Litekit membases.
59229
59230     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
59231
59232 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
59233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59234 Date:   Sat Apr 19 17:59:20 2008 +0200
59235
59236     Fix show_boot_progress prototype
59237
59238     in commit fad634071 "make show_boot_progress () weak."
59239     show_boot_progress is supposed to be declared as weak but declared as
59240     inline instead.
59241
59242     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59243
59244 commit edbed247a14d70b94958010f736621212285de91
59245 Author: Bartlomiej Sieka <tur@semihalf.com>
59246 Date:   Fri Apr 18 12:39:23 2008 +0200
59247
59248     Memory footprint optimizations
59249
59250     As suggested by Wolfgang Denk:
59251     - image printing functions:
59252       - remove wrappers
59253       - remove indentation prefix from functions' signatures
59254     - merge getenv_verify and getenv_autostart into one parametrized function
59255
59256     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59257
59258 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
59259 Author: Guennadi Liakhovetski <lg@denx.de>
59260 Date:   Tue Apr 15 13:33:11 2008 +0200
59261
59262     MX31ADS environment variable update, spi and rtc support
59263
59264     Update MX31ADS default environment to better match the flash layout and
59265     the memory map, support SPI and RTC.
59266
59267     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59268
59269 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
59270 Author: Kumar Gala <galak@kernel.crashing.org>
59271 Date:   Mon Apr 21 09:28:36 2008 -0500
59272
59273     85xx: Round up frequency calculations to get reasonable output
59274
59275     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
59276
59277     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
59278
59279     Signed-off-by: Dejan Minic <minic@freescale.com>
59280     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
59281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59282     Acked-by: Andy Fleming <afleming@freescale.com>
59283
59284 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
59285 Author: Kumar Gala <galak@kernel.crashing.org>
59286 Date:   Wed Apr 23 16:58:04 2008 -0500
59287
59288     fsl_pci: Only modify registers if we have them
59289
59290     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
59291
59292     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59293
59294 commit 83fe32334337def160b302aa9d152d808bfcc68e
59295 Author: Markus Klotzbücher <mk@denx.de>
59296 Date:   Wed Apr 23 10:57:33 2008 +0200
59297
59298     USB: remove a cpu bug workaround for an unsupported architecture.
59299
59300     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59301
59302 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
59303 Author: Markus Klotzbücher <mk@denx.de>
59304 Date:   Wed Apr 23 10:53:23 2008 +0200
59305
59306     USB: fix those pesky aliasing warnings issued by gcc-4.2
59307
59308     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59309     Signed-off-by: Detlev Zundel <dzu@denx.de>
59310
59311 commit 89cdab788f3716b335fefb60b836ebcf975aceab
59312 Author: Mike Frysinger <vapier@gentoo.org>
59313 Date:   Mon Mar 31 11:02:01 2008 -0400
59314
59315     crc32: use uint32_t rather than unsigned long
59316
59317     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
59318     this is done with the build toolchain instead of the target tool
59319     chain, so if the build is a 64bit system but the target is 32bits,
59320     the size will obviously be wrong. This converts all unsigned long
59321     stuff related to crc32 to uint32_t types. Compile tested only: output
59322     of ./tools/envcrc when run on a 32bit build system matches that of a
59323     64bit build system.
59324
59325     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59326     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59327
59328 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
59329 Author: Dirk Behme <dirk.behme@googlemail.com>
59330 Date:   Wed Mar 26 09:53:29 2008 +0100
59331
59332     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
59333
59334     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
59335
59336     Changes:
59337
59338     - Remove *_masked() functions as noted by Wolfgang
59339
59340     - Adapt register naming to recent TI spec (sprue26, March 2007)
59341
59342     - Fix reset_timer() handling
59343
59344     - 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.
59345
59346     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
59347
59348     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
59349
59350     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
59351
59352     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
59353
59354     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
59355     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
59356
59357 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
59358 Author: Sergei Poselenov <sposelenov@emcraft.com>
59359 Date:   Wed Apr 9 16:09:41 2008 +0200
59360
59361     Added watchdog triggering calls in the "mtest" test function.
59362
59363     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
59364
59365 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
59366 Author: Yuri Tikhonov <yur@emcraft.com>
59367 Date:   Sun Apr 6 19:19:14 2008 +0200
59368
59369     lwmon5 watchdog: limit trigger rate
59370
59371     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
59372     the CONFIG_WD_MAX_RATE value.
59373
59374     Note that an earlier version of this patch which used microseconds
59375     instead of ticks dis not work. The problem was that we used
59376     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
59377     get_tbclk(), which in turn calls get_sys_info(). It turns out that
59378     this function does a lot of prolonged operations (like divisions)
59379     which take too much time so we do not trigger the watchdog in time,
59380     and it resets the system.
59381
59382     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59383
59384 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
59385 Author: Yuri Tikhonov <yur@emcraft.com>
59386 Date:   Mon Mar 31 10:51:37 2008 +0200
59387
59388     POST: move CONFIG_POST to Makefiles
59389
59390     Introduce the new logical option CONFIG_HAS_POST which is set when the
59391     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
59392     to determine should the POST libs be compiled for the selected target
59393     platform, or not.
59394
59395     To avoid breaking u-boot linking process, the empty post/libpost.a file is
59396     created for platforms which do not have POSTs.
59397
59398     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59399     Signed-off-by: Wolfgang Denk <wd@denx.de>
59400
59401 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
59402 Author: Yuri Tikhonov <yur@emcraft.com>
59403 Date:   Mon Mar 31 10:49:34 2008 +0200
59404
59405     POST: preparations for moving CONFIG_POST to Makefiles
59406
59407     Remove CONFIG_POST ifdefs from the post/ source files.
59408
59409     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59410     Signed-off-by: Wolfgang Denk <wd@denx.de>
59411
59412 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
59413 Author: Stefan Roese <sr@denx.de>
59414 Date:   Tue Apr 22 14:14:20 2008 +0200
59415
59416     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
59417
59418     This patch fixes the Canyonlands and Glacier default environment to better
59419     fit to the arch/powerpc device-tree kernels. The variables dealing with
59420     arch/ppc booting are removed, since these boards are supported only in
59421     arch/powerpc. Glacier uses the same config file as Canyonlands.
59422
59423     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
59424
59425     Signed-off-by: Stefan Roese <sr@denx.de>
59426
59427 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
59428 Author: Stefan Roese <sr@denx.de>
59429 Date:   Tue Apr 22 14:06:42 2008 +0200
59430
59431     ppc4xx: Small coding style cleanup for the latest esd patches
59432
59433     Signed-off-by: Stefan Roese <sr@denx.de>
59434
59435 commit 79941d63bc03aed8c48d7602f18217cc200ee931
59436 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59437 Date:   Mon Apr 21 18:01:07 2008 +0200
59438
59439     ppc4xx: Update CPU strapping for PMC440 boards
59440
59441     This patch removes the temporary 'test' strapping option
59442     of the sbe command. The '667' strapping option now uses
59443     a PLB/PCI divider of 3.
59444
59445     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59446
59447 commit f00cf3193a6635355b121e90debb2f54e777e7da
59448 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59449 Date:   Mon Apr 21 14:42:21 2008 +0200
59450
59451     ppc4xx: Remove unused APC405 strataflash driver
59452
59453     The APC405 board support has been migrated to use the common
59454     CFI flash driver.
59455
59456     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59457
59458 commit 1c686676a86473bbd92151f0544e109413f6ed06
59459 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59460 Date:   Mon Apr 21 14:42:17 2008 +0200
59461
59462     ppc4xx: Update APC405 configuration
59463
59464     - enable esd's auto_update mechanism
59465     - support alternative flash layout on rev. 1.8 boards
59466     - update default environment
59467     - use common CFI flash driver
59468     - coding style cleanup
59469
59470     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59471
59472 commit 0b9872515a521bf7866dc24b85ddce708e60d702
59473 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59474 Date:   Mon Apr 21 14:42:11 2008 +0200
59475
59476     ppc4xx: Update APC405 board support
59477
59478     - enable esd's auto_update mechanism
59479     - fix LCD support on latest hardware revision (uses other LCD controller)
59480     - support alternative flash layout on rev. 1.8 boards
59481     - coding style cleanup
59482
59483     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59484
59485 commit 83975d02e225e231960784972e7820a8b303756b
59486 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59487 Date:   Mon Apr 21 14:42:06 2008 +0200
59488
59489     ppc4xx: update esd's common auto_update code for 405 boards
59490
59491     - Coding style cleanup (long lines)
59492     - improve handling of protected flash regions
59493     - remove dead code
59494
59495     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59496
59497 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
59498 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59499 Date:   Mon Apr 21 14:41:59 2008 +0200
59500
59501     ppc4xx: Update esd's common LCD code for 405 boards
59502
59503     - Coding style cleanup (long lines)
59504     - Add s1d13505 support
59505     - Make some functions return a result code instead of void
59506
59507     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59508
59509 commit dea68189424c3f1242427a8146a3861bf093173c
59510 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59511 Date:   Mon Apr 21 11:36:55 2008 +0200
59512
59513     ppc4xx: Update FPGA image for APC405 boards
59514
59515     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59516
59517 commit 2a05b152924acfcec3b037693329e517e6d3578f
59518 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59519 Date:   Mon Apr 21 11:36:08 2008 +0200
59520
59521     ppc4xx: Update bootlogo for APC405 boards
59522
59523     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59524
59525 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
59526 Author: Stefan Roese <sr@denx.de>
59527 Date:   Fri Apr 18 16:41:31 2008 +0200
59528
59529     ppc4xx: Add dcache_enable() for 440
59530
59531     dcache_enable() was missing for 440 and the patch
59532     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
59533     "] behavior uses this function.
59534
59535     Note: Currently the cache handling functions like
59536     d/icache_disable/enable() are NOP's on 440. This may be changed in the
59537     future.
59538
59539     Signed-off-by: Stefan Roese <sr@denx.de>
59540
59541 commit a49e0d177a0749614b316ec847fb623f09c82c07
59542 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59543 Date:   Mon Apr 21 11:19:04 2008 +0200
59544
59545     video: Add missing free for logo memory
59546
59547     This patch adds two missing free()s.
59548
59549     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59550
59551 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
59552 Author: Troy Kisky <troy.kisky@boundarydevices.com>
59553 Date:   Mon Sep 24 16:41:43 2007 -0700
59554
59555     PATCH - Fix oob data copied into supplied buffer
59556
59557     This patch correctly sets the oobavail variable
59558     and fixes a bug where the oob data was not valid when
59559     there where multiple groups in oobfree.
59560
59561     First segment fixes a typo
59562     Second segment fixes a bug where oob data may be copied incorrectly.
59563     Third segment adds an error message when exiting due to write protect.
59564     Forth segment fixes a bug where oobavail may be set incorrectly.
59565
59566     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
59567
59568 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
59569 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59570 Date:   Fri Apr 18 17:24:32 2008 +0200
59571
59572     ppc4xx: Fix sys_get_info() for 405GP(r)
59573
59574     This patch assigns the correct EBC clock for 405GP(r) CPUs
59575     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
59576     uses an uninitialized EBC clock in its startup message.
59577
59578     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59579
59580 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
59581 Author: Wolfgang Denk <wd@denx.de>
59582 Date:   Sun Apr 20 15:39:38 2008 -0700
59583
59584     Makefile: remove nand_spl/System.map when cleaning up.
59585
59586 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
59587 Author: Wolfgang Denk <wd@denx.de>
59588 Date:   Sun Apr 20 15:35:52 2008 -0700
59589
59590     MAKEALL: sort entries / lists.
59591
59592     Signed-off-by: Wolfgang Denk <wd@denx.de>
59593
59594 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
59595 Author: Kumar Gala <galak@kernel.crashing.org>
59596 Date:   Fri Apr 18 11:29:01 2008 -0500
59597
59598     85xx: Fix size of cpu-release-addr property
59599
59600     The cpu-release-addr is defined as always being a 64-bit quanity regardless
59601     if we are running on a 32-bit or 64-bit machine.
59602
59603 commit 88353a985109562a639b2f8a0c90d77011bfe374
59604 Author: Timur Tabi <timur@freescale.com>
59605 Date:   Fri Apr 4 11:15:58 2008 -0500
59606
59607     Fix calculation of I2C clock for some 85xx chips
59608
59609     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
59610     some use CCB/3.  There is no pattern that can be used to determine which
59611     chips use which frequency, so the only way to determine is to look up the
59612     actual SOC designation and use the right value for that SOC.
59613
59614     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
59615
59616     Signed-off-by: Timur Tabi <timur@freescale.com>
59617
59618 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
59619 Author: Wolfgang Denk <wd@denx.de>
59620 Date:   Fri Apr 18 11:44:27 2008 -0700
59621
59622     Fix build breakage casued by commit c0559be371b2
59623
59624         Change env_get_char from a global function ptr to a function.
59625
59626     Signed-off-by: Wolfgang Denk <wd@denx.de>
59627
59628 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
59629 Author: Wolfgang Denk <wd@denx.de>
59630 Date:   Fri Apr 18 10:53:41 2008 -0700
59631
59632     Coding Style cleanup, update CHANGELOG.
59633
59634     Signed-off-by: Wolfgang Denk <wd@denx.de>
59635
59636 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
59637 Author: Mike Frysinger <vapier@gentoo.org>
59638 Date:   Tue Apr 8 14:00:57 2008 -0400
59639
59640     Add support for u-boot in svn and localversion-* files
59641
59642     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59643
59644 commit d23ff6827decf121461fbc5622612fd7effe207e
59645 Author: Guennadi Liakhovetski <lg@denx.de>
59646 Date:   Thu Apr 3 17:04:22 2008 +0200
59647
59648     MX31ADS network and flash updates
59649
59650     This patch allows U-Boot to use buffered writes to the Spansion NOR
59651     flash installed on this board, and eliminates long delays in network
59652     transfers after the board startup.
59653
59654     Also modify flash layout to embed main and redundant environment
59655     blocks in the U-Boot image.
59656
59657     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59658
59659 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
59660 Author: Guennadi Liakhovetski <lg@denx.de>
59661 Date:   Mon Apr 14 10:53:12 2008 +0200
59662
59663     Support for the MX31ADS evaluation board from Freescale
59664
59665     This patch adds support for the MX31ADS evaluation board from Freescale,
59666     initialization code is copied from RedBoot sources, also provided by
59667     Freescale.
59668
59669     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59670
59671 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
59672 Author: Stefan Roese <sr@denx.de>
59673 Date:   Tue Apr 8 10:33:29 2008 +0200
59674
59675     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
59676
59677     Signed-off-by: Stefan Roese <sr@denx.de>
59678
59679 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
59680 Author: Stefan Roese <sr@denx.de>
59681 Date:   Tue Apr 8 10:33:28 2008 +0200
59682
59683     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
59684
59685     Signed-off-by: Stefan Roese <sr@denx.de>
59686
59687 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
59688 Author: Stefan Roese <sr@denx.de>
59689 Date:   Tue Apr 8 10:33:27 2008 +0200
59690
59691     ppc4xx: Add Glacier NAND booting target
59692
59693     Signed-off-by: Stefan Roese <sr@denx.de>
59694
59695 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
59696 Author: Stefan Roese <sr@denx.de>
59697 Date:   Tue Apr 8 10:31:00 2008 +0200
59698
59699     nand_spl: Update nand_spl to support 2k page size NAND devices
59700
59701     This patch adds support for booting from 2k page sized NAND device
59702     (e.g. Micron 29F2G08AAC).
59703
59704     Tested on AMCC Canyonlands.
59705
59706     Signed-off-by: Stefan Roese <sr@denx.de>
59707
59708 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
59709 Author: Anatolij Gustschin <agust@denx.de>
59710 Date:   Thu Apr 17 18:18:00 2008 +0200
59711
59712     Fix crash on sequoia in ppc_4xx_eth_init
59713
59714     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
59715     with cache enabled (TLB Parity exeption). This patch
59716     fixes the problem.
59717
59718     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59719
59720 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
59721 Author: Anatolij Gustschin <agust@denx.de>
59722 Date:   Thu Apr 17 18:15:27 2008 +0200
59723
59724     ppc4xx: Fix crash on sequoia with cache enabled
59725
59726     Currently U-Boot crashes on sequoia board in CPU POST if
59727     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
59728     won't be disabled by change_tlb before CPU POST because
59729     there is an insufficient adress range check since
59730     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
59731     this problem.
59732
59733     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59734
59735 commit 43c509254fab375c49936498da944658117ed07c
59736 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59737 Date:   Thu Apr 17 23:35:13 2008 +0900
59738
59739     Use jr as register jump instruction
59740
59741     Current assembler codes are inconsistent in the way of register jump
59742     instruction usage; some use jr, some use j. Of course GNU as allows both
59743     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
59744     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
59745     at all.
59746
59747     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59748
59749 commit 7ce63709828d37b08866e537339a169bd0db2bd3
59750 Author: Guennadi Liakhovetski <lg@denx.de>
59751 Date:   Tue Apr 15 14:15:30 2008 +0200
59752
59753     RTC driver for MC13783
59754
59755     MC13783 is a multifunction IS with an SPI interface to the host. This
59756     driver handles the RTC controller in this chip.
59757
59758     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59759
59760 commit 38254f45b0b412332726c90d3184ad47479fcffb
59761 Author: Guennadi Liakhovetski <lg@denx.de>
59762 Date:   Tue Apr 15 14:14:25 2008 +0200
59763
59764     New i.MX31 SPI driver
59765
59766     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
59767     only implemented and tested on i.MX31, can with a modified register layout
59768     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
59769     controllers too.
59770
59771     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59772
59773 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
59774 Author: Magnus Lilja <lilja.magnus@gmail.com>
59775 Date:   Tue Apr 15 19:09:10 2008 +0200
59776
59777     Fix name of i.MX31 boards in config file header
59778
59779     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
59780
59781     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
59782
59783 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
59784 Author: Mike Frysinger <vapier@gentoo.org>
59785 Date:   Sun Apr 13 19:42:19 2008 -0400
59786
59787     allow ports to override go behavior
59788
59789     Split the arch-specific logic out of the common go code and into a dedicated
59790     weak function called do_go_exec() that lives in cpu directories.  This will
59791     need review from i386/nios people to make sure I didn't break them.
59792
59793 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
59794 Author: Mike Frysinger <vapier@gentoo.org>
59795 Date:   Sun Apr 13 19:42:18 2008 -0400
59796
59797     allow ports to override bootelf behavior
59798
59799     Change the bootelf setup function into a dedicated weak function called
59800     do_bootelf_exec.  This way ports can control the behavior however they
59801     like before/after calling the ELF entry point.
59802
59803 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
59804 Author: Ulf Samuelsson <ulf@atmel.com>
59805 Date:   Sat Apr 12 20:56:03 2008 +0200
59806
59807     Reorder ARM boards in Makefile
59808
59809     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
59810     are no longer under ARM92xT header.
59811
59812     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
59813     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59814
59815 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
59816 Author: Ulf Samuelsson <ulf@atmel.com>
59817 Date:   Sat Apr 12 20:29:44 2008 +0200
59818
59819     Clean up dataflash partitioning
59820
59821     This patch removes the board dependent parts from
59822     "drivers/mtd/dataflash.c".
59823     Each board relying on this, will have the appropriate
59824     code in a new file, "partition.c" in the board directory.
59825     board Makefiles updated to use the file.
59826
59827     The dataflash partitions are aligned on sector/page boundaries.
59828
59829     The CONFIG_NEW_DF_PARTITION was used to create named partitions
59830     This is now the default operation, and the CONFIG variable is removed.
59831
59832     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
59833
59834 commit 51ecde946fec511a16346e498204ca10ad71080d
59835 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59836 Date:   Sat Apr 12 14:08:45 2008 +0200
59837
59838     gitignore: udpate stgit generated and .patch file
59839
59840     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59841
59842 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
59843 Author: Wolfgang Denk <wd@denx.de>
59844 Date:   Fri Apr 18 00:15:36 2008 -0700
59845
59846     Get rid of redundant copy of renamed header file.
59847
59848     Signed-off-by: Wolfgang Denk <wd@denx.de>
59849
59850 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
59851 Author: Vlad Lungu <vlad@comsys.ro>
59852 Date:   Fri Apr 11 21:20:14 2008 +0300
59853
59854     Fix dependency generation for older gcc versions
59855
59856      With gcc 3.3.3 at least, compilation fails with
59857
59858     Generating include/autoconf.mk
59859     gcc: compilation of header file requested
59860     make: *** [include/autoconf.mk] Error 1
59861
59862     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
59863
59864     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
59865
59866 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
59867 Author: Marian Balakowicz <m8@semihalf.com>
59868 Date:   Fri Apr 11 11:07:49 2008 +0200
59869
59870     Restore the ability to continue booting after legacy image overwrite
59871
59872     Before new uImage code was merged, bootm code allowed for the kernel image to
59873     get overwritten during decompresion. new uImage introduced a check for image
59874     overwrites and refused to boot the image that got overwritten. This patch
59875     restores the old behavior. It also adds a warning when the image overwriten is
59876     a multi-image file, because in such case accessing componentes other than the
59877     first one will fail.
59878
59879     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59880
59881 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
59882 Author: Marian Balakowicz <m8@semihalf.com>
59883 Date:   Fri Apr 11 11:07:43 2008 +0200
59884
59885     ppc: Fix ftd_blob variable init when processing raw blob
59886
59887     Set fdt_blob variable before its value is printed out.
59888
59889     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59890
59891 commit 3d36be030043cd841a2551d00a395135e363a64b
59892 Author: Jason Wessel <jason.wessel@windriver.com>
59893 Date:   Thu Apr 10 14:30:16 2008 -0500
59894
59895     Remove all the search paths from the .lds files.
59896
59897     The cross compiler is responsible for providing the correct libraries
59898     and the logic to find the linking libraries.
59899
59900     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
59901
59902 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
59903 Author: Bartlomiej Sieka <tur@semihalf.com>
59904 Date:   Mon Apr 14 15:44:16 2008 +0200
59905
59906     Boot-related documentation update
59907
59908     - document 'bootm_low' and 'bootm_size' environment variables
59909     - update inaccurate CFG_BOOTMAPSZ entry
59910
59911     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59912
59913 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
59914 Author: Guennadi Liakhovetski <lg@denx.de>
59915 Date:   Wed Apr 9 17:34:08 2008 +0200
59916
59917     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
59918
59919     Restore logic reverted by commit
59920
59921     commit 80767a6cead9990d9e77e62be947843c2c72f469
59922     Author: Peter Pearse <peter.pearse@arm.com>
59923     Date:   Wed Sep 5 16:04:41 2007 +0100
59924
59925         Changed API name to coloured_led.h
59926         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
59927         Tidied other cpu/arm920t/start.S code
59928
59929     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59930
59931 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
59932 Author: Mike Frysinger <vapier@gentoo.org>
59933 Date:   Tue Apr 8 10:24:24 2008 -0400
59934
59935     Remove conflicting NAND ID
59936
59937     There are two NAND entries with ID 0xDC and this obviously causes problems.
59938     In the kernel, they punted the first entry, so we should do the same.
59939
59940     See this upstream e-mail for more info:
59941     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
59942
59943     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
59944     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59945
59946 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
59947 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59948 Date:   Tue Apr 8 16:20:35 2008 +0900
59949
59950     cpu/mips/cpu.c: Fix flush_cache bug
59951
59952     Cache operations have to take line address (addr), not start_addr.
59953     I noticed this bug when debugging ping failure.
59954
59955     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59956
59957 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
59958 Author: Martin Krause <martin.krause@tqs.de>
59959 Date:   Thu Apr 3 14:29:01 2008 +0200
59960
59961     TQM5200: fix default IDE reset level
59962
59963     Before the first call of ide_reset(), the level of the IDE reset
59964     signal on the TQM5200 is low (reset asserted). This patch sets the
59965     default value to high (reset not asserted).
59966
59967     Currently this patch fixes no real problem, but it is cleaner to
59968     assert the reset signal only on demand, and not permanently.
59969
59970     Signed-off-by: Martin Krause <martin.krause@tqs.de>
59971
59972 commit c61e033d6e8abb7b4060ee36060961e1399f6079
59973 Author: Detlev Zundel <dzu@denx.de>
59974 Date:   Thu Apr 3 14:18:48 2008 +0200
59975
59976     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
59977
59978     Signed-off-by: Detlev Zundel <dzu@denx.de>
59979
59980 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
59981 Author: Detlev Zundel <dzu@denx.de>
59982 Date:   Thu Apr 3 14:18:47 2008 +0200
59983
59984     mgcoge, mgsuv: rename 'addcon' to 'addcons'
59985
59986     The latter name with 13 users is already established, so we will use
59987     that.
59988
59989     Signed-off-by: Detlev Zundel <dzu@denx.de>
59990
59991 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
59992 Author: Martin Krause <martin.krause@tqs.de>
59993 Date:   Thu Apr 3 13:37:56 2008 +0200
59994
59995     IDE: fix bug in reset sequence
59996
59997     According to the ata (ata5) specification the RESET- signal
59998     shall be asserted for at least 25 us. Without this patch,
59999     the RESET- signal is asserted on some boards for only < 1 us
60000     (e. g. on the TQM5200). This patch adds a general delay of
60001     25 us to the RESET- signal.
60002
60003     Without this patch a Platinum 4 GiB CF card is not recognised
60004     properly on boards with a TQM5200 (STK52xx, TB5200).
60005
60006     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60007
60008 commit 813bea96a960916c72b4a3a7df840151529c26ce
60009 Author: Sascha Laue <Sascha.Laue@gmx.biz>
60010 Date:   Thu Apr 3 14:43:11 2008 +0200
60011
60012     lwmon5: disable CONFIG_ZERO_BOOTDELAY
60013
60014     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
60015
60016 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
60017 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60018 Date:   Wed Apr 2 08:03:58 2008 +0200
60019
60020     ds174x: Fix warning on return in rtc_get and rtc_set functions
60021
60022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60023
60024 commit a253b38bf50c85227c33ca0febc870ee49d1588e
60025 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60026 Date:   Wed Apr 2 08:03:57 2008 +0200
60027
60028     cmd_log.c: Fix assignment differ in signedness
60029
60030     In function 'logbuff_init_ptrs':
60031     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
60032
60033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60034
60035 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
60036 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
60037 Date:   Wed Apr 2 11:04:43 2008 +0530
60038
60039     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
60040
60041     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
60042
60043 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
60044 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60045 Date:   Tue Apr 1 14:07:10 2008 +0200
60046
60047     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
60048
60049     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60050
60051 commit c08fb3ea36d19b1640b7906264581e9105534399
60052 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
60053 Date:   Tue Apr 15 10:24:14 2008 +0200
60054
60055     Additional PCI IDs for IDE and network controllers
60056
60057     These PCI IDs are required by the Linkstation platforms.
60058
60059     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
60060
60061 commit c0559be371b2a64b1a817088c3308688e2182f93
60062 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
60063 Date:   Mon Apr 14 23:01:50 2008 +0200
60064
60065     Change env_get_char from a global function ptr to a function.
60066
60067     This avoids an early global data reference.
60068
60069     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
60070
60071 commit 3e0f331c05d72f140715c1e9fca991927e44d422
60072 Author: Guennadi Liakhovetski <lg@denx.de>
60073 Date:   Tue Apr 29 12:35:08 2008 +0000
60074
60075     Clean up smsc911x driver
60076
60077     Replace direct register address derefencing with accessor functions.
60078     Restrict explicitly 32-bit bus-width, extend affected configurations
60079     respectively.
60080
60081     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60082     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60083
60084 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
60085 Author: Sascha Hauer <s.hauer@pengutronix.de>
60086 Date:   Tue Apr 15 00:08:20 2008 -0400
60087
60088     This patch adds a driver for the following smsc network controllers:
60089     LAN9115
60090     LAN9116
60091     LAN9117
60092     LAN9215
60093     LAN9216
60094     LAN9217
60095
60096     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60097     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
60098     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60099
60100 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
60101 Author: Sascha Laue <Sascha.Laue@gmx.biz>
60102 Date:   Tue Apr 1 15:13:03 2008 +0200
60103
60104     Fix watchdog POST for lwmon5
60105
60106     If the hardware watchdog detects a voltage error, the watchdog sets
60107     GPIO62 to low. The watchdog POST has to detect this low level.
60108
60109     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
60110
60111 commit 24b448448a917e52806f82660a5c9d47608894fb
60112 Author: Dave Liu <r63238@freescale.com>
60113 Date:   Tue Apr 1 15:22:11 2008 +0800
60114
60115     ata: update the libata.h from ata.h of linux kernel
60116
60117     Current libata.h of u-boot is out of sync from linux kernel,
60118     this patch make it be consistent with linux kernel.
60119
60120     Signed-off-by: Dave Liu <daveliu@freescale.com>
60121     Signed-off-by: Tor Krill <tor@excito.com>
60122
60123 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
60124 Author: Kumar Gala <galak@kernel.crashing.org>
60125 Date:   Mon Mar 31 11:59:27 2008 -0500
60126
60127     Allow use of ARCH=powerpc when building
60128
60129     The linux kernel is now mostly ARCH=powerpc, so to make life easier
60130     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
60131
60132     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60133
60134 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
60135 Author: Kyungmin Park <kmpark@infradead.org>
60136 Date:   Mon Mar 31 10:40:54 2008 +0900
60137
60138     Add apollon board MAINTAINERS entry
60139
60140     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
60141
60142 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
60143 Author: Kyungmin Park <kmpark@infradead.org>
60144 Date:   Mon Mar 31 10:40:36 2008 +0900
60145
60146     Fix OneNAND read
60147
60148     It should access with 16-bit instead of 8-bit
60149
60150     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
60151
60152     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
60153
60154 commit a9da2b41079d230db3a5641625311983f85ce1fb
60155 Author: Kyungmin Park <kmpark@infradead.org>
60156 Date:   Mon Mar 31 10:40:19 2008 +0900
60157
60158     Fix OneNAND erase command
60159
60160     It mis-calculates the block address.
60161     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
60162
60163     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
60164
60165 commit 61525f2ffa156665a66908fda47dbf29d65ea579
60166 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
60167 Date:   Mon Mar 31 01:32:15 2008 +0200
60168
60169     Support for LinkStation / KuroBox HD and HG PPC models
60170
60171     This patch is based on the port by Mihai Georgian (see linkstation.c for
60172     Copyright information) and implements support for LinkStation / KuroBox HD
60173     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
60174     the moment, pending network driver fixing.
60175
60176     Notice to users: this is pretty much a barebone port. Support for network
60177     on HG models is already in the U-Boot mainline, but you might also want
60178     patches to switch fan / phy modes depending on the negotiated ethernet
60179     parameters. This patch also doesn't support console switching, booting EM
60180     mode, Buffalo specific ext2 magic number. So, if you want to use any of
60181     those, you need additional patches. Otherwise this patche provides a fully
60182     functional u-boot with a network console on your system.
60183
60184     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60185
60186 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
60187 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60188 Date:   Sun Mar 30 01:22:13 2008 -0500
60189
60190     Add CONFIG_MII_INIT support to related boards
60191
60192     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
60193     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
60194     that use mii_init() in cmd_init.c.
60195
60196     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60197     Acked-by: Ben Warren <biggerbadderben@gmail.com>
60198
60199 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
60200 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60201 Date:   Sun Mar 30 01:19:06 2008 -0500
60202
60203     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
60204
60205     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
60206     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
60207
60208     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60209
60210 commit e99ccb488181d012248c6be30b2093e950319fc5
60211 Author: Kumar Gala <galak@kernel.crashing.org>
60212 Date:   Thu Mar 27 11:46:38 2008 -0500
60213
60214     Introduce phys_size_t and move phys_addr_t into asm/types.h
60215
60216     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
60217     that have larger physical addresses like 44x, 85xx, and 86xx.
60218
60219     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60220
60221 commit 20a14a42a25f72e379f38460b8a8484667536795
60222 Author: Andy Fleming <afleming@freescale.com>
60223 Date:   Wed Apr 2 16:19:07 2008 -0500
60224
60225     Rename include/md5.h to include/u-boot/md5.h
60226
60227     Some systems have md5.h installed in /usr/include/. This isn't the
60228     desired file (we want the one in include/md5.h). This will avoid the
60229     conflict. This fixes the host tools building problem by creating a new
60230     directory for U-Boot specific header files.
60231
60232     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
60233     Denk]
60234
60235     Signed-off-by: Wolfgang Denk <wd@denx.de>
60236     Signed-off-by: Andy Fleming <afleming@freescale.com>
60237     Acked-by: Timur Tabi <timur@freescale.com>
60238
60239 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
60240 Author: Dave Liu <r63238@freescale.com>
60241 Date:   Thu Mar 27 18:51:17 2008 +0800
60242
60243     drivers: code clean up
60244
60245     Signed-off-by: Dave Liu <daveliu@freescale.com>
60246
60247 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
60248 Author: Dave Liu <r63238@freescale.com>
60249 Date:   Thu Mar 27 18:50:41 2008 +0800
60250
60251     drivers: clean up the ata_piix.h
60252
60253     Signed-off-by: Dave Liu <daveliu@freescale.com>
60254
60255 commit e8f7ba404f1409606962815ecc955a06984b08b3
60256 Author: Dave Liu <r63238@freescale.com>
60257 Date:   Thu Mar 27 18:49:56 2008 +0800
60258
60259     doc: english polishing for README.sata
60260
60261     according to gvb's suggestion, polishing for the doc.
60262
60263     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
60264     Signed-off-by: Dave Liu <daveliu@freescale.com>
60265
60266 commit 3e3f766a5274d204780460e1879723b565296d34
60267 Author: Kumar Gala <galak@kernel.crashing.org>
60268 Date:   Wed Mar 26 18:53:28 2008 -0500
60269
60270     Fix warnings introduced by I2C bus speed setting patch
60271
60272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60273
60274 commit 3c735e7437150e8615f26930c7819db85634276d
60275 Author: eran liberty <eran.liberty@gmail.com>
60276 Date:   Thu Mar 27 00:50:49 2008 +0100
60277
60278     Altera Stratix II support
60279
60280     Adds Support for Altera's Stratix II.
60281
60282     Within your board specific init file you will have to call
60283
60284     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
60285     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
60286
60287     Altera_desc* contines (for example):
60288         {
60289          Altera_StratixII,      /* part type */
60290          passive_serial,        /* interface type */
60291          1,                     /* bytes of data part can accept */
60292          (void *)(&funcs),      /* interface function table */
60293          0L,                    /* base interface address */
60294          0                      /* implementation specific cookie */
60295          }
60296
60297     funcs is the interface. It is of type altera_board_specific_func.
60298     It looks like this:
60299     altera_board_specific_func func = {
60300         pre_fn,
60301         config_fn,
60302         status_fn,
60303         done_fn,
60304         clk_fn,
60305         data_fn,
60306         abort_fn,
60307         post_fn,
60308     };
60309
60310     you will have to implement these functions, which is usually bit
60311     banging some gpio.
60312
60313     Signed-off-by: Eran Liberty <liberty@extricom.com>
60314
60315 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
60316 Author: Wolfgang Denk <wd@denx.de>
60317 Date:   Sun Apr 13 14:32:54 2008 -0700
60318
60319     Update CHANGELOG
60320
60321     Signed-off-by: Wolfgang Denk <wd@denx.de>
60322
60323 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
60324 Author: Sascha Hauer <s.hauer@pengutronix.de>
60325 Date:   Wed Mar 26 20:41:17 2008 +0100
60326
60327     Phytec Phycore-i.MX31 support
60328
60329     This patch adds support for the Phytec Phycore-i.MX31 board
60330
60331     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60332     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60333
60334 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
60335 Author: Sascha Hauer <s.hauer@pengutronix.de>
60336 Date:   Wed Mar 26 20:41:09 2008 +0100
60337
60338     mx31 litekit support
60339
60340     This patch adds support for the mx31 litekit board
60341
60342     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60343     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60344
60345 commit cdace0661208754a53019ea0dc7b803a040e0939
60346 Author: Sascha Hauer <s.hauer@pengutronix.de>
60347 Date:   Wed Mar 26 20:40:49 2008 +0100
60348
60349     add an i2c driver for mx31
60350
60351     This patch adds an i2c driver for Freescale i.MX processors
60352
60353     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60354     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60355
60356 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
60357 Author: Sascha Hauer <s.hauer@pengutronix.de>
60358 Date:   Wed Mar 26 20:40:42 2008 +0100
60359
60360     core support for Freescale mx31
60361
60362     This patch adds the core support for Freescale mx31
60363
60364     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60365     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60366
60367 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
60368 Author: Wolfgang Denk <wd@denx.de>
60369 Date:   Sun Apr 13 14:19:23 2008 -0700
60370
60371     Fix compile error
60372
60373     ...as suggested by Peter Pearse
60374
60375     Signed-off-by: Wolfgang Denk <wd@denx.de>
60376
60377 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
60378 Author: Sascha Hauer <s.hauer@pengutronix.de>
60379 Date:   Wed Mar 26 20:40:36 2008 +0100
60380
60381     Separate omap24xx specific code from arm1136
60382
60383     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
60384     to cpu/arm1136/omap24xx.
60385
60386     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60387     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60388
60389 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
60390 Author: Mike Frysinger <vapier@gentoo.org>
60391 Date:   Tue Jan 29 18:21:05 2008 -0500
60392
60393     disable caches before booting an app for Blackfin apps
60394
60395     It isn't generally save to execute applications outside of U-Boot with caches
60396     enabled due to the way the Blackfin processor handles caches (requires
60397     software assistance).  This patch disables caches before booting an ELF or
60398     just booting raw code.  The previous discussion on the patch was that we
60399     wanted to use weaks instead, but that proved to not be feasible when multiple
60400     symbols are involved, which puts us back at the ifdef solution.  I've
60401     minimized the ugliness by moving the setup step outside of the main function.
60402
60403     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60404
60405 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
60406 Author: Wolfgang Denk <wd@denx.de>
60407 Date:   Sun Apr 13 10:03:54 2008 -0700
60408
60409     ppc: Get rid of unused machine type definitions
60410
60411     Signed-off-by: Wolfgang Denk <wd@denx.de>
60412
60413 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
60414 Author: Wolfgang Denk <wd@denx.de>
60415 Date:   Sun Apr 13 09:59:26 2008 -0700
60416
60417     Coding Style cleanup; update CHANGELOG
60418
60419     Signed-off-by: Wolfgang Denk <wd@denx.de>
60420
60421 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
60422 Author: Larry Johnson <lrj@acm.org>
60423 Date:   Thu Feb 21 13:58:11 2008 -0500
60424
60425     LM73 bug fix for negative temperatures and cleanup
60426
60427     When the LM73 temperature sensor measures a temperature below 0 C, the
60428     current driver does not perform sign extension, so the result returned is
60429     512 C too high.  This patch fixes the problem, and does general cleanup
60430     of the code.
60431
60432     Signed-off-by: Larry Johnson <lrj@acm.org>
60433
60434 commit 96ef831f713289afba19da0c8f905e99da2b23e0
60435 Author: Guennadi Liakhovetski <lg@denx.de>
60436 Date:   Thu Apr 3 13:36:02 2008 +0200
60437
60438     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
60439
60440     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
60441     series require different addresses for buffered write commands. Define a
60442     configuration option to support buffered writes on those chips. A more
60443     elegant solution would be to automatically detect those chips by parsing
60444     their CFI records, but that would require introduction of a fixup table
60445     into the cfi_flash driver.
60446
60447     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60448
60449 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
60450 Author: Lee Nipper <lee.nipper@freescale.com>
60451 Date:   Thu Apr 10 09:35:06 2008 -0500
60452
60453     mpc83xx: Update DIMM data bus width test to support 40-bit width
60454
60455     32-bit wide ECC memory modules report 40-bit width.
60456     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
60457
60458     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
60459     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60460
60461 commit 5fb5a689d822ca61e814bd523fc930af335242fa
60462 Author: Dave Liu <r63238@freescale.com>
60463 Date:   Mon Mar 31 17:05:12 2008 +0800
60464
60465     mpc83xx: Fix the bug of serdes initialization
60466
60467     Currently the serdes will not be initializated due to the
60468     partid's error.
60469
60470     Signed-off-by: Dave Liu <daveliu@freescale.com>
60471     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60472
60473 commit 2000784818f043db7ca60e2846a72d097766b894
60474 Author: Dave Liu <r63238@freescale.com>
60475 Date:   Thu Apr 3 16:28:29 2008 +0800
60476
60477     mpc83xx: Fix the SATA clock setting of 837x targets
60478
60479     Currently the SATA controller clock is configured as CSB clock,
60480     usually the CSB clock is 400/333/266MHz.
60481
60482     However, The SATA IP block is only guaranteed to operate up to
60483     200 MHz as stated in the HW spec.
60484
60485     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
60486
60487     This patch makes the SATA clock as half of CSB clock.
60488
60489     Signed-off-by: Dave Liu <daveliu@freescale.com>
60490     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60491
60492 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
60493 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60494 Date:   Wed Apr 2 13:41:21 2008 +0200
60495
60496     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
60497
60498     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60499     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60500
60501 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
60502 Author: Kumar Gala <galak@kernel.crashing.org>
60503 Date:   Wed Apr 9 04:20:57 2008 -0500
60504
60505     85xx: Fix detection of MP cpu spin up
60506
60507     We were looking at the wrong memory offset to determine of a secondary
60508     cpu had been spun up or not.  Also added a warning message if the
60509     all the secondary cpus we expect don't spin up.
60510
60511     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60512
60513 commit f3e04bdc3f360c66801a9048956e61e41a16edba
60514 Author: Kumar Gala <galak@kernel.crashing.org>
60515 Date:   Tue Apr 8 10:45:50 2008 -0500
60516
60517     85xx: Use SVR_SOC_VER instead of SVR_VER
60518
60519     The recent change introduced by 'Update SVR numbers to expand support'
60520     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
60521     to compare against a particular processor id.
60522
60523     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60524
60525 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
60526 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
60527 Date:   Fri Apr 11 10:00:35 2008 -0400
60528
60529     ppc4xx: Fix power mgt definitions for PPC440
60530
60531     Corrected DCR addresses of PPC440EP power management registers.
60532
60533     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
60534
60535 commit 950a392464e616b4590bc4501be46e2d7d162dea
60536 Author: Wolfgang Denk <wd@denx.de>
60537 Date:   Fri Apr 11 15:11:26 2008 +0200
60538
60539     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
60540
60541     Reverting became necessary after it turned out that the patches in
60542     the u-boot-arm repo were modified, and in some cases corrupted.
60543
60544     This reverts the following commits:
60545
60546         066bebd6353e33af3adefc3404560871699e9961
60547         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
60548         c88ae20580b2b01487b4cdcc8b2a113f551aee36
60549         a147e56f03871bba4f05058d5e04ce7deb010b04
60550         d6674e0e2a6a1f033945f78838566210d3f28c95
60551         8c8463cce44d849e37744749b32d38e1dfb12e50
60552         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
60553         8bf69d81782619187933a605f1a95ee1d069478d
60554         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
60555         a574a73852a527779234e73e17e7597fd8128882
60556         1377b5583a48021d983e1fd565f7d40c89e84d63
60557         1704dc20917b4f71e373e2c888497ee666d40380
60558
60559     Signed-off-by: Wolfgang Denk <wd@denx.de>
60560
60561 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
60562 Author: Stefan Roese <sr@denx.de>
60563 Date:   Fri Apr 11 07:02:29 2008 +0200
60564
60565     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
60566
60567     This patch reworks the default environment on Kilauea/Haleakala. Now
60568     "net_nfs" for exmaple uses the device-tree style booting formerly know
60569     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
60570     new image booting support, which check for image overwriting. So the
60571     addresses needed togeet adjusted.
60572
60573     Signed-off-by: Stefan Roese <sr@denx.de>
60574
60575 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
60576 Author: Stefan Roese <sr@denx.de>
60577 Date:   Wed Apr 9 11:58:02 2008 +0200
60578
60579     ppc4xx: Fix Canyonlands default environment to work with new image support
60580
60581     Since the new image support checks for image overwriting, the default
60582     environment needs to get adjusted to use correct addresses.
60583
60584     Signed-off-by: Stefan Roese <sr@denx.de>
60585
60586 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
60587 Author: Stefan Roese <sr@denx.de>
60588 Date:   Wed Apr 9 11:54:11 2008 +0200
60589
60590     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
60591
60592     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
60593     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
60594     on 4xx systems _start currently cannot be used for this calculation.
60595     So revert back to the original version for now.
60596
60597     Signed-off-by: Stefan Roese <sr@denx.de>
60598
60599 commit f91374f65eae8b42cac329e06ba1c54728278efb
60600 Author: Michal Simek <monstr@monstr.eu>
60601 Date:   Fri Mar 28 12:49:52 2008 +0100
60602
60603     microblaze: Sort microblaze boards in MAKEALL script
60604
60605 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
60606 Author: Michal Simek <monstr@monstr.eu>
60607 Date:   Fri Mar 28 11:58:45 2008 +0100
60608
60609     microblaze: clean microblaze_config.mk
60610
60611     FLAGS are generated by U-BOOT generator.
60612     Board specific FLAGS are in board directory
60613
60614     Signed-off-by: Michal Simek <monstr@monstr.eu>
60615
60616 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
60617 Author: Michal Simek <monstr@monstr.eu>
60618 Date:   Fri Mar 28 12:47:19 2008 +0100
60619
60620     microblaze: xupv2p fix config file for supporting FDT
60621
60622 commit 188dc16b189143573b1ed90e584bf866d75cdd12
60623 Author: Michal Simek <monstr@monstr.eu>
60624 Date:   Fri Mar 28 11:53:02 2008 +0100
60625
60626     microblaze: ml401 fix config file for supporting FDT
60627
60628     Signed-off-by: Michal Simek <monstr@monstr.eu>
60629
60630 commit 4c6a6f02e239236261333759997eeaf86b30b54c
60631 Author: Michal Simek <monstr@monstr.eu>
60632 Date:   Fri Mar 28 11:22:48 2008 +0100
60633
60634     microblaze: ml401 - add ifdef for GPIO
60635
60636     Signed-off-by: Michal Simek <monstr@monstr.eu>
60637
60638 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
60639 Author: Michal Simek <monstr@monstr.eu>
60640 Date:   Fri Mar 28 12:13:03 2008 +0100
60641
60642     microblaze: clean uart16550 and uartlite handling
60643
60644     Signed-off-by: Michal Simek <monstr@monstr.eu>
60645
60646 commit 0b20f250877441460fb79d72192954abe8498834
60647 Author: Michal Simek <monstr@monstr.eu>
60648 Date:   Fri Mar 28 11:08:31 2008 +0100
60649
60650     microblaze: Add Emaclite driver to Makefile
60651
60652     Signed-off-by: Michal Simek <monstr@monstr.eu>
60653
60654 commit 868cde5310f88234b774878e4f06e79df10a88b3
60655 Author: Michal Simek <monstr@monstr.eu>
60656 Date:   Fri Mar 28 11:08:01 2008 +0100
60657
60658     microblaze: Add Emac driver to Makefile
60659
60660     Signed-off-by: Michal Simek <monstr@monstr.eu>
60661
60662 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
60663 Author: Michal Simek <monstr@monstr.eu>
60664 Date:   Fri Mar 28 12:42:29 2008 +0100
60665
60666     microblaze: add Emac ethernet driver
60667
60668 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
60669 Author: Michal Simek <monstr@monstr.eu>
60670 Date:   Fri Mar 28 12:41:56 2008 +0100
60671
60672     microblaze: add Emaclite ethernet driver
60673
60674 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
60675 Author: Michal Simek <monstr@monstr.eu>
60676 Date:   Fri Mar 28 11:04:01 2008 +0100
60677
60678     microblaze: ML401 and XUPV2P remove emac and emaclite reference
60679
60680     Signed-off-by: Michal Simek <monstr@monstr.eu>
60681
60682 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
60683 Author: Michal Simek <monstr@monstr.eu>
60684 Date:   Fri Mar 28 10:59:32 2008 +0100
60685
60686     microblaze: remove old setting for emac driver
60687
60688     Signed-off-by: Michal Simek <monstr@monstr.eu>
60689
60690 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
60691 Author: Michal Simek <monstr@monstr.eu>
60692 Date:   Fri Mar 28 10:58:15 2008 +0100
60693
60694     microblaze: Clean Makefile from ancient emac driver
60695
60696     Signed-off-by: Michal Simek <monstr@monstr.eu>
60697
60698 commit ab68f921d9c741830f721c3d879c13a0c5597183
60699 Author: Daniel Hellstrom <daniel@gaisler.com>
60700 Date:   Fri Mar 28 10:20:43 2008 +0100
60701
60702     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
60703
60704     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60705
60706 commit 6ed8a43a19bb0275501bc286007daafa923552cf
60707 Author: Daniel Hellstrom <daniel@gaisler.com>
60708 Date:   Wed Mar 26 23:38:48 2008 +0100
60709
60710     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.
60711
60712     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60713
60714 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
60715 Author: Daniel Hellstrom <daniel@gaisler.com>
60716 Date:   Wed Mar 26 23:34:47 2008 +0100
60717
60718     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
60719
60720     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60721
60722 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
60723 Author: Daniel Hellstrom <daniel@gaisler.com>
60724 Date:   Fri Mar 28 10:06:52 2008 +0100
60725
60726     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
60727
60728     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60729
60730 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
60731 Author: Daniel Hellstrom <daniel@gaisler.com>
60732 Date:   Wed Mar 26 23:26:48 2008 +0100
60733
60734     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
60735
60736     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60737
60738 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
60739 Author: Daniel Hellstrom <daniel@gaisler.com>
60740 Date:   Fri Mar 28 10:00:33 2008 +0100
60741
60742     SPARC: Added support for SPARC LEON2 SOC Processor.
60743
60744     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60745
60746 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
60747 Author: Daniel Hellstrom <daniel@gaisler.com>
60748 Date:   Wed Mar 26 23:00:38 2008 +0100
60749
60750     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.
60751
60752     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60753
60754 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
60755 Author: Daniel Hellstrom <daniel@gaisler.com>
60756 Date:   Wed Mar 26 22:51:29 2008 +0100
60757
60758     SPARC: Added support for SPARC LEON3 SOC processor.
60759
60760     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60761
60762 commit bf3d8b31169546fcddb4737391e1893fb12d033a
60763 Author: Daniel Hellstrom <daniel@gaisler.com>
60764 Date:   Fri Mar 28 08:29:26 2008 +0100
60765
60766     SPARC: added SPARC support for new uimage in common code.
60767
60768     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60769
60770 commit 00ab32c85405a4fe65fd4128243086210fc90a21
60771 Author: Daniel Hellstrom <daniel@gaisler.com>
60772 Date:   Wed Mar 26 22:36:03 2008 +0100
60773
60774     SPARC: added SPARC board information to the command bdinfo.
60775
60776     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60777
60778 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
60779 Author: Daniel Hellstrom <daniel@gaisler.com>
60780 Date:   Fri Mar 28 09:47:00 2008 +0100
60781
60782     SPARC: Added generic support for SPARC architecture.
60783
60784     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60785
60786 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
60787 Author: Stefan Roese <sr@denx.de>
60788 Date:   Thu Apr 3 14:50:34 2008 +0200
60789
60790     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
60791
60792     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
60793     has 2 RGMII instances and we need to configure the 2nd RGMII instance
60794     for the EMAC2+3 channels.
60795
60796     Signed-off-by: Stefan Roese <sr@denx.de>
60797
60798 commit c2a545ce33b26d80337f80b533828839249fb1c9
60799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60800 Date:   Wed Apr 2 08:03:56 2008 +0200
60801
60802     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
60803
60804     fdt.c: In function 'ft_cpu_setup':
60805     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
60806     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
60807     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
60808     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
60809
60810     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60811
60812 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
60813 Author: Andy Fleming <afleming@freescale.com>
60814 Date:   Mon Mar 31 20:45:56 2008 -0500
60815
60816     Fix fdt set command to conform to dts spec
60817
60818     The fdt set command was treating properties specified as <00> and <0011>
60819     as byte streams, rather than as an array of cells.  As we already have
60820     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
60821     we should use the <> syntax to describe arrays of cells, which are always
60822     32-bits per element.  If we imagine this likely (IMHO) scenario:
60823
60824     > fdt set /ethernet-phy@1 reg <1>
60825
60826     With the old code, this would create a bad fdt, since the reg cell would be
60827     made to be one byte in length.  But the cell must be 4 bytes, so this would
60828     break mysteriously.
60829
60830     Also, the dts spec calls for constants inside the angle brackets (<>)
60831     to conform to C constant standards as they pertain to base.
60832     Take this scenario:
60833
60834     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
60835
60836     The old fdt command would complain that it couldn't parse that.  Or, if you
60837     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
60838     do this:
60839
60840     > fdt set /mydev clock <1f78a40>
60841
60842     Whereas the new code will accept decimal numbers.
60843
60844     While I was in there, I extended the fdt command parser to handle property
60845     strings which are split across multiple arguments:
60846
60847     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
60848     > fdt p /ethernet@f00
60849     ethernet@f00 {
60850         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
60851     };
60852
60853     Lastly, the fdt print code was rearranged slightly to print arrays of cells
60854     if the length of the property is a multiple of 4 bytes, and to not print
60855     leading zeros.
60856
60857     Signed-off-by: Andy Fleming <afleming@freescale.com>
60858
60859 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
60860 Author: Stefan Roese <sr@denx.de>
60861 Date:   Wed Apr 2 08:39:33 2008 +0200
60862
60863     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
60864
60865     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
60866     interface. This usage can be configured with the jumper J6. This patch
60867     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
60868     is installed.
60869
60870     Signed-off-by: Stefan Roese <sr@denx.de>
60871
60872 commit 6fe2946f198481254a6ee9600d7456b8316a4083
60873 Author: Kim Phillips <kim.phillips@freescale.com>
60874 Date:   Fri Mar 28 17:37:49 2008 -0500
60875
60876     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
60877
60878     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
60879     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
60880     started.
60881
60882     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60883
60884 commit b5873f1732b92a25690e1513b90dfb0d644f6697
60885 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60886 Date:   Tue Apr 1 07:30:51 2008 +0200
60887
60888     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
60889
60890     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60891
60892 commit 2d934ea51f276522b532f870a820e844ff480b5b
60893 Author: Tor Krill <tor@excito.com>
60894 Date:   Fri Mar 28 15:29:45 2008 +0100
60895
60896     Add Vitesse 8601 support to TSEC driver
60897
60898     Add phy_info for Vitesse VSC8601.
60899     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
60900
60901     Signed-off-by: Tor Krill <tor@excito.com>
60902     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
60903     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60904
60905 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
60906 Author: Daniel Hellstrom <daniel@gaisler.com>
60907 Date:   Mon Mar 31 14:25:00 2008 +0000
60908
60909     SPARC: added SMC91111 driver in and out macros for LEON processors.
60910
60911     This patch makes SPARC/LEON processors able to read and write
60912     to the SMC91111 chip using the chip external I/O bus of the memory
60913     controller. This patchs defines the standard in and out macros
60914     expected by the SMC9111 driver.
60915
60916     To access that I/O bus one must set up the memory controller
60917     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
60918     up this correctly when the other MCTRL parameters are set up. It
60919     can be set up from the board configuration header file.
60920
60921     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60922     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60923
60924 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
60925 Author: Stelian Pop <stelian@popies.net>
60926 Date:   Wed Mar 26 18:52:34 2008 +0100
60927
60928     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
60929
60930     Signed-off-by: Stelian Pop <stelian@popies.net>
60931
60932 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
60933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60934 Date:   Mon Mar 31 21:31:04 2008 +0200
60935
60936     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
60937
60938     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60939
60940 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
60941 Author: Stelian Pop <stelian@popies.net>
60942 Date:   Wed Mar 26 18:52:33 2008 +0100
60943
60944     Add support for AT91SAM9260EK
60945
60946     Support for booting from internal DataFlash, external DataFlash card
60947     or NAND flash is available.
60948
60949     Signed-off-by: Stelian Pop <stelian@popies.net>
60950
60951 commit 1762f13b4aab88b685b1722f17dada247945624b
60952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60953 Date:   Mon Mar 31 21:20:49 2008 +0200
60954
60955     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
60956
60957     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60958
60959 commit 761712188b353494defb2b644491ff73d0daaa6f
60960 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60961 Date:   Mon Mar 31 21:12:17 2008 +0200
60962
60963     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
60964
60965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60966
60967 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
60968 Author: Stelian Pop <stelian@popies.net>
60969 Date:   Wed Mar 26 20:52:32 2008 +0100
60970
60971     Port AT91CAP9 to the new headers
60972
60973     Adapt the existing AT91CAP9 code to the new headers and APIs.
60974
60975     Signed-off-by: Stelian Pop <stelian@popies.net>
60976
60977 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
60978 Author: Stelian Pop <stelian@popies.net>
60979 Date:   Wed Mar 26 19:52:31 2008 +0100
60980
60981     Finish header files reworking
60982
60983     Replace AT91CAP9.h file with several splitted header files coming
60984     from the Linux kernel.
60985
60986     This is part 2 of the replacement: more header imports and edits.
60987
60988     Signed-off-by: Stelian Pop <stelian@popies.net>
60989
60990 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
60991 Author: Stelian Pop <stelian@popies.net>
60992 Date:   Wed Mar 26 19:52:30 2008 +0100
60993
60994     Import several header files from Linux
60995
60996     Replace AT91CAP9.h file with several splitted header files coming
60997     from the Linux kernel.
60998
60999     This is part 1 of the replacement: pristine header files import.
61000
61001     Signed-off-by: Stelian Pop <stelian@popies.net>
61002
61003 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
61004 Author: Stelian Pop <stelian@popies.net>
61005 Date:   Wed Mar 26 20:52:28 2008 +0100
61006
61007     Move at91cap9 specific files to at91sam9 directory
61008
61009     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
61010     common infrastructure can be used. Let this infrastructure be
61011     named after the AT91SAM9 family, and move the existing AT91CAP9
61012     files to the new place.
61013
61014     Signed-off-by: Stelian Pop <stelian@popies.net>
61015
61016 commit 61106a565870ff503f92b251b94bd7afef889a04
61017 Author: Stelian Pop <stelian@popies.net>
61018 Date:   Wed Mar 26 21:52:27 2008 +0100
61019
61020     Use timer_init() instead of board supplied interrupt_init()
61021
61022     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
61023     the board, so use timer_init() instead of interrupt_init().
61024
61025     Signed-off-by: Stelian Pop <stelian@popies.net>
61026
61027 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
61028 Author: Stelian Pop <stelian@popies.net>
61029 Date:   Wed Mar 26 21:52:36 2008 +0100
61030
61031     Cleanup DataFlash partition handling
61032
61033     DataFlash partition information has become a mess. This patch
61034     defines a single partition scheme for Atmel DataFlashes. This partition
61035     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
61036
61037     Signed-off-by: Stelian Pop <stelian@popies.net>
61038
61039 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
61040 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61041 Date:   Fri Mar 28 08:47:45 2008 -0500
61042
61043     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
61044
61045     When the version_string function in start.S is not 4-byte align,
61046     it will cause the compiler generates "unaligned opcodes detected
61047     in executable segment". This issue affects all ColdFire CPUs.
61048     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
61049     it is not aligned.
61050
61051     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61052     Acked-by: John Rigby <jrigby@freescale.com>
61053
61054 commit bae61eefe15b4d454060a7140e49ae58322be803
61055 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61056 Date:   Tue Mar 25 15:41:15 2008 -0500
61057
61058     ColdFire: Add dspi and serial flash support for MCF5445x
61059
61060     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61061     Acked-by: John Rigby <jrigby@freescale.com>
61062
61063 commit 48ead7a7a922fceaf494e352abfab8216a41b417
61064 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61065 Date:   Tue Mar 18 17:37:01 2008 -0500
61066
61067     ColdFire: Remove R5200 board
61068
61069     This board never went into production
61070
61071     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
61072     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61073     Acked-by: John Rigby <jrigby@freescale.com>
61074
61075 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
61076 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
61077 Date:   Thu Jan 24 14:02:32 2008 -0600
61078
61079     ColdFire: Added M5275EVB support.
61080
61081     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
61082     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61083     Acked-by: John Rigby <jrigby@freescale.com>
61084
61085 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
61086 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
61087 Date:   Mon Feb 4 15:38:20 2008 -0600
61088
61089     ColdFire: Added MCF5275 cpu support.
61090
61091     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
61092     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61093     Acked-by: John Rigby <jrigby@freescale.com>
61094
61095 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
61096 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61097 Date:   Mon Mar 17 12:14:11 2008 -0500
61098
61099     ColdFire: Define bootdelay in configuration file for M52277EVB
61100
61101     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
61102     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61103     Acked-by: John Rigby <jrigby@freescale.com>
61104
61105 commit 77878f16cedee17161ff2336990970fffc6cea35
61106 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61107 Date:   Mon Mar 17 12:09:07 2008 -0500
61108
61109     ColdFire: Fix second memory Chipselect for M5475EVB
61110
61111     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61112     Acked-by: John Rigby <jrigby@freescale.com>
61113
61114 commit 43d60642395a550956cb21d287c8cfa563913d28
61115 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61116 Date:   Thu Mar 13 14:26:32 2008 -0500
61117
61118     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
61119
61120     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61121     Acked-by: John Rigby <jrigby@freescale.com>
61122
61123 commit eb14ebe813a0cb5d47905228da446a5ad692473b
61124 Author: Larry Johnson <lrj@acm.org>
61125 Date:   Sun Mar 30 20:33:04 2008 -0500
61126
61127     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
61128
61129     Signed-off-by: Larry Johnson <lrj@acm.org>
61130
61131 commit 02e3892021112f21067d9ed1d04ae4182725ba52
61132 Author: Stefan Roese <sr@denx.de>
61133 Date:   Mon Mar 31 12:20:48 2008 +0200
61134
61135     ppc4xx: Small whitespace fix of esd patches
61136
61137     Signed-off-by: Stefan Roese <sr@denx.de>
61138
61139 commit 034394abb524785047c815f00dde8cdbdc1593c5
61140 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61141 Date:   Sun Mar 30 18:52:44 2008 +0200
61142
61143     ppc4xx: Cleanup PMC440 board support
61144
61145     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61146
61147 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
61148 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61149 Date:   Sun Mar 30 18:52:06 2008 +0200
61150
61151     ppc4xx: Add ptm configuration variables for PMC440
61152
61153     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
61154     environment variables.
61155
61156     Cleanup pci_target_init.
61157
61158     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61159
61160 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
61161 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61162 Date:   Sun Mar 30 18:01:15 2008 +0200
61163
61164     ppc4xx: Minor updates for DU440 boards
61165
61166     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61167
61168 commit d5bffeb868d6b4d462f558dac43011027b6644b7
61169 Author: Mike Frysinger <vapier@gentoo.org>
61170 Date:   Tue Feb 19 00:54:20 2008 -0500
61171
61172     Blackfin: cleanup and overhaul common board init functions
61173
61174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61175
61176 commit b86b3416f874358acaf07519e7620cdb2145f75b
61177 Author: Mike Frysinger <vapier@gentoo.org>
61178 Date:   Tue Feb 19 00:50:58 2008 -0500
61179
61180     Blackfin: cleanup lib_blackfin/cache.c
61181
61182     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61183
61184 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
61185 Author: Mike Frysinger <vapier@gentoo.org>
61186 Date:   Sun Mar 30 15:46:13 2008 -0400
61187
61188     Blackfin: unify cpu and boot modes
61189
61190     All of the duplicated code for Blackfin processors and boot modes have been
61191     unified.  After all, the core is the same for all processors, just the
61192     peripheral set differs (which gets handled in the drivers).
61193
61194     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61195
61196 commit 880cc4381ea8360248cddcdf87a64566745a5724
61197 Author: Stelian Pop <stelian@popies.net>
61198 Date:   Wed Mar 26 22:52:35 2008 +0100
61199
61200     Fix CFG_NO_FLASH compilation.
61201
61202     Many Atmel boards have no "real" (NOR) flash on board, and rely only
61203     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
61204     be present in a board configuration file, while still enabling flash
61205     commands like 'flinfo', 'protect', etc.
61206
61207     Signed-off-by: Stelian Pop <stelian@popies.net>
61208
61209 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
61210 Author: Mike Frysinger <vapier@gentoo.org>
61211 Date:   Tue Feb 19 00:58:13 2008 -0500
61212
61213     Blackfin: BF537-stamp: cleanup spi flash driver
61214
61215     This punts the old spi flash driver for a new/generalized one until the
61216     common one can be integrated.
61217
61218     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61219
61220 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
61221 Author: Ben Warren <biggerbadderben@gmail.com>
61222 Date:   Sun Mar 30 11:34:34 2008 -0400
61223
61224     Fix macro typo in common/cmd_mii.c
61225
61226     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
61227     actually applied the wrong patch.
61228
61229     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61230
61231 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
61232 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61233 Date:   Sun Mar 30 16:39:53 2008 +0200
61234
61235     use correct at91rm9200 register name in m501sk board
61236
61237     This fixes a naming bug for at91rm9200 lowlevel init code:
61238     NOR boot flash is on chipselect 0, not chipselect 2.  This
61239     makes code use the register name from chip datasheets.
61240
61241     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61242
61243 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
61244 Author: David Brownell <david-b@pacbell.net>
61245 Date:   Fri Jan 18 12:55:00 2008 -0800
61246
61247     use correct at91rm9200 register name
61248
61249     This fixes a naming bug for at91rm9200 lowlevel init code:
61250     NOR boot flash is on chipselect 0, not chipselect 2.  This
61251     makes code use the register name from chip datasheets.
61252
61253     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
61254
61255 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
61256 Author: David Brownell <david-b@pacbell.net>
61257 Date:   Fri Jan 18 12:45:45 2008 -0800
61258
61259     add missing ARM boards to MAKEALL
61260
61261     Add some missing ARM boards to MAKEALL.  These build correctly,
61262     unlike several of the boards already listed.
61263
61264     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
61265
61266 commit 066bebd6353e33af3adefc3404560871699e9961
61267 Author: Peter Pearse <peter.pearse@arm.com>
61268 Date:   Sun Mar 30 11:34:09 2008 +0100
61269
61270     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
61271     to prevent compilation error.
61272
61273     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
61274
61275 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
61276 Author: Guennadi Liakhovetski <[lg@denx.de]>
61277 Date:   Sun Mar 30 11:32:30 2008 +0100
61278
61279     Support for the MX31ADS evaluation board from Freescale
61280
61281     This patch adds support for the MX31ADS evaluation board from Freescale,
61282     initialization code is copied from RedBoot sources, also provided by Freescale.
61283
61284     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61285
61286 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
61287 Author: Sascha Hauer <s.hauer@pengutronix.de>
61288 Date:   Sun Mar 30 11:32:27 2008 +0100
61289
61290     Phytec Phycore-i.MX31 support
61291
61292     This patch adds support for the Phytec Phycore-i.MX31 board
61293
61294     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61295     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61296
61297 commit a147e56f03871bba4f05058d5e04ce7deb010b04
61298 Author: Sascha Hauer <s.hauer@pengutronix.de>
61299 Date:   Sun Mar 30 11:32:24 2008 +0100
61300
61301     mx31 litekit support
61302
61303     This patch adds support for the mx31 litekit board
61304
61305     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61306     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61307
61308 commit d6674e0e2a6a1f033945f78838566210d3f28c95
61309 Author: Sascha Hauer <s.hauer@pengutronix.de>
61310 Date:   Sun Mar 30 11:32:21 2008 +0100
61311
61312     add SMSC LAN9x1x Network driver
61313
61314     This patch adds a driver for the following smsc network controllers:
61315     LAN9115
61316     LAN9116
61317     LAN9117
61318     LAN9215
61319     LAN9216
61320     LAN9217
61321
61322     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61323     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61324
61325 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
61326 Author: Sascha Hauer <s.hauer@pengutronix.de>
61327 Date:   Sun Mar 30 11:32:16 2008 +0100
61328
61329     add an i2c driver for mx31
61330
61331     This patch adds an i2c driver for Freescale i.MX processors
61332
61333     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61334     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61335
61336 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
61337 Author: Sascha Hauer <s.hauer@pengutronix.de>
61338 Date:   Sun Mar 30 11:30:43 2008 +0100
61339
61340     core support for Freescale mx31
61341
61342     This patch adds the core support for Freescale mx31
61343
61344     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61345     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61346
61347 commit 8bf69d81782619187933a605f1a95ee1d069478d
61348 Author: Sascha Hauer <s.hauer@pengutronix.de>
61349 Date:   Sun Mar 30 11:28:46 2008 +0100
61350
61351     Separate omap24xx specific code from arm1136
61352
61353     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
61354
61355     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61356     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61357
61358 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
61359 Author: Peter Pearse <peter.pearse@arm.com>
61360 Date:   Sun Mar 30 11:23:05 2008 +0100
61361
61362     Add pmdra into MAKEALL
61363
61364     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
61365
61366 commit a574a73852a527779234e73e17e7597fd8128882
61367 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
61368 Date:   Sun Mar 30 11:21:58 2008 +0100
61369
61370     Adds support for the Prodrive PMDRA board, based on a DM6441
61371
61372     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
61373
61374 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
61375 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
61376 Date:   Sun Mar 30 11:11:34 2008 +0100
61377
61378     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
61379
61380     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
61381
61382 commit 1704dc20917b4f71e373e2c888497ee666d40380
61383 Author: Dirk Behme <dirk.behme@gmail.com>
61384 Date:   Sun Mar 30 11:09:01 2008 +0100
61385
61386     - Remove *_masked() functions as noted by Wolfgang
61387     - Adapt register naming to recent TI spec (sprue26, March 2007)
61388     - Fix reset_timer() handling
61389     - As reported by Pieter [1] the overflow fix introduced a
61390     delay of factor 16 (e.g 2 seconds became 32). While the
61391     overflow fix is basically okay, it missed to divide udelay by
61392     16, too. Fix this.
61393     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
61394     - Remove software division of timer count value (DIV(x)
61395     macro) and do it in hardware (TIM_CLK_DIV).
61396     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
61397     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
61398     the hints & testing!
61399
61400     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
61401
61402     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
61403
61404 commit ac3315c26e143c31680750c9c13f027efbcc887e
61405 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
61406 Date:   Thu Mar 6 16:45:44 2008 +0100
61407
61408     new PHY @ e1000 - 2nd try
61409
61410     Add 82541ER device with latest integrated IGP2 PHY.
61411     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
61412
61413     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
61414     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61415
61416 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
61417 Author: Daniel Hellstrom <daniel@gaisler.com>
61418 Date:   Fri Mar 28 20:22:53 2008 +0100
61419
61420     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
61421
61422     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
61423     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
61424     available at www.gaisler.com.
61425
61426     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
61427     offloading etc.) can be determined by a bit in the control register.
61428     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
61429
61430     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
61431     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61432
61433 commit 233a8bcd94997f3f345833a3b82e836222f2a206
61434 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
61435 Date:   Mon Mar 17 17:08:22 2008 -0500
61436
61437     Add CONFIG_MII_INIT in cmd_mii.c
61438
61439     Provide common configuration in do_mii() to execute mii_init()
61440     for all cpu architectures
61441
61442     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61443     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61444
61445 commit f605479de2deb11e834f31dfdb0af107c86aced6
61446 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
61447 Date:   Mon Mar 17 17:08:16 2008 -0500
61448
61449     ColdFire: Fix FEC transmit issue for MCF5275
61450
61451     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61452     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61453
61454 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
61455 Author: Aras Vaichas <arasv@magtech.com.au>
61456 Date:   Wed Mar 26 09:43:57 2008 +1100
61457
61458     DHCP request fix for Windows Server 2003
61459
61460     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
61461     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
61462     interoperability problems with Windows Server 200x DHCP server when U-Boot
61463     client responds too fast for server to handle.
61464
61465     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
61466     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61467
61468 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
61469 Author: Daniel Hellstrom <daniel@gaisler.com>
61470 Date:   Fri Mar 28 20:40:19 2008 +0100
61471
61472     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
61473
61474     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
61475     SPARC CPUs implement flash_read64 which calls __raw_readq.
61476
61477     For current SPARC architectures (LEON2 and LEON3) each read from the
61478     FLASH must lead to a cache miss. This is because FLASH can not be set
61479     non-cacheable since program code resides there, and alternatively disabling
61480     cache is poor from performance view, or doing a cache flush between each
61481     read is even poorer.
61482
61483     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
61484     load alternative space, the alternative space number (ASI) is processor
61485     implementation spcific and can be found by including <asm/processor.h>.
61486
61487     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
61488
61489 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
61490 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
61491 Date:   Fri Mar 28 15:41:25 2008 +0100
61492
61493     Make MPC83xx one step closer to full relocation.
61494
61495     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
61496     and use GOT relative reference.
61497
61498     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
61499     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61500
61501 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
61502 Author: Michael Barkowski <michael.barkowski@freescale.com>
61503 Date:   Thu Mar 27 14:34:43 2008 -0400
61504
61505     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
61506
61507     This patch fixes eeprom page size so that you can now write more than
61508     64 bytes at a time.
61509
61510     It also makes the board take MAC addresses, if found, from EEPROM.
61511
61512     User should place up to 4 addresses at offset 0x7f00, for
61513     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
61514     four six-byte values should have it's CRC at the end.  crc32 and
61515     eeprom commands can be used to accomplish this.
61516
61517     If CRC fails, MAC addresses come from the environment.  If CRC
61518     succeeds, the environment is overwritten at startup.
61519
61520     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
61521     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61522
61523 commit 8f325cff31f6e745e6540014b131b9a97f61944c
61524 Author: Michael Barkowski <michael.barkowski@freescale.com>
61525 Date:   Fri Mar 28 15:15:38 2008 -0400
61526
61527     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
61528
61529     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
61530     controller on the PCI bus in Linux on the MPC8323ERDB.
61531
61532     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
61533     config file.
61534
61535     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
61536     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61537
61538 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
61539 Author: Kim Phillips <kim.phillips@freescale.com>
61540 Date:   Fri Mar 28 10:19:07 2008 -0500
61541
61542     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
61543
61544     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
61545     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
61546     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
61547     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
61548     convenience macros.
61549
61550     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61551
61552 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
61553 Author: Kim Phillips <kim.phillips@freescale.com>
61554 Date:   Fri Mar 28 10:18:53 2008 -0500
61555
61556     mpc83xx: display ddr frequency in board_add_ram_info banner
61557
61558     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61559
61560 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
61561 Author: Kim Phillips <kim.phillips@freescale.com>
61562 Date:   Fri Mar 28 10:18:40 2008 -0500
61563
61564     mpc83xx: unreinvent mem_clk
61565
61566     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
61567     mem_*_clk for consistency's sake.
61568
61569     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61570
61571 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
61572 Author: Kim Phillips <kim.phillips@freescale.com>
61573 Date:   Fri Mar 28 14:31:23 2008 -0500
61574
61575     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
61576
61577     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61578
61579 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
61580 Author: Dave Liu <r63238@freescale.com>
61581 Date:   Wed Mar 26 22:57:19 2008 +0800
61582
61583     mpc83xx: enable the SATA interface on mpc837xemds board
61584
61585     Enable the first two SATA interfaces on MPC837xEMDS board,
61586     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
61587
61588     Signed-off-by: Dave Liu <daveliu@freescale.com>
61589     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61590
61591 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
61592 Author: Dave Liu <r63238@freescale.com>
61593 Date:   Wed Mar 26 22:56:36 2008 +0800
61594
61595     mpc83xx: initialize serdes for MPC837xEMDS boards
61596
61597     This patch is stolen from Anton Vorontsov's patch
61598     for mpc837xerdb boards.
61599
61600     The reference clk and xcorevdd voltage of serdes1/2
61601     is same between mpc837xemds and mpc837xerdb.
61602
61603     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
61604     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
61605     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
61606
61607     Signed-off-by: Dave Liu <daveliu@freescale.com>
61608     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61609
61610 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
61611 Author: Stefan Roese <sr@denx.de>
61612 Date:   Fri Mar 28 14:09:04 2008 +0100
61613
61614     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
61615
61616     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
61617     interface. This usage can be configured with the jumper J6. This patch
61618     displays the current configuration upon bootup and changes the PCIe
61619     init loop, to only initialize the availabel PCIe slots.
61620
61621     Signed-off-by: Stefan Roese <sr@denx.de>
61622
61623 commit 90447ecbbac8572457b6d8903073ac3f120995ba
61624 Author: Tor Krill <tor@excito.com>
61625 Date:   Fri Mar 28 11:29:10 2008 +0100
61626
61627     MTD/CFI: Add support for 16bit legacy AMD flash
61628
61629     Add entry for 512Kx16 AMD flash to jedec_table.
61630     Read out 16bit device id if chipwidth is 16bit.
61631     Fixed coding style after Stefans feedback
61632
61633     Signed-off-by: Tor Krill <tor@excito.com>
61634
61635 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
61636 Author: Stefan Roese <sr@denx.de>
61637 Date:   Fri Mar 28 11:02:53 2008 +0100
61638
61639     ppc: Small change to CFG_MEM_TOP_HIDE description
61640
61641     Signed-off-by: Stefan Roese <sr@denx.de>
61642
61643 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
61644 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61645 Date:   Thu Mar 27 15:44:12 2008 +0900
61646
61647     sh: Add support stat structure and stat.h
61648
61649     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61650
61651 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
61652 Author: Mark Jonas <toertel@gmail.com>
61653 Date:   Sat Mar 22 19:27:52 2008 +0100
61654
61655     sh: Removed warning when compiling drivers/serial/serial_sh.c.
61656
61657     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
61658     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61659
61660 commit f309fa38929ffba71230c02330ffa42f4bba6333
61661 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61662 Date:   Wed Mar 12 18:02:57 2008 +0900
61663
61664     sh: Remove disable_ctrlc function from R7780MP
61665
61666     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61667
61668 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
61669 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61670 Date:   Wed Mar 12 17:55:15 2008 +0900
61671
61672     sh: Add maintainer of R7780MP to MAINTAINER file
61673
61674     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
61675
61676     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61677
61678 commit f5e2466f7baa887a7df0c536333eea8231333497
61679 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61680 Date:   Tue Mar 25 17:11:24 2008 +0900
61681
61682     sh: Add support Renesas Solutions R2D plus board
61683
61684     R2D plus is SH reference board used with SH7751R.
61685     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
61686     one PCI bus, VGA, and two Ethernet controller.
61687
61688     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61689
61690 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
61691 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61692 Date:   Wed Mar 12 12:15:29 2008 +0900
61693
61694     sh: Add support SH4 cache control
61695
61696     Add support SH4 cache control and flash_cache function
61697
61698     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61699
61700 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
61701 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61702 Date:   Mon Mar 24 01:53:01 2008 +0900
61703
61704     sh: Add support PCI host driver for SH7751/SH7751R
61705
61706     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61707
61708 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
61709 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61710 Date:   Mon Mar 24 02:11:26 2008 +0900
61711
61712     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
61713
61714     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61715
61716 commit 566933278101c144d75361ea682678a326c1290d
61717 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61718 Date:   Wed Mar 12 12:10:28 2008 +0900
61719
61720     sh: Add support SuperH SH7751/SH7751R
61721
61722     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61723
61724 commit 3313e0e26224fc9a0c445124f3455058c696df84
61725 Author: Mark Jonas <toertel@gmail.com>
61726 Date:   Mon Mar 10 11:37:10 2008 +0100
61727
61728     sh: Added support for SH7720 based board MPR2.
61729
61730     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
61731     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61732
61733 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
61734 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61735 Date:   Thu Mar 6 14:05:53 2008 +0900
61736
61737     sh: Fix receive FIFO level register of SH4A
61738
61739     Receive FIFO level register is different in SH4A.
61740     Because register is different, cannot occasionally receive data.
61741
61742     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61743
61744 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
61745 Author: Yusuke Goda <goda.yusuke@renesas.com>
61746 Date:   Tue Mar 11 12:55:12 2008 +0900
61747
61748     sh: Add support Renesas Solutions R7780MP
61749
61750     Renesas Solutions R7780MP is a reference board on SH7780.
61751     This board has serial, 10/100 base Ethernet deivice, CF slot
61752     and VGA devices. This board can set extension board.
61753     Extension board has 10/100/1000 base Ethernet device, PCI slot,
61754     S-ATA, iDVR slot.
61755
61756     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61757     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61758
61759 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
61760 Author: Yusuke Goda <goda.yusuke@renesas.com>
61761 Date:   Wed Mar 5 14:30:02 2008 +0900
61762
61763     sh: Add support PCI of SuperH and SH7780
61764
61765     This patch add support PCI of SuperH base code and SH7780 specific code.
61766
61767     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61768     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61769
61770 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
61771 Author: Yusuke Goda <goda.yusuke@renesas.com>
61772 Date:   Wed Mar 5 14:23:26 2008 +0900
61773
61774     sh: Add support SH7780
61775
61776     SH7780 is CPU of Renesas Technology.
61777     This CPU has
61778      - CPU clock 400MHz
61779      - PCI support
61780      - DDR-SDRAM controller
61781      - etc ...
61782
61783     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61784     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61785
61786 commit c2042f5952a686c414031309b8f244513bf578f0
61787 Author: goda.yusuke <goda.yusuke@renesas.com>
61788 Date:   Fri Jan 25 20:46:36 2008 +0900
61789
61790     sh: Add support Renesas Solutions Migo-R board
61791
61792     Migo-R is a board based on SH7722 and has may devices.
61793     In this patch, supported SCIF, NOR flash and Ethernet.
61794
61795     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61796     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61797
61798 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
61799 Author: Bartlomiej Sieka <tur@semihalf.com>
61800 Date:   Thu Mar 27 15:06:40 2008 +0100
61801
61802     Fix host tool build breakage, take two
61803
61804     Revert commit 87c8431f and fix build breakage so that the build continues
61805     to work on FC systems.
61806
61807     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
61808
61809 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
61810 Author: Stefan Roese <sr@denx.de>
61811 Date:   Wed Mar 19 09:36:47 2008 +0100
61812
61813     ppc4xx: Enable ECC on LWMON5
61814
61815     Since all ECC related problems seem to be resolved on LWMON5, this patch
61816     now enables ECC support.
61817
61818     We have to write the ECC bytes by zeroing and flushing in smaller
61819     steps, since the whole 256MByte takes too long for the external
61820     watchdog.
61821
61822     Signed-off-by: Stefan Roese <sr@denx.de>
61823
61824 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
61825 Author: Larry Johnson <lrj@acm.org>
61826 Date:   Mon Mar 17 11:10:35 2008 -0500
61827
61828     ppc4xx: Updates to Korat-specific code
61829
61830     This patch contains updates for changes for the Korat PPC440EPx board.
61831     These changes include:
61832
61833     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
61834     described in the new "doc/README.korat" file;
61835
61836     (2) a new memory map for the registers in the board's CPLD;
61837
61838     (3) a revised format for manufacturer's data in serial EEPROM; and
61839
61840     (4) changes to track updates to U-Boot for the Sequoia board.
61841
61842     Signed-off-by: Larry Johnson <lrj@acm.org>
61843
61844 commit f766cdf89b3a2a7634b8c5869f606150e332036c
61845 Author: Markus Brunner <super.firetwister@gmail.com>
61846 Date:   Thu Mar 27 10:46:25 2008 +0100
61847
61848     ppc4xx: PPC405EP Set EMAC noise filter bits
61849
61850     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
61851     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
61852     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
61853
61854     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
61855     Signed-off-by: Stefan Roese <sr@denx.de>
61856
61857 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
61858 Author: Mike Nuss <mike@terascala.com>
61859 Date:   Wed Feb 20 11:54:20 2008 -0500
61860
61861     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
61862
61863     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
61864     after startup to change the speed of the clocks. This patch adds the
61865     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
61866     initialization code will reconfigure the PLL to run the system with a CPU
61867     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
61868     external EEPROM.
61869
61870     Signed-off-by: Mike Nuss <mike@terascala.com>
61871     Acked-by: Stefan Roese <sr@denx.de>
61872
61873 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
61874 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
61875 Date:   Thu Mar 27 09:12:40 2008 +0100
61876
61877     new-image: Fix host tool build breakage
61878
61879     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
61880
61881 commit 6fb4b640562a10daff0dbe537638d511b5b48650
61882 Author: Stefan Roese <sr@denx.de>
61883 Date:   Thu Mar 27 10:24:03 2008 +0100
61884
61885     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
61886
61887     Signed-off-by: Stefan Roese <sr@denx.de>
61888
61889 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
61890 Author: Stefan Roese <sr@denx.de>
61891 Date:   Wed Mar 19 10:23:43 2008 +0100
61892
61893     ppc4xx: Add fdt support to Prodrive alpr
61894
61895     Since this board will probably be ported to arch/powerpc in the
61896     near future, we add device tree support now. This way we are
61897     "ready" for arch/powerpc from now on.
61898
61899     Signed-off-by: Stefan Roese <sr@denx.de>
61900
61901 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
61902 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
61903 Date:   Mon Mar 17 09:27:56 2008 +0100
61904
61905     ppc4xx: Enable cache support on the ALPR board
61906
61907     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
61908
61909 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
61910 Author: Stefan Roese <sr@denx.de>
61911 Date:   Wed Mar 26 10:14:11 2008 +0100
61912
61913     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
61914
61915     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
61916     memory area will get subtracted from the top (end) of ram and won't get
61917     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
61918     should gets passed the now "corrected" memory size and won't touch it
61919     either. This should work for arch/ppc and arch/powerpc. Only Linux board
61920     ports in arch/powerpc with bootwrapper support, which recalculate the
61921     memory size from the SDRAM controller setup, will have to get fixed
61922     in Linux additionally.
61923
61924     This patch enables this config option on some PPC440EPx boards as a workaround
61925     for the CHIP 11 errata. Here the description from the AMCC documentation:
61926
61927     CHIP_11: End of memory range area restricted access.
61928     Category: 3
61929
61930     Overview:
61931     The 440EPx DDR controller does not acknowledge any
61932     transaction which is determined to be crossing over the
61933     end-of-memory-range boundary, even if the starting address is
61934     within valid memory space. Any such transaction from any PLB4
61935     master will result in a PLB time-out on PLB4 bus.
61936
61937     Impact:
61938     In case of such misaligned bursts, PLB4 masters will not
61939     retrieve any data at all, just the available data up to the
61940     end of memory, especially the 440 CPU. For example, if a CPU
61941     instruction required an operand located in memory within the
61942     last 7 words of memory, the DCU master would burst read 8
61943     words to update the data cache and cross over the
61944     end-of-memory-range boundary. Such a DCU read would not be
61945     answered by the DDR controller, resulting in a PLB4 time-out
61946     and ultimately in a Machine Check interrupt. The data would
61947     be inaccessible to the CPU.
61948
61949     Workaround:
61950     Forbid any application to access the last 256 bytes of DDR
61951     memory. For example, make your operating system believe that
61952     the last 256 bytes of DDR memory are absent. AMCC has a patch
61953     that does this, available for Linux.
61954
61955     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
61956     lwmon5, korat, sequoia
61957
61958     The other remaining 440EPx board were intentionally not included
61959     since it is not clear to me, if they use the end of ram for some
61960     other purpose. This is unclear, since these boards have CONFIG_PRAM
61961     defined and even comments like this:
61962
61963     PMC440.h:
61964     /* esd expects pram at end of physical memory.
61965      * So no logbuffer at the moment.
61966      */
61967
61968     It is strongly recommended to not use the last 256 bytes on those
61969     boards too. Patches from the board maintainers are welcome.
61970
61971     Signed-off-by: Stefan Roese <sr@denx.de>
61972
61973 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
61974 Author: Stefan Roese <sr@denx.de>
61975 Date:   Thu Mar 27 10:09:05 2008 +0100
61976
61977     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
61978
61979     Signed-off-by: Stefan Roese <sr@denx.de>
61980
61981 commit d56a3ce179688cde61073a3690e21703d68fafd7
61982 Author: Stefan Roese <sr@denx.de>
61983 Date:   Tue Mar 25 17:51:13 2008 +0100
61984
61985     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
61986
61987     The routine ft_board_setup() configures the EBC NOR mappings for the
61988     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
61989     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
61990     problem, we need to pass the corrected address here too.
61991
61992     Signed-off-by: Stefan Roese <sr@denx.de>
61993
61994 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
61995 Author: Stefan Roese <sr@denx.de>
61996 Date:   Wed Mar 19 16:35:12 2008 +0100
61997
61998     ppc4xx: Fix compilation warning in 4xx_enet.c
61999
62000     Signed-off-by: Stefan Roese <sr@denx.de>
62001
62002 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
62003 Author: Stefan Roese <sr@denx.de>
62004 Date:   Wed Mar 19 16:20:49 2008 +0100
62005
62006     ppc4xx: Add AMCC Glacier 406GT eval board support
62007
62008     This patch adds support for the AMCC Glacier 460GT eval board.
62009     The main difference to the Canyonlands board are listed here:
62010
62011     - 4 ethernet ports instead of 2
62012     - no SATA port
62013     - no USB port
62014
62015     Currently EMAC2+3 are not working. This will be fixed in a later
62016     release.
62017
62018     Signed-off-by: Stefan Roese <sr@denx.de>
62019
62020 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
62021 Author: Stefan Roese <sr@denx.de>
62022 Date:   Thu Mar 27 08:47:26 2008 +0100
62023
62024     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
62025
62026     Signed-off-by: Stefan Roese <sr@denx.de>
62027
62028 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
62029 Author: Anatolij Gustschin <agust@denx.de>
62030 Date:   Wed Mar 26 21:05:43 2008 +0100
62031
62032     Fix out of tree building issue
62033
62034     Currently U-Boot building in some external directory
62035     doesn't work. This patch tries to fix the problem.
62036
62037     Signed-off-by: Anatolij Gustschin <agust@denx.de>
62038
62039 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
62040 Author: Anatolij Gustschin <agust@denx.de>
62041 Date:   Wed Mar 26 18:13:33 2008 +0100
62042
62043     README: update documentation (availability, links, etc.)
62044
62045     Fix typo in README
62046
62047     Signed-off-by: Anatolij Gustschin <agust@denx.de>
62048
62049 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
62050 Author: Anatolij Gustschin <agust@denx.de>
62051 Date:   Wed Mar 26 17:47:44 2008 +0100
62052
62053     Fix compilation error in cmd_usb.c
62054
62055     This patch fixes compilation error
62056     cmd_usb.c: In function 'do_usb':
62057     cmd_usb.c:552: error: void value not ignored as it ought to be
62058
62059     Signed-off-by: Anatolij Gustschin <agust@denx.de>
62060
62061 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
62062 Author: Timur Tabi <timur@freescale.com>
62063 Date:   Fri Mar 14 17:45:29 2008 -0500
62064
62065     Add support for setting the I2C bus speed in fsl_i2c.c
62066
62067     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
62068     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
62069     but fsl_i2c.c ignores it and uses conservative value when programming the
62070     I2C bus speed.
62071
62072     Signed-off-by: Timur Tabi <timur@freescale.com>
62073     Acked-by: Andy Fleming <afleming@freescale.com>
62074
62075 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
62076 Author: Wolfgang Denk <wd@denx.de>
62077 Date:   Thu Mar 27 00:03:57 2008 +0100
62078
62079     Coding style cleanup, update CHANGELOG
62080
62081     Signed-off-by: Wolfgang Denk <wd@denx.de>
62082
62083 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
62084 Author: Dave Liu <r63238@freescale.com>
62085 Date:   Wed Mar 26 22:55:32 2008 +0800
62086
62087     drivers: add the support for Freescale SATA controller
62088
62089     Add the Freescale on-chip SATA controller driver to u-boot,
62090     The SATA controller is used on the 837x and 8315 targets,
62091     The driver can be used to load kernel, fs and dtb.
62092
62093     The features list:
62094     - 1.5/3 Gbps link speed
62095     - LBA48, LBA28 support
62096     - DMA and FPDMA support
62097     - Two ports support
62098
62099     Signed-off-by: Dave Liu <daveliu@freescale.com>
62100
62101 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
62102 Author: Dave Liu <r63238@freescale.com>
62103 Date:   Wed Mar 26 22:54:44 2008 +0800
62104
62105     ata: add the readme for SATA command line
62106
62107     Signed-off-by: Dave Liu <daveliu@freescale.com>
62108
62109 commit cd54081cd479e542fc399b8a40651ff11a1ad849
62110 Author: Dave Liu <r63238@freescale.com>
62111 Date:   Wed Mar 26 22:53:24 2008 +0800
62112
62113     ata: enable the sata initialize on boot up
62114
62115     Signed-off-by: Dave Liu <daveliu@freescale.com>
62116
62117 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
62118 Author: Dave Liu <r63238@freescale.com>
62119 Date:   Wed Mar 26 22:52:36 2008 +0800
62120
62121     ata: add the fis struct for SATA
62122
62123     Signed-off-by: Dave Liu <daveliu@freescale.com>
62124
62125 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
62126 Author: Dave Liu <r63238@freescale.com>
62127 Date:   Wed Mar 26 22:51:44 2008 +0800
62128
62129     ata: add the libata support
62130
62131     add simple libata support in u-boot
62132
62133     Signed-off-by: Dave Liu <daveliu@freescale.com>
62134
62135 commit 8e9bb43429e50df55fa41932cbe65841ff579220
62136 Author: Dave Liu <r63238@freescale.com>
62137 Date:   Wed Mar 26 22:50:45 2008 +0800
62138
62139     ata: make the ata_piix driver using new SATA framework
62140
62141     original ata_piix driver is using IDE framework, not real
62142     SATA framework. For now, the ata_piix driver is only used
62143     by x86 sc520_cdp board. This patch makes the ata_piix driver
62144     use the new SATA framework, so
62145
62146     - remove the duplicated command stuff
62147     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
62148     - add the CONFIG_CMD_SATA define to sc520_cdp.h
62149
62150     Signed-off-by: Dave Liu <daveliu@freescale.com>
62151
62152 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
62153 Author: Dave Liu <r63238@freescale.com>
62154 Date:   Wed Mar 26 22:49:44 2008 +0800
62155
62156     ata: add the support for SATA framework
62157
62158     - add the SATA framework
62159     - add the SATA command line
62160
62161     Signed-off-by: Dave Liu <daveliu@freescale.com>
62162
62163 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
62164 Author: Dave Liu <r63238@freescale.com>
62165 Date:   Wed Mar 26 22:48:18 2008 +0800
62166
62167     ata: merge the header of ata_piix driver
62168
62169     move the sata.h from include/ to drivers/block/ata_piix.h
62170
62171     Signed-off-by: Dave Liu <daveliu@freescale.com>
62172
62173 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
62174 Author: Dave Liu <r63238@freescale.com>
62175 Date:   Wed Mar 26 22:47:06 2008 +0800
62176
62177     ata: merge the ata_piix driver
62178
62179     move the cmd_sata.c from common/ to drivers/ata_piix.c,
62180     the cmd_sata.c have some part of ata_piix controller drivers.
62181     consolidate the driver to have better framework.
62182
62183     Signed-off-by: Dave Liu <daveliu@freescale.com>
62184
62185 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
62186 Author: Markus Klotzbuecher <mk@denx.de>
62187 Date:   Wed Mar 26 18:26:43 2008 +0100
62188
62189     USB, Storage: fix a bug introduced in commit
62190     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
62191     to only print only information on one storage device, but not for
62192     multiple.
62193
62194     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
62195
62196 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
62197 Author: Anatolij Gustschin <agust@denx.de>
62198 Date:   Wed Mar 26 17:47:44 2008 +0100
62199
62200     Fix compilation error in cmd_usb.c
62201
62202     This patch fixes compilation error
62203     cmd_usb.c: In function 'do_usb':
62204     cmd_usb.c:552: error: void value not ignored as it ought to be
62205
62206     Signed-off-by: Anatolij Gustschin <agust@denx.de>
62207     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
62208
62209 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
62210 Author: Kumar Gala <galak@kernel.crashing.org>
62211 Date:   Wed Mar 26 08:53:53 2008 -0500
62212
62213     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
62214
62215     Provide a board_lmb_reserve helper function to ensure we reserve
62216     the page of memory we are using for the boot page translation code.
62217
62218     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62219
62220 commit 79679d80021ab095e639e250ca472fe526da02e2
62221 Author: Kumar Gala <galak@kernel.crashing.org>
62222 Date:   Wed Mar 26 08:34:25 2008 -0500
62223
62224     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
62225
62226     The following changes are needed to be inline with ePAPR v0.81:
62227
62228     * r4, r5 and now always set to 0 on boot release
62229     * r7 is used to pass the size of the initial map area (IMA)
62230     * EPAPR_MAGIC value changed for book-e processors
62231     * changes in the spin table layout
62232     * spin table supports a 64-bit physical release address
62233
62234     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62235
62236 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
62237 Author: Jon Loeliger <jdl@freescale.com>
62238 Date:   Wed Mar 19 15:02:07 2008 -0500
62239
62240     FSL: Clean up board/freescale/common/Makefile
62241
62242     Each file that can be built here now follows some
62243     CONFIG_ option so that they are appropriately built
62244     or not, as needed.  And CONFIG_ defines were added
62245     to various board config files to make sure that happens.
62246
62247     The other board/freescale/*/Makefiles no longer need
62248     to reach up and over into ../common to build their
62249     individually needed files any more.
62250
62251     Boards that are CDS specific were renamed with cds_ prefix.
62252
62253     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62254
62255 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
62256 Author: Kumar Gala <galak@kernel.crashing.org>
62257 Date:   Wed Feb 27 22:00:27 2008 -0600
62258
62259     85xx: Fix merge duplication
62260
62261     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
62262
62263     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62264
62265 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
62266 Author: James Yang <James.Yang@freescale.com>
62267 Date:   Tue Feb 12 16:35:07 2008 -0600
62268
62269     85xx: Expand CCSR space with more DDR controller registers.
62270
62271     Signed-off-by: James Yang <James.Yang@freescale.com>
62272     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62273     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62274
62275 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
62276 Author: James Yang <James.Yang@freescale.com>
62277 Date:   Fri Feb 8 18:05:08 2008 -0600
62278
62279     85xx: Speed up get_ddr_freq() and get_bus_freq()
62280
62281     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
62282     called.  However, get_sys_info() recalculates extraneous information when
62283     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
62284     values from global_data instead.
62285
62286     Signed-off-by: James Yang <James.Yang@freescale.com>
62287     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62288
62289 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
62290 Author: James Yang <James.Yang@freescale.com>
62291 Date:   Fri Feb 8 16:46:27 2008 -0600
62292
62293     85xx: Show DDR memory data rate in addition to the memory clock frequency.
62294
62295     Show the DDR memory data rate in addition to the memory clock
62296     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
62297     memory clock.
62298
62299     Signed-off-by: James Yang <James.Yang@freescale.com>
62300     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62301
62302 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
62303 Author: James Yang <James.Yang@freescale.com>
62304 Date:   Fri Feb 8 16:44:53 2008 -0600
62305
62306     85xx: get_tbclk() speed up and rounding fix
62307
62308     Speed up get_tbclk() by referencing pre-computed bus clock
62309     frequency value from global data instead of sys_info_t.  Fix
62310     rounding of result to nearest; previously it was rounding
62311     upwards.
62312
62313     Signed-off-by: James Yang <James.Yang@freescale.com>
62314     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62315
62316 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
62317 Author: Andy Fleming <afleming@freescale.com>
62318 Date:   Wed Feb 6 01:19:40 2008 -0600
62319
62320     Update SVR numbers to expand support
62321
62322     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
62323     is used to distinguish certain variants within an SOC family.  To
62324     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
62325     constants to reflect the larger value.  We also add SVR numbers for all
62326     of the current variants.  Finally, to make things neater, rather than
62327     use an enormous switch statement to print out the CPU type, we create
62328     and array of SVR/name pairs (using a macro), and print out the CPU name
62329     that matches the SVR SOC version.
62330
62331     Signed-off-by: Andy Fleming <afleming@freescale.com>
62332
62333 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
62334 Author: Andy Fleming <afleming@freescale.com>
62335 Date:   Wed Feb 6 01:12:57 2008 -0600
62336
62337     Add the Freescale PCI device IDs
62338
62339     Signed-off-by: Andy Fleming <afleming@freescale.com>
62340
62341 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
62342 Author: Kumar Gala <galak@kernel.crashing.org>
62343 Date:   Thu Feb 14 11:04:23 2008 -0600
62344
62345     85xx: Added support for multicore boot mechanism
62346
62347     Added the cpu command that provides a generic mechanism to get status,
62348     reset, and release secondary cores in multicore processors.
62349
62350     Added support for using the ePAPR defined spin-table mechanism on 85xx.
62351
62352     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62353     Signed-off-by: Andy Fleming <afleming@freescale.com>
62354
62355 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
62356 Author: Kumar Gala <galak@kernel.crashing.org>
62357 Date:   Thu Jan 17 16:48:33 2008 -0600
62358
62359     85xx: Added support for multicore boot mechanism
62360
62361     Added the cpu command that provides a generic mechanism to get status,
62362     reset, and release secondary cores in multicore processors.
62363
62364     Added support for using the ePAPR defined spin-table mechanism on 85xx.
62365
62366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62367
62368 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
62369 Author: Kumar Gala <galak@kernel.crashing.org>
62370 Date:   Wed Jan 30 14:55:14 2008 -0600
62371
62372     85xx: Add the concept of CFG_CCSRBAR_PHYS
62373
62374     When we go to 36-bit physical addresses we need to keep the concept of
62375     the physical CCSRBAR address seperate from the virtual one.
62376
62377     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
62378
62379     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62380
62381 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
62382 Author: Wolfgang Denk <wd@denx.de>
62383 Date:   Wed Mar 26 15:38:47 2008 +0100
62384
62385     Coding style cleanup.
62386
62387     Signed-off-by: Wolfgang Denk <wd@denx.de>
62388
62389 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
62390 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
62391 Date:   Wed Mar 26 13:02:13 2008 +0100
62392
62393     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
62394
62395     The default settings for RTC DS1337 keeps the OSC
62396     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
62397     turn it off.
62398
62399     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
62400
62401 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
62402 Author: Wolfgang Denk <wd@denx.de>
62403 Date:   Wed Mar 26 11:48:46 2008 +0100
62404
62405     Cleanup coding style, update CHANGELOG
62406
62407     Signed-off-by: Wolfgang Denk <wd@denx.de>
62408
62409 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
62410 Author: Wolfgang Denk <wd@denx.de>
62411 Date:   Wed Mar 26 10:40:12 2008 +0100
62412
62413     README: update documentation (availability, links, etc.)
62414
62415     Signed-off-by: Wolfgang Denk <wd@denx.de>
62416
62417 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
62418 Author: Aras Vaichas <arasv@magtech.com.au>
62419 Date:   Tue Mar 25 12:09:07 2008 +1100
62420
62421     USB Storage, add meaningful return value
62422
62423     This patch changes the "usb storage" command to return success if it
62424     finds a USB storage device, otherwise it returns error.
62425
62426     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
62427
62428 commit 18e69a35efbb078403db0c0063986470dad7d082
62429 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62430 Date:   Fri Mar 14 23:20:18 2008 +0300
62431
62432     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
62433
62434     Linux understands "host" (default), "peripheral" and "otg" (broken).
62435     Though, U-Boot doesn't restrict dr_mode variable to these values (think
62436     of renames in future).
62437
62438     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62439     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62440
62441 commit c7604783b236e368f225efb7b3efb418fe20b404
62442 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62443 Date:   Fri Mar 14 23:20:30 2008 +0300
62444
62445     tsec: fix link detection for the RTL8211B PHY
62446
62447     RTL8211B sets link state register after autonegotiation complete,
62448     so with bootdelay=0 RTL8211B will report lack of the link.
62449
62450     To fix this, we should wait for aneg to complete, even if the
62451     link is currently down.
62452
62453     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62454     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62455
62456 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
62457 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62458 Date:   Mon Mar 24 20:47:09 2008 +0300
62459
62460     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
62461
62462     device_type = "soc" is being deprecated, newer device trees will use
62463     "fsl,soc" and/or "fsl,immr" for the soc nodes.
62464
62465     This patch also adds clock-frequency property for soc nodes (the same
62466     value as bus-frequency).
62467
62468     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62469
62470 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
62471 Author: Joe D'Abbraccio <ljd015@freescale.com>
62472 Date:   Mon Mar 24 13:00:59 2008 -0400
62473
62474     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
62475
62476     With the original value of 1/2 clock cycle delay, the system ran relatively
62477     stable except when we run benchmarks that are intensive users of memory.
62478     When I run samba connected disk with a HDBENCH test, the system locks-up
62479     or reboots sporadically.
62480
62481     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
62482
62483 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
62484 Author: Scott Wood <scottwood@freescale.com>
62485 Date:   Mon Mar 24 12:44:13 2008 -0500
62486
62487     mpc83xx: Set PCI I/O bus-address base to zero.
62488
62489     The device trees for these boards describe PCI I/O as starting from
62490     address zero from the device's perspective.
62491
62492     Placing I/O elsewhere may cause problems with certain PCI boards, and may
62493     cause problems with Linux.
62494
62495     Signed-off-by: Scott Wood <scottwood@freescale.com>
62496
62497 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
62498 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62499 Date:   Mon Mar 24 20:47:05 2008 +0300
62500
62501     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
62502
62503     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
62504     This patch fixes "system time drifting" problem.
62505
62506     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62507
62508 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
62509 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62510 Date:   Mon Mar 24 20:47:02 2008 +0300
62511
62512     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
62513
62514     This is needed to update /choosen/linux,stdout-path properly.
62515
62516     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62517
62518 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
62519 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62520 Date:   Mon Mar 24 20:47:00 2008 +0300
62521
62522     mpc83xx: MPC8360E-RDK: add dhcp command
62523
62524     Plus modify environment to use it and remove bootfile env variable,
62525     it is internal and CONFIG_BOOTFILE is used for these purposes.
62526
62527     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62528
62529 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
62530 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62531 Date:   Mon Mar 24 20:46:57 2008 +0300
62532
62533     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
62534
62535     Current DDR setup easily causes memory corruption, this patch fixes it.
62536
62537     Also fix TIMING_CFG0_MRS_CYC definition.
62538
62539     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62540
62541 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
62542 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62543 Date:   Mon Mar 24 20:46:53 2008 +0300
62544
62545     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
62546
62547     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
62548     controller and FHCI (QE USB).
62549
62550     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62551
62552 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
62553 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62554 Date:   Mon Mar 24 20:46:51 2008 +0300
62555
62556     mpc83xx: MPC8360E-RDK: add support for NAND
62557
62558     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62559
62560 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
62561 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62562 Date:   Mon Mar 24 20:46:46 2008 +0300
62563
62564     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
62565
62566     This is needed for BCM PHYs to work on this board.
62567
62568     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62569
62570 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
62571 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62572 Date:   Mon Mar 24 20:46:34 2008 +0300
62573
62574     uec: add support for Broadcom BCM5481 Gigabit PHY
62575
62576     This patch adds basic support for Broadcom BCM5481 PHY.
62577
62578     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
62579     Peter Barada <peterb@logicpd.com>.
62580
62581     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62582
62583 commit 6a600c3a1876bc203445df4f0fd6b12648259666
62584 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62585 Date:   Mon Mar 24 20:46:28 2008 +0300
62586
62587     uec: add support for RGMII_RXID interface mode
62588
62589     PHY drivers will use it to setup software delay between RXD and RXC
62590     signals.
62591
62592     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62593
62594 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
62595 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62596 Date:   Mon Mar 24 20:46:24 2008 +0300
62597
62598     uec: add support for gbit mii status readings
62599
62600     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62601
62602 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
62603 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62604 Date:   Mon Mar 24 17:40:47 2008 +0300
62605
62606     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
62607
62608     This is primarily for the early console support.
62609
62610     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62611
62612 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
62613 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62614 Date:   Mon Mar 24 17:40:43 2008 +0300
62615
62616     83xx: initialize serdes for MPC837XRDB boards
62617
62618     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
62619     On the MPC8378ERDB: 2 PCI-E
62620     On the MPC8379ERDB: 4 SATA
62621
62622     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62623
62624 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
62625 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62626 Date:   Mon Mar 24 17:40:32 2008 +0300
62627
62628     83xx: serdes setup routines
62629
62630     This patch adds few routines to configure serdes on 837x targets.
62631
62632     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62633
62634 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
62635 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62636 Date:   Mon Mar 24 17:40:27 2008 +0300
62637
62638     83xx: split COBJS onto separate lines
62639
62640     ..plus get rid of some #ifdefs in the .c files.
62641
62642     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62643
62644 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
62645 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62646 Date:   Mon Mar 24 17:40:23 2008 +0300
62647
62648     83xx: nand support for MPC837XRDB boards
62649
62650     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62651
62652 commit 82e45a204190593e8613145a928f998fb8c909c4
62653 Author: Jerry Van Baren <gvb.uboot@gmail.com>
62654 Date:   Tue Mar 18 21:44:41 2008 -0400
62655
62656     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
62657
62658     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
62659     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62660
62661 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
62662 Author: Michael Barkowski <michael.barkowski@freescale.com>
62663 Date:   Thu Mar 20 13:15:39 2008 -0400
62664
62665     mpc8323erdb: remove RTC and add EEPROM
62666
62667     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
62668
62669     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
62670     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62671
62672 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
62673 Author: Michael Barkowski <michael.barkowski@freescale.com>
62674 Date:   Thu Mar 20 13:15:34 2008 -0400
62675
62676     mpc8323erdb: Improve the system performance
62677
62678     The following changes are based on kernel UCC ethernet performance:
62679
62680     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
62681     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
62682         switch to enable this setting.
62683
62684     The following changes are based on the App Note AN3369 and
62685     verified to improve memory latency using LMbench:
62686
62687     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
62688     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
62689         previously.
62690     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
62691         Twr=15ns, and this was already the setting in DDR_MODE)
62692     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
62693         Trp=15ns)
62694     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
62695         Tras=40ns)
62696     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
62697         Trcd=15ns)
62698     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
62699         Trfc=75ns)
62700     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
62701         on Tfaw=50ns)
62702     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
62703         on CL=3 and WL=2).
62704
62705     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
62706     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62707
62708 commit fc549c871f43933396a5b3e21d897023d4b31b8d
62709 Author: Michael Barkowski <michael.barkowski@freescale.com>
62710 Date:   Thu Mar 20 13:15:28 2008 -0400
62711
62712     mpc8323erdb: use readable DDR config macros
62713
62714     Use available shift/mask macros to define DDR configuration.
62715
62716     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
62717     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62718
62719 commit 89c7784ed90ba50301eec521144f95111e472906
62720 Author: Timur Tabi <timur@freescale.com>
62721 Date:   Fri Feb 8 13:15:55 2008 -0600
62722
62723     83xx: Add Vitesse VSC7385 firmware uploading
62724
62725     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
62726     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
62727     Cleaned up the board header files to make selecting the VSC7385 easier to
62728     control.
62729
62730     Signed-off-by: Timur Tabi <timur@freescale.com>
62731     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62732
62733 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
62734 Author: Timur Tabi <timur@freescale.com>
62735 Date:   Fri Feb 8 13:15:54 2008 -0600
62736
62737     NET: Add Vitesse VSC7385 firmware uploading
62738
62739     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
62740     and other boards.  A small firwmare must be uploaded to its on-board memory
62741     before it can be enabled.  This patch adds the code which uploads firmware
62742     (but not the firmware itself).
62743
62744     Previously, this feature was provided by a U-Boot application that was
62745     made available only on Freescale BSPs.  The VSC7385 firmware must still
62746     be obtained separately, but at least there is no longer a need for a separate
62747     application.
62748
62749     Signed-off-by: Timur Tabi <timur@freescale.com>
62750     Acked-by: Ben Warren <biggerbadderben@gmail.com>
62751
62752 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
62753 Author: Wolfgang Denk <wd@denx.de>
62754 Date:   Wed Mar 26 00:52:10 2008 +0100
62755
62756     Coding Style cleanyp; update CHANGELOG
62757
62758     Signed-off-by: Wolfgang Denk <wd@denx.de>
62759
62760 commit 43ddd9c820fec44816188f53346b464e20b3142d
62761 Author: Jerry Van Baren <gvb.uboot@gmail.com>
62762 Date:   Sat Mar 22 14:23:49 2008 -0400
62763
62764     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
62765
62766     These defines embedded the u-boot env variables and/or the bd_t structure
62767     in the fdt blob.  The conclusion of discussion on the u-boot email list
62768     was that embedding these in the fdt blob is not useful: there are better
62769     ways of passing the data (in fact, the fdt blob itself replaces the
62770     bd_t struct).
62771
62772     The only board that enables these is the stxxtc and they don't appear
62773     to be used by linux.
62774
62775     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
62776     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62777
62778 commit 22ed2285743359fd1fe73e411dff914b2256e68f
62779 Author: Stefan Roese <sr@denx.de>
62780 Date:   Mon Mar 17 10:49:25 2008 +0100
62781
62782     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
62783
62784     Signed-off-by: Stefan Roese <sr@denx.de>
62785
62786 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
62787 Author: Kyungmin Park <kmpark@infradead.org>
62788 Date:   Mon Mar 17 08:54:06 2008 +0900
62789
62790     Add Flex-OneNAND booting support
62791
62792     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
62793     using a NOR Flash interface. This on-chip integration enables system designers
62794     to reduce external system logic and use high-density NAND Flash
62795     in applications that would otherwise have to use more NOR components.
62796
62797     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
62798     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
62799     that require low reliability and high density, SLC area of Flex-OneNAND
62800     to store data that need high reliability and high performance. Flex-OneNAND
62801     can let users take advantage of storing these two different types of data
62802     into one chip, which is making Flex-OneNAND more cost- and space-effective.
62803
62804     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
62805
62806 commit c512389cc4a10253249271ff6c887c6dab1f0db2
62807 Author: André Schwarz <andre.schwarz@matrix-vision.de>
62808 Date:   Thu Mar 13 13:50:52 2008 +0100
62809
62810     MPC5200: support setup without FEC
62811
62812     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
62813     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
62814
62815     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
62816     Acked-by: Grant Likely <grant.likely@secretlab.ca>
62817
62818 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
62819 Author: Jon Loeliger <jdl@freescale.com>
62820 Date:   Wed Mar 5 18:05:46 2008 -0600
62821
62822     FSL: Move board/mpc8266ads under board/freescale
62823
62824     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62825
62826 commit 7f1d846e5c5754449c286587d099d85246062772
62827 Author: Jon Loeliger <jdl@freescale.com>
62828 Date:   Wed Mar 5 18:05:47 2008 -0600
62829
62830     FSL: Move board/mpc7448hpc2 under board/freescale
62831
62832     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62833
62834 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
62835 Author: Jon Loeliger <jdl@freescale.com>
62836 Date:   Wed Mar 5 18:05:45 2008 -0600
62837
62838     FSL: Move board/mpc8260ads under board/freescale
62839
62840     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62841
62842 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
62843 Author: goda.yusuke <goda.yusuke@renesas.com>
62844 Date:   Wed Mar 5 17:08:33 2008 +0900
62845
62846     net: Add support AX88796L ethernet device
62847
62848     AX88796L is device of NE2000 compatible.
62849     This patch support AX88796L ethernet device.
62850
62851     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
62852     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62853
62854 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
62855 Author: Wolfgang Denk <wd@denx.de>
62856 Date:   Tue Mar 25 22:50:41 2008 +0100
62857
62858     ne2000 driver: change #ifdef to Makefile conditional compilation
62859
62860     Signed-off-by: Wolfgang Denk <wd@denx.de>
62861
62862 commit e710185aae90c64d39c2d453e40e58ceefe4f250
62863 Author: goda.yusuke <goda.yusuke@renesas.com>
62864 Date:   Wed Mar 5 17:08:20 2008 +0900
62865
62866     net: Divided code of NE2000 ethernet driver
62867
62868     There are more devices of the NE2000 base.
62869     A present code is difficult for us to support more devices.
62870     To support more NE2000 clone devices, separated the function.
62871
62872     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
62873     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62874
62875 commit 395bce4f59a507a60a475f7ee46bed47de9482df
62876 Author: Mike Frysinger <vapier@gentoo.org>
62877 Date:   Sun Feb 24 23:58:13 2008 -0500
62878
62879     net/Blackfin: move on-chip MAC driver into drivers/net/
62880
62881     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
62882     directory, but it is not board specific, so relocate it to the drivers dir
62883     so that other Blackfin ports can utilize it.
62884
62885     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62886
62887 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
62888 Author: Mike Frysinger <vapier@gentoo.org>
62889 Date:   Sun Feb 24 23:52:35 2008 -0500
62890
62891     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
62892
62893     Since the "ssync" instruction may have hardware anomalies associated with
62894     it, have the smc91111 driver use the SSYNC macro rather than invoking it
62895     directly.  We workaround all the anomalies via this macro.
62896
62897     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62898
62899 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
62900 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62901 Date:   Sun Feb 17 22:57:47 2008 +0000
62902
62903     8xx: Update OF support on 8xx
62904
62905     This patch does some shifting around of OF support on 8xx.
62906
62907     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62908
62909 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
62910 Author: Kumar Gala <galak@kernel.crashing.org>
62911 Date:   Fri Feb 15 15:16:18 2008 -0600
62912
62913     ppc: Allow boards to specify how much memory they can map
62914
62915     For historical reasons we limited the stack to 256M because some boards
62916     could only map that much via BATS.  However newer boards are capable of
62917     mapping more memory (for example 85xx is capble of doing up to 2G).
62918
62919     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62920
62921 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
62922 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62923 Date:   Fri Feb 15 01:05:58 2008 +0000
62924
62925     8xx : Add OF support to Adder875 board port - resubmit
62926
62927     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62928
62929 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
62930 Author: Kumar Gala <galak@kernel.crashing.org>
62931 Date:   Thu Feb 14 20:44:42 2008 -0600
62932
62933     Add setexpr command
62934
62935     Add a simple expr style command that will set an env variable as the result
62936     of the command.  This allows us to do simple math in shell.  The following
62937     operations are supported: &, |, ^, +, -, *, /.
62938
62939     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62940
62941 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
62942 Author: Jon Loeliger <jdl@freescale.com>
62943 Date:   Wed Mar 5 17:27:48 2008 -0600
62944
62945     FSL: Move board/mpc7448hpc2 under board/freescale
62946
62947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62948
62949 commit 449c703374a8868453425e15da7e2f76221b72e4
62950 Author: Jon Loeliger <jdl@freescale.com>
62951 Date:   Wed Mar 5 17:21:43 2008 -0600
62952
62953     FSL: Move board/mpc8266ads under board/freescale
62954
62955     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62956
62957 commit 5863577989ad689427bb750107e9a75f1c1645d2
62958 Author: Jon Loeliger <jdl@freescale.com>
62959 Date:   Wed Mar 5 16:41:41 2008 -0600
62960
62961     FSL: Move board/mpc8260ads under board/freescale
62962
62963     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62964
62965 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
62966 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62967 Date:   Tue Mar 25 21:30:08 2008 +0900
62968
62969     [MIPS] Move gth2_config from ARM section to MIPS
62970
62971     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62972
62973 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
62974 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62975 Date:   Tue Mar 25 21:30:07 2008 +0900
62976
62977     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
62978
62979     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62980
62981 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
62982 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62983 Date:   Tue Mar 25 21:30:07 2008 +0900
62984
62985     [MIPS] Fix dcache_status()
62986
62987     You can't judge UNCACHED by Config.K0 LSB.
62988
62989     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62990
62991 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
62992 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62993 Date:   Tue Mar 25 21:30:07 2008 +0900
62994
62995     [MIPS] Introduce _machine_restart
62996
62997     Handles machine specific functions by using weak functions.
62998
62999     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63000
63001 commit decaba6f5cf386d569ac3997bebb871b966c6b18
63002 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63003 Date:   Tue Mar 25 21:30:07 2008 +0900
63004
63005     [MIPS] Cleanup CP0 Status initialization
63006
63007     Add setup_c0_status from Linux. For the moment we disable interrupts, set
63008     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
63009     reset-time configuration and will work well across most processors.
63010
63011     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63012
63013 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
63014 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63015 Date:   Tue Mar 25 21:30:07 2008 +0900
63016
63017     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
63018
63019     Without this change, we'll be suffering from deffered WATCH exception
63020     once Status.EXL is cleared. Make sure Cause.WP is cleared.
63021
63022     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63023
63024 commit 26138623230ca2bad3c78e05a65527ea70c8b688
63025 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63026 Date:   Tue Mar 25 21:30:07 2008 +0900
63027
63028     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
63029
63030     Move things to appropriate place.
63031
63032     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63033
63034 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
63035 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63036 Date:   Tue Mar 25 21:30:06 2008 +0900
63037
63038     [MIPS] Implement flush_cache()
63039
63040     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
63041     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
63042     function is used not only in U-Boot specfic programs but also at loading
63043     target binaries.
63044
63045     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63046
63047 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
63048 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63049 Date:   Tue Mar 25 21:30:06 2008 +0900
63050
63051     [MIPS] Fix I-/D-cache initialization loops
63052
63053     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
63054     again per a loop for I-cache initialization. But according to 'See MIPS
63055     Run', we're encouraged to use three separate loops rather than combining
63056     them *for both I- and D-cache*. This patch tries to fix this.
63057
63058     In accordance with fixing above, mips_init_[id]cache are separated from
63059     mips_cache_reset(), and rewrite cache loops are completely rewritten with
63060     useful macros.
63061
63062     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63063
63064 commit 1898840797c7f50799377bd5b285a8a93a82c419
63065 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63066 Date:   Tue Mar 25 21:30:06 2008 +0900
63067
63068     [MIPS] Replace memory clearance code with f_fill64
63069
63070     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
63071
63072     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63073
63074 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
63075 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63076 Date:   Tue Mar 25 21:30:06 2008 +0900
63077
63078     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
63079
63080     This patch replaces the current function definitions with NESTED, LEAF
63081     and END macro. They specify some more additional information about the
63082     function; an alignment of symbol, type of symbol, stack frame usage, etc.
63083     These information explicitly tells the assembler and the debugger about
63084     the types of code we want to generate.
63085
63086     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63087
63088 commit 282223a607c611425fa33f5428f8eae6636972bb
63089 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63090 Date:   Tue Mar 25 11:43:17 2008 +0900
63091
63092     [MIPS] asm headers' updates
63093
63094     Make some asm headers adjusted to the latest Linux kernel.
63095
63096     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63097
63098 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
63099 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63100 Date:   Tue Mar 25 11:39:29 2008 +0900
63101
63102     [MIPS] Request for the 'mips_cache_lock()' removal
63103
63104     The initial intension of having mips_cache_lock() was to use the cache
63105     as memory for temporary stack use so that a C environment can be set up
63106     as early as possible.
63107
63108     But now mips_cache_lock() follow lowlevel_init(). We've already have the
63109     real memory initilaized at this point, therefore we could/should use it.
63110     No reason to lock at all.
63111
63112     Other problems:
63113
63114     Cache locking is not consistent across MIPS implementaions. Some imple-
63115     mentations don't support locking at all. The style of locking varies -
63116     some support per line locking, others per way, etc. Some parts use bits
63117     in status registers instead of cache ops. Current mips_cache_lock() is
63118     not necessarily general-purpose.
63119
63120     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
63121     they are never get unlocked, so the code relies on whatever gets loaded
63122     after U-Boot to re-initialize the cache and clear the locks. We're sup-
63123     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
63124     but leave the situation as it is for a long time.
63125
63126     For these reasons, I proposed the removal of mips_cache_lock() from the
63127     global start-up code.
63128
63129     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
63130     *things have changed*. If he wants the same behavior as before, he needs
63131     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
63132
63133     If we don't have any regression report through several releases, then
63134     we'll remove codes entirely.
63135
63136     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63137     Acked-by: Andrew Dyer <amdyer@gmail.com>
63138
63139 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
63140 Author: Yuri Tikhonov <yur@emcraft.com>
63141 Date:   Mon Mar 24 11:30:54 2008 +0100
63142
63143     lwmon5 SYSMON POST: fix backlight control
63144
63145     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
63146     run on the board, then the SYSMON POST controls the display backlight
63147     (doesn't switch backlight ON if POST FAILED, and does switch the
63148     backlight ON if PASSED).
63149
63150     If not, then the video driver controls the display backlight (just
63151     switch ON the backlight upon initialization).
63152
63153     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63154
63155 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
63156 Author: Yuri Tikhonov <yur@emcraft.com>
63157 Date:   Mon Mar 24 11:29:14 2008 +0100
63158
63159     lwmon5 SYSMON POST: fix handling of negative temperatures
63160
63161     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
63162
63163     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63164
63165 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
63166 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63167 Date:   Fri Mar 7 16:04:25 2008 +0900
63168
63169     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
63170
63171     In current source code, when the device number of PCI is 0, process PCI
63172     bridge without fail. However, when the device number is 0, it is not PCI
63173     always bridge. There are times when device of PCI allocates.
63174
63175     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
63176     use this patch.
63177
63178     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63179     Acked-by: Stefan Roese <sr@denx.de>
63180
63181 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
63182 Author: Yuri Tikhonov <yur@emcraft.com>
63183 Date:   Fri Mar 21 09:18:40 2008 +0100
63184
63185     LWMON5: fix dsPIC POST
63186
63187     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
63188
63189     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
63190
63191 commit 388b82fddc7c05596f3f615f190da0448227dc82
63192 Author: Bartlomiej Sieka <tur@semihalf.com>
63193 Date:   Thu Mar 20 23:23:13 2008 +0100
63194
63195     [new uImage] Enable new uImage support for the pcs440ep board.
63196
63197     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63198
63199 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
63200 Author: Bartlomiej Sieka <tur@semihalf.com>
63201 Date:   Thu Mar 20 23:23:13 2008 +0100
63202
63203     [new uImage] Do not compile new uImage format support by default
63204
63205     Disable default building of new uImage format support in preparation
63206     for merge with the master. Support for new format can be enabled on
63207     a per-board basis, by defining the following in the board's config file:
63208
63209     #define CONFIG_FIT             1
63210     #define CONFIG_OF_LIBFDT       1
63211
63212     This can be optionally defined to give more verbose output:
63213
63214     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
63215
63216     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63217
63218 commit dafaede8a46c7159310239e036c93e31c6374487
63219 Author: Bartlomiej Sieka <tur@semihalf.com>
63220 Date:   Thu Mar 20 23:20:31 2008 +0100
63221
63222     [new uImage] Disable debuging output in preparation for merge with master
63223
63224     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63225
63226 commit fbe7a155027beacebaee9b32e1ada781fe924bca
63227 Author: Bartlomiej Sieka <tur@semihalf.com>
63228 Date:   Thu Mar 20 19:38:45 2008 +0100
63229
63230     [new uImage] Compilation and new uImage handling fixes for imxtract
63231
63232     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
63233     include/config_cmd_default.h. Fix few warnings and handling of new format
63234     images.
63235
63236     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63237
63238 commit 36cc8cbb3379d5166f882641123521735c469f92
63239 Author: Bartlomiej Sieka <tur@semihalf.com>
63240 Date:   Thu Mar 20 23:10:19 2008 +0100
63241
63242     [new uImage] Fix autoscr command used with new uImage format
63243
63244     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63245
63246 commit 43142e817f0597be412e7cbe19413f5532eafa5d
63247 Author: Bartlomiej Sieka <tur@semihalf.com>
63248 Date:   Thu Mar 20 23:10:19 2008 +0100
63249
63250     [new uImage] Fix *.its files location in documentation
63251
63252     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63253
63254 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
63255 Author: Wolfgang Denk <wd@denx.de>
63256 Date:   Thu Mar 20 22:01:38 2008 +0100
63257
63258     lwmon5 POST: remove unreachable code
63259
63260     plus some coding style cleanup
63261
63262     Signed-off-by: Wolfgang Denk <wd@denx.de>
63263
63264 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
63265 Author: Yuri Tikhonov <yur@emcraft.com>
63266 Date:   Thu Mar 20 17:56:04 2008 +0300
63267
63268     LWMON5: POST RTC fix
63269
63270     Modify the RTC API to provide one a status for the time reported by
63271     the rtc_get() function:
63272       0 - a reliable time is guaranteed,
63273     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
63274           and so on).
63275
63276     The RTC chip drivers are responsible for providing this info if the
63277     corresponding chip supports such functionality. If not - always
63278     report that the time is reliable.
63279
63280     The POST RTC test was modified to detect the RTC faults utilizing
63281     this new rtc_get() feature.
63282
63283     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63284
63285 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
63286 Author: Martin Krause <martin.krause@tqs.de>
63287 Date:   Wed Mar 19 14:25:14 2008 +0100
63288
63289     TQM5200B: update MTD partition layout
63290
63291     - insert partition for dtb blob to TQM5200B MTD layout
63292     - set env variables dependent on the configured board
63293       (TQM5200 or TQM5200B)
63294
63295     Signed-off-by: Martin Krause <martin.krause@tqs.de>
63296
63297 commit f0105727d132f56a21fa3ed8b162309cca6cac44
63298 Author: Stefan Roese <sr@denx.de>
63299 Date:   Wed Mar 19 07:09:26 2008 +0100
63300
63301     CFI: Small cleanup for FLASH_SHOW_PROGRESS
63302
63303     With this patch we don't need that many #ifdef's in the code. It moves
63304     the subtraction into the macro and defines a NOP-macro when
63305     CONFIG_FLASH_SHOW_PROGRESS is not defined.
63306
63307     Signed-off-by: Stefan Roese <sr@denx.de>
63308     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
63309
63310 commit 9a042e9ca512beaaa2cb450274313fc477141241
63311 Author: Jerry Van Baren <gvb.uboot@gmail.com>
63312 Date:   Sat Mar 8 13:48:01 2008 -0500
63313
63314     Flash programming progress countdown.
63315
63316     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
63317
63318 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
63319 Author: Bartlomiej Sieka <tur@semihalf.com>
63320 Date:   Wed Mar 19 10:00:06 2008 +0100
63321
63322     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
63323
63324     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63325
63326 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
63327 Author: David Gibson <david@gibson.dropbear.id.au>
63328 Date:   Mon Feb 18 18:09:04 2008 +1100
63329
63330     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
63331
63332     Since fdt_node_offset_by_compatible() was converted to the new
63333     fdt_next_node() iterator, a chunk of initialization code became
63334     redundant, but was not removed by oversight.  This patch cleans it up.
63335
63336     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63337
63338 commit d0ccb9b140b472039732de102fc14597eedb14df
63339 Author: David Gibson <david@gibson.dropbear.id.au>
63340 Date:   Mon Feb 18 18:06:31 2008 +1100
63341
63342     libfdt: Trivial cleanup for CHECK_HEADER)
63343
63344     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
63345     However, there are a handful of functions (fdt_move, rw_check_header,
63346     fdt_open_into) from other files which could also use it (currently
63347     they open-code something more-or-less identical).  Therefore, this
63348     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
63349     places.
63350
63351     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63352
63353 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
63354 Author: Kumar Gala <galak@kernel.crashing.org>
63355 Date:   Wed Feb 20 14:32:36 2008 -0600
63356
63357     Fix fdt boardsetup command parsing
63358
63359     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
63360
63361     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63362
63363 commit 804887e6001e2f00bea11431bf34d6d472512cda
63364 Author: Kumar Gala <galak@kernel.crashing.org>
63365 Date:   Fri Feb 15 03:34:36 2008 -0600
63366
63367     Add sub-commands to fdt
63368
63369     fdt header                          - Display header info
63370     fdt bootcpu <id>                    - Set boot cpuid
63371     fdt memory <addr> <size>            - Add/Update memory node
63372     fdt rsvmem print                    - Show current mem reserves
63373     fdt rsvmem add <addr> <size>        - Add a mem reserve
63374     fdt rsvmem delete <index>           - Delete a mem reserves
63375
63376     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63377
63378 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
63379 Author: David Gibson <david@gibson.dropbear.id.au>
63380 Date:   Thu Feb 14 16:50:34 2008 +1100
63381
63382     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
63383
63384     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
63385     node which has NOP tags interspersed with its properties.  In this
63386     case fdt_add_subnode_namelen() will put the new subnode before the
63387     first NOP tag, even if there are properties after it, which will
63388     result in an invalid blob.
63389
63390     This patch fixes the bug, and adds a testcase for it.
63391
63392     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63393
63394 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
63395 Author: David Gibson <david@gibson.dropbear.id.au>
63396 Date:   Tue Feb 12 11:58:31 2008 +1100
63397
63398     libfdt: Add and use a node iteration helper function.
63399
63400     This patch adds an fdt_next_node() function which can be used to
63401     iterate through nodes of the tree while keeping track of depth.  This
63402     function is used to simplify the iteration code in a lot of other
63403     functions, and is also exported for use by library users.
63404
63405     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63406
63407 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
63408 Author: David Gibson <david@gibson.dropbear.id.au>
63409 Date:   Fri Jan 11 14:55:05 2008 +1100
63410
63411     libfdt: Add fdt_set_name() function
63412
63413     This patch adds an fdt_set_name() function to libfdt, mirroring
63414     fdt_get_name().  This is a r/w function which alters the name of a
63415     given device tree node.
63416
63417     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63418
63419 commit 23e20aa6488e6c0622496549861bfdc74108debe
63420 Author: Yuri Tikhonov <yur@pollux.denx.de>
63421 Date:   Tue Mar 18 13:33:30 2008 +0100
63422
63423     lwmon5: Fix register test logic to match the specific GDC h/w.
63424
63425     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63426     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63427
63428 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
63429 Author: Yuri Tikhonov <yur@pollux.denx.de>
63430 Date:   Tue Mar 18 13:27:57 2008 +0100
63431
63432     Fix backlight in the lwmon5 POST.
63433
63434     Backlight was switched on even when temperature was too low.
63435
63436     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63437     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63438
63439 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
63440 Author: Yuri Tikhonov <yur@pollux.denx.de>
63441 Date:   Wed Feb 6 18:48:36 2008 +0100
63442
63443     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).
63444
63445      To enable this, alternative, configuration the U-Boot board configuration
63446     file for lwmon5 includes the definitions of alternative addresses for header
63447     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
63448
63449      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
63450     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
63451     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
63452
63453     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63454
63455 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
63456 Author: Yuri Tikhonov <yur@pollux.denx.de>
63457 Date:   Mon Feb 4 17:11:53 2008 +0100
63458
63459     Add support for the lwmon5 board reset via GPIO58.
63460
63461     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63462     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63463
63464 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
63465 Author: Yuri Tikhonov <yur@pollux.denx.de>
63466 Date:   Mon Feb 4 17:09:55 2008 +0100
63467
63468     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
63469
63470     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63471     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63472
63473 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
63474 Author: Yuri Tikhonov <yur@pollux.denx.de>
63475 Date:   Mon Feb 4 14:11:03 2008 +0100
63476
63477     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.
63478
63479     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63480     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63481
63482 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
63483 Author: Yuri Tikhonov <yur@pollux.denx.de>
63484 Date:   Mon Feb 4 14:10:42 2008 +0100
63485
63486     The patch adds new POST tests for the Lwmon5 board. These are:
63487
63488     * External Watchdog test;
63489     * dsPIC tests;
63490     * FPGA test;
63491     * GDC test;
63492     * Sysmon tests.
63493
63494     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63495     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63496
63497 commit c2ed33efbfff5767bca236828e021c55fd547b6c
63498 Author: Yuri Tikhonov <yur@pollux.denx.de>
63499 Date:   Mon Feb 4 14:10:01 2008 +0100
63500
63501     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
63502
63503     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63504
63505 commit 3a5d1e7f1309998791702b2a559e3126781746b9
63506 Author: Yuri Tikhonov <yur@pollux.denx.de>
63507 Date:   Tue Mar 18 13:33:30 2008 +0100
63508
63509     lwmon5: Fix register test logic to match the specific GDC h/w.
63510
63511     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63512     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63513
63514 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
63515 Author: Yuri Tikhonov <yur@pollux.denx.de>
63516 Date:   Tue Mar 18 13:27:57 2008 +0100
63517
63518     Fix backlight in the lwmon5 POST.
63519
63520     Backlight was switcehd on even when temperature was too low.
63521
63522     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63523     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63524
63525 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
63526 Author: Yuri Tikhonov <yur@pollux.denx.de>
63527 Date:   Wed Feb 6 18:48:36 2008 +0100
63528
63529      The patch introduces the alternative configuration of the log buffer for
63530     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
63531     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
63532     PPC440EPX_GPT0_COMP5).
63533
63534      To enable this, alternative, configuration the U-Boot board configuration
63535     file for lwmon5 includes the definitions of alternative addresses for header
63536     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
63537
63538      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
63539     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
63540     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
63541
63542     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63543
63544 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
63545 Author: Yuri Tikhonov <yur@pollux.denx.de>
63546 Date:   Mon Feb 4 17:11:53 2008 +0100
63547
63548     Add support for the lwmon5 board reset via GPIO58.
63549
63550     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63551     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63552
63553 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
63554 Author: Yuri Tikhonov <yur@pollux.denx.de>
63555 Date:   Mon Feb 4 17:09:55 2008 +0100
63556
63557     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
63558     Disable external watch-dog for now.
63559
63560     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63561     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63562
63563 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
63564 Author: Yuri Tikhonov <yur@pollux.denx.de>
63565 Date:   Mon Feb 4 14:11:03 2008 +0100
63566
63567     The patch introduces the CRITICAL feature of POST tests. If the test
63568     marked as POST_CRITICAL fails then the alternative, post_critical,
63569     boot-command is used. If this command is not defined then U-Boot
63570     enters into interactive mode.
63571
63572     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63573     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63574
63575 commit 65b20dcefc89618193fa51947968dada91e4c778
63576 Author: Yuri Tikhonov <yur@pollux.denx.de>
63577 Date:   Mon Feb 4 14:10:42 2008 +0100
63578
63579     The patch adds new POST tests for the Lwmon5 board.
63580     These are:
63581
63582     * External Watchdog test;
63583     * dsPIC tests;
63584     * FPGA test;
63585     * GDC test;
63586     * Sysmon tests.
63587
63588     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63589     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63590
63591 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
63592 Author: Yuri Tikhonov <yur@pollux.denx.de>
63593 Date:   Mon Feb 4 14:10:01 2008 +0100
63594
63595     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
63596
63597     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63598
63599 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
63600 Author: Wolfgang Denk <wd@denx.de>
63601 Date:   Tue Mar 18 17:35:51 2008 +0100
63602
63603     HMI1001: fix compile problem.
63604
63605     Signed-off-by: Wolfgang Denk <wd@denx.de>
63606
63607 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
63608 Author: Mike Frysinger <vapier@gentoo.org>
63609 Date:   Mon Feb 18 05:32:30 2008 -0500
63610
63611     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
63612
63613     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
63614     for the board specific driver at all.  Just use the common CFI driver.
63615
63616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63617
63618 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
63619 Author: Mike Frysinger <vapier@gentoo.org>
63620 Date:   Tue Feb 19 00:36:14 2008 -0500
63621
63622     Blackfin: add proper ELF markings to some assembly functions
63623
63624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63625
63626 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
63627 Author: Mike Frysinger <vapier@gentoo.org>
63628 Date:   Tue Feb 19 00:35:17 2008 -0500
63629
63630     Blackfin: new cplbinfo command for viewing cplb tables
63631
63632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63633
63634 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
63635 Author: Mike Frysinger <vapier@gentoo.org>
63636 Date:   Mon Feb 18 05:37:51 2008 -0500
63637
63638     Blackfin: update MAINTAINERS list
63639
63640     Add maintainer information for the Blackfin boards.
63641
63642     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63643
63644 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
63645 Author: Mike Frysinger <vapier@gentoo.org>
63646 Date:   Mon Feb 18 05:26:48 2008 -0500
63647
63648     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
63649
63650     Stop tying things to the processor that should be tied to other defines and
63651     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
63652     system to select the -mcpu option.
63653
63654     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63655
63656 commit 86a20fb920bd198105acf7b1191117f566d637ed
63657 Author: Mike Frysinger <vapier@gentoo.org>
63658 Date:   Sat Feb 16 07:40:36 2008 -0500
63659
63660     Blackfin: move bootldr command to common code
63661
63662     This moves the Blackfin-common bootldr command out of the BF537-STAMP
63663     specific board directory and into the common directory so that all Blackfin
63664     boards may utilize it.
63665
63666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63667
63668 commit decbe029b2a9d3333d02c433389b1c821eea96d7
63669 Author: Heiko Schocher <hs@denx.de>
63670 Date:   Fri Mar 14 11:05:20 2008 +0100
63671
63672     mgcoge: update configuration
63673
63674     Fix configuration for mgcoge board
63675
63676     Signed-off-by: Heiko Schocher <hs@denx.de>
63677
63678 commit c136724cda0219c49f1d4b346f00da29b14fdf14
63679 Author: Wolfgang Denk <wd@denx.de>
63680 Date:   Sun Mar 16 01:22:59 2008 +0100
63681
63682     drivers/rtc/Makefile: keep list sorted
63683
63684     Signed-off-by: Wolfgang Denk <wd@denx.de>
63685
63686 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
63687 Author: Tor Krill <tor@excito.com>
63688 Date:   Sat Mar 15 15:40:26 2008 +0100
63689
63690     Add support for Intersil isl1208 RTC
63691
63692     Signed-off-by: Tor Krill <tor@excito.com>
63693
63694 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
63695 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63696 Date:   Sat Mar 15 17:36:41 2008 +0100
63697
63698     cramfs: Fix ifdef
63699
63700     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63701
63702 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
63703 Author: Wolfgang Denk <wd@denx.de>
63704 Date:   Sun Mar 16 01:12:58 2008 +0100
63705
63706     Conding style cleanup
63707
63708     Signed-off-by: Wolfgang Denk <wd@denx.de>
63709
63710 commit 41712b4e8c95dff23354bcd620e1f9477160c190
63711 Author: Stefan Roese <sr@denx.de>
63712 Date:   Wed Mar 5 12:31:53 2008 +0100
63713
63714     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
63715
63716     This patch adds USB OHCI support to the Canyonlands board port. It also
63717     enables EXT2 support.
63718
63719     Signed-off-by: Stefan Roese <sr@denx.de>
63720
63721 commit 2596f5b9d353ff3e4387a3325d05740f16958038
63722 Author: Stefan Roese <sr@denx.de>
63723 Date:   Wed Mar 5 12:29:32 2008 +0100
63724
63725     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
63726
63727     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
63728     way a board just needs to define this new option to enable the "force
63729     NoPowerSwitching mode" instead of adding new CPU/architecture defines
63730     to the USB source itself.
63731
63732     This new option will be used first with the new AMCC 460EX Canyonlands
63733     board port, which will be posted in a few days.
63734
63735     This patch also fixes a small compilation problem when DEBUG is enabled.
63736
63737     Signed-off-by: Stefan Roese <sr@denx.de>
63738
63739 commit 71665ebf88408ff2acb762af47989fd4365b321a
63740 Author: Stefan Roese <sr@denx.de>
63741 Date:   Mon Mar 3 17:27:02 2008 +0100
63742
63743     ppc4xx: Add Canyonlands NAND booting support
63744
63745     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
63746     NAND devices. The only bootstrap option for NAND booting is option F for
63747     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
63748     EEPROM needs to be programmed accordingly.
63749
63750     This patch adds basic NAND booting support for the AMCC Canyonlands aval
63751     board and also adds support to the "bootstrap" command, to enable NAND
63752     booting I2C setting.
63753
63754     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
63755
63756     Signed-off-by: Stefan Roese <sr@denx.de>
63757
63758 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
63759 Author: Stefan Roese <sr@denx.de>
63760 Date:   Tue Mar 11 16:53:00 2008 +0100
63761
63762     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
63763
63764     This patch adds support for the AMCC Canyonlands 460EX evaluation
63765     board.
63766
63767     Signed-off-by: Stefan Roese <sr@denx.de>
63768
63769 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
63770 Author: Stefan Roese <sr@denx.de>
63771 Date:   Tue Mar 11 16:52:24 2008 +0100
63772
63773     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
63774
63775     This patch adds support for the AMCC Canyonlands 460EX evaluation
63776     board.
63777
63778     Signed-off-by: Stefan Roese <sr@denx.de>
63779
63780 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
63781 Author: Stefan Roese <sr@denx.de>
63782 Date:   Tue Mar 11 16:51:17 2008 +0100
63783
63784     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
63785
63786     This patch adds support for the AMCC Canyonlands 460EX evaluation
63787     board.
63788
63789     Signed-off-by: Stefan Roese <sr@denx.de>
63790
63791 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
63792 Author: Stefan Roese <sr@denx.de>
63793 Date:   Tue Mar 11 15:11:43 2008 +0100
63794
63795     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
63796
63797     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63798
63799     Signed-off-by: Stefan Roese <sr@denx.de>
63800
63801 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
63802 Author: Stefan Roese <sr@denx.de>
63803 Date:   Tue Mar 11 15:11:18 2008 +0100
63804
63805     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
63806
63807     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63808
63809     Signed-off-by: Stefan Roese <sr@denx.de>
63810
63811 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
63812 Author: Stefan Roese <sr@denx.de>
63813 Date:   Tue Mar 11 15:07:10 2008 +0100
63814
63815     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
63816
63817     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63818
63819     Signed-off-by: Stefan Roese <sr@denx.de>
63820
63821 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
63822 Author: Stefan Roese <sr@denx.de>
63823 Date:   Tue Mar 11 15:05:50 2008 +0100
63824
63825     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
63826
63827     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63828
63829     Signed-off-by: Stefan Roese <sr@denx.de>
63830
63831 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
63832 Author: Stefan Roese <sr@denx.de>
63833 Date:   Tue Mar 11 15:05:26 2008 +0100
63834
63835     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
63836
63837     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63838
63839     Signed-off-by: Stefan Roese <sr@denx.de>
63840
63841 commit 56e410178375d9f20be25fb24e180974f0ae120b
63842 Author: Stefan Roese <sr@denx.de>
63843 Date:   Tue Feb 19 22:07:57 2008 +0100
63844
63845     ppc4xx: interrupt.c reworked
63846
63847     This patch is a rework of the 4xx interrupt handling done while
63848     adding the 460EX/GT support. Interrupts are needed on 4xx for the
63849     EMAC driver.
63850
63851     Signed-off-by: Stefan Roese <sr@denx.de>
63852
63853 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
63854 Author: Stefan Roese <sr@denx.de>
63855 Date:   Tue Feb 19 22:01:57 2008 +0100
63856
63857     ppc4xx: program_tlb now uses 64bit physical addess
63858
63859     This patch changes the physical addess parameter from 32bit to 64bit.
63860     This is needed for 36bit 4xx platforms to access areas located
63861     beyond the 4GB border, like SoC peripherals (EBC etc.).
63862
63863     Signed-off-by: Stefan Roese <sr@denx.de>
63864
63865 commit c3307fa186af85771924c434997089b8104c0a46
63866 Author: Stefan Roese <sr@denx.de>
63867 Date:   Tue Feb 19 21:58:25 2008 +0100
63868
63869     ppc4xx: miiphy.c reworked
63870
63871     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
63872     badly neede some cleanup.
63873
63874     Signed-off-by: Stefan Roese <sr@denx.de>
63875
63876 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
63877 Author: Stefan Roese <sr@denx.de>
63878 Date:   Tue Feb 19 16:21:49 2008 +0100
63879
63880     rtc: Add M41T62 support
63881
63882     This patch add support for the STM M41T62 RTC. It is used and tested
63883     on the AMCC Canyonlands 406EX platform.
63884
63885     Signed-off-by: Stefan Roese <sr@denx.de>
63886
63887 commit 217d383e201adc7f2271145ae345ea5eae2b7170
63888 Author: Niklaus Giger <niklaus.giger@netstal.com>
63889 Date:   Mon Feb 25 18:46:43 2008 +0100
63890
63891     ppc4xx: Add 405GPr based MCU25 board specific files
63892
63893     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63894
63895 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
63896 Author: Niklaus Giger <niklaus.giger@netstal.com>
63897 Date:   Mon Feb 25 18:46:42 2008 +0100
63898
63899     ppc4xx: Add 405GPr based MCU25 board config file
63900
63901     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63902
63903 commit b05f35436b733a240559e77e46bed8439665ecc5
63904 Author: Niklaus Giger <niklaus.giger@netstal.com>
63905 Date:   Mon Feb 25 18:46:41 2008 +0100
63906
63907     ppc4xx: Add 405GPr based MCU25 board. Global files
63908
63909     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63910
63911 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
63912 Author: Niklaus Giger <niklaus.giger@netstal.com>
63913 Date:   Mon Feb 25 18:37:02 2008 +0100
63914
63915     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
63916
63917     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63918
63919 commit a079494853cc2bfeddb26673219db0b4b2b31566
63920 Author: Niklaus Giger <niklaus.giger@netstal.com>
63921 Date:   Mon Feb 25 18:37:01 2008 +0100
63922
63923     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
63924
63925     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
63926     the FLASH_CFI_LEGACY et al. config options.
63927
63928     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63929
63930 commit e4170e5a50c8110f792bc37472833ae669d69951
63931 Author: Stefan Roese <sr@denx.de>
63932 Date:   Tue Mar 11 13:52:25 2008 +0100
63933
63934     ppc4xx: Fix comment in 405EX DDR2 init code
63935
63936     Signed-off-by: Stefan Roese <sr@denx.de>
63937
63938 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
63939 Author: Bartlomiej Sieka <tur@semihalf.com>
63940 Date:   Fri Mar 14 16:22:34 2008 +0100
63941
63942     Add MD5 support to the new uImage format
63943
63944     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63945
63946 commit 0ede0c383530a418cf98be9122371a86573cd0db
63947 Author: Bartlomiej Sieka <tur@semihalf.com>
63948 Date:   Fri Mar 14 16:22:34 2008 +0100
63949
63950     Add the MD5 algorithm
63951
63952     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
63953     calculated using the md5() function -- see include/md5.h for details.
63954
63955     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63956
63957 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
63958 Author: Wolfgang Denk <wd@denx.de>
63959 Date:   Fri Mar 14 16:04:54 2008 +0100
63960
63961     tools/setlocalversion: use a git-describe-ish format
63962
63963     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
63964     where 'nnnnn' is the number of commits since the last tag (i.e.,
63965     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
63966     and to see how much has been changed since the referenced tag.
63967
63968     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
63969
63970     Signed-off-by: Wolfgang Denk <wd@denx.de>
63971
63972 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
63973 Author: Wolfgang Denk <wd@denx.de>
63974 Date:   Thu Mar 13 14:32:03 2008 +0100
63975
63976     HMI1001: add support for MPC5200 Rev. B processors.
63977
63978     Signed-off-by: Wolfgang Denk <wd@denx.de>
63979
63980 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
63981 Author: Wolfgang Denk <wd@denx.de>
63982 Date:   Thu Mar 13 14:29:49 2008 +0100
63983
63984     TQM5200: remove dead code
63985
63986     This board never used a MGT5100 processor.
63987
63988     Signed-off-by: Wolfgang Denk <wd@denx.de>
63989
63990 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
63991 Author: Marian Balakowicz <m8@semihalf.com>
63992 Date:   Wed Mar 12 12:14:15 2008 +0100
63993
63994     [new uImage] Fix build issue on ARM
63995
63996     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
63997
63998     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63999
64000 commit 3310c549a73a949430bfda90876df7552a1dab0c
64001 Author: Marian Balakowicz <m8@semihalf.com>
64002 Date:   Wed Mar 12 12:13:13 2008 +0100
64003
64004     [new uImage] Add new uImage format documentation and examples
64005
64006     Create doc/uImage.FIT documentation directory with the following files:
64007     - command_syntax_extensions.txt : extended command syntax description
64008     - howto.txt                     : short usage howto
64009     - source_file_format.txt        : internal new uImage format description
64010
64011     Add example image source files:
64012     - kernel.its
64013     - kernel_fdt.its
64014     - multi.its
64015
64016     Update README appropriately.
64017
64018     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64019     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64020
64021 commit 1ec73761d2e247078f4520a265d463e8b73391a2
64022 Author: Marian Balakowicz <m8@semihalf.com>
64023 Date:   Wed Mar 12 10:35:52 2008 +0100
64024
64025     [new uImage] Fix definition of common bootm_headers_t fields
64026
64027     verify, autostart and lmb fields are used regardless of CONFIG_FIT
64028     setting, move their definitions to common section.
64029
64030     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64031
64032 commit 1d1cb4270edc6a99276834064069717f9782c491
64033 Author: Marian Balakowicz <m8@semihalf.com>
64034 Date:   Wed Mar 12 10:35:51 2008 +0100
64035
64036     [new uImage] Fix build problems on trab board
64037
64038     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64039
64040 commit f773bea8e11f4a11c388dcee956b2444203e6b65
64041 Author: Marian Balakowicz <m8@semihalf.com>
64042 Date:   Wed Mar 12 10:35:46 2008 +0100
64043
64044     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
64045
64046     Save FIT configuration provied in the first bootm argument and use it
64047     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
64048     arguments are not specified.
64049
64050     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64051
64052 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
64053 Author: Marian Balakowicz <m8@semihalf.com>
64054 Date:   Wed Mar 12 10:33:01 2008 +0100
64055
64056     [new uImage] More verbose kernel image uncompress error message
64057
64058     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64059
64060 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
64061 Author: Marian Balakowicz <m8@semihalf.com>
64062 Date:   Wed Mar 12 10:33:01 2008 +0100
64063
64064     [new uImage] Use show_boot_progress() for new uImage format
64065
64066     This patch allocates a set of show_boot_progress() IDs for new uImage format
64067     and adds show_boot_progress() calls in new uImage format handling code.
64068
64069     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64070
64071 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
64072 Author: Marian Balakowicz <m8@semihalf.com>
64073 Date:   Wed Mar 12 10:33:01 2008 +0100
64074
64075     [new uImage] Add new uImage fromat support to fpga command
64076
64077     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64078
64079 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
64080 Author: Marian Balakowicz <m8@semihalf.com>
64081 Date:   Wed Mar 12 10:33:01 2008 +0100
64082
64083     [new uImage] Add new uImage format handling to other bootm related commands
64084
64085     Updated commands:
64086
64087     docboot  - cmd_doc.c
64088     fdcboot  - cmd_fdc.c
64089     diskboot - cmd_ide.c
64090     nboot    - cmd_nand.c
64091     scsiboot - cmd_scsi.c
64092     usbboot  - cmd_usb.c
64093
64094     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64095
64096 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
64097 Author: Marian Balakowicz <m8@semihalf.com>
64098 Date:   Wed Mar 12 10:33:00 2008 +0100
64099
64100     [new uImage] Add new uImage format support to imgextract command
64101
64102     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64103
64104 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
64105 Author: Marian Balakowicz <m8@semihalf.com>
64106 Date:   Wed Mar 12 10:33:00 2008 +0100
64107
64108     [new uImage] Add new uImage format support to autoscript routine
64109
64110     autoscript() routine is updated to accept second argument, which
64111     is only used for FIT images and provides a FIT subimage unit name.
64112
64113     autoscript() routine callers must now pass two arguments. For
64114     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
64115     variable 'autoscript_uname' is introduced and used as a FIT
64116     subimage unit name source.
64117
64118     autoscript command accepts extended syntax of the addr argument:
64119     addr:<subimg_uname>
64120
64121     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64122
64123 commit cd7c596e9f561dbbc17b717277438aee78cde14f
64124 Author: Marian Balakowicz <m8@semihalf.com>
64125 Date:   Wed Mar 12 10:33:00 2008 +0100
64126
64127     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
64128
64129     This patch updates architecture specific implementations of
64130     do_bootm_linux() adding new uImage format handling for
64131     operations like get kernel entry point address, get kernel
64132     image data start address.
64133
64134     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64135
64136 commit 3dfe110149311425919e6d6a14b561b4207498f1
64137 Author: Marian Balakowicz <m8@semihalf.com>
64138 Date:   Wed Mar 12 10:32:59 2008 +0100
64139
64140     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
64141
64142     This patch adds new node offset fields to struct bootm_headers
64143     and updates bootm_headers processing code to make use of them.
64144     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
64145
64146     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64147
64148 commit bc8ed486b125452ba3bd8344f052f437329150c5
64149 Author: Marian Balakowicz <m8@semihalf.com>
64150 Date:   Wed Mar 12 10:32:53 2008 +0100
64151
64152     [new uImage] ppc: Add new uImage format support to FDT handling routines
64153
64154     Support for new (FIT) format uImages is added to powerpc specific
64155     boot_get_fdt() routine which now recognizes, sanity checks FIT image
64156     and is able to access data sections of the requested component image.
64157
64158     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64159
64160 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
64161 Author: Marian Balakowicz <m8@semihalf.com>
64162 Date:   Wed Mar 12 10:14:57 2008 +0100
64163
64164     [new uImage] Re-enable interrupts for non automatic booting
64165
64166     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
64167     environment variable is not set to 'yes'.
64168
64169     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64170
64171 commit d985c8498c4e47095820da97aa722381d39172c5
64172 Author: Marian Balakowicz <m8@semihalf.com>
64173 Date:   Wed Mar 12 10:14:38 2008 +0100
64174
64175     [new uImage] Remove unnecessary arguments passed to ramdisk routines
64176
64177     boot_get_ramdisk() and image_get_ramdisk() do not need all
64178     cmdtp, flag, argc and argv arguments. Simplify routines definition.
64179
64180     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64181
64182 commit c87796483bc7c2900470dc747c367f602577608d
64183 Author: Marian Balakowicz <m8@semihalf.com>
64184 Date:   Wed Mar 12 10:12:37 2008 +0100
64185
64186     [new uImage] Add new uImage format support for ramdisk handling
64187
64188     This patch updates boot_get_ramdisk() routine adding format
64189     verification and handling for new (FIT) uImages.
64190
64191     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64192
64193 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
64194 Author: Marian Balakowicz <m8@semihalf.com>
64195 Date:   Wed Mar 12 10:01:05 2008 +0100
64196
64197     [new uImage] Add new uImage format support for kernel booting
64198
64199     New format uImages are recognized by the bootm command,
64200     validity of specified kernel component image is checked and
64201     its data section located and used for further processing
64202     (uncompress, load, etc.)
64203
64204     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64205
64206 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
64207 Author: Marian Balakowicz <m8@semihalf.com>
64208 Date:   Tue Mar 11 12:35:20 2008 +0100
64209
64210     [new uImage] Add new uImage format support for imls and iminfo commands
64211
64212     imls and iminfo can now recognize nad print out contents of the new (FIT)
64213     format uImages.
64214
64215     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64216
64217 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
64218 Author: Bartlomiej Sieka <tur@semihalf.com>
64219 Date:   Tue Mar 11 12:34:47 2008 +0100
64220
64221     [new uImage] Add support for new uImage format to mkimage tool
64222
64223     Support for the new uImage format (FIT) is added to mkimage tool.
64224     Commandline syntax is appropriately extended:
64225
64226     mkimage [-D dtc_options] -f fit-image.its fit-image
64227
64228     mkimage (together with dtc) takes fit-image.its and referenced therein
64229     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
64230     final image that can be transferred to the target (e.g., via tftp) and then
64231     booted using the bootm command in U-Boot.
64232
64233     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64234
64235 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
64236 Author: Marian Balakowicz <m8@semihalf.com>
64237 Date:   Mon Mar 10 17:53:49 2008 +0100
64238
64239     [new uImage] Make node unit names const in struct bootm_headers
64240
64241     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64242
64243 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
64244 Author: Marian Balakowicz <m8@semihalf.com>
64245 Date:   Fri Feb 29 21:24:06 2008 +0100
64246
64247     [new uImage] New uImage low-level API
64248
64249     Add FDT-based functions for handling new format component images,
64250     configurations, node operations, property get/set, etc.
64251
64252     fit_        - routines handling global new format uImage operations
64253                   like get/set top level property, process all nodes, etc.
64254     fit_image_  - routines handling component images subnodes
64255     fit_conf_   - routines handling configurations node
64256
64257     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64258     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64259
64260 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
64261 Author: Wolfgang Denk <wd@denx.de>
64262 Date:   Sun Mar 9 16:20:02 2008 +0100
64263
64264     Release v1.3.2
64265
64266     Update CHANGELOG for release.
64267
64268     Signed-off-by: Wolfgang Denk <wd@denx.de>
64269
64270 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
64271 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64272 Date:   Sun Mar 9 14:52:11 2008 +0100
64273
64274     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
64275
64276     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64277     Signed-off-by: Wolfgang Denk <wd@denx.de>
64278
64279 commit db695b78515ddb88a2d4f3357c120345efbf59ec
64280 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64281 Date:   Sun Mar 9 10:44:01 2008 +0100
64282
64283     scb9328: Fix flash warning: type qualifiers ignored on function return type
64284
64285     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64286
64287 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
64288 Author: Wolfgang Denk <wd@denx.de>
64289 Date:   Sun Mar 9 10:50:41 2008 +0100
64290
64291     esd/common/fpga.c: fix indentation.
64292
64293     Signed-off-by: Wolfgang Denk <wd@denx.de>
64294
64295 commit cc3843e36453e2b8db65d7e56de938ba045016a0
64296 Author: Wolfgang Denk <wd@denx.de>
64297 Date:   Sun Mar 9 10:33:31 2008 +0100
64298
64299     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
64300
64301     and get rid of a couple of unneeded casts.
64302
64303     Signed-off-by: Wolfgang Denk <wd@denx.de>
64304
64305 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
64306 Author: Wolfgang Denk <wd@denx.de>
64307 Date:   Sun Mar 9 10:09:53 2008 +0100
64308
64309     esd/common/fpga.c: fix 'assignment of read-only location' error
64310
64311     Signed-off-by: Wolfgang Denk <wd@denx.de>
64312
64313 commit c6fe4dabac066e8758345d249032768496983a3e
64314 Author: Wolfgang Denk <wd@denx.de>
64315 Date:   Sun Mar 9 02:13:19 2008 +0100
64316
64317     Makefile: make build silently again.
64318
64319     Signed-off-by: Wolfgang Denk <wd@denx.de>
64320
64321 commit 76babc86576f092573599334c85ec543fdbc6015
64322 Author: Wolfgang Denk <wd@denx.de>
64323 Date:   Sun Mar 9 02:07:49 2008 +0100
64324
64325     m501sk: Fix out of tree building
64326
64327     Signed-off-by: Wolfgang Denk <wd@denx.de>
64328
64329 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
64330 Author: Wolfgang Denk <wd@denx.de>
64331 Date:   Sun Mar 9 00:06:09 2008 +0100
64332
64333     ADS5121: fix out of tree build
64334
64335     and simplify Makefile a bit.
64336
64337     Signed-off-by: Wolfgang Denk <wd@denx.de>
64338
64339 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
64340 Author: Wolfgang Denk <wd@denx.de>
64341 Date:   Sat Mar 8 22:35:31 2008 +0100
64342
64343     Release v1.3.2
64344
64345     Signed-off-by: Wolfgang Denk <wd@denx.de>
64346
64347 commit 78a90f827df74520e939c794fc7413dace21c4db
64348 Author: Wolfgang Denk <wd@denx.de>
64349 Date:   Sat Mar 8 22:35:04 2008 +0100
64350
64351     Update CHANGELOG
64352
64353     Signed-off-by: Wolfgang Denk <wd@denx.de>
64354
64355 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
64356 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64357 Date:   Sat Mar 8 21:30:04 2008 +0100
64358
64359     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
64360
64361     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64362
64363 commit d75469d48c05795144f4b8ba76addbb4920a7bba
64364 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64365 Date:   Sat Mar 8 09:25:49 2008 +0900
64366
64367     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
64368
64369     When rtl_recv() of rtl8169 is called, OWNbit of status register
64370     is not enable occasionally.
64371     rtl_recv() doesn't work normally when the driver doesn't do
64372     appropriate processing.
64373     This patch fix this problem.
64374
64375     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64376
64377 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
64378 Author: Heiko Schocher <hs@denx.de>
64379 Date:   Fri Mar 7 08:15:28 2008 +0100
64380
64381     mgsuvd: update board configuration
64382
64383     initialize the UPIOx controller.
64384
64385     Signed-off-by: Heiko Schocher <hs@denx.de>
64386
64387 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
64388 Author: Heiko Schocher <hs@denx.de>
64389 Date:   Fri Mar 7 08:13:41 2008 +0100
64390
64391     mgcoge: update board configuration
64392
64393     add support for the config Flash.
64394     initialize the UPIOx controller.
64395
64396     Signed-off-by: Heiko Schocher <hs@denx.de>
64397
64398 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
64399 Author: Kim Phillips <kim.phillips@freescale.com>
64400 Date:   Fri Mar 7 12:27:31 2008 -0600
64401
64402     mpc83xx: make dtb basename file references equal those of linux
64403
64404     the dts file basenames were updated in linux - this helps avoid
64405     inadvertently loading any old dtbs laying around.
64406
64407     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64408
64409 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
64410 Author: Kim Phillips <kim.phillips@freescale.com>
64411 Date:   Wed Feb 27 16:08:22 2008 -0600
64412
64413     net: uec_phy: actually increment the timeout counter
64414
64415     allow u-boot to recover (and, e.g., switch to another interface) in the
64416     case where a PHY does not report autonegotiation is complete within its
64417     two second timeout value.
64418
64419     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64420
64421 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
64422 Author: Markus Brunner <super.firetwister@googlemail.com>
64423 Date:   Wed Mar 5 21:38:12 2008 +0100
64424
64425     fix taihu soft spi_read
64426
64427     The taihu board used gpio_read_out_bit which reads the output register and not
64428     the pin state.
64429
64430     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
64431
64432 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
64433 Author: Stefan Roese <sr@denx.de>
64434 Date:   Fri Mar 7 08:01:43 2008 +0100
64435
64436     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
64437
64438     Signed-off-by: Stefan Roese <sr@denx.de>
64439
64440 commit bd4458cb47abecabd406b1210457be96c69fc49d
64441 Author: Dave Liu <r63238@freescale.com>
64442 Date:   Tue Mar 4 16:59:22 2008 +0800
64443
64444     837xEMDS: Improve the system performance
64445
64446     1. Make the CSB bus pipeline depth as 4, and enable
64447        the repeat mode;
64448     2. Raise the eTSEC emergency priority;
64449     3. Use the highest IP blocks clock.
64450
64451     Signed-off-by: Dave Liu <daveliu@freescale.com>
64452
64453 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
64454 Author: Detlev Zundel <dzu@denx.de>
64455 Date:   Thu Mar 6 16:45:53 2008 +0100
64456
64457     Replace "run load; run update" with conditionalized "run load update".
64458
64459     The latter version stops when "run load" fails for whatever reasons
64460     rendering the combination *a lot* more secure.
64461
64462     Signed-off-by: Detlev Zundel <dzu@denx.de>
64463
64464 commit 6bc113886d7d316df1a4e459bec8baf027518551
64465 Author: Stefan Roese <sr@denx.de>
64466 Date:   Tue Mar 4 17:40:41 2008 +0100
64467
64468     net: Print error message upon net usage when no ethernet-interface is found
64469
64470     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
64471     defined. Then no ethernet interface is available but a simple "tftp"
64472     command will return without any error message which is quite confusing.
64473
64474     Signed-off-by: Stefan Roese <sr@denx.de>
64475
64476 commit a30a549a3553032d809e0356306b62de0b125901
64477 Author: Jon Loeliger <jdl@freescale.com>
64478 Date:   Tue Mar 4 10:03:03 2008 -0600
64479
64480     Remove erroneous or extra spd.h #includers.
64481
64482     Many of the spd.h #includers don't need it,
64483     and wanted to have spd_sdram() declared instead.
64484     Since they didn't get that, some also had open
64485     coded extern declarations of it instead or as well.
64486     Fix it all up by using spd_sdram.h where needed.
64487
64488     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64489
64490 commit a4475386cef14af3fd88f0518b688e755669486d
64491 Author: Wolfgang Denk <wd@denx.de>
64492 Date:   Tue Mar 4 17:41:28 2008 +0100
64493
64494     PCS440EP: fix build problems (redundant #define)
64495
64496     Signed-off-by: Wolfgang Denk <wd@denx.de>
64497
64498 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
64499 Author: Stefan Roese <sr@denx.de>
64500 Date:   Tue Mar 4 17:39:25 2008 +0100
64501
64502     net: Print error message upon net usage when no ethernet-interface is found
64503
64504     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
64505     defined. Then no ethernet interface is available but a simple "tftp"
64506     command will return without any error message which is quite confusing.
64507
64508     Signed-off-by: Stefan Roese <sr@denx.de>
64509
64510 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
64511 Author: Wolfgang Denk <wd@denx.de>
64512 Date:   Tue Mar 4 17:38:50 2008 +0100
64513
64514     W7OLMC/W7OLMG: fix build problems (redundant #define)
64515
64516     Signed-off-by: Wolfgang Denk <wd@denx.de>
64517
64518 commit f9301e1cda296245ba052d7b08321199c3d0af9d
64519 Author: Wolfgang Denk <wd@denx.de>
64520 Date:   Tue Mar 4 14:58:31 2008 +0100
64521
64522     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
64523
64524     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
64525     problem for out-of-tree builds which caused "make clean" to fail.
64526
64527     Signed-off-by: Wolfgang Denk <wd@denx.de>
64528
64529 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
64530 Author: Wolfgang Denk <wd@denx.de>
64531 Date:   Tue Mar 4 11:58:26 2008 +0100
64532
64533     examples/Makefile: build "hello_world" on 8xx, too.
64534
64535     Signed-off-by: Wolfgang Denk <wd@denx.de>
64536
64537 commit 74eb0222594fd23aafdf168e60e872814eea8b62
64538 Author: Mike Nuss <mike@terascala.com>
64539 Date:   Mon Mar 3 15:27:05 2008 -0500
64540
64541     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
64542
64543     Every now and then a Sequoia board (or equivalent hardware) had
64544     problems connecting to a Gigabit capable network interface.
64545
64546     There were differences in the PHY setup between Linux and U-Boot.
64547
64548     This patch fixes the problem. Apparently "remote fault" is being set,
64549     which signals to some devices (on the other end of the cable) that a
64550     fault has occurred, while other devices ignore it. I believe the RF bit
64551     was causing the issue, but I removed T4 also, to match up with Linux.
64552
64553     Signed-off-by: Mike Nuss <mike@terascala.com>
64554
64555 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
64556 Author: Timur Tabi <timur@freescale.com>
64557 Date:   Mon Mar 3 09:58:52 2008 -0600
64558
64559     fix QE firmware uploading limit
64560
64561     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
64562     systems with more than one RISC core.
64563
64564     Signed-off-by: Timur Tabi <timur@freescale.com>
64565
64566 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
64567 Author: Bernhard Nemec <bnemec@ganssloser.com>
64568 Date:   Mon Mar 3 11:57:23 2008 +0000
64569
64570     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
64571
64572     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
64573     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
64574
64575     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
64576
64577 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
64578 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
64579 Date:   Mon Mar 3 10:39:13 2008 +0200
64580
64581     fix copy from ram to dataflash
64582
64583     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
64584     routines instead of dataflash. This is because it checks "if source
64585     address is not dataflash" instead of target address.
64586
64587     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
64588
64589 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
64590 Author: Wolfgang Denk <wd@denx.de>
64591 Date:   Mon Mar 3 12:16:44 2008 +0100
64592
64593     Fix quoting problem (preboot setting) in many board config files.
64594
64595     Signed-off-by: Wolfgang Denk <wd@denx.de>
64596
64597 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
64598 Author: Wolfgang Denk <wd@denx.de>
64599 Date:   Mon Mar 3 12:36:49 2008 +0100
64600
64601     ADS5121: Fix default environment.
64602
64603     Signed-off-by: Wolfgang Denk <wd@denx.de>
64604
64605 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
64606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64607 Date:   Sun Mar 2 16:12:31 2008 +0100
64608
64609     Makefile: Fix missing unconfig and mkconfig use
64610
64611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64612
64613 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
64614 Author: michael <trimarchi@gandalf.sssup.it>
64615 Date:   Sun Mar 2 23:33:46 2008 +0100
64616
64617     Fix checking fat32 cluster size.
64618
64619     This fixes the cluster size tests in the FAT32 file system.
64620     The current implementation of VFAT support doesn't work if the
64621     referred cluster has an offset > 16bit representation, causing
64622     "fatload" and "fatls" commands etc. to fail.
64623
64624     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
64625
64626 commit 661bad63a076a96c39c64f136915f146725af92b
64627 Author: Wolfgang Denk <wd@denx.de>
64628 Date:   Sun Mar 2 22:57:23 2008 +0100
64629
64630     Prepare v1.3.2-rc2 release candidate
64631
64632     Signed-off-by: Wolfgang Denk <wd@denx.de>
64633
64634 commit 76957cb3d621bf664311908e5962e151c633c285
64635 Author: Stefan Roese <sr@denx.de>
64636 Date:   Sat Mar 1 12:11:40 2008 +0100
64637
64638     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
64639
64640     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
64641     currently 4k/2k is configured. This patch fixes this issue.
64642
64643     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
64644
64645     Signed-off-by: Stefan Roese <sr@denx.de>
64646
64647 commit 118978c8eb43803e2794233922df4249fa278b83
64648 Author: Woodruff, Richard <r-woodruff2@ti.com>
64649 Date:   Fri Feb 29 17:34:35 2008 -0600
64650
64651     Fix alignment error on ARM for modules
64652
64653     Fix alignment fault on ARM when running modules.  With out an explicit
64654     linker file gcc4.2.1 will half word align __bss_start's value.  The word
64655     dereference will crash hello_world.
64656
64657     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
64658
64659 commit ce1120dd703e6f12c59e4eba9962356a0300b832
64660 Author: Dave Liu <r63238@freescale.com>
64661 Date:   Fri Feb 29 17:45:31 2008 +0800
64662
64663     fs: Fix ext2 read issue
64664
64665     The ext2 aligned process will corrupt the key
64666     data struct, the patch fix this.
64667
64668     Signed-off-by: Dave Liu <daveliu@freescale.com>
64669
64670 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
64671 Author: Wolfgang Denk <wd@denx.de>
64672 Date:   Sun Mar 2 22:45:33 2008 +0100
64673
64674     Makefile: cleanup "clean" target
64675
64676     Make sure CDPATH settings cannot interfere.
64677     Update CHANGELOG.
64678
64679     Signed-off-by: Wolfgang Denk <wd@denx.de>
64680
64681 commit ffda586fc1373243c9794babde69500f6293a8d8
64682 Author: Li Yang <leoli@freescale.com>
64683 Date:   Fri Feb 29 11:46:05 2008 +0800
64684
64685     add cscope build target
64686
64687     Add cscope build target to generate cscope database for code browsing.
64688
64689     Signed-off-by: Li Yang <leoli@freescale.com>
64690
64691 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
64692 Author: Kim Phillips <kim.phillips@freescale.com>
64693 Date:   Wed Feb 27 15:06:39 2008 -0600
64694
64695     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
64696
64697     erratum 5.6 states the autoneg completion bit is functional only if the
64698     autoneg bit is asserted.
64699
64700     This fixes any secondarily-issued networking commands on non-gigabit
64701     links on the mpc8360 mds board.
64702
64703     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64704
64705 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
64706 Author: John Rigby <jrigby@freescale.com>
64707 Date:   Tue Feb 26 09:38:14 2008 -0700
64708
64709     MPC5121e ADS PCI support take 3
64710
64711     Adds PCI support for MPC5121
64712
64713     Tested with drivers/net/rtl8139.c
64714
64715     Support is conditional since PCI on old silicon does not work.
64716
64717     ads5121_PCI_config turns on PCI
64718
64719     In this version, condition compilation of PCI code has been moved
64720     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
64721     suggested by Jean-Christophe PLAGNIOL-VILLARD
64722
64723     Signed-off-by: John Rigby <jrigby@freescale.com>
64724
64725 commit 44b4dbed4133f657705b7c5193209da9978243a7
64726 Author: Anatolij Gustschin <agust@denx.de>
64727 Date:   Mon Feb 25 23:53:07 2008 +0100
64728
64729     Fix warnings while compilation of post/drivers/memory.c
64730
64731     Fix warnings while compilation with new gcc in eldk-4.2
64732
64733     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64734
64735 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
64736 Author: Anatolij Gustschin <agust@denx.de>
64737 Date:   Mon Feb 25 20:54:04 2008 +0100
64738
64739     ppc4xx: Fix problem in 4xx_enet.c driver
64740
64741     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
64742     enabled. To reproduce the problem ensure that 'ethrotate'
64743     environment variable isn't set to "no" and then run
64744     "tftp 200000 not_existent_file".
64745     This patch tries to fix the issue.
64746
64747     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64748
64749 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
64750 Author: Anatolij Gustschin <agust@denx.de>
64751 Date:   Mon Feb 25 20:04:20 2008 +0100
64752
64753     POST: Disable cache while SPR POST
64754
64755     Currently (since commit b2e2142c) u-boot crashes on
64756     sequoia board while SPR test if CONFIG_4xx_DCACHE is
64757     enabled. This patch disables the cache while SPR test.
64758
64759     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64760
64761 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
64762 Author: Martin Krause <martin.krause@tqs.de>
64763 Date:   Mon Feb 25 17:52:40 2008 +0100
64764
64765     TQM5200: use automatic fdt memory fixup (part 2)
64766
64767     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
64768     TB5200 and TB5200_B to fixup the /memory node with the memory values
64769     detected by U-Boot.
64770
64771     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64772
64773 commit 44ceec253ea941b301abf4b079d52324def69d92
64774 Author: Martin Krause <martin.krause@tqs.de>
64775 Date:   Mon Feb 25 15:17:05 2008 +0100
64776
64777     TQM5200: use automatic fdt memory fixup
64778
64779     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
64780     TB5200 and TB5200_B to fixup the /memory node with the memory values
64781     detected by U-Boot.
64782
64783     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64784
64785 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
64786 Author: Martin Krause <martin.krause@tqs.de>
64787 Date:   Mon Feb 25 13:27:52 2008 +0100
64788
64789     TQM5200: fix bug in SDRAM initialization code
64790
64791     This patch fixes a bug in the SDRAM initialization code for the
64792     TQM5200. The hi_addr bit is now set correctly. Without this patch
64793     the hi_addr bit is always set to 1, if the second SDRAM bank is
64794     not populated.
64795
64796     For other MPC5200 boards a correspondig patch has already been applied
64797     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
64798
64799     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64800     --
64801     Forget the first patch please. I confused flash with SDRAM in
64802     the comment ...
64803
64804 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
64805 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64806 Date:   Mon Feb 25 00:03:12 2008 +0100
64807
64808     mx1fs2/flash: Fix multiple compiler warnings
64809
64810     "pointer targets in assignment differ in signedness"
64811
64812     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64813
64814 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
64815 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64816 Date:   Mon Feb 25 00:03:11 2008 +0100
64817
64818     arm-imx: Fix register definitions
64819
64820     Sync register definitions with linux
64821
64822     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64823
64824 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
64825 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64826 Date:   Mon Feb 25 00:03:10 2008 +0100
64827
64828     actua1/actua2/actua3: Fix multiple unused variable warnings
64829
64830     - actua1:
64831         actux1.c: In function 'checkboard':
64832         actux1.c:92: warning: unused variable 'revision'
64833
64834     - actua2:
64835         actux2.c: In function 'checkboard':
64836         actux2.c:100: warning: unused variable 's'
64837         actux2.c:99: warning: unused variable 'revision'
64838         actux2.c: In function 'reset_phy':
64839         actux2.c:130: warning: unused variable 'i'
64840
64841     - actua3:
64842         actux3.c: In function 'checkboard':
64843         actux3.c:114: warning: unused variable 'revision'
64844
64845     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64846
64847 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
64848 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
64849 Date:   Sun Feb 24 11:44:29 2008 +0900
64850
64851     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
64852
64853     The previous patch was lacking of i386, microblaze, nios and nios2. This
64854     patch tries to fix them.
64855
64856     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
64857
64858 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
64859 Author: Marian Balakowicz <m8@semihalf.com>
64860 Date:   Fri Feb 29 22:22:46 2008 +0100
64861
64862     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
64863
64864     Do not use global fdt blob pointer, calculate blob size from routine
64865     argument blob pointer.
64866
64867     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64868
64869 commit d1cc52879c8966507dad9fb575481e6d3985e64e
64870 Author: David Gibson <david@gibson.dropbear.id.au>
64871 Date:   Tue Feb 12 00:58:31 2008 +1100
64872
64873     libfdt: Add and use a node iteration helper function.
64874
64875     This patch adds an fdt_next_node() function which can be used to
64876     iterate through nodes of the tree while keeping track of depth.  This
64877     function is used to simplify the iteration code in a lot of other
64878     functions, and is also exported for use by library users.
64879
64880     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
64881
64882 commit 8cf30809a82902a471866d2f07725ce3b8a22291
64883 Author: Bartlomiej Sieka <tur@semihalf.com>
64884 Date:   Fri Feb 29 16:00:24 2008 +0100
64885
64886     [new uImage] Add libfdt support to mkimage
64887
64888     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64889
64890 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
64891 Author: Bartlomiej Sieka <tur@semihalf.com>
64892 Date:   Fri Feb 29 16:00:23 2008 +0100
64893
64894     [new uImage] Add sha1.o object to mkimage binary build
64895
64896     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64897
64898 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
64899 Author: Marian Balakowicz <m8@semihalf.com>
64900 Date:   Fri Feb 29 16:00:06 2008 +0100
64901
64902     [new uImage] Fix component handling for legacy multi component images
64903
64904     Use uint32_t when accessing size table in image_multi_count() and
64905     image_multi_getimg() for multi component images.
64906
64907     Add missing uimage_to_cpu() endianness conversion.
64908
64909     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64910
64911 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
64912 Author: Marian Balakowicz <m8@semihalf.com>
64913 Date:   Fri Feb 29 15:59:59 2008 +0100
64914
64915     [new uImage] Share common uImage code between mkimage and U-boot
64916
64917     This patch adds the following common routines:
64918
64919     1) Dedicated mkimage print_header() is replaced with common
64920     image_print_contents()
64921     image_print_contents_noindent()
64922
64923     2) Common os/arch/type/comp fields name <--> id translation routines
64924     genimg_get_os_name()
64925     genimg_get_arch_name()
64926     genimg_get_type_name()
64927     genimg_get_comp_name()
64928     genimg_get_os_id()
64929     genimg_get_arch_id()
64930     genimg_get_type_id()
64931     genimg_get_comp_id()
64932
64933     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64934
64935 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
64936 Author: Marian Balakowicz <m8@semihalf.com>
64937 Date:   Fri Feb 29 14:58:34 2008 +0100
64938
64939     [new uImage] Update naming convention for bootm/uImage related code
64940
64941     This patch introduces the following prefix convention for the
64942     image format handling and bootm related code:
64943
64944     genimg_             - dual format shared code
64945     image_              - legacy uImage format specific code
64946     fit_                - new uImage format specific code
64947     boot_               - booting process related code
64948
64949     Related routines are renamed and a few pieces of code are moved around and
64950     re-grouped.
64951
64952     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64953
64954 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
64955 Author: Kumar Gala <galak@kernel.crashing.org>
64956 Date:   Wed Feb 27 21:51:51 2008 -0600
64957
64958     [new uImage] Respect autostart setting in linux bootm
64959
64960     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64961     Acked-by: Marian Balakowicz <m8@semihalf.com>
64962
64963 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
64964 Author: Kumar Gala <galak@kernel.crashing.org>
64965 Date:   Wed Feb 27 21:51:50 2008 -0600
64966
64967     [new uImage] Provide ability to restrict region used for boot images
64968
64969     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
64970     to restrict what memory range is used for bootm.
64971
64972     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64973     Acked-by: Marian Balakowicz <m8@semihalf.com>
64974
64975 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
64976 Author: Kumar Gala <galak@kernel.crashing.org>
64977 Date:   Wed Feb 27 21:51:49 2008 -0600
64978
64979     [new uImage] Use lmb for bootm allocations
64980
64981     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
64982     functions over to using lmb for allocation of the ramdisk, command line
64983     and kernel bd info.
64984
64985     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
64986     tree.
64987
64988     Provided a weak function that board code can call to do additional
64989     lmb reserves if needed.
64990
64991     Also introduce the concept of bootmap_base to specify the offset in
64992     physical memory that the bootmap is located at.  This is used for
64993     allocations of the cmdline, kernel bd, and device tree as they should
64994     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
64995
64996     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64997
64998 commit f5614e7926863bf0225ec860d9b319741a9c4004
64999 Author: Kumar Gala <galak@kernel.crashing.org>
65000 Date:   Wed Feb 27 21:51:48 2008 -0600
65001
65002     [new uImage] Add autostart flag to bootm_headers structure
65003
65004     The autostart env variable was dropped as part of the initial new uImage
65005     cleanup.  Add it back here so the arch specific code can decide if it
65006     wants to really boot or not.
65007
65008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65009     Acked-by: Marian Balakowicz <m8@semihalf.com>
65010
65011 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
65012 Author: Kumar Gala <galak@kernel.crashing.org>
65013 Date:   Wed Feb 27 21:51:47 2008 -0600
65014
65015     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
65016
65017     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
65018     the memory spaces used by various boot images and structures.  This code
65019     will allow us to simplify the code in bootm and its support functions.
65020
65021     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65022
65023 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
65024 Author: Kumar Gala <galak@kernel.crashing.org>
65025 Date:   Tue Feb 19 22:03:47 2008 -0600
65026
65027     [new uImage] ppc: Allow boards to specify effective amount of memory
65028
65029     For historical reasons we limited the stack to 256M because some boards
65030     could only map that much via BATS.  However newer boards are capable of
65031     mapping more memory (for example 85xx is capable of doing up to 2G).
65032
65033     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65034     Acked-by: Marian Balakowicz <m8@semihalf.com>
65035
65036 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
65037 Author: Kumar Gala <galak@kernel.crashing.org>
65038 Date:   Wed Feb 27 21:51:46 2008 -0600
65039
65040     [new uImage] rework error handling so common functions don't reset
65041
65042     Changed image_get_ramdisk() to just return NULL on error and have
65043     get_ramdisk() propogate that error to the caller.  It's left to the
65044     caller to call do_reset() if it wants to.
65045
65046     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
65047     to a common location.  In the future we will change get_fdt() and
65048     fdt_relocate() to return success/failure and not call do_reset() at all.
65049
65050     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65051     Acked-by: Marian Balakowicz <m8@semihalf.com>
65052
65053 commit d2bc095a639672def11d5d043b5688d0dbd692ec
65054 Author: Kumar Gala <galak@kernel.crashing.org>
65055 Date:   Wed Feb 27 21:51:45 2008 -0600
65056
65057     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
65058
65059     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
65060     however it does mean we have to go in and fixup the initrd info since
65061     we don't know where it will be.
65062
65063     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65064
65065 commit 27953493ef025fb698d68c5dee39b36f01f4d530
65066 Author: Kumar Gala <galak@kernel.crashing.org>
65067 Date:   Wed Feb 27 21:51:44 2008 -0600
65068
65069     [new uImage] ppc: Determine if we are booting an OF style
65070
65071     If we are bootin OF style than we can skip setting up some things
65072     that are used for the old boot method.
65073
65074     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65075     Acked-by: Marian Balakowicz <m8@semihalf.com>
65076
65077 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
65078 Author: Kumar Gala <galak@kernel.crashing.org>
65079 Date:   Wed Feb 27 21:51:43 2008 -0600
65080
65081     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
65082
65083     We don't actually need the kdb param as we are just using it to get
65084     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
65085     boot via OF we might not actually fill out a kdb.
65086
65087     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65088     Acked-by: Marian Balakowicz <m8@semihalf.com>
65089
65090 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
65091 Author: Kumar Gala <galak@kernel.crashing.org>
65092 Date:   Wed Feb 27 16:30:47 2008 -0600
65093
65094     85xx: Don't icbi when unlocking the cache
65095
65096     There is no reason to icbi when invalidating the temporary stack in
65097     the d-cache.  Its impossible on e500 to have the i-cache contain
65098     any addresses in the temp stack and it can be problematic in generating
65099     transactions on the bus to non-valid addresses.
65100
65101     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65102
65103 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
65104 Author: Andy Fleming <afleming@freescale.com>
65105 Date:   Wed Feb 27 15:50:50 2008 -0600
65106
65107     Fix source for ECM error IVPR
65108
65109     The source vector for the ECM was being set to 2,
65110     but that's what the source vector for DDR was being
65111     set to.  Change it to 1.
65112
65113     Signed-off-by: Andy Fleming <afleming@freescale.com>
65114
65115 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
65116 Author: Andy Fleming <afleming@freescale.com>
65117 Date:   Wed Feb 27 14:29:58 2008 -0600
65118
65119     Invalidate INIT_RAM TLB mappings
65120
65121     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
65122     mappings to be unguarded.  This collided with an existing "bug"
65123     where the mappings for the INIT_RAM were being kept around.
65124     This meant that speculative loads to those addresses were
65125     succeeding in the TLB, and going out to the bus, where they
65126     were causing an exception (there's nothing at that address). The
65127     Flash code was coincidentally causing such a speculative load.
65128     Rather than go back to mapping the INIT RAM as guarded, we fix
65129     it so that the entries for the INIT_RAM are invalidated.  Thus
65130     the speculative loads will fail in the TLB, and have no effect.
65131
65132     Signed-off-by: Andy Fleming <afleming@freescale.com>
65133
65134 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
65135 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65136 Date:   Sun Feb 17 22:56:17 2008 +0100
65137
65138     sbc8548: Fix Revision reading and unused variable 'path'
65139
65140     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65141
65142 commit 495d162374c472f46454453553382ad0735dc725
65143 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65144 Date:   Sun Feb 17 22:56:16 2008 +0100
65145
65146     sbc8548: Fix cfi flash bank declaration
65147
65148     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65149
65150 commit 4efbe9dbb129f857f27856936112c8c02f016be6
65151 Author: Marian Balakowicz <m8@semihalf.com>
65152 Date:   Wed Feb 27 11:02:26 2008 +0100
65153
65154     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
65155
65156     Dual format image code must properly handle all three FDT passing methods:
65157     - raw FDT blob passed
65158     - FDT blob embedded in the legacy uImage
65159     - FDT blob embedded in the new uImage
65160
65161     This patch enables proper raw FDT handling when no FIT imaeg support
65162     is compiled in. This is a bit tricky as we must dected FIT format even
65163     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
65164     blobs use tha same low level format (libfdt).
65165
65166     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65167
65168 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
65169 Author: Marian Balakowicz <m8@semihalf.com>
65170 Date:   Wed Feb 27 11:02:26 2008 +0100
65171
65172     [new uImage] POWERPC: Add image_get_fdt() routine
65173
65174     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
65175     (3) or embedded in the new uImage. For the (2) case embedding image must be
65176     verified before we get FDT from it. This patch factors out legacy image
65177     specific verification routine to the separate helper routine.
65178
65179     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65180     Acked-by: Kumar Gala <galak@kernel.crashing.org>
65181
65182 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
65183 Author: Marian Balakowicz <m8@semihalf.com>
65184 Date:   Wed Feb 27 11:02:07 2008 +0100
65185
65186     [new uImage] Add image_get_kernel() routine
65187
65188     Legacy image specific verification is factored out to a separate helper
65189     routine to keep get_kernel() generic and simple.
65190
65191     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65192     Acked-by: Kumar Gala <galak@kernel.crashing.org>
65193
65194 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
65195 Author: Marian Balakowicz <m8@semihalf.com>
65196 Date:   Wed Feb 27 11:01:04 2008 +0100
65197
65198     [new uImage] Move image verify flag to bootm_headers structure
65199
65200     Do not pass image verification flag directly to related routines.
65201     Simplify argument passing and move it to the bootm_header structure which
65202     contains curently processed image specific data and is already being passed
65203     on the argument list.
65204
65205     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65206     Acked-by: Kumar Gala <galak@kernel.crashing.org>
65207
65208 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
65209 Author: Marian Balakowicz <m8@semihalf.com>
65210 Date:   Wed Feb 27 11:00:47 2008 +0100
65211
65212     [Makefile] Sort COBJS in lib_<arch> Makefiles
65213
65214     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65215
65216 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
65217 Author: Marian Balakowicz <m8@semihalf.com>
65218 Date:   Wed Feb 27 11:00:47 2008 +0100
65219
65220     [new uImage] Optimize gen_get_image() flow control
65221
65222     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
65223     to do, update its control flow to better reflect that simple case.
65224
65225     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65226     Acked-by: Kumar Gala <galak@kernel.crashing.org>
65227
65228 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
65229 Author: Marian Balakowicz <m8@semihalf.com>
65230 Date:   Mon Feb 4 08:28:17 2008 +0100
65231
65232     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
65233
65234     PPC specific FDT blob handling code is divided into two separate routines:
65235
65236     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
65237     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
65238
65239     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65240     Acked-by: Kumar Gala <galak@kernel.crashing.org>
65241
65242 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
65243 Author: Jon Loeliger <jdl@freescale.com>
65244 Date:   Mon Feb 25 13:13:37 2008 -0600
65245
65246     86xx: Fix renamed GUR symbols in sbc8641d board.
65247
65248     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
65249     (86xx: Fix GUR PCI config registers properly), we should have
65250     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
65251     symbols in the sbc8641d board as well.  Fix this oversight.
65252
65253     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65254
65255 commit 64cd594e623c39f73964d18787763e4533f791f7
65256 Author: Stefan Roese <sr@denx.de>
65257 Date:   Mon Feb 25 16:50:48 2008 +0100
65258
65259     ppc4xx: Fix acadia_nand build problem
65260
65261     Don't include testdram() on NAND-booting target acadia_nand. This saves
65262     a few bytes and makes the target build clean again.
65263
65264     Signed-off-by: Stefan Roese <sr@denx.de>
65265
65266 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
65267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65268 Date:   Sun Feb 24 23:03:12 2008 +0000
65269
65270     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
65271
65272     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65273
65274 commit 724902c8464e610642b3a170278b99710325888e
65275 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65276 Date:   Sun Feb 24 23:03:11 2008 +0000
65277
65278     arm-imx: Fix registers definition
65279
65280     Sync registers definition with linux
65281
65282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65283
65284 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
65285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65286 Date:   Sun Feb 24 23:03:10 2008 +0000
65287
65288     actua1/actua2/actua3: Fix multipleunused variable
65289
65290     - actua1:
65291         actux1.c: In function 'checkboard':
65292         actux1.c:92: warning: unused variable 'revision'
65293
65294     - actua2:
65295         actux2.c: In function 'checkboard':
65296         actux2.c:100: warning: unused variable 's'
65297         actux2.c:99: warning: unused variable 'revision'
65298         actux2.c: In function 'reset_phy':
65299         actux2.c:130: warning: unused variable 'i'
65300
65301     - actua3:
65302         actux3.c: In function 'checkboard':
65303         actux3.c:114: warning: unused variable 'revision'
65304
65305     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65306
65307 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
65308 Author: Marian Balakowicz <m8@semihalf.com>
65309 Date:   Mon Feb 4 08:28:09 2008 +0100
65310
65311     [new uImage] Add dual format uImage support framework
65312
65313     This patch adds framework for dual format images. Format detection is added
65314     and the bootm controll flow is updated to include cases for new FIT format
65315     uImages.
65316
65317     When the legacy (image_header based) format is detected appropriate
65318     legacy specific handling is invoked. For the new (FIT based) format uImages
65319     dual boot framework has a minial support, that will only print out a
65320     corresponding debug messages. Implementation of the FIT specific handling will
65321     be added in following patches.
65322
65323     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65324
65325 commit b29661fc1151077776454288051bc9a488351ce8
65326 Author: Wolfgang Denk <wd@denx.de>
65327 Date:   Sun Feb 24 15:21:36 2008 +0100
65328
65329     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
65330
65331     Signed-off-by: Wolfgang Denk <wd@denx.de>
65332
65333 commit 00b48a48424894daa589d166d73277830b1c6ac4
65334 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65335 Date:   Sat Feb 23 12:15:56 2008 +0100
65336
65337     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
65338
65339     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65340
65341 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
65342 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65343 Date:   Sat Feb 23 17:24:16 2008 +0900
65344
65345     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
65346
65347     ----------------------------------------------------------------
65348     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
65349
65350     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
65351     32bit targets.
65352
65353     GCC can be made to warn about usage of long long types with ISO C90
65354     (-ansi), but only with -pedantic.  You can write this in a way that even
65355     then it doesn't cause warnings, namely by:
65356
65357     #ifdef __GNUC__
65358     __extension__ typedef __signed__ long long __s64;
65359     __extension__ typedef unsigned long long __u64;
65360     #endif
65361
65362     The __extension__ keyword in front of this switches off any pedantic
65363     warnings for this expression.
65364
65365     Signed-off-by: Olaf Hering <olh@suse.de>
65366     Cc: <linux-arch@vger.kernel.org>
65367     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
65368     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
65369     ----------------------------------------------------------------
65370
65371     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65372
65373 commit 208acd112e6517b21fc30c420396902b103563ac
65374 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65375 Date:   Sat Feb 23 17:07:57 2008 +0900
65376
65377     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
65378
65379     This will reduce the build time.
65380
65381     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65382
65383 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
65384 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65385 Date:   Sat Feb 23 17:05:00 2008 +0900
65386
65387     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
65388
65389     This will reduce the build time.
65390
65391     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65392
65393 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
65394 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65395 Date:   Sat Feb 23 16:58:41 2008 +0900
65396
65397     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
65398
65399     This reduces the build time by ~10%. Here's the gth2_config example.
65400
65401             BEFORE       AFTER
65402     real    0m31.441s    0m27.833s
65403     user    0m24.766s    0m23.045s
65404     sys     0m10.425s    0m7.468s
65405
65406     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65407
65408 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
65409 Author: Marcel Moolenaar <marcelm@juniper.net>
65410 Date:   Fri Feb 22 10:48:07 2008 -0800
65411
65412     make define2mk.sed work on FreeBSD
65413
65414     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
65415     the define2mk.sed script was identified as the source of the link
65416     failure on FreeBSD. The problem is that sed(1) does not always support
65417     the '+' operator. It isn't on FreeBSD. The attach patch implements the
65418     equivalent, using the '*' operator instead and should work everywhere.
65419
65420     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
65421
65422 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
65423 Author: Detlev Zundel <dzu@denx.de>
65424 Date:   Fri Feb 22 17:21:32 2008 +0100
65425
65426     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
65427
65428     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
65429     final traces of long-deprecated "ramdisk" kernel parm") makes these
65430     changes neccessary.
65431
65432     Signed-off-by: Detlev Zundel <dzu@denx.de>
65433
65434 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
65435 Author: Larry Johnson <lrj@acm.org>
65436 Date:   Thu Feb 21 13:58:16 2008 -0500
65437
65438     LM75 bug fix for negative temperatures
65439
65440     When the LM75 temperature sensor measures a temperature below 0 C, the
65441     current driver does not perform sign extension, so the result returned is
65442     256 C too high.  This patch fixes the problem.
65443
65444     Signed-off-by: Larry Johnson <lrj@acm.org>
65445
65446 commit 5a910c224b13e413bda41922379add6d75c32da3
65447 Author: Heiko Schocher <hs@denx.de>
65448 Date:   Thu Feb 21 18:33:45 2008 +0100
65449
65450     IDS8247: update MAINTAINER entry.
65451
65452     Signed-off-by: Heiko Schocher <hs@denx.de>
65453
65454 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
65455 Author: Heiko Schocher <hs@denx.de>
65456 Date:   Thu Feb 21 18:31:15 2008 +0100
65457
65458     Fix device tree for mgsuvd board.
65459
65460     Rename the "scc" node in "ethernet" for the mgsuvd board.
65461
65462     Signed-off-by: Heiko Schocher <hs@denx.de>
65463
65464 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
65465 Author: Yuri Tikhonov <yur@emcraft.com>
65466 Date:   Thu Feb 21 14:23:42 2008 +0100
65467
65468     lwmon5: enable hardware watchdog
65469
65470     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
65471     causing it to reboot the board if U-Boot does a long busy-wait with
65472     udelay(). Thus, for these boards we have to restart WD more
65473     frequently.
65474
65475     This patch splits the busy-wait udelay() into smaller, predefined,
65476     intervals, so that the watchdog timer may be resetted with the
65477     configurable (CONFIG_WD_PERIOD) interval.
65478
65479     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
65480
65481 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
65482 Author: Anatolij Gustschin <agust@denx.de>
65483 Date:   Thu Feb 21 12:52:29 2008 +0100
65484
65485     ppc4xx: Support for ATI Radeon 9200 card on sequoia
65486
65487     Adds configuration option for ATI Radeon 9200 card
65488     support to sequoia config file. If CONFIG_VIDEO
65489     is enabled, TEXT_BASE should be changed to 0xFFF80000.
65490
65491     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65492
65493 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
65494 Author: Kumar Gala <galak@kernel.crashing.org>
65495 Date:   Mon Feb 18 08:18:07 2008 -0600
65496
65497     Remove duplicate defines for ARRAY_SIZE
65498
65499     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
65500     the define in common.h.
65501
65502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65503
65504 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
65505 Author: Kumar Gala <galak@kernel.crashing.org>
65506 Date:   Mon Feb 18 08:09:37 2008 -0600
65507
65508     ppc: Allow boards to specify effective amount of memory
65509
65510     For historical reasons we limited the stack to 256M because some boards
65511     could only map that much via BATS.  However newer boards are capable of
65512     mapping more memory (for example 85xx is capable of doing up to 2G).
65513
65514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65515
65516 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
65517 Author: Mike Frysinger <vapier@gentoo.org>
65518 Date:   Mon Feb 18 05:24:13 2008 -0500
65519
65520     include autoconf.mk before any other .mk files
65521
65522     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
65523     those .mk files can have make if statements based on the current config.
65524
65525     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65526
65527 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
65528 Author: Mike Frysinger <vapier@gentoo.org>
65529 Date:   Mon Feb 18 05:10:07 2008 -0500
65530
65531     error check autoconf.mk generation
65532
65533     If any of the steps for generating autoconf.mk fail currently, they go
65534     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
65535     This is simpler and more robust than placing '|| exit $$?' after every line.
65536
65537     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65538
65539 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
65540 Author: Stefano Babic <sbabic@denx.de>
65541 Date:   Mon Feb 18 08:03:51 2008 +0100
65542
65543     Fix bug in dependency checking
65544
65545     By adding VERSION_FILE to the PHONY targets the script
65546     /tools/setlocalversion is always called and version_autogenerated.h
65547     is replaced only if the script find a modified source file.
65548
65549     Signed-off-by: Stefano Babic <sbabic@denx.de>
65550
65551 commit 98ba144ccc912eee90dd42699f023c497ce774c6
65552 Author: Kyungmin Park <kmpark@infradead.org>
65553 Date:   Mon Feb 18 14:35:43 2008 +0900
65554
65555     Fix GPMC CS2 memory setup at apollon
65556
65557     It disables the current map first
65558
65559     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
65560
65561 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
65562 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65563 Date:   Sun Feb 17 23:52:46 2008 +0100
65564
65565     uli526x: Fix multiple differ in signedness and parentheses around comparison
65566
65567     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65568
65569 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
65570 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65571 Date:   Sun Feb 17 16:58:04 2008 +0100
65572
65573     MIPS: Fix CFG_NO_FLASH support
65574
65575     - Fix flash_init call when CFG_NO_FLASH is used
65576     - Remove no more needed flash.c for qemu-mips
65577
65578     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65579
65580 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
65581 Author: Mike Frysinger <vapier@gentoo.org>
65582 Date:   Sat Feb 16 02:40:18 2008 -0500
65583
65584     easylogo: clean up some more and add -r (rgb) support
65585
65586     Michael Hennerich added support for outputting an image in RGB format rather
65587     than forcing YUYV all the time.  This makes obvious sense if the display you
65588     have takes RGB input rather than YUYV.
65589
65590     Rather than hack in support for options, I've converted it to use getopt and
65591     cleaned up the argument parsing in the process.
65592
65593     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
65594     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65595
65596 commit f65c98129ccada3f7caf97d80395a95b84e911de
65597 Author: Mike Frysinger <vapier@gentoo.org>
65598 Date:   Sat Feb 16 02:12:37 2008 -0500
65599
65600     Makefile: add target for $(LDSCRIPT)
65601
65602     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
65603     then change into the board directory and try and create it.  This allows you
65604     to generate the linker script on the fly based upon board defines (like the
65605     Blackfin boards do).
65606
65607     There should be no regressions due to this change as the normal case is to
65608     already have a u-boot.lds file.  If that's the case, then there's nothing to
65609     generate, and so make will always exit.  The fix here is that if the linker
65610     script does not exist, the implicit rules take over and attempt to guess how
65611     to generate the file.
65612
65613     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65614
65615 commit 5583cbf736474ef754e128a54fb78632f57b48fd
65616 Author: Marian Balakowicz <m8@semihalf.com>
65617 Date:   Thu Feb 21 17:27:49 2008 +0100
65618
65619     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
65620
65621     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65622
65623 commit 2242f5369822bc7780db95c47985bb408ea9157b
65624 Author: Marian Balakowicz <m8@semihalf.com>
65625 Date:   Thu Feb 21 17:27:41 2008 +0100
65626
65627     [new uImage] Rename and move print_image_hdr() routine
65628
65629     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65630
65631 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
65632 Author: Marian Balakowicz <m8@semihalf.com>
65633 Date:   Thu Feb 21 17:20:20 2008 +0100
65634
65635     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
65636
65637     Introducing routines for parsing new uImage format bootm arguments:
65638     [<addr>]#<conf>             - configuration specification
65639     [<addr>]:<subimg>   - subimage specification
65640
65641     New format images can contain multiple subimages of the same type. For example
65642     a single new format image file can contain three kernels, two ramdisks and a
65643     couple of FDT blobs. Subimage and configuration specifications are extensions
65644     to bootm (and other image-related commands) arguments' syntax that allow to
65645     specify which particular subimage should be operated on.
65646
65647     Subimage specification is used to denote a particular subimage. Configurations
65648     are a bit more complex -- they are used to define a particualr booting setup,
65649     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
65650     etc.
65651
65652     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65653
65654 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
65655 Author: Marian Balakowicz <m8@semihalf.com>
65656 Date:   Thu Feb 21 17:20:19 2008 +0100
65657
65658     [new uImage] Add gen_get_image() routine
65659
65660     This routine assures that image (whether legacy or FIT) is not
65661     in a special dataflash storage.
65662
65663     If image address is a dataflash address image is moved to system RAM.
65664
65665     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65666
65667 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
65668 Author: Marian Balakowicz <m8@semihalf.com>
65669 Date:   Thu Feb 21 17:20:18 2008 +0100
65670
65671     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
65672
65673     New uImage format (Flattened Image Tree) requires libfdt
65674     functionality, print out error message if CONFIG_OF_LIBFDT
65675     is not defined.
65676
65677     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
65678     This commit turns it on by default.
65679
65680     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65681
65682 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
65683 Author: Michael Schwingen <michael@schwingen.org>
65684 Date:   Mon Feb 18 23:16:35 2008 +0100
65685
65686     CFI: Do not use uninitialized cmd_reset
65687
65688     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
65689     commands instead
65690
65691     From a short test, it looks like AMD-style flash roms treat *any* unknown
65692     command write as a reset, at least when in CFI Query mode, so issuing the
65693     Intel reset command to AMD-style flashs seems safe (from the small sample I
65694     have), plus the 3-cycle magic sequence should kick the state machine into
65695     the right state even without a reset command. Since the AMD-style flashs
65696     require the unlock sequence for real operation, I chose to try the AMD reset
65697     command first, so that Intel flashs do no see an invalid command prior to
65698     the CFI query.
65699
65700     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
65701     plus Intel StrataFlash.
65702
65703     Signed-off-by: Michael Schwingen <michael@schwingen.org>
65704     Signed-off-by: Stefan Roese <sr@denx.de>
65705
65706 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
65707 Author: Rafal Jaworowski <raj@semihalf.com>
65708 Date:   Thu Feb 21 11:56:44 2008 +0100
65709
65710     API: Add (c) and licensing notice to the public API header.
65711
65712     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
65713
65714 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
65715 Author: Yuri Tikhonov <yur@emcraft.com>
65716 Date:   Thu Feb 21 11:06:07 2008 +0100
65717
65718     Fix CPU POST test failure
65719
65720     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
65721     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
65722     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
65723     This patch just saves the CR value before running the test code, so allowing
65724     it to do anything it wants with CR.
65725
65726     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
65727     Acked-by: Yuri Tikhonov <yur@emcraft.com>
65728     --
65729
65730 commit d5908b093955415f3d340706378b991f911af671
65731 Author: Jon Loeliger <jdl@freescale.com>
65732 Date:   Wed Feb 20 15:26:51 2008 -0600
65733
65734     8610HPCD: Document the flashbank selection switches.
65735
65736     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65737
65738 commit a551cee99ad1d1da20fd23ad265de47448852f56
65739 Author: Jon Loeliger <jdl@freescale.com>
65740 Date:   Wed Feb 20 14:22:26 2008 -0600
65741
65742     86xx: Fix GUR PCI config registers properly.
65743
65744     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
65745     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
65746     botched it due to not realizing that 8610 and 8641 had different
65747     Global Utility Register defintions, one of which was like 85xx,
65748     and the other wasn't.  Correct this problem by introducing two
65749     symbols, one for each 86xx SoC, but neither of which is named
65750     anything like 85xx.
65751
65752     My bad.  Lovely Wednesday with git bisect.  You know.
65753
65754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65755
65756 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
65757 Author: Jon Loeliger <jdl@freescale.com>
65758 Date:   Wed Feb 20 12:24:11 2008 -0600
65759
65760     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
65761
65762     Without an actual supported video card hooked up, enabling
65763     the CONFIG_VIDEO by default just makes it look broken by
65764     routing all console output to the video card.   Don't.
65765
65766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65767
65768 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
65769 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
65770 Date:   Wed Jan 30 15:08:15 2008 -0600
65771
65772     ColdFire: Fix missing code flash size for M5485EVB
65773
65774     Signed-off-by: James Mahan <kmahan@freescale.com>
65775     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
65776
65777 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
65778 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
65779 Date:   Wed Jan 30 15:04:42 2008 -0600
65780
65781     ColdFire: Fix 5282 and 5271 interrupt mask bit
65782
65783     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
65784
65785 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
65786 Author: Jon Loeliger <jdl@freescale.com>
65787 Date:   Tue Feb 19 12:31:08 2008 -0600
65788
65789     8610HPCD: Fix typos in two PCI setup registers.
65790
65791     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
65792     were erroneously present as 85xx names and values, leftover from
65793     the clone wars.  Fix this by removing the 85xx cruft from the
65794     86xx codebase.
65795
65796     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65797
65798 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
65799 Author: Jon Loeliger <jdl@freescale.com>
65800 Date:   Mon Feb 18 14:01:56 2008 -0600
65801
65802     86xx: Convert sbc8641d to use libfdt.
65803
65804     This is the proper fix for a missing closing brace in the function
65805     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
65806     The ft_cpu_setup() function in mpc8641hpcn.c should have been
65807     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
65808     but was missed.  Only, the sbc8641d was nominally still using it.
65809     It all got ripped out, and the funcality that was in ft_board_setup()
65810     was refactored to remove the CPU portions into the new file
65811     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
65812
65813     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
65814
65815     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65816
65817 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
65818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65819 Date:   Sun Feb 17 23:35:31 2008 +0100
65820
65821     mpc86xx: Fix unused variable 'config' and 'immap'
65822
65823     and remove useless CONFIG_DDR_INTERLEAVE
65824
65825     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65826
65827 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
65828 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65829 Date:   Sun Feb 17 23:03:36 2008 +0100
65830
65831     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
65832
65833     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65834
65835 commit b6f29c84c208a091f95a10cbc9852d729659ba20
65836 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65837 Date:   Sun Feb 17 14:15:31 2008 +0100
65838
65839     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
65840
65841     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65842
65843 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
65844 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65845 Date:   Sun Feb 17 14:15:32 2008 +0100
65846
65847     pxa: fix assignment from incompatible pointer type
65848
65849     fix mmc_bread function prototype
65850
65851     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65852
65853 commit 64d792063fff90b8118179b092feee09fe5cae13
65854 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65855 Date:   Sun Feb 17 14:15:30 2008 +0100
65856
65857     at91cap9adk: fix implicit declaration of function 'eth_init'
65858
65859     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65860
65861 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
65862 Author: Wolfgang Denk <wd@denx.de>
65863 Date:   Sun Feb 17 15:43:44 2008 +0100
65864
65865     Remove files added by mistake, update CHANGELOG.
65866
65867     Signed-off-by: Wolfgang Denk <wd@denx.de>
65868
65869 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
65870 Author: Mike Nuss <mike@terascala.com>
65871 Date:   Wed Feb 6 11:10:11 2008 -0500
65872
65873     PPC440EPx: Optionally enable second I2C bus
65874
65875     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
65876     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
65877     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
65878
65879     Signed-off-by: Mike Nuss <mike@terascala.com>
65880     Cc: Stefan Roese <sr@denx.de>
65881
65882 commit ef5b4f221c22d05770878513951745f236b5b43f
65883 Author: Niklaus Giger <niklaus.giger@netstal.com>
65884 Date:   Tue Feb 5 10:26:44 2008 +0100
65885
65886     ppc4xx: HCU4/5. Cleanup configs
65887
65888     - hcu4.h: Removed define of CONFIG_PPC405GPr
65889     - Corrected phy addresses
65890     - Fix boot variables
65891     - Respect line length of 80 chars
65892
65893     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
65894
65895 commit 74973126d1be63ac75bdc192f46234dca3a7c421
65896 Author: Niklaus Giger <niklaus.giger@netstal.com>
65897 Date:   Tue Feb 5 11:31:28 2008 +0100
65898
65899     ppc4xx: HCU4/5. Cleanups
65900
65901     - Fix some coding style violations.
65902     - Use in/out_u16/32 where appropriate.
65903     - Use register names from ppc405.h.
65904     - Fix trace useage for Lauterbach.
65905     - Remove obsolete generation HCU2.
65906     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
65907
65908     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
65909
65910 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
65911 Author: Niklaus Giger <niklaus.giger@netstal.com>
65912 Date:   Tue Feb 5 10:26:41 2008 +0100
65913
65914     ppc4xx: PPC405GPr fix missing register definitions
65915
65916     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
65917
65918 commit 214398d9cb22268d9d4f7563359edca0f78297a2
65919 Author: Larry Johnson <lrj@acm.org>
65920 Date:   Fri Jan 18 21:49:05 2008 -0500
65921
65922     ppc4xx: Beautify configuration files for Sequoia and Korat boards
65923
65924     Signed-off-by: Larry Johnson <lrj@acm.org>
65925
65926 commit 30c6a241e88499f536e86d325759e29ba00ff67f
65927 Author: Anatolij Gustschin <agust@denx.de>
65928 Date:   Fri Feb 15 20:09:01 2008 +0100
65929
65930     Wipe out assembler warnings while compiling x86 biosemu
65931
65932     This patch tries to get rid of some assembler warnings about
65933     changed .got2 section type while compiling x86 bios emulator
65934     code.
65935
65936     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65937
65938 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
65939 Author: Wolfgang Denk <wd@denx.de>
65940 Date:   Fri Feb 15 00:57:09 2008 +0100
65941
65942     Prepare v1.3.2-rc1 release candidate
65943
65944 commit f33e9653c9c09868995d788511d573771c209fe5
65945 Author: Anatolij Gustschin <agust@denx.de>
65946 Date:   Fri Feb 15 00:13:20 2008 +0100
65947
65948     Fix compile warning on lib_ppc/board.c
65949
65950     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65951
65952 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
65953 Author: Anatolij Gustschin <agust@denx.de>
65954 Date:   Thu Feb 14 18:22:04 2008 +0100
65955
65956     Add Radeon Mobility 9200 pci device id to the radeon driver
65957
65958     This patch extends PCI device id table of the
65959     radeon driver so that the driver will also support
65960     Radeon Mobility 9200 (M9+) based boards.
65961
65962     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65963
65964 commit 1b8607e1f7143548c6062c28371449ec69588c00
65965 Author: Anatolij Gustschin <agust@denx.de>
65966 Date:   Thu Feb 14 18:19:50 2008 +0100
65967
65968     Extend ATI Radeon driver to support more video modes
65969
65970     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
65971     800x600, 640x480 at 24, 16 and 8 bpp.
65972
65973     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65974
65975 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
65976 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65977 Date:   Sun Feb 10 17:05:20 2008 +0100
65978
65979     xsengine: fix typo and few coding style
65980
65981     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65982
65983 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
65984 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
65985 Date:   Fri Feb 8 21:25:58 2008 +0100
65986
65987     Fix wrong memory limit calculation in memory-test
65988
65989     If the length of the memory address range passed to the "mtest" command is
65990     not of the form 2^x - 1, not all address lines are tested. This bug is
65991     inherited from the original software at
65992     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
65993     this.
65994
65995     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
65996
65997 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
65998 Author: Wolfgang Denk <wd@denx.de>
65999 Date:   Fri Feb 15 00:11:39 2008 +0100
66000
66001     Coding STyle cleanup.
66002
66003     Signed-off-by: Wolfgang Denk <wd@denx.de>
66004
66005 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
66006 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66007 Date:   Tue Feb 5 13:30:43 2008 +0900
66008
66009     sh: Fix register address of SH7722
66010
66011     The address of SH7722 is wrong by old document.
66012     This patch fixes this problem.
66013
66014     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66015
66016 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
66017 Author: Mike Frysinger <vapier@gentoo.org>
66018 Date:   Mon Feb 4 17:44:23 2008 -0500
66019
66020     only update version header as needed
66021
66022     Constantly rebuilding the version header will force useless relinking, so we
66023     simply need to compare the new header with the existing one before updating
66024     it.
66025
66026     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66027
66028 commit 208447f8e953f347425eb92c8e28d59e6d911363
66029 Author: Mike Frysinger <vapier@gentoo.org>
66030 Date:   Mon Jan 28 05:56:19 2008 -0500
66031
66032     Do not specify a CROSS_COMPILE default when executing size
66033
66034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66035
66036 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
66037 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
66038 Date:   Wed Feb 13 11:19:19 2008 +0100
66039
66040     Fix return value of mtest when CFG_ALT_MEMTEST set
66041
66042     Fix a missing return statement from a non-void function.
66043
66044     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
66045
66046 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
66047 Author: Timur Tabi <timur@freescale.com>
66048 Date:   Wed Jan 9 14:35:26 2008 -0600
66049
66050     85xx, 86xx: Determine I2C clock frequencies and store in global_data
66051
66052     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
66053
66054     Update the get_clocks() function in 85xx and 86xx to determine the I2C
66055     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
66056
66057     Signed-off-by: Timur Tabi <timur@freescale.com>
66058
66059 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
66060 Author: Wolfgang Denk <wd@denx.de>
66061 Date:   Thu Feb 14 23:18:01 2008 +0100
66062
66063     TQM834x: clean up configuration
66064
66065     Get board name consistent with Linux and elsewhere;
66066     get rid of local network definitions etc.
66067
66068     Signed-off-by: Wolfgang Denk <wd@denx.de>
66069
66070 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
66071 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66072 Date:   Thu Feb 14 08:02:12 2008 +0100
66073
66074     TFTP: fix search of ':' in BootFile
66075
66076     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66077
66078 commit 0bc9efada170096c6b273f19165e32936d330d80
66079 Author: Wolfgang Denk <wd@denx.de>
66080 Date:   Thu Feb 14 22:46:55 2008 +0100
66081
66082     Coding style cleanup; update CHANGELOG.
66083
66084     Signed-off-by: Wolfgang Denk <wd@denx.de>
66085
66086 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
66087 Author: Wolfgang Denk <wd@denx.de>
66088 Date:   Thu Feb 14 22:43:22 2008 +0100
66089
66090     PPC: Use r2 instead of r29 as global data pointer
66091
66092     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
66093     will refuse to use load/store multiple insns; instead, it issues a
66094     list of simple load/store instructions upon function entry and exit,
66095     resulting in bigger code size, which in turn makes the build for a
66096     few boards fail.
66097
66098     Use r2 instead.
66099
66100     Signed-off-by: Wolfgang Denk <wd@denx.de>
66101
66102 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
66103 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
66104 Date:   Wed Jan 30 09:08:49 2008 +0100
66105
66106     ARM: make the machid configurable via the environment
66107
66108     If the variable "machid" exists, let do_bootm_linux use that instead
66109     of bd->bi_arch_number.
66110
66111     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
66112
66113 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
66114 Author: Vlad Lungu <vlad@comsys.ro>
66115 Date:   Wed Jan 23 16:34:46 2008 +0200
66116
66117     Use #ifdef CONFIG_FSLDMAFEC
66118
66119     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
66120     fails
66121
66122     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
66123
66124 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
66125 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
66126 Date:   Sat Jan 19 10:25:59 2008 +0900
66127
66128     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
66129
66130     Current MII_DEBUG is confusing in two ways. One is useless define-then-
66131     undef at the top of the file. The other is there is only one debug() in
66132     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
66133     While there are many useful printf()/puts() debug codes, but they are for
66134     DEBUG, not for MII_DEBUG.
66135
66136     This patch tries to put them all together into MII_DEBUG and debug().
66137
66138     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
66139
66140 commit 751b9b5189f3274b03c809172631316d6b002c82
66141 Author: Kyungmin Park <kmpark@infradead.org>
66142 Date:   Thu Jan 17 16:43:25 2008 +0900
66143
66144     OneNAND Initial Program Loader (IPL) support
66145
66146     This patch enables the OneNAND boot within U-Boot.
66147     Before this work, we used another OneNAND IPL called X-Loader based
66148     on open source. With this work, we can build the oneboot.bin image
66149     without other program.
66150
66151     The build sequence is simple.
66152     First, it compiles the u-boot.bin
66153     Second, it compiles OneNAND IPL
66154     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
66155     The mechanism is similar with NAND boot except it boots from itself.
66156
66157     Another thing is that you can only use the OneNAND IPL only to work
66158     other bootloader such as RedBoot and so on.
66159
66160     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
66161
66162 commit 21f6f9636f0e978397548751347425fbf8d42bb3
66163 Author: Andy Fleming <afleming@freescale.com>
66164 Date:   Wed Jan 16 13:06:59 2008 -0600
66165
66166     Fix CONFIG_MMC usage in fat code
66167
66168     A #if statement in fat.c depended on CONFIG_MMC, instead of
66169     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
66170     as "1" rather than just defined.  Now it's better.
66171
66172     Signed-off-by: Andy Fleming <afleming@freescale.com>
66173
66174 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
66175 Author: Rafal Jaworowski <raj@semihalf.com>
66176 Date:   Tue Jan 15 12:52:31 2008 +0100
66177
66178     ppc: Refactor cache routines, so there is only one common set.
66179
66180     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
66181
66182 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
66183 Author: Jon Loeliger <jdl@jdl.com>
66184 Date:   Wed Jan 23 15:55:02 2008 -0600
66185
66186     86xx: Fix compilation warning in sys_eprom.c
66187
66188     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
66189
66190     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66191
66192 commit 65230107025733e89e28fd5e5cfd916d4953c28a
66193 Author: Haavard Skinnemoen <hskinnemoen at>
66194 Date:   Fri Feb 22 11:40:50 2008 +0000
66195
66196     Move AT91RM9200DK board support under board/atmel
66197
66198     We already have a vendor subdir for Atmel, so we should use it.
66199
66200     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
66201
66202 commit 6d0943a6be99977d6d853d51749e9963d68eb192
66203 Author: Andreas Engel <andreas.engel@ericsson.com>
66204 Date:   Mon Jan 14 09:06:52 2008 +0000
66205
66206     ARM: cleanup duplicated exception handlingcode
66207
66208     Move duplicated exception handling code into lib_arm.
66209
66210     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
66211
66212 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
66213 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
66214 Date:   Fri Feb 1 10:09:03 2008 +0000
66215
66216     Support for Artila M-501 starter kit
66217
66218     Kimmo Leppala / Sysart and
66219     Timo Tuunainen / Sysart
66220
66221 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
66222 Author: Stelian Pop <stelian@popies.net>
66223 Date:   Mon Feb 11 10:50:19 2008 +0000
66224
66225     AT91CAP9 support
66226
66227     ---------------------------------
66228
66229     read_dataflash() takes a signed char pointer as a parameter. Silence a
66230     few warnings dues to incorrect parameter types in env_dataflash.c.
66231
66232     Signed-off-by: Stelian Pop <stelian@popies.net>
66233
66234 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
66235 Author: Stelian Pop <stelian@popies.net>
66236 Date:   Thu Feb 7 09:42:57 2008 +0000
66237
66238     AT91CAP9 support : move board files to Atmel vendor directory.
66239
66240     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
66241
66242     Signed-off-by: Stelian Pop <stelian@popies.net>
66243
66244 commit 7263ef191b87da94768f762c7093bedeb70db98f
66245 Author: Stelian Pop <stelian at>
66246 Date:   Thu Jan 3 21:15:56 2008 +0000
66247
66248     AT91CAP9 support : MACB changes
66249
66250     Signed-off-by: Stelian Pop <stelian <at> popies.net>
66251     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
66252
66253 commit 6afcabf11d7321850f4feaadfee841488ace54c5
66254 Author: Stelian Pop <stelian@popies.net>
66255 Date:   Thu Feb 7 16:37:54 2008 +0000
66256
66257     AT91CAP9 support : board/ files
66258
66259     Signed-off-by: Stelian Pop <stelian@popies.net>
66260
66261 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
66262 Author: Stelian Pop <stelian at>
66263 Date:   Wed Jan 30 21:15:54 2008 +0000
66264
66265     AT91CAP9 support : cpu/ files
66266
66267     Signed-off-by: Stelian Pop <stelian <at> popies.net>
66268
66269 commit fa506a926cec348805143576c941f8e61b333cc0
66270 Author: Stelian Pop <stelian@popies.net>
66271 Date:   Thu Jan 31 21:15:53 2008 +0000
66272
66273     AT91CAP9 support : include/ files
66274
66275     Signed-off-by: Stelian Pop <stelian@popies.net>
66276
66277 commit 20b197c6f2799af399a68f96a1aff543a75621b8
66278 Author: Stelian Pop <stelian@popies.net>
66279 Date:   Sun Jan 20 19:49:21 2008 +0000
66280
66281     AT91CAP9 support : build integration
66282
66283     Signed-off-by: Stelian Pop <stelian@popies.net>
66284
66285 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
66286 Author: Stelian Pop <stelian@popies.net>
66287 Date:   Sun Jan 20 21:07:00 2008 +0000
66288
66289     Improve DataFlash CS definition.
66290
66291     Use a structure instead of the error prone unnamed array to
66292     define the possible dataflash banks.
66293
66294     Signed-off-by: Stelian Pop <stelian@popies.net>
66295
66296 commit a6cdd21b56014208706238712a853a9e9a0a2290
66297 Author: Stelian Pop <stelian@popies.net>
66298 Date:   Sat Jan 19 21:09:35 2008 +0000
66299
66300     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
66301
66302     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
66303
66304     cpu/arm926ejs/start.o: In function `cpu_init_crit':
66305     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
66306
66307     Signed-off-by: Stelian Pop <stelian@popies.net>
66308
66309 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
66310 Author: Peter Pearse <peter.pearse@arm.com>
66311 Date:   Fri Feb 1 16:50:24 2008 +0000
66312
66313     Fix timer overflow in DaVinci
66314     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
66315
66316 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
66317 Author: Peter Pearse <peter.pearse@arm.com>
66318 Date:   Fri Feb 1 16:49:08 2008 +0000
66319
66320     Update board NetStar
66321     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66322
66323 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
66324 Author: Niklaus Giger <niklaus.giger@netstal.com>
66325 Date:   Tue Feb 5 10:26:42 2008 +0100
66326
66327     ppc4xx: HCU4/5. Fix make O=../xx
66328
66329     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66330
66331 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
66332 Author: Larry Johnson <lrj@acm.org>
66333 Date:   Tue Jan 22 08:51:59 2008 -0500
66334
66335     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
66336
66337     Signed-off-by: Larry Johnson <lrj@acm.org>
66338
66339 commit fe891ecf4d187e9d11dde869ed4623af52b54451
66340 Author: Hiroshi Ito <ito@mlb.co.jp>
66341 Date:   Thu Jan 31 18:35:04 2008 +0900
66342
66343     NFS Timeout with large files.
66344
66345     Retry to send NFS packet before reaching timeout.
66346
66347     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
66348
66349 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
66350 Author: Johannes Stezenbach <js@sig21.net>
66351 Date:   Tue Jan 29 00:11:25 2008 +0100
66352
66353     Add dependencies to avoid race conditions with parallel make.
66354
66355     Signed-off-by: Johannes Stezenbach <js@sig21.net>
66356
66357 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
66358 Author: Mike Frysinger <vapier@gentoo.org>
66359 Date:   Mon Jan 28 05:46:01 2008 -0500
66360
66361     Mark board_init_[fr] as noreturn
66362
66363     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66364
66365 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
66366 Author: Mike Frysinger <vapier@gentoo.org>
66367 Date:   Mon Jan 28 05:28:50 2008 -0500
66368
66369     Only use TEXT_BASE if defined by the board
66370
66371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66372
66373 commit 1b769881750030f10743808b9d6013e11f559350
66374 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66375 Date:   Fri Jan 25 07:54:47 2008 +0100
66376
66377     Fix remaining CONFIG_COMMANDS
66378
66379     update comments
66380     Fix coding style
66381
66382     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66383
66384 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
66385 Author: Niklaus Giger <niklaus.giger@netstal.com>
66386 Date:   Mon Jan 21 16:46:00 2008 +0100
66387
66388     Add *~ to .gitignore
66389
66390     One should never add a backup file ending in with ~ to the git repository.
66391
66392     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66393
66394 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
66395 Author: Kumar Gala <galak@kernel.crashing.org>
66396 Date:   Thu Jan 17 00:02:10 2008 -0600
66397
66398     Remove duplicate defines for ARRAY_SIZE
66399
66400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66401
66402 commit c77ce474b1c57b13e9d36d9830f147966c143694
66403 Author: Stelian Pop <stelian@popies.net>
66404 Date:   Mon Jan 14 22:08:14 2008 +0100
66405
66406     Fix incorrect address test in AT91F_DataflashSelect().
66407
66408     Signed-off-by: Stelian Pop <stelian@popies.net>
66409
66410 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
66411 Author: Kumar Gala <galak@kernel.crashing.org>
66412 Date:   Wed Feb 13 15:09:58 2008 -0600
66413
66414     Fix building of fdt_support.c if DEBUG set
66415
66416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66417
66418 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
66419 Author: Jon Loeliger <jdl@freescale.com>
66420 Date:   Tue Feb 12 14:53:28 2008 -0600
66421
66422     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
66423
66424     These replace direct structure references for IMMR sections.
66425
66426     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66427
66428 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
66429 Author: Wolfgang Denk <wd@denx.de>
66430 Date:   Tue Feb 12 00:45:06 2008 +0100
66431
66432     Get rid of "#undef DEBUG" from board config files.
66433
66434     Signed-off-by: Wolfgang Denk <wd@denx.de>
66435
66436 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
66437 Author: Timur Tabi <timur@freescale.com>
66438 Date:   Tue Jan 15 17:09:41 2008 -0600
66439
66440     Remove #undef DEBUG from MPC83xx board header files
66441
66442     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
66443     The inclusion of this line makes it impossible to enable debug code in
66444     other source files, because "#define DEBUG" typically needs to be defined
66445     before any header files are included.
66446
66447     Signed-off-by: Timur Tabi <timur@freescale.com>
66448
66449 commit 69018ce2e086e9caf35b914d675b82bc4888f077
66450 Author: Kumar Gala <galak@kernel.crashing.org>
66451 Date:   Thu Jan 17 08:25:45 2008 -0600
66452
66453     QE: Move FDT support into a common file
66454
66455     Move the flat device tree setup for QE related devices into
66456     a common file shared between 83xx & 85xx platforms that have QE's.
66457
66458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66459
66460 commit 5cf746c303710329f8040d9c62ee354313e3e91f
66461 Author: Marian Balakowicz <m8@semihalf.com>
66462 Date:   Thu Jan 31 13:59:09 2008 +0100
66463
66464     [new uImage] Move kernel data find code to get_kernel() routine
66465
66466     Verification of the kernel image (in old format) and finding kernel
66467     data is moved to a dedicated routine. The routine will also hold
66468     support for, to be added, new image format.
66469
66470     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66471
66472 commit 7b325454fd231d4273de3fe373850f777fb086bf
66473 Author: Marian Balakowicz <m8@semihalf.com>
66474 Date:   Thu Jan 31 13:58:20 2008 +0100
66475
66476     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
66477
66478     Move FDT blob finding and relocation to a dedicated
66479     get_fdt() routine. It increases code readability and
66480     will make adding support for new uImage format easier.
66481
66482     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66483
66484 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
66485 Author: Marian Balakowicz <m8@semihalf.com>
66486 Date:   Thu Jan 31 13:58:13 2008 +0100
66487
66488     [new uImage] Cleanup do_botm_linux() boot allocations
66489
66490     This patch moves common pre-boot allocation steps shared between PPC
66491     and M68K to a helper routines:
66492
66493     common:
66494     - get_boot_sp_limit()
66495     - get_boot_cmline()
66496     - get_boot_kbd()
66497
66498     platform:
66499     - set_clocks_in_mhz()
66500
66501     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66502
66503 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
66504 Author: Marian Balakowicz <m8@semihalf.com>
66505 Date:   Thu Jan 31 13:57:17 2008 +0100
66506
66507     [new uImage] Move ramdisk loading to a common routine
66508
66509     Ramdisk loading code, including initrd_high variable handling,
66510     was duplicated for PPC and M68K platforms. This patch creates
66511     common helper routine that is being called from both platform
66512     do_bootm_linux() routines.
66513
66514     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66515
66516 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
66517 Author: Marian Balakowicz <m8@semihalf.com>
66518 Date:   Thu Jan 31 13:55:53 2008 +0100
66519
66520     [new uImage] Removed dead ramdisk code on microblaze architectures
66521
66522     Microblaze do_bootm_linux() includes ramdisk processing code but
66523     the ramdisk does not get used anywhere later on.
66524
66525     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66526
66527 commit 5ad03eb3854c162684222a718b44c0716ea0db03
66528 Author: Marian Balakowicz <m8@semihalf.com>
66529 Date:   Thu Jan 31 13:55:39 2008 +0100
66530
66531     [new uImage] Factor out common image_get_ramdisk() routine
66532
66533     Architecture specific do_bootm_linux() routines share common
66534     ramdisk image processing code. Move this code to a common
66535     helper routine.
66536
66537     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66538
66539 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
66540 Author: Marian Balakowicz <m8@semihalf.com>
66541 Date:   Thu Jan 31 13:20:08 2008 +0100
66542
66543     [new uImage] Move FDT error printing to common fdt_error() routine
66544
66545     FDT error handling in PPC do_bootm_linux() shares the same message format.
66546     This patch moves error message printing to a helper fdt_error() routine.
66547
66548     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66549     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
66550
66551 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
66552 Author: Marian Balakowicz <m8@semihalf.com>
66553 Date:   Thu Jan 31 13:20:07 2008 +0100
66554
66555     [new uImage] Factor out common routines for getting os/arch/type/comp names
66556
66557     Move numeric-id to name translation for image os/arch/type/comp header
66558     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
66559     image_get_type_name(), image_get_comp_name().
66560
66561     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66562
66563 commit e99c26694a384221d336f6448c06a57479c0baa4
66564 Author: Marian Balakowicz <m8@semihalf.com>
66565 Date:   Thu Jan 31 13:20:07 2008 +0100
66566
66567     [new uImage] Remove standalone applications handling from boootm
66568
66569     Standalone applications are supposed to be run using the "go" command.
66570     This patch removes standalone images handling from the do_bootm().
66571
66572     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66573
66574 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
66575 Author: Marian Balakowicz <m8@semihalf.com>
66576 Date:   Thu Jan 31 13:20:07 2008 +0100
66577
66578     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
66579
66580     Support for OF_FLAT_TREE is to be obsoleted in the near future,
66581     remove related code from the bootm routines.
66582
66583     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66584
66585 commit 82850f3d32a2661868ec6876bed7a22c55cef718
66586 Author: Marian Balakowicz <m8@semihalf.com>
66587 Date:   Thu Jan 31 13:20:06 2008 +0100
66588
66589     [new uImage] Use image API in SH do_bootm_linux() routine
66590
66591     Introduce image handling API for lately added Hitachi SH architecture.
66592
66593     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66594
66595 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
66596 Author: Marian Balakowicz <m8@semihalf.com>
66597 Date:   Thu Jan 31 13:20:06 2008 +0100
66598
66599     [new uImage] Rename architecture specific bootm code files
66600
66601     Implementation of the do_bootm_linux() and other bootm helper routines is
66602     architecture specific code. As such it resides in lib_<arch> directories
66603     in files named <arch>_linux.c
66604
66605     This patch renames those files to a more clear and accurate
66606     lib_<arch>/bootm.c form.
66607
66608     List of the renamed files:
66609        lib_arm/armlinux.c -> lib_arm/bootm.c
66610        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
66611        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
66612        lib_i386/i386_linux.c -> lib_i386/bootm.c
66613        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
66614        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
66615        lib_mips/mips_linux.c -> lib_mips/bootm.c
66616        lib_nios/nios_linux.c -> lib_nios/bootm.c
66617        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
66618        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
66619        lib_sh/sh_linux.c -> lib_sh/bootm.c
66620
66621     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66622
66623 commit 7582438c285bf0cef82909d0f232de64ec567a8a
66624 Author: Marian Balakowicz <m8@semihalf.com>
66625 Date:   Thu Jan 31 13:20:06 2008 +0100
66626
66627     [new uImage] Return error on image move/uncompress overwrites
66628
66629     Check for overwrites during image move/uncompress, return with error
66630     when the original image gets corrupted. Report clear message to the user
66631     and prevent further troubles when pointer to the corrupted images is passed
66632     to do_bootm_linux routine.
66633
66634     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66635
66636 commit f13e7b2e993c61fed1f607962501e051940d6e80
66637 Author: Marian Balakowicz <m8@semihalf.com>
66638 Date:   Tue Jan 8 18:12:17 2008 +0100
66639
66640     [new uImage] Cleanup image header pointer use in bootm code
66641
66642     - use single image header pointer instead of a set of auxilliary variables.
66643     - add multi component image helper routines: get component size/data address
66644
66645     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66646
66647 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
66648 Author: Marian Balakowicz <m8@semihalf.com>
66649 Date:   Tue Jan 8 18:17:10 2008 +0100
66650
66651     [new uImage] Cleanup cmd_bootm.c
66652
66653     - sort and cleanup headers, declarations, etc.
66654     - group related routines
66655     - cleanup indentation, white spaces
66656
66657     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66658
66659 commit af13cdbc01eaf88880978bfb4f603e012818ba24
66660 Author: Marian Balakowicz <m8@semihalf.com>
66661 Date:   Tue Jan 8 18:11:45 2008 +0100
66662
66663     [new uImage] Add memmove_wd() common routine
66664
66665     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
66666
66667     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66668
66669 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
66670 Author: Marian Balakowicz <m8@semihalf.com>
66671 Date:   Tue Jan 8 18:11:44 2008 +0100
66672
66673     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
66674
66675     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66676
66677 commit 15158971f49255ccef54f0979a942cfd3de2ae52
66678 Author: Marian Balakowicz <m8@semihalf.com>
66679 Date:   Tue Jan 8 18:11:44 2008 +0100
66680
66681     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
66682
66683     Use image header copy instead of a (possibly corrupted) pointer to
66684     a initial image location.
66685
66686     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66687
66688 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
66689 Author: Marian Balakowicz <m8@semihalf.com>
66690 Date:   Tue Jan 8 18:11:44 2008 +0100
66691
66692     [new uImage] Remove I386 uImage fake_header() routine
66693
66694     I386 targets are not using a uImage format, instead fake header
66695     is added to ram image before it is further processed by bootm.
66696
66697     Remove this fixup and force proper uImage use for I386.
66698
66699     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66700
66701 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
66702 Author: Marian Balakowicz <m8@semihalf.com>
66703 Date:   Tue Jan 8 18:11:44 2008 +0100
66704
66705     [new uImage] Move CHUNKSZ definition to image.h
66706
66707     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
66708     move this definition to a common header.
66709
66710     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66711
66712 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
66713 Author: Marian Balakowicz <m8@semihalf.com>
66714 Date:   Tue Jan 8 18:11:43 2008 +0100
66715
66716     [new uImage] Move gunzip() common code to common/gunzip.c
66717
66718     Move gunzip(), zalloc() and zfree() to a separate file.
66719     Share zalloc() and zfree() with cramfs uncompress routine.
66720
66721     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66722
66723 commit d45d5a18b6b36688f2365623f9d550566c664b5b
66724 Author: Marian Balakowicz <m8@semihalf.com>
66725 Date:   Tue Jan 8 18:11:43 2008 +0100
66726
66727     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
66728
66729     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
66730     readable in PPC variant of do_bootm_linux() routine.
66731
66732     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66733
66734 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
66735 Author: Marian Balakowicz <m8@semihalf.com>
66736 Date:   Tue Jan 8 18:11:43 2008 +0100
66737
66738     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
66739
66740     PPC implementation of do_bootm_linux() routine is moved to
66741     a dedicated file lib_ppc/ppc_linux.c
66742
66743     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66744
66745 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
66746 Author: Marian Balakowicz <m8@semihalf.com>
66747 Date:   Tue Jan 8 18:14:09 2008 +0100
66748
66749     [new uImage] Define a API for image handling operations
66750
66751     - Add inline helper macros for basic header processing
66752     - Move common non inline code common/image.c
66753     - Replace direct header access with the API routines
66754     - Rename IH_CPU_* to IH_ARCH_*
66755
66756     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66757
66758 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
66759 Author: Marian Balakowicz <m8@semihalf.com>
66760 Date:   Thu Jan 31 13:19:58 2008 +0100
66761
66762     Add missing cmd_ximg.o to common/Makefile
66763
66764     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66765
66766 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
66767 Author: Grzegorz Bernacki <gjb@semihalf.com>
66768 Date:   Mon Jan 28 10:15:02 2008 +0100
66769
66770     ADS5121e: DDR2 init/timing update.
66771
66772     Signed-off-by: John Rigby <jrigby@freescale.com>
66773     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
66774
66775 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
66776 Author: John Rigby <jrigby@freescale.com>
66777 Date:   Wed Jan 30 13:36:57 2008 -0700
66778
66779     Device tree updates
66780
66781     Changes to match 5121 device tree going mainline in 2.6.25.
66782
66783     Change OF_SOC from "soc5121" to plain "soc".
66784     Remove unneeded "ref-frequency" fixups.
66785     Remove "address" enetaddr fixup.
66786
66787     Add bus-frequency fixup for old OF_SOC so old
66788     kernels with old device trees will work with new
66789     u-boot with 66MHz IPS clock
66790
66791     Signed-off-by: John Rigby <jrigby@freescale.com>
66792
66793 commit de55d18df3ff2ea614624e74793de7c43520e0e7
66794 Author: John Rigby <jrigby@freescale.com>
66795 Date:   Wed Jan 30 13:36:56 2008 -0700
66796
66797     Change IPS freq to 66MHz
66798
66799     Recommended frequency is 66MHz
66800     Change divider from 4 to 3.
66801
66802     Signed-off-by: John Rigby <jrigby@freescale.com>
66803
66804 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
66805 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66806 Date:   Mon Jan 14 22:38:55 2008 +0100
66807
66808     xsengine: rename board_post_init to board_late_init
66809
66810     missing migration from "Cleanup of some init functions"
66811     in c837dcb1a316745092567bfe4fb266d0941884ff
66812
66813     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66814
66815 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
66816 Author: Larry Johnson <lrj@acm.org>
66817 Date:   Sat Jan 12 23:35:33 2008 -0500
66818
66819     Add attribute POST_PREREL to ECC memory POST
66820
66821     Signed-off-by: Larry Johnson <lrj@acm.org>
66822
66823 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
66824 Author: Kumar Gala <galak@kernel.crashing.org>
66825 Date:   Thu Jan 17 08:25:45 2008 -0600
66826
66827     QE: Move FDT support into a common file
66828
66829     Move the flat device tree setup for QE related devices into
66830     a common file shared between 83xx & 85xx platforms that have QE's.
66831
66832     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66833
66834 commit d38da537943cd36356b9d3d9d9b60533554b81d8
66835 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66836 Date:   Wed Jan 23 17:20:14 2008 +0100
66837
66838     AVR32: Make SDRAM refresh rate configurable
66839
66840     The existing code assumes the SDRAM row refresh period should always
66841     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
66842     refresh rate should really be 7.81 us.
66843
66844     Add a refresh_period member to struct sdram_info and initialize it
66845     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
66846     panic() until the refresh_period member is updated properly.
66847
66848     Big thanks to Gerhard Berghofer for pointing out this issue.
66849
66850     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66851
66852 commit 61151cccb660cdb06a07fb283de6089913d7bde0
66853 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66854 Date:   Thu Apr 19 10:10:11 2007 +0200
66855
66856     ATSTK1000: Fix potential flash programming bug
66857
66858     The (now obsolete) atngw100 flash programming code was having problems
66859     programming the onboard at49bv642 chip. The atstk1000 flash
66860     programming code may have the same bug, so import fix for this problem
66861     from the AVR32 Linux BSP.
66862
66863     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66864
66865 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
66866 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66867 Date:   Thu Nov 22 17:04:13 2007 +0100
66868
66869     ATSTK1004: Fix comment about default load address
66870
66871     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
66872     wouldn't have worked anyway since the board can only access 4MB of
66873     SDRAM.
66874
66875     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66876
66877 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
66878 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66879 Date:   Thu Nov 22 17:01:24 2007 +0100
66880
66881     ATSTK1002: Use SDRAM + 4MB as default load address
66882
66883     Many people run into problems when they compile a big kernel and load
66884     the uImage at the default SDRAM + 2MB address as the kernel will
66885     overwrite the uImage as it is being unpacked. Increase the default
66886     load address so that we can load a 4MB kernel image without any
66887     problems.
66888
66889     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66890
66891 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
66892 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66893 Date:   Thu Nov 22 16:51:39 2007 +0100
66894
66895     ATNGW100: Fix default mtest range
66896
66897     Let mtest cover the whole SDRAM except the last megabyte, which is
66898     where u-boot lives.
66899
66900     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66901
66902 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
66903 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66904 Date:   Tue Jan 22 15:31:56 2008 +0900
66905
66906     sh: Fix register address of SH7722.
66907
66908     The address of SH7722 is wrong by old document.
66909     This patch fixes this problem.
66910
66911     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66912
66913 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
66914 Author: Mike Frysinger <vapier@gentoo.org>
66915 Date:   Mon Feb 4 19:26:57 2008 -0500
66916
66917     new command for displaying strings at specified memory locations
66918
66919     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66920
66921 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
66922 Author: Mike Frysinger <vapier@gentoo.org>
66923 Date:   Mon Feb 4 19:26:57 2008 -0500
66924
66925     rewrite/cleanup Blackfin RTC driver
66926
66927     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66928
66929 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
66930 Author: Mike Frysinger <vapier@gentoo.org>
66931 Date:   Mon Feb 4 19:26:57 2008 -0500
66932
66933     generate u-boot.ldr for Blackfin targets
66934
66935     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66936
66937 commit b779f7a59530436040f157f7841db7ab796542df
66938 Author: Mike Frysinger <vapier@gentoo.org>
66939 Date:   Mon Feb 4 19:26:57 2008 -0500
66940
66941     scrub unused symbols
66942
66943     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66944
66945 commit cc2977acc3bbbb7850f16645dd1081f95335868d
66946 Author: Mike Frysinger <vapier@gentoo.org>
66947 Date:   Mon Feb 4 19:26:57 2008 -0500
66948
66949     move Blackfin cpu object list to respective cpu directories
66950
66951     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66952
66953 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
66954 Author: Mike Frysinger <vapier@gentoo.org>
66955 Date:   Mon Feb 4 19:26:57 2008 -0500
66956
66957     interface to Blackfin on-chip One-Time-Programmable memory
66958
66959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66960
66961 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
66962 Author: Mike Frysinger <vapier@gentoo.org>
66963 Date:   Mon Feb 4 19:26:56 2008 -0500
66964
66965     add support for memory commands with Blackfin L1 instruction memory
66966
66967     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66968
66969 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
66970 Author: Mike Frysinger <vapier@gentoo.org>
66971 Date:   Mon Feb 4 19:26:56 2008 -0500
66972
66973     use C code rather than inline assembly
66974
66975     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66976
66977 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
66978 Author: Mike Frysinger <vapier@gentoo.org>
66979 Date:   Mon Feb 4 19:26:56 2008 -0500
66980
66981     add Blackfin-specific reginfo command
66982
66983     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66984
66985 commit 0858b835e7ea501ea084d34cef75932f098342bb
66986 Author: Mike Frysinger <vapier@gentoo.org>
66987 Date:   Mon Feb 4 19:26:55 2008 -0500
66988
66989     add support for Blackfin symbol prefixes to examples
66990
66991     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66992
66993 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
66994 Author: Mike Frysinger <vapier@gentoo.org>
66995 Date:   Mon Feb 4 19:26:55 2008 -0500
66996
66997     add Blackfin-specific bdinfo command
66998
66999     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67000
67001 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
67002 Author: Mike Frysinger <vapier@gentoo.org>
67003 Date:   Mon Feb 4 19:26:55 2008 -0500
67004
67005     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
67006
67007     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67008
67009 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
67010 Author: Mike Frysinger <vapier@gentoo.org>
67011 Date:   Mon Feb 4 19:26:55 2008 -0500
67012
67013     unify the Blackfin board targets
67014
67015     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67016
67017 commit d4d7730853e5d675f76ec666807da3028c91d592
67018 Author: Mike Frysinger <vapier@gentoo.org>
67019 Date:   Mon Feb 4 19:26:55 2008 -0500
67020
67021     punt Blackfin VDSP headers and import sanitized/auto-generated ones
67022
67023     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67024
67025 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
67026 Author: Mike Frysinger <vapier@gentoo.org>
67027 Date:   Mon Feb 4 19:26:54 2008 -0500
67028
67029     always pull in asm/blackfin.h for Blackfin ports
67030
67031     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67032
67033 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
67034 Author: Mike Frysinger <vapier@gentoo.org>
67035 Date:   Mon Feb 4 19:26:54 2008 -0500
67036
67037     add missing __raw versions of Blackfin read/write io functions
67038
67039     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67040
67041 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
67042 Author: Mike Frysinger <vapier@gentoo.org>
67043 Date:   Mon Feb 4 19:26:54 2008 -0500
67044
67045     add the default Blackfin logo used by Blackfin boards with splash screens
67046
67047     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67048
67049 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
67050 Author: Mike Frysinger <vapier@gentoo.org>
67051 Date:   Mon Feb 4 19:26:54 2008 -0500
67052
67053     add some more Blackfin docs
67054
67055     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67056
67057 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
67058 Author: Mike Frysinger <vapier@gentoo.org>
67059 Date:   Mon Feb 4 19:26:54 2008 -0500
67060
67061     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
67062
67063     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67064
67065 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
67066 Author: Mike Frysinger <vapier@gentoo.org>
67067 Date:   Mon Feb 4 19:26:54 2008 -0500
67068
67069     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
67070
67071     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67072
67073 commit b45264ee85cbd92020640a32e02fb434fd557108
67074 Author: Mike Frysinger <vapier@gentoo.org>
67075 Date:   Mon Feb 4 19:26:53 2008 -0500
67076
67077     add gitignores for Blackfin pieces
67078
67079     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
67080
67081 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
67082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67083 Date:   Fri Jan 18 01:14:03 2008 +0100
67084
67085     TFTP: add host ip addr support
67086
67087     allow to use a different server as set in serverip
67088     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
67089     if not defined the max length will be at 128
67090
67091     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67092
67093 commit e56b4b494cd92def577969f9678395aa22d34c9f
67094 Author: Timur Tabi <timur@freescale.com>
67095 Date:   Wed Jan 9 14:35:26 2008 -0600
67096
67097     85xx,86xx: Determine I2C clock frequencies and store in global_data
67098
67099     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
67100
67101     Update the get_clocks() function in 85xx and 86xx to determine the I2C
67102     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
67103
67104     Signed-off-by: Timur Tabi <timur@freescale.com>
67105
67106 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
67107 Author: Wolfgang Denk <wd@denx.de>
67108 Date:   Thu Dec 27 10:56:54 2007 +0100
67109
67110     OMAP5912: fix FIFO handling in UART driver
67111
67112     According to the OMAP5912 Serial Interfaces Reference Guide (see
67113     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
67114     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
67115     changed when the baud clock is not running, i. e. when both DLL and
67116     DLH are set to 0.
67117
67118     Thus make sure that DLL and DLH are 0 when writing the FCR.
67119
67120     Signed-off-by: Wolfgang Denk <wd@denx.de>
67121
67122 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
67123 Author: Harald Welte <laforge@openmoko.org>
67124 Date:   Wed Dec 19 15:10:52 2007 +0100
67125
67126     ARM: S3C24x0 SoC NAND controller support
67127
67128     This patch adds NAND support to the S3C24x0 SoC code in u-boot
67129
67130     Signed-off-by: Harald Welte <laforge@openmoko.org>
67131
67132 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
67133 Author: Harald Welte <laforge@openmoko.org>
67134 Date:   Wed Dec 19 14:24:40 2007 +0100
67135
67136     ARM: s3c24xx: Multiple serial port support
67137
67138     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
67139
67140     Signed-off-by: Harald Welte <laforge@openmoko.org>
67141
67142 commit a25f72f1f73a11de68251fb88c89991e202e68fa
67143 Author: Harald Welte <laforge@openmoko.org>
67144 Date:   Wed Dec 19 14:16:57 2007 +0100
67145
67146     ARM: arm920t: Allow use of 'gd' pointer from IRQ
67147
67148     This patch allows us to use the 'gd' pointer (and thus environment
67149     and everything else associated with it) from interrupt context on
67150     arm920t.
67151
67152     Signed-off-by: Harald Welte <laforge@openmoko.org>
67153
67154 commit be19bd5cd0f454b63298844a0b5377e029b2caad
67155 Author: Harald Welte <laforge@openmoko.org>
67156 Date:   Wed Dec 19 14:19:38 2007 +0100
67157
67158     ARM: arm920/s3c24xx: IRQ demulitplexer callback
67159
67160     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
67161     plus a stub implementation of it for the S3C2410.
67162
67163     The purpose is to allow arm920t implementations such as the s3c24x0 to
67164     implement interrupt handlers in u-boot without having to touch core
67165     arm920t code.
67166
67167     Signed-off-by: Harald Welte <laforge@openmoko.org>
67168
67169 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
67170 Author: Hebbar <gururajakr@sanyo.co.in>
67171 Date:   Tue Dec 18 16:03:07 2007 -0800
67172
67173     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
67174
67175     Add ifdef to bdinfo command to display ethernet information
67176     only if CONFIG_CMD_NET is defined for arm modules.
67177
67178     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
67179
67180 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
67181 Author: Hebbar <gururajakr@sanyo.co.in>
67182 Date:   Tue Dec 18 16:00:54 2007 -0800
67183
67184     ARM: add I2C init function call in lib_arm/board.c
67185
67186     Adds I2C init func call to init sequence for ARM boards. This is
67187     present in ppc,blackfin and other processor init sequence.
67188
67189     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
67190
67191 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
67192 Author: Stefan Roese <sr@denx.de>
67193 Date:   Fri Feb 1 09:38:29 2008 +0100
67194
67195     ppc4xx: Fix ndfc HW ECC byte order
67196
67197     The current ndfc HW ECC implementation swaps the first two ECC bytes.
67198     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
67199     so this swapping in the HW ECC driver is bogus. This patch fixes this
67200     problem and now really uses the SMC ECC byte order.
67201
67202     Thanks to Sean MacLennan for pointing this out.
67203
67204     Signed-off-by: Stefan Roese <sr@denx.de>
67205
67206 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
67207 Author: Stefan Roese <sr@denx.de>
67208 Date:   Wed Jan 30 15:35:50 2008 +0100
67209
67210     ppc4xx: Fix GPIO configuration for pcs440ep
67211
67212     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
67213     49-63 for GPIO. They have been configured as trace signals. This patch
67214     fixes this by clearing the corresponding bit.
67215
67216     Signed-off-by: Stefan Roese <sr@denx.de>
67217
67218 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
67219 Author: Stefan Roese <sr@denx.de>
67220 Date:   Wed Jan 30 14:48:28 2008 +0100
67221
67222     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
67223
67224     Signed-off-by: Stefan Roese <sr@denx.de>
67225
67226 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
67227 Author: Ladislav Michl <ladis@linux-mips.org>
67228 Date:   Fri Dec 7 00:42:32 2007 +0100
67229
67230     ARM: Board voiceblue update
67231
67232     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
67233
67234 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
67235 Author: Ladislav Michl <ladis@linux-mips.org>
67236 Date:   Thu Dec 6 23:24:57 2007 +0100
67237
67238     ARM: AT91RM9200 based boards config cleanup
67239
67240     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
67241
67242     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
67243     indentation.
67244
67245 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
67246 Author: Ladislav Michl <ladis@linux-mips.org>
67247 Date:   Thu Dec 6 22:59:16 2007 +0100
67248
67249     ARM: Fix at91rm9200dk base address
67250
67251     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
67252     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
67253     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
67254     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
67255     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
67256     I'm sending this patch 4th (!) time in hope it produces at least some
67257     reaction.
67258
67259     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
67260
67261     Fix at91rm9200dk base and environment address.
67262
67263 commit c95219fae2a7add7daa2f91aedca65b1698465c7
67264 Author: stefano babic <sbabic@denx.de>
67265 Date:   Tue Nov 20 10:40:24 2007 +0100
67266
67267     MMC for PXA 27X (resubmit)
67268
67269     MMC support for X_Scale PXA is broken and does not work.
67270     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
67271     There were already some patches around the world but none of them was
67272     merged into the official u-boot tree.
67273
67274     This patch makes order fixing this issue. Resubmit after code cleanup.
67275
67276     Applied and tested on PXA 270 (TrizepsIV module).
67277
67278     Signed-off-by: Stefano Babic <sbabic@denx.de>
67279
67280 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
67281 Author: stefano babic <sbabic@denx.de>
67282 Date:   Tue Nov 20 10:37:04 2007 +0100
67283
67284     Fix gcc issues in pxa-regs.h
67285
67286     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
67287     issues generates wrong code.
67288     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
67289     This patch fixes the problem and solves the gcc-4 issues as the linux
67290     kernel does.
67291
67292     Signed-off-by: Stefano Babic <sbabic@denx.de>
67293     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
67294
67295 commit 7047b388876e7b905b2ec4edb8010543e3641b85
67296 Author: Jens Gehrlein <sew_s@tqs.de>
67297 Date:   Tue Jan 29 08:45:03 2008 +0100
67298
67299     TQM834x: enable DHCP
67300
67301     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
67302     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67303
67304 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
67305 Author: Jens Gehrlein <sew_s@tqs.de>
67306 Date:   Tue Jan 29 08:45:02 2008 +0100
67307
67308     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
67309
67310     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
67311     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67312
67313 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
67314 Author: Ben Warren <biggerbadderben@gmail.com>
67315 Date:   Sat Jan 26 23:41:19 2008 -0500
67316
67317     Fix conditional compilation of mpx8xxx_spi driver
67318
67319     This driver should only compile if CONFIG_MPC8XXX_SPI is set
67320
67321     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67322     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67323
67324 commit 63f732d3d3880feb531f48af247c025bf01462b0
67325 Author: Rafal Jaworowski <raj@semihalf.com>
67326 Date:   Tue Jan 29 17:00:34 2008 +0100
67327
67328     API: Provide dummy halt() in the glue layer.
67329
67330     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
67331
67332     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
67333
67334 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
67335 Author: Rafal Jaworowski <raj@semihalf.com>
67336 Date:   Tue Jan 29 16:57:38 2008 +0100
67337
67338     API: Convert conditional building to the new scheme.
67339
67340     This fixes a build breakage with CONFIG_API enabled, which appeared after
67341     the recent changes in the U-Boot build system.
67342
67343     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
67344
67345 commit 98b742489c09780be6a832eeaa4e5eff824792bb
67346 Author: Wolfgang Denk <wd@denx.de>
67347 Date:   Fri Jan 25 09:56:17 2008 +0100
67348
67349     inka4x0: remove dead code
67350
67351     Signed-off-by: Wolfgang Denk <wd@denx.de>
67352
67353 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
67354 Author: Becky Bruce <becky.bruce@freescale.com>
67355 Date:   Wed Jan 23 16:31:06 2008 -0600
67356
67357     86xx: Add reginfo command
67358
67359     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67360
67361 commit ddcebcb638715a6278da93b553d5016f99823816
67362 Author: Becky Bruce <becky.bruce@freescale.com>
67363 Date:   Wed Jan 23 16:31:05 2008 -0600
67364
67365     86xx: Add print_laws function to fsl_law.c
67366
67367     This can be used for debug, and will be used by board code
67368     to help implement reginfo.
67369
67370     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67371
67372 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
67373 Author: Becky Bruce <becky.bruce@freescale.com>
67374 Date:   Wed Jan 23 16:31:04 2008 -0600
67375
67376     86xx: Remove old-style law setup code
67377
67378     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
67379
67380     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67381
67382 commit 713d8186649dae874613d495b0cecaa039a98b30
67383 Author: Becky Bruce <becky.bruce@freescale.com>
67384 Date:   Wed Jan 23 16:31:03 2008 -0600
67385
67386     86xx: Convert sbc8641d to use new law setup code.
67387
67388     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67389
67390 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
67391 Author: Becky Bruce <becky.bruce@freescale.com>
67392 Date:   Wed Jan 23 16:31:02 2008 -0600
67393
67394     86xx: Convert mpc8610hpcd to new law setup method.
67395
67396     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67397
67398 commit 4933b91f8a49e436681f163df3173beb91cac44a
67399 Author: Becky Bruce <becky.bruce@freescale.com>
67400 Date:   Wed Jan 23 16:31:01 2008 -0600
67401
67402     86xx: Support new law setup method and convert mpc8641
67403
67404     Adds the support code in cpu/mpc86xx for the new law setup code
67405     recently created fsl_law.c, and changes the MPC8641HPCN config
67406     to use this code.
67407
67408     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67409
67410 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
67411 Author: Becky Bruce <becky.bruce@freescale.com>
67412 Date:   Wed Jan 23 16:31:00 2008 -0600
67413
67414     86xx: Rearrange the sequence in start.S
67415
67416     * split the BAT initialization so that only 2 BATs (for the boot page
67417     and stack) are programmed very early on.  The rest are initialized later.
67418     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
67419     after translation has been enabled.
67420
67421     These changes will facilitate the moving of law and BAT initialization
67422     to C code, and will aid with 36-bit physical addressing support.
67423
67424     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67425
67426 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
67427 Author: Wolfgang Denk <wd@denx.de>
67428 Date:   Wed Jan 23 14:41:37 2008 +0100
67429
67430     Coding Style Cleanup; update CHANGELOG
67431
67432     Signed-off-by: Wolfgang Denk <wd@denx.de>
67433
67434 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
67435 Author: Wolfgang Denk <wd@denx.de>
67436 Date:   Wed Jan 23 14:31:17 2008 +0100
67437
67438     Coding Style Cleanup; update CHANGELOG
67439
67440     Signed-off-by: Wolfgang Denk <wd@denx.de>
67441
67442 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
67443 Author: Dave Liu <r63238@freescale.com>
67444 Date:   Fri Jan 18 10:07:04 2008 +0800
67445
67446     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
67447
67448     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
67449     cause the 83xx immap broken, so the DMA and PCI will
67450     be failed.
67451
67452     The patch fix the struct spi8xxx and rm struct spi83xx.
67453
67454     Signed-off-by: Dave Liu <daveliu@freescale.com>
67455     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67456
67457 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
67458 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67459 Date:   Sat Apr 14 17:11:49 2007 +0200
67460
67461     AVR32: ATNGW100 board support
67462
67463     Add support for the ATNGW100 Network Gateway reference design,
67464     including flash, ethernet and MMC support.
67465
67466     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67467
67468 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
67469 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67470 Date:   Sat Nov 24 18:15:31 2007 +0100
67471
67472     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
67473
67474     I don't know why the relevant layers can't do this by itself, but this
67475     is what ppc does.
67476
67477     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67478
67479 commit 799891ef7b1b3432032ec23466df6b665a797fa4
67480 Author: Michael Schwingen <michael@schwingen.org>
67481 Date:   Fri Jan 18 00:04:28 2008 +0100
67482
67483     Add AcTux board support
67484
67485     Hi,
67486
67487     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
67488     files that
67489     contain changes for multiple boards, the board-specific files follow as
67490     separate patches.
67491
67492     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67493
67494 commit 66a4344a4d910a11125df7768899ad529719855e
67495 Author: Michael Schwingen <michael@schwingen.org>
67496 Date:   Wed Jan 16 19:53:23 2008 +0100
67497
67498     add AcTux-4 board support
67499
67500     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67501
67502 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
67503 Author: Michael Schwingen <michael@schwingen.org>
67504 Date:   Wed Jan 16 19:51:55 2008 +0100
67505
67506     add AcTux-3 board support
67507
67508     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67509
67510 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
67511 Author: Michael Schwingen <michael@schwingen.org>
67512 Date:   Wed Jan 16 19:51:14 2008 +0100
67513
67514     add AcTux-2 board support
67515
67516     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67517
67518 commit ea99e8f05b7240fd657739e286664664ae160abe
67519 Author: Michael Schwingen <michael@schwingen.org>
67520 Date:   Wed Jan 16 19:50:37 2008 +0100
67521
67522     add AcTux-1 board support
67523
67524     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67525
67526 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
67527 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67528 Date:   Mon Jan 14 19:20:08 2008 +0100
67529
67530     ARM: remove useless function board_post_init
67531
67532     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67533
67534 commit 96bd462942022e4569b582c072a0ed26de1cd19b
67535 Author: Michael Schwingen <michael@schwingen.org>
67536 Date:   Thu Jan 10 14:59:46 2008 +0100
67537
67538     IXP: enable RTS
67539
67540     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
67541     No handshaking is done, but the active RTS signal allows to
67542     connect to the target using a PC which is using RTS/CTS
67543     handshake, and does no harm if the PC is set to ignore RTS.
67544
67545     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67546
67547 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
67548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67549 Date:   Mon Jan 7 08:41:34 2008 +0100
67550
67551     IXP: add dynamic microcode addr
67552
67553     allow to load the microde from flash or ram by download it through
67554     the serial or other.
67555
67556     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67557     Acked-by: Stefan Roese <sr@denx.de>
67558
67559 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
67560 Author: Michael Schwingen <michael@schwingen.org>
67561 Date:   Sat Nov 10 15:44:12 2007 +0100
67562
67563     load ixp42x NPE firmware from separate flash block, remove dead code
67564
67565     Hi,
67566
67567     the following patch adds support to move the IXP42X NPE firmware to a
67568     separate flash block, whose start address is defined in
67569     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
67570     NPE-enabled u-boot without copyright problems due to the NPE firmware.
67571
67572     I hope the patch applies, I get whitespace-related differences in the NPE
67573     files due to trailing whitespace in the original versions.
67574
67575     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67577
67578 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
67579 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67580 Date:   Tue Jan 15 14:15:46 2008 -0600
67581
67582     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
67583
67584     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67585     Signed-off by: John Rigby <jrigby@freescale.com>
67586
67587 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
67588 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67589 Date:   Tue Jan 15 14:02:49 2008 -0600
67590
67591     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
67592
67593     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67594     Signed-off by: John Rigby <jrigby@freescale.com>
67595
67596 commit 777d1abd9796f1c2e148417cc10657e847d318ce
67597 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67598 Date:   Tue Jan 15 14:00:25 2008 -0600
67599
67600     ColdFire: Add MCF547x_8x FEC driver
67601
67602     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67603     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67604     Signed-off by: John Rigby <jrigby@freescale.com>
67605
67606 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
67607 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67608 Date:   Tue Jan 15 13:54:09 2008 -0600
67609
67610     ColdFire: Add MCF547x_8x dma code and header files
67611
67612     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67613     Signed-off by: John Rigby <jrigby@freescale.com>
67614
67615 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
67616 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67617 Date:   Tue Jan 15 13:52:03 2008 -0600
67618
67619     ColdFire: Add MCF547x_8x dma code - 2
67620
67621     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67622     Signed-off by: John Rigby <jrigby@freescale.com>
67623
67624 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
67625 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67626 Date:   Tue Jan 15 13:48:52 2008 -0600
67627
67628     ColdFire: Add MCF547x_8x dma code - 1
67629
67630     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67631     Signed-off by: John Rigby <jrigby@freescale.com>
67632
67633 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
67634 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67635 Date:   Tue Jan 15 13:39:44 2008 -0600
67636
67637     ColdFire: Add MCF547x_8x related header files
67638
67639     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67640     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67641     Signed-off by: John Rigby <jrigby@freescale.com>
67642
67643 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
67644 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67645 Date:   Tue Jan 15 13:37:34 2008 -0600
67646
67647     ColdFire: Add MCF547x_8x cpu arch
67648
67649     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67650     Signed-off by: John Rigby <jrigby@freescale.com>
67651
67652 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
67653 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67654 Date:   Mon Jan 14 17:47:23 2008 -0600
67655
67656     ColdFire: Add MCF5227x cpu and M52277EVB support-3
67657
67658     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67659     Signed-off by: John Rigby <jrigby@freescale.com>
67660
67661 commit c87581027994c148131b2f11aa75501f782ec19a
67662 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67663 Date:   Mon Jan 14 17:46:19 2008 -0600
67664
67665     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
67666
67667     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67668     Signed-off by: John Rigby <jrigby@freescale.com>
67669
67670 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
67671 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67672 Date:   Mon Jan 14 17:43:33 2008 -0600
67673
67674     ColdFire: Add MCF5227x cpu and M52277EVB support-1
67675
67676     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67677     Signed-off by: John Rigby <jrigby@freescale.com>
67678
67679 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
67680 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67681 Date:   Mon Jan 14 17:35:44 2008 -0600
67682
67683     ColdFire: Fix CFI Flash low level Read/Write macro
67684
67685     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67686     Signed-off by: John Rigby <jrigby@freescale.com>
67687
67688 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
67689 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67690 Date:   Mon Jan 14 17:23:08 2008 -0600
67691
67692     ColdFire: Add M5373EVB platform support - 2
67693
67694     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67695     Signed-off by: John Rigby <jrigby@freescale.com>
67696
67697 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
67698 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67699 Date:   Mon Jan 14 17:19:54 2008 -0600
67700
67701     ColdFire: Add M5373EVB platform support - 1
67702
67703     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67704     Signed-off by: John Rigby <jrigby@freescale.com>
67705
67706 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
67707 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67708 Date:   Mon Jan 14 17:17:03 2008 -0600
67709
67710     ColdFire: Update FlexBus CS for MCF532x
67711
67712     Definition update and change from 16bit to 32bit
67713
67714     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67715     Signed-off by: John Rigby <jrigby@freescale.com>
67716
67717 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
67718 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67719 Date:   Mon Jan 14 17:11:47 2008 -0600
67720
67721     ColdFire: PCI and misc updates for MCF5445x
67722
67723     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67724     Signed-off by: John Rigby <jrigby@freescale.com>
67725
67726 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
67727 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67728 Date:   Mon Jan 14 17:06:55 2008 -0600
67729
67730     ColdFire: MCF5445x header files cleanup
67731
67732     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67733     Signed-off by: John Rigby <jrigby@freescale.com>
67734
67735 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
67736 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67737 Date:   Mon Jan 14 16:59:42 2008 -0600
67738
67739     ColdFire: MCF532x header files cleanup
67740
67741     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67742     Signed-off by: John Rigby <jrigby@freescale.com>
67743
67744 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
67745 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67746 Date:   Mon Jan 14 15:30:15 2008 -0600
67747
67748     ColdFire: Add modules header files
67749
67750     Add CF specific modules header files
67751
67752     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
67753     Signed-off-by: John Rigby <jrigby@freescale.com>
67754
67755 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
67756 Author: Kim Phillips <kim.phillips@freescale.com>
67757 Date:   Thu Jan 17 12:48:00 2008 -0600
67758
67759     codingstyle cleanup for spi driver
67760
67761     ..and rm unused CONFIG_FSL_SPI define
67762
67763     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67764
67765 commit d59feffb42c9f174116db7a82a311df98983dfce
67766 Author: Haiying Wang <Haiying.Wang@freescale.com>
67767 Date:   Wed Jan 16 17:12:12 2008 -0500
67768
67769     FSL: Fix common EEPROM_data structure definition
67770
67771     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
67772     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
67773       bd->bi_ethaddr.
67774
67775     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67776
67777 commit 6bee764bd6da510a4aad614880300c968bc7318d
67778 Author: Timur Tabi <timur@freescale.com>
67779 Date:   Wed Jan 16 15:48:12 2008 -0600
67780
67781     86xx: enable command-line editing
67782
67783     Enable command-line editing for all MPC86xx boards.
67784
67785     Signed-off-by: Timur Tabi <timur@freescale.com>
67786
67787 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
67788 Author: Ben Warren <biggerbadderben@gmail.com>
67789 Date:   Wed Jan 16 22:37:42 2008 -0500
67790
67791     Implement hard SPI driver on MPC8349EMDS
67792
67793     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
67794     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
67795
67796     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67797     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67798
67799 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
67800 Author: Ben Warren <biggerbadderben@gmail.com>
67801 Date:   Wed Jan 16 22:37:35 2008 -0500
67802
67803     Add support for a Freescale non-CPM SPI controller
67804
67805     This patch adds support for the SPI controller found on Freescale PowerPC
67806     processors such as the MCP834x family.  Additionally, a new config option,
67807     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
67808
67809     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67810     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67811
67812 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
67813 Author: Dave Liu <r63238@freescale.com>
67814 Date:   Thu Jan 17 18:23:19 2008 +0800
67815
67816     mpc83xx: Fix the fatal conflict of merge
67817
67818     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
67819     will cause the mpc8315erdb board can't boot up.
67820
67821     The patch fix that bug, and remove the duplicated #ifdef
67822     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
67823     MPC8313E processor.
67824
67825     Signed-off-by: Dave Liu <daveliu@freescale.com>
67826     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67827
67828 commit 3259eeaa4148125a81417477f62c05bd67f60587
67829 Author: Larry Johnson <lrj@acm.org>
67830 Date:   Thu Jan 17 08:50:09 2008 -0500
67831
67832     Merge Sequoia beautification into Korat code
67833
67834     Signed-off-by: Larry Johnson <lrj@acm.org>
67835
67836 commit e16925773211291b562e77187061e9dd1d757217
67837 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67838 Date:   Thu Jan 17 07:45:05 2008 +0100
67839
67840     net: add 'ethrotate' environment variable
67841
67842     [PATCH] net: add 'ethrotate' environment variable
67843
67844     This patch replaces the buildtime configuration option
67845     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
67846     configuration veriable. See README.
67847
67848     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67849     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67850
67851 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
67852 Author: Stefan Roese <sr@denx.de>
67853 Date:   Thu Jan 17 14:29:04 2008 +0100
67854
67855     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
67856
67857     Signed-off-by: Stefan Roese <sr@denx.de>
67858
67859 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
67860 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67861 Date:   Thu Jan 17 18:07:32 2008 +0900
67862
67863     sh: Remove CONFIG_COMMANDS from MS7720SE config file
67864
67865     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67866
67867 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
67868 Author: Niklaus Giger <niklaus.giger@netstal.com>
67869 Date:   Wed Jan 16 18:39:20 2008 +0100
67870
67871     ppc4xx: Netstal HCU4 board: added various fixes and POST
67872
67873     - Moved some common code to netstal/common/nm_bsp.c.
67874     - sdram initialisation goes go netstal/common/fixed_sdram.c.
67875     - Added support for POST.
67876     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
67877
67878     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67879
67880 commit 69b0634a4ee98c9791815600d43b99f626a952f3
67881 Author: Niklaus Giger <niklaus.giger@netstal.com>
67882 Date:   Thu Jan 17 12:53:56 2008 +0100
67883
67884     ppc4xx: netstal/common define routines used by all boards
67885
67886     Added some routines used by all Netstal boards:
67887     - nm_bsp.c: - nm_show_print and
67888             -  common_misc_init_r
67889             - set_params_for_sw_install. Very specific code to handle our SW
67890               installation procedure
67891     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
67892       to handle sdram initialization.
67893     - nm.h: Common header
67894
67895     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67896
67897 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
67898 Author: Niklaus Giger <niklaus.giger@netstal.com>
67899 Date:   Wed Jan 16 18:39:18 2008 +0100
67900
67901     ppc4xx: Netstal HCU5 board: added various fixes and POST
67902
67903     - Moved some common code to nestal/common/nm_bsp.c.
67904     - Added support for the vxWorks EDR.
67905     - Enable trace for Lauterbach, if present.
67906     - Added support for POST.
67907     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
67908
67909     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67910
67911 commit 4371090e5da77edc7bf9f296364db4801639d9c4
67912 Author: Niklaus Giger <niklaus.giger@netstal.com>
67913 Date:   Wed Jan 16 18:39:08 2008 +0100
67914
67915     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
67916
67917     - Various fixes
67918     - Reduced rom_size from 384 to 320 kB
67919     - Environment is now in flash
67920     - Added POST
67921     - Support for OF
67922
67923     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67924
67925 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
67926 Author: Niklaus Giger <niklaus.giger@netstal.com>
67927 Date:   Wed Jan 16 18:37:50 2008 +0100
67928
67929     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
67930
67931     - Various fixes
67932     - Reduced rom_size from 384 to 320 kB
67933     - Environment is now in flash
67934     - Added POST
67935     - Support for OF
67936
67937     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67938
67939 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
67940 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67941 Date:   Thu Jan 17 10:53:08 2008 +0100
67942
67943     ppc4xx: Complete DU440 board support
67944
67945     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67946
67947 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
67948 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67949 Date:   Thu Jan 17 10:52:30 2008 +0100
67950
67951     ppc4xx: Add DU440 board support
67952
67953     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67954
67955 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
67956 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67957 Date:   Thu Jan 17 15:53:52 2008 +0900
67958
67959     sh: Update SuperH SCIF driver
67960
67961     This patch fixed wrong SH7720 CPU macro and changed macro that
67962     calculated value of SCBRR register.
67963
67964     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67965
67966 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
67967 Author: Grzegorz Bernacki <gjb@semihalf.com>
67968 Date:   Wed Jan 16 15:12:47 2008 +0100
67969
67970     Set ips dividor to 1/4 of csb clock.
67971
67972     Previous setting cause ips clock to be out of spec. This bug was found by John
67973     Rigby from Freescale.
67974
67975     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
67976
67977 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
67978 Author: Kumar Gala <galak@kernel.crashing.org>
67979 Date:   Thu Jan 17 02:19:18 2008 -0600
67980
67981     85xx: Get ride of old TLB setup code
67982
67983     Now that all boards have been converted, remove old config code and the
67984     config option for the new style.
67985
67986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67987
67988 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
67989 Author: Kumar Gala <galak@kernel.crashing.org>
67990 Date:   Thu Jan 17 02:02:10 2008 -0600
67991
67992     85xx: Convert TQM85xx to new TLB setup
67993
67994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67995
67996 commit 74121b470c14f7eaf284ee838bffca6f9521069e
67997 Author: Kumar Gala <galak@kernel.crashing.org>
67998 Date:   Thu Jan 17 01:56:32 2008 -0600
67999
68000     85xx: Convert STXGP3 & STXSSA to new TLB setup
68001
68002     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68003
68004 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
68005 Author: Kumar Gala <galak@kernel.crashing.org>
68006 Date:   Thu Jan 17 01:44:34 2008 -0600
68007
68008     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
68009
68010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68011
68012 commit 818218bac6a11591e2542c344d2330e0f4e1968b
68013 Author: Kumar Gala <galak@kernel.crashing.org>
68014 Date:   Thu Jan 17 01:31:34 2008 -0600
68015
68016     85xx: Convert PM854/PM856 to new TLB setup
68017
68018     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68019
68020 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
68021 Author: Kumar Gala <galak@kernel.crashing.org>
68022 Date:   Thu Jan 17 01:25:33 2008 -0600
68023
68024     85xx: Convert MPC8540EVAL to new TLB setup
68025
68026     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68027
68028 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
68029 Author: Kumar Gala <galak@kernel.crashing.org>
68030 Date:   Thu Jan 17 01:12:22 2008 -0600
68031
68032     85xx: Convert MPC8568 MDS to new TLB setup
68033
68034     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68035
68036 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
68037 Author: Kumar Gala <galak@kernel.crashing.org>
68038 Date:   Thu Jan 17 01:01:09 2008 -0600
68039
68040     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
68041
68042     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68043
68044 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
68045 Author: Kumar Gala <galak@kernel.crashing.org>
68046 Date:   Thu Jan 17 00:52:29 2008 -0600
68047
68048     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
68049
68050     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68051
68052 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
68053 Author: Kumar Gala <galak@kernel.crashing.org>
68054 Date:   Thu Jan 17 00:32:17 2008 -0600
68055
68056     85xx: Convert ATUM8548 to new TLB setup
68057
68058     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68059
68060 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
68061 Author: Kumar Gala <galak@kernel.crashing.org>
68062 Date:   Wed Jan 16 23:11:57 2008 -0600
68063
68064     85xx: Convert MPC8544 DS to new TLB setup
68065
68066     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68067
68068 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
68069 Author: Kumar Gala <galak@kernel.crashing.org>
68070 Date:   Wed Jan 16 22:38:34 2008 -0600
68071
68072     85xx: Reworked initial processor init
68073
68074     Reworked the initial processor initialzation sequence:
68075     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
68076     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
68077     * Reworked initial asm code to do most of the core init before TLBs
68078
68079     The main reasons for these changes are to allow handling of 36-bit phys
68080     addresses in the future and some of the issues that will exist when we
68081     do that.
68082
68083     There are a few caveats on what can be initialized via the LAW and TLB
68084     static tables:
68085     * TLB entry 14/15 can't be initialized via the TLB table
68086     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
68087       the code that is currently executing.
68088
68089     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68090
68091 commit 44a23cfd6360a68eaa41f945190618a55519eac3
68092 Author: Kumar Gala <galak@kernel.crashing.org>
68093 Date:   Wed Jan 16 22:33:22 2008 -0600
68094
68095     85xx: Introduce new tlb API
68096
68097     Add a set of functions to manipulate TLB entries:
68098      * set_tlb() - write a tlb entry
68099      * invalidate_tlb() - invalidate a tlb array
68100      * disable_tlb() - disable a variable size tlb entry
68101      * init_tlbs() - setup initial tlbs based on static table
68102
68103     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68104
68105 commit be88b1699863c262818f3af7f60173b4d48df8fc
68106 Author: Stefan Roese <sr@denx.de>
68107 Date:   Thu Jan 17 07:50:17 2008 +0100
68108
68109     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
68110
68111     Signed-off-by: Stefan Roese <sr@denx.de>
68112
68113 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
68114 Author: Kumar Gala <galak@kernel.crashing.org>
68115 Date:   Wed Jan 16 10:04:42 2008 -0600
68116
68117     85xx: Use proper defines for PCI addresses
68118
68119     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
68120     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
68121     be used for configuring the PCI ATMU.
68122
68123     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68124
68125 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
68126 Author: Kumar Gala <galak@kernel.crashing.org>
68127 Date:   Wed Jan 16 09:22:29 2008 -0600
68128
68129     85xx: Remove old style of LAW init
68130
68131     All boards are now using the new fsl_law code so we can drop the old version.
68132
68133     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68134
68135 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
68136 Author: Kumar Gala <galak@kernel.crashing.org>
68137 Date:   Wed Jan 16 09:15:29 2008 -0600
68138
68139     85xx: convert remaining 85xx boards over to use new LAW init code
68140
68141     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
68142     to use new LAW init code.
68143
68144     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68145
68146 commit 572b13afc42710f2957c382a710360429c0e099b
68147 Author: Kumar Gala <galak@kernel.crashing.org>
68148 Date:   Wed Jan 16 09:11:53 2008 -0600
68149
68150     85xx: convert STXGP3/STXSSA over to use new LAW init code
68151
68152     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68153
68154 commit 45f2166ac0233a9263058378f39612bd11f61196
68155 Author: Kumar Gala <galak@kernel.crashing.org>
68156 Date:   Wed Jan 16 09:06:48 2008 -0600
68157
68158     85xx: convert PM854/PM856 over to use new LAW init code
68159
68160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68161
68162 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
68163 Author: Kumar Gala <galak@kernel.crashing.org>
68164 Date:   Wed Jan 16 09:05:27 2008 -0600
68165
68166     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
68167
68168     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68169
68170 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
68171 Author: Kumar Gala <galak@kernel.crashing.org>
68172 Date:   Wed Jan 16 01:45:10 2008 -0600
68173
68174     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
68175
68176     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68177
68178 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
68179 Author: Kumar Gala <galak@kernel.crashing.org>
68180 Date:   Wed Jan 16 01:32:06 2008 -0600
68181
68182     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
68183
68184     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68185
68186 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
68187 Author: Kumar Gala <galak@kernel.crashing.org>
68188 Date:   Wed Jan 16 01:16:16 2008 -0600
68189
68190     85xx: convert MPC8544 DS over to use new LAW init code
68191
68192     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68193
68194 commit 83d40dfd79fe868796275802f60116d84b9e4395
68195 Author: Kumar Gala <galak@kernel.crashing.org>
68196 Date:   Wed Jan 16 01:13:58 2008 -0600
68197
68198     85xx: Move LAW init code into C
68199
68200     Move the initialization of the LAWs into C code and provide an API
68201     to allow modification of LAWs after init.
68202
68203     Board code is responsible to provide a law_table and num_law_entries.
68204
68205     We should be able to use the same code on 86xx as well.
68206
68207     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68208
68209 commit bed8ce838a609aaab136d43b25e6df2a520bc854
68210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68211 Date:   Sat Dec 22 15:03:12 2007 +0100
68212
68213     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
68214
68215     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68216
68217 commit 0764c164fed6277d359cf132d55187ea34290114
68218 Author: Vlad Lungu <vlad@comsys.ro>
68219 Date:   Wed Jan 16 19:27:51 2008 +0200
68220
68221     MIPS:Target support for qemu -M mips
68222
68223     With serial, NE2000, IDE support. Tested in big-endian mode.
68224     Memory size hard-coded to 128M for now, so don't play with
68225     the -m option.
68226
68227     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
68228
68229 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
68230 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68231 Date:   Fri Jan 11 00:01:37 2008 +0100
68232
68233     Fix nfs command help to reflect that the serverip is optional
68234
68235     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68236     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68237
68238 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
68239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68240 Date:   Mon Dec 10 22:32:14 2007 +0100
68241
68242     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
68243
68244     and move is_valid_ether_addr board file
68245
68246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68247     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68248
68249 commit c2f896b8fc4722e36915903e1942e138e68ce804
68250 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68251 Date:   Wed Jan 16 16:13:31 2008 +0900
68252
68253     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
68254
68255     rx_status on the memory is basically in LE, but needs to be handled in CPU
68256     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
68257     it'll work fine.
68258
68259     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68260     Cc: Masami Komiya <mkomiya@sonare.it>
68261     Cc: Lucas Jin <lucasjin@gmail.com>
68262     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68263
68264 commit 96a236746fe6a7b84802afb4ed31536696d34812
68265 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68266 Date:   Wed Jan 16 16:12:26 2008 +0900
68267
68268     drivers/net/rtl8139.c: Fix cache coherency issues
68269
68270     Current driver is meant for cache coherent systems. This patch adds
68271     flush_cache() routines to support cache non-coherent systems.
68272
68273     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68274     Cc: Masami Komiya <mkomiya@sonare.it>
68275     Cc: Lucas Jin <lucasjin@gmail.com>
68276     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68277
68278 commit d1276c76c1e2b5035296689280ba1acb2c425104
68279 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68280 Date:   Wed Jan 16 16:11:14 2008 +0900
68281
68282     drivers/net/rtl8139.c: Fix tx timeout
68283
68284     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
68285     does, the condition "(currticks() < to)" becomes invalid and immediately
68286     leads to tx timeout error. This patch introduces the fine-graded udely(10)
68287     loops to ease the impact of wrapping around.
68288
68289     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68290     Cc: Masami Komiya <mkomiya@sonare.it>
68291     Cc: Lucas Jin <lucasjin@gmail.com>
68292     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68293
68294 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
68295 Author: Dave Liu <r63238@freescale.com>
68296 Date:   Fri Jan 11 18:45:28 2008 +0800
68297
68298     TSEC: Add the support for RealTek RTL8211B PHY
68299
68300     Add the support of RealTek RTL8211B PHY, the RTL8211B
68301     PHY only supports RGMII and MII mode.
68302
68303     Signed-off-by: Dave Liu <daveliu@freescale.com>
68304     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68305
68306 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
68307 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
68308 Date:   Wed Jan 16 09:40:41 2008 +0100
68309
68310     Remove annoying debug printout for PHY less boards.
68311
68312     PHY less board prints out lots of "read wrong ...":
68313     read wrong value : mii_id 3,mii_reg 2, base e0102320
68314     read wrong value : mii_id 3,mii_reg 3, base e0102320
68315     UEC: PHY is Generic MII (ffffffff)
68316     read wrong value : mii_id 3,mii_reg 4, base e0102320
68317     read wrong value : mii_id 3,mii_reg 0, base e0102320
68318     read wrong value : mii_id 3,mii_reg 1, base e0102320
68319     read wrong value : mii_id 3,mii_reg 1, base e0102320
68320     read wrong value : mii_id 3,mii_reg 5, base e0102320
68321     read wrong value : mii_id 3,mii_reg 1, base e0102320
68322     read wrong value : mii_id 3,mii_reg 1, base e0102320
68323     read wrong value : mii_id 3,mii_reg 5, base e0102320
68324     FSL UEC0: Full Duplex
68325     FSL UEC0: Speed 100BT
68326     FSL UEC0: Link is up
68327     Using FSL UEC0 device
68328
68329     Make this printout depend on UEC_VERBOSE_DEBUG and
68330     remove its definition in uec_phy.c
68331
68332     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
68333     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68334
68335 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
68336 Author: Kim Phillips <kim.phillips@freescale.com>
68337 Date:   Tue Jan 15 14:11:00 2008 -0600
68338
68339     net: reduce boot latency on QE UEC based boards
68340
68341     actually polling for PHY autonegotiation to finish enables us to remove the
68342     5 second boot prompt latency present on QE based boards.
68343
68344     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
68345     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
68346     code shamelessly stolen from tsec driver.
68347
68348     also rm unused CONFIG_RMII_MODE code.
68349
68350     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68351     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
68352     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68353
68354 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
68355 Author: michael.firth@bt.com <michael.firth@bt.com>
68356 Date:   Wed Jan 16 11:40:51 2008 +0000
68357
68358     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
68359
68360     The current TSEC driver limits MDIO access to the devices that have been configured as attached
68361     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
68362
68363     Signed-off-by: Michael Firth <michael.firth@bt.com>
68364     Acked-by: Andy Fleming <afleming@freescale.com>
68365     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68366
68367 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
68368 Author: Kim Phillips <kim.phillips@freescale.com>
68369 Date:   Wed Jan 16 00:38:05 2008 -0600
68370
68371     Add support for the MPC837xERDB
68372
68373     MPC837xERDB board support includes:
68374     * DDR2 330MHz hardcoded (soldered on the board)
68375     * Local Bus NOR Flash
68376     * I2C, UART and RTC
68377     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
68378     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
68379     *                  load)
68380
68381     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
68382     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
68383     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68384
68385 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
68386 Author: Kim Phillips <kim.phillips@freescale.com>
68387 Date:   Wed Jan 16 12:06:16 2008 -0600
68388
68389     mpc83xx: add support for more system clock performance controls
68390
68391     System registers that are modified are the Arbiter Configuration
68392     Register (ACR), the System Priority Control Register (SPCR), and the
68393     System Clock Configuration Register (SCCR).
68394
68395     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
68396     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
68397     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68398
68399 commit 16c3cde050e2d243e62b37486f1558570787beb8
68400 Author: James Yang <james.yang@freescale.com>
68401 Date:   Wed Jan 16 11:58:08 2008 -0600
68402
68403     FSL: Generalize PIXIS reset command parsing.
68404
68405     Before, the order of arguments to the pixis_reset
68406     command needed to be supplied in a hard-coded order.
68407     Generalize the command parsing to allow any order.
68408
68409     Signed-off-by: James Yang <james.yang@freescale.com>
68410     Acked-by: Jon Loeliger <jdl@freescale.com>
68411
68412 commit ad8f8687b78c3e917b173f038926695383c55555
68413 Author: Jon Loeliger <jdl@freescale.com>
68414 Date:   Tue Jan 15 13:42:41 2008 -0600
68415
68416     FSL: Convert board/freescale/common/Makefile to use CONFIG_
68417
68418     Convert the board/freescale/common/Makefile to use
68419     CONFIG_* options to select which files to conditionally
68420     compile into the board/freescale/common library rather
68421     than conditionally compiling entire files.
68422
68423     Now handles::
68424         CONFIG_FSL_PIXIS
68425         CONFIG_FSL_DIU_FB
68426         CONFIG_PQ_MDS_PIB
68427
68428     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
68429
68430     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68431
68432 commit 7c2221eb230372a9e537c4f6636b147b0909325f
68433 Author: Roy Zang <tie-fei.zang@freescale.com>
68434 Date:   Tue Jan 15 16:38:38 2008 +0800
68435
68436     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
68437
68438     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
68439     Remove unused ethernet CONFIG_ options.
68440
68441     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68442     Acked-by: Jon Loeliger <jdl@freescale.com>
68443
68444 commit 711a7946277d2e29af481011e8635e9975c54e45
68445 Author: Kim Phillips <kim.phillips@freescale.com>
68446 Date:   Tue Jan 15 14:05:14 2008 -0600
68447
68448     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
68449
68450     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
68451
68452     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68453
68454 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
68455 Author: Kim Phillips <kim.phillips@freescale.com>
68456 Date:   Tue Jan 15 09:51:12 2008 -0600
68457
68458     mpc83xx: clean up mpc8360emds.c warnings
68459
68460     mpc8360emds.c: In function 'ft_board_setup':
68461     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
68462     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
68463     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
68464     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
68465     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
68466     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
68467
68468     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68469
68470 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
68471 Author: Kim Phillips <kim.phillips@freescale.com>
68472 Date:   Mon Jan 14 16:14:46 2008 -0600
68473
68474     mpc83xx: fix phy-connection-type fixup code
68475
68476     use tree passed to us in local blob, not global fdt.
68477
68478     Also use fdt_path_offset to convert to relative offset, since absolute
68479     reference is needed to check for rgmii-id mode string value.
68480
68481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68482
68483 commit 2b4c952be7c4357a13e839d48df80853820c33eb
68484 Author: Kumar Gala <galak@kernel.crashing.org>
68485 Date:   Mon Jan 14 09:01:40 2008 -0600
68486
68487     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
68488
68489     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68490     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68491
68492 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
68493 Author: Poonam Aggrwal <b10812@freescale.com>
68494 Date:   Mon Jan 14 09:41:14 2008 +0530
68495
68496     Changes in uboot DDR configuration for MPC8313eRDB
68497
68498     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
68499     DDR configuration in u-boot code. Some are related to performance, some
68500     affect stability and some correct few basic errors in the current
68501     configuration.
68502
68503     The changes have been tested and found to give better memory latency
68504     figures on MPC8313eRDB.LMBench figures prove it.
68505
68506     The changes are:
68507
68508     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
68509       (this may improve performance for application with many read
68510       or write to open pages).
68511     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
68512       001 (activating all the CS when only one is used may cause
68513       unwanted noise on the system)
68514
68515     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
68516       Tras=45ns)
68517     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
68518
68519     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
68520       comply with the 3 ODT clk requirements)
68521     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
68522     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
68523
68524     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
68525     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
68526
68527     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
68528     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
68529
68530     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
68531     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
68532
68533     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
68534     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
68535     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
68536     Cc: Josep P J <PJ.Joseph@freescale.com>
68537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68538
68539 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
68540 Author: Jerry Van Baren <gvb.uboot@gmail.com>
68541 Date:   Sat Jan 12 13:24:14 2008 -0500
68542
68543     Enable the isdram command on the MPC8360EMDS board
68544
68545     The isdram command prints out decoded information the "serial presence
68546     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
68547     debugging memory configuration problems.
68548
68549     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
68550     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68551
68552 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
68553 Author: Dave Liu <r63238@freescale.com>
68554 Date:   Fri Jan 11 18:48:24 2008 +0800
68555
68556     mpc83xx: Add the support for MPC8315ERDB board
68557
68558     The features list:
68559     - Boot from NOR Flash
68560     - DDR2 266MHz hardcoded configuration
68561     - Local bus NOR Flash R/W operation
68562     - I2C, UART, MII and RTC
68563     - eTSEC0/1 support
68564     - PCI host
68565
68566     Signed-off-by: Dave Liu <daveliu@freescale.com>
68567     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68568
68569 commit b05884efa614e4d8a9413158fc228e0dc02ab704
68570 Author: Dave Liu <r63238@freescale.com>
68571 Date:   Fri Jan 11 18:46:50 2008 +0800
68572
68573     mpc83xx: Add config of eTSEC emergency priority in SPCR
68574
68575     The TSEC emergency priority definition of 831x/837x
68576     is different than the definition of 834x in SPCR register.
68577
68578     Add the other config of TSEC emergency priority into
68579     cpu_init.c
68580
68581     Signed-off-by: Dave Liu <daveliu@freescale.com>
68582     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68583
68584 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
68585 Author: Dave Liu <r63238@freescale.com>
68586 Date:   Fri Jan 11 18:42:19 2008 +0800
68587
68588     mpc83xx: Remove cache config from MPC8360ERDK.h
68589
68590     The MPC8360ERDK board support patch is added before
68591     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
68592     so, miss clean up it.
68593
68594     The patch clean up the miss cache config.
68595
68596     Signed-off-by: Dave Liu <daveliu@freescale.com>
68597     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68598
68599 commit cd9d23053d435c08fc8695017b5cb9003fcda786
68600 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
68601 Date:   Mon Jan 14 23:09:32 2008 +0300
68602
68603     nand: FSL UPM NAND driver
68604
68605     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
68606
68607 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
68608 Author: Kyungmin Park <kmpark@infradead.org>
68609 Date:   Tue Jan 15 08:59:44 2008 +0900
68610
68611     OneNAND: Separate U-Boot dependent code from OneNAND
68612
68613     OneNAND: Separate U-Boot dependent code from OneNAND
68614
68615     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
68616
68617 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
68618 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68619 Date:   Wed Jan 16 10:33:46 2008 +0100
68620
68621     ppc4xx: Sequoia coding style cleanup and beautification
68622
68623     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68624
68625 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
68626 Author: Larry Johnson <lrj@acm.org>
68627 Date:   Tue Jan 15 14:35:58 2008 -0500
68628
68629     ppc4xx: Refactor ECC POST for AMCC Denali core
68630
68631     The ECC POST reported intermittent failures running after power-up on
68632     the Korat PPC440EPx board.  Even when the test passed, the debugging
68633     output occasionally reported additional unexpected ECC errors.
68634
68635     This refactoring has three main objectives: (1) minimize the code
68636     executed with ECC enabled during the tests, (2) add more checking of the
68637     results so any unexpected ECC errors would cause the test to fail, and
68638     (3) use synchronization (only) where required by the processor.
68639
68640     Signed-off-by: Larry Johnson <lrj@acm.org>
68641
68642 commit 2465665b73ac2f688af945b1ed510752afa816a4
68643 Author: David Saada <David.Saada@ecitele.com>
68644 Date:   Tue Jan 15 10:40:24 2008 +0200
68645
68646     QE UEC: Extend number of supported UECs to 4
68647
68648     This patch extends the number of supported UECs to 4. Note that the
68649     problem of QE thread resources exhaustion is resolved by setting the
68650     correct number of QE threads according to Ethernet type (GBE or FE).
68651
68652     Signed-off-by: David Saada <david.saada@ecitele.com>
68653     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68654
68655 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
68656 Author: Wolfgang Denk <wd@denx.de>
68657 Date:   Wed Jan 16 00:01:01 2008 +0100
68658
68659     LWMON5: enable hush shell as command line parser
68660
68661     Signed-off-by: Wolfgang Denk <wd@denx.de>
68662
68663 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
68664 Author: Wolfgang Denk <wd@denx.de>
68665 Date:   Tue Jan 15 17:22:28 2008 +0100
68666
68667     ADS5121: disable watchdog; enable image timestamps
68668
68669     Signed-off-by: Wolfgang Denk <wd@denx.de>
68670
68671 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
68672 Author: Wolfgang Denk <wd@denx.de>
68673 Date:   Tue Jan 15 17:21:28 2008 +0100
68674
68675     TK885D: fixes for bigger flash sector sizes on new modules;
68676     adjust default environment;
68677     disable SCC ethernet (not used on this board).
68678
68679     Signed-off-by: Wolfgang Denk <wd@denx.de>
68680
68681 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
68682 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68683 Date:   Tue Jan 15 17:48:13 2008 +0900
68684
68685     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
68686
68687     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68688
68689 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
68690 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68691 Date:   Tue Jan 15 23:25:25 2008 +0900
68692
68693     sh: Add support SH7710/SH7712
68694
68695     SH7710/SH7712 of SH3 CPU are supported.
68696     SH771X is called SH-Ether, and has the Ether controller in CPU.
68697     The driver of Ether is not included in this patch.
68698
68699     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68700
68701 commit 63a11be68306870e04d3851ed9fa41955cdf4894
68702 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68703 Date:   Tue Jan 15 23:06:17 2008 +0900
68704
68705     sh: Add support of map_physmem() and unmap_physmem() to SuperH
68706
68707     This patch add the support of map_physmem() and unmap_physmem()
68708     used with Common Flash Interface(CFI) driver.
68709
68710     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68711
68712 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
68713 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68714 Date:   Wed Jan 9 14:42:27 2008 +0900
68715
68716     sh: Add maintainer of MS7720SE to the MAINTAINER file
68717
68718     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68719
68720 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
68721 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68722 Date:   Wed Jan 9 14:39:58 2008 +0900
68723
68724     sh: Fix board name in MS7720SE's config.mk
68725
68726     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68727
68728 commit c0a04d93734d768b39dbb72fb501b65614c8615d
68729 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68730 Date:   Wed Jan 9 14:37:36 2008 +0900
68731
68732     sh: Add MS7720SE to MAKEALL
68733
68734     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68735
68736 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
68737 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68738 Date:   Mon Dec 3 22:58:50 2007 +0900
68739
68740     sh: Add support for MS7720RP02 board
68741
68742     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68743     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68744     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68745
68746 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
68747 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68748 Date:   Wed Jan 9 14:30:02 2008 +0900
68749
68750     sh: Add support for SH7720 in serial_sh driver.
68751
68752     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68753     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68754     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68755
68756 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
68757 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68758 Date:   Mon Dec 3 22:58:45 2007 +0900
68759
68760     sh: Add support SH3 and SH7720
68761
68762     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68763     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68764     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68765
68766 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
68767 Author: Stefan Roese <sr@denx.de>
68768 Date:   Tue Jan 15 10:11:02 2008 +0100
68769
68770     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
68771
68772     Signed-off-by: Stefan Roese <sr@denx.de>
68773
68774 commit 17bef68097ab3692500a36fb31115bff7910aa99
68775 Author: Niklaus Giger <niklausgiger@gmx.ch>
68776 Date:   Mon Jan 14 14:04:42 2008 +0100
68777
68778     ppc_4xx: Fix post spr.c for PPC405
68779
68780     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
68781     for PPC440 and derivates processor.
68782
68783     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
68784
68785 commit 06c428bcd4413014b43236e77765022071424fa6
68786 Author: Dave Liu <r63238@freescale.com>
68787 Date:   Mon Jan 14 11:12:01 2008 +0800
68788
68789     QE: fix compile warning
68790
68791     qe.c: In function 'qe_upload_firmware':
68792     qe.c:390: warning: pointer targets in passing argument 2
68793     uec.c: In function 'uec_initialize':
68794     uec.c:1236: warning: 'uec_info' may be used uninitialized
68795
68796     Signed-off-by: Dave Liu <daveliu@freescale.com>
68797
68798 commit a0dd99d51efa55fe023e19c97ead92683725eb11
68799 Author: Stefan Roese <sr@denx.de>
68800 Date:   Mon Jan 14 10:05:05 2008 +0100
68801
68802     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
68803
68804     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
68805     to remove the USB PHY reset after powerup. The CPLD will keep the
68806     USB PHY in reset (active low) until the bit is set to 1 in
68807     board_early_init_f().
68808
68809     Signed-off-by: Stefan Roese <sr@denx.de>
68810
68811 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
68812 Author: Wolfgang Denk <wd@denx.de>
68813 Date:   Sun Jan 13 23:26:45 2008 +0100
68814
68815     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
68816
68817     Signed-off-by: Wolfgang Denk <wd@denx.de>
68818
68819 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
68820 Author: Wolfgang Denk <wd@denx.de>
68821 Date:   Sun Jan 13 23:37:50 2008 +0100
68822
68823     ADS5121: Fix typo in ads5121.c, adjust default environment
68824
68825     Signed-off-by: Wolfgang Denk <wd@denx.de>
68826
68827 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
68828 Author: John Rigby <jrigby@freescale.com>
68829 Date:   Fri Aug 24 18:18:43 2007 -0600
68830
68831     ADS5121: MAX slew rate for PATA pins
68832
68833     Signed-off-by: John Rigby <jrigby@freescale.com>
68834
68835 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
68836 Author: Wolfgang Denk <wd@denx.de>
68837 Date:   Sun Jan 13 21:05:52 2008 +0100
68838
68839     Fix Makefile dependency problem with parallel builds.
68840
68841     Signed-off-by: Wolfgang Denk <wd@denx.de>
68842
68843 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
68844 Author: Wolfgang Denk <wd@denx.de>
68845 Date:   Sun Jan 13 19:51:39 2008 +0100
68846
68847     MPC8544DS: fix board Makefile for silent build (with -s)
68848
68849     Signed-off-by: Wolfgang Denk <wd@denx.de>
68850
68851 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
68852 Author: Wolfgang Denk <wd@denx.de>
68853 Date:   Sun Jan 13 16:44:08 2008 +0100
68854
68855     PMC440 board: fix board Makefile for out-of-tree building
68856
68857     Signed-off-by: Wolfgang Denk <wd@denx.de>
68858
68859 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
68860 Author: Wolfgang Denk <wd@denx.de>
68861 Date:   Sun Jan 13 16:07:44 2008 +0100
68862
68863     Makalu: fix compile warning
68864
68865     Signed-off-by: Wolfgang Denk <wd@denx.de>
68866
68867 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
68868 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68869 Date:   Sun Jan 13 12:36:12 2008 +0100
68870
68871     cmd_nand : fix compiler warning.
68872
68873     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68874
68875 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
68876 Author: Michael Schwingen <rincewind@discworld.dascon.de>
68877 Date:   Sat Jan 12 20:29:47 2008 +0100
68878
68879     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
68880
68881     Signed-off-by: Michael Schwingen <michael@schwingen.org>
68882     Acked-by: Stefan Roese <sr@denx.de>
68883
68884 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
68885 Author: Wolfgang Denk <wd@denx.de>
68886 Date:   Sun Jan 13 02:19:44 2008 +0100
68887
68888     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
68889
68890     Signed-off-by: Wolfgang Denk <wd@denx.de>
68891
68892 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
68893 Author: Wolfgang Denk <wd@denx.de>
68894 Date:   Sun Jan 13 02:19:13 2008 +0100
68895
68896     MPC8xx FEC driver: fix compiler warning.
68897
68898     Signed-off-by: Wolfgang Denk <wd@denx.de>
68899
68900 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
68901 Author: Wolfgang Denk <wd@denx.de>
68902 Date:   Sun Jan 13 00:59:21 2008 +0100
68903
68904     Fix Makefile dependencies issues; allow silent build
68905
68906     - get rid of "version" target whichdidn't really work
68907     - make autoconf.mk depend on version_autogenerated.h to make sure
68908       to rebuild files as needed
68909     - add XECHO macro to allow for silent build using "make -s"
68910
68911     Signed-off-by: Wolfgang Denk <wd@denx.de>
68912
68913 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
68914 Author: Wolfgang Denk <wd@denx.de>
68915 Date:   Sun Jan 13 00:55:47 2008 +0100
68916
68917     ADS5121e: fix compile warning
68918
68919     Signed-off-by: Wolfgang Denk <wd@denx.de>
68920
68921 commit f2b6f4610627fe3d607620e25082916a01538875
68922 Author: Wolfgang Denk <wd@denx.de>
68923 Date:   Sun Jan 13 00:55:18 2008 +0100
68924
68925     MUNICes: fix board Makefile for remote build directory
68926
68927     Signed-off-by: Wolfgang Denk <wd@denx.de>
68928
68929 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
68930 Author: Oliver Weber <almoeli@gmx.de>
68931 Date:   Wed Jan 9 17:04:38 2008 +0100
68932
68933     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
68934
68935     Signed-off-by: Oliver Weber <almoeli@gmx.de>
68936
68937 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
68938 Author: Andreas Engel <andreas.engel@ericsson.com>
68939 Date:   Wed Jan 9 17:10:56 2008 +0100
68940
68941     Make bootretry work when command line editing is enabled
68942
68943     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
68944     This patch fixes the problem.
68945
68946     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
68947
68948 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
68949 Author: Larry Johnson <lrj@acm.org>
68950 Date:   Fri Jan 11 23:26:18 2008 -0500
68951
68952     Refactor code for "i2c sdram" command
68953
68954     Signed-off-by: Larry Johnson <lrj@acm.org>
68955
68956 commit 0df6b8446c4721b91ce311548114891130371083
68957 Author: Larry Johnson <lrj@acm.org>
68958 Date:   Thu Jan 10 22:23:39 2008 -0500
68959
68960     Fix "i2c sdram" command for DDR2 DIMMs
68961
68962     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
68963     "i2c sdram" command.  This patch provides correct alternative
68964     interpretations when DDR2 memory is detected.
68965
68966     Signed-off-by: Larry Johnson <lrj@acm.org>
68967
68968 commit 64134f011254123618798ff77c42ba196b2ec485
68969 Author: Wolfgang Denk <wd@denx.de>
68970 Date:   Sat Jan 12 20:31:39 2008 +0100
68971
68972     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
68973
68974     With recent toolchain versions, some boards would not build because
68975     or errors like this one (here for ocotea board when building with
68976     ELDK 4.2 beta):
68977     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
68978
68979     For many boards, the .bss section is big enough that it wraps around
68980     at the end of the address space (0xFFFFFFFF), so the problem will not
68981     be visible unless you use a 64 bit tool chain for development. On
68982     some boards however, changes to the code size (due to different
68983     optimizations) we bail out with section overlaps like above.
68984
68985     The fix is to add the NOLOAD attribute to the .bss and .sbss
68986     sections, telling the linker that .bss does not consume any space in
68987     the image.
68988
68989     Signed-off-by: Wolfgang Denk <wd@denx.de>
68990
68991 commit 3afac79ec27b91df185f090b31dad9620779f440
68992 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
68993 Date:   Fri Jan 11 20:42:58 2008 -0600
68994
68995     USB: Add Philips 1561 PCI-OHCI ids
68996     (needed for M5475EVB)
68997
68998     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68999
69000 commit 5e8def6731cd7bec74bff42a16b139de04010353
69001 Author: Wolfgang Denk <wd@denx.de>
69002 Date:   Sat Jan 12 15:51:34 2008 +0100
69003
69004     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
69005     boards.
69006
69007     Signed-off-by: Heiko Schocher <hs@denx.de>
69008     Signed-off-by: Wolfgang Denk <wd@denx.de>
69009
69010 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
69011 Author: Grzegorz Bernacki <gjb@semihalf.com>
69012 Date:   Fri Jan 11 12:03:43 2008 +0100
69013
69014     MPC512X: Cleanup bus clock names.
69015
69016     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
69017
69018 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
69019 Author: Grzegorz Bernacki <gjb@semihalf.com>
69020 Date:   Tue Jan 8 17:16:59 2008 +0100
69021
69022     MPC512X: Fixed typo in macro name.
69023
69024     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
69025
69026 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
69027 Author: Grzegorz Bernacki <gjb@semihalf.com>
69028 Date:   Tue Jan 8 17:16:15 2008 +0100
69029
69030     ads5121: Added support for FDT.
69031
69032     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
69033
69034 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
69035 Author: Wolfgang Denk <wd@denx.de>
69036 Date:   Sat Jan 12 01:05:50 2008 +0100
69037
69038     Coding Style cleanup; update CHANGELOG.
69039
69040     Signed-off-by: Wolfgang Denk <wd@denx.de>
69041
69042 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
69043 Author: Heiko Schocher <hs@denx.de>
69044 Date:   Fri Jan 11 15:15:17 2008 +0100
69045
69046     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
69047
69048     Signed-off-by: Timur Tabi <timur@freescale.com>
69049     Signed-off-by: Heiko Schocher <hs@denx.de>
69050
69051 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
69052 Author: Heiko Schocher <hs@denx.de>
69053 Date:   Fri Jan 11 15:15:16 2008 +0100
69054
69055     MUNICes: Set the right CFG_DEFAULT_MBAR value.
69056
69057     Signed-off-by: Heiko Schocher <hs@denx.de>
69058
69059 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
69060 Author: Heiko Schocher <hs@denx.de>
69061 Date:   Fri Jan 11 15:15:15 2008 +0100
69062
69063     added the config File for the MUNICes board.
69064
69065     Signed-off-by: Heiko Schocher <hs@denx.de>
69066
69067 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
69068 Author: Heiko Schocher <hs@denx.de>
69069 Date:   Fri Jan 11 15:15:14 2008 +0100
69070
69071     added basic support for the MUNICes board.
69072
69073     Signed-off-by: Heiko Schocher <hs@denx.de>
69074
69075 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
69076 Author: Wolfgang Denk <wd@denx.de>
69077 Date:   Sat Jan 12 00:39:37 2008 +0100
69078
69079     Update CHANGELOG and MAINTAINERS files.
69080
69081     Signed-off-by: Wolfgang Denk <wd@denx.de>
69082
69083 commit 5ba7390c3cb579172be66888a371707b47b5be4e
69084 Author: Anatolij Gustschin <agust@denx.de>
69085 Date:   Fri Jan 11 02:15:02 2008 +0100
69086
69087     Fix compilation problem in common/cmd_bmp.c
69088
69089     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
69090     isn't defined. This patch fix this.
69091
69092     Signed-off-by: Anatolij Gustschin <agust@denx.de>
69093
69094 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
69095 Author: Heiko Schocher <hs@denx.de>
69096 Date:   Fri Jan 11 01:12:09 2008 +0100
69097
69098     Fix defaultconfig for the mgcoge board.
69099
69100     Signed-off-by: Heiko Schocher <hs@denx.de>
69101
69102 commit ac9db066b26935f31bff15c98168b19faeb603f3
69103 Author: Heiko Schocher <hs@denx.de>
69104 Date:   Fri Jan 11 01:12:08 2008 +0100
69105
69106     Added support for the mgcoge board from keymile.
69107
69108     Signed-off-by: Heiko Schocher <hs@denx.de>
69109
69110 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
69111 Author: Heiko Schocher <hs@denx.de>
69112 Date:   Fri Jan 11 01:12:07 2008 +0100
69113
69114     Enable SMC microcode relocation patch for SMC1.
69115
69116     Signed-off-by: Heiko Schocher <hs@denx.de>
69117
69118 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
69119 Author: Heiko Schocher <hs@denx.de>
69120 Date:   Fri Jan 11 01:12:06 2008 +0100
69121
69122     Added support for the mgsuvd board from keymile.
69123
69124     Signed-off-by: Heiko Schocher <hs@denx.de>
69125
69126 commit bf05293973b348f6946c9df92cd3c65ece42d0be
69127 Author: James Yang <james.yang@freescale.com>
69128 Date:   Thu Jan 10 16:02:07 2008 -0600
69129
69130     Fix 64-bit vsprintf.
69131
69132     There were some size and unsigned problems.
69133     Also add support for "ll" size modifier in format string like glibc
69134
69135     Signed-off-by: James Yang <James.Yang@freescale.com>
69136     Acked-by: Jon Loeliger <jdl@freescale.com>
69137
69138 commit 92fa37eac530860643afa26ae347af3d23d67309
69139 Author: Larry Johnson <lrj@acm.org>
69140 Date:   Wed Jan 9 12:42:35 2008 -0500
69141
69142     Remove superfluous preprocessor conditionals from LM73 driver
69143
69144     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
69145
69146     (2) Use conditional Makefile.o.
69147
69148     Signed-off-by: Larry Johnson <lrj@acm.org>
69149
69150 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
69151 Author: Guennadi Liakhovetski <lg@denx.de>
69152 Date:   Thu Jan 10 17:59:07 2008 +0100
69153
69154     Add support for the TK885D baseboard from TELE-DATA
69155
69156     The TK885D board uses a TQM885D module from TQ, this port adds an
69157     own configuration file and adds a last_stage_init() method to
69158     configure the two PHYs, depending on the phy_auto_nego environment
69159     variable.
69160
69161     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69162
69163 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
69164 Author: Kumar Gala <galak@kernel.crashing.org>
69165 Date:   Thu Jan 10 02:22:05 2008 -0600
69166
69167     Fix compiler warning
69168
69169     main.c: In function 'readline_into_buffer':
69170     main.c:927: warning: unused variable 'p_buf'
69171
69172     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69173
69174 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
69175 Author: Anatolij Gustschin <agust@denx.de>
69176 Date:   Fri Jan 11 14:30:01 2008 +0100
69177
69178     Add Fujitsu CoralP/Lime video driver
69179
69180     Signed-off-by: Anatolij Gustschin <agust@denx.de>
69181     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
69182
69183 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
69184 Author: Anatolij Gustschin <agust@denx.de>
69185 Date:   Fri Jan 11 02:39:47 2008 +0100
69186
69187     Fix video console newline and carriage return handling
69188
69189     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
69190     are not displayed correctly. This is an attempt to fix
69191     this issue. Also add carriage return handling.
69192
69193     Signed-off-by: Anatolij Gustschin <agust@denx.de>
69194     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
69195
69196 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
69197 Author: Stefan Roese <sr@denx.de>
69198 Date:   Fri Jan 11 15:53:58 2008 +0100
69199
69200     ppc4xx: Fix sdram init on Sequoia boards
69201
69202     Clear possible errors in MCSR resulting from data-eye-search.
69203     If not done, then we could get an interrupt later on when
69204     exceptions are enabled.
69205
69206     Signed-off-by: Stefan Roese <sr@denx.de>
69207
69208 commit d610a60730b7464f6f659db49d264d89a7c71061
69209 Author: Anatolij Gustschin <agust@denx.de>
69210 Date:   Fri Jan 11 15:31:09 2008 +0100
69211
69212     ppc4xx: Rework Lime support for lwmon5
69213
69214     Rework Lime support for lwmon5 using new video driver
69215
69216     Signed-off-by: Anatolij Gustschin <agust@denx.de>
69217
69218 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
69219 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69220 Date:   Fri Jan 11 14:55:16 2008 +0100
69221
69222     ppc4xx: Update PMC440 config file
69223
69224     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69225
69226 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
69227 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69228 Date:   Fri Jan 11 14:55:08 2008 +0100
69229
69230     ppx4xx: Fix sdram init on PMC440 boards
69231
69232     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69233
69234 commit 061aad4d320dddce26247699dcf2875ee2ea1366
69235 Author: Dave Liu <r63238@freescale.com>
69236 Date:   Thu Jan 10 23:09:33 2008 +0800
69237
69238     mpc83xx: Fix the bug of 266MHz data rate DDR
69239
69240     The DDR doesn't work on the 266MHz data rate,
69241     the patch fix the bug.
69242
69243     Signed-off-by: Dave Liu <daveliu@freescale.com>
69244     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69245
69246 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
69247 Author: Dave Liu <r63238@freescale.com>
69248 Date:   Thu Jan 10 23:08:26 2008 +0800
69249
69250     mpc83xx: Make the code more readable
69251
69252     Format the code, make it more readable
69253
69254     Signed-off-by: Dave Liu <daveliu@freescale.com>
69255     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69256
69257 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
69258 Author: Dave Liu <r63238@freescale.com>
69259 Date:   Thu Jan 10 23:07:23 2008 +0800
69260
69261     mpc83xx: Reduce the latency of DDR
69262
69263     Reduce the AL from 2 to 1 clock to improve the performance.
69264
69265     Signed-off-by: Dave Liu <daveliu@freescale.com>
69266     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69267
69268 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
69269 Author: Dave Liu <r63238@freescale.com>
69270 Date:   Thu Jan 10 23:06:05 2008 +0800
69271
69272     mpc83xx: Fix the wrong definition of MPC8315E
69273
69274     According to the latest user manual of MPC8315E,
69275     1) The SVCOD of HRCWL is different than 837x
69276     2) The SCCR has changes
69277
69278     Signed-off-by: Dave Liu <daveliu@freescale.com>
69279     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69280
69281 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
69282 Author: Dave Liu <r63238@freescale.com>
69283 Date:   Thu Jan 10 23:05:00 2008 +0800
69284
69285     mpc83xx: Fix the typo in mpc83xx.h
69286
69287     The SPCR about TSEC priority is wrong.
69288
69289     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
69290     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
69291     Signed-off-by: Dave Liu <daveliu@freescale.com>
69292     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69293
69294 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
69295 Author: Dave Liu <r63238@freescale.com>
69296 Date:   Thu Jan 10 23:04:13 2008 +0800
69297
69298     mpc83xx: Fix the typo in global data struct
69299
69300     Fix the typo in global_data.h
69301
69302     Signed-off-by: Dave Liu <daveliu@freescale.com>
69303     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69304
69305 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
69306 Author: Dave Liu <r63238@freescale.com>
69307 Date:   Thu Jan 10 23:03:03 2008 +0800
69308
69309     mpc83xx: Remove cache config from config.h
69310
69311     clean up the cache config from configs.h of board
69312
69313     Signed-off-by: Dave Liu <daveliu@freescale.com>
69314     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69315
69316 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
69317 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69318 Date:   Wed Jan 9 20:57:47 2008 +0300
69319
69320     mpc83xx: add support for the MPC8360E-RDK
69321
69322     This is MPC8360E based board with:
69323     - 256MB fixed SDRAM;
69324     - 8MB Intel Strata NOR flash;
69325     - StMICRO 64MiB NAND flash;
69326     - two 10/100/1000 ethernet ports connected via Broadcom
69327       BCM5481 PHYs;
69328     - two 10/100 ethernet ports connected via National
69329       DP83848 PHYs;
69330     - one PCI and one miniPCI slots;
69331     - four serial ports (two NS16550-compatible, two UCCs);
69332     - four USB ports working through MPC8360E "FHCI" USB controller;
69333     - Fujitsu MB86277 graphics controller;
69334     - Analog to Digital Converter/Touchscreen controller, AD7843
69335       connected to SPI.
69336
69337     Features not supported in this patch are:
69338     - StMICRO 64MiB NAND flash (patch sent);
69339     - MINT framebuffer initialization (patch is pending);
69340     - Fetching production information from the EEPROM via I2C;
69341     - FHCI USB;
69342     - Two slow UCCs used as RS-485 UARTs.
69343
69344     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69345     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69346
69347 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
69348 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69349 Date:   Wed Jan 9 20:57:40 2008 +0300
69350
69351     mpc83xx: add "fsl, qe" compatible fixups
69352
69353     New device trees will use "fsl,qe" compatible properties.
69354
69355     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69356     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69357
69358 commit 977b57583a7c34010e566a09a679ec3c1836f996
69359 Author: Kim Phillips <kim.phillips@freescale.com>
69360 Date:   Wed Jan 9 15:24:06 2008 -0600
69361
69362     mpc83xx: add missing CONFIG_HAS_ETH0 defines
69363
69364     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
69365     is defined; add the define to the missing board configs.
69366
69367     Thanks to Emilian Medve for finding this.
69368
69369     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69370
69371 commit b830b7f1635984ba607219fcbd78597c28eeb529
69372 Author: Becky Bruce <bgill@freescale.com>
69373 Date:   Thu Jan 10 14:00:28 2008 -0600
69374
69375     86xx: Support 2GB DIMMs
69376
69377     Configure the number of bits used to address the banks inside the SDRAM
69378     device.  The default register value of 0 means 2 bits to address 4 banks.
69379     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
69380
69381     Signed-off-by: Becky Bruce <bgill@freescale.com>
69382
69383 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
69384 Author: Niklaus Giger <niklausgiger@gmx.ch>
69385 Date:   Thu Jan 10 18:50:33 2008 +0100
69386
69387     ppc4xx: Make Sequoia boot vxWorks
69388
69389     vxWorks expects in
69390     TLB 0 a entry for the Machine Check interrupt
69391     TLB 1 a entry for the RAM
69392     TLB 2 a entry for the EBC
69393     TLB 3 a entry for the boot flash
69394
69395     After changing the baudrate to 9600 I had no problems to boot the
69396     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
69397     June 18, 2007)
69398
69399     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
69400
69401 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
69402 Author: Larry Johnson <lrj@arlinx.com>
69403 Date:   Wed Jan 9 23:10:27 2008 -0500
69404
69405     ppc4xx: Fix dflush() to restore DVLIM register
69406
69407     Signed-off-by: Larry Johnson <lrj@acm.org>
69408
69409 commit 252f60b068d1f94190b5bcfda169db582387e15e
69410 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69411 Date:   Thu Jan 10 03:52:44 2008 -0500
69412
69413     Nios2: remove common/cmd_bdinfo.c unused variable.
69414
69415     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69416     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
69417
69418 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
69419 Author: Ben Warren <biggerbadderben@gmail.com>
69420 Date:   Wed Jan 9 18:15:53 2008 -0500
69421
69422     Fix Ethernet init() return codes
69423
69424     Change return values of init() functions in all Ethernet drivers to conform
69425     to the following:
69426
69427         >=0: Success
69428         <0:  Failure
69429
69430     All drivers going forward should return 0 on success.  Current drivers that
69431     return 1 on success were left as-is to minimize changes.
69432
69433     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
69434     Acked-by: Stefan Roese <sr@denx.de>
69435     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69436     Acked-by: Kim Phillips <kim.phillips@freescale.com>
69437     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
69438     Acked-By: Timur Tabi <timur@freescale.com>
69439
69440 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
69441 Author: Wolfgang Denk <wd@denx.de>
69442 Date:   Thu Jan 10 00:55:14 2008 +0100
69443
69444     Coding Style cleanup; update CHANGELOG
69445
69446     Signed-off-by: Wolfgang Denk <wd@denx.de>
69447
69448 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
69449 Author: Kim Phillips <kim.phillips@freescale.com>
69450 Date:   Wed Jan 9 16:56:54 2008 -0600
69451
69452     Add QE brg freq and correct qe bus freq fdt update code
69453
69454     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69455     Signed-off-by: Andy Fleming <afleming@freescale.com>
69456
69457 commit 890dfef06c2d169a3356359596890754dfb8ee1c
69458 Author: Andy Fleming <afleming@freescale.com>
69459 Date:   Wed Jan 9 16:34:51 2008 -0600
69460
69461     Remove cache config from ATUM8548 and sbc8548 configs
69462
69463     These boards weren't updated by Kumar's config patch because they
69464     weren't in the tree, yet.
69465
69466     Signed-off-by: Andy Fleming <afleming@freescale.com>
69467
69468 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
69469 Author: Timur Tabi <timur@freescale.com>
69470 Date:   Mon Jan 7 13:31:19 2008 -0600
69471
69472     85xx: add ability to upload QE firmware
69473
69474     Define the layout of a binary blob that contains a QE firmware and instructions
69475     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
69476     perform the actual upload.  Add command-line command "qe fw" to take a firmware
69477     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
69478     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
69479     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
69480
69481     Signed-off-by: Timur Tabi <timur@freescale.com>
69482
69483 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
69484 Author: Kumar Gala <galak@kernel.crashing.org>
69485 Date:   Tue Jan 8 01:22:21 2008 -0600
69486
69487     85xx: Remove cache config from configs.h
69488
69489     Either use the standard defines in asm/cache.h or grab the information
69490     at runtime from the L1CFG SPR.
69491
69492     Also, minor cleanup in cache.h to make the code a bit more readable.
69493
69494     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69495
69496 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
69497 Author: robert lazarski <robertlazarski@gmail.com>
69498 Date:   Fri Dec 21 10:39:27 2007 -0500
69499
69500     mpc85xx: Add support for ATUM8548 (updated)
69501
69502     Add support for Instituto Atlantico's ATUM8548 board
69503
69504     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
69505     Signed-off-by: Andy Fleming <afleming@freescale.com>
69506
69507 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
69508 Author: robert lazarski <robertlazarski@gmail.com>
69509 Date:   Fri Dec 21 10:36:37 2007 -0500
69510
69511     mpc85xx: Add support for ATUM8548 (updated)
69512
69513     Add support for Instituto Atlantico's ATUM8548 board
69514
69515     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
69516
69517 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
69518 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
69519 Date:   Thu Dec 13 06:45:14 2007 -0600
69520
69521     mpc85xx: Add support for SBC8548 (updated)
69522
69523     Add support for Wind River's SBC8548 reference board.
69524
69525     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
69526
69527 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
69528 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
69529 Date:   Thu Dec 13 06:45:08 2007 -0600
69530
69531     mpc85xx: Add support for SBC8548 (updated)
69532
69533     Add support for Wind River's SBC8548 reference board.
69534
69535     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
69536     Signed-off by: Andy Fleming <afleming@freescale.com>
69537
69538 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
69539 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69540 Date:   Mon Oct 22 19:58:19 2007 +0400
69541
69542     MPC8568E-MDS: set up QE pario for UART1
69543
69544     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
69545     be set up appropriately.
69546
69547     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69548
69549 commit ad162249cb371e9e38971676f09be791e5f3cf4a
69550 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69551 Date:   Mon Oct 22 18:12:46 2007 +0400
69552
69553     MPC8568E-MDS: reset UCCs to use them reliably
69554
69555     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
69556     UCCs.
69557
69558     p.s Similar code exists in the Linux kernel board file (for capability
69559     reasons with older U-Boots), but should be removed some day.
69560
69561     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69562
69563 commit 2146cf56821c3364786ca94a7306008c5824b238
69564 Author: Kumar Gala <galak@kernel.crashing.org>
69565 Date:   Wed Dec 19 01:18:15 2007 -0600
69566
69567     Reworked FSL Book-E TLB macros to be more readable
69568
69569     The old macros made it difficult to know what WIMGE and perm bits
69570     were set for a TLB entry.  Actually use the bit masks for these items
69571     since they are only a single bit.
69572
69573     Also moved the macros into mmu.h out of e500.h since they aren't specific
69574     to e500.
69575
69576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69577
69578 commit 1d47273d46925929f8f2c1913cd96d7257aade88
69579 Author: Kumar Gala <galak@kernel.crashing.org>
69580 Date:   Tue Dec 18 23:21:51 2007 -0600
69581
69582     Use FSL Book-E MMU macros from Linux Kernel
69583
69584     Grab the FSL Book-E MAS register macros from Linux.  Also added
69585     defines for page sizes up to 4TB and removed SHAREN since it doesnt
69586     really exist.
69587
69588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69589
69590 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
69591 Author: Andy Fleming <afleming@freescale.com>
69592 Date:   Wed Jan 9 13:51:32 2008 -0600
69593
69594     Fix my own merge stupidity
69595
69596     Way back in August I merged Heiko's patch:
69597     566a494f592: [PCS440EP] upgrade the PCS440EP board
69598
69599     with Jon's CONFIG_COMMANDS patches.
69600
69601     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
69602
69603     However, in the process, I left out some of Heiko's good changes.
69604
69605     Now Heiko's and Jon's patches are properly merged in fat_register_device()
69606
69607     Signed-off-by: Andy Fleming <afleming@freescale.com>
69608
69609 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
69610 Author: James Yang <James.Yang@freescale.com>
69611 Date:   Wed Jan 9 11:17:49 2008 -0600
69612
69613     Expose parse_line() globally.
69614
69615     Add new function readline_into_buffer() that allows the
69616     output of readline to be put into a pointer to char buffer.
69617
69618     This refactoring allows other functions besides the
69619     main command loop to also use the same input mechanism.
69620
69621     Signed-off-by: James Yang <James.Yang@freescale.com>
69622     Acked-by: Jon Loeliger <jdl@freescale.com>
69623
69624 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
69625 Author: Guennadi Liakhovetski <lg@denx.de>
69626 Date:   Wed Jan 9 01:15:25 2008 +0100
69627
69628     trivial: fix consequences of a bad merge
69629
69630     Fix what looks like a merge artifact.
69631
69632     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69633
69634 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
69635 Author: Zhang Wei <wei.zhang@freescale.com>
69636 Date:   Thu Jan 3 10:51:15 2008 +0800
69637
69638     Add Ctrl combo key support to usb keyboard driver.
69639
69640     Ctrl combo key support is added, which is very useful to input Ctrl-C
69641     for interrupt current job.
69642     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
69643     key input when tstc() is called.
69644
69645     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69646
69647 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
69648 Author: Marcel Ziswiler <marcel@ziswiler.com>
69649 Date:   Sun Dec 30 03:30:56 2007 +0100
69650
69651     fix various comments
69652
69653     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
69654
69655 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
69656 Author: Marcel Ziswiler <marcel@ziswiler.com>
69657 Date:   Sun Dec 30 03:30:46 2007 +0100
69658
69659     fix comments with new drivers organization
69660
69661     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
69662
69663 commit a9b410dc7d2a4721c408b13abfc037988150f145
69664 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69665 Date:   Fri Dec 28 12:50:59 2007 +0900
69666
69667     Remove the obsolete terse version of do_mii()
69668
69669     We now have more useful version of do_mii() and everybody use it.
69670     Gerald Van Baren says:
69671
69672     > When I originally wrote the mii command 6(!) years ago, I wrote a
69673     > verbose version that printed human readable decomposition of the flags,
69674     > etc., and a terse one that didn't print as much stuff and thus had a
69675     > smaller memory footprint.
69676     >
69677     > It sounds like the terse version has withered and died, apparently
69678     > people are only using the verbose version (which is very understandable,
69679     > I do myself).
69680
69681     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69682     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
69683
69684 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
69685 Author: Mike Frysinger <vapier@gentoo.org>
69686 Date:   Thu Dec 27 13:42:56 2007 -0500
69687
69688     Do not reference sha1.c when building mkimage.
69689
69690     remove sha1.o from mkimage linking since it isn't actually used.
69691
69692     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
69693
69694 commit b9173af73e524d37c812f210173cf83385c5171a
69695 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69696 Date:   Thu Dec 27 15:39:54 2007 +0900
69697
69698     common/cmd_mii.c: Add sanity argc check
69699
69700     If type mii command without arguments, we suffer from uninitialized argv[]
69701     entries; for example we MIPS get stuck by TLB error.
69702
69703     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69704
69705 commit 500856eb1707ed17d9204baa61dd59948d3b2899
69706 Author: Rafal Jaworowski <raj@semihalf.com>
69707 Date:   Wed Jan 9 19:39:36 2008 +0100
69708
69709     API for external applications.
69710
69711     This is an API for external (standalone) applications running on top of
69712     U-Boot, and is meant to be more extensible and robust than the existing
69713     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
69714     for more details.
69715
69716     Included is the demo application using this new framework (api_examples).
69717
69718     Please note this is still an experimental feature, and is turned off by
69719     default.
69720
69721     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
69722
69723 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
69724 Author: Jon Loeliger <jdl@freescale.com>
69725 Date:   Wed Jan 9 12:14:55 2008 -0600
69726
69727     86xx: Remove cache config from configs.h
69728
69729     Just use the standard defines in asm/cache.h.
69730
69731     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69732
69733 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
69734 Author: Rafal Jaworowski <raj@semihalf.com>
69735 Date:   Wed Jan 9 18:05:27 2008 +0100
69736
69737     Globalize envmatch()
69738
69739     The newly introduced API (routines related to env vars) will need to call
69740     it.
69741
69742     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
69743
69744 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
69745 Author: Jon Loeliger <jdl@freescale.com>
69746 Date:   Fri Jan 4 12:07:27 2008 -0600
69747
69748     Convert MPC8610HPCD to use libfdt.
69749
69750     Assumes the presence of the aliases node in the DTS to
69751     locate the pci and serial nodes for fixups.
69752
69753     Use consistent fdtaddr and fdtfile in environment variables.
69754
69755     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69756
69757 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
69758 Author: Jon Loeliger <jdl@freescale.com>
69759 Date:   Fri Jan 4 11:58:23 2008 -0600
69760
69761     8610: Fix lingering compile warnings.
69762
69763     Turn off DEBUG.
69764
69765     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69766
69767 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
69768 Author: Wolfgang Denk <wd@denx.de>
69769 Date:   Wed Jan 9 15:14:46 2008 +0100
69770
69771     Coding Style cleanup, update CHANGELOG
69772
69773     Signed-off-by: Wolfgang Denk <wd@denx.de>
69774
69775 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
69776 Author: Mike Frysinger <vapier@gentoo.org>
69777 Date:   Tue Dec 18 04:29:55 2007 -0500
69778
69779     fix easylogo on big endian dev systems
69780
69781     didnt realize how out of shape easylogo actually was until i tried using it.
69782     this patch does byte swapping as need be on the input tga header since the tga
69783     is in little endian but the host could just as well be big endian.  i didnt
69784     bother using bswap macros or such stuff from system headers as nothing in
69785     POSIX dictates byte swapping functionality.
69786
69787     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
69788
69789 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
69790 Author: Mike Frysinger <vapier@gentoo.org>
69791 Date:   Tue Dec 18 03:23:25 2007 -0500
69792
69793     cleanup easylogo
69794
69795     - make the Makefile not suck
69796     - include proper headers for prototypes
69797     - fix obvious broken handling of strchr() when handling '.' in filenames
69798
69799     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
69800
69801 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
69802 Author: raptorbrino@aim.com <raptorbrino@aim.com>
69803 Date:   Thu Dec 13 21:23:28 2007 -0500
69804
69805     Fix build problems under Cygwin
69806
69807     This patch allows u-boot to build without error in a cygwin
69808     environment.  Cygwin does not define __u64 in it's
69809     include/asm/types.h file.  The -idirafter flag in the u-boot
69810     build causes the inclusion of the cygwin types.h file as opposed
69811     to u-bot/include/asm/types.h file which does define __u64.
69812     Subsequently, sha1.c compile fails due to unknown symbol.
69813
69814     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
69815
69816 commit 43ef1c381f9195504a2488f5cb909227eb97d475
69817 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
69818 Date:   Fri Nov 30 17:29:59 2007 +0100
69819
69820     cmd_bmp: Add support for displaying gzip compressed bmps
69821
69822     The existing code can show information about a gzip compressed BMP
69823     image, but can't actually display it.
69824
69825     Therefore, move the decompression code out of bmp_info() and use it in
69826     bmp_display() as well in order to display a compressed BMP image.
69827
69828     Also, clean things up a bit and fix a memory leak while we're at it.
69829
69830     [hskinnemoen@atmel.com: a bit of refactoring]
69831     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
69832
69833 commit d197ffd8172c6fdef38733424640a9a47295d6e9
69834 Author: Guennadi Liakhovetski <lg@denx.de>
69835 Date:   Thu Nov 29 21:15:56 2007 +0100
69836
69837     Fix and optimize MII operations on FEC (MPC8xx) controllers
69838
69839     This patch fixes several issues at least on a MPC885 based system with two
69840     FEC interfaces used in MII mode.
69841
69842     1. PHY discovery should first read PHY_PHYIDR2 register and only then
69843        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
69844        otherwise the values read are wrong. Also notice, that PHY discovery
69845        cannot work on MPC88x / MPC87x in setups with both FECs active at all
69846        in its present form, because for both interfaces the registers from FEC
69847        1 are used to communicate over MII.
69848
69849     2. Remove code duplication for resetting the FEC by isolating it into a
69850        separate function.
69851
69852     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
69853
69854     4. Optimize mii_init() to only reset the FEC 1 controller once.
69855
69856     5. Fix a typo in mii_init() using index i instead of j thus potentially
69857        leading to unpredictable results.
69858
69859     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69860
69861 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
69862 Author: Guennadi Liakhovetski <lg@denx.de>
69863 Date:   Tue Nov 20 13:14:20 2007 +0100
69864
69865     Fix endianness conversions in rtl8169 driver
69866
69867     It is unclear on what platforms this driver has been tested, since
69868     noone up to now defines CONFIG_RTL8169 in the board configuration
69869     header. Now it has been fixed for a big-endian mpc8241 based
69870     linkstation platform. This patch presents the necessary endianness
69871     conversion fixes.
69872
69873     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69874
69875 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
69876 Author: Zhang Wei <wei.zhang@freescale.com>
69877 Date:   Thu Jan 3 10:51:15 2008 +0800
69878
69879     Add Ctrl combo key support to usb keyboard driver.
69880
69881     Ctrl combo key support is added, which is very useful to input Ctrl-C
69882     for interrupt current job.
69883     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
69884     key input when tstc() is called.
69885
69886     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69887     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69888
69889 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
69890 Author: Wolfgang Denk <wd@denx.de>
69891 Date:   Wed Jan 9 13:43:38 2008 +0100
69892
69893     Coding Style clenaup; update CHANGELOG
69894
69895     Signed-off-by: Wolfgang Denk <wd@denx.de>
69896
69897 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
69898 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69899 Date:   Thu Dec 27 17:13:11 2007 +0100
69900
69901     Remove bit swapping in Xilinx Spartan bitfile loading
69902
69903     This patch removes the unnecessary bit swapping when
69904     booting .bit files with the 'fpga loadb' command.
69905
69906     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69907
69908 commit 437fc7327f0611f82937858f2d80e4cd61b40984
69909 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69910 Date:   Thu Dec 27 17:13:05 2007 +0100
69911
69912     Fix MSB check in Xilinx Spartan slave serial mode
69913
69914     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69915
69916 commit 3bff4ffa33729a42645e328a21e8d16488872958
69917 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69918 Date:   Thu Dec 27 17:12:56 2007 +0100
69919
69920     Add new Xilinx Spartan FPGA types
69921
69922     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69923
69924 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
69925 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69926 Date:   Thu Dec 27 17:12:43 2007 +0100
69927
69928     Add pre and post configuration callbacks for Spartan FPGAs
69929
69930     This patch adds a post configuration callback for Spartan2/3 FPGAs.
69931     pre and post configuration callback are now optional and
69932     not called when the function pointer is set to NULL.
69933
69934     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69935
69936 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
69937 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69938 Date:   Thu Dec 27 17:12:34 2007 +0100
69939
69940     Improve configuration of FPGA subsystem
69941
69942     This patch removes the FPGA subsystem configuration through
69943     the CONFIG_FPGA bitmask configuration option.
69944
69945     See README for the new options:
69946
69947         CONFIG_FPGA,
69948         CONFIG_FPGA_<vendor>,
69949         CONFIG_FPGA_<family>
69950
69951     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69952
69953 commit 95c6bc7d4a3588b452baca610f8c795a83630477
69954 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69955 Date:   Thu Dec 27 16:55:17 2007 +0100
69956
69957     Add Epson RX8025 RTC support
69958
69959     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69960
69961 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
69962 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69963 Date:   Thu Dec 27 16:57:23 2007 +0100
69964
69965     serial: Make default_serial_console() a weak function
69966
69967     With this patch it is possible to reimplement default_serial_console()
69968     in board specific code. This will be done in the upcomming PMC440
69969     U-Boot port. This also allows the lwmon board maintainer to
69970     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
69971
69972     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69973
69974 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
69975 Author: Harald Welte <laforge@openmoko.org>
69976 Date:   Wed Dec 19 14:14:47 2007 +0100
69977
69978     add 'terminal program' functionality
69979
69980     This patch adds a 'cu' like serial terminal command to u-boot
69981     using which you can access other serial ports from the system console.
69982
69983     OpenMoko uses this in their Neo1973 phones to get access to the GSM
69984     Modem and GPS chip from the bootloader.
69985
69986     Signed-off-by: Harald Welte <laforge@openmoko.org>
69987
69988 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
69989 Author: Harald Welte <laforge@openmoko.org>
69990 Date:   Wed Dec 19 14:12:53 2007 +0100
69991
69992     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
69993     that used to exist with the legacy NAND code
69994
69995     Signed-off-by: Harald Welte <laforge@openmoko.org>
69996
69997 commit f540c42d9564854b19ce9bbb70affe172529fe70
69998 Author: Harald Welte <laforge@openmoko.org>
69999 Date:   Wed Dec 19 14:09:58 2007 +0100
70000
70001     Fix building with CRAMFS but not JFFS2 support
70002
70003     Signed-off-by: Harald Welte <laforge@openmoko.org>
70004
70005 commit 23d0baf967fecdaf1804f045f6339337c5607eec
70006 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70007 Date:   Sat Dec 22 15:52:58 2007 +0100
70008
70009     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
70010
70011     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
70012     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70013
70014 commit 23776ff292966a85d811126933830bed48211826
70015 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70016 Date:   Tue Dec 11 10:53:12 2007 +0100
70017
70018     ARM: support board-specific ethernet PHY init
70019
70020     Add until the new phylib will be arrived
70021
70022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70023
70024 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
70025 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70026 Date:   Sat Dec 8 16:34:08 2007 +0100
70027
70028     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
70029
70030     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70031
70032 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
70033 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70034 Date:   Sun Dec 9 11:01:10 2007 +0100
70035
70036     Add missing file in gitignore and comments
70037
70038     based on Linux source tree's .gitignore files
70039
70040     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70041
70042 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
70043 Author: Wolfgang Denk <wd@denx.de>
70044 Date:   Wed Jan 9 11:36:21 2008 +0100
70045
70046     Coding Style cleanup, update CHANGELOG
70047
70048     Signed-off-by: Wolfgang Denk <wd@denx.de>
70049
70050 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
70051 Author: Stefan Roese <sr@denx.de>
70052 Date:   Wed Jan 9 10:38:58 2008 +0100
70053
70054     POST: Execute SPR test after relocation
70055
70056     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
70057     self modifying code and this doesn't work with stack in d-cache, since
70058     I can't move the code from d-cache to i-cache. We move the SPR test to
70059     be executed a little later, after relocation. Then stack is located in
70060     SDRAM and this self-modifying code is no problem anymore.
70061
70062     Signed-off-by: Stefan Roese <sr@denx.de>
70063
70064 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
70065 Author: Stefan Roese <sr@denx.de>
70066 Date:   Wed Jan 9 10:28:20 2008 +0100
70067
70068     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
70069
70070     This patch configures the LWMON5 port to use d-cache as init-ram and
70071     the unused GPT0_COMP6 as POST WORD storage.
70072
70073     Signed-off-by: Stefan Roese <sr@denx.de>
70074
70075 commit 1754f50b710194f886b6f2831803d8960171a14d
70076 Author: Stefan Roese <sr@denx.de>
70077 Date:   Wed Jan 9 10:25:46 2008 +0100
70078
70079     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
70080
70081     The privious 4xx POST implementation only supported storing the POST
70082     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
70083     we need to store the POST WORD in some other non volatile location.
70084     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
70085     a location.
70086
70087     Signed-off-by: Stefan Roese <sr@denx.de>
70088
70089 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
70090 Author: Stefan Roese <sr@denx.de>
70091 Date:   Wed Jan 9 10:23:16 2008 +0100
70092
70093     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
70094
70095     This patch adds support for locking the init-ram/stack in d-cache,
70096     so that other regions may use d-cache as well
70097
70098     Note, that this current implementation locks exactly 4k of d-cache,
70099     so please make sure that you don't define a bigger init-ram area. Take
70100     a look at the lwmon5 440EPx implementation as a reference.
70101
70102     Signed-off-by: Stefan Roese <sr@denx.de>
70103
70104 commit 0ddb89601a8d29e808db450366752ffdc6267c53
70105 Author: Wolfgang Denk <wd@denx.de>
70106 Date:   Wed Jan 9 10:16:33 2008 +0100
70107
70108     Fix memset bug in ext2fs_read_file()
70109
70110     ext2fs_read_file() had the function arguments swapped.
70111
70112     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
70113
70114     Signed-off-by: Wolfgang Denk <wd@denx.de>
70115
70116 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
70117 Author: Markus Klotzbücher <mk@denx.de>
70118 Date:   Tue Jan 5 08:17:15 1988 +0100
70119
70120     Fix problems with usb storage devices on MPC5200 /TQM5200
70121
70122     The MPC5200 OHCI controller operates in big endian, so
70123     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
70124
70125     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
70126
70127 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
70128 Author: Wolfgang Denk <wd@denx.de>
70129 Date:   Tue Jan 8 22:58:27 2008 +0100
70130
70131     Fix compile problem with new env code.
70132
70133     Signed-off-by: Wolfgang Denk <wd@denx.de>
70134
70135 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
70136 Author: Markus Klotzbücher <mk@denx.de>
70137 Date:   Tue Nov 27 10:23:20 2007 +0100
70138
70139     tools: fix fw_printenv tool to compile again
70140
70141     This patch updates the fw_printenv/fw_setenv userspace tool to include
70142     the correct MTD header in order to compile against current kernel
70143     headers. Backward compatibility is preserved by introducing an option
70144     MTD_VERSION which can be set to "old" for compilation using the old MTD
70145     headers. Along with this a number of warnings are fixed.
70146
70147     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
70148
70149 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
70150 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70151 Date:   Tue Jan 8 15:40:09 2008 +0100
70152
70153     ppc4xx: assign PCI interrupts on seuqoia boards
70154
70155     Some operating systems rely on assigned PCI interrupts.
70156
70157     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70158
70159 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
70160 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70161 Date:   Tue Jan 8 15:50:49 2008 +0100
70162
70163     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
70164
70165     This patch allows the use of 4xx interrupt vector number defines
70166     in board specific code outside cpu/ppc4xx.
70167
70168     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70169
70170 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
70171 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70172 Date:   Tue Jan 8 15:39:01 2008 +0100
70173
70174     ppc4xx: Fix UIC2 vector number base
70175
70176     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70177
70178 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
70179 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70180 Date:   Tue Jan 8 12:49:58 2008 +0100
70181
70182     ppc4xx: Update PLB/PCI divider for PMC440 board
70183
70184     This patch updates the PLB/PCI divider when running at
70185     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
70186
70187     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70188
70189 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
70190 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70191 Date:   Tue Jan 8 11:13:09 2008 +0100
70192
70193     ppc4xx: Disable error message when no NAND chip is installed on PMC440
70194
70195     Add CFG_NAND_QUIET_TEST option to disable error message when
70196     no NAND chip is installed on PMC440 boards.
70197
70198     Disable a couple of config defines that are only used for NAND_U_BOOT.
70199
70200     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70201
70202 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
70203 Author: Wolfgang Denk <wd@denx.de>
70204 Date:   Tue Jan 8 22:58:27 2008 +0100
70205
70206     Fix compile problem with new env code.
70207
70208     Signed-off-by: Wolfgang Denk <wd@denx.de>
70209
70210 commit 6de66b35426312a21174a9bf0576a094e2904bea
70211 Author: Markus Klotzbücher <mk@denx.de>
70212 Date:   Tue Nov 27 10:23:20 2007 +0100
70213
70214     tools: fix fw_printenv tool to compile again
70215
70216     This patch updates the fw_printenv/fw_setenv userspace tool to include
70217     the correct MTD header in order to compile against current kernel
70218     headers. Backward compatibility is preserved by introducing an option
70219     MTD_VERSION which can be set to "old" for compilation using the old MTD
70220     headers. Along with this a number of warnings are fixed.
70221
70222     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
70223
70224 commit ad3006fe7e84667021753b74247b0bafd97ba35f
70225 Author: Gerald Van Baren <vanbaren@cideas.com>
70226 Date:   Mon Jan 7 23:47:32 2008 -0500
70227
70228     LIBFDT: use memmove() instead of memcpy()
70229
70230     This is partial patch from the DTC/libfdt
70231     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
70232     Author: David Gibson <david@gibson.dropbear.id.au>
70233     Date:   Wed Nov 21 11:56:14 2007 +1100
70234
70235         The patch also fixes one genuine bug caught by valgrind -
70236         _packblocks() in fdt_rw.c was using memcpy() where it should have been
70237         using memmove().
70238
70239     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
70240
70241 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
70242 Author: David Gibson <david@gibson.dropbear.id.au>
70243 Date:   Mon Dec 17 14:42:07 2007 +1100
70244
70245     libfdt: Add more documentation (patch the seventh)
70246
70247     This patch adds more documenting comments to libfdt.h.  Specifically,
70248     these document the read/write functions (not including fdt_open_into()
70249     and fdt_pack(), for now).
70250
70251     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
70252
70253 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
70254 Author: David Gibson <david@gibson.dropbear.id.au>
70255 Date:   Mon Dec 17 14:41:52 2007 +1100
70256
70257     libfdt: Add more documentation (patch the sixth)
70258
70259     This patch adds some more documenting comments to libfdt.h.
70260     Specifically this documents all the write-in-place functions.
70261
70262     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
70263
70264 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
70265 Author: Gerald Van Baren <vanbaren@cideas.com>
70266 Date:   Sat Dec 29 22:45:27 2007 -0500
70267
70268     Fine grained per property /chosen updating.
70269
70270     Implement a suggestion by Scott Wood to make the /chosen handling fine
70271     grained.  Don't overwrite pre-existing properties on a per-property basis,
70272     so if /chosen exists but a necessary /chosen/property doesn't, it gets
70273     created.  If a /chosen property exists, it is NOT overwritten unless the
70274     "force" flag is true.
70275
70276     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
70277
70278 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
70279 Author: Gerald Van Baren <vanbaren@cideas.com>
70280 Date:   Sat Jan 5 15:33:29 2008 -0500
70281
70282     Improve the FDT help message.
70283
70284     Add a note that "fdt copy" makes the new address active.
70285     Remove most of the extra hints at the end of the fdt help.
70286
70287     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
70288
70289 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
70290 Author: Gerald Van Baren <vanbaren@cideas.com>
70291 Date:   Sat Jan 5 14:52:04 2008 -0500
70292
70293     Support setting FDT properties with optional values.
70294
70295     Fix a bug found and documented by Bartlomiej Sieka where the optional
70296     value on "fdt set <path> <prop> [<val>]" wasn't optional.
70297
70298     => fdt mknode / testnode
70299     => fdt print /testnode
70300     testnode {
70301     };
70302     => fdt set /testnode testprop
70303     => fdt print /testnode
70304     testnode {
70305             testprop;
70306     };
70307
70308     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
70309
70310 commit 22fb2246df91bfc840d87f0c5910818bad55577a
70311 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70312 Date:   Fri Dec 28 11:56:30 2007 +0100
70313
70314     Add fdt_find_and_setprop() to fdt_support.h
70315
70316     fdt_find_and_setprop() is used by several 4xx boards and it's
70317     missing in the appropriate header. This patch eliminates a
70318     warning when building U-Boot for such boards.
70319
70320     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70321     Acked-by: Stefan Roese <sr@denx.de>
70322
70323 commit 802b769bac17b0560d3535a42c502469ee190cd1
70324 Author: Stefan Roese <sr@denx.de>
70325 Date:   Tue Jan 8 18:39:30 2008 +0100
70326
70327     ppc4xx: Return 0 on success in 4xx ethernet driver
70328
70329     Signed-off-by: Stefan Roese <sr@denx.de>
70330
70331 commit 6775c68683a53c7abc778774641aac6f833a2cbf
70332 Author: Kim Phillips <kim.phillips@freescale.com>
70333 Date:   Tue Jan 8 09:59:49 2008 -0600
70334
70335     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
70336
70337     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70338
70339 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
70340 Author: Kim Phillips <kim.phillips@freescale.com>
70341 Date:   Thu Dec 20 16:28:34 2007 -0600
70342
70343     mpc83xx: rm remaining FLAT_TREE code
70344
70345     ..in board pci.c files
70346
70347     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70348
70349 commit b3458d2cd55d01732e30a76d898afd99e871cd67
70350 Author: Kim Phillips <kim.phillips@freescale.com>
70351 Date:   Thu Dec 20 15:57:28 2007 -0600
70352
70353     mpc83xx: remove FLAT_TREE code
70354
70355     need to rm it from pci code, too!
70356
70357     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70358
70359 commit 5b8bc606c61456566af6912f818a153b6b06f242
70360 Author: Kim Phillips <kim.phillips@freescale.com>
70361 Date:   Thu Dec 20 14:09:22 2007 -0600
70362
70363     mpc83xx: convert to using do_fixup_*()
70364
70365     convert to using simpler mpc85xx style fdt update code; streamline by
70366     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
70367     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
70368     converted over to using libfdt).
70369
70370     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70371
70372 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
70373 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
70374 Date:   Thu Dec 20 12:58:51 2007 -0500
70375
70376     sbc8349: enable libfdt by default on WRS SBC8349 board.
70377
70378     Make libfdt the default for the WRS SBC8349 board.
70379     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
70380     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
70381
70382     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
70383
70384 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
70385 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
70386 Date:   Thu Dec 20 12:58:16 2007 -0500
70387
70388     sbc8349: migrate board to libfdt
70389
70390     This adds libfdt support code for the Wind River sbc8349 board.
70391
70392     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
70393     the other Freescale 83xx boards.
70394
70395     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
70396
70397 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
70398 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
70399 Date:   Thu Dec 20 12:56:19 2007 -0500
70400
70401     sbc8349: Remove board specific ECC code
70402
70403     ECC code is now shared for all 83xx boards, so remove board specific one.
70404     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
70405
70406     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
70407
70408 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
70409 Author: Kim Phillips <kim.phillips@freescale.com>
70410 Date:   Thu Dec 20 01:30:48 2007 -0600
70411
70412     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
70413
70414     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
70415
70416     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70417
70418 commit ccf21c311e68d48399eff1e72936052885f6e3f7
70419 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
70420 Date:   Thu Dec 6 16:43:40 2007 +0100
70421
70422     Add support CONFIG_UEC_ETH3 in MPC83xx
70423
70424     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
70425
70426 commit e6af9932d31171e35db880e7b2f29f903b1b7660
70427 Author: Kumar Gala <galak@kernel.crashing.org>
70428 Date:   Mon Nov 26 11:00:54 2007 -0600
70429
70430     Remove CONFIG options related to OF that we dont use
70431
70432     The MPC8360E MDS config defined:
70433         CONFIG_OF_HAS_BD_T
70434         CONFIG_OF_HAS_UBOOT_ENV
70435
70436     Which we don't use or ever needed.  This seems like copy-paste feature creep.
70437
70438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
70439
70440 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
70441 Author: Kim Phillips <kim.phillips@freescale.com>
70442 Date:   Mon Dec 10 14:16:22 2007 -0600
70443
70444     mpc83xx: supress compiler warning
70445
70446     mpc8360emds.c: In function â€˜ft_board_setup’:
70447     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
70448     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
70449
70450     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70451
70452 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
70453 Author: Kim Phillips <kim.phillips@freescale.com>
70454 Date:   Tue Nov 27 14:17:29 2007 -0600
70455
70456     mpc83xx: fix remaining fdt_find_node_by_path references
70457
70458     rename to fdt_path_offset
70459
70460     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70461
70462 commit 921d4b19ad1be704df58725485d9292dc0414adf
70463 Author: Kim Phillips <kim.phillips@freescale.com>
70464 Date:   Mon Nov 19 12:30:09 2007 -0600
70465
70466     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
70467
70468     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
70469     This change guarantees that the environment will be located on the
70470     first flash sector after the U-Boot image.
70471
70472     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70473
70474 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
70475 Author: Kim Phillips <kim.phillips@freescale.com>
70476 Date:   Fri Nov 9 14:28:08 2007 -0600
70477
70478     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
70479
70480     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
70481     properties in the device tree so the PHY gets configured for internal delay on
70482     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
70483
70484     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70485
70486 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
70487 Author: Dave Liu <r63238@freescale.com>
70488 Date:   Tue Sep 18 12:41:15 2007 +0800
70489
70490     mpc83xx: update the CREDITS and MAINTAINERS
70491
70492     update the CREDITS and MAINTAINERS.
70493
70494     Signed-off-by: Dave Liu <daveliu@freescale.com>
70495
70496 commit b21add4b42af7b767448251b599b91066a160e0d
70497 Author: Dave Liu <r63238@freescale.com>
70498 Date:   Tue Sep 18 12:40:21 2007 +0800
70499
70500     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
70501
70502     Add the MAINTAINER and MAKEALL entries for mpc837xemds
70503
70504     Signed-off-by: Dave Liu <daveliu@freescale.com>
70505
70506 commit f8900ce9094c462355eb792eea264ff16ac8fd16
70507 Author: Dave Liu <r63238@freescale.com>
70508 Date:   Tue Sep 18 12:38:53 2007 +0800
70509
70510     mpc83xx: Add the MPC837xEMDS board readme
70511
70512     Add the README.mpc837xemds to /doc
70513
70514     Signed-off-by: Dave Liu <daveliu@freescale.com>
70515
70516 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
70517 Author: Dave Liu <r63238@freescale.com>
70518 Date:   Tue Sep 18 12:37:57 2007 +0800
70519
70520     mpc83xx: Add the support of MPC837xEMDS board
70521
70522     The MPC837xEMDS board support:
70523     * DDR2 400MHz hardcoded and SPD init
70524     * Local bus NOR Flash
70525     * I2C, UART, MII and RTC
70526     * eTSEC RGMII
70527     * PCI host
70528
70529     Signed-off-by: Dave Liu <daveliu@freescale.com>
70530
70531 commit 555da61702771fe0f76f3de23b4e7590f3704161
70532 Author: Dave Liu <r63238@freescale.com>
70533 Date:   Tue Sep 18 12:36:58 2007 +0800
70534
70535     mpc83xx: Add the support of MPC8315E SoC
70536
70537     The MPC8315E SoC including e300c3 core and new IP blocks,
70538     such as TDM, PCI Express and SATA controller.
70539
70540     Signed-off-by: Dave Liu <daveliu@freescale.com>
70541
70542 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
70543 Author: Dave Liu <r63238@freescale.com>
70544 Date:   Tue Sep 18 12:36:11 2007 +0800
70545
70546     mpc83xx: Add the support of MPC837x SoC
70547
70548     The MPC837x SoC including e300c4 core and new IP blocks,
70549     such as SDHC, PCI Express and SATA controller.
70550
70551     Signed-off-by: Dave Liu <daveliu@freescale.com>
70552
70553 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
70554 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
70555 Date:   Wed Nov 14 18:54:53 2007 +0300
70556
70557     MPC8360E-MDS: configure and enable second UART
70558
70559     Despite user manual, BCSR9.7 is negated (high) on HRST, so
70560     UART2 is disabled. Fix that and configure QE pins properly.
70561
70562     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
70563
70564 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
70565 Author: Timur Tabi <timur@freescale.com>
70566 Date:   Mon Nov 5 09:34:06 2007 -0600
70567
70568     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
70569
70570     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
70571     currently-defined 83xx boards.  This change guarantees that the environment
70572     will be located on the first flash sector after the U-Boot image.
70573
70574     Signed-off-by: Timur Tabi <timur@freescale.com>
70575     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70576
70577 commit e05329516a13616b53240cd85b739217c2bf87f1
70578 Author: Larry Johnson <lrj@acm.org>
70579 Date:   Fri Jan 4 13:27:02 2008 -0500
70580
70581     ppc4xx: Remove weak binding from common Denali data-eye search code
70582
70583     Now that there are no board-specific versions of
70584     "denali_core_search_data_eye()", the weak binding on the common version
70585     can be removed.
70586
70587     Signed-off-by: Larry Johnson <lrj@acm.org>
70588
70589 commit 5ba576c01602fd328800a427964c36a0a05c5dce
70590 Author: Stefan Roese <sr@denx.de>
70591 Date:   Sat Jan 5 09:13:46 2008 +0100
70592
70593     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
70594
70595     Signed-off-by: Stefan Roese <sr@denx.de>
70596
70597 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
70598 Author: Stefan Roese <sr@denx.de>
70599 Date:   Sat Jan 5 09:12:41 2008 +0100
70600
70601     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
70602
70603     On Katmai the complete auto-calibration somehow doesn't seem to
70604     produce the best results, meaning optimal values for RQFD/RFFD.
70605     This was discovered by GDA using a high bandwidth scope,
70606     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
70607     so now on Katmai "only" RFFD is auto-calibrated.
70608
70609     This patch also adds RDCC calibration as mentioned on page 7 of
70610     the AMCC PowerPC440SP/SPe DDR2 application note:
70611     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
70612
70613     Signed-off-by: Stefan Roese <sr@denx.de>
70614
70615 commit 49db47b8ae6afff2b898be312948ff501357dc80
70616 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70617 Date:   Wed Jan 2 16:48:42 2008 +0100
70618
70619     ppc4xx: Remove sdram.h from PMC440 board
70620
70621     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70622
70623 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
70624 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70625 Date:   Wed Jan 2 16:48:34 2008 +0100
70626
70627     ppc4xx: use common denali core defines and data eye search code for PMC440
70628
70629     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70630
70631 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
70632 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70633 Date:   Wed Jan 2 12:05:14 2008 +0100
70634
70635     ppc4xx: More cleanup for esd's LCD code
70636
70637     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70638
70639 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
70640 Author: Stefan Roese <sr@denx.de>
70641 Date:   Fri Jan 4 12:00:01 2008 +0100
70642
70643     ppc4xx: Fix Sequoia NAND booting target
70644
70645     The Sequoia NAND booting target now uses the recently extracted
70646     cpu/ppc4xx/denali_data_eye.c file too.
70647
70648     Signed-off-by: Stefan Roese <sr@denx.de>
70649
70650 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
70651 Author: Lawrence R. Johnson <lrj@acm.org>
70652 Date:   Thu Jan 3 15:02:02 2008 -0500
70653
70654     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
70655
70656     Signed-off-by: Larry Johnson <lrj@acm.org>
70657
70658 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
70659 Author: Lawrence R. Johnson <lrj@acm.org>
70660 Date:   Fri Jan 4 02:11:56 2008 -0500
70661
70662     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
70663
70664     Note: this patch changes the configuration of some GPIO registers:
70665
70666        Register      Old Value   New Value
70667     ---------------  ----------  ----------
70668     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
70669     DCR GPIO0_TSRH   0x55005000  0x00000000
70670     DCR GPIO1_TCR    0xC2000000  0xE2000000
70671     DCR GPIO1_TSRL   0x0C000000  0x00200000
70672     DCR GPIO1_ISR2L  0x00050000  0x00110000
70673
70674     Signed-off-by: Larry Johnson <lrj@acm.org>
70675
70676 commit 5ab884b254ca2e707ab50545cd705f30108cf491
70677 Author: Lawrence R. Johnson <lrj@acm.org>
70678 Date:   Thu Jan 3 18:54:00 2008 -0500
70679
70680     ppc4xx: Add functionality to GPIO support
70681
70682     This patch makes two additions to GPIO support:
70683
70684     First, it adds function gpio_read_in_bit() to read the a bit from the
70685     GPIO Input Register (GPIOx_IR) in the same way that function
70686     gpio_read_out_bit() reads a bit from the GPIO Output Register
70687     (GPIOx_OR).
70688
70689     Second, it modifies function gpio_set_chip_configuration() to provide
70690     an additional option for configuring the GPIO from the
70691     "CFG_4xx_GPIO_TABLE".
70692
70693     According to the 440EPx User's Manual, when an alternate output is used,
70694     the three-state control is configured in one of two ways, depending on
70695     the particular output.  The first option is to select the corresponding
70696     alternate three-state control in the GPIOx_TRSH/L registers.  The second
70697     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
70698     the GPIOx_TRSH/L registers, and set the corresponding bit in the
70699     GPIOx_TCR register to enable the output.  For example, the Manual
70700     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
70701     the alternate three-state control (first option), and specifies
70702     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
70703     enabled in the GPIOx_TCR register (second option).
70704
70705     Currently, gpio_set_chip_configuration() configures all alternate signal
70706     outputs to use the first option.  This patch allow the second option to
70707     be selected by setting the "out_val" element in the table entry to
70708     "GPIO_OUT_1".  The first option is used when the "out_val" element is
70709     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
70710     alternate signal is selected, and because all current GPIO tables set
70711     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
70712     not change any existing configurations.
70713
70714     Signed-off-by: Larry Johnson <lrj@acm.org>
70715
70716 commit 196404cdc1de495d6182e84731c200fc5748df15
70717 Author: Larry Johnson <lrj@arlinx.com>
70718 Date:   Sun Dec 30 01:01:54 2007 -0500
70719
70720     PPC4xx: Remove sdram.h from board/lwmon5
70721
70722     These definitions are now in "include/ppc440.h".
70723
70724     Signed-off-by: Larry Johnson <lrj@acm.org>
70725
70726 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
70727 Author: Larry Johnson <lrj@arlinx.com>
70728 Date:   Sun Dec 30 01:01:32 2007 -0500
70729
70730     PPC4xx: Use common code for LWMON5 board SDRAM support
70731
70732     This patch also modifies the functionality of the code so that the data-eye
70733     search is now done with with the cache disabled.
70734
70735     Signed-off-by: Larry Johnson <lrj@acm.org>
70736
70737 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
70738 Author: Larry Johnson <lrj@arlinx.com>
70739 Date:   Sun Dec 30 01:01:14 2007 -0500
70740
70741     PPC4xx: Remove sdram.h from board/amcc/sequoia
70742
70743     These definitions are now in "include/ppc440.h".
70744
70745     Signed-off-by: Larry Johnson <lrj@acm.org>
70746
70747 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
70748 Author: Larry Johnson <lrj@arlinx.com>
70749 Date:   Sun Dec 30 01:00:50 2007 -0500
70750
70751     PPC4xx: Use common code for Sequoia board SDRAM support
70752
70753     Signed-off-by: Larry Johnson <lrj@acm.org>
70754
70755 commit 8b0c5c127690335758100c25eaec2b84db97c101
70756 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70757 Date:   Thu Dec 27 16:58:41 2007 +0100
70758
70759     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
70760
70761     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
70762     networking stack does not automatically switch to
70763     another interface. This patch does not touch the default
70764     behavior.
70765
70766     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70767     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70768
70769 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
70770 Author: Upakul Barkakaty <upakul@gmail.com>
70771 Date:   Thu Nov 29 12:16:13 2007 +0530
70772
70773     NET: Proper return code handling in eth_init() function in file eth.c
70774
70775     This patch modifies the return code handling in the eth_init()
70776     function, to be compatible with the handling of the return codes in
70777     the other network stack files. It now returns a 0 on Success and -1 on
70778     error.
70779
70780     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
70781     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70782
70783 commit 5ca2d0953e4579a80810966cca2077e20d912c97
70784 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
70785 Date:   Mon Nov 19 20:27:04 2007 +0900
70786
70787     net/eth.c: Fix env_enetaddr signed overflow
70788
70789     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
70790     warned as below:
70791
70792       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
70793
70794       DRAM:  256 MB
70795       Flash: 32 MB
70796       In:    serial
70797       Out:   serial
70798       Err:   serial
70799       Net:   NEC-Candy
70800       Warning: NEC-Candy MAC addresses don't match:
70801       Address in SROM is         00:00:4C:80:92:A2
70802       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
70803
70804     This patch changes env_enetaddr type from `char' to `unsigned char'.
70805
70806     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
70807     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
70808     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70809
70810 commit f85b60710571b37293d2233933b76e2aa3db5635
70811 Author: Rafal Jaworowski <raj@semihalf.com>
70812 Date:   Thu Dec 27 18:19:02 2007 +0100
70813
70814     Introduce new eth_receive routine
70815
70816     The purpose of this routine is receiving a single network frame, outside of
70817     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
70818     U-Boot will let them utilise networking facilities. For sending a raw frame
70819     the already existing eth_send() can be used.
70820
70821     The direct consumer of this routine is the newly introduced API layer for
70822     external applications (enabled with CONFIG_API).
70823
70824     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
70825     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
70826     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70827
70828 commit 5c740711f0ea5b51414b341b71597c4a0751be74
70829 Author: Jon Loeliger <jdl@freescale.com>
70830 Date:   Thu Jan 3 10:41:04 2008 -0600
70831
70832     8610: Move include of config.h earlier.
70833
70834     Include config.h earlier in the set of #includes
70835     so as to avoid a incidental and duplicate definition
70836     of CFG_CACHELINE_SIZE.
70837
70838     Signed-off-by: Jon Loeliger
70839
70840 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
70841 Author: Jon Loeliger <jdl@freescale.com>
70842 Date:   Tue Dec 4 10:53:34 2007 -0600
70843
70844     Don't slam #undef DEBUG in the 8641HPCN config file.
70845
70846     Doing so prevents it from being individually set
70847     and useful in other files.
70848
70849     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70850
70851 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
70852 Author: Jon Loeliger <jdl@freescale.com>
70853 Date:   Wed Nov 28 14:47:18 2007 -0600
70854
70855     Convert MPC8641HPCN to use libfdt.
70856
70857     Assumes the presence of the aliases node in the DTS to
70858     locate the ethernet, pci and serial nodes for fixups.
70859
70860     Use consistent fdtaddr and fdtfile in environment variables.
70861
70862     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70863
70864 commit ce37422d0002e10490e268392e0c4e3028e52cec
70865 Author: Stefan Roese <sr@denx.de>
70866 Date:   Wed Jan 2 14:06:26 2008 +0100
70867
70868     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
70869
70870     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
70871     flash chips connected to a 32bit wide port.
70872
70873     Signed-off-by: Stefan Roese <sr@denx.de>
70874
70875 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
70876 Author: Wolfgang Denk <wd@denx.de>
70877 Date:   Wed Jan 2 15:58:44 2008 +0100
70878
70879     Fix compile problem introduced by "cleanup" commit 3dfd708c
70880
70881     Signed-off-by: Wolfgang Denk <wd@denx.de>
70882
70883 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
70884 Author: Wolfgang Denk <wd@denx.de>
70885 Date:   Wed Jan 2 15:54:45 2008 +0100
70886
70887     Make scripts and Makefiles POSIX compliant
70888
70889     The bash builtin versions of the "test" (resp. "[") command allow
70890     using "==" for string comparisons, but POSIX compatible implemen-
70891     tations (like /usr/bin/test) insist on using "=" only. On such systems
70892     you will see:
70893
70894         $ /usr/bin/test a == a && echo OK
70895         /usr/bin/test: ==: binary operator expected
70896
70897     This patch fixes Makefiles and scripts to use POSIX style.
70898
70899     Signed-off-by: Wolfgang Denk <wd@denx.de>
70900
70901 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
70902 Author: Stefan Roese <sr@denx.de>
70903 Date:   Wed Jan 2 14:05:37 2008 +0100
70904
70905     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
70906
70907     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
70908     flash chips connected to a 32bit wide port.
70909
70910     Signed-off-by: Stefan Roese <sr@denx.de>
70911
70912 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
70913 Author: Wolfgang Denk <wd@denx.de>
70914 Date:   Wed Jan 2 12:38:43 2008 +0100
70915
70916     Minor coding style cleanup.
70917
70918     Signed-off-by: Wolfgang Denk <wd@denx.de>
70919
70920 commit e174ac34adf5d5653df12bc3cf19c52063a71269
70921 Author: Stefan Roese <sr@denx.de>
70922 Date:   Fri Dec 28 17:29:56 2007 +0100
70923
70924     ppc4xx: Coding style cleanup
70925
70926     Signed-off-by: Stefan Roese <sr@denx.de>
70927
70928 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
70929 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70930 Date:   Fri Dec 28 17:07:24 2007 +0100
70931
70932     ppc4xx: Complete PMC440 board support
70933
70934     This patch brings the PMC440 board configuration file.
70935     Finally it enables the PMC440 board support.
70936
70937     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70938
70939 commit 407843a582560fc5231299561ab3c2b6b6cd3397
70940 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70941 Date:   Fri Dec 28 17:07:18 2007 +0100
70942
70943     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
70944
70945     This patch adds some BSP commands and FPGA booting support
70946     for esd's PMC440 boards.
70947
70948     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70949
70950 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
70951 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70952 Date:   Fri Dec 28 17:07:14 2007 +0100
70953
70954     ppc4xx: Add initial esd PMC440 board files
70955
70956     This patch adds the first files for the new esd PMC440 boards.
70957     The next two patches will complete the PMC440 board support.
70958
70959     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70960
70961 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
70962 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70963 Date:   Fri Dec 28 17:10:36 2007 +0100
70964
70965     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
70966
70967     - add EEPROM write protection for esd PLU405 boards.
70968     - initialize NAND GPIOs
70969     - use correct io accessors
70970     - cleanup
70971
70972     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70973
70974 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
70975 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70976 Date:   Fri Dec 28 17:10:44 2007 +0100
70977
70978     ppc4xx: use correct io accessors for esd's LCD code
70979
70980     This patch fixes esd's LCD dectection code to work correctly with
70981     newer gcc versions.
70982
70983     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70984
70985 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
70986 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70987 Date:   Fri Dec 28 17:10:42 2007 +0100
70988
70989     ppc4xx: Maintenance patch for VOH405 boards
70990
70991     - add EEPROM write protection
70992     - initialize NAND GPIOs
70993     - use correct io accessors
70994     - slow down I2C clock to 100kHz
70995     - enable ext. I2C bus
70996     - cleanup
70997
70998     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70999
71000 commit c05569066dbcba3fdf36d4d1943df265dc316a86
71001 Author: Stefan Roese <sr@denx.de>
71002 Date:   Fri Dec 28 16:08:08 2007 +0100
71003
71004     ppc4xx: Enable 405EP PCI arbiter per default on all boards
71005
71006     In an attmemt to clean up the 4xx start.S file, I removed the enabling
71007     of the internal 405EP PCI arbiter. This is needed for multiple other
71008     405EP platforms, like most of the esd 405EP. Now the internal PCI
71009     arbiter is enabled again per default as it has been before.
71010
71011     Signed-off-by: Stefan Roese <sr@denx.de>
71012     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71013
71014 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
71015 Author: Stefan Roese <sr@denx.de>
71016 Date:   Fri Dec 28 15:53:46 2007 +0100
71017
71018     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
71019
71020     Signed-off-by: Stefan Roese <sr@denx.de>
71021     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71022
71023 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
71024 Author: Stefan Roese <sr@denx.de>
71025 Date:   Fri Dec 28 06:06:04 2007 +0100
71026
71027     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
71028
71029     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
71030     platforms mentioned above.
71031
71032     Signed-off-by: Stefan Roese <sr@denx.de>
71033
71034 commit b568fd25574181a3b12ae3d66b2913903442cb83
71035 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71036 Date:   Thu Dec 27 17:03:46 2007 +0100
71037
71038     Remove CPCI440 board
71039
71040     This board never left prototyping state and it
71041     became a millstone round my neck. So remove it.
71042
71043     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71044
71045 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
71046 Author: Larry Johnson <lrj@arlinx.com>
71047 Date:   Thu Dec 27 11:28:51 2007 -0500
71048
71049     Add support for Korat PPC440EPx board
71050
71051     These patches add support for the PPC440EPx-based "Korat" board to
71052     U-Boot.  They are based primarily on support for the Sequoia board.
71053
71054     Signed-off-by: Larry Johnson <lrj@acm.org>
71055
71056 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
71057 Author: Larry Johnson <lrj@arlinx.com>
71058 Date:   Sat Dec 22 15:16:25 2007 -0500
71059
71060     Add configuration file for Korat board
71061
71062     This patch supplies the configuration file for the Korat PPC440EPx-
71063     processor board.
71064
71065     Signed-off-by: Larry Johnson <lrj@acm.org>
71066
71067 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
71068 Author: Larry Johnson <lrj@arlinx.com>
71069 Date:   Sat Dec 22 15:16:11 2007 -0500
71070
71071     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
71072
71073     Signed-off-by: Larry Johnson <lrj@acm.org>
71074
71075 commit aba19604d848b2838cfb9ebe818909e6a216058e
71076 Author: Larry Johnson <lrj@arlinx.com>
71077 Date:   Thu Dec 27 10:54:48 2007 -0500
71078
71079     Add 440EPx DDR2 SPD DIMM support
71080
71081     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
71082     controller.  It should also work on the 440GRx.  It is based on the DDR2
71083     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
71084
71085     This code has been tested on prototype Korat boards with three Kingston
71086     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
71087     (two ranks).  The Korat board has a single DIMM socket, but support has
71088     been provided (though not tested) for boards with two DIMM sockets.
71089
71090     Signed-off-by: Larry Johnson <lrj@acm.org>
71091
71092 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
71093 Author: Larry Johnson <lrj@arlinx.com>
71094 Date:   Sat Dec 22 15:15:30 2007 -0500
71095
71096     Copy 440EPx/GRx SDRAM data-eye search to common directory
71097
71098     This patch creates a non-board-specific file for performing the SDRAM
71099     data-eye search.  It also adds ECC error checking to the test of valid
71100     data on readback when ECC is enabled.
71101
71102     Signed-off-by: Larry Johnson <lrj@acm.org>
71103
71104 commit c46f53333b22b1f9098676bea8884fc7db820cf3
71105 Author: Larry Johnson <lrj@arlinx.com>
71106 Date:   Sat Dec 22 15:15:13 2007 -0500
71107
71108     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
71109
71110     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
71111     It also fixes two typos in the definitions, so the board-specific
71112     "sdram.h" files containing these definitions are also fixed to avoid
71113     compiler warnings.
71114
71115     Signed-off-by: Larry Johnson <lrj@acm.org>
71116
71117 commit c348578bf612d0c56d8d376d23cae16defbd86af
71118 Author: Larry Johnson <lrj@arlinx.com>
71119 Date:   Thu Dec 27 10:50:55 2007 -0500
71120
71121     Add Ethernet 1000BASE-X support for PPC4xx
71122
71123     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
71124     is defined, the PHY will advertise it's capabilities for autonegotiation
71125     based on the capabilities shown in the PHY's status registers, including
71126     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
71127     advertise hard-coded capabilities, as before.
71128
71129     Signed-off-by: Larry Johnson <lrj@acm.org>
71130
71131 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
71132 Author: Larry Johnson <lrj@arlinx.com>
71133 Date:   Thu Dec 27 09:52:17 2007 -0500
71134
71135     Add driver for National Semiconductor LM73 temperature sensor
71136
71137     This driver is based on the driver for the LM75.
71138
71139     Signed-off-by: Larry Johnson <lrj@acm.org>
71140
71141 commit 12618278688ea9b3d76536960a5ad2e3790fac40
71142 Author: Larry Johnson <lrj@arlinx.com>
71143 Date:   Sat Dec 22 15:14:00 2007 -0500
71144
71145     Add driver for STMicroelectronics M41T60 RTC
71146
71147     This driver is based on the driver for the M41T11.  In the intended
71148     application, the RTC will be powered by a large capacitor, rather than a
71149     battery.  The driver therefore checks to see whether the RTC has lost
71150     power.  The chip's OUT bit is normally reset from its power-up state.  If
71151     the OUT bit is read as set, or if the date and time are not valid, then the
71152     RTC is assumed to have lost power, and its date and time are reset to
71153     1900-01-01 00:00:00.
71154
71155     Support for adjusting the speed of the clock to improve accuracy is
71156     provided through an environment variable.
71157
71158     Signed-off-by: Larry Johnson <lrj@acm.org>
71159
71160 commit d3471173e14b7544bb60339eda8d3d3906694b0a
71161 Author: Larry Johnson <lrj@arlinx.com>
71162 Date:   Sat Dec 22 15:34:39 2007 -0500
71163
71164     Use out_be32() and friends to access memory-mapped registers in sequoia.c
71165
71166     Signed-off-by: Larry Johnson <lrj@acm.org>
71167
71168 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
71169 Author: Larry Johnson <lrj@arlinx.com>
71170 Date:   Sat Dec 22 15:34:20 2007 -0500
71171
71172     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
71173
71174     Signed-off-by: Larry Johnson <lrj@acm.org>
71175
71176 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
71177 Author: Larry Johnson <lrj@arlinx.com>
71178 Date:   Sat Dec 22 15:23:50 2007 -0500
71179
71180     Cosmetic changes to ECC POST for AMCC Denali core
71181
71182     Signed-off-by: Larry Johnson <lrj@acm.org>
71183
71184 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
71185 Author: Stefan Roese <sr@denx.de>
71186 Date:   Wed Dec 26 20:20:19 2007 +0100
71187
71188     ppc4xx: Fix compilation problem in 405 cache POST test
71189
71190     Signed-off-by: Stefan Roese <sr@denx.de>
71191
71192 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
71193 Author: Stefan Roese <sr@denx.de>
71194 Date:   Sat Dec 22 12:20:09 2007 +0100
71195
71196     ppc4xx: Move virtual address of POST cache test to bigger address
71197
71198     On Sequoia & LWMON5 the virtual address of the POST cache test is now
71199     moved to a bigger address. This enables usage of more memory on those
71200     boards.
71201
71202     Signed-off-by: Stefan Roese <sr@denx.de>
71203
71204 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
71205 Author: Stefan Roese <sr@denx.de>
71206 Date:   Sat Dec 22 12:18:26 2007 +0100
71207
71208     ppc4xx: Fix problem in 44x cache POST routine
71209
71210     As repoted by Larry Johnson, running "diag run cache" caused a crash
71211     in U-Boot. This problem was introduced by a patch that removed the
71212     TLB entry for the cache test after the test has completed. Since this
71213     TLB was only setup once, a 2nd attempt to run this cache test
71214     failed with a crash. Now this TLB entry is created every time the
71215     routine is called.
71216
71217     Signed-off-by: Stefan Roese <sr@denx.de>
71218
71219 commit b0265b576bb8fa9465f99e99c323768b562fadc2
71220 Author: Stefan Roese <sr@denx.de>
71221 Date:   Fri Dec 21 07:51:29 2007 +0100
71222
71223     ppc4xx: Update Makalu fdt support
71224
71225     Signed-off-by: Stefan Roese <sr@denx.de>
71226
71227 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
71228 Author: Stefan Roese <sr@denx.de>
71229 Date:   Wed Dec 19 09:05:40 2007 +0100
71230
71231     ppc4xx: Add fdt support to AMCC Katmai eval board
71232
71233     Signed-off-by: Stefan Roese <sr@denx.de>
71234
71235 commit 328a340392a5df9aaf00792be989df73e750859e
71236 Author: Stefan Roese <sr@denx.de>
71237 Date:   Tue Dec 18 08:44:51 2007 +0100
71238
71239     ppc4xx: fdt: Cleanup setup of cpu node setup
71240
71241     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
71242     without using the absolute path to the cpu node. This makes it possible
71243     to use this U-Boot version with both versions of cpu-node naming
71244     "cpu@0" and the former "PowerPC,440EPx@0".
71245
71246     Signed-off-by: Stefan Roese <sr@denx.de>
71247
71248 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
71249 Author: Stefan Roese <sr@denx.de>
71250 Date:   Mon Dec 17 17:26:21 2007 +0100
71251
71252     ppc4xx: Fix lwmon5 compilation problem
71253
71254     Now that the 440EPx ECC test is not board specific anymore
71255     remove this Makefile.
71256
71257     Signed-off-by: Stefan Roese <sr@denx.de>
71258
71259 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
71260 Author: Anatolij Gustschin <agustschin@t-online.de>
71261 Date:   Wed Dec 5 17:43:20 2007 +0100
71262
71263     Fix ppc4xx clear_bss() code
71264
71265     ppc4xx clear_bss() fails if BSS segment size is not
71266     divisible by 4 without remainder. This patch provides
71267     fix for this problem.
71268
71269     Signed-off-by: Anatolij Gustschin <agust@denx.de>
71270
71271 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
71272 Author: Niklaus Giger <niklausgiger@gmx.ch>
71273 Date:   Fri Nov 30 18:35:11 2007 +0100
71274
71275     PPC4xx: Minimal changes to add vxWorks support
71276
71277     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
71278
71279 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
71280 Author: Markus Klotzbücher <mk@denx.de>
71281 Date:   Fri Nov 23 13:09:18 2007 +0100
71282
71283     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
71284
71285     When using dhcp/bootp the "netmask" environment variable is not
71286     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
71287     desireable, so the following patch adds this this option to the board
71288     config.
71289
71290     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
71291     Signed-off-by: Stefan Roese <sr@denx.de>
71292
71293 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
71294 Author: Larry Johnson <lrj@arlinx.com>
71295 Date:   Sat Oct 27 12:48:15 2007 -0400
71296
71297     Fix/enhance ECC POST for 440EPx/GRx
71298
71299     This patch allows the ECC POST to be used for different boards with the
71300     PPC440 Denali SDRAM controller.  Modifications include skipping the test
71301     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
71302     to prevent timing errors.
71303
71304     Signed-off-by: Larry Johnson <lrj@acm.org>
71305
71306 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
71307 Author: Larry Johnson <lrj@arlinx.com>
71308 Date:   Sat Oct 27 12:48:05 2007 -0400
71309
71310     PPC4xx: Move/rename ECC POST for 440EPx/GRx
71311
71312     Signed-off-by: Larry Johnson <lrj@acm.org>
71313
71314 commit c29d2d3680046d430022c55e50fcb27f5866517e
71315 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71316 Date:   Fri Dec 14 11:20:33 2007 +0100
71317
71318     ppc4xx: use correct io accessors for 4xx ethernet POST
71319
71320     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71321
71322 commit ba79fde58a48c0a6ff8e2a96caba951594142203
71323 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71324 Date:   Fri Dec 14 11:19:56 2007 +0100
71325
71326     ppc4xx: fix flush + invalidate_dcache_range arguments
71327
71328     flush + invalidate_dcache_range() expect the start and stop+1 address.
71329     So the stop address is the first address behind (!) the range.
71330
71331     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71332
71333 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
71334 Author: Stefan Roese <sr@denx.de>
71335 Date:   Fri Dec 14 08:41:29 2007 +0100
71336
71337     ppc4xx: fdt: use fdt_fixup_ethernet()
71338
71339     By using aliases in the dts file, the ethernet node fixup is
71340     much easier with the recently added functions.
71341
71342     Please note that the dts file needs the aliases for this to work.
71343
71344     Signed-off-by: Stefan Roese <sr@denx.de>
71345
71346 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
71347 Author: Stefan Roese <sr@denx.de>
71348 Date:   Thu Dec 13 14:52:53 2007 +0100
71349
71350     ppc4xx: Bring 4xx fdt support up-to-date
71351
71352     This patch update the 4xx fdt support. It enabled fdt booting
71353     on the AMCC Kilauea and Sequoia for now. More can follow later
71354     quite easily.
71355
71356     Signed-off-by: Stefan Roese <sr@denx.de>
71357
71358 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
71359 Author: Stefan Roese <sr@denx.de>
71360 Date:   Thu Dec 27 07:50:54 2007 +0100
71361
71362     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
71363
71364     The check for an sufficiently erased destination was missing in the
71365     buffered write function of the cfi flash driver (when
71366     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
71367     writing to such a region will fail with the currect error message.
71368
71369     Signed-off-by: Stefan Roese <sr@denx.de>
71370
71371 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
71372 Author: Martin Krause <martin.krause@tqs.de>
71373 Date:   Mon Nov 12 10:56:17 2007 +0100
71374
71375     Some configuration updates for the TQM5200 based TB5200 board:
71376
71377     - enable command line history
71378     - increase malloc space (because of bigger flash sectors)
71379
71380     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71381
71382 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
71383 Author: Martin Krause <martin.krause@tqs.de>
71384 Date:   Thu Sep 27 11:10:08 2007 +0200
71385
71386     TQM8xx: use the CFI flash driver on all TQM8xx boards
71387
71388     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71389
71390 commit 11d9eec479b470eab9242ab937fca70a876d9376
71391 Author: Martin Krause <martin.krause@tqs.de>
71392 Date:   Wed Sep 26 17:55:56 2007 +0200
71393
71394     TQM885D: adjust for doubled flash sector size + some minor fixes
71395
71396     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71397
71398 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
71399 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
71400 Date:   Wed Sep 26 17:55:54 2007 +0200
71401
71402     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
71403
71404     CAS-Latency=2, Write Recovery Time tWR=2
71405     The max. supported bus frequency is 66 MHz. Therefore, changed
71406     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
71407
71408     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71409
71410 commit b988b8cd443989be65161888eea0127ad03f846f
71411 Author: Martin Krause <martin.krause@tqs.de>
71412 Date:   Wed Sep 26 17:55:56 2007 +0200
71413
71414     TQM885D: use calculated cpuclk instead of measuring it
71415
71416     On the TQM885D the measurement of cpuclk with the PIT reference
71417     timer ist not necessary. Since all module variants use the same
71418     external 10 MHz oscillator, the cpuclk only depends on the PLL
71419     configuration - which is readable by software.
71420
71421     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71422
71423 commit 492c7049869348d31168de8dad89651315e468e0
71424 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
71425 Date:   Thu Sep 27 14:54:46 2007 +0200
71426
71427     TQM885D: fix SDRAM refresh
71428
71429     At 133 MHz the current SDRAM refresh rate is too fast
71430     (measured 4 * 1.17 us).
71431     CFG_MAMR_PTA changes from 39 to 128. This result
71432     in a refresh rate of 4 * 7.8 us at the default clock
71433     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
71434     This is a compromise until a new method is found to
71435     adjust the refresh rate.
71436
71437     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71438
71439 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
71440 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
71441 Date:   Thu Sep 27 14:54:46 2007 +0200
71442
71443     TQM860M: Support for 10col SDRAMs, max. 128 MiB
71444
71445     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71446
71447 commit 61fb15c516fef5631e305f1976d7b3a679725856
71448 Author: Wolfgang Denk <wd@denx.de>
71449 Date:   Thu Dec 27 01:52:50 2007 +0100
71450
71451     Fix coding style issues; update CHANGELOG.
71452
71453     Signed-off-by: Wolfgang Denk <wd@denx.de>
71454
71455 commit 467bcee11fe26ad422f2de971aa70866079870f2
71456 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71457 Date:   Fri Dec 14 15:36:18 2007 +0100
71458
71459     cfi_flash: Add manufacturer-specific fixups
71460
71461     Run fixups based on the JEDEC manufacturer ID independent of the
71462     command set ID.
71463
71464     This changes current behaviour: Previously, geometry reversal for AMD
71465     chips were done based on the command set ID, while they are now done
71466     based on the JEDEC manufacturer and device ID.
71467
71468     Also add fixup for top-boot Atmel chips. A fixup is needed for
71469     AT49BV6416(T) too, but since u-boot currently only reads the low byte
71470     of the device ID, there's no way to tell it apart from AT49BV642D,
71471     which should not have this fixup. Since AT49BV642D support is
71472     necessary to get ATNGW100 board support into mainline, I've commented
71473     out the fixup for now.
71474
71475     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71476
71477 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
71478 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71479 Date:   Fri Dec 14 15:36:17 2007 +0100
71480
71481     cfi_flash: Add cmdset-specific init functions
71482
71483     Move things like reading JEDEC IDs and fixing up geometry reversal
71484     into separate functions. The geometry reversal fixup is now performed
71485     by altering the qry structure directly, which makes the sector init
71486     code slightly cleaner.
71487
71488     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71489
71490 commit e23741f4a6d8047520ef0d4971762749b3587d32
71491 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71492 Date:   Fri Dec 14 15:36:16 2007 +0100
71493
71494     cfi_flash: Read whole QRY structure in one go
71495
71496     Read out the whole CFI Standard Query structure after successful cfi
71497     identification. This allows subsequent code to access this information
71498     directly without having to go through flash_read_uchar() and friends.
71499
71500     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71501
71502 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
71503 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71504 Date:   Mon Dec 17 11:02:44 2007 +0100
71505
71506     AVR32: Fix logic inversion in disable_interrupts()
71507
71508     disable_interrupts() should return nonzero if interrupts were
71509     _enabled_ before, not disabled.
71510
71511     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71512
71513 commit acac475212cbedb17b321a363a1c878e2b47b37f
71514 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71515 Date:   Fri Dec 14 16:51:22 2007 +0100
71516
71517     AVR32: Enable interrupts at bootup
71518
71519     The timer code depends on the timer interrupt to keep track of the
71520     upper 32 bits of the cycle counter. This obviously doesn't work when
71521     interrupts are disabled the whole time.
71522
71523     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71524
71525 commit 9570bcd87f4db255514f43b6701746c412f8fef0
71526 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71527 Date:   Thu Nov 15 10:03:45 2007 +0100
71528
71529     AVR32: Fix wrong pin setup for USART3
71530
71531     As reported by Gerhard Berghofer:
71532
71533     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
71534     instead of PB18 and PB19.
71535
71536     which is obviously correct. There's currently no code that uses
71537     USART3, but custom boards may run into problems.
71538
71539     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71540
71541 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
71542 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71543 Date:   Thu Nov 1 12:44:20 2007 +0100
71544
71545     README: Remove ATSTK1000 daughterboard list
71546
71547     As noted by Kim Phillips, these lists tend to become out of date.
71548
71549     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71550
71551 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
71552 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71553 Date:   Tue Oct 30 14:56:36 2007 +0100
71554
71555     Add ATSTK100[234] to MAINTAINERS
71556
71557     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
71558     "mother". Also update the entry for ATSTK1000 to be not only about the
71559     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
71560
71561     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71562
71563 commit 64ff2357b1727213803591813dbc779c924bf772
71564 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71565 Date:   Mon Oct 29 13:02:54 2007 +0100
71566
71567     AVR32: Add support for the ATSTK1004 board
71568
71569     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
71570     which is a derivative of AT32AP7000.
71571
71572     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71573
71574 commit 667568db157f374b85abd7e03596ddd1f0b25681
71575 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71576 Date:   Mon Oct 29 13:02:54 2007 +0100
71577
71578     AVR32: Add support for the ATSTK1003 board
71579
71580     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
71581     which is a derivative of AT32AP7000.
71582
71583     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71584
71585 commit 5fee84a794a51ec830548cda485a770efb018b92
71586 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71587 Date:   Mon Oct 29 13:23:33 2007 +0100
71588
71589     AVR32: Make some AT32AP700x peripherals optional
71590
71591     Add a chip-features file providing definitions of the form
71592
71593     AT32AP700x_CHIP_HAS_<peripheral>
71594
71595     to indicate the availability of the given peripheral on the currently
71596     selected chip.
71597
71598     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71599
71600 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
71601 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71602 Date:   Mon Oct 29 13:09:56 2007 +0100
71603
71604     AVR32: Rename at32ap7000 -> at32ap700x
71605
71606     The SoC-specific code for all the AT32AP700x CPUs is practically
71607     identical; the only difference is that some chips have less features
71608     than others. By doing this rename, we can add support for the AP7000
71609     derivatives simply by making some features conditional.
71610
71611     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71612
71613 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
71614 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71615 Date:   Fri Jun 29 18:22:34 2007 +0200
71616
71617     atmel_mci: Show SR when block read fails
71618
71619     Show controller status as well as card status when an error occurs
71620     during block read.
71621
71622     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71623
71624 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
71625 Author: Stefan Roese <sr@denx.de>
71626 Date:   Thu Dec 13 14:52:53 2007 +0100
71627
71628     ppc4xx: Bring 4xx fdt support up-to-date
71629
71630     This patch update the 4xx fdt support. It enabled fdt booting
71631     on the AMCC Kilauea and Sequoia for now. More can follow later
71632     quite easily.
71633
71634     Signed-off-by: Stefan Roese <sr@denx.de>
71635
71636 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
71637 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71638 Date:   Thu Dec 13 12:56:34 2007 +0100
71639
71640     cfi_flash: Use map_physmem() and unmap_physmem()
71641
71642     Use map_physmem() and unmap_physmem() to convert from physical to
71643     virtual addresses. This gives the arch a chance to provide an uncached
71644     mapping for flash accesses.
71645
71646     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71647
71648 commit 4d7d6936eb29af7cca330937808312aa5f61454d
71649 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71650 Date:   Thu Dec 13 12:56:33 2007 +0100
71651
71652     Introduce map_physmem() and unmap_physmem()
71653
71654     map_physmem() returns a virtual address which can be used to access a
71655     given physical address without involving the cache. unmap_physmem()
71656     should be called when the virtual address returned by map_physmem() is
71657     no longer needed.
71658
71659     This patch adds a stub implementation which simply returns the
71660     physical address cast to a uchar * for all architectures except AVR32,
71661     which converts the physical address to an uncached virtual mapping.
71662     unmap_physmem() is a no-op on all architectures, but if any
71663     architecture needs to do such mappings through the TLB, this is the
71664     hook where those TLB entries can be invalidated.
71665
71666     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71667
71668 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
71669 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71670 Date:   Thu Dec 13 12:56:32 2007 +0100
71671
71672     cfi_flash: Introduce read and write accessors
71673
71674     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
71675     them to access the flash memory. This makes it clearer when the flash
71676     is actually being accessed; merely dereferencing a volatile pointer
71677     looks just like any other kind of access.
71678
71679     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71680
71681 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
71682 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71683 Date:   Thu Dec 13 12:56:31 2007 +0100
71684
71685     Implement __raw_{read,write}[bwl] on all architectures
71686
71687     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
71688     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
71689     from Linux.
71690
71691     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71692
71693 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
71694 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71695 Date:   Sat Oct 6 18:55:36 2007 +0200
71696
71697     cfi_flash: Reorder functions and eliminate extra prototypes
71698
71699     Reorder the functions in cfi_flash.c so that each function only uses
71700     functions that have been defined before it. This allows the static
71701     prototype declarations near the top to be eliminated and might allow
71702     gcc to do a better job inlining functions.
71703
71704     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71705
71706 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
71707 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71708 Date:   Thu Dec 13 12:56:29 2007 +0100
71709
71710     cfi_flash: Make some needlessly global functions static
71711
71712     Make functions not declared in any header file static.
71713
71714     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71715
71716 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
71717 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71718 Date:   Thu Dec 13 12:56:28 2007 +0100
71719
71720     cfi_flash: Break long lines
71721
71722     This patch tries to keep all lines in the cfi_flash driver below 80
71723     columns. There are a few lines left which don't fit this requirement
71724     because I couldn't find any trivial way to break them (i.e. it would
71725     take some restructuring, which I intend to do in a later patch.)
71726
71727     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71728
71729 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
71730 Author: Bartlomiej Sieka <tur@semihalf.com>
71731 Date:   Tue Dec 11 13:59:57 2007 +0100
71732
71733     CFI: synchronize command offsets with Linux CFI driver
71734
71735     Fixes non-working CFI Flash on the Inka4x0 board.
71736
71737     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
71738
71739 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
71740 Author: Kumar Gala <galak@kernel.crashing.org>
71741 Date:   Fri Dec 7 12:17:34 2007 -0600
71742
71743     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
71744
71745     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
71746     (MPC8544DS, MPC8548CDS, MPC8568MDS).
71747
71748     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71749
71750 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
71751 Author: Kumar Gala <galak@kernel.crashing.org>
71752 Date:   Fri Dec 7 12:04:30 2007 -0600
71753
71754     Update Freescale MPC85xx ADS/CDS/MDS board config
71755
71756     * Enabled CONFIG_CMD_ELF
71757
71758     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71759
71760 commit d435793229ce29a42797c1edc39f5b34f987f91a
71761 Author: Kumar Gala <galak@kernel.crashing.org>
71762 Date:   Fri Dec 7 04:59:26 2007 -0600
71763
71764     Handle Asynchronous DDR clock on 85xx
71765
71766     The MPC8572 introduces the concept of an asynchronous DDR clock with
71767     regards to the platform clock.
71768
71769     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
71770     mode.
71771
71772     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71773
71774 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
71775 Author: Kumar Gala <galak@kernel.crashing.org>
71776 Date:   Thu Nov 29 10:34:28 2007 -0600
71777
71778     Update Freescale MPC85xx ADS/CDS/MDS board config
71779
71780     * Removed some misc environment setup
71781     * Enabled CONFIG_CMDLINE_EDITING
71782
71783     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71784
71785 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
71786 Author: Kumar Gala <galak@kernel.crashing.org>
71787 Date:   Thu Nov 29 10:47:44 2007 -0600
71788
71789     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
71790
71791     Minor path corrections needed to ensure buildability.
71792
71793     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71794
71795 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
71796 Author: Kumar Gala <galak@kernel.crashing.org>
71797 Date:   Thu Nov 29 10:16:18 2007 -0600
71798
71799     Move the MPC8540 ADS board under board/freescale.
71800
71801     Minor path corrections needed to ensure buildability.
71802
71803     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71804
71805 commit 870ceac5b3a3486c109396e005af81ae762b5710
71806 Author: Kumar Gala <galak@kernel.crashing.org>
71807 Date:   Thu Nov 29 10:14:50 2007 -0600
71808
71809     Move the MPC8560 ADS board under board/freescale.
71810
71811     Minor path corrections needed to ensure buildability.
71812
71813     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71814
71815 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
71816 Author: Kumar Gala <galak@kernel.crashing.org>
71817 Date:   Thu Nov 29 10:13:47 2007 -0600
71818
71819     Move the MPC8568 MDS board under board/freescale.
71820
71821     Minor path corrections needed to ensure buildability.
71822
71823     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71824
71825 commit a853d56c59b33415304531443633808736acfc6e
71826 Author: Kumar Gala <galak@kernel.crashing.org>
71827 Date:   Thu Nov 29 02:18:59 2007 -0600
71828
71829     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
71830
71831     We already had defines for LAWAR_TRGT_IF_* that we should use
71832     rather than creating new ones.  Also, added some missing defines for
71833     PCIE targets.
71834
71835     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71836
71837 commit 04db400892da37b76a585e332a0c137954ad2015
71838 Author: Kumar Gala <galak@kernel.crashing.org>
71839 Date:   Thu Nov 29 02:10:09 2007 -0600
71840
71841     Stop using immap_t on 85xx
71842
71843     In the future the offsets to various blocks may not be in same location.
71844     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
71845     instead of getting it via &immap.
71846
71847     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71848
71849 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
71850 Author: Kumar Gala <galak@kernel.crashing.org>
71851 Date:   Thu Nov 29 01:23:09 2007 -0600
71852
71853     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
71854
71855     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71856
71857 commit c480861bf000156e6a3e932c258db59ff2212dd3
71858 Author: Kumar Gala <galak@kernel.crashing.org>
71859 Date:   Thu Nov 29 01:06:19 2007 -0600
71860
71861     Update MPC8568 MDS to use libfdt
71862
71863     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
71864     ethernet, pci, and serial for the various fixups that are done.
71865
71866     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71867
71868 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
71869 Author: Haiying Wang <Haiying.Wang@freescale.com>
71870 Date:   Wed Nov 14 15:52:06 2007 -0500
71871
71872     Add PCI Express support on MPC8568MDS
71873
71874     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
71875     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71876
71877 commit b90d25497625b90ffa3f2911a0895ca237556ff5
71878 Author: Kumar Gala <galak@kernel.crashing.org>
71879 Date:   Thu Nov 29 00:11:44 2007 -0600
71880
71881     Update MPC85xx CDS to use libfdt
71882
71883     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
71884     ethernet, pci, and serial for the various fixups that are done.
71885
71886     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71887
71888 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
71889 Author: Kumar Gala <galak@kernel.crashing.org>
71890 Date:   Wed Nov 28 22:54:27 2007 -0600
71891
71892     Update MPC8540 ADS to use libfdt
71893
71894     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
71895     ethernet, pci, and serial for the various fixups that are done.
71896
71897     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71898
71899 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
71900 Author: Kumar Gala <galak@kernel.crashing.org>
71901 Date:   Wed Nov 28 22:40:31 2007 -0600
71902
71903     Update MPC8560 ADS to use libfdt
71904
71905     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
71906     ethernet, pci, and serial for the various fixups that are done.
71907
71908     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71909
71910 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
71911 Author: Kumar Gala <galak@kernel.crashing.org>
71912 Date:   Wed Nov 28 00:36:33 2007 -0600
71913
71914     Stop using immap_t for cpm offset on 85xx
71915
71916     In the future the offsets to various blocks may not be in same location.
71917     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
71918     instead of getting it via &immap->im_cpm.
71919
71920     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71921
71922 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
71923 Author: Kumar Gala <galak@kernel.crashing.org>
71924 Date:   Tue Nov 27 23:25:02 2007 -0600
71925
71926     Stop using immap_t for guts offset on 85xx
71927
71928     In the future the offsets to various blocks may not be in same location.
71929     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
71930     instead of getting it via &immap->im_gur.
71931
71932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71933
71934 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
71935 Author: Kumar Gala <galak@kernel.crashing.org>
71936 Date:   Tue Nov 27 22:42:34 2007 -0600
71937
71938     Update MPC8544 DS config
71939
71940     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
71941     * Removed some misc environment setup
71942     * Moved to using fdtfile & fdtaddr as fdt env var names
71943     * Enabled CONFIG_CMDLINE_EDITING
71944
71945     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71946
71947 commit addce57e2e4c49e77ffb2020a84690713bb18b47
71948 Author: Kumar Gala <galak@kernel.crashing.org>
71949 Date:   Mon Nov 26 17:12:24 2007 -0600
71950
71951     Update MPC8544DS to use libfdt
71952
71953     Updated the MPC8544DS config to use libfdt and assume use of aliases for
71954     ethernet, pci, and serial for the various fixups that are done.
71955
71956     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71957
71958 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
71959 Author: Kumar Gala <galak@kernel.crashing.org>
71960 Date:   Thu Nov 29 00:15:30 2007 -0600
71961
71962     Add libfdt based ft_cpu_setup for mpc85xx
71963
71964     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71965
71966 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
71967 Author: Stefan Roese <sr@denx.de>
71968 Date:   Tue Dec 11 13:38:19 2007 +0100
71969
71970     ppc4xx: Correct GPIO offset in gpio_config()
71971
71972     Thanks to Gary Jennejohn for pointing this out.
71973
71974     Signed-off-by: Stefan Roese <sr@denx.de>
71975
71976 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
71977 Author: Stefan Roese <sr@denx.de>
71978 Date:   Tue Dec 11 11:46:01 2007 +0100
71979
71980     rtc: Fix merging problem
71981
71982     Signed-off-by: Stefan Roese <sr@denx.de>
71983
71984 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
71985 Author: Stefan Roese <sr@denx.de>
71986 Date:   Sat Dec 8 14:47:34 2007 +0100
71987
71988     ppc4xx: 405EX: Correctly enable USB pins
71989
71990     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
71991     function control) registers. This is done for the AMCC Kilauea and
71992     Makalu eval boards.
71993
71994     Signed-off-by: Stefan Roese <sr@denx.de>
71995
71996 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
71997 Author: Stefan Roese <sr@denx.de>
71998 Date:   Sat Dec 8 08:25:09 2007 +0100
71999
72000     CFI: Coding style cleanup
72001
72002     Signed-off-by: Stefan Roese <sr@denx.de>
72003
72004 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
72005 Author: Michael Schwingen <michael@schwingen.org>
72006 Date:   Fri Dec 7 23:35:02 2007 +0100
72007
72008     CFI: support JEDEC flash roms in CFI-flash framework
72009
72010     The following patch adds support for non-CFI flash ROMS, by hooking into the
72011     CFI flash code and using most of its code, as recently discussed here in the
72012     thread "Mixing CFI and non-CFI flashs".
72013
72014     Signed-off-by: Michael Schwingen <michael@schwingen.org>
72015     Signed-off-by: Stefan Roese <sr@denx.de>
72016
72017 commit c01b17dd856fa120b2970f50d9598546a4927ec3
72018 Author: Gerald Van Baren <vanbaren@cideas.com>
72019 Date:   Wed Nov 28 21:24:50 2007 -0500
72020
72021     Conditionally compile fdt_fixup_ethernet()
72022
72023     Fix compiler warnings: On boards that don't have ethernets defined,
72024     don't compile fdt_fixup_ethernet().
72025
72026 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
72027 Author: Kumar Gala <galak@kernel.crashing.org>
72028 Date:   Tue Nov 27 21:59:46 2007 -0600
72029
72030     Convert boards that set memory node to use fdt_fixup_memory()
72031
72032     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72033
72034 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
72035 Author: Kumar Gala <galak@kernel.crashing.org>
72036 Date:   Mon Nov 26 17:06:15 2007 -0600
72037
72038     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
72039
72040     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
72041     determine which serial alias we should set linux,stdout-path to.
72042
72043     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72044
72045 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
72046 Author: Kumar Gala <galak@kernel.crashing.org>
72047 Date:   Mon Nov 26 14:57:45 2007 -0600
72048
72049     Add common memory fixup function
72050
72051     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
72052
72053     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72054
72055 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
72056 Author: Kumar Gala <galak@kernel.crashing.org>
72057 Date:   Mon Nov 26 11:19:12 2007 -0600
72058
72059     Conditionally compile fdt_support.c
72060
72061     Modify common/Makefile to conditionally compile fdt_support.c based
72062     on CONFIG_OF_LIBFDT.
72063
72064     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72065
72066 commit d88e7ba0980773479e1a64badb293116071b7ef0
72067 Author: Kumar Gala <galak@kernel.crashing.org>
72068 Date:   Mon Nov 26 10:41:40 2007 -0600
72069
72070     Fix build breakage due to libfdt import
72071
72072     The IDS8247 got lost in the update and need an API update
72073     do to rename of functions in libfdt.
72074
72075     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72076
72077 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
72078 Author: Gerald Van Baren <vanbaren@cideas.com>
72079 Date:   Fri Nov 23 19:43:20 2007 -0500
72080
72081     Add spaces around the = in the fdt print format.
72082
72083     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72084
72085 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
72086 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72087 Date:   Fri Dec 7 01:25:38 2007 +0900
72088
72089     sh: Moved driver of the SuperH dependence
72090
72091     The composition of the directory in the drivers/ changed.
72092     I moved SuperH serial driver and marubun PCMCIA driver.
72093
72094     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72095
72096 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
72097 Author: Wolfgang Denk <wd@denx.de>
72098 Date:   Thu Dec 6 10:21:19 2007 +0100
72099
72100     Release v1.3.1
72101
72102     Signed-off-by: Wolfgang Denk <wd@denx.de>
72103
72104 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
72105 Author: Wolfgang Denk <wd@denx.de>
72106 Date:   Thu Dec 6 10:21:03 2007 +0100
72107
72108     ADS5121 Board: fix compile problem.
72109
72110     Signed-off-by: Wolfgang Denk <wd@denx.de>
72111
72112 commit a27044b14a9e93678a82d7b35f202b93e7687abc
72113 Author: Stefan Roese <sr@denx.de>
72114 Date:   Thu Dec 6 05:58:43 2007 +0100
72115
72116     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
72117
72118     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
72119     setting the FIXD bit in the SDR0_MFR register. Here a description of the
72120     symptoms:
72121
72122     Problem Description
72123     ------------------------------
72124     If a DMA is performed between memory and PCI with the DMA 1 Controller
72125     using prefetch, and as a result uses a special purpose buffer selected by
72126     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
72127     the first part of the transfer sequence is performed twice. The
72128     PPC440SPe PCI Controller requests more data than was needed such that in
72129     the case of enforce memory protection, a host CPU  exception can occur.
72130     No data is corrupted, because data transfer is stopped in the PCI
72131     Controller. Prefetch enable is specified by setting DMA Configuration
72132     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
72133
72134     Behavior that may be observed in a running system
72135     ---------------------------------------------------------------------------
72136
72137     1. DMA performance is decreased because of the double access on the PCI bus
72138     interface.
72139     2. If an illegal access to some address on the PCI bus is detected at the
72140     system level, a machine check or similar system error may occur.
72141
72142     Workarounds Available
72143     ----------------------------------
72144
72145     1. Do not program prefetch. Note that a prefetch command cannot be programmed
72146     without selecting a special purpose buffer.
72147     2. To avoid crossing a physical boundary of the PCI slave device, add 512
72148     bytes of address to the PCI address range.
72149
72150     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
72151     from AMCC and slighly changed.
72152
72153     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
72154     Signed-off-by: Stefan Roese <sr@denx.de>
72155
72156 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
72157 Author: Stefan Roese <sr@denx.de>
72158 Date:   Tue Dec 4 16:29:48 2007 +0100
72159
72160     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
72161
72162     Signed-off-by: Stefan Roese <sr@denx.de>
72163
72164 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
72165 Author: Wolfgang Denk <wd@denx.de>
72166 Date:   Mon Dec 3 00:15:28 2007 +0100
72167
72168     Prepare for 1.3.1-rc1
72169
72170     Signed-off-by: Wolfgang Denk <wd@denx.de>
72171
72172 commit e15e33433e7c05111968dc9b434a52fd42cbd221
72173 Author: Stefan Roese <sr@denx.de>
72174 Date:   Fri Nov 30 07:15:41 2007 +0100
72175
72176     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
72177
72178     This manual PCIe reset triggering solves the problem seen with the
72179     Intel EPRO/1000 card, which was not detected (link not established)
72180     upon power-up reset.
72181
72182     Signed-off-by: Stefan Roese <sr@denx.de>
72183
72184 commit 260eea5676ca46903a335686cc020b29c4ca46fe
72185 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72186 Date:   Thu Nov 29 01:21:54 2007 +0900
72187
72188     sh: Add SuperH boards maintainer to MAINTAINERS file
72189
72190     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
72191
72192     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72193
72194 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
72195 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72196 Date:   Thu Nov 29 00:13:04 2007 +0900
72197
72198     sh: Add ms7750se support in MAKEALL
72199
72200     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72201
72202 commit c7144373427a178332bf9754131c8c34c52c200a
72203 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72204 Date:   Tue Nov 27 09:44:53 2007 +0100
72205
72206     sh: Add sh3 and sh4 support in MAKEALL
72207
72208     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72209     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72210
72211 commit 130080874a3d28450098481a262c5f7c855e908d
72212 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72213 Date:   Sun Nov 25 02:51:17 2007 +0900
72214
72215     sh: Add document for SuperH.
72216
72217     This document is a summary of information concerning SuperH of U-Boot.
72218
72219     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72220
72221 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
72222 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72223 Date:   Sun Nov 25 02:39:31 2007 +0900
72224
72225     sh: Add marubun's pcmcia driver
72226
72227     Marubun pcmcia is a chip for PCMCIA used with SuperH.
72228     Of course, this can be used even by other architectures.
72229     When use this driver, came to be able to use CompactFlash
72230     and Ethernet.
72231
72232     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72233
72234 commit febd86b969b975289ed948f1ac0eb9722da41ced
72235 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72236 Date:   Sun Nov 25 02:32:13 2007 +0900
72237
72238     sh: Update SuperH SCIF driver
72239
72240     - Changed volatile unsigned to vu_.
72241     - Changed Makefile for kconfig.
72242
72243     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
72244
72245 commit 8be760903645af09871be50ad0a6f9ebb62b311d
72246 Author: Stefan Roese <sr@denx.de>
72247 Date:   Tue Nov 27 11:57:35 2007 +0100
72248
72249     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
72250
72251     After an error in the AMCC 405EX users manual now correctly configure
72252     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
72253     usage.
72254
72255     Signed-off-by: Stefan Roese <sr@denx.de>
72256
72257 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
72258 Author: Wolfgang Denk <wd@denx.de>
72259 Date:   Mon Nov 26 19:18:21 2007 +0100
72260
72261     Cleanup coding style; update CHANGELOG
72262
72263     Signed-off-by: Wolfgang Denk <wd@denx.de>
72264
72265 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
72266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72267 Date:   Sun Nov 25 22:39:25 2007 +0100
72268
72269     MAKEALL: add missing 512x boards in ppc
72270
72271     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72272
72273 commit a340c325e668ca7386c2276387681720be9c3757
72274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72275 Date:   Sun Nov 25 18:45:47 2007 +0100
72276
72277     Makefile : fix tags ctags etags with new drivers organization
72278
72279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72280
72281 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
72282 Author: Stefan Roese <sr@denx.de>
72283 Date:   Mon Nov 26 15:06:14 2007 +0100
72284
72285     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
72286
72287     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
72288     operation.
72289
72290     Signed-off-by: Stefan Roese <sr@denx.de>
72291
72292 commit ca1ce226287270bb01e25b8e3674c701f12edf19
72293 Author: Stefan Roese <sr@denx.de>
72294 Date:   Mon Nov 26 15:01:45 2007 +0100
72295
72296     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
72297
72298     Signed-off-by: Stefan Roese <sr@denx.de>
72299
72300 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
72301 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72302 Date:   Sun Nov 25 18:45:47 2007 +0100
72303
72304     Makefile : fix tags ctags etags with new drivers organization
72305
72306     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72307
72308 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
72309 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72310 Date:   Sat Nov 24 21:26:56 2007 +0100
72311
72312     drivers/mtd : move mtd drivers to drivers/mtd
72313
72314     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72315
72316 commit 318c0b90431f2648552e5ade78833f42652ce859
72317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72318 Date:   Sat Nov 24 21:17:55 2007 +0100
72319
72320     drivers/misc : move misc drivers to drivers/misc
72321
72322     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72323
72324 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
72325 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72326 Date:   Sat Nov 24 21:13:59 2007 +0100
72327
72328     drivers/block : move block drivers to drivers/block
72329
72330     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72331
72332 commit 0c698dcaa70275eb8814f665b545547cee013892
72333 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72334 Date:   Sat Nov 24 20:59:50 2007 +0100
72335
72336     drivers/rtc : move rtc drivers to drivers/rtc
72337
72338     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72339
72340 commit f868cc5a50757d94f36c312395481cb0f187d9e6
72341 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72342 Date:   Sat Nov 24 20:14:44 2007 +0100
72343
72344     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
72345
72346     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72347
72348 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
72349 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72350 Date:   Sat Nov 24 19:46:45 2007 +0100
72351
72352     drivers/input : move input drivers to drivers/input
72353
72354     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72355
72356 commit e4558666293364fc3af1c1d9381ca933fa0f1275
72357 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72358 Date:   Sat Nov 24 19:40:11 2007 +0100
72359
72360     drivers/usb : move usb drivers to drivers/usb
72361
72362     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72363
72364 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
72365 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72366 Date:   Sat Nov 24 19:33:38 2007 +0100
72367
72368     drivers/serial : move serial drivers to drivers/serial
72369
72370     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72371
72372 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
72373 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72374 Date:   Wed Nov 21 21:19:24 2007 +0100
72375
72376     drivers/net : move net drivers to drivers/net
72377
72378     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72379
72380 commit 352d259130b349fe9593b8dada641bd78a9659e5
72381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72382 Date:   Tue Nov 20 20:41:48 2007 +0100
72383
72384     drivers/video : move video drivers to drivers/video
72385
72386     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72387
72388 commit 73646217186aa17afc8e305c5f06f06dd335eaad
72389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72390 Date:   Tue Nov 20 20:33:09 2007 +0100
72391
72392     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
72393
72394     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72395
72396 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
72397 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72398 Date:   Tue Nov 20 20:28:09 2007 +0100
72399
72400     drivers/pci : move pci drivers to drivers/pci
72401
72402     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72403
72404 commit 9162352817579840d7802da6d85872b3ca003c97
72405 Author: Gerald Van Baren <vanbaren@cideas.com>
72406 Date:   Thu Nov 22 17:23:23 2007 -0500
72407
72408     Fix fdt printing for updated libfdt
72409
72410     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
72411
72412     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72413
72414 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
72415 Author: Kumar Gala <galak@kernel.crashing.org>
72416 Date:   Wed Nov 21 13:30:15 2007 -0600
72417
72418     Add additional fdt fixup helper functions
72419
72420     Added the following fdt fixup helpers:
72421      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
72422      * do_fixup_by_compat{_u32} - Find matching nodes by compat
72423
72424     The _u32 variants work the same only the property they are setting
72425     is know to be a 32-bit integer instead of a byte buffer.
72426
72427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72428
72429 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
72430 Author: Kumar Gala <galak@kernel.crashing.org>
72431 Date:   Wed Nov 21 11:11:03 2007 -0600
72432
72433     Add fdt_fixup_ethernet helper to set mac addresses
72434
72435     Added a fixup helper that uses aliases to set mac addresses
72436     in the device tree based on the bd_t
72437
72438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72439
72440 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
72441 Author: Kumar Gala <galak@kernel.crashing.org>
72442 Date:   Wed Nov 21 14:07:46 2007 -0600
72443
72444     Fix warnings from import of libfdt
72445
72446     cmd_fdt.c: In function fdt_print:
72447     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
72448     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
72449     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
72450     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
72451
72452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72453
72454 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
72455 Author: Kumar Gala <galak@kernel.crashing.org>
72456 Date:   Wed Oct 24 11:04:22 2007 -0500
72457
72458     Update libfdt from device tree compiler (dtc)
72459
72460     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
72461     the device tree compiler (dtc) project.
72462
72463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72464
72465 commit e93becf80d732b64aef81b23e8b6ece02c40533d
72466 Author: Kumar Gala <galak@kernel.crashing.org>
72467 Date:   Sat Nov 3 19:46:28 2007 -0500
72468
72469     Move do_fixup* for libfdt into common code
72470
72471     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
72472     into common/fdt_support.c and renamed:
72473
72474     do_fixup()  -> do_fixup_by_path()
72475     do_fixup_u32()      -> do_fixup_by_path_u32()
72476
72477     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72478
72479 commit f738b4a75998f42a7408defadc9baac7a31c92db
72480 Author: Kumar Gala <galak@kernel.crashing.org>
72481 Date:   Thu Oct 25 16:15:07 2007 -0500
72482
72483     Make no options to fdt print default to '/'
72484
72485     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72486
72487 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
72488 Author: Kumar Gala <galak@kernel.crashing.org>
72489 Date:   Wed Oct 24 10:21:57 2007 -0500
72490
72491     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
72492
72493     Removed:
72494         fdt_node_is_compatible
72495         fdt_find_node_by_type
72496         fdt_find_compatible_node
72497
72498     To ease merge of newer libfdt as we aren't using them anywhere at this time.
72499
72500     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
72501     reason.
72502
72503     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72504
72505 commit 98e2867cc85409b919f862e6c16026461ec955df
72506 Author: Grant Likely <grant.likely@secretlab.ca>
72507 Date:   Wed Nov 21 09:19:37 2007 -0700
72508
72509     [BUILD] Remove libraries when updating autoconf.mk
72510
72511     Fix library problems caused by conditional compilation.  Using
72512     autoconf.mk to decide which files to compile has caused a problem when
72513     changing configuration from one board to another without clearing out
72514     the library (*.a) files.
72515
72516     It used to be that the linker was always passed the same list of .o
72517     files when building the .a files.  However, that is not longer true
72518     with conditional compilation.  Now, a different board config will have
72519     a different file list passed to the linker.  The problem occurs when
72520     a library has already been built and the board config is changed.
72521
72522     Since the linker will update instead of replace a preexisting library,
72523     then if the file list changes to remove some object files the old
72524     objects will still exist in the library.
72525
72526     The solution is to remove all old library files when autoconf.mk is
72527     made.
72528
72529     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72530
72531 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
72532 Author: Kumar Gala <galak@kernel.crashing.org>
72533 Date:   Wed Nov 21 08:49:50 2007 -0600
72534
72535     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
72536
72537     Modify libfdt/Makefile to conditionally compile the *.c files based
72538     on the board config.
72539
72540     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72541
72542 commit 4a43719a7738712811d822ca8125427b27a55cdc
72543 Author: Grant Likely <grant.likely@secretlab.ca>
72544 Date:   Mon Sep 24 09:05:31 2007 -0600
72545
72546     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
72547
72548     Modify common/Makefile to conditionally compile the cmd_*.c files based
72549     on the board config.
72550
72551     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72552
72553 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
72554 Author: Grant Likely <grant.likely@secretlab.ca>
72555 Date:   Mon Sep 24 09:05:31 2007 -0600
72556
72557     [BUILD] Generate include/autoconf.mk from board config files
72558
72559     Use cpp and sed to postprocess config.h and import the defined values
72560     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
72561     give 'make' access to the board configuration.
72562
72563     Doing this enables conditional compilation at the Makefile level instead
72564     of by wrapping every .c file with #ifdef/#endif wrappers.
72565
72566     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72567
72568 commit 68b88999da87ab88e71e1306192905be3450198e
72569 Author: Jon Loeliger <jdl@freescale.com>
72570 Date:   Tue Nov 20 15:02:26 2007 -0600
72571
72572     8610HPCD: Enable the 8610 Display Interface Unit
72573
72574     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72575
72576 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
72577 Author: Jon Loeliger <jdl@freescale.com>
72578 Date:   Tue Nov 20 15:00:53 2007 -0600
72579
72580     Move 8610 DIU interface structure definitions to header file.
72581
72582     These two structures are still needed during the
72583     initialization and setup of the DIU hardware.
72584     So move them to the fsl_diu_fb.h file for now.
72585     Official "blah".
72586
72587     Noticed-by: York Sun <yorksun@freescale.com>
72588     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72589
72590 commit 080c646dbf474a109c3f85718fb01ce042a38c45
72591 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72592 Date:   Tue Nov 20 20:14:18 2007 +0100
72593
72594     drivers/i2c : move i2c drivers to drivers/i2c
72595
72596     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72597
72598 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
72599 Author: Wolfgang Denk <wd@denx.de>
72600 Date:   Mon Nov 19 22:20:24 2007 +0100
72601
72602     Prepare for 1.3.0 release.
72603
72604     Signed-off-by: Wolfgang Denk <wd@denx.de>
72605
72606 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
72607 Author: Haiying Wang <Haiying.Wang@freescale.com>
72608 Date:   Mon Nov 19 10:02:13 2007 -0500
72609
72610     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
72611
72612     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
72613
72614     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
72615
72616 commit f8c320609366176b31104d9bf5e295232e1c7f1d
72617 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
72618 Date:   Mon Nov 19 11:14:16 2007 +0900
72619
72620     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
72621
72622     lowlevel_init.S: Assembler messages:
72623     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
72624
72625     Looking at codes, the `memtest' and `clearmem' are intentional mixed
72626     use of `global symbols' and `label' for debugging purpose. To make it
72627     build, just disable global-symbols-use for now. As a result `memtest'
72628     still remains as unused, but leave it be...
72629
72630     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
72631
72632 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
72633 Author: Wolfgang Denk <wd@denx.de>
72634 Date:   Mon Nov 19 12:59:14 2007 +0100
72635
72636     Fix build problems with mp2usb board
72637
72638     Signed-off-by: Wolfgang Denk <wd@denx.de>
72639
72640 commit 6bf4c686afca1e86e1c384d59218f914605713bf
72641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72642 Date:   Sun Nov 18 18:36:11 2007 +0100
72643
72644     s3c24x0: Fix usb_ohci.c missing in Makefile
72645     and usb_ohci.c warning differ in signedness
72646
72647     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72648
72649 commit 6073f61e078da5ddb521b56256bcc36508589883
72650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72651 Date:   Sun Nov 18 12:55:02 2007 +0100
72652
72653     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
72654
72655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72656
72657 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
72658 Author: Wolfgang Denk <wd@denx.de>
72659 Date:   Sun Nov 18 17:11:09 2007 +0100
72660
72661     Fix compiler warnings for ARM systems.
72662
72663     Signed-off-by: Wolfgang Denk <wd@denx.de>
72664
72665 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
72666 Author: Wolfgang Denk <wd@denx.de>
72667 Date:   Sun Nov 18 16:36:27 2007 +0100
72668
72669     Fix compiler warnings for PPC systems. Update CHANGELOG.
72670
72671     Signed-off-by: Wolfgang Denk <wd@denx.de>
72672
72673 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
72674 Author: Stefan Roese <sr@denx.de>
72675 Date:   Sun Nov 18 14:44:44 2007 +0100
72676
72677     ppc4xx: Correct 405EX PCIe UTL register mapping
72678
72679     Map 4k mem space for UTL registers for each port.
72680
72681     Signed-off-by: Stefan Roese <sr@denx.de>
72682
72683 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
72684 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72685 Date:   Sat Nov 17 11:31:10 2007 +0100
72686
72687     Fix warning differ in signedness in net/net.c and net/nfs.c
72688
72689 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
72690 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72691 Date:   Sat Nov 17 20:42:45 2007 +0900
72692
72693     gth2.c: Fix a warning on gth2 build.
72694
72695     gth2.c: In function 'misc_init_r':
72696     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
72697
72698     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72699
72700 commit 2309c130aa4c84b91bd874a41269c923eb61b555
72701 Author: Stefan Roese <sr@denx.de>
72702 Date:   Sat Nov 17 07:58:25 2007 +0100
72703
72704     Fix warning differ in signedness in common/cmd_scsi.c
72705
72706     Signed-off-by: Stefan Roese <sr@denx.de>
72707
72708 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
72709 Author: Stefan Roese <sr@denx.de>
72710 Date:   Sat Nov 17 14:52:29 2007 +0100
72711
72712     ppc4xx: Update AMCC Kilauea config file
72713
72714     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
72715
72716     Signed-off-by: Stefan Roese <sr@denx.de>
72717
72718 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
72719 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72720 Date:   Sat Nov 17 20:05:26 2007 +0900
72721
72722     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
72723
72724     Current trick to pick up GNU assembler minor version does not work with the
72725     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
72726     "(GNU Binutils) ".
72727
72728       $ sde-as --version |grep "GNU assembler"
72729       GNU assembler 2.15.94 mipssde-6.02.02-20050602
72730       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
72731       2.15.94
72732       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
72733       15
72734       $
72735
72736       $ mips-linux-as --version |grep "GNU assembler"
72737       GNU assembler (GNU Binutils) 2.18
72738       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
72739       (GNU
72740       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
72741       (no output)
72742       $
72743
72744     As a result of above, you'll see many noises with such binutils:
72745
72746       make -C cpu/mips/
72747       /bin/sh: line 0: [: : integer expression expected
72748       /bin/sh: line 0: [: : integer expression expected
72749       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
72750       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
72751       /bin/sh: line 0: [: : integer expression expected
72752       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
72753       /bin/sh: line 0: [: : integer expression expected
72754       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
72755       /bin/sh: line 0: [: : integer expression expected
72756
72757     This patch simplifies the trick and makes it work with both versions of gas.
72758     I also replace an expensive `awk (or gawk)' with `cut'.
72759
72760     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72761
72762 commit 16664f72850846e645616da1c0fa5afcd6d15f15
72763 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72764 Date:   Sat Nov 17 20:05:26 2007 +0900
72765
72766     [MIPS] Remove useless instructions for initializing $gp.
72767
72768     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72769
72770 commit 03c031d5660ea946c39af6e2e16267da857c609f
72771 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72772 Date:   Sat Oct 27 15:27:06 2007 +0900
72773
72774     [MIPS] MIPS 4K core: Coding style cleanups
72775
72776     No logical changes.
72777
72778     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72779
72780 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
72781 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72782 Date:   Sat Nov 17 20:05:20 2007 +0900
72783
72784     [MIPS] gth2.c: Fix a warning on gth2 build.
72785
72786     gth2.c: In function 'misc_init_r':
72787     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
72788
72789     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72790
72791 commit 4fbd0741b2b6441da10be93e10267122581b7079
72792 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72793 Date:   Sat Oct 27 15:22:33 2007 +0900
72794
72795     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
72796
72797     au1x00_eth.c: In function 'au1x00_miiphy_write':
72798     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
72799
72800     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72801
72802 commit f01320459736f156707425cf8112f98606301aa4
72803 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72804 Date:   Sat Oct 27 15:00:25 2007 +0900
72805
72806     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
72807
72808     au1x00_eth.c: In function 'au1x00_enet_initialize':
72809     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
72810     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
72811     au1x00_eth.c:246: error: for each function it appears in.)
72812     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
72813     au1x00_eth.c: In function 'au1x00_miiphy_write':
72814     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
72815     make[1]: *** [au1x00_eth.o] Error 1
72816
72817     Fixed by moving these two functions forward.
72818
72819     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72820
72821 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
72822 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72823 Date:   Sat Oct 27 15:00:25 2007 +0900
72824
72825     MAKEALL: Added missing pb1000 board
72826
72827     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72828
72829 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
72830 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72831 Date:   Sat Oct 27 15:00:24 2007 +0900
72832
72833     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
72834
72835     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72836
72837 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
72838 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72839 Date:   Sat Oct 27 15:00:24 2007 +0900
72840
72841     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
72842
72843     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72844
72845 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
72846 Author: Wolfgang Denk <wd@denx.de>
72847 Date:   Sat Nov 17 02:34:38 2007 +0100
72848
72849     Update CHANGELOIG, prepare for -rc4
72850
72851     Signed-off-by: Wolfgang Denk <wd@denx.de>
72852
72853 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
72854 Author: Luotao Fu <l.fu@pengutronix.de>
72855 Date:   Wed Nov 14 18:58:33 2007 +0100
72856
72857     Fix the i2c frequency and default address in rsdproto board
72858
72859     rsdproto board support has wrong I2C frequency and wrong return value
72860     handling.
72861
72862     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
72863
72864 commit 429c180edad038f91c989cb14b478228092e7054
72865 Author: Wolfgang Denk <wd@denx.de>
72866 Date:   Sat Nov 17 01:45:38 2007 +0100
72867
72868     powerpc: Backout relocation changes for MPC5121, too.
72869
72870     Apply Grant Likely's backout to MPC5121 code, too.
72871
72872     Pointed out by Rafal Jaworowski <raj@semihalf.com>
72873
72874     Signed-off-by: Wolfgang Denk <wd@denx.de>
72875
72876 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
72877 Author: Grant Likely <grant.likely@secretlab.ca>
72878 Date:   Tue Nov 13 22:18:33 2007 -0700
72879
72880     powerpc: Backout relocation changes.
72881
72882     Ugh.  I *hate* to back this change out, but these compiler flags don't
72883     work for relocation on all versions of GCC.  I've not been able to
72884     reproduce the environment in my setup (and hence, not been able to
72885     find a combination that *does* work), so I've got no choice but to go
72886     back to the old gcc flags and linker script.
72887
72888     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72889
72890 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
72891 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72892 Date:   Tue Nov 13 09:11:05 2007 +0100
72893
72894     Fixed mips_io_port_base build errors.
72895
72896     This patch has been sent on:
72897     - 29 Sep 2007
72898
72899     Although mips_io_port_base is currently a part of IDE command, it is quite
72900     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
72901     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
72902
72903     This patch is triggered by multiple definition of `mips_io_port_base' build
72904     error on gth2 (and tb0229 also needs this fix.)
72905
72906     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
72907     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
72908     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
72909     make: *** [u-boot] Error 1
72910
72911     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72912     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72913
72914 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
72915 Author: Wolfgang Denk <wd@denx.de>
72916 Date:   Sat Nov 17 01:30:40 2007 +0100
72917
72918     Fix a bug in the slave serial programming mode for the Xilinx
72919     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
72920     the most significant bit was set, which did not work on any
72921     architecture where "char" defaulted to be an unsigned type.
72922
72923     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
72924
72925     Signed-off-by: Wolfgang Denk <wd@denx.de>
72926
72927 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
72928 Author: Jon Loeliger <jdl@freescale.com>
72929 Date:   Thu Nov 1 12:23:29 2007 -0500
72930
72931     86xx: Fix broken variable reference when #def DEBUGing.
72932
72933     Sometimes you can't reference the DDR2 controller variables.
72934
72935     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72936
72937 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
72938 Author: Jason Jin <Jason.jin@freescale.com>
72939 Date:   Fri Oct 26 18:32:00 2007 +0800
72940
72941     make 8610 board use pixis reset
72942
72943     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
72944
72945 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
72946 Author: Jason Jin <Jason.jin@freescale.com>
72947 Date:   Mon Oct 29 19:26:21 2007 +0800
72948
72949     Unify pixis_reset altbank across board families
72950
72951     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
72952     into the separate board config files.
72953
72954     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
72955     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72956
72957 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
72958 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72959 Date:   Wed Nov 7 08:19:21 2007 +0100
72960
72961     Fix warning: pointer targets in assignment differ in signedness
72962
72963     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72964
72965 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
72966 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72967 Date:   Wed Nov 7 08:19:19 2007 +0100
72968
72969     Fix warning differ in signedness in common/cmd_ide.c
72970
72971     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72972
72973 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
72974 Author: Stefan Roese <sr@denx.de>
72975 Date:   Fri Nov 16 14:16:54 2007 +0100
72976
72977     ppc4xx: Enable 405EX PCIe UTL register configuration
72978
72979     Till now the UTL registers on 405EX were not initialized but left with
72980     their default values. This patch new initializes some of the UTL
72981     registers on 405EX.
72982
72983     Signed-off-by: Stefan Roese <sr@denx.de>
72984
72985 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
72986 Author: Stefan Roese <sr@denx.de>
72987 Date:   Fri Nov 16 14:00:59 2007 +0100
72988
72989     ppc4xx: Update AMCC Makalu for board rev 1.1
72990
72991     This patch adds changes needed for Makalu rev 1.1:
72992
72993     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
72994     - Enable 2nd ethernet port EMAC1
72995     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
72996     - Reset PCIe ports via GPIO upon bootup
72997
72998     Signed-off-by: Stefan Roese <sr@denx.de>
72999
73000 commit 4d4faae65e115e327425cd514c1a35146a85166b
73001 Author: Grant Likely <grant.likely@secretlab.ca>
73002 Date:   Mon Sep 24 09:05:31 2007 -0600
73003
73004     Group PCI and PCMCIA drivers in drivers/Makefile
73005
73006     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73007
73008 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
73009 Author: Grant Likely <grant.likely@secretlab.ca>
73010 Date:   Mon Sep 24 09:05:31 2007 -0600
73011
73012     Group block/flash drivers in drivers/Makefile
73013
73014     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73015
73016 commit df58c81551700f058b44cacf55a7997fa63bfe0a
73017 Author: Grant Likely <grant.likely@secretlab.ca>
73018 Date:   Mon Sep 24 09:05:31 2007 -0600
73019
73020     Group USB drivers in drivers/Makefile
73021
73022     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73023
73024 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
73025 Author: Grant Likely <grant.likely@secretlab.ca>
73026 Date:   Mon Sep 24 09:05:30 2007 -0600
73027
73028     Group i2c drivers in drivers/Makefile
73029
73030     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73031
73032 commit ec00c76de0e5971273905998d62d6bb119324218
73033 Author: Grant Likely <grant.likely@secretlab.ca>
73034 Date:   Mon Sep 24 09:05:30 2007 -0600
73035
73036     Group console drivers in drivers/Makefile
73037
73038     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73039
73040 commit 754f230aa01b8c789fc31f8013c2487954073300
73041 Author: Grant Likely <grant.likely@secretlab.ca>
73042 Date:   Mon Sep 24 09:05:30 2007 -0600
73043
73044     Group network drivers in drivers/Makefile
73045
73046     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73047
73048 commit f0037c56b0d12cd46215124667b9f83d60ef9391
73049 Author: Grant Likely <grant.likely@secretlab.ca>
73050 Date:   Mon Sep 24 09:05:30 2007 -0600
73051
73052     Build: split COBJS value into multiple lines
73053
73054     This change is in preparation for condtitionial compile support in the
73055     build system.  By spliting them all into seperate lines now, subsequent
73056     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
73057     be less invasive and easier to review
73058
73059     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73060
73061 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
73062 Author: Grant Likely <grant.likely@secretlab.ca>
73063 Date:   Mon Sep 24 09:05:30 2007 -0600
73064
73065     Add .gitignore files
73066
73067     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73068     Acked-by: Kim Phillips <kim.phillips@freescale.com>
73069
73070 commit 955413f35f054a82e40042f1dbcf501c6a05719b
73071 Author: Grant Likely <grant.likely@secretlab.ca>
73072 Date:   Thu Nov 15 08:27:52 2007 -0700
73073
73074     Revert "Correct relocation fixup for mpc5xx"
73075
73076     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
73077     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73078
73079 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
73080 Author: Grant Likely <grant.likely@secretlab.ca>
73081 Date:   Thu Nov 15 08:24:32 2007 -0700
73082
73083     Revert "Correct fixup relocation for MPC5xxx"
73084
73085     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
73086     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73087
73088 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
73089 Author: Grant Likely <grant.likely@secretlab.ca>
73090 Date:   Thu Nov 15 08:21:04 2007 -0700
73091
73092     Revert "Correct fixup relocation for mpc8220"
73093
73094     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
73095     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73096
73097 commit 70922342369e5e39b286fe21e768a239ca07a514
73098 Author: Grant Likely <grant.likely@secretlab.ca>
73099 Date:   Thu Nov 15 08:20:57 2007 -0700
73100
73101     Revert "Correct fixup relocation for mpc824x"
73102
73103     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
73104     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73105
73106 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
73107 Author: Grant Likely <grant.likely@secretlab.ca>
73108 Date:   Thu Nov 15 08:20:50 2007 -0700
73109
73110     Revert "Correct fixup relocation for mpc8260"
73111
73112     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
73113     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73114
73115 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
73116 Author: Grant Likely <grant.likely@secretlab.ca>
73117 Date:   Thu Nov 15 08:20:43 2007 -0700
73118
73119     Revert "Correct fixup relocation for mpc83xx"
73120
73121     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
73122     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73123
73124 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
73125 Author: Grant Likely <grant.likely@secretlab.ca>
73126 Date:   Thu Nov 15 08:20:25 2007 -0700
73127
73128     Revert "[MPC512x] Correct fixup relocation"
73129
73130     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
73131     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
73132
73133 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
73134 Author: Stefan Roese <sr@denx.de>
73135 Date:   Thu Nov 15 14:25:09 2007 +0100
73136
73137     ppc4xx: Small AMCC Kilauea cleanup
73138
73139     Remove not needed pci_target_init() function.
73140
73141     Signed-off-by: Stefan Roese <sr@denx.de>
73142
73143 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
73144 Author: Stefan Roese <sr@denx.de>
73145 Date:   Thu Nov 15 14:23:55 2007 +0100
73146
73147     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
73148
73149     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
73150     - Cleanup of the 4xx GPIO functions
73151     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
73152
73153     Signed-off-by: Stefan Roese <sr@denx.de>
73154
73155 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
73156 Author: Stefan Roese <sr@denx.de>
73157 Date:   Thu Nov 15 14:20:08 2007 +0100
73158
73159     ppc4xx: AMCC Taihu board config file cleanup
73160
73161     This patch makes the AMCC Taihu a little more compatible to the other
73162     AMCC eval boards.
73163
73164     Signed-off-by: Stefan Roese <sr@denx.de>
73165
73166 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
73167 Author: Marian Balakowicz <m8@semihalf.com>
73168 Date:   Thu Nov 15 13:37:28 2007 +0100
73169
73170     [INKA4x0] NG hardware: flash support
73171
73172     Disabled and remove inka4x0 custom flash driver, use CFI flash
73173     driver instead.
73174
73175     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
73176
73177 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
73178 Author: Marian Balakowicz <m8@semihalf.com>
73179 Date:   Thu Nov 15 13:29:55 2007 +0100
73180
73181     [INKA4x0] NG hardware: SDRAM support
73182
73183     Add support for three new DDR chips that may  be present on a NG
73184     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
73185
73186     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
73187
73188     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
73189
73190 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
73191 Author: Marian Balakowicz <m8@semihalf.com>
73192 Date:   Thu Nov 15 13:24:43 2007 +0100
73193
73194     [INKA4x0] NG hardware: platform code update
73195
73196     - Cleanup compile warnings.
73197     - Add missing '\0' in default environment.
73198     - Increase CFG_MONITOR_LEN to 256 KiB.
73199     - Add required CFG_USE_PPCENV.
73200
73201     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
73202
73203 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
73204 Author: Peter Pearse <peter.pearse@arm.com>
73205 Date:   Thu Nov 15 08:58:00 2007 +0000
73206
73207     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
73208     Remove warnings re onenand_read() & write()
73209
73210 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
73211 Author: Peter Pearse <peter.pearse@arm.com>
73212 Date:   Thu Nov 15 08:45:13 2007 +0000
73213
73214     Correction patch
73215
73216 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
73217 Author: Roy Zang <tie-fei.zang@freescale.com>
73218 Date:   Thu Sep 13 18:52:28 2007 +0800
73219
73220     Enable ULi1575 Ethernet support in 8610HPCD config
73221
73222     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
73223     Acked-by: Jon Loeliger <jdl@freescale.com>
73224
73225 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
73226 Author: Stefan Roese <sr@denx.de>
73227 Date:   Tue Nov 13 08:18:20 2007 +0100
73228
73229     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
73230
73231     Signed-off-by: Stefan Roese <sr@denx.de>
73232
73233 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
73234 Author: Stefan Roese <sr@denx.de>
73235 Date:   Tue Nov 13 08:06:11 2007 +0100
73236
73237     ppc4xx: Fix 405EX PCIe UTLSET register setup
73238
73239     Signed-off-by: Stefan Roese <sr@denx.de>
73240
73241 commit 1ce55151c85d068f70317a8d65c61058b891afb4
73242 Author: Heiko Schocher <hs@denx.de>
73243 Date:   Tue Nov 13 07:50:29 2007 +0100
73244
73245     [UC101] SRAM now with 2 MB working.
73246
73247     Signed-off-by: Heiko Schocher <hs@denx.de>
73248
73249 commit 2d14684341109a69616e4d6016cd61402d55086f
73250 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73251 Date:   Fri Nov 9 15:37:53 2007 +0100
73252
73253     ppc4xx: Use generic usb-ohci driver for sequoia board
73254
73255     This patch makes the sequoia board use the generic usb-ohci driver
73256     instead of cpu/ppc4xx/usb_ohci.c.
73257
73258     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73259     Signed-off-by: Stefan Roese <sr@denx.de>
73260
73261 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
73262 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73263 Date:   Fri Nov 9 15:37:23 2007 +0100
73264
73265     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
73266
73267     This patch disables the 44x d-cache on 'usb start' and
73268     reenables it on 'usb stop'. This should be seen as a
73269     temporary fix until the generic usb-ohci driver can
73270     life with d-cache enabled.
73271
73272     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73273     Signed-off-by: Stefan Roese <sr@denx.de>
73274
73275 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
73276 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73277 Date:   Fri Nov 9 15:36:44 2007 +0100
73278
73279     ppc4xx: Remove redundant code from 4xx network driver
73280
73281     This patch removes some redundant code and decrements the end
73282     address of cache flush and invalidate by 1.
73283
73284     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73285     Signed-off-by: Stefan Roese <sr@denx.de>
73286
73287 commit 5ca9881aad8c413ac2a82868a5e3719178254502
73288 Author: Peter Pearse <peter.pearse@arm.com>
73289 Date:   Fri Nov 9 15:24:26 2007 +0000
73290
73291     Add apollon board support
73292     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
73293
73294 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
73295 Author: Stefan Roese <sr@denx.de>
73296 Date:   Fri Nov 9 12:19:58 2007 +0100
73297
73298     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
73299
73300     Signed-off-by: Stefan Roese <sr@denx.de>
73301
73302 commit c7f69c340277935a6c19a956421852da944a365f
73303 Author: Stefan Roese <sr@denx.de>
73304 Date:   Fri Nov 9 12:18:54 2007 +0100
73305
73306     ppc4xx: Make output a little shorter on I2C bootrom detection
73307
73308     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
73309     already print a line with the information which I2C bootrom is
73310     used for bootstrap configuration. So we don't need this extra line
73311     with "I2C boot EEPROM en-/dis-abled".
73312
73313     This patch also has a little code cleanup integrated.
73314
73315     Signed-off-by: Stefan Roese <sr@denx.de>
73316
73317 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
73318 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73319 Date:   Thu Nov 8 12:50:18 2007 -0600
73320
73321     ColdFire: MCF5329 - Remove reset registers from CCM
73322
73323     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73324
73325 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
73326 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73327 Date:   Thu Nov 8 12:31:11 2007 -0600
73328
73329     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
73330
73331     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73332
73333 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
73334 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73335 Date:   Thu Nov 8 12:19:01 2007 -0600
73336
73337     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
73338
73339     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73340
73341 commit 225a24b5e062ad94627424508ae814f51dbe1a34
73342 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73343 Date:   Wed Nov 7 18:00:54 2007 -0600
73344
73345     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
73346
73347     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73348
73349 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
73350 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73351 Date:   Wed Nov 7 17:56:15 2007 -0600
73352
73353     ColdFire: MCF532x - Update do_reset() using core reset
73354
73355     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73356
73357 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
73358 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73359 Date:   Wed Nov 7 17:51:00 2007 -0600
73360
73361     ColdFire: Update cpu flag for 4.2-xx compiler
73362
73363     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73364
73365 commit 070ba56115b4da63b46e974287fa4550d4023386
73366 Author: York Sun <yorksun@freescale.com>
73367 Date:   Wed Oct 31 14:59:04 2007 -0500
73368
73369     8610: Add console frame buffer support to FSL 8610 DIU driver.
73370
73371     Add cfb console support to FSL 8610 DIU driver.
73372     Inspect board version from PIXIS to obtain correct pixel format.
73373
73374     Use #define CONFIG_VIDEO in config file to enable fb console.
73375
73376     To switch monitor, set monitor variable to
73377     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
73378     followed by "diufb init".
73379
73380     Preserve logo bitmap at the top of the fb console.
73381
73382     Signed-off-by: York Sun <yorksun@freescale.com>
73383     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73384
73385 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
73386 Author: York Sun <yorksun@freescale.com>
73387 Date:   Mon Oct 29 13:58:39 2007 -0500
73388
73389     8610: Add 8610 DIU display driver
73390
73391     1280x1024 and 1024x768 @ 32 bpp are supported now.
73392     DVI, Single-link LVDS, Double-link LVDS are all supported.
73393
73394     Environmental variable "monitor" is used to specify monitor port.
73395
73396     A new command "diufb" is introduced to reinitialize monitor
73397     and display a BMP file in the memory. So far, 1-bit, 4-bit,
73398     8-bit and 24-bit BMP formats are supported.
73399
73400         diufb init
73401             - initialize the diu driver
73402         Enable the port specified in the environmental variable "monitor"
73403
73404         diufb addr
73405             - display bmp file in memory.
73406         The bmp image should be no bigger than the resolution, 1280x1024
73407         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
73408
73409     Note, this driver allocate memory but doesn't free it after use
73410     It is written on purpose -- to avoid a failure of reallocation
73411     due to memory fragement.
73412
73413     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
73414
73415     Signed-off-by: York Sun <yorksun@freescale.com>
73416     Signed-off-by: Jon loeliger <jdl@freescale.com>
73417
73418 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
73419 Author: York Sun <yorksun@freescale.com>
73420 Date:   Wed Oct 31 10:43:59 2007 -0500
73421
73422     FSL: Add a freescale bitmap logo.
73423
73424     This Freescale logo is a 340 x 128 x 4bpp BMP file
73425     that can be displayed by the DIU Framebuffer driver.
73426
73427     Signed-off-by: York Sun <yorksun@freescale.com>
73428     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73429
73430 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
73431 Author: York Sun <yorksun@freescale.com>
73432 Date:   Mon Oct 29 13:57:53 2007 -0500
73433
73434     8610: Make some extra debug environment variables conditional.
73435
73436     One may #define ENV_DEBUG to get them back again.
73437
73438     Signed-off-by: York Sun <yorksun@freescale.com>
73439
73440 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
73441 Author: Jason Jin <Jason.jin@freescale.com>
73442 Date:   Mon Oct 29 19:26:21 2007 +0800
73443
73444     8610: Actually enable pixis_reset CONFIGs
73445
73446     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73447
73448 commit f3bceaab230b4748d0afc4109b6837308f018b40
73449 Author: Jason Jin <Jason.jin@freescale.com>
73450 Date:   Fri Oct 26 18:31:59 2007 +0800
73451
73452     Fix the BAT definition of PCI IO on 8610 board
73453
73454     The address in the BAT register is aligned with the BAT size.
73455     The original definition actually did not define BAT for PCIE2 IO.
73456     This patch fix this.
73457
73458     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73459
73460 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
73461 Author: Jason Jin <Jason.jin@freescale.com>
73462 Date:   Mon Oct 29 19:26:21 2007 +0800
73463
73464     Unify pixis_reset altbank across board families
73465
73466     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
73467     into the separate board config files.
73468
73469     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73470     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73471
73472 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
73473 Author: Jason Jin <Jason.jin@freescale.com>
73474 Date:   Fri Oct 26 18:32:00 2007 +0800
73475
73476     make 8610 board use pixis reset
73477
73478     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73479
73480 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
73481 Author: Jon Loeliger <jdl@freescale.com>
73482 Date:   Thu Nov 1 12:23:29 2007 -0500
73483
73484     86xx: Fix broken variable reference when #def DEBUGing.
73485
73486     Sometimes you can't reference the DDR2 controller variables.
73487
73488     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73489
73490 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
73491 Author: Roy Zang <tie-fei.zang@freescale.com>
73492 Date:   Mon Nov 5 17:39:24 2007 +0800
73493
73494     Implement general ULi 526x Ethernet driver support in U-boot
73495
73496     This patch implements general ULi 526x Ethernet driver.
73497     Until now, it is the only native Ethernet port on
73498     MPC8610HPCD board, but it could be used on other boards
73499     with ULi 526x Ethernet port as well.
73500
73501     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
73502     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73503     Acked-by: Jon Loeliger <jdl@freescale.com>
73504     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73505
73506 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
73507 Author: Larry Johnson <lrj@arlinx.com>
73508 Date:   Thu Nov 1 08:46:50 2007 -0500
73509
73510     NET: Add Ethernet 1000BASE-X support for PPC4xx
73511
73512     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
73513     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
73514     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
73515     "mii info" command is modified to distinguish between 1000BASE-T and -X.
73516
73517     Signed-off-by: Larry Johnson <lrj@acm.org>
73518     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73519
73520 commit 298035df4948b113d29ac0e694717d34b95bc5dc
73521 Author: Larry Johnson <lrj@arlinx.com>
73522 Date:   Wed Oct 31 11:21:29 2007 -0500
73523
73524     NET: Cosmetic changes
73525
73526     Signed-off-by: Larry Johnson <lrj@acm.org>
73527     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73528
73529 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
73530 Author: Stefan Roese <sr@denx.de>
73531 Date:   Mon Nov 5 07:43:05 2007 +0100
73532
73533     ppc4xx: Make output a little shorter on PCIe detection
73534
73535     Now not max 3 lines but 2 lines are printed per PCIe port.
73536
73537     Signed-off-by: Stefan Roese <sr@denx.de>
73538
73539 commit 992742a5b09d9040adbd156fb90756af66ade310
73540 Author: Wolfgang Denk <wd@denx.de>
73541 Date:   Sat Nov 3 23:09:27 2007 +0100
73542
73543     Cleanup coding style; update CHANGELOG
73544
73545     Signed-off-by: Wolfgang Denk <wd@denx.de>
73546
73547 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
73548 Author: Bruce Adler <bruce.adler@ccpu.com>
73549 Date:   Fri Nov 2 13:15:42 2007 -0700
73550
73551     fix wording in README
73552
73553     Changed the wording to properly describe the shadowing
73554     of the environment from ROM to RAM
73555
73556     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
73557
73558 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
73559 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
73560 Date:   Wed Oct 31 02:18:15 2007 +0900
73561
73562     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
73563
73564     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
73565
73566 commit ec22755799466c8a103664bb3a5e647bf9c238f4
73567 Author: Vlad Lungu <vlad@comsys.ro>
73568 Date:   Thu Oct 25 16:08:14 2007 +0300
73569
73570     Trimmed some variables in ne2000.c
73571
73572     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
73573
73574 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
73575 Author: Zhang Wei <wei.zhang@freescale.com>
73576 Date:   Thu Oct 25 17:51:27 2007 +0800
73577
73578     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
73579
73580     The scan code of the key 'z' is 0x1d, which should be handled.
73581
73582     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
73583     controller.
73584
73585     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73586
73587 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
73588 Author: Zhang Wei <wei.zhang@freescale.com>
73589 Date:   Thu Oct 25 17:30:04 2007 +0800
73590
73591     Fix USB support issue for MPC8641HPCN board.
73592
73593     The configuration file has already enabled USB, but it
73594     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
73595     on MPC8641HPCN can not work because of the wrong USB
73596     register endian.
73597
73598     And add the USB command to U-Boot commands list.
73599
73600     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73601
73602 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
73603 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
73604 Date:   Wed Oct 24 18:16:01 2007 +0200
73605
73606     Use config_cmd_default.h instead of config_cmd_all.h
73607
73608     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
73609
73610 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
73611 Author: Marian Balakowicz <m8@semihalf.com>
73612 Date:   Wed Oct 24 01:37:36 2007 +0200
73613
73614     TQM5200: Call usb_cpu_init() during board init
73615
73616     usb_cpu_init() configures GPS USB pins, clocks, etc. and
73617     is required for proper operation of kernel USB subsystem.
73618     This setup was previously done in the kernel by the fixup
73619     code which is being removed, thus low level init must be
73620     done by U-boot now.
73621
73622     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
73623
73624 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
73625 Author: Guennadi Liakhovetski <lg@denx.de>
73626 Date:   Tue Oct 23 16:25:50 2007 +0200
73627
73628     Fix typo in nfs.c
73629
73630     An obvious typo. Originally fixed in linkstation u-boot port.
73631
73632     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
73633
73634 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
73635 Author: Guennadi Liakhovetski <lg@denx.de>
73636 Date:   Tue Oct 23 14:35:05 2007 +0200
73637
73638     Fix a typo in cpu/mpc824x/interrupts.c
73639
73640     Since December 2003 the timer_interrupt_cpu() function in
73641     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
73642     parameter. Remove it.
73643
73644     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
73645
73646 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
73647 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
73648 Date:   Wed Oct 17 11:13:51 2007 +0200
73649
73650     add ft_cpu_setup(..) on mpc8260
73651
73652     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
73653     based on code from mpc5xxx
73654
73655     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
73656     --
73657
73658 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
73659 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
73660 Date:   Wed Oct 17 11:18:42 2007 +0200
73661
73662     changes for IDS8247 board support
73663
73664     To get the IDS8247 board working following are done:
73665      - FCC2 is deactivated
73666      - FCC1 is activated
73667      - I2C is activated
73668      - CFI driver is activated
73669      - Adapted for use with LIBFDT
73670
73671     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
73672     --
73673
73674 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
73675 Author: Stefan Roese <sr@denx.de>
73676 Date:   Sat Nov 3 12:08:28 2007 +0100
73677
73678     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
73679
73680     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
73681     Again, only one image supports both targets.
73682
73683     Signed-off-by: Stefan Roese <sr@denx.de>
73684
73685 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
73686 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
73687 Date:   Wed Oct 24 15:48:37 2007 +0200
73688
73689     ATSTK1002: Remove default ethernet addresses
73690
73691     Wolfgang is right: It's not a good idea to set up default initial
73692     ethernet addresses for a board, even though they belong to the local
73693     range.
73694
73695     This will change the failure mode from "IT manager screams at you for
73696     using duplicate ethernet addresses" to a nice error message explaining
73697     that the ethernet address hasn't been set properly.
73698
73699     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
73700
73701 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
73702 Author: Justin Flammia <jflammia@savantav.com>
73703 Date:   Mon Oct 29 17:40:35 2007 -0400
73704
73705     DHCP Client Fix
73706
73707     This is a multi-part message in MIME format.
73708
73709     commit e6e505eae94ed721e123e177489291fc4544b7b8
73710     Author: Justin Flammia <jflammia@savantav.com>
73711     Date:   Mon Oct 29 17:19:03 2007 -0400
73712
73713         Found a bug in the way the DHCP Request packet is built, where the IP address
73714         that is offered by the server is bound to prematurely. This patch is a fix of
73715         that bug where the IP address offered by the DHCP server is not used until
73716         after the DHCP ACK from the server is received.
73717
73718     Signed-off-by: Justin Flammia <jflammia@savantav.com>
73719     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73720
73721 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
73722 Author: Stefan Roese <sr@denx.de>
73723 Date:   Wed Oct 31 20:58:34 2007 +0100
73724
73725     ppc4xx: Fix acadia_nand build problem
73726
73727     Since the cache handling functions were moved from start.S into cache.S
73728     the acadia NAND booting Makfile needs to be adapted accordingly.
73729
73730     Signed-off-by: Stefan Roese <sr@denx.de>
73731
73732 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
73733 Author: Stefan Roese <sr@denx.de>
73734 Date:   Wed Oct 31 20:57:11 2007 +0100
73735
73736     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
73737
73738     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
73739     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
73740     boards by defining CONFIG_4xx_DCACHE in the board config file. This
73741     option will disappear, when more boards use is successfully and no
73742     more known problems exist.
73743
73744     This is tested successfully on Sequoia and Katmai. The only problem that
73745     needs to be fixed is, that USB is not working on Sequoia right now, since
73746     it will need some cache handling code too, similar to the 4xx EMAC driver.
73747
73748     Signed-off-by: Stefan Roese <sr@denx.de>
73749
73750 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
73751 Author: Stefan Roese <sr@denx.de>
73752 Date:   Wed Oct 31 20:51:10 2007 +0100
73753
73754     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
73755
73756     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
73757     disable the cache for the CPU POST tests, since these tests consist
73758     of self modifying code. This is done via the new change_tlb() function.
73759
73760     Signed-off-by: Stefan Roese <sr@denx.de>
73761
73762 commit f71b2888b4b3c870909a0341427b2a914246f81f
73763 Author: Stefan Roese <sr@denx.de>
73764 Date:   Wed Oct 31 20:47:26 2007 +0100
73765
73766     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
73767
73768     This patch enables the 4xx EMAC POST driver to work too, when dcache is
73769     enabled.
73770
73771     Signed-off-by: Stefan Roese <sr@denx.de>
73772
73773 commit a2685904061b35a17583d65fe47cdc2686a69eaa
73774 Author: Stefan Roese <sr@denx.de>
73775 Date:   Wed Oct 31 20:45:53 2007 +0100
73776
73777     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
73778
73779     Signed-off-by: Stefan Roese <sr@denx.de>
73780
73781 commit ff768cb168d8157c24a25016dbfbeb465e47f420
73782 Author: Stefan Roese <sr@denx.de>
73783 Date:   Wed Oct 31 18:01:24 2007 +0100
73784
73785     ppc4xx: Change 4xx ethernet driver to handle cached memory too
73786
73787     This patch enables the 4xx EMAC driver to work too, when dcache is
73788     enabled.
73789
73790     Signed-off-by: Stefan Roese <sr@denx.de>
73791
73792 commit 483e09a223c666269ef81d3573a6591b1046b0ef
73793 Author: Stefan Roese <sr@denx.de>
73794 Date:   Wed Oct 31 17:59:22 2007 +0100
73795
73796     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
73797
73798     This function is used to either turn cache on or off in a specific
73799     memory area.
73800
73801     Signed-off-by: Stefan Roese <sr@denx.de>
73802
73803 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
73804 Author: Stefan Roese <sr@denx.de>
73805 Date:   Wed Oct 31 17:57:52 2007 +0100
73806
73807     ppc4xx: Remove cache definition from 4xx board config files
73808
73809     All 4xx board config files don't need the cache definitions anymore.
73810     These are now defined in common headers.
73811
73812     Signed-off-by: Stefan Roese <sr@denx.de>
73813
73814 commit 9b94ac61d2176185c30adf0793e079ec30e68687
73815 Author: Stefan Roese <sr@denx.de>
73816 Date:   Wed Oct 31 17:55:58 2007 +0100
73817
73818     ppc4xx: Rework 4xx cache support
73819
73820     New cache handling functions added and all existing functions
73821     moved from start.S into seperate cache.S.
73822
73823     Signed-off-by: Stefan Roese <sr@denx.de>
73824
73825 commit 06713773da4ac3d390c63d82641eb553224b27c2
73826 Author: Stefan Roese <sr@denx.de>
73827 Date:   Tue Oct 23 18:03:12 2007 +0200
73828
73829     ppc4xx: Remove compiler warning from previous commit
73830
73831     Signed-off-by: Stefan Roese <sr@denx.de>
73832
73833 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
73834 Author: Stefan Roese <sr@denx.de>
73835 Date:   Tue Oct 23 14:40:30 2007 +0200
73836
73837     ppc4xx: Remove temporary TLB entry in POST cache test
73838
73839     Signed-off-by: Stefan Roese <sr@denx.de>
73840
73841 commit 1338e6a81834099ba19733b69aafd8ef5f098094
73842 Author: Stefan Roese <sr@denx.de>
73843 Date:   Tue Oct 23 14:05:08 2007 +0200
73844
73845     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
73846
73847     I lately noticed, that newer 4xx board with GBit support sometimes don't
73848     finish link autonegotiation in 4 seconds. Changing this timeout to 5
73849     seconds seems fine here.
73850
73851     Signed-off-by: Stefan Roese <sr@denx.de>
73852
73853 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
73854 Author: Stefan Roese <sr@denx.de>
73855 Date:   Tue Oct 23 14:03:17 2007 +0200
73856
73857     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
73858
73859     This patch changes all in32/out32 calls to use the recommended in_be32/
73860     out_be32 macros instead.
73861
73862     Signed-off-by: Stefan Roese <sr@denx.de>
73863
73864 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
73865 Author: Stefan Roese <sr@denx.de>
73866 Date:   Thu Oct 25 12:24:59 2007 +0200
73867
73868     ppc4xx: Fix POST ethernet test for Haleakala
73869
73870     The POST ethernet test needed to be changed to dynamically determine
73871     the count of ethernet devices. This code is cloned from the 4xx
73872     ethernet driver.
73873
73874     Signed-off-by: Stefan Roese <sr@denx.de>
73875
73876 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
73877 Author: Stefan Roese <sr@denx.de>
73878 Date:   Tue Oct 23 11:31:05 2007 +0200
73879
73880     ppc4xx: Correct UART input clock calculation and passing to fdt
73881
73882     We now use a value in the gd (global data) structure for the UART input
73883     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
73884     in get_sys_info().
73885
73886     Signed-off-by: Stefan Roese <sr@denx.de>
73887
73888 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
73889 Author: Stefan Roese <sr@denx.de>
73890 Date:   Tue Oct 23 10:10:08 2007 +0200
73891
73892     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
73893
73894     The Haleakala is nearly identical with the Kilauea eval board. The only
73895     difference is that the 405EXr only supports one EMAC and one PCIe
73896     interface. This patch adds support for the Haleakala board by using
73897     the identical image for Kilauea and Haleakala. The distinction is done
73898     by comparing the PVR.
73899
73900     Signed-off-by: Stefan Roese <sr@denx.de>
73901
73902 commit 9f798766aa85e62eb8fa8c721e148df609b78137
73903 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
73904 Date:   Tue Oct 23 08:29:10 2007 +0200
73905
73906     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
73907
73908     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
73909
73910     Note:
73911     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
73912     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
73913     modules are still plugged in. So it is recommended to remove the DIMM
73914     modules while using the NAND booting code with the fixed SDRAM setup!
73915
73916     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
73917     Signed-off-by: Stefan Roese <sr@denx.de>
73918
73919 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
73920 Author: Stefan Roese <sr@denx.de>
73921 Date:   Mon Oct 22 16:24:44 2007 +0200
73922
73923     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
73924
73925     Signed-off-by: Stefan Roese <sr@denx.de>
73926
73927 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
73928 Author: Stefan Roese <sr@denx.de>
73929 Date:   Mon Oct 22 16:22:40 2007 +0200
73930
73931     ppc4xx: Rework of 4xx serial driver (4)
73932
73933     Change 4xx_uart.c:
73934
73935     - Use in_8/out_8 macros instead of in8/out8
73936     - No need for UART_BASE marco anymore, now really handled via function
73937       parameter
73938     - serial_init_common() introduced
73939     - Further coding style cleanup
73940
73941     Signed-off-by: Stefan Roese <sr@denx.de>
73942
73943 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
73944 Author: Stefan Roese <sr@denx.de>
73945 Date:   Mon Oct 22 15:45:49 2007 +0200
73946
73947     ppc4xx: Rework of 4xx serial driver (3)
73948
73949     Change all linker scripts to reference the changed driver name iop480_uart.o.
73950
73951     Signed-off-by: Stefan Roese <sr@denx.de>
73952
73953 commit 882ae41274921f9016131806bdeb27e19606f47a
73954 Author: Stefan Roese <sr@denx.de>
73955 Date:   Mon Oct 22 15:44:39 2007 +0200
73956
73957     ppc4xx: Rework of 4xx serial driver (2)
73958
73959     Change all linker scripts to reference the changed driver name 4xx_uart.o.
73960
73961     Note: In most cased all these explicit referencing of these object files
73962     in the linker scripts is not neccessary. Only for manually embedded
73963     environment into the U-Boot image, which is not done is most cases.
73964
73965     Signed-off-by: Stefan Roese <sr@denx.de>
73966
73967 commit ad31e40bed042cb670d0036fea96435007afb838
73968 Author: Stefan Roese <sr@denx.de>
73969 Date:   Mon Oct 22 15:09:59 2007 +0200
73970
73971     ppc4xx: Rework of 4xx serial driver (1)
73972
73973     This patch starts the rework of the PPC4xx serial driver. First we split
73974     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
73975     handling code and the other one iop480_uart.c with the UART code for the
73976     PLX-Tech IOP480 PPC (PPC403 based).
73977
73978     Signed-off-by: Stefan Roese <sr@denx.de>
73979
73980 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
73981 Author: Stefan Roese <sr@denx.de>
73982 Date:   Mon Oct 22 10:30:38 2007 +0200
73983
73984     ppc4xx: Correct UART input clock calculation and passing to fdt
73985
73986     Signed-off-by: Stefan Roese <sr@denx.de>
73987
73988 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
73989 Author: Stefan Roese <sr@denx.de>
73990 Date:   Mon Oct 22 07:34:34 2007 +0200
73991
73992     ppc4xx: Add initial AMCC Makalu 405EX support
73993
73994     Signed-off-by: Stefan Roese <sr@denx.de>
73995
73996 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
73997 Author: Stefan Roese <sr@denx.de>
73998 Date:   Mon Oct 22 07:33:52 2007 +0200
73999
74000     ppc4xx: Add freqUART to CPU speed detection
74001
74002     This value is needed later for the device tree configuration of
74003     the uart clock.
74004
74005     Signed-off-by: Stefan Roese <sr@denx.de>
74006
74007 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
74008 Author: Stefan Roese <sr@denx.de>
74009 Date:   Sun Oct 21 14:26:29 2007 +0200
74010
74011     ppc: Small Kilauea cleanup of config file
74012
74013     Signed-off-by: Stefan Roese <sr@denx.de>
74014
74015 commit 758c037aeead34b49631b8da3a90b1bba14c0410
74016 Author: Stefan Roese <sr@denx.de>
74017 Date:   Sun Oct 21 08:16:12 2007 +0200
74018
74019     rtc: Add Xicor/Intersil X1205 RTC support
74020
74021     This patch adds support for the Xicor/Intersil X1205 RTC used on the
74022     AMCC Makalu eval board. This driver is basically cloned from the Linux
74023     driver version (2.6.23).
74024
74025     This patch also introduces the Linux bcd.h header for the BCD2BIN/
74026     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
74027     should be converted to also use this header instead of implementing
74028     their own local copy of these functions/macros.
74029
74030     Signed-off-by: Stefan Roese <sr@denx.de>
74031
74032 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
74033 Author: Stefan Roese <sr@denx.de>
74034 Date:   Sun Oct 21 08:12:41 2007 +0200
74035
74036     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
74037
74038     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
74039     PPC440_SYS_INFO structure into the common ppc4xx.h header.
74040
74041     Lot's of other macros are good candidates to be consolidated this way
74042     in the future.
74043
74044     Signed-off-by: Stefan Roese <sr@denx.de>
74045
74046 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
74047 Author: Stefan Roese <sr@denx.de>
74048 Date:   Sun Oct 21 08:05:18 2007 +0200
74049
74050     ppc4xx: Fix size setup in Kilauea DDR2 init routine
74051
74052     The size was initilized wrong. Instead of 256MB, the DDR2 controller
74053     was setup to 512MB. Now the correct values is used.
74054
74055     This patch also does a little cleanup and adds a comment here.
74056
74057     Signed-off-by: Stefan Roese <sr@denx.de>
74058
74059 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
74060 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
74061 Date:   Thu Oct 18 17:29:04 2007 +0200
74062
74063     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
74064
74065     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
74066     number is used to access system registers.
74067
74068     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
74069     Signed-off-by: Stefan Roese <sr@denx.de>
74070
74071 commit c36c68160333ac5fe41ec3db12a728b7075b3912
74072 Author: Stefan Roese <sr@denx.de>
74073 Date:   Thu Oct 18 07:42:27 2007 +0200
74074
74075     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
74076
74077     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
74078     is the internal SRAM. Since I now ported and tested this endpoint mode
74079     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
74080     Katmai.
74081
74082     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
74083     this setup.
74084
74085     Signed-off-by: Stefan Roese <sr@denx.de>
74086
74087 commit 5cb4af4791f61843432155142b6cfac901f66c10
74088 Author: Stefan Roese <sr@denx.de>
74089 Date:   Thu Oct 18 07:39:38 2007 +0200
74090
74091     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
74092
74093     This patch adds endpoint support for the AMCC Kilauea eval board. It can
74094     be tested by connecting a reworked PCIe cable (only 1x lane singles
74095     connected) to another root-complex.
74096
74097     In this test setup, a 64MB inbound window is configured at BAR0 which maps
74098     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
74099     access the first 64MB of the SDRAM on the PPC side.
74100
74101     Signed-off-by: Stefan Roese <sr@denx.de>
74102
74103 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
74104 Author: Stefan Roese <sr@denx.de>
74105 Date:   Sat Oct 13 16:43:23 2007 +0200
74106
74107     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
74108
74109     This patch adds support for dynamic configuration of PCIe ports for the
74110     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
74111     boards Yucca & Katmai and the 405EX board Kilauea.
74112
74113     This dynamic configuration is done via the "pcie_mode" environement
74114     variable. This variable can be set to "EP" or "RP" for endpoint or
74115     rootpoint mode. Multiple values can be joined via the ":" delimiter.
74116     Here an example:
74117
74118     pcie_mode=RP:EP:EP
74119
74120     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
74121     as endpoint.
74122
74123     Per default Yucca will be configured as:
74124     pcie_mode=RP:EP:EP
74125
74126     Per default Katmai will be configured as:
74127     pcie_mode=RP:RP:REP
74128
74129     Per default Kilauea will be configured as:
74130     pcie_mode=RP:RP
74131
74132     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
74133     Signed-off-by: Stefan Roese <sr@denx.de>
74134
74135 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
74136 Author: Stefan Roese <sr@denx.de>
74137 Date:   Thu Oct 11 11:15:59 2007 +0200
74138
74139     ppc4xx: Enable device tree support (fdt) on Kilauea per default
74140
74141     This patch enables the fdt support on the AMCC Kilauea eval board.
74142     Additionally now EBC ranges fdt fixup is included to support NOR
74143     FLASH mapping via the Linux physmap_of driver.
74144
74145     This Kilauea port now support booting arch/ppc and arch/powerpc
74146     Linux kernels. The default environment "net_nfs" is for arch/ppc
74147     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
74148     support will be removed.
74149
74150     Signed-off-by: Stefan Roese <sr@denx.de>
74151
74152 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
74153 Author: Stefan Roese <sr@denx.de>
74154 Date:   Thu Oct 11 11:11:45 2007 +0200
74155
74156     ppc4xx: Add additional debug info to 4xx fdt support
74157
74158     Signed-off-by: Stefan Roese <sr@denx.de>
74159
74160 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
74161 Author: Stefan Roese <sr@denx.de>
74162 Date:   Fri Oct 5 21:28:58 2007 +0200
74163
74164     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
74165
74166     Signed-off-by: Stefan Roese <sr@denx.de>
74167
74168 commit 1941cce71b1ae975602854045061e82f94ecd012
74169 Author: Stefan Roese <sr@denx.de>
74170 Date:   Fri Oct 5 17:35:10 2007 +0200
74171
74172     ppc4xx: Fix small merge problem in 4xx_enet.c
74173
74174     Signed-off-by: Stefan Roese <sr@denx.de>
74175
74176 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
74177 Author: Stefan Roese <sr@denx.de>
74178 Date:   Fri Oct 5 17:11:30 2007 +0200
74179
74180     ppc4xx: Add initial AMCC Kilauea 405EX support
74181
74182     Signed-off-by: Stefan Roese <sr@denx.de>
74183
74184 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
74185 Author: Stefan Roese <sr@denx.de>
74186 Date:   Fri Oct 5 17:10:59 2007 +0200
74187
74188     ppc4xx: Add PPC405EX support
74189
74190     Signed-off-by: Stefan Roese <sr@denx.de>
74191
74192 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
74193 Author: Stefan Roese <sr@denx.de>
74194 Date:   Fri Oct 5 17:09:36 2007 +0200
74195
74196     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
74197
74198     Signed-off-by: Stefan Roese <sr@denx.de>
74199
74200 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
74201 Author: Stefan Roese <sr@denx.de>
74202 Date:   Fri Oct 5 17:07:50 2007 +0200
74203
74204     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
74205
74206     Signed-off-by: Stefan Roese <sr@denx.de>
74207
74208 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
74209 Author: Stefan Roese <sr@denx.de>
74210 Date:   Fri Oct 5 17:04:57 2007 +0200
74211
74212     POST: Add 405EX support to 4xx UART POST test
74213
74214     Signed-off-by: Stefan Roese <sr@denx.de>
74215
74216 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
74217 Author: Stefan Roese <sr@denx.de>
74218 Date:   Fri Oct 5 15:10:02 2007 +0200
74219
74220     DTT: Prepare DS1775 driver for use of different I2C addresses
74221
74222     Signed-off-by: Stefan Roese <sr@denx.de>
74223
74224 commit 19e93b1e16d267220440d827b920fbad8abfa70f
74225 Author: Stefan Roese <sr@denx.de>
74226 Date:   Fri Oct 5 14:23:43 2007 +0200
74227
74228     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
74229
74230     Signed-off-by: Stefan Roese <sr@denx.de>
74231
74232 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
74233 Author: Stefan Roese <sr@denx.de>
74234 Date:   Fri Oct 5 09:22:33 2007 +0200
74235
74236     ppc4xx: 4xx_pcie: Disable debug output as default
74237
74238     Signed-off-by: Stefan Roese <sr@denx.de>
74239
74240 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
74241 Author: Stefan Roese <sr@denx.de>
74242 Date:   Fri Oct 5 09:18:23 2007 +0200
74243
74244     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
74245
74246     Signed-off-by: Stefan Roese <sr@denx.de>
74247
74248 commit 4dbee8a90df613eb517aadbecebd70f168913d30
74249 Author: Stefan Roese <sr@denx.de>
74250 Date:   Fri Oct 5 07:57:20 2007 +0200
74251
74252     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
74253
74254     128MB seems to be the smallest possible value for the memory size
74255     for on PCIe port. With this change now the BAR's of the PCIe cards
74256     are accessible under U-Boot.
74257
74258     One big note: This only works for PCIe port 0 & 1. For port 2 this
74259     currently doesn't work, since the base address is now 0xc0000000
74260     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
74261     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
74262     to change the base addresses completely and this change would have
74263     too much impact right now.
74264
74265     This patch adds debug output to the 4xx pcie driver too.
74266
74267     Signed-off-by: Stefan Roese <sr@denx.de>
74268
74269 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
74270 Author: Stefan Roese <sr@denx.de>
74271 Date:   Wed Oct 3 21:16:32 2007 +0200
74272
74273     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
74274
74275     Signed-off-by: Stefan Roese <sr@denx.de>
74276
74277 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
74278 Author: Stefan Roese <sr@denx.de>
74279 Date:   Wed Oct 3 15:01:02 2007 +0200
74280
74281     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
74282
74283     These files were introduced with the IBM 405GP but are currently used on all
74284     4xx PPC platforms. So the name doesn't match the content anymore. This patch
74285     renames the files to 4xx_pci.c/h.
74286
74287     Signed-off-by: Stefan Roese <sr@denx.de>
74288
74289 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
74290 Author: Stefan Roese <sr@denx.de>
74291 Date:   Wed Oct 3 14:14:58 2007 +0200
74292
74293     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
74294
74295     Signed-off-by: Stefan Roese <sr@denx.de>
74296
74297 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
74298 Author: Stefan Roese <sr@denx.de>
74299 Date:   Wed Oct 3 10:38:09 2007 +0200
74300
74301     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
74302
74303     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
74304         the SDR registers of the PCIe ports. This makes the overall design
74305         clearer, since it removed a lot of switch statements which are not
74306         needed anymore.
74307
74308         Also, the functions ppc4xx_init_pcie_rootport() and
74309         ppc4xx_init_pcie_entport() are merged into a single function
74310         ppc4xx_init_pcie_port(), since most of the code was duplicated.
74311         This makes maintainance and porting to other 4xx platforms
74312         easier.
74313
74314     Signed-off-by: Stefan Roese <sr@denx.de>
74315
74316 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
74317 Author: Stefan Roese <sr@denx.de>
74318 Date:   Wed Oct 3 07:48:09 2007 +0200
74319
74320     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
74321
74322     This patch is the first patch of a series to make the 440SPe PCIe code
74323     usable on different 4xx PPC platforms. In preperation for the new 405EX
74324     which is also equipped with PCIe interfaces.
74325
74326     (2) This patch renames the functions from 440spe_ to 4xx_ with a
74327         little additional cleanup
74328
74329     Signed-off-by: Stefan Roese <sr@denx.de>
74330
74331 commit c7c6da23028f146d912514b95aefa3da7cf37699
74332 Author: Stefan Roese <sr@denx.de>
74333 Date:   Wed Oct 3 07:34:10 2007 +0200
74334
74335     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
74336
74337     This patch is the first patch of a series to make the 440SPe PCIe code
74338     usable on different 4xx PPC platforms. In preperation for the new 405EX
74339     which is also equipped with PCIe interfaces.
74340
74341     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
74342
74343     Signed-off-by: Stefan Roese <sr@denx.de>
74344
74345 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
74346 Author: Marian Balakowicz <m8@semihalf.com>
74347 Date:   Wed Oct 24 01:37:36 2007 +0200
74348
74349     TQM5200: Call usb_cpu_init() during board init
74350
74351     usb_cpu_init() configures GPS USB pins, clocks, etc. and
74352     is required for proper operation of kernel USB subsystem.
74353     This setup was previously done in the kernel by the fixup
74354     code which is being removed, thus low level init must be
74355     done by U-boot now.
74356
74357     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
74358     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74359
74360 commit b5af773f8d92677e06f3295b45557c9d0a487c24
74361 Author: Zhang Wei <wei.zhang@freescale.com>
74362 Date:   Thu Oct 25 17:51:27 2007 +0800
74363
74364     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
74365
74366     The scan code of the key 'z' is 0x1d, which should be handled.
74367
74368     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
74369     controller.
74370
74371     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
74372     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74373
74374 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
74375 Author: Rodolfo Giometti <giometti@enneenne.com>
74376 Date:   Mon Oct 15 11:59:17 2007 +0200
74377
74378     PXA USB OHCI: "usb stop" implementation.
74379
74380     Some USB keys need to be switched off before loading the kernel
74381     otherwise they can remain in an undefined status which prevents them
74382     to be correctly recognized by the kernel.
74383
74384     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
74385     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74386
74387 commit 31548249decf18a6b877a18436b6139dd483fe4a
74388 Author: Justin Flammia <jflammia@savantav.com>
74389 Date:   Mon Oct 29 17:40:35 2007 -0400
74390
74391     DHCP Client Fix
74392
74393     This is a multi-part message in MIME format.
74394
74395     commit e6e505eae94ed721e123e177489291fc4544b7b8
74396     Author: Justin Flammia <jflammia@savantav.com>
74397     Date:   Mon Oct 29 17:19:03 2007 -0400
74398
74399         Found a bug in the way the DHCP Request packet is built, where the IP address
74400         that is offered by the server is bound to prematurely. This patch is a fix of
74401         that bug where the IP address offered by the DHCP server is not used until
74402         after the DHCP ACK from the server is received.
74403
74404     Signed-off-by: Justin Flammia <jflammia@savantav.com>
74405     Signed-off-by: Ben Warren <bwarren@qstreams.com>
74406
74407 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
74408 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74409 Date:   Thu Oct 25 17:16:22 2007 -0500
74410
74411     ColdFire 54455: Fix correct boot location for atmel and intel
74412
74413     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74414
74415 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
74416 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74417 Date:   Thu Oct 25 17:14:00 2007 -0500
74418
74419     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
74420
74421     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74422
74423 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
74424 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74425 Date:   Thu Oct 25 17:12:36 2007 -0500
74426
74427     ColdFire 5329: Assign correct SDRAM size and fix cache
74428
74429     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74430
74431 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
74432 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74433 Date:   Thu Oct 25 17:10:23 2007 -0500
74434
74435     ColdFire 5253: Assign correct SDRAM size
74436
74437     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74438
74439 commit 2acefa72ee0026f862ab65597ca687428f63a973
74440 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74441 Date:   Thu Oct 25 17:09:17 2007 -0500
74442
74443     ColdFire 5282: Fix external flash boot and return dramsize
74444
74445     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74446
74447 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
74448 Author: Bartlomiej Sieka <tur@semihalf.com>
74449 Date:   Thu Oct 25 17:20:01 2007 +0200
74450
74451     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
74452
74453     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74454
74455 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
74456 Author: Martin Krause <martin.krause@tqs.de>
74457 Date:   Wed Oct 24 08:42:25 2007 +0200
74458
74459     TQM5200: fix spurious characters on second serial interface
74460
74461     With this patch PSC3 is configured as UART. This is done, because if
74462     the pins of PSC3 are not configured at all (-> all pins are GPI),
74463     due to crosstalk, spurious characters may be send over the RX232_2_TXD
74464     signal line.
74465
74466     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74467     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74468
74469 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
74470 Author: Martin Krause <martin.krause@tqs.de>
74471 Date:   Wed Oct 24 08:41:27 2007 +0200
74472
74473     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
74474
74475     Some commands for the STK52xx base board try to access the SM501 grafic
74476     controller. But the TQM5200S has no grafic controller (only the TQM5200
74477     and the TQM5200B have). This patch deactivates the commands accessing
74478     the SM501 for the TQM5200S.
74479
74480     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74481     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74482
74483 commit b31f64343ead9482cd439b1adbe4c34026a641b1
74484 Author: Martin Krause <martin.krause@tqs.de>
74485 Date:   Mon Oct 22 16:45:53 2007 +0200
74486
74487     TQM5200: fix spurious characters on second serial interface
74488
74489     With this patch PSC3 is configured as UART. This is done, because if
74490     the pins of PSC3 are not configured at all (-> all pins are GPI),
74491     due to crosstalk, spurious characters may be send over the RX232_2_TXD
74492     signal line.
74493
74494     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74495
74496 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
74497 Author: Martin Krause <martin.krause@tqs.de>
74498 Date:   Mon Oct 22 16:40:06 2007 +0200
74499
74500     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
74501
74502     Some commands for the STK52xx base board try to access the SM501 grafic
74503     controller. But the TQM5200S has no grafic controller (only the TQM5200
74504     and the TQM5200B have). This patch deactivates the commands accessing
74505     the SM501 for the TQM5200S.
74506
74507     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74508
74509 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
74510 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74511 Date:   Sun Oct 21 09:14:28 2007 +0200
74512
74513     Mips: Fix string functions differ prototype declaration
74514
74515     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74516
74517 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
74518 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74519 Date:   Fri Oct 19 17:51:40 2007 -0500
74520
74521     fsl_pci_init enable COMMAND_MEMORY if inbound window
74522
74523     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
74524     to pciauto_setup_device has the side effect of not getting
74525     COMMAND_MEMORY set.
74526
74527     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74528
74529 commit e9d0d527992566ebef9826962ff1745b2f082b92
74530 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74531 Date:   Fri Oct 19 10:55:24 2007 +0200
74532
74533     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
74534
74535     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74536
74537 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
74538 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74539 Date:   Fri Oct 19 08:10:15 2007 +0200
74540
74541     fix warning: no return statement in function returning non-void
74542
74543     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74544
74545 commit e78220f6e514206757acfe247297fc9a328a881f
74546 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74547 Date:   Fri Oct 19 06:33:45 2007 +0200
74548
74549     xsengine: Fix no partition type specified, use DOS as default
74550
74551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74552
74553 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
74554 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74555 Date:   Fri Oct 19 00:24:59 2007 +0200
74556
74557     lubbock: Fix no partition type specified, use DOS as default
74558
74559     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74560
74561 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
74562 Author: Wolfgang Denk <wd@denx.de>
74563 Date:   Tue Oct 23 16:50:03 2007 +0200
74564
74565     Coding style: keep lists sorted; update CHANGELOG
74566
74567     Signed-off-by: Wolfgang Denk <wd@denx.de>
74568
74569 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
74570 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74571 Date:   Fri Oct 19 00:09:05 2007 +0200
74572
74573     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
74574
74575     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74576
74577 commit 96455bfebc9887837095c9051d216f53c61b5f10
74578 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74579 Date:   Fri Oct 19 00:07:39 2007 +0200
74580
74581     Fix warning differ in signedness in board/innokom/innokom.c
74582
74583     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74584
74585 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
74586 Author: Marcel Ziswiler <marcel@ziswiler.com>
74587 Date:   Fri Oct 19 00:25:33 2007 +0200
74588
74589     fix pxa255_idp board
74590
74591     The pxa255_idp being an old unmaintained board showed several issues:
74592     1. CONFIG_INIT_CRITICAL was still defined.
74593     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
74594     3. Symbol flash_addr was undeclared.
74595     4. The boards lowlevel_init function was still called memsetup.
74596     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
74597     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
74598     'target CPU does not support interworking' warnings on recent compilers.
74599     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
74600     indexes rather than the register definitions from the pxa-regs header
74601     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
74602     avoid any ambiguities.
74603     8. There were several redefinition warnings concerning ICMR, OSMR3,
74604     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
74605     9. The board configuration file was rather outdated.
74606     10. The part header file defined the vendor, product and revision arrays
74607     as unsigned chars instead of just chars in the block_dev_desc_t
74608     structure.
74609
74610     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
74611
74612 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
74613 Author: Rune Torgersen <runet@innovsys.com>
74614 Date:   Wed Oct 17 11:56:31 2007 -0500
74615
74616     Make MPC8266ADS command selection more robust
74617
74618     Fix MPC8266 command line definition so it won't break when new commands
74619     are added to u-boot.
74620     Signed-off-by Rune Torgersen <runet@innovsys.com>
74621
74622 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
74623 Author: Bartlomiej Sieka <tur@semihalf.com>
74624 Date:   Tue Oct 23 13:14:10 2007 +0200
74625
74626     Motion-PRO: Update configuration to accomodate next generation board.
74627
74628     New board has faster oscillator and a different Flash chip. This affects:
74629     - CFG_MPC5XXX_CLKIN
74630     - SDRAM timings
74631     - Flash CS configuration (timings)
74632     - Flash sector size, and thus MTD partition layout
74633     - malloc() arena size (due to bigger Flash sectors)
74634     - smaller memory test range (due to bigger malloc() arena)
74635
74636     This patch also enables more extensive memory testing via "mtest".
74637
74638     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74639
74640 commit eff501904df2bf1724a750062628ba2c51dbb1f8
74641 Author: Bartlomiej Sieka <tur@semihalf.com>
74642 Date:   Tue Oct 23 11:36:07 2007 +0200
74643
74644     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
74645
74646     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
74647     register must be written a value of 0x00000004 as the first step of the
74648     SDRAM contorller configuration.
74649
74650     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74651
74652 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
74653 Author: Peter Pearse <peter.pearse@arm.com>
74654 Date:   Tue Oct 23 10:22:16 2007 +0100
74655
74656     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
74657
74658 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
74659 Author: Stefan Roese <sr@denx.de>
74660 Date:   Tue Oct 23 10:17:42 2007 +0200
74661
74662     ppc4xx: lwmon5: Some further GPIO config changes
74663
74664     Signed-off-by: Stefan Roese <sr@denx.de>
74665
74666 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
74667 Author: Vlad Lungu <vlad@comsys.ro>
74668 Date:   Sun Oct 21 22:10:10 2007 +0900
74669
74670     [MIPS] Fix UNCACHED_SDRAM
74671
74672     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
74673
74674     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
74675     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74676
74677 commit 00101dd7a32d12f698150123e47e4b3420279f86
74678 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74679 Date:   Sun Oct 21 21:30:42 2007 +0900
74680
74681     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
74682
74683     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74684
74685 commit eb700636db017d310edaeb559b13d82588560674
74686 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74687 Date:   Sun Oct 21 10:55:37 2007 +0900
74688
74689     [MIPS] u-boot.lds: Define _gp in a standard manner
74690
74691     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74692
74693 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
74694 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74695 Date:   Sun Oct 21 10:55:36 2007 +0900
74696
74697     [MIPS] Fix $gp usage
74698
74699     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
74700     As a general principle, we should use _gp for $gp.
74701
74702     Thanks to linker script's help we fortunately have _gp which equals to
74703     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
74704     be able to access to GOT entires, global variables and procedure entry
74705     points. The right thing to do is to use _gp.
74706
74707     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
74708     which holds the offset from _gp. When updating GOT entries, we use this
74709     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
74710
74711     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
74712     I made some change to leave over num_got_entries.
74713
74714     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74715     Cc: Vlad Lungu <vlad@comsys.ro>
74716
74717 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
74718 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74719 Date:   Sun Oct 21 10:55:36 2007 +0900
74720
74721     [MIPS] u-boot.lds: Fix __got_start and __got_end
74722
74723     Ensure that __got_start points to top of the `.got', and __got_end points
74724     to bottom as well, so that we never fail to count num_got_entries.
74725
74726     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74727
74728 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
74729 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74730 Date:   Sun Oct 21 10:55:36 2007 +0900
74731
74732     [MIPS] u-boot.lds: Remove duplicated .sdata section
74733
74734     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74735
74736 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
74737 Author: Wolfgang Denk <wd@denx.de>
74738 Date:   Sun Oct 21 01:01:17 2007 +0200
74739
74740     Minor coding style cleanup; update CHANGELOG
74741
74742     Signed-off-by: Wolfgang Denk <wd@denx.de>
74743
74744 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
74745 Author: Vlad Lungu <vlad@comsys.ro>
74746 Date:   Thu Oct 4 20:47:10 2007 +0300
74747
74748     Fix NE2000 driver:
74749
74750     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
74751     to do anything in eth_stop() if eth_init() was not called.
74752     Simplified RX path in order to avoid timeouts on really really
74753     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
74754     clever enough to cope with 1 packet per eth_rx().
74755
74756     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
74757
74758 commit df90968b48fb34fa9072fab150db2ac89678f537
74759 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
74760 Date:   Mon Sep 24 13:32:13 2007 -0400
74761
74762     Setting MSR[DE] in do_reset
74763
74764     Hello,
74765        This patch ensures the soft reset of the board for the 85xx boards
74766        by setting the MSR[DE] in the do_reset function.
74767
74768     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
74769
74770 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
74771 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
74772 Date:   Mon Sep 24 13:36:01 2007 -0400
74773
74774     MSR overwrite fix
74775
74776     Hello,
74777       This patch fixes the MSR overwrite in the start.S when moving out of
74778       the last 4K page.
74779
74780     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
74781
74782 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
74783 Author: Dan Wilson <dwilson@fulcrummicro.com>
74784 Date:   Fri Oct 19 11:33:48 2007 -0500
74785
74786     tsec driver should clear RHALT on startup
74787
74788     This was causing problems for some people.
74789
74790     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
74791     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
74792     Signed-off-by: Andy Fleming <afleming@freescale.com>
74793
74794 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
74795 Author: Kumar Gala <galak@kernel.crashing.org>
74796 Date:   Thu Oct 11 00:29:18 2007 -0500
74797
74798     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
74799
74800     On the MPC85xx CDS we have two issues:
74801
74802     1. The device tree fixup code did not check to see if the property we are
74803     trying to update is actually found.  Its possible that it would update
74804     random memory starting at 0.
74805
74806     2. Newer Linux kernel's have moved the location of the PCI nodes to be
74807     sibilings of the soc node and not children.  The explicit PATH to the PCI
74808     node would not be found for these device trees.  Add the ability to handle
74809     both paths.  In the future we shouldn't handle such fixups by explicit path.
74810
74811     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74812
74813 commit a3063eec775719b7e91023bbec3f64b3118791df
74814 Author: Kumar Gala <galak@kernel.crashing.org>
74815 Date:   Thu Oct 11 00:18:48 2007 -0500
74816
74817     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
74818
74819     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
74820     console.  Make it so we match that config what we tell Linux as the early
74821     STDOUT console.
74822
74823     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74824
74825 commit e1ce3cb617bb06f91f82f98915391175addf3e82
74826 Author: Kumar Gala <galak@kernel.crashing.org>
74827 Date:   Tue Oct 2 11:12:27 2007 -0500
74828
74829     Remove magic numbers from cache related operations for mpc85xx
74830
74831     The mpc85xx start code uses some magic numbers that we actually
74832     have #defines for in <config.h> so use those instead.
74833
74834     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74835
74836 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
74837 Author: Detlev Zundel <dzu@denx.de>
74838 Date:   Fri Oct 19 16:47:26 2007 +0200
74839
74840     Fix two typos.
74841
74842     Signed-off-by: Detlev Zundel <dzu@denx.de>
74843
74844 commit 281df457c1aa50d2752165d0c5c3282d4027b974
74845 Author: Tony Li <tony.li@freescale.com>
74846 Date:   Thu Oct 18 17:47:19 2007 +0800
74847
74848     mpc83xx: Add configure entry for MPC83xx ATM support
74849
74850     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
74851     Makfile and MAKEALL
74852
74853     Signed-off-by: Tony Li <tony.li@freescale.com>
74854     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
74855
74856 commit d2646554f529a9577515eceb0ec5eceee18244ba
74857 Author: Tony Li <tony.li@freescale.com>
74858 Date:   Thu Oct 18 17:44:38 2007 +0800
74859
74860     mpc83xx: pq-mds-pib.c typo error
74861
74862     Correct to val8 from val.
74863
74864     Signed-off-by: Tony Li <tony.li@freescale.com>
74865     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
74866
74867 commit 3e11ae80fec1ee12194940955431186abf6009c2
74868 Author: Stefan Roese <sr@denx.de>
74869 Date:   Wed Oct 17 15:40:19 2007 +0200
74870
74871     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
74872
74873     Signed-off-by: Stefan Roese <sr@denx.de>
74874
74875 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
74876 Author: Jon Loeliger <jdl@freescale.com>
74877 Date:   Tue Oct 16 15:27:43 2007 -0500
74878
74879     Initial mpc8610hpcd Makefile files.
74880
74881     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74882     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
74883     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
74884     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74885
74886 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
74887 Author: Jon Loeliger <jdl@freescale.com>
74888 Date:   Tue Oct 16 15:26:51 2007 -0500
74889
74890     Initial mpc8610hpcd cpu/, README and include/ files.
74891
74892     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74893     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
74894     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
74895     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74896
74897 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
74898 Author: Jon Loeliger <jdl@freescale.com>
74899 Date:   Tue Oct 16 13:54:01 2007 -0500
74900
74901     Initial mpc8610hpcd board files.
74902
74903     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74904     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
74905     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
74906     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74907
74908 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
74909 Author: runet@innovsys.com <runet@innovsys.com>
74910 Date:   Tue Oct 16 14:50:40 2007 -0500
74911
74912     Make MPC8266ADS board compile again.
74913
74914     Signed-off-by: Runet Torgersen <runet@innovsys.com>
74915
74916 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
74917 Author: Jon Loeliger <jdl@freescale.com>
74918 Date:   Mon Aug 27 12:41:03 2007 -0500
74919
74920     86xx: Allow for fewer DDR slots per memory controller.
74921
74922     As a direct correlation exists between DDR DIMM slots
74923     and SPD EEPROM addresses used to configure them, use
74924     the individually defined SPD_EEPROM_ADDRESS* values to
74925     determine if a DDR DIMM slot should have its SPD
74926     configuration read or not.
74927
74928     Effectively, this now allows for 1 or 2 DIMM slots
74929     per memory controller.
74930
74931     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74932
74933 commit 4d4a945e189a2f384c66432316da2788a0ac1607
74934 Author: Rodolfo Giometti <giometti@enneenne.com>
74935 Date:   Mon Oct 15 11:59:17 2007 +0200
74936
74937     PXA USB OHCI: "usb stop" implementation.
74938
74939     Some USB keys need to be switched off before loading the kernel
74940     otherwise they can remain in an undefined status which prevents them
74941     to be correctly recognized by the kernel.
74942
74943     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
74944
74945 commit e2e93442e558cf1500e92861f99713b2f045ea22
74946 Author: Stefan Roese <sr@denx.de>
74947 Date:   Mon Oct 15 11:39:00 2007 +0200
74948
74949     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
74950
74951     The I2C bootstrap values that can be setup via the "bootstrap" command,
74952     were setup incorrect regarding the generation of the internal sync PCI
74953     clock. The values for PLB clock == 133MHz were slighly incorrect and the
74954     values for PLB clock == 166MHz were totally incorrect. This could
74955     lead to a hangup upon booting while PCI configuration scan.
74956
74957     This patch fixes this issue and configures valid PCI divisor values
74958     for the sync PCI clock, with respect to the provided external async
74959     PCI frequency.
74960
74961     Here the values of the formula in the chapter 14.2 "PCI clocking"
74962     from the 440EPx users manual:
74963
74964     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
74965
74966     33MHz async PCI frequency:
74967     PLB = 133:
74968     =>      32 <= 44.3 <= 65        (div = 3)
74969
74970     PLB = 166:
74971     =>      32 <= 55.3 <= 65        (div = 3)
74972
74973     66MHz async PCI frequency:
74974     PLB = 133:
74975     =>      65 <= 66.5 <= 132       (div = 2)
74976
74977     PLB = 166:
74978     =>      65 <= 83 <= 132         (div = 2)
74979
74980     Signed-off-by: Stefan Roese <sr@denx.de>
74981
74982 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
74983 Author: Stefan Roese <sr@denx.de>
74984 Date:   Mon Oct 15 11:29:33 2007 +0200
74985
74986     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
74987
74988     The BCSR status bit for the 66MHz PCI operation was correctly
74989     addressed (MSB/LSB problem). Now the correct currently setup
74990     PCI frequency is displayed upon bootup.
74991
74992     This patch also fixes this problem on Rainier & Yellowstone, since these
74993     boards use the same souce code as Sequoia & Yosemite do.
74994
74995     Signed-off-by: Stefan Roese <sr@denx.de>
74996
74997 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
74998 Author: Martin Krause <martin.krause@tqs.de>
74999 Date:   Wed Sep 26 17:55:56 2007 +0200
75000
75001     TQM860M: adjust for doubled flash sector size.
75002
75003     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
75004     doubled sector size.
75005
75006     Signed-off-by: Martin Krause <martin.krause@tqs.de>
75007
75008 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
75009 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
75010 Date:   Wed Sep 26 17:55:54 2007 +0200
75011
75012     TQM8xx: Fix CAN timing.
75013
75014     Signed-off-by: Martin Krause <martin.krause@tqs.de>
75015
75016 commit d43e489baf02afae49077791fb22332d240d8656
75017 Author: Martin Krause <martin.krause@tqs.de>
75018 Date:   Thu Sep 27 14:54:36 2007 +0200
75019
75020     TQM866M: fix SDRAM refresh
75021
75022     At 133 MHz the current SDRAM refresh rate is too fast
75023     (measured 4 * 1.17 us).
75024     CFG_MAMR_PTA changes from 39 to 97. This result
75025     in a refresh rate of 4 * 7.8 us at the default clock
75026     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
75027     This is a compromise until a new method is found to
75028     adjust the refresh rate.
75029
75030     Signed-off-by: Martin Krause <martin.krause@tqs.de>
75031
75032 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
75033 Author: Martin Krause <martin.krause@tqs.de>
75034 Date:   Wed Sep 26 17:55:55 2007 +0200
75035
75036     TQM866M: adjust for doubled flash sector size.
75037
75038     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
75039     doubled sector size.
75040
75041     Signed-off-by: Martin Krause <martin.krause@tqs.de>
75042
75043 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
75044 Author: Michal Simek <monstr@monstr.eu>
75045 Date:   Sun Oct 14 16:12:29 2007 +0200
75046
75047     [FIX] XUPV2P change command handling
75048     and remove code violation
75049
75050 commit 636400198228d96983c06657b17f760f5989958e
75051 Author: Wolfgang Denk <wd@denx.de>
75052 Date:   Sun Oct 14 00:13:19 2007 +0200
75053
75054     Prepare for 1.3.0-rc3 release
75055
75056     Signed-off-by: Wolfgang Denk <wd@denx.de>
75057
75058 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
75059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
75060 Date:   Sat Sep 29 13:41:37 2007 +0200
75061
75062     Fix warning differ in signedness in cpu/pxa/mmc.c
75063
75064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
75065
75066 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
75067 Author: Wolfgang Denk <wd@denx.de>
75068 Date:   Sat Oct 13 23:51:14 2007 +0200
75069
75070     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
75071
75072     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
75073     Signed-off-by: Wolfgang Denk <wd@denx.de>
75074
75075 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
75076 Author: Wolfgang Denk <wd@denx.de>
75077 Date:   Sat Oct 13 21:15:39 2007 +0200
75078
75079     Coding Style cleanup.
75080
75081     Signed-off-by: Wolfgang Denk <wd@denx.de>
75082
75083 commit e1893815b0999410d7a327589611c7b38e95299e
75084 Author: Wolfgang Denk <wd@denx.de>
75085 Date:   Fri Oct 12 15:49:39 2007 +0200
75086
75087     GP3 SSA: enable RTC
75088
75089     Signed-off-by: Wolfgang Denk <wd@denx.de>
75090
75091 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
75092 Author: Grzegorz Bernacki <gjb@semihalf.com>
75093 Date:   Tue Oct 9 13:58:24 2007 +0200
75094
75095     [ads5121] EEPROM support added.
75096
75097     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75098
75099 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
75100 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
75101 Date:   Sat Oct 6 18:55:35 2007 +0200
75102
75103     AVR32: Initialize bi_flash* in board_init_r
75104
75105     The ATSTK1000-specific flash driver intializes bi_flashstart,
75106     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
75107     driver, don't.
75108
75109     Initialize these in board_init_r instead so that things will still be
75110     set up correctly when we switch to the CFI driver.
75111
75112     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75113
75114 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
75115 Author: Marian Balakowicz <m8@semihalf.com>
75116 Date:   Fri Oct 5 10:40:54 2007 +0200
75117
75118     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
75119
75120     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
75121
75122 commit 92869195ef8210758d2176230c0a36897afd50ed
75123 Author: Bartlomiej Sieka <tur@semihalf.com>
75124 Date:   Fri Oct 5 09:46:06 2007 +0200
75125
75126     CM5200: Fix missing null-termination in hostname manipulation code
75127
75128     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
75129
75130 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
75131 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
75132 Date:   Tue Oct 2 19:09:01 2007 +0200
75133
75134     Fix memtest breakage
75135
75136     CFG_MEMTEST_START uses weird magic involving gd, which fails to
75137     compile. Use hardcoded values instead (we actually know how much RAM
75138     we have on board.)
75139
75140     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75141
75142 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
75143 Author: Stefan Roese <sr@denx.de>
75144 Date:   Tue Oct 2 11:44:46 2007 +0200
75145
75146     ppc4xx: Coding style cleanup
75147
75148     Signed-off-by: Stefan Roese <sr@denx.de>
75149
75150 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
75151 Author: Stefan Roese <sr@denx.de>
75152 Date:   Tue Oct 2 11:44:19 2007 +0200
75153
75154     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
75155
75156     Signed-off-by: Stefan Roese <sr@denx.de>
75157
75158 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
75159 Author: Grzegorz Bernacki <gjb@semihalf.com>
75160 Date:   Mon Oct 1 09:51:50 2007 +0200
75161
75162     Program EPLD to force full duplex mode for PHY.
75163
75164     EPLD forces modes of PHY operation. By default full duplex is turned off.
75165     This fix turns it on.
75166
75167     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75168
75169 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
75170 Author: Timo Ketola <timo.ketola@exertus.fi>
75171 Date:   Mon Sep 24 14:50:32 2007 +0300
75172
75173     Bugfix: Use only one PTD for one endpoint
75174
75175     Original isp116x-hcd code prepared multiple PTDs for longer than 16
75176     byte transfers for one endpoint. That is unnecessary because the
75177     ISP116x is able to split long data from one PTD into multiple
75178     transactions based on the buffer size of the endpoint. It also caused
75179     serious problems if the endpoint NAKed some of the transactions. In
75180     that case ISP116x wouldn't notice that the other PTDs were for the same
75181     endpoint and would try the other PTDs possibly out of order. That would
75182     break the whole transfer.
75183
75184     This patch makes isp116x_submit_job to use one PTD for one transfer.
75185
75186     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
75187     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
75188
75189 commit 86ec86c04326c3913178a7679aa910de071da75d
75190 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
75191 Date:   Thu Sep 27 23:27:47 2007 +0200
75192
75193     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
75194
75195     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
75196
75197 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
75198 Author: Stefan Roese <sr@denx.de>
75199 Date:   Tue Sep 11 14:12:55 2007 +0200
75200
75201     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
75202
75203     Signed-off-by: Stefan Roese <sr@denx.de>
75204
75205 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
75206 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
75207 Date:   Wed Sep 26 16:35:54 2007 -0500
75208
75209     85xx io out functions need sync after write.
75210
75211     This fixes the mc146818 rtc_read/write functions for 85xx.
75212
75213     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
75214
75215 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
75216 Author: Grant Likely <grant.likely@secretlab.ca>
75217 Date:   Tue Sep 25 15:48:05 2007 -0600
75218
75219     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
75220
75221     CFG_FPGA_XILINX is a bit value used to test against the value in
75222     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
75223     think that is the intention in this code.
75224
75225     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75226
75227 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
75228 Author: Michal Simek <monstr@monstr.eu>
75229 Date:   Mon Sep 24 00:41:30 2007 +0200
75230
75231     [FIX] change command handling and removing code violation
75232
75233 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
75234 Author: Michal Simek <monstr@monstr.eu>
75235 Date:   Mon Sep 24 00:36:06 2007 +0200
75236
75237     [FIX] change sets of commands
75238     because changing of command handling brings
75239     compilation problems
75240
75241 commit cb1bc63b75a232571eb69aa2c8aa919321655845
75242 Author: Michal Simek <monstr@monstr.eu>
75243 Date:   Mon Sep 24 00:30:42 2007 +0200
75244
75245     [FIX] Email reparation & Copyright
75246     Both codes are written by myself without any
75247     support from CTU
75248
75249 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
75250 Author: Michal Simek <monstr@monstr.eu>
75251 Date:   Mon Sep 24 00:25:11 2007 +0200
75252
75253     [PATCH] Change macro name for UartLite
75254     because PowerPC 405 can use UartLite as console
75255
75256 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
75257 Author: Michal Simek <monstr@monstr.eu>
75258 Date:   Mon Sep 24 00:21:19 2007 +0200
75259
75260     [PATCH] Add support for design without interrupt controller
75261     Polling timer
75262
75263 commit 0731933ec8ec45d02ba89b52df673d526873cdde
75264 Author: Michal Simek <monstr@monstr.eu>
75265 Date:   Mon Sep 24 00:19:48 2007 +0200
75266
75267     [FIX] resolve problem with cpu without barrel shifter
75268
75269 commit db14d77995ce515b728b178b63f82babe60e3d56
75270 Author: Michal Simek <monstr@monstr.eu>
75271 Date:   Mon Sep 24 00:18:46 2007 +0200
75272
75273     [FIX] repair email address
75274
75275 commit 481d4328618804add1f818a6c96296121cd0528e
75276 Author: Michal Simek <monstr@monstr.eu>
75277 Date:   Mon Sep 24 00:17:42 2007 +0200
75278
75279     [FIX] repair MFSL commands
75280
75281 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
75282 Author: Michal Simek <monstr@monstr.eu>
75283 Date:   Mon Sep 24 00:08:37 2007 +0200
75284
75285     synchronizition with mainline
75286
75287 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
75288 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75289 Date:   Sun Sep 23 02:42:38 2007 +0900
75290
75291     sh: Add support command of ide with sh
75292
75293     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75294
75295 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
75296 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75297 Date:   Sun Sep 23 02:38:42 2007 +0900
75298
75299     sh: Update Makefile
75300
75301     Add support MS7722SE01 to Makefile.
75302
75303     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75304
75305 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
75306 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75307 Date:   Sun Sep 23 02:31:13 2007 +0900
75308
75309     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
75310
75311     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75312
75313 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
75314 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75315 Date:   Sun Sep 23 02:19:24 2007 +0900
75316
75317     sh: Update MS7750SE01 platform
75318
75319     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75320
75321 commit 516ad760db3553766267ada01b7d5d727faa4bbd
75322 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75323 Date:   Sun Sep 23 02:17:08 2007 +0900
75324
75325     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
75326
75327     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75328
75329 commit b02bad128669e567fce87d8df823b06a0144b8db
75330 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75331 Date:   Sun Sep 23 02:12:30 2007 +0900
75332
75333     sh: Update core code of SuperH.
75334
75335     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75336
75337 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
75338 Author: Wolfgang Denk <wd@denx.de>
75339 Date:   Thu Sep 20 00:04:14 2007 +0200
75340
75341     v1.3.0-rc2
75342
75343     Signed-off-by: Wolfgang Denk <wd@denx.de>
75344
75345 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
75346 Author: Wolfgang Denk <wd@denx.de>
75347 Date:   Tue Sep 18 21:36:35 2007 +0200
75348
75349     Avoid compiler warning.
75350
75351     Signed-off-by: Wolfgang Denk <wd@denx.de>
75352
75353 commit 8a783a65851bc7421ab69f442261215e21b8891a
75354 Author: Grant Likely <grant.likely@secretlab.ca>
75355 Date:   Tue Sep 18 12:24:57 2007 -0600
75356
75357     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
75358
75359     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
75360     nulls in a string differently.  For example, the following statement:
75361         echo "this is a string\0" > afile
75362     Will produce the following with /bin/bash:
75363         "this is a string\0"
75364     But with /bin/dash, will produce:
75365         "this is a string
75366
75367     Bug fixed by moving the embedded null out of the makefile and into the
75368     config header.  Also renamed the macro to avoid usage colision with the same
75369     macro used by other board ports.
75370
75371     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75372
75373 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
75374 Author: Wolfgang Denk <wd@denx.de>
75375 Date:   Tue Sep 18 17:40:27 2007 +0200
75376
75377     MCC200: fix build warning
75378
75379     The MCC200 board config file includes version.h for some customer-
75380     specific setting, which causes warnings with "make depend"; build
75381     version.h before depend.
75382
75383     Signed-off-by: Wolfgang Denk <wd@denx.de>
75384
75385 commit bd86220f58b99d6896198c385fda132f0c980915
75386 Author: Peter Pearse <peter.pearse@arm.com>
75387 Date:   Tue Sep 18 13:07:54 2007 +0100
75388
75389     Move coloured led API to status_led.h
75390     Improve indentation in drivers/at45.c
75391
75392 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
75393 Author: Eirik Aanonsen <eaa@wprmedical.com>
75394 Date:   Tue Sep 18 08:47:20 2007 +0200
75395
75396     Update atstk1002 bootargs.
75397
75398     Updates to atstk1002 U-Boot header file:
75399     - Changed bootargs:
75400         * Set the bootargs for at1002 to point to the SD-card partition instead
75401         * ... of the boot flash.
75402         * Removing the rootfstype since that argument are not needed.
75403
75404     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
75405     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75406
75407 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
75408 Author: Eirik Aanonsen <eaa@wprmedical.com>
75409 Date:   Wed Sep 12 13:32:37 2007 +0200
75410
75411     Add some comments to clocks in atstk1002.h
75412
75413     This patch applies some clarifying comments to how the different
75414     clocks are setup according to atstk1002.h Some of the previous
75415     comments where stating wrongful information.
75416
75417     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75418
75419 commit 97213f32416ead885deafea86774e912ffd60ad0
75420 Author: David Saada <David.Saada@ecitele.com>
75421 Date:   Mon Sep 17 17:04:47 2007 +0200
75422
75423     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
75424
75425     Signed-off-by: David Saada <david.saada@ecitele.com>
75426
75427 commit 30363e98fa470fbecea5e8bc0f1443352754f303
75428 Author: Stefan Roese <sr@denx.de>
75429 Date:   Mon Sep 17 08:20:47 2007 +0200
75430
75431     Small whitespace cleanup of OneNAND patch
75432
75433     Signed-off-by: Stefan Roese <sr@denx.de>
75434
75435 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
75436 Author: Kyungmin Park <kmpark@infradead.org>
75437 Date:   Mon Sep 10 17:15:14 2007 +0900
75438
75439     OneNAND support (take #2)
75440
75441     [PATCH 3/3] OneNAND support (take #2)
75442
75443     OneNAND support at U-Boot
75444
75445     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75446
75447 commit 17aa2800457df0c06b41516f46f126712c196219
75448 Author: Kyungmin Park <kmpark@infradead.org>
75449 Date:   Mon Sep 10 17:14:34 2007 +0900
75450
75451     OneNAND support (take #2)
75452
75453     [PATCH 2/3] OneNAND support (take #2)
75454
75455     OneNAND support at U-Boot
75456
75457     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75458
75459 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
75460 Author: Kyungmin Park <kmpark@infradead.org>
75461 Date:   Mon Sep 10 17:13:49 2007 +0900
75462
75463     OneNAND support (take #2)
75464
75465     [PATCH 1/3] OneNAND support (take #2)
75466
75467     OneNAND support at U-Boot
75468
75469     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75470
75471 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
75472 Author: Michal Simek <monstr@monstr.eu>
75473 Date:   Sun Sep 16 20:51:57 2007 +0200
75474
75475     [FIX] remove files form repository
75476
75477 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
75478 Author: Wolfgang Denk <wd@denx.de>
75479 Date:   Sun Sep 16 17:10:04 2007 +0200
75480
75481     TQM8xx[LM]: Fix broken environment alignment.
75482
75483     With recent toolchains, the environment sectors were no longer aligned to
75484     sector boundaries. The reason was a combination of two bugs:
75485
75486     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
75487        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
75488        this gets defined, is not included here (and cannot be included
75489        without causing lots of problems).
75490
75491        Added a new #define CFG_USE_PPCENV for all boards which really
75492        want to put the environment is a ".ppcenv" section.
75493
75494     2) The linker scripts just include environment.o, silently assuming
75495        that the objects in that file are really in the order in which
75496        they are coded in the C file, i. e. "environment" first, then
75497        "redundand_environment", and "env_size" last. However, current
75498        toolchains (GCC-4.x) reorder the objects, causing the environment
75499        data not to start on a flash sector boundary:
75500
75501        Instead of:                                      we got:
75502
75503         40008000 T environment                  40008000 T env_size
75504         4000c000 T redundand_environment        40008004 T redundand_environment
75505         40010000 T env_size                     4000c004 T environment
75506
75507        Note: this patch fixes just the first part, and cures the alignment
75508        problem by making sure that "env_size" gets placed correctly. However,
75509        we still have a potential issue because primary and redundant
75510        environment sectors are actually swapped, i. e. we have now:
75511
75512         40008000 T redundand_environment
75513         4000c000 T environment
75514         40010000 T env_size
75515
75516        This shall be fixed in the next version.
75517
75518     Signed-off-by: Wolfgang Denk <wd@denx.de>
75519
75520 commit eb6da8050797c204c9d010548424186c7ce32fc1
75521 Author: Wolfgang Denk <wd@denx.de>
75522 Date:   Sun Sep 16 02:39:35 2007 +0200
75523
75524     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
75525
75526     Signed-off-by: Wolfgang Denk <wd@denx.de>
75527
75528 commit cd2d1602c54cc6957bdef3872272a4b264893960
75529 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
75530 Date:   Mon Sep 10 14:54:56 2007 -0400
75531
75532     Typo fix in tsec.c
75533
75534     Fixup for the break statement in wrong place.
75535
75536     [Patch by urwithsughosh@gmail.com]
75537     Acked-by: Andy Fleming <afleming@freescale.com>
75538     Signed-off-by:      Wolfgang Denk <wd@denx.de>
75539
75540 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
75541 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75542 Date:   Tue Sep 11 17:04:00 2007 +0200
75543
75544     Fix do_div() usage in nand process output
75545
75546     Fix usage of do_div() in nand erase|read|write process output.
75547
75548     The last patch to nand_util.c introduced do_div() instead of libgcc's
75549     implementation. But do_div() returns the quotient in its first
75550     macro parameter and not as result.
75551
75552     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75553
75554 commit c750d2e6692a000a82f29de7bf24e3dc21239161
75555 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75556 Date:   Wed Sep 12 12:36:53 2007 +0200
75557
75558     NAND: Add CFG_NAND_QUIET option
75559
75560     This config option sets the default for the progress information
75561     output behavior that can also be configured through the 'quiet'
75562     environment variable.
75563
75564     The legacy NAND code does not print the current progress info
75565     on the console. So this option is for backward compatibility for
75566     units that are in the field and where setting the quiet variable
75567     is not an option. With CFG_NAND_QUIET set to '1' the console
75568     progress info is turned off. This can still be overwritten
75569     through the environment variable.
75570
75571     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75572
75573 commit dcb88630290d2bcd803386dd4c2be73142994c4f
75574 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
75575 Date:   Thu Sep 13 16:06:05 2007 -0700
75576
75577     ColdFire: fix build error becasue of bad type of mii_init()
75578
75579     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
75580
75581 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
75582 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
75583 Date:   Thu Sep 13 16:04:05 2007 -0700
75584
75585     ColdFire: Fix build error caused by pixis.c
75586
75587     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
75588
75589     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
75590
75591 commit e21659e30660a1377c42af135a6114efe39801d9
75592 Author: Sam Sparks <SSparks@twacs.com>
75593 Date:   Fri Sep 14 11:14:42 2007 -0600
75594
75595     Update MPC8349ITX*_config to place config.tmp in right place.
75596
75597     MPC834ITX*_config does not store config.tmp at the correct locatation,
75598     causing MPC8349ITXGP to have the wrong TEXT_BASE.
75599
75600     Signed-off-by: Sam Sparks <SSparks@twacs.com>
75601     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75602
75603 commit 1218abf1b5817a39a82399b4b928b00750575bda
75604 Author: Wolfgang Denk <wd@denx.de>
75605 Date:   Sat Sep 15 20:48:41 2007 +0200
75606
75607     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
75608
75609     Signed-off-by: Wolfgang Denk <wd@denx.de>
75610
75611 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
75612 Author: Dirk Behme <dirk.behme@googlemail.com>
75613 Date:   Sat Sep 15 11:55:42 2007 +0200
75614
75615     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
75616
75617     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
75618     function local.
75619
75620     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
75621
75622     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
75623
75624 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
75625 Author: Michal Simek <monstr@monstr.eu>
75626 Date:   Sat Sep 15 00:03:35 2007 +0200
75627
75628     Synchronize with U-BOOT mainline
75629
75630 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
75631 Author: Sam Sparks <SSparks@twacs.com>
75632 Date:   Fri Sep 14 11:14:42 2007 -0600
75633
75634     Update MPC8349ITX*_config to place config.tmp in right place.
75635
75636     MPC834ITX*_config does not store config.tmp at the correct locatation,
75637     causing MPC8349ITXGP to have the wrong TEXT_BASE.
75638
75639     Signed-off-by: Sam Sparks <SSparks@twacs.com>
75640     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75641     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
75642
75643 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
75644 Author: Bartlomiej Sieka <tur@semihalf.com>
75645 Date:   Thu Sep 13 18:21:48 2007 +0200
75646
75647     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
75648
75649     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
75650
75651 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
75652 Author: Bartlomiej Sieka <tur@semihalf.com>
75653 Date:   Thu Sep 13 16:33:59 2007 +0200
75654
75655     tqm5200: Restore customary env. variable boot commands for powerpc kernels
75656
75657     - update default definitions of kernel_addr and fdt_addr env. variables
75658     - make arch/powerpc booting the default scenario
75659     - update MTD partition layout to match the above
75660
75661     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
75662
75663 commit f34024d4a328e6edd906456da98d2c537155c4f7
75664 Author: Wolfgang Denk <wd@denx.de>
75665 Date:   Wed Sep 12 00:48:57 2007 +0200
75666
75667     Fix memory corruption problem on STX GP3 SSA Board.
75668
75669     Signed-off-by: Wolfgang Denk <wd@denx.de>
75670
75671 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
75672 Author: Peter Pearse <peter.pearse@arm.com>
75673 Date:   Tue Sep 11 15:35:01 2007 +0100
75674
75675     Final tidy
75676
75677 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
75678 Author: Grzegorz Bernacki <gjb@semihalf.com>
75679 Date:   Tue Sep 11 15:42:11 2007 +0200
75680
75681     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
75682     scan on second pci bus.
75683
75684     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75685
75686 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
75687 Author: Grzegorz Bernacki <gjb@semihalf.com>
75688 Date:   Tue Sep 11 12:57:52 2007 +0200
75689
75690     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
75691
75692     Bamboo has a file sdram.c which needs special treatment when building in
75693     separate directory. It has to be linked to build directory otherwise it is
75694     not seen.
75695
75696     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75697
75698 commit d45963854eff39d575124d859419bb4953ce2c87
75699 Author: Michal Simek <monstr@monstr.eu>
75700 Date:   Tue Sep 11 00:37:04 2007 +0200
75701
75702     [FIX] Microblaze ML401 - repare FLASH handling
75703
75704 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
75705 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
75706 Date:   Mon Sep 10 16:55:59 2007 +0100
75707
75708     Allocate CPU Architecture Code for STMicroelectronics' ST200.
75709
75710     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
75711     ---------------------------------------------------
75712
75713 commit 754bac48156f8958d8f6a53a51eda88ab5758929
75714 Author: Wolfgang Denk <wd@denx.de>
75715 Date:   Mon Sep 10 20:42:31 2007 +0200
75716
75717     Update version to match current state.
75718
75719     Signed-off-by: Wolfgang Denk <wd@denx.de>
75720
75721 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
75722 Author: Grzegorz Bernacki <gjb@semihalf.com>
75723 Date:   Mon Sep 10 17:39:08 2007 +0200
75724
75725     [MPC512x] Streamline frame handling in the FEC driver
75726
75727     - convert frame size settings to be derived from a single base
75728     - set frame size to the recommended default value
75729
75730     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75731
75732 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
75733 Author: Kyungmin Park <kmpark@infradead.org>
75734 Date:   Mon Sep 10 11:34:00 2007 +0900
75735
75736     Remove compiler warning: target CPU does not support interworking
75737
75738     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75739
75740 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
75741 Author: Wolfgang Denk <wd@denx.de>
75742 Date:   Sun Sep 9 21:21:33 2007 +0200
75743
75744     Fix compile error in spc1920 config.
75745
75746     Signed-off-by: Markus Klotzbücher <mk@denx.de>
75747     Signed-off-by: Wolfgang Denk <wd@denx.de>
75748
75749 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
75750 Author: Grant Likely <grant.likely@secretlab.ca>
75751 Date:   Fri Sep 7 09:25:07 2007 -0600
75752
75753     Bugfix: make bootm+libfdt compile on boards with no flash
75754
75755     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75756
75757 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
75758 Author: Grzegorz Bernacki <gjb@semihalf.com>
75759 Date:   Fri Sep 7 18:35:37 2007 +0200
75760
75761     [PPC440SPe] PCIe environment settings for Katmai and Yucca
75762
75763     - 'pciconfighost' is set by default in order to be able to scan bridges
75764     behind the primary host/PCIe
75765
75766     - 'pciscandelay' env variable is recognized to allow for user-controlled
75767     delay before the PCIe bus enumeration; some peripheral devices require a
75768     significant delay before they can be scanned (e.g. LSI8408E); without the
75769     delay they are not detected
75770
75771     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75772
75773 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
75774 Author: Grzegorz Bernacki <gjb@semihalf.com>
75775 Date:   Fri Sep 7 18:20:23 2007 +0200
75776
75777     [PPC440SPe] Improve PCIe configuration space access
75778
75779     - correct configuration space mapping
75780     - correct bus numbering
75781     - better access to config space
75782
75783     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
75784     first device on the first bus. We now allow to configure up to 16 buses;
75785     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
75786     peripheral devices farther in hierarchy can be identified.
75787
75788     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75789
75790 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
75791 Author: Grzegorz Bernacki <gjb@semihalf.com>
75792 Date:   Fri Sep 7 17:46:18 2007 +0200
75793
75794     [PPC440SPe] Convert machine check exceptions handling
75795
75796     Convert using fixup mechanism to suppressing MCK for the duration of config
75797     read/write transaction: while fixups work fine with the case of a precise
75798     exception, we identified a major drawback with this approach when there's
75799     an imprecise case. In this scenario there is the following race condition:
75800     the fixup is (by design) set to catch the instruction following the one
75801     actually causing the exception; if an interrupt (e.g. decrementer) happens
75802     between those two instructions, the ISR code is executed before the fixup
75803     handler the machine check is no longer protected by the fixup handler as it
75804     appears as within the ISR code. In consequence the fixup approach is being
75805     phased out and replaced with explicit suppressing of MCK during a PCIe
75806     config read/write cycle.
75807
75808     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75809
75810 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
75811 Author: Wolfgang Denk <wd@denx.de>
75812 Date:   Fri Sep 7 17:43:36 2007 +0200
75813
75814     Fix typo in MAKEALL script.
75815
75816     Signed-off-by: Wolfgang Denk <wd@denx.de>
75817
75818 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
75819 Author: Grzegorz Bernacki <gjb@semihalf.com>
75820 Date:   Fri Sep 7 17:09:21 2007 +0200
75821
75822     [MPC512x] Proper handling of larger frames in the FEC driver
75823
75824     When frame larger than local RX buffer is received, it is split and handled
75825     by two buffer descriptors. Prior to this patch the FEC driver discarded
75826     contents of a buffer descriptor without the 'LAST' bit set, so the first
75827     part of the frame was lost in case of larger frames. This fix allows to
75828     safely combine the two pieces into the whole frame.
75829
75830     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75831
75832 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
75833 Author: Rafal Jaworowski <raj@semihalf.com>
75834 Date:   Fri Sep 7 17:05:36 2007 +0200
75835
75836     [MPC512x] Correct fixup relocation
75837
75838     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
75839
75840 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
75841 Author: Wolfgang Denk <wd@denx.de>
75842 Date:   Fri Sep 7 01:21:25 2007 +0200
75843
75844     Update CHANGELOG, minor coding style cleanup.
75845
75846 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
75847 Author: stefano babic <sbabic@denx.de>
75848 Date:   Thu Aug 30 23:01:49 2007 +0200
75849
75850     PXA270: Added support for TrizepsIV board.
75851
75852     This patch add support for the Trizeps IV module (520Mhz).
75853
75854     Signed-off-by: Stefano Babic <sbabic@denx.de>
75855
75856 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
75857 Author: stefano babic <sbabic@denx.de>
75858 Date:   Thu Aug 30 22:57:04 2007 +0200
75859
75860     PXA270: Add support for multiple serial ports.
75861
75862     This patch adds support for multiple serial ports to the PXA target.
75863     FFUART, BTUART and STUART are supported.
75864
75865     Signed-off-by: Stefano Babic <sbabic@denx.de>
75866
75867 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
75868 Author: stefano babic <sbabic@denx.de>
75869 Date:   Thu Aug 30 22:48:47 2007 +0200
75870
75871     PXA270: fix compile issue (invalid lvalue)
75872
75873     Code is broken for PXA270 due to "invalid lvalue in assignment".
75874
75875     This patch fix it in pxa-regs.h
75876
75877     Signed-off-by: Stefano Babic <sbabic@denx.de>
75878
75879 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
75880 Author: Jason Jin <Jason.jin@freescale.com>
75881 Date:   Thu Aug 30 18:19:05 2007 +0800
75882
75883     Add BUILD_DIR support for bios emulator.
75884
75885     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
75886
75887 commit b4d8a55145442f136982634862341a3e02002bda
75888 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75889 Date:   Fri Aug 31 14:41:51 2007 +0900
75890
75891     [MIPS] Remove inline asm string functions
75892
75893     Stop using inline string functions on MIPS as other ARCHs do so,
75894     since the optimized inline asm versions are not small.
75895
75896     This change is triggered by a following MIPS build error:
75897     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
75898     common/exports.c:32: undefined reference to `strcmp'
75899     make: *** [u-boot] Error 1
75900
75901     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75902
75903 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
75904 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75905 Date:   Fri Aug 31 14:41:45 2007 +0900
75906
75907     [MIPS] Update asm string header
75908
75909     This patches contains several bugfixes and cleanups in the latest upstream:
75910
75911      - Don't include linux/config.h
75912      - Remove buggy inline version of memscan.
75913      - Merge with Linux 2.6.11-rc3.
75914      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
75915      - Goodbye mips64.  31704 lines of code bite the dust.
75916      - Replace extern inline with static inline.
75917      - Fix return value of strncpy.
75918      - Remove a bunch more "$1" clobbers.
75919
75920     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75921
75922 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
75923 Author: Bartlomiej Sieka <tur@semihalf.com>
75924 Date:   Tue Sep 4 17:31:22 2007 +0200
75925
75926     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
75927
75928     Fix incorrect blob address calculation in do_bootm_linux() that prevents
75929     booting the kernel from a multi-file image (kernel + initrd + blob).
75930
75931     Also, make minor updates to the U-Boot's output and to the coding style.
75932
75933     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
75934
75935 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
75936 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
75937 Date:   Fri Aug 31 14:29:04 2007 +0200
75938
75939     Add support for Sil680 IDE controller.
75940
75941     o add drivers/sil680.c to support the Sil680 IDE-controller.
75942     o drivers/Makefile: add sil680.o.
75943
75944     Signed-off-by: Gary Jennejohn <garyj@denx.de>
75945
75946 commit e79021223bc339df655e360645a52c457a74b067
75947 Author: Grant Likely <grant.likely@secretlab.ca>
75948 Date:   Thu Sep 6 09:47:40 2007 -0600
75949
75950     bootm/fdt: Only process the fdt if an fdt address was provided
75951
75952     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
75953     kernels using the board info structure (instead of passing a device tree)
75954     This change allows the old style booting to be used if the fdt argument
75955     was not passed to 'bootm'.
75956
75957     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75958     Acked-by: Kim Phillips <kim.phillips@freescale.com>
75959
75960 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
75961 Author: Grant Likely <grant.likely@secretlab.ca>
75962 Date:   Thu Sep 6 09:46:23 2007 -0600
75963
75964     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
75965
75966     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
75967
75968     Tested on: lite5200b
75969
75970     Note: the fixup functions have not been moved to a common place.  This
75971     patch is targeted for immediate merging as in solves a build issue, but
75972     the final name/location of the fixups is still subject to debate.  I
75973     propose to merge this now, and move the fixups in the next merge window
75974     to be usable by all targets.
75975
75976     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75977
75978 commit 41bb76e941929f54a73206fb132f7a4c275543a3
75979 Author: Grant Likely <grant.likely@secretlab.ca>
75980 Date:   Thu Sep 6 09:46:17 2007 -0600
75981
75982     libfdt: add convenience function fdt_find_and_setprop()
75983
75984     Given the path to a node, fdt_find_and_setprop() allows a property value
75985     to be set directly.
75986
75987     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75988
75989 commit 80767a6cead9990d9e77e62be947843c2c72f469
75990 Author: Peter Pearse <peter.pearse@arm.com>
75991 Date:   Wed Sep 5 16:04:41 2007 +0100
75992
75993     Changed API name to coloured_led.h
75994     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
75995     Tidied other cpu/arm920t/start.S code
75996
75997 commit 56a9270521baaa00e12639a978302a67f61ef060
75998 Author: Kumar Gala <galak@kernel.crashing.org>
75999 Date:   Thu Aug 30 16:18:18 2007 -0500
76000
76001     Fix ULI RTC support on MPC8544 DS
76002
76003     The RTC on the M1575 ULI chipset requires a dummy read before
76004     we are able to talk to the RTC.  We accomplish this by adding a
76005     second memory region to the PHB the ULI is on and read from it.
76006
76007     The second region is added to maintain compatiabilty with Linux's
76008     view of the PCI memory map.
76009
76010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
76011
76012 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
76013 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76014 Date:   Thu Aug 30 01:58:48 2007 -0500
76015
76016     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
76017
76018     pcie is now differentiated from pci.  Add 8641 bus-range updates.
76019
76020     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
76021
76022 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
76023 Author: Peter Pearse <peter.pearse@arm.com>
76024 Date:   Tue Sep 4 16:18:38 2007 +0100
76025
76026     Add coloured led interface for ARM boards.
76027     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
76028
76029 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
76030 Author: Peter Pearse <peter.pearse@arm.com>
76031 Date:   Tue Sep 4 14:49:28 2007 +0100
76032
76033     Move include/led.h to board/at91rm9200dk
76034
76035 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
76036 Author: Peter Pearse <peter.pearse@arm.com>
76037 Date:   Tue Sep 4 14:25:51 2007 +0100
76038
76039     Ran Lindent on drivers/at45.c
76040
76041 commit 557ab89d294f08dd532f21d19861b40093200a33
76042 Author: Peter Pearse <peter.pearse@arm.com>
76043 Date:   Tue Sep 4 14:23:50 2007 +0100
76044
76045     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
76046
76047 commit 81b73dec16fd1227369a191e725e10044a9d56b8
76048 Author: Gary Jennejohn <garyj@denx.de>
76049 Date:   Fri Aug 31 15:21:46 2007 +0200
76050
76051     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
76052
76053     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
76054     set to non-zero, because it doesn't support MRM (memory-read-
76055     multiple) correctly. We now added the possibility to configure
76056     this register in the board config file, so that the default value
76057     of 8 can be overridden.
76058
76059     Here the details of this patch:
76060
76061     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
76062       board-specific settings. As an example the sequoia board requires 0.
76063       Idea from Stefan Roese <sr@denx.de>.
76064     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
76065       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
76066     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
76067       CFG_PCI_CACHE_LINE_SIZE to 0.
76068
76069     Signed-off-by: Gary Jennejohn <garyj@denx.de>
76070     Signed-off-by: Stefan Roese <sr@denx.de>
76071
76072 commit 60174746c668b309378a91488dded898e9553eae
76073 Author: Wolfgang Denk <wd@denx.de>
76074 Date:   Fri Aug 31 10:01:51 2007 +0200
76075
76076     Fix TFTP OACK code for short packets.
76077
76078     The old code had a loop limit overflow bug which caused a semi-
76079     infinite loop for small packets, because in "i<len-8", "i" was signed,
76080     but "len" was unsigned, and "len-8" became a huge number for small
76081     values of "len".
76082
76083     This is a workaround which replaces broken commit 8f1bc284.
76084
76085     Signed-off-by: Wolfgang Denk <wd@denx.de>
76086
76087 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
76088 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
76089 Date:   Thu Aug 30 15:03:05 2007 +0200
76090
76091     Reduce BOOTDELAY variable to 1 second by default for STK1002
76092
76093     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
76094     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76095
76096 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
76097 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
76098 Date:   Thu Aug 30 15:03:04 2007 +0200
76099
76100     Remove double quotation marks around MAC address for STK1002
76101
76102     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
76103     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76104
76105 commit ff13ac8c7bbebb238e339592de765c546dba1073
76106 Author: Wolfgang Denk <wd@denx.de>
76107 Date:   Thu Aug 30 14:42:15 2007 +0200
76108
76109     Backout commit 8f1bc284 as it causes TFTP to fail.
76110
76111     Signed-off-by: Wolfgang Denk <wd@denx.de>
76112
76113 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
76114 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76115 Date:   Thu Aug 30 02:26:17 2007 -0500
76116
76117     Revert "Fix MPC8544DS PCIe3 scsi."
76118
76119     This reverts commit 9468e680.
76120     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
76121
76122     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
76123
76124 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
76125 Author: Grant Likely <grant.likely@secretlab.ca>
76126 Date:   Wed Aug 29 18:26:24 2007 -0600
76127
76128     tftp: don't implicity trust the format of recevied packets
76129
76130     The TFTP OACK code trusts that the incoming packet is formated as
76131     ASCII text and can be processed by string functions. It also has a
76132     loop limit overflow bug where if the packet length is less than 8, it
76133     ends up looping over *all* of memory to find the 'blksize' string.
76134
76135     This patch solves the problem by forcing the packet to be null
76136     terminated and using strstr() to search for the sub string.
76137
76138     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
76139
76140 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
76141 Author: Stefan Roese <sr@denx.de>
76142 Date:   Wed Aug 29 16:31:18 2007 +0200
76143
76144     ppc4xx: Change lwmon5 default environment to support Linux RTC
76145
76146     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
76147     to supply the RTC I2C address as bootline parameter. This patch
76148     adds support for this rtc probing parameter to the bootargs:
76149
76150     "rtc-pcf8563.probe=0,0x51"
76151
76152     Signed-off-by: Stefan Roese <sr@denx.de>
76153
76154 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
76155 Author: Kim Phillips <kim.phillips@freescale.com>
76156 Date:   Wed Aug 29 09:06:05 2007 -0500
76157
76158     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
76159
76160     this had slipped through the cracks, since the sbc board was added
76161     after I wrote the original patch to remove all these symbols, and
76162     before it was merged.
76163
76164     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76165
76166 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
76167 Author: Wolfgang Denk <wd@denx.de>
76168 Date:   Wed Aug 29 14:05:30 2007 +0200
76169
76170     Add mii_init() prototype
76171
76172     to get rid of a *lot* of compiler warnings.
76173
76174     Signed-off-by: Wolfgang Denk <wd@denx.de>
76175
76176 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
76177 Author: Wolfgang Denk <wd@denx.de>
76178 Date:   Wed Aug 29 13:35:03 2007 +0200
76179
76180     Disable network support on cmi_mpc5xx board
76181
76182     ..because it caused compiler errors and there seems to be no
76183     board maintainer to take care of this.
76184
76185     Signed-off-by: Wolfgang Denk <wd@denx.de>
76186
76187 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
76188 Author: Kumar Gala <galak@kernel.crashing.org>
76189 Date:   Mon Aug 20 09:44:00 2007 -0500
76190
76191     Fix MPC8544DS PCIe3 scsi.
76192
76193     <ed.swarthout@freescale.com>
76194
76195     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
76196     is allocating memory space it doesn't need.
76197
76198     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
76199     Signed-off-by: Andy Fleming <afleming@freescale.com>
76200
76201 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
76202 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76203 Date:   Tue Aug 21 09:38:59 2007 -0500
76204
76205     8548cds fixes
76206
76207     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
76208     correct consoledev needed for linux boot.
76209     Standardize on fdt{file,addr} var to hold dtb file name.
76210
76211     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
76212
76213     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
76214
76215 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
76216 Author: Haiying Wang <Haiying.Wang@freescale.com>
76217 Date:   Thu Aug 23 15:20:54 2007 -0400
76218
76219     Enable L2 cache for MPC8568MDS board
76220
76221     The L2 cache size is 512KB for 8568, print out the correct informaiton.
76222
76223     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
76224
76225 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
76226 Author: Jason Jin <Jason.jin@freescale.com>
76227 Date:   Wed Aug 22 17:54:49 2007 +0800
76228
76229     Remove the bios emulator binary files from MAI board
76230
76231     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
76232
76233 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
76234 Author: Kim Phillips <kim.phillips@freescale.com>
76235 Date:   Tue Aug 21 17:00:17 2007 -0500
76236
76237     support board vendor-common makefiles
76238
76239     if a board/$(VENDOR)/common/Makefile exists, build it.
76240
76241     also add the first such case, board/freescale/common/Makefile, to
76242     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
76243     dictated by board configuration.
76244
76245     thusly get rid of alternate build dir errors such as:
76246
76247     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
76248
76249     by putting the common/ mkdir command in its proper place (the common
76250     Makefile). Common bits from existing individual board Makefiles have
76251     been removed.
76252
76253     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76254
76255 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
76256 Author: stefano babic <sbabic@denx.de>
76257 Date:   Tue Aug 21 15:52:33 2007 +0200
76258
76259     Fix: TFTP is not working on little endian systems
76260
76261     TFTP does not work anymore after multicast tftp
76262     patch was applied on little endian systems.
76263     This patch fix it.
76264
76265     Signed-off-by: Stefano Babic <sbabic@denx.de>
76266
76267 commit 5f470948570526e9186f053a3003da7719604e90
76268 Author: stefano babic <sbabic@denx.de>
76269 Date:   Tue Aug 21 15:50:33 2007 +0200
76270
76271     Fix MAC address setting in DM9000 driver.
76272
76273     The logic to check if there is a correct MAC address in the DM9000
76274     EEPROM, added in the last patch, is wrong. Now the MAC address is
76275     always taken from the environment, even if a suitable MAC is present
76276     in the EEPROM.
76277
76278     Signed-off-by: Stefano Babic <sbabic@denx.de>
76279
76280 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
76281 Author: Martin Krause <martin.krause@tqs.de>
76282 Date:   Tue Aug 21 12:40:34 2007 +0200
76283
76284     MPC5xxx: fix some compiler warnings in USB code
76285
76286     Fix the following warnings:
76287     - usb.c:xx: warning: function declaration isn't a prototype
76288     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
76289       from pointer wihtout a cast
76290
76291     Signed-off-by: Martin Krause <martin.krase@tqs.de>
76292
76293 commit 16e23c3f5dab6937f5109365416808c7f15c122b
76294 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76295 Date:   Mon Aug 20 23:55:33 2007 -0500
76296
76297     fsl_pci_init - Remove self PCSRBAR allocation
76298
76299     CPU physical address space was being wasted by allocating a
76300     PCSRBAR PCI inbound region to it's memory space.
76301
76302     As a rule, PCSRBAR should be left alone since it does not affect
76303     transactions from self and other masters may have changed it.
76304
76305     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
76306
76307 commit 0e700ce03a23bb1921149bc77008ace7103d5289
76308 Author: Martin Krause <martin.krause@tqs.de>
76309 Date:   Mon Aug 20 13:56:47 2007 +0200
76310
76311     Fix compiler warning in include/s3c2410.h
76312
76313     This patch fixes the "type qualifiers ignored on fuction return tpye"
76314     warning for include/s3c2410.h
76315
76316     Signed-off-by: Martin Krause <martin.krause@tqs.de>
76317
76318 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
76319 Author: Dirk Behme <dirk.behme@googlemail.com>
76320 Date:   Mon Aug 20 07:09:05 2007 +0200
76321
76322     Fix compilation error for omap2420h4_config.
76323
76324     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
76325     and flash_probe() calls in env_flash.c.
76326
76327     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
76328
76329 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
76330 Author: Kim Phillips <kim.phillips@freescale.com>
76331 Date:   Fri Aug 10 14:34:14 2007 -0500
76332
76333     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
76334
76335     and make some minor corrections to the FDT part of the README.
76336
76337     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76338
76339 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
76340 Author: Wolfgang Denk <wd@denx.de>
76341 Date:   Wed Aug 29 01:32:05 2007 +0200
76342
76343     Minor coding style cleanup.
76344
76345     Signed-off-by: Wolfgang Denk <wd@denx.de>
76346
76347 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
76348 Author: Heiko Schocher <hs@pollux.denx.de>
76349 Date:   Tue Aug 28 17:40:33 2007 +0200
76350
76351     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
76352
76353     Signed-off-by: Heiko Schocher <hs@denx.de>
76354
76355 commit f98984cb194bb34dbe1db9429d3b51133af30d07
76356 Author: Heiko Schocher <hs@pollux.denx.de>
76357 Date:   Tue Aug 28 17:39:14 2007 +0200
76358
76359     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
76360               define there own I/O functions.
76361               (Needed for the pcs440ep board).
76362             - The default I/O Functions are again 8 Bit accesses.
76363             - Added CONFIG_CMD_IDE for the pcs440ep Board.
76364
76365     Signed-off-by: Heiko Schocher <hs@denx.de>
76366
76367 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
76368 Author: Semih Hazar <semih.hazar@indefia.com>
76369 Date:   Mon Aug 20 19:00:01 2007 +0300
76370
76371     AVR32: Change prototype of memset
76372
76373     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
76374     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76375
76376 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
76377 Author: Yuri Tikhonov <yur@emcraft.com>
76378 Date:   Sat Aug 25 05:07:16 2007 +0200
76379
76380     POST: limit memory test area to not touch global data anymore
76381
76382     As experienced on lwmon5, on some boards the POST memory test can
76383     corrupt the global data buffer (bd). This patch fixes this issue
76384     by checking and limiting this area.
76385
76386     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
76387     Signed-off-by: Stefan Roese <sr@denx.de>
76388
76389 commit 75e1a84d483e36be10e206e539b028c4889e1158
76390 Author: Stefan Roese <sr@denx.de>
76391 Date:   Fri Aug 24 15:41:42 2007 +0200
76392
76393     ppc4xx: Add RTC POST test to lwmon5 board configuration
76394
76395     Since this RTC POST test is taking quite a while to complete
76396     it's only initiated upon special keypress same as the complete
76397     memory POST.
76398
76399     Signed-off-by: Stefan Roese <sr@denx.de>
76400
76401 commit d7bfa620037a6d2210159387571bdf93aa32c162
76402 Author: Stefan Roese <sr@denx.de>
76403 Date:   Fri Aug 24 15:19:10 2007 +0200
76404
76405     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
76406
76407     Signed-off-by: Stefan Roese <sr@denx.de>
76408
76409 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
76410 Author: Stefan Roese <sr@denx.de>
76411 Date:   Thu Aug 23 11:02:37 2007 +0200
76412
76413     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
76414
76415     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
76416     board. Now the "eeprom" command can be used to read/write from/to this
76417     device. Additionally a new command was added "eepromwp" to en-/disable
76418     the write-protect of this 2nd EEPROM.
76419
76420     The 1st EEPROM is not affected by this write-protect command.
76421
76422     Signed-off-by: Stefan Roese <sr@denx.de>
76423
76424 commit c64fb30e4c5976007d56fc1789c7a0666082b536
76425 Author: Stefan Roese <sr@denx.de>
76426 Date:   Wed Aug 22 08:56:09 2007 +0200
76427
76428     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
76429
76430     Signed-off-by: Stefan Roese <sr@denx.de>
76431
76432 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
76433 Author: Stefan Roese <sr@denx.de>
76434 Date:   Tue Aug 21 16:27:57 2007 +0200
76435
76436     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
76437
76438     This patch adds support for the matrix keyboard on the lwmon5 board.
76439     Since the implementation in the dsPCI is kind of compatible with the
76440     "old" lwmon board, most of the code is copied from the lwmon
76441     board directory.
76442
76443     Signed-off-by: Stefan Roese <sr@denx.de>
76444
76445 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
76446 Author: Wolfgang Denk <wd@denx.de>
76447 Date:   Sun Aug 19 10:27:34 2007 +0200
76448
76449     Fix some build errors.
76450
76451     Signed-off-by: Wolfgang Denk <wd@denx.de>
76452
76453 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
76454 Author: Wolfgang Denk <wd@denx.de>
76455 Date:   Sat Aug 18 22:00:38 2007 +0200
76456
76457     Update CHANGELOG.
76458
76459 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
76460 Author: Kim Phillips <kim.phillips@freescale.com>
76461 Date:   Thu Aug 16 22:52:39 2007 -0500
76462
76463     lib_ppc: make board_add_ram_info weak
76464
76465     platforms wishing to display RAM diagnostics in addition to size,
76466     can do so, on one line, in their own board_add_ram_info()
76467     implementation.
76468
76469     this consequently eliminates CONFIG_ADD_RAM_INFO.
76470
76471     Thanks to Stefan for the hint.
76472
76473     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76474
76475 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
76476 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
76477 Date:   Fri Aug 17 12:43:44 2007 +0900
76478
76479     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
76480
76481     This patch has been sent on:
76482     - 6 Jun 2007
76483
76484     Many users of PCI config read routines tend to ignore the function
76485     ret value, and are only concerned about the contents of *val. Based
76486     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
76487     the *val on dword read error.
76488
76489     Without this fix, for example, we'll go on scanning bus with vendor or
76490     header_type uninitialized. This brings many unnecessary config trials.
76491
76492     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
76493
76494 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
76495 Author: Stefan Roese <sr@denx.de>
76496 Date:   Sat Aug 18 14:37:52 2007 +0200
76497
76498     ColdFire: Fix some remaining problems with CFG_CMD_
76499
76500     Signed-off-by: Stefan Roese <sr@denx.de>
76501
76502 commit 8280f6a1c43247616b68224675188e5ccd124650
76503 Author: Stefan Roese <sr@denx.de>
76504 Date:   Sat Aug 18 14:33:02 2007 +0200
76505
76506     Coding style cleanup
76507
76508     Signed-off-by: Stefan Roese <sr@denx.de>
76509
76510 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
76511 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76512 Date:   Thu Aug 16 19:23:50 2007 -0500
76513
76514     ColdFire: Add M5235EVB Platform for MCF523x
76515
76516     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76517
76518 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
76519 Author: Kim Phillips <kim.phillips@freescale.com>
76520 Date:   Fri Aug 17 09:30:00 2007 -0500
76521
76522     mpc83xx: fix typo in DDR2 programming
76523
76524     introduced in the implement board_add_ram_info patch as I was cleaning out the
76525     magic numbers.  sorry.
76526
76527     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76528
76529 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
76530 Author: Kim Phillips <kim.phillips@freescale.com>
76531 Date:   Thu Aug 16 22:53:09 2007 -0500
76532
76533     mpc83xx: move freescale boards to boards/freescale
76534
76535     includes build fixes.
76536
76537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76538
76539 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
76540 Author: Kim Phillips <kim.phillips@freescale.com>
76541 Date:   Thu Aug 16 22:52:59 2007 -0500
76542
76543     mpc83xx: suppress unused variable 'val8' warning
76544
76545     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76546
76547 commit bbea46f76f767b919070b4829bf34c86bd223248
76548 Author: Kim Phillips <kim.phillips@freescale.com>
76549 Date:   Thu Aug 16 22:52:48 2007 -0500
76550
76551     mpc83xx: implement board_add_ram_info
76552
76553     add board_add_ram_info, to make memory diagnostic output more
76554     consistent. u-boot banner output now looks like:
76555
76556     DRAM:  256 MB (DDR1, 64-bit, ECC on)
76557
76558     and for boards with SDRAM on the local bus, a line such as this is
76559     added:
76560
76561     SDRAM: 64 MB (local bus)
76562
76563     also replaced some magic numbers with their equivalent define names.
76564
76565     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76566
76567 commit 14778585d1389d86d5846efec29e5fce892680ce
76568 Author: Tony Li <tony.li@freescale.com>
76569 Date:   Fri Aug 17 10:35:59 2007 +0800
76570
76571     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
76572
76573     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
76574     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
76575
76576     Signed-off-by Tony Li <tony.li@freescale.com>
76577
76578 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
76579 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76580 Date:   Thu Aug 16 15:05:11 2007 -0500
76581
76582     ColdFire: Add M54455EVB for MCF5445x
76583
76584     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76585
76586 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
76587 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76588 Date:   Thu Aug 16 13:20:50 2007 -0500
76589
76590     ColdFire: Add M5253EVBE platform for MCF52x2
76591
76592     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76593
76594 commit a605aacd8324094199402816cc6d9124aba57b8d
76595 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76596 Date:   Thu Aug 16 05:04:31 2007 -0500
76597
76598     ColdFire: Add M5249EVB platform for MCF52x2
76599
76600     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76601
76602 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
76603 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76604 Date:   Wed Aug 15 20:32:06 2007 -0500
76605
76606     ColdFire: Update Freescale MCF52x2 platforms
76607
76608     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76609
76610 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
76611 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76612 Date:   Wed Aug 15 19:55:10 2007 -0500
76613
76614     ColdFire: Update EB+MCF-EV123 platform
76615
76616     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76617
76618 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
76619 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76620 Date:   Wed Aug 15 19:46:38 2007 -0500
76621
76622     ColdFire: update TASREG platform for MCF52x2
76623
76624     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76625
76626 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
76627 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76628 Date:   Wed Aug 15 19:45:51 2007 -0500
76629
76630     ColdFire: update r5200 platform for MCF52x2
76631
76632     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76633
76634 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
76635 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76636 Date:   Wed Aug 15 19:43:20 2007 -0500
76637
76638     ColdFire: idmr platform MCF52x2 update
76639
76640     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76641
76642 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
76643 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76644 Date:   Wed Aug 15 19:41:06 2007 -0500
76645
76646     ColdFire: cobra5272 platform for MCF52x2 update
76647
76648     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76649
76650 commit 56115665b4a64c10c01440c57749b265e0908fa4
76651 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76652 Date:   Wed Aug 15 19:38:15 2007 -0500
76653
76654     ColdFire: MCF52x2 Header files update
76655
76656     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76657
76658 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
76659 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76660 Date:   Wed Aug 15 19:21:21 2007 -0500
76661
76662     ColdFire: MCF52x2 update
76663
76664     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76665
76666 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
76667 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76668 Date:   Wed Aug 15 18:46:11 2007 -0500
76669
76670     ColdFire: MCF5329 update cache
76671
76672     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76673
76674 commit 7171977fb8fd77cfb6676953fa9a05789c450513
76675 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76676 Date:   Wed Aug 15 15:40:20 2007 -0500
76677
76678     ColdFire: MCF5329 header file clean up
76679
76680     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76681
76682 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
76683 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76684 Date:   Wed Aug 15 15:39:17 2007 -0500
76685
76686     ColdFire: MCF5329 Update and cleanup
76687
76688     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76689
76690 commit 10327dc5541f947c0cf7e31fef86c4706169607a
76691 Author: Andy Fleming <afleming@freescale.com>
76692 Date:   Thu Aug 16 16:35:02 2007 -0500
76693
76694     Add CONFIG_HAS_ETH0 to all boards with TSEC
76695
76696     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
76697     to update TSEC1's device-tree node, so we need to add it
76698     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
76699     since they will eventually do something similar.
76700
76701     Signed-off-by: Andy Fleming <afleming@freescale.com>
76702
76703 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
76704 Author: Kumar Gala <galak@kernel.crashing.org>
76705 Date:   Thu Aug 16 15:05:04 2007 -0500
76706
76707     Update MPC8544 DS PCI memory map
76708
76709     The PCIe bus that the ULI M1575 is connected to has no possible way of
76710     needing more than the fixed amount of IO & Memory space needed by the ULI.
76711
76712     So make it use far less IO & memory space and have it use the shared LAW.  This
76713     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
76714     by each bus.
76715
76716     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
76717
76718 commit ea5877e31ed63ade948fd1293895ec23fe01472e
76719 Author: Kumar Gala <galak@kernel.crashing.org>
76720 Date:   Thu Aug 16 11:01:21 2007 -0500
76721
76722     Fix up some fdt issues on 8544DS
76723
76724     It looks like we had a merge issue that duplicated a bit of code
76725     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
76726     the MAC address properly set in the device tree on boot for TSEC1
76727
76728     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
76729
76730 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
76731 Author: Niklaus Giger <niklaus.giger@netstal.com>
76732 Date:   Thu Aug 16 15:16:03 2007 +0200
76733
76734     PPC4xx:HCU4/5 cleanup
76735
76736     Minor cleanups to confirm to the u-boot coding style.
76737     Some german expressions -> english.
76738     HCU5 enforces a unique IP adress for a given slot in the rack.
76739
76740     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
76741
76742 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
76743 Author: Niklaus Giger <niklaus.giger@netstal.com>
76744 Date:   Thu Aug 16 15:16:02 2007 +0200
76745
76746     PPC4xx:HCU4/5 cleanup ecc/sdram init
76747
76748     Make ecc initialisation robust, as DDR2-ECC errors may be generated
76749     while zeroing the RAM.
76750
76751     Return 16 bytes (a cacheline) less than the available memory, as the
76752     board and/or PPC440EPx might have problems accessing the last bytes.
76753
76754     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
76755
76756 commit d35b508a55508535b6e8445b718585d27df733d3
76757 Author: Kim Phillips <kim.phillips@freescale.com>
76758 Date:   Wed Aug 15 22:29:56 2007 -0500
76759
76760     fdt: suppress unused variable 'bd' warning
76761
76762     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76763
76764 commit 82bd9ee77490588d4da785d75829ca63d0176baf
76765 Author: Andy Fleming <afleming@freescale.com>
76766 Date:   Wed Aug 15 20:06:50 2007 -0500
76767
76768     Fix warnings from of_data copy fix
76769
76770     Forgot to cast of_flat_tree to ulong.
76771
76772     Signed-off-by: Andy Fleming <afleming@freescale.com>
76773
76774 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
76775 Author: Andy Fleming <afleming@freescale.com>
76776 Date:   Wed Aug 15 20:03:44 2007 -0500
76777
76778     Don't wait for disconnected TSECs
76779
76780     The TSEC driver's PHY code waits a long time for autonegotiation to
76781     complete, even if the link is down.  The PHY knows the link is
76782     down or up before autonegotiation completes, so we can short-circuit
76783     the process if the link is down.
76784
76785     Signed-off-by: Andy Fleming <afleming@freescale.com>
76786
76787 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
76788 Author: Andy Fleming <afleming@freescale.com>
76789 Date:   Wed Aug 15 20:03:34 2007 -0500
76790
76791     Fix numerous bugs in the 8568 UEC support
76792
76793     Actually, fixed a large bug in the UEC for *all* platforms.
76794     How did this ever work?
76795
76796     uec_init() did not follow the spec for eth_init(), and returned
76797     0 on success.  Switch it to return the link like tsec_init()
76798     (and 0 on error)
76799
76800     The immap for the 8568 was defined based on MPC8568, rather than
76801     CONFIG_MPC8568
76802
76803     CONFIG_QE was off
76804
76805     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
76806
76807     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
76808     enabled
76809
76810     Signed-off-by: Andy Fleming <afleming@freescale.com>
76811
76812 commit 3a79013e2adda53332dfd0b511066a805e929a9d
76813 Author: Andy Fleming <afleming@freescale.com>
76814 Date:   Wed Aug 15 20:03:25 2007 -0500
76815
76816     Define tsec flag values in config files
76817
76818     The tsec_info structure and array has a "flags" field for each
76819     ethernet controller.  This field is the only reason there are
76820     settings.  Switch to defining TSECn_FLAGS for each controller
76821     in the config header, and we can greatly simplify the array, and
76822     also simplify the addition of future boards.
76823
76824     Signed-off-by: Andy Fleming <afleming@freescale.com>
76825
76826 commit ec7238229507e7f47533a611ea8c53319d234cf3
76827 Author: Andy Fleming <afleming@freescale.com>
76828 Date:   Wed Aug 15 20:03:13 2007 -0500
76829
76830     Add support for building all boards with a TSEC
76831
76832     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
76833     Now we can do a MAKEALL test on all of them!
76834
76835     Signed-off-by: Andy Fleming <afleming@freescale.com>
76836
76837 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
76838 Author: Andy Fleming <afleming@freescale.com>
76839 Date:   Wed Aug 15 17:30:56 2007 -0500
76840
76841     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
76842
76843     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
76844     neglected to *also* put the code inside the similar #ifdef
76845     for CONFIG_OF_FLAT_TREE.
76846
76847     Signed-off-by: Andy Fleming <afleming@freescale.com>
76848
76849 commit 78f9fef7f406078c8bf7191e665a73f795157746
76850 Author: Scott Wood <scottwood@freescale.com>
76851 Date:   Wed Aug 15 15:46:46 2007 -0500
76852
76853     mpc885ads: Don't define CONFIG_BZIP2.
76854
76855     bzip2 requires a significant chunk of malloc space, and there isn't
76856     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
76857     and a downloaded image at 0x400000.
76858
76859     Signed-off-by: Scott Wood <scottwood@freescale.com>
76860
76861 commit 002275a3ed8b114885f6702d6d544d0780dfe689
76862 Author: Michal Simek <Monstr@seznam.cz>
76863 Date:   Thu Aug 16 08:54:10 2007 +0200
76864
76865     Bios emulator - fix microblaze toolchain problem
76866
76867     microblaze CPU have problem with bios_emulator code.
76868     Microblaze toolchain doesn't support PRAGMA PACK.
76869
76870     Signed-off-by: Michal Simek <monstr@monstr.eu>
76871
76872 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
76873 Author: Wolfgang Denk <wd@denx.de>
76874 Date:   Thu Aug 16 11:51:04 2007 +0200
76875
76876     Minor Coding Style fix; Update CHANGELOG file.
76877
76878     Signed-off-by: Wolfgang Denk <wd@denx.de>
76879
76880 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
76881 Author: Stefan Roese <sr@denx.de>
76882 Date:   Thu Aug 16 11:21:49 2007 +0200
76883
76884     ppc4xx: Remove #warning in esd auto_update.c
76885
76886     Signed-off-by: Stefan Roese <sr@denx.de>
76887
76888 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
76889 Author: Stefan Roese <sr@denx.de>
76890 Date:   Fri Jun 22 17:32:28 2007 +0200
76891
76892     ppc7xx: Update CPCI750 board
76893
76894     This small CPCI750 update extends the board specific command
76895     "show_config" to display the Marvell strapping registers and
76896     extends the PCI IDE controller.
76897
76898     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
76899     Signed-off-by: Stefan Roese <sr@denx.de>
76900
76901 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
76902 Author: Michal Simek <monstr@monstr.eu>
76903 Date:   Thu Aug 16 10:46:28 2007 +0200
76904
76905     [FIX] Changes for bios_emulator code for others architecture
76906
76907 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
76908 Author: Michal Simek <monstr@monstr.eu>
76909 Date:   Thu Aug 16 10:45:09 2007 +0200
76910
76911     [FIX] Remove unused include file
76912
76913 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
76914 Author: Stefan Roese <sr@denx.de>
76915 Date:   Thu Aug 16 10:18:33 2007 +0200
76916
76917     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
76918
76919     Signed-off-by: Stefan Roese <sr@denx.de>
76920
76921 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
76922 Author: Stefan Roese <sr@denx.de>
76923 Date:   Thu Aug 16 09:54:51 2007 +0200
76924
76925     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
76926
76927     Signed-off-by: Stefan Roese <sr@denx.de>
76928
76929 commit 02ba7022f62bb75908296c58c63866e1d294b69a
76930 Author: Stefan Roese <sr@denx.de>
76931 Date:   Thu Aug 16 09:52:29 2007 +0200
76932
76933     ppc4xx: Update Sequoia/Rainier bootstrap command
76934
76935     As suggested by David Mitchell, here an update for the Sequoia/Rainier
76936     bootstrap command.
76937
76938     Signed-off-by: Stefan Roese <sr@denx.de>
76939
76940 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
76941 Author: Kim Phillips <kim.phillips@freescale.com>
76942 Date:   Wed Aug 15 22:30:39 2007 -0500
76943
76944     mpc83xx: enable libfdt by default on freescale boards
76945
76946     this enables libfdt code by default for the
76947     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
76948     mpc8349itx and gp boards.
76949
76950     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76951
76952 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
76953 Author: Kim Phillips <kim.phillips@freescale.com>
76954 Date:   Wed Aug 15 22:30:33 2007 -0500
76955
76956     mpc83xx: migrate remaining freescale boards to libfdt
76957
76958     this adds libfdt support code for the freescale
76959     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
76960     and gp boards.
76961
76962     Boards remain compatible with OF_FLAT_TREE.
76963
76964     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76965
76966 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
76967 Author: Kim Phillips <kim.phillips@freescale.com>
76968 Date:   Wed Aug 15 22:30:26 2007 -0500
76969
76970     mpc83xx: move common /memory node update mechanism to cpu.c
76971
76972     also adds common prototypes to include/common.h.
76973
76974     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76975
76976 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
76977 Author: Kim Phillips <kim.phillips@freescale.com>
76978 Date:   Wed Aug 15 22:30:19 2007 -0500
76979
76980     mpc83xx: remaining 8360 libfdt fixes
76981
76982     PCI clocks and QE frequencies weren't being updated, and the core clock
76983     was being updated incorrectly.  This patch also adds a /memory node if
76984     it doesn't already exist prior to update.
76985
76986     plus some cosmetic trimming to single line comments.
76987
76988     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76989
76990 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
76991 Author: Kim Phillips <kim.phillips@freescale.com>
76992 Date:   Wed Aug 15 22:30:12 2007 -0500
76993
76994     mpc83xx: fix UEC2->1 typo in libfdt setup code
76995
76996     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76997
76998 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
76999 Author: Kim Phillips <kim.phillips@freescale.com>
77000 Date:   Wed Aug 15 22:30:05 2007 -0500
77001
77002     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
77003
77004     and reorder the existing 83xx maintainers alpha.
77005
77006     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77007
77008 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
77009 Author: Michal Simek <monstr@monstr.eu>
77010 Date:   Wed Aug 15 21:15:05 2007 +0200
77011
77012     [FIX] Resolve problem with warnings
77013     microblaze toolchain don't support PRAGMA PACK.
77014
77015 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
77016 Author: Michal Simek <monstr@monstr.eu>
77017 Date:   Wed Aug 15 21:05:07 2007 +0200
77018
77019     [FIX] Correction command setting for Microblaze boards
77020
77021 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
77022 Author: Michal Simek <monstr@monstr.eu>
77023 Date:   Wed Aug 15 21:03:41 2007 +0200
77024
77025     [FIX] Correction command definition
77026
77027 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
77028 Author: Jon Loeliger <jdl@freescale.com>
77029 Date:   Wed Aug 15 11:55:35 2007 -0500
77030
77031     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
77032
77033     Remove a leftover in net/tftp.c while we're at it.
77034
77035     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77036
77037 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
77038 Author: Jon Loeliger <jdl@freescale.com>
77039 Date:   Wed Aug 15 12:20:40 2007 -0500
77040
77041     Move the MPC8641HPCN board under board/freescale.
77042
77043     Minor path corrections needed to ensure buildability.
77044
77045     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77046
77047 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
77048 Author: Jon Loeliger <jdl@freescale.com>
77049 Date:   Wed Aug 15 11:46:22 2007 -0500
77050
77051     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
77052
77053     Remove a leftover in net/tftp.c while we're at it.
77054
77055     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77056
77057 commit 210f463c71917b7a4495c2103c228b9c179ae64d
77058 Author: Jerry Van Baren <gvb.uboot@gmail.com>
77059 Date:   Wed Aug 15 11:13:15 2007 -0400
77060
77061     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
77062
77063     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
77064     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
77065     when it should have gone inside of the conditional.  As a result, it
77066     broke non-LIBFDT board builds.
77067
77068     Also added a missing "not." to the comment.
77069
77070     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77071
77072 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
77073 Author: Niklaus Giger <niklaus.giger@netstal.com>
77074 Date:   Wed Aug 15 12:14:23 2007 +0200
77075
77076     PPC4xx:HCU4/5-Board fix compile warning
77077
77078     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77079
77080 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
77081 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77082 Date:   Tue Aug 14 14:06:45 2007 -0500
77083
77084     Fix malloc size error in ahci_init_one.
77085
77086     Typically this causes scsi init to corrupt the
77087     devlist and break the coninfo command.
77088     Fix a compiler size warning.
77089
77090     Signed-off-by: Jason Jin <jason.jin@freescale.com>
77091     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77092     Acked-by: Andy Fleming <afleming@freescale.com>
77093
77094 commit b361acd64fd2525c081b9b288b0804efe209c0e9
77095 Author: ksi@koi8.net <ksi@koi8.net>
77096 Date:   Tue Aug 14 10:02:16 2007 -0700
77097
77098     TI DaVinci - fix unsupported %hhx format
77099
77100     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
77101
77102 commit f01dbb5424a81453c81190dd30e945891466f621
77103 Author: Wolfgang Denk <wd@denx.de>
77104 Date:   Tue Aug 14 18:42:36 2007 +0200
77105
77106     Coding style cleanup. Update CHANGELOG.
77107
77108     Signed-off-by: Wolfgang Denk <wd@denx.de>
77109
77110 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
77111 Author: Andy Fleming <afleming@freescale.com>
77112 Date:   Tue Aug 14 10:32:59 2007 -0500
77113
77114     Fix initrd/dtb interaction
77115
77116     The original code would wrongly relocate the blob to be right before
77117     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
77118     if it is defined.  So we make two changes:
77119
77120     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
77121
77122     2) If the blob is being relocated, relocate it before kbd, not initrd
77123
77124     Signed-off-by: Andy Fleming <afleming@freescale.com>
77125
77126 commit e54b970173769307a116bd34028b6d0c2eea2a4e
77127 Author: Peter Pearse <peter.pearse@arm.com>
77128 Date:   Tue Aug 14 15:40:00 2007 +0100
77129
77130     Supply spi interface in at45.c
77131
77132 commit 4ce846ec59f36b85d6644a769690ad3feb667575
77133 Author: Stefan Roese <sr@denx.de>
77134 Date:   Tue Aug 14 15:12:01 2007 +0200
77135
77136     POST: Fix merge problem
77137
77138     Signed-off-by: Stefan Roese <sr@denx.de>
77139
77140 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
77141 Author: Stefan Roese <sr@denx.de>
77142 Date:   Tue Aug 14 15:03:17 2007 +0200
77143
77144     Coding style cleanup
77145
77146     Signed-off-by: Stefan Roese <sr@denx.de>
77147
77148 commit 779e975117a75e91fcebe226a63104dbfb924ab1
77149 Author: Stefan Roese <sr@denx.de>
77150 Date:   Tue Aug 14 14:44:41 2007 +0200
77151
77152     ppc4xx: Add initial Zeus (PPC405EP) board support
77153
77154     Signed-off-by: Stefan Roese <sr@denx.de>
77155
77156 commit c5a172a5fd636c12467429e3f7910e53773979c6
77157 Author: Stefan Roese <sr@denx.de>
77158 Date:   Tue Aug 14 14:41:55 2007 +0200
77159
77160     POST: Add option for external ethernet loopback test
77161
77162     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
77163     is not done using an internal loopback connection, but by assuming
77164     that an external loopback connector is plugged into the board.
77165
77166     Signed-off-by: Stefan Roese <sr@denx.de>
77167
77168 commit eb2b4010ae426245172988804ee8d9193fb41038
77169 Author: Stefan Roese <sr@denx.de>
77170 Date:   Tue Aug 14 14:39:44 2007 +0200
77171
77172     POST: Add ppc405 support to cache and UART POST
77173
77174     Signed-off-by: Stefan Roese <sr@denx.de>
77175
77176 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
77177 Author: Peter Pearse <peter.pearse@arm.com>
77178 Date:   Tue Aug 14 10:46:32 2007 +0100
77179
77180     Replace lost end of at45.c.
77181
77182 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
77183 Author: Peter Pearse <peter.pearse@arm.com>
77184 Date:   Tue Aug 14 10:30:06 2007 +0100
77185
77186     Update Makefiles for merged and split at45.c.
77187
77188 commit 3454cece2db57cb9eb7087995f7e73066a163f71
77189 Author: Peter Pearse <peter.pearse@arm.com>
77190 Date:   Tue Aug 14 10:21:06 2007 +0100
77191
77192     Delete the merged files.
77193
77194 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
77195 Author: Peter Pearse <peter.pearse@arm.com>
77196 Date:   Tue Aug 14 10:14:05 2007 +0100
77197
77198     Add the files.
77199
77200 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
77201 Author: Peter Pearse <peter.pearse@arm.com>
77202 Date:   Tue Aug 14 10:10:52 2007 +0100
77203
77204     Add MACH_TYPE records for several AT91 boards.
77205     Merge to two at45.c files into a common file, split to at45.c and spi.c
77206     Fix spelling error in DM9161 PHY Support.
77207     Initialize at91rm9200 board (and set LED).
77208     Add PIO control for at91rm9200dk LEDs and Mux.
77209     Change dataflash partition boundaries to be compatible with Linux 2.6.
77210
77211     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
77212     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
77213
77214 commit 4ef35e53c693556c54b0c22d6f873de87bade253
77215 Author: Wolfgang Denk <wd@denx.de>
77216 Date:   Tue Aug 14 09:54:46 2007 +0200
77217
77218     Coding style cleanup, update CHANGELOG
77219
77220     Signed-off-by: Wolfgang Denk <wd@denx.de>
77221
77222 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
77223 Author: Wolfgang Denk <wd@denx.de>
77224 Date:   Tue Aug 14 09:47:27 2007 +0200
77225
77226     Coding style cleanup; rebuild CHANGELOG
77227
77228 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
77229 Author: Randy Vinson <rvinson@linuxbox.(none)>
77230 Date:   Tue Feb 27 19:42:22 2007 -0700
77231
77232     85xxCDS: Add make targets for legacy systems.
77233
77234     The PCI ID select values on the Arcadia main board differ depending
77235     on the version of the hardware. The standard configuration supports
77236     Rev 3.1. The legacy target supports Rev 2.x.
77237
77238     Signed-off-by Randy Vinson <rvinson@mvista.com>
77239
77240 commit e41094c7e38177c755fbd9b182018069614f080d
77241 Author: Andy Fleming <afleming@freescale.com>
77242 Date:   Tue Aug 14 01:50:09 2007 -0500
77243
77244     85xxCDS: Enable the VIA PCI-to-ISA bridge.
77245
77246     Author: Randy Vinson <rvinson@linuxbox.(none)>
77247
77248     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
77249     Arcadia main board.
77250
77251     Signed-off-by: Randy Vinson <rvinson@mvista.com>
77252     Signed-off-by: York Sun <yorksun@freescale.com>
77253
77254 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
77255 Author: Andy Fleming <afleming@freescale.com>
77256 Date:   Tue Aug 14 00:14:25 2007 -0500
77257
77258     Add support for UEC to 8568
77259
77260     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77261     Signed-off-by: Andy Fleming <afleming@freescale.com>
77262
77263 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
77264 Author: Haiying Wang <Haiying.Wang@freescale.com>
77265 Date:   Tue Jun 19 14:18:34 2007 -0400
77266
77267     Add PCI support for MPC8568MDS board
77268
77269     This patch is against u-boot-mpc85xx.git of www.denx.com
77270
77271     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77272     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
77273
77274 commit d111d6382c99fdea08c2312eeeae8786945e189a
77275 Author: Haiying Wang <Haiying.Wang@freescale.com>
77276 Date:   Tue Jun 19 14:18:32 2007 -0400
77277
77278     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
77279
77280     This patch is against u-boot-mpc85xx.git of www.denx.com
77281
77282     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
77283     both MPC8548CDS board and MPC8568MDS board, especially for supporting
77284     533MHz DDR2.
77285
77286     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
77287     DDR2 on all current board versions especially ver 1.92 or later to bring
77288     up.
77289
77290     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77291
77292 commit 3db0bef59eab1155801618cef5c481e97553b597
77293 Author: Kumar Gala <galak@kernel.crashing.org>
77294 Date:   Tue Aug 7 18:07:27 2007 -0500
77295
77296     Use an absolute address when jumping out of 4k boot page
77297
77298     On e500 when we leave the 4k boot page we should use an absolute address since
77299     we don't know where the board code may want us to be really running at.
77300
77301     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
77302
77303 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
77304 Author: Andy Fleming <afleming@freescale.com>
77305 Date:   Mon Aug 13 14:49:59 2007 -0500
77306
77307     MPC85xx BA bits not set for 3-bit bank address DIMM
77308
77309     The current implementation does not set the number of bank address bits
77310     (BA) in the processor. The default assumes 2 logical bank bits. This
77311     works fine for a DIMM that uses devices with 4 internal banks (SPD
77312     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
77313     devices with 8 internal banks (SPD byte17 = 0x8).
77314
77315     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
77316
77317 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
77318 Author: Andy Fleming <afleming@freescale.com>
77319 Date:   Mon Aug 13 14:38:06 2007 -0500
77320
77321     Fix minor 85xx warnings
77322
77323     Some patches had inserted warnings into the build:
77324     * mpc8560ads declared data without using it
77325     * cpu_init declared ecm and immap without using it in all CONFIGs
77326     * MPC8548CDS.h had its default filenames changed so that they contained
77327       "\m" in the paths.  Made the defaults not Windows-specific (or
77328       anything-specific)
77329
77330     Signed-off-by: Andy Fleming <afleming@freescale.com>
77331
77332 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
77333 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77334 Date:   Fri Jul 27 01:50:52 2007 -0500
77335
77336     8548cds PCIE support.
77337
77338     Make the early L1 cache stack region guarded to prevent speculative
77339     fetches outside the locked range.
77340
77341     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
77342     init.S whitespace cleanup.
77343
77344     Allow TEXT_BASE value to be specified on command line.  This allows it
77345     to be set to 0xfffc0000 which cuts the uboot binary in half.
77346
77347     Clear and enable lbc and ecm errors.
77348
77349     Update last_busno in device-tree for pci and pcie.
77350
77351     Remove load of obsolete cpu/mpc85xx/pci.0
77352
77353     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77354     Acked-by: Andy Fleming <afleming@freescale.com>
77355
77356 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
77357 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77358 Date:   Fri Jul 27 01:50:51 2007 -0500
77359
77360     8544ds PCIE support
77361
77362     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
77363
77364     Enable LBC and ECM errors and clear error registers.
77365
77366     Add tftpflash env var to get uboot from tftp server and flash it.
77367
77368     Add pci/pcie convenience env vars to display register space:
77369       "run pcie3regs" to see all pcie3 ccsr registers
77370       "run pcie3cfg" to see all cfg registers
77371     Whitespace cleanup and MPC8544DS.h
77372
77373     Enable CONFIG_INTERRUPTS.
77374
77375     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77376     Acked-by: Andy Fleming <afleming@freescale.com>
77377
77378 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
77379 Author: Andy Fleming <afleming@freescale.com>
77380 Date:   Tue Aug 14 01:34:21 2007 -0500
77381
77382     85xx start.S cleanup and exception support
77383
77384     From: Ed Swarthout <Ed.Swarthout@freescale.com>
77385
77386     Support external interrupts from platform to eliminate system hangs.
77387     Define CONFIG_INTERRUPTS board configure option to enable.
77388     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
77389
77390     Remove extra cpu initialization redundant with hardware initialization.
77391     Whitespace cleanup.
77392
77393     Define and use _START_OFFSET consistent with other processors using
77394     ppc_asm.tmpl
77395
77396     Move additional code from .text to boot page to make room for
77397     exception vectors at start of image.
77398
77399     Handle Machine Check, External and Critical exceptions.
77400
77401     Fix e500 machine check error determination in traps.c
77402
77403     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
77404
77405     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77406     Acked-by: Andy Fleming <afleming@freescale.com>
77407
77408 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
77409 Author: Andy Fleming <afleming@freescale.com>
77410 Date:   Tue Aug 14 01:33:18 2007 -0500
77411
77412     Add MPC8544DS README
77413
77414     Signed-off-by: Andy Fleming <afleming@freescale.com>
77415
77416 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
77417 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77418 Date:   Fri Jul 27 01:50:48 2007 -0500
77419
77420     85xx allow debugger to configure ddr.
77421
77422     Only check for mpc8548 rev 1 when compiled for 8548.
77423
77424     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77425     Acked-by: Andy Fleming <afleming@freescale.com>
77426
77427 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
77428 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77429 Date:   Fri Jul 27 01:50:47 2007 -0500
77430
77431     mpc85xx L2 cache reporting and SRAM relocation option.
77432
77433     Allow debugger to override flash cs0/cs1 settings to enable alternate
77434     boot regions
77435
77436     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77437     Acked-by: Andy Fleming <afleming@freescale.com>
77438
77439 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
77440 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77441 Date:   Fri Jul 27 01:50:46 2007 -0500
77442
77443     e500 needs ppc_asm.tmp MCK_EXCEPTION
77444
77445     Always define MCK_EXCEPTION macro - so e500 can use it too.
77446
77447     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77448     Acked-by: Andy Fleming <afleming@freescale.com>
77449
77450 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
77451 Author: David Updegraff <dave@cray.com>
77452 Date:   Mon Jun 11 10:41:07 2007 -0500
77453
77454     multicast tftp: RFC2090
77455
77456     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
77457     on Realtek RTL8139 and Freescale TSEC.
77458
77459     Signed-off-by: David Updegraff <dave@cray.com>
77460     Signed-off-by: Ben Warren <bwarren@qstreams.com>
77461
77462 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
77463 Author: Wilson Callan <wcallan@savantav.com>
77464 Date:   Sat Jul 28 10:56:13 2007 -0400
77465
77466     New CONFIG_BOOTP_SERVERIP option
77467
77468     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
77469     from the bootp server
77470
77471     Signed-off-by: Wilson Callan <wcallan@savantav.com>
77472     Signed-off-by: Ben Warren <bwarren@qstreams.com>
77473
77474 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
77475 Author: Mike Rapoport <mike@compulab.co.il>
77476 Date:   Sun Aug 12 08:48:27 2007 +0300
77477
77478     Add ability to take MAC address from the environment to DM9000 driver
77479
77480     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
77481     Signed-off-by: Ben Warren <bwarren@qstreams.com>
77482
77483 commit be5d72d10d47609326226225181e301fb9a33b58
77484 Author: Wolfgang Denk <wd@denx.de>
77485 Date:   Mon Aug 13 21:57:53 2007 +0200
77486
77487     Minor coding style cleanup. Update CHANGELOG.
77488
77489     Signed-off-by: Wolfgang Denk <wd@denx.de>
77490
77491 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
77492 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77493 Date:   Sat Aug 11 06:54:58 2007 -0500
77494
77495     Modify SBC8641D to use new Freescale PCI routines
77496
77497     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
77498     adapter.
77499
77500     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77501     Signde-off-by: Jon Loeliger <jdl@freescale.com>
77502
77503 commit a08458303e7f9db67f296980036d3292c35cb45c
77504 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77505 Date:   Fri Jun 29 18:38:51 2007 +0200
77506
77507     atmel_mci: Fix data timeout value
77508
77509     Calculate the data timeout based on values from the CSD instead of
77510     just using a hardcoded DTOR value. This is a backport of a similar fix
77511     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
77512     instead of down.
77513
77514     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77515
77516 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
77517 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77518 Date:   Mon Aug 13 17:22:31 2007 +0200
77519
77520     AVR32: Include <div64.h> instead of <asm/div64.h>
77521
77522     include/asm-avr32/div64.h was recently moved to include/div64.h, but
77523     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
77524     the patch was merged perhaps?)
77525
77526     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
77527     compiles again.
77528
77529     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77530
77531 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
77532 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77533 Date:   Wed Jun 27 13:34:26 2007 +0200
77534
77535     atmel_mci: Use 512 byte blocksize if possible
77536
77537     Instead of always using the largest blocksize the card supports, check
77538     if it can support smaller block sizes and use 512 bytes if possible.
77539     Most cards do support this, and other parts of u-boot seem to have
77540     trouble with block sizes different from 512 bytes.
77541
77542     Also enable underrun/overrun protection.
77543
77544     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77545     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
77546
77547 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
77548 Author: Stefan Roese <sr@denx.de>
77549 Date:   Mon Aug 13 09:05:33 2007 +0200
77550
77551     ppc4xx: Fix problem in PLL clock calculation
77552
77553     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
77554     and fixes a bug in the PLL clock calculation.
77555
77556     Signed-off-by: Stefan Roese <sr@denx.de>
77557
77558 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
77559 Author: Wolfgang Denk <wd@denx.de>
77560 Date:   Sun Aug 12 21:34:50 2007 +0200
77561
77562     Update CHANGELOG
77563
77564 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
77565 Author: Wolfgang Denk <wd@denx.de>
77566 Date:   Sun Aug 12 21:34:34 2007 +0200
77567
77568     Minor alignment of output, 2nd try.
77569     Also update CHANGELOG
77570
77571     Signed-off-by: Wolfgang Denk <wd@denx.de>
77572
77573 commit 6b309f22a724fad8418e811751a0741b893419cf
77574 Author: Wolfgang Denk <wd@denx.de>
77575 Date:   Sun Aug 12 20:35:49 2007 +0200
77576
77577     Minor alignment of output
77578
77579     Signed-off-by: Wolfgang Denk <wd@denx.de>
77580
77581 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
77582 Author: Wolfgang Denk <wd@denx.de>
77583 Date:   Sun Aug 12 18:28:18 2007 +0200
77584
77585     Cleanup output on ADS5121 board
77586
77587     Signed-off-by: Wolfgang Denk
77588
77589 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
77590 Author: Wolfgang Denk <wd@denx.de>
77591 Date:   Sun Aug 12 15:11:38 2007 +0200
77592
77593     Adapt board configuration and fix kernel crash on MCC200 board.
77594
77595     The update procedure was modified to turn off the USB subsystem
77596     before exit for MCC200 and TRAB. This is necessary as otherwise the
77597     USB controller continues to write periodically to system memory!
77598
77599     MCC200-specific notes:
77600     - the patch disables the magic key check for MCC200
77601     - the patch contains the configuration changes made
77602       for the new revision of the board.
77603
77604     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
77605     Signed-off-by: Wolfgang Denk <wd@denx.de>
77606
77607 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
77608 Author: Wolfgang Denk <wd@denx.de>
77609 Date:   Sun Aug 12 14:47:54 2007 +0200
77610
77611     Adjust default configuration of ADS5121 board.
77612
77613     Signed-off-by: Wolfgang Denk <wd@denx.de>
77614
77615 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
77616 Author: Wolfgang Denk <wd@denx.de>
77617 Date:   Sun Aug 12 14:27:39 2007 +0200
77618
77619     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
77620
77621     Signed-off-by: Wolfgang Denk <wd@denx.de>
77622
77623 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
77624 Author: Gerald Van Baren <vanbaren@cideas.com>
77625 Date:   Tue Aug 7 21:14:22 2007 -0400
77626
77627     Improve error print messages.
77628
77629     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77630
77631 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
77632 Author: Kim Phillips <kim.phillips@freescale.com>
77633 Date:   Tue Jul 17 13:57:04 2007 -0500
77634
77635     fdt: allow for builds that don't want env and bd_t nodes
77636
77637     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
77638     area.
77639
77640     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77641
77642 commit 91148bf7aeba142d6f348805db7625db7da64d6f
77643 Author: Kim Phillips <kim.phillips@freescale.com>
77644 Date:   Tue Jul 17 13:56:53 2007 -0500
77645
77646     fdt: do board setup based on fdt address specified on bootm line
77647
77648     The last fdt patch to bootm did board setup based on the address
77649     specified by a prior fdt address command invocation.  The bootm
77650     code, as its call to fdt_chosen does, should use the fdt specified
77651     by the user on the bootm command.  Note this restores full
77652     functionality for the 8360's existing default boot environment
77653     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
77654     before booting a kernel).
77655
77656     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77657
77658 commit e125a2ffc209dd34794e326c7175658253beadf3
77659 Author: Gerald Van Baren <vanbaren@cideas.com>
77660 Date:   Tue Jul 10 20:40:39 2007 -0400
77661
77662     Call ft_board_setup() from the bootm command.
77663
77664     In the patch titled "Create new fdt boardsetup command..." I removed the
77665     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
77666     to add a direct call back into cmd_bootm.c
77667
77668     This fixes the oversight by adding the direct call to the bootm command.
77669
77670     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77671
77672 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
77673 Author: Gerald Van Baren <vanbaren@cideas.com>
77674 Date:   Mon Jun 25 23:25:28 2007 -0400
77675
77676     Create new fdt boardsetup command, fix bug parsing [] form of set values.
77677
77678     Previously ft_board_setup() was called by fdt_chosen() which was not
77679     really correctly structured.  This splits ft_board_setup() out by creating
77680     a new fdt boardsetup command.
77681
77682     Fix a bug when parsing fdt set command values which have the square
77683     bracket form [00 11 22 33] - the length was updated incorrectly in when
77684     parsing that form.
77685
77686     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77687
77688 commit 6f35ded9e85493595e0eb66a82b502a95326d049
77689 Author: Gerald Van Baren <vanbaren@cideas.com>
77690 Date:   Mon Jun 25 20:55:58 2007 -0400
77691
77692     Tighten up the error messages.
77693
77694     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77695
77696 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
77697 Author: Gerald Van Baren <vanbaren@cideas.com>
77698 Date:   Mon Jun 25 19:52:23 2007 -0400
77699
77700     Asthetic improvements: error messages and line lengths.
77701
77702     Tighten up the error messages, split overlength lines.
77703
77704     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77705
77706 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
77707 Author: Gerald Van Baren <vanbaren@cideas.com>
77708 Date:   Fri May 25 22:08:57 2007 -0400
77709
77710     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
77711
77712     The fdt_chosen() function was adding/seting some properties ad-hoc
77713       improperly and duplicated (poorly) what was done in ft_board_setup()
77714
77715     Clean up long lines (setting properties, printing errors).
77716
77717     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77718
77719 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
77720 Author: Gerald Van Baren <vanbaren@cideas.com>
77721 Date:   Mon May 21 23:27:16 2007 -0400
77722
77723     For fdt_find_node_by_path(), handle the root path properly.
77724
77725     Also removes the special case root path detection in cmd_fdt.c since it
77726     is no longer necessary.
77727
77728     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77729
77730 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
77731 Author: Gerald Van Baren <vanbaren@cideas.com>
77732 Date:   Thu May 17 23:54:36 2007 -0400
77733
77734     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
77735
77736     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
77737     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
77738
77739 commit 1a861169bc3758f9de3aead62b058736c6891246
77740 Author: Gerald Van Baren <vanbaren@cideas.com>
77741 Date:   Wed Jun 6 22:47:58 2007 -0400
77742
77743     Replace fdt_node_offset() with fdt_find_node_by_path().
77744
77745     The new name matches more closely the kernel's name, which is also
77746     a much better description.
77747
77748     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
77749     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
77750
77751 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
77752 Author: Gerald Van Baren <vanbaren@cideas.com>
77753 Date:   Wed May 16 22:39:59 2007 -0400
77754
77755     Fix cmd_fdt line lengths, refactor code.
77756
77757     Break lines that were greater than 80 characters in length.
77758     Move the fdt print and property parsing code to separate static functions
77759       to reduce coding clutter in the fdt_cmd handling body.
77760
77761     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77762
77763 commit 25114033ab21788810c48ba4df103b649da1223b
77764 Author: Gerald Van Baren <vanbaren@cideas.com>
77765 Date:   Sat May 12 09:47:25 2007 -0400
77766
77767     FDT command improvements.
77768
77769     Fix "fdt set" so that it will create a non-existing property.
77770     Add "fdt mknode" to create nodes.
77771
77772     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77773
77774 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
77775 Author: Gerald Van Baren <vanbaren@cideas.com>
77776 Date:   Sat May 12 09:45:46 2007 -0400
77777
77778     Reorganize and fix problems (returns) in the bootm command.
77779
77780     Do *NOT* return after the "point of no return" has been passed.
77781       If something goes wrong, the board must be reset after that point.
77782     Move the "Transferring control to Linux" debug message back to where it
77783       belongs: just before transferring control to linux.
77784
77785     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77786
77787 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
77788 Author: Gerald Van Baren <vanbaren@cideas.com>
77789 Date:   Tue May 8 21:27:35 2007 -0400
77790
77791     Fix bugs in the CONFIG_OF_LIBFDT
77792
77793     Stupid coding mistakes (identified by Timur Tabi, thanks).
77794
77795     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77796
77797 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
77798 Author: Gerald Van Baren <vanbaren@cideas.com>
77799 Date:   Wed Apr 25 22:47:15 2007 -0400
77800
77801     Improve fdt move length handling.
77802
77803     Make the length parameter optional: if not specified, do the move using
77804     the current size unchanged.
77805
77806     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77807
77808 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
77809 Author: Gerald Van Baren <vanbaren@cideas.com>
77810 Date:   Wed Apr 25 22:23:36 2007 -0400
77811
77812     Minor code clean up.
77813
77814     Declare the variable fdt properly as extern.
77815     Call the "set_fn" function pointer the "short way" without the full
77816       dereferencing syntax.
77817
77818     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77819
77820 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
77821 Author: Gerald Van Baren <vanbaren@cideas.com>
77822 Date:   Wed Apr 25 21:24:27 2007 -0400
77823
77824     Improve error messages, more informative.
77825
77826     Print more than the raw libfdt error message strings.  This is especially
77827     useful for cluing in the user when the bootm command aborts due to
77828     blob problems.
77829
77830     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77831
77832 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
77833 Author: Gerald Van Baren <vanbaren@cideas.com>
77834 Date:   Fri Apr 20 22:46:53 2007 -0400
77835
77836     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
77837
77838     This is the way u-boot reduces configured-out code.  At Wolfgang
77839     Grandegger and Wolfgang Denk's request, make libfdt conform.
77840
77841     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77842
77843 commit 923efd286411ed052d9e074f59f8986d6081061c
77844 Author: Bruce Adler <bruce.adler@ccpu.com>
77845 Date:   Fri Aug 10 14:54:47 2007 -0700
77846
77847     add image size and descriptors for Spartan 3E FPGA chips
77848
77849     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
77850
77851     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
77852
77853 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
77854 Author: Kim Phillips <kim.phillips@freescale.com>
77855 Date:   Fri Aug 10 15:34:48 2007 -0500
77856
77857     make MAKEALL more immune to merge conflicts
77858
77859     ..by placing board entries one per line, as suggested by jdl.
77860
77861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77862
77863 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
77864 Author: Kim Phillips <kim.phillips@freescale.com>
77865 Date:   Fri Aug 10 13:28:25 2007 -0500
77866
77867     README: Remove outdated cpu type, board type, and NAME_config lists
77868
77869     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77870
77871 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
77872 Author: Dave Liu <r63238@freescale.com>
77873 Date:   Fri Aug 10 15:48:59 2007 +0800
77874
77875     mpc83xx: Suppress the warning 'burstlen'
77876
77877     suppress the warning 'burstlen' of spd_sdram.
77878
77879     Signed-off-by: Dave Liu <daveliu@freescale.com>
77880
77881 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
77882 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77883 Date:   Thu Aug 9 15:11:03 2007 -0500
77884
77885     Add support for SBC8641D. Config files.
77886
77887     Add support for Wind River's SBC8641D reference board.
77888
77889     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77890     Acked-by: Wolfgang Denk <wd@denx.de>
77891     Acked-by: Jon Loeliger <jdl@freescale.com>
77892
77893 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
77894 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77895 Date:   Thu Aug 9 15:10:53 2007 -0500
77896
77897     Add support for SBC8641D.  Board files.
77898
77899     Add support for Wind River's SBC8641D reference board.
77900
77901     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77902     Acked-by: Wolfgang Denk <wd@denx.de>
77903     Acked-by: Jon Loeliger <jdl@freescale.com>
77904
77905 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
77906 Author: Stefan Roese <sr@denx.de>
77907 Date:   Fri Aug 10 20:34:58 2007 +0200
77908
77909     Conding style cleanup
77910
77911     Signed-off-by: Stefan Roese <sr@denx.de>
77912
77913 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
77914 Author: Sergey Kubushyn <ksi@koi8.net>
77915 Date:   Fri Aug 10 20:26:18 2007 +0200
77916
77917     [ARM] TI DaVinci support, hopefully final
77918
77919     Add support for the following DaVinci boards:
77920     - DV_EVM
77921     - SCHMOOGIE
77922     - SONATA
77923
77924     Changes:
77925
77926     - Split into separate board directories
77927     - Removed changes to MTD_DEBUG (or whatever it's called)
77928     - New CONFIG_CMD party line followed
77929     - Some cosmetic fixes, cleanup etc.
77930     - Patches against the latest U-Boot tree as of now.
77931     - Fixed CONFIG_CMD_NET in net files.
77932     - Fixed CONFIG_CMD_EEPROM for schmoogie.
77933     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
77934        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
77935        but it at least compiles.
77936
77937     Here is an excerpt from session log on SCHMOOGIE...
77938
77939     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
77940
77941     DRAM:  128 MB
77942     NAND:  128 MiB
77943     In:    serial
77944     Out:   serial
77945     Err:   serial
77946     ARM Clock : 297MHz
77947     DDR Clock : 162MHz
77948     ETH PHY   : DP83848 @ 0x01
77949     U-Boot > iprobe
77950     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
77951     U-Boot > ping 192.168.253.10
77952     host 192.168.253.10 is alive
77953     U-Boot >
77954
77955     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
77956     Acked-by: Dirk Behme <dirk.behme@gmail.com>
77957     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
77958     Acked-by: Stefan Roese <sr@denx.de>
77959
77960 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
77961 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77962 Date:   Fri Jul 27 01:50:45 2007 -0500
77963
77964     fsl_pci_init cleanup.
77965
77966     Do not enable normal errors created during probe (master abort, perr,
77967     and pcie Invalid Configuration access).
77968
77969     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
77970
77971     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77972     Acked-by: Andy Fleming <afleming@freescale.com>
77973
77974 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
77975 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77976 Date:   Fri Jul 27 01:50:44 2007 -0500
77977
77978     pciauto_setup_device bars_num fix
77979
77980     Passing bars_num=0 to pciauto_setup_device should assign no bars.
77981
77982     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77983     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
77984     Acked-by: Andy Fleming <afleming@freescale.com>
77985
77986 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
77987 Author: Jon Loeliger <jdl@freescale.com>
77988 Date:   Mon Aug 6 17:39:44 2007 -0500
77989
77990     8641hpcn: Do correct sized pointer math.
77991
77992     When I rebased Ed's patch and cleaned up a few compilation
77993     problems, I apparently rebased my brain on crack first.
77994     Fix that by doing (char *) sized pointer math as needed.
77995
77996     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77997
77998 commit cfc7a7f5bb3273c9951173c788001d45118f141f
77999 Author: Jon Loeliger <jdl@freescale.com>
78000 Date:   Thu Aug 2 14:42:20 2007 -0500
78001
78002     cpu/86xx fixes.
78003
78004     Remove rev 1 fixes.
78005     Always set PICGCR_MODE.
78006     Enable machine check and provide board config option
78007     to set and handle SoC error interrupts.
78008
78009     Include MSSSR0 in error message.
78010
78011     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
78012
78013     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78014     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78015
78016 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
78017 Author: Stefan Roese <sr@denx.de>
78018 Date:   Fri Aug 10 10:42:25 2007 +0200
78019
78020     Coding style cleanup
78021
78022     Signed-off-by: Stefan Roese <sr@denx.de>
78023
78024 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
78025 Author: Dirk Behme <dirk.behme@googlemail.com>
78026 Date:   Thu Aug 2 17:42:08 2007 +0200
78027
78028     Make use of generic 64bit division in nand_util.c
78029
78030     Use generic 64bit division in nand_util.c. This makes nand_util.c
78031     independent of any toolchain 64bit division.
78032
78033     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
78034
78035 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
78036 Author: Dirk Behme <dirk.behme@googlemail.com>
78037 Date:   Thu Aug 2 17:41:14 2007 +0200
78038
78039     Move 64bit division from avr32 to generic lib
78040
78041     Move the 64bit division from lib_avr32 to lib_generic. With this, all
78042     boards can do_div/__div64_32 if needed, not only avr one. Code is put
78043     to lib_generic, so no larger memory footprint if not used. No code
78044     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
78045
78046     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
78047
78048 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
78049 Author: Niklaus Giger <niklausgiger@gmx.ch>
78050 Date:   Fri Jul 27 11:31:22 2007 +0200
78051
78052     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
78053
78054     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78055
78056 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
78057 Author: Niklaus Giger <niklausgiger@gmx.ch>
78058 Date:   Fri Jul 27 11:30:33 2007 +0200
78059
78060     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
78061
78062     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78063
78064 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
78065 Author: Niklaus Giger <niklausgiger@gmx.ch>
78066 Date:   Fri Jul 27 11:38:26 2007 +0200
78067
78068     Add PPC4xx-HCU4 and HCU5 boards: common files
78069
78070     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78071
78072 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
78073 Author: Niklaus Giger <niklausgiger@gmx.ch>
78074 Date:   Fri Jul 27 11:28:44 2007 +0200
78075
78076     Add PPC4xx-HCU4 and HCU5 boards: make related
78077
78078     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78079
78080 commit 137fdd9f474ecb853efdace5200576308c67f18d
78081 Author: Niklaus Giger <niklausgiger@gmx.ch>
78082 Date:   Fri Jul 27 11:28:03 2007 +0200
78083
78084     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
78085
78086     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78087
78088 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
78089 Author: Niklaus Giger <niklausgiger@gmx.ch>
78090 Date:   Fri Jul 27 11:27:15 2007 +0200
78091
78092     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
78093
78094     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78095
78096 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
78097 Author: Niklaus Giger <niklausgiger@gmx.ch>
78098 Date:   Fri Jul 27 11:25:31 2007 +0200
78099
78100     Add PPC4xx-HCU4 and HCU5 boards: READMEs
78101
78102     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78103
78104 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
78105 Author: Niklaus Giger <niklausgiger@gmx.ch>
78106 Date:   Fri Jul 27 11:37:40 2007 +0200
78107
78108     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
78109
78110     This series of patches adds support for 2 boards from Netstal Maschinen.
78111
78112     The HCU4 has a PPC405Gpr and
78113     the HCU5 has a PPC440EPX.
78114
78115     The HCU4 has a somehow complicated flash setup, as the booteprom is
78116     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
78117     elegant solution.
78118
78119     The HCU5 has only a booteprom as the whole code will be downloaded from a
78120     different board which has HD, CD-ROM, etc and where all code is stored.
78121
78122     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
78123     Thanks them a lot.
78124
78125     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
78126
78127 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
78128 Author: Stefan Roese <sr@denx.de>
78129 Date:   Fri Aug 10 08:42:55 2007 +0200
78130
78131     ppc4xx: Update lwmon5 POST configuration
78132
78133     Signed-off-by: Stefan Roese <sr@denx.de>
78134
78135 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
78136 Author: Yuri Tikhonov <yur@emcraft.com>
78137 Date:   Fri Aug 10 08:25:22 2007 +0200
78138
78139     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
78140
78141     The patch adds support for UART POST on ppc44x-based boards with no
78142     external serial clocks installed.
78143
78144     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
78145     Acked-by: Stefan Roese <sr@denx.de>
78146
78147 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
78148 Author: Kim Phillips <kim.phillips@freescale.com>
78149 Date:   Mon Aug 6 18:18:34 2007 -0500
78150
78151     mpc83xx: fix ITX[GP] O=builddir builds
78152
78153     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
78154
78155     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
78156     "BUILD_DIR=<some dir> ./MAKEALL ..."
78157
78158     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78159
78160 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
78161 Author: Dave Liu <r63238@freescale.com>
78162 Date:   Wed Aug 1 15:00:59 2007 +0800
78163
78164     mpc83xx: Correct the README for DDR ECC
78165
78166     Update the README for DDR ECC, change the name
78167     to README.mpc83xx.ddrecc.
78168
78169     Signed-off-by: Dave Liu <daveliu@freescale.com>
78170     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78171
78172 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
78173 Author: Dave Liu <r63238@freescale.com>
78174 Date:   Wed Aug 1 15:00:15 2007 +0800
78175
78176     mpc83xx: Consolidate the ECC support of 83xx
78177
78178     Remove the duplicated source code of ecc command on the <board>.c,
78179     for reused, move these code to cpu/mpc83xx directory.
78180
78181     Signed-off-by: Dave Liu <daveliu@freescale.com>
78182     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78183
78184 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
78185 Author: Dave Liu <r63238@freescale.com>
78186 Date:   Sat Aug 4 13:37:39 2007 +0800
78187
78188     mpc83xx: Correct the burst length for DDR2 with 32 bits
78189
78190     The burst length should be 4 for DDR2 with 32 bits bus
78191
78192     Signed-off-by: Dave Liu <daveliu@freescale.com>
78193
78194 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
78195 Author: Kim Phillips <kim.phillips@freescale.com>
78196 Date:   Wed Jul 25 19:25:33 2007 -0500
78197
78198     mpc83xx: add support for the MPC8323E RDB
78199
78200     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
78201     five 10/100 ethernet ports connected via an ICPlus IP175C
78202     switch, one PCI slot, and serial.  Features not supported
78203     in this patch are SD card interface, 2 USB ports, and the
78204     two phone ports.
78205
78206     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
78207     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78208
78209 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
78210 Author: Kim Phillips <kim.phillips@freescale.com>
78211 Date:   Wed Jul 25 19:25:28 2007 -0500
78212
78213     mpc83xx: fixup generic pci for libfdt
78214
78215     add libfdt support to the generic 83xx pci code
78216
78217     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78218
78219 commit f57ac7a7b37109245b69db80839ebee26179966a
78220 Author: Kim Phillips <kim.phillips@freescale.com>
78221 Date:   Wed Jul 25 19:25:22 2007 -0500
78222
78223     mpc83xx: fix 8360 and cpu functions to update fdt being passed
78224
78225     ..and not the global fdt. Rename local fdt vars to blob so as not to
78226     be confused with the global var with the same three-letter name.
78227
78228     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78229
78230 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
78231 Author: Jerry Van Baren <gvb.uboot@gmail.com>
78232 Date:   Wed Jul 4 21:34:24 2007 -0400
78233
78234     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
78235
78236     Several node strings were not correct (trailing slashes and properties
78237       in the strings)
78238     Added setting of the timebase-frequency.
78239     Improved error messages and use debug() instead of printf().
78240
78241     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
78242     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78243
78244 commit 26d02c9bbac1751c5e19294f000100b48d43a920
78245 Author: Jerry Van Baren <gvb.uboot@gmail.com>
78246 Date:   Wed Jul 4 21:27:30 2007 -0400
78247
78248     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
78249
78250     The new name matches more closely the kernel's name, which is also
78251     a much better description.
78252
78253     These are the mpc83xx changes made necessary by the function name change.
78254
78255     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
78256     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
78257     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78258
78259 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
78260 Author: Dave Liu <daveliu@freescale.com>
78261 Date:   Mon Jun 25 10:41:56 2007 +0800
78262
78263     mpc83xx: Add support for the display of reset status
78264
78265     83xx processor family has many reset sources, such as
78266     power on reset, software hard reset, software soft reset,
78267     JTAG, bus monitor, software watchdog, check stop reset,
78268     external hard reset, external software reset.
78269     sometimes, to figure out the fault of system, we need to
78270     know the cause of reset early before the prompt of
78271     u-boot present.
78272
78273     Signed-off-by: Dave Liu <daveliu@freescale.com>
78274     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78275
78276 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
78277 Author: Dave Liu <daveliu@freescale.com>
78278 Date:   Mon Jun 25 10:41:04 2007 +0800
78279
78280     mpc83xx: Fix the align bug of SDMA buffer
78281
78282     According to the latest user manual, the SDMA temporary
78283     buffer base address must be 4KB aligned.
78284
78285     Signed-off-by: Dave Liu <daveliu@freescale.com>
78286     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78287
78288 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
78289 Author: Dave Liu <daveliu@freescale.com>
78290 Date:   Mon Jun 25 13:21:12 2007 +0800
78291
78292     mpc83xx: Revise the MPC8360EMDS readme doc
78293
78294     When the rev2.x silicon mount on the MPC8360EMDS baord,
78295     and if you are using the u-boot version after the commit
78296     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
78297     to make the ethernet interface usable, we have to setup
78298     the jumpers correctly.
78299
78300     Signed-off-by: Dave Liu <daveliu@freescale.com>
78301     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78302
78303 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
78304 Author: Timur Tabi <timur@freescale.com>
78305 Date:   Tue Jul 3 13:46:32 2007 -0500
78306
78307     FSL I2C driver programs the two I2C busses differently
78308
78309     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
78310     The second I2C bus has its slave address programmed incorrectly and is
78311     missing a 5-us delay.
78312
78313     Signed-off-by: Timur Tabi <timur@freescale.com>
78314     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78315
78316 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
78317 Author: Timur Tabi <timur@freescale.com>
78318 Date:   Tue Jul 3 13:04:34 2007 -0500
78319
78320     Update SCCR programming in cpu_init_f() to support all 83xx processors
78321
78322     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
78323     bitfields for all 83xx processors.  The code to update some bitfields was
78324     compiled only on some processors.  Now, the bitfields are programmed as long
78325     as the corresponding CFG_SCCR option is defined in the board header file.
78326     This means that the board header file should not define any CFG_SCCR macros
78327     for bitfields that don't exist on that processor, otherwise the SCCR will be
78328     programmed incorrectly.
78329
78330     Signed-off-by: Timur Tabi <timur@freescale.com>
78331     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78332
78333 commit 9546266999f0b9b51372636614211b88d90f0f25
78334 Author: Martin Krause <martin.krause@tqs.de>
78335 Date:   Fri Jun 22 13:04:22 2007 +0200
78336
78337     TQM834x: cleanup configuraton
78338
78339     Remove irritating #undef DEBUG
78340
78341     Signed-off-by: Martin Krause <martin.krause@tqs.de>
78342     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78343
78344 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
78345 Author: david.saada <David.Saada@ecitele.com>
78346 Date:   Mon Jun 18 09:09:53 2007 -0700
78347
78348     MPC83xx: Fix makefile to generate config.h file in the build directory
78349
78350     MPC83xx: Fix the Makefile config sections to generate the include/config.h
78351     file in the build directory instead of the source directory.
78352
78353     Signed-off-by: David Saada <david.saada@ecitele.com>
78354     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78355
78356 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
78357 Author: Lee Nipper <Lee.Nipper@freescale.com>
78358 Date:   Thu Jun 14 20:07:33 2007 -0500
78359
78360     mpc83xx: Add support for 8360 silicon revision 2.1
78361
78362     This change adds 8360 silicon revision 2.1 support to u-boot.
78363
78364     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
78365     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78366
78367 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
78368 Author: Kumar Gala <galak@kernel.crashing.org>
78369 Date:   Wed Aug 8 04:14:28 2007 -0500
78370
78371     Treat ppc64 host as ppc
78372
78373     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
78374
78375 commit 0dc4279b08ff82472bec2e2c90858602459febe8
78376 Author: Jason Jin <Jason.jin@freescale.com>
78377 Date:   Wed Aug 8 09:01:46 2007 +0800
78378
78379     Minor fix for bios emulator makefile
78380
78381     Add $(obj) to LIB avoiding objects be built in the source dir
78382
78383     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78384
78385 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
78386 Author: Jason Jin <Jason.jin@freescale.com>
78387 Date:   Wed Aug 8 08:33:11 2007 +0800
78388
78389     Add CONFIG_BIOSEMU define to guard all the bios emulator code
78390
78391     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78392
78393     This patch fix the compile issue on the board that did not enable the bios emulator
78394
78395 commit ed8106433522f2ea8933e9808346860d061d7731
78396 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
78397 Date:   Tue Jul 31 12:27:25 2007 -0500
78398
78399     tsec: fix multiple PHY support
78400
78401     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
78402     broke multiple PHY support in tsec.c.  This fixes it.
78403
78404     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
78405     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78406
78407 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
78408 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
78409 Date:   Thu Aug 9 09:08:18 2007 -0500
78410
78411     tsec: Allow Ten Bit Interface address to be configurable
78412
78413     Allow the address of the Ten Bit Interface (TBI) to be changed in the
78414     event of a conflict with another device.
78415
78416     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
78417
78418 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
78419 Author: Stefan Roese <sr@denx.de>
78420 Date:   Wed Aug 8 09:54:26 2007 +0200
78421
78422     Coding style cleanup
78423
78424     Signed-off-by: Stefan Roese <sr@denx.de>
78425
78426 commit a41de1f0d373e09c782dea558385a06247111ba5
78427 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78428 Date:   Sun Aug 5 05:15:18 2007 -0500
78429
78430     Port enabled for I2C signals and chipselects port configuration.
78431
78432     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78433
78434 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
78435 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78436 Date:   Sun Aug 5 04:31:18 2007 -0500
78437
78438     Added NAND support
78439
78440     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78441
78442 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
78443 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78444 Date:   Sun Aug 5 04:11:20 2007 -0500
78445
78446     Added I2C support
78447
78448     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78449
78450 commit 99c03c175d2689093176facf17c58ce2cb320001
78451 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78452 Date:   Sun Aug 5 03:58:52 2007 -0500
78453
78454     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
78455
78456     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78457
78458 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
78459 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78460 Date:   Sun Aug 5 03:55:21 2007 -0500
78461
78462     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
78463
78464     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78465
78466 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
78467 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78468 Date:   Sun Aug 5 03:43:30 2007 -0500
78469
78470     Moved sync() from board file to include/asm-m68k/io.h
78471
78472     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78473
78474 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
78475 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78476 Date:   Sun Aug 5 03:30:44 2007 -0500
78477
78478     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
78479
78480     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78481
78482 commit 9998bd37ead85e93953559720710d3b0685c81e6
78483 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78484 Date:   Sun Aug 5 03:19:10 2007 -0500
78485
78486     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
78487
78488     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78489
78490 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
78491 Author: Jason Jin <Jason.jin@freescale.com>
78492 Date:   Tue Aug 7 16:17:06 2007 +0800
78493
78494     Add CONFIG_BIOSEMU define to guard all the bios emulator code
78495
78496     This patch fix the compile issue on the board that did not enable the bios emulator
78497
78498 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
78499 Author: Wolfgang Denk <wd@denx.de>
78500 Date:   Tue Aug 7 16:02:13 2007 +0200
78501
78502     Fix missing brace error in fs/fat/fat.c
78503     [pointed out by Roderik Wildenburg]
78504
78505     Signed-off-by: Wolfgang Denk <wd@denx.de>
78506
78507 commit 706714d97a0d08d59eda4de2268c39f504688329
78508 Author: Michal Simek <monstr@monstr.eu>
78509 Date:   Mon Aug 6 23:41:53 2007 +0200
78510
78511     [FIX] remove cute code
78512
78513 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
78514 Author: Michal Simek <monstr@monstr.eu>
78515 Date:   Mon Aug 6 23:35:26 2007 +0200
78516
78517     [FIX] Fix romfs code
78518
78519 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
78520 Author: Michal Simek <monstr@monstr.eu>
78521 Date:   Mon Aug 6 23:31:49 2007 +0200
78522
78523     [FIX] Coding style cleanup - Wolfgang's suggestions
78524
78525 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
78526 Author: Wolfgang Denk <wd@denx.de>
78527 Date:   Mon Aug 6 23:21:05 2007 +0200
78528
78529     Fixed typo in README (pointed out by Martin Jost).
78530
78531     Signed-off-by: Wolfgang Denk <wd@denx.de>
78532
78533 commit 537223afa61f64480df31ce440a9cb386df4a814
78534 Author: Stefan Roese <sr@denx.de>
78535 Date:   Mon Aug 6 21:10:17 2007 +0200
78536
78537     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
78538
78539     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
78540     here an updated Bamboo README.
78541
78542     Signed-off-by: Stefan Roese <sr@denx.de>
78543
78544 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
78545 Author: Wolfgang Denk <wd@denx.de>
78546 Date:   Mon Aug 6 02:17:36 2007 +0200
78547
78548     Coding style cleanup. Update CHANGELOG.
78549
78550     Signed-off-by: Wolfgang Denk <wd@denx.de>
78551
78552 commit 221838cc7eb178370ff62aa05920a582e12ac322
78553 Author: Jason Jin <Jason.jin@freescale.com>
78554 Date:   Tue Jul 10 09:03:22 2007 +0800
78555
78556     Remove the bios emulator from MAI board.
78557
78558     The bios emulator in the MAI board can not pass compile
78559     and have a lot of crap in it. remove it and will have a
78560     clean and small bios emulator in the drivers directory
78561     which can be uesed for every board.
78562
78563     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78564
78565 commit 5618332409bb96f4448d1712899369fc80c0b489
78566 Author: Jason Jin <Jason.jin@freescale.com>
78567 Date:   Fri Jul 13 12:14:59 2007 +0800
78568
78569     Fix some compile issues for MAI board.
78570
78571     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78572
78573 commit 0f460a1ee148b648ee242c3157650287d4296260
78574 Author: Jason Jin <Jason.jin@freescale.com>
78575 Date:   Fri Jul 13 12:14:58 2007 +0800
78576
78577     Configurations for ATI video card BIOS emulator
78578
78579     This patch add definition of the BIOS emulator and the ATI framebuffer
78580     driver for MPC8641HPCN board.
78581
78582     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78583     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78584
78585 commit ece92f85053b8df613edcf05b26a416cbc3d629c
78586 Author: Jason Jin <Jason.jin@freescale.com>
78587 Date:   Fri Jul 6 08:34:56 2007 +0800
78588
78589     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
78590     ATI video card BIOS. and can be used for x86 code emulation by some
78591     modifications.
78592
78593     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78594
78595 commit 5072188acabde3178fac7f5a597150e6e74fd40c
78596 Author: Jason Jin <Jason.jin@freescale.com>
78597 Date:   Fri Jul 6 08:33:33 2007 +0800
78598
78599     This is a framebuffer driver for ATI video card, can work for PCI9200,
78600     X300, X700, X800 ATI video cards.
78601
78602     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78603     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78604
78605 commit 5728be389e65fd47f34b33c2596271eb4db751ae
78606 Author: Wolfgang Denk <wd@denx.de>
78607 Date:   Mon Aug 6 01:01:49 2007 +0200
78608
78609     Coding style cleanup. Update CHANGELOG.
78610
78611     Signed-off-by: Wolfgang Denk <wd@denx.de>
78612
78613 commit 8092fef4c29b395958bb649647da7e3775731517
78614 Author: Martin Krause <Martin.Krause@tqs.de>
78615 Date:   Tue Dec 12 14:26:01 2006 +0100
78616
78617     Add functions to list of exported functions
78618
78619     Additionally export the following fuctions (to make trab_config build again):
78620     - simple_strtol()
78621     - strcmp()
78622
78623     Also bump the ABI version to reflect this change
78624
78625     Signed-off-by: Martin Krause <martin.krause@tqs.de>
78626
78627 commit 63cec5814fab5d2b1c86982327433807a5ac0249
78628 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78629 Date:   Thu Aug 2 14:09:49 2007 -0500
78630
78631     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
78632
78633     All of the PCI/PCI-Express driver and initialization code that
78634     was in the MPC8641HPCN port has now been moved into the common
78635     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
78636     utilized by the 85xx ports as well.
78637
78638     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
78639
78640     Also enable the second PCI-Express controller on 8641
78641     by getting its BATS and CFG_ setup right.
78642
78643     Fixed a u16 vendor compiler warning in AHCI driver too.
78644
78645     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78646     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78647     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78648
78649 commit a274ca4f6d68830e7c916f897561cff8c4101c38
78650 Author: Michal Simek <monstr@monstr.eu>
78651 Date:   Sun Aug 5 22:33:05 2007 +0200
78652
78653     [FIX] Coding style cleanup
78654
78655 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
78656 Author: Michal Simek <monstr@monstr.eu>
78657 Date:   Sun Aug 5 16:13:31 2007 +0200
78658
78659     [FIX] Xilinx Uartlite driver
78660     Because PPC405 can use UARTLITE serial interface and
78661     Microblaze can use Uart16550 serial interface not only Uartlite.
78662
78663 commit 98889edd50aadf862071eb5664747ad0d568a20e
78664 Author: Michal Simek <monstr@monstr.eu>
78665 Date:   Sun Aug 5 15:54:53 2007 +0200
78666
78667     [FIX] Change configuration for XUPV2P Microblaze board
78668
78669 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
78670 Author: Michal Simek <monstr@monstr.eu>
78671 Date:   Sun Aug 5 15:53:50 2007 +0200
78672
78673     [PATCH] Added support for Xilinx Emac community driver
78674
78675 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
78676 Author: Bartlomiej Sieka <tur@semihalf.com>
78677 Date:   Fri Aug 3 12:08:16 2007 +0200
78678
78679     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
78680
78681     Add the ability for modules from the Schindler cm5200 family to use a
78682     single U-Boot image:
78683     - rename cm1_qp1 to cm5200
78684     - add run-time module detection
78685     - parametrize SDRAM configuration according to the module we are running on
78686
78687     Few minor, board-specific fixes included in this patch:
78688     - better MAC address handling
78689     - updated default environment ('update' command uses +{filesize} now)
78690     - improved error messages in the auto-update code
78691     - allow booting U-Boot from RAM (CFG_RAMBOOT)
78692
78693     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
78694     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
78695     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
78696
78697 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
78698 Author: Andy Fleming <afleming@freescale.com>
78699 Date:   Fri Aug 3 04:05:25 2007 -0500
78700
78701     Add Marvell 1149 PHY support to the TSEC
78702
78703 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
78704 Author: Wolfgang Denk <wd@denx.de>
78705 Date:   Thu Aug 2 21:27:46 2007 +0200
78706
78707     Coding style cleanup, update CHANGELOG
78708
78709     Signed-off-by: Wolfgang Denk <wd@denx.de>
78710
78711 commit 63e22764d2f8653f68888c667eb65b3996b52680
78712 Author: Wolfgang Denk <wd@denx.de>
78713 Date:   Thu Aug 2 10:11:18 2007 +0200
78714
78715     Minor cleanup of <board>_nand build rules.
78716
78717 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
78718 Author: Stefan Roese <sr@denx.de>
78719 Date:   Thu Aug 2 08:33:56 2007 +0200
78720
78721     ppc4xx: Code cleanup
78722
78723     Signed-off-by: Stefan Roese <sr@denx.de>
78724
78725 commit c92409812206ac67a7fa7aae298539a9c3804a46
78726 Author: Grzegorz Bernacki <gjb@semihalf.com>
78727 Date:   Tue Jul 31 18:51:48 2007 +0200
78728
78729     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
78730
78731     During config transactions on the PCIe bus an attempt to scan for a
78732     non-existent device can lead to a machine check exception with certain
78733     peripheral devices. In order to avoid crashing in such scenarios the
78734     instrumented versions of the config cycle read routines are introduced, so
78735     the exceptions fixups framework can gracefully recover.
78736
78737     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
78738     Acked-by: Rafal Jaworowski <raj@semihalf.com>
78739
78740 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
78741 Author: Rafal Jaworowski <raj@semihalf.com>
78742 Date:   Tue Jul 31 18:19:54 2007 +0200
78743
78744     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
78745
78746     This brings back separate settings for PCIe bus numbers depending on chip
78747     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
78748     commit. 440SPe rev. A does NOT work properly with the same settings as for
78749     the rev. B (no devices are seen on the bus during enumeration).
78750
78751     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78752
78753 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
78754 Author: Wolfgang Denk <wd@denx.de>
78755 Date:   Thu Aug 2 00:48:45 2007 +0200
78756
78757     Fix build errors and warnings / code cleanup.
78758
78759     Signed-off-by: Wolfgang Denk <wd@denx.de>
78760
78761 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
78762 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
78763 Date:   Tue Jul 31 10:24:56 2007 +0200
78764
78765     ppc4xx: Update AMCC Bamboo 440EP support
78766
78767     Changed storage type of cfg_simulate_spd_eeprom to const
78768     Changed storage type of gpio_tab to stack storage
78769     (Cannot access global data declarations in .bss until afer code relocation)
78770
78771     Improved SDRAM tests to catch problems where data is not uniquely addressable
78772     (e.g. incorrectly programmed SDRAM row or columns)
78773
78774     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
78775     Fixed AM29LV320DT (OpCode Flash) sector map
78776
78777     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
78778     Signed-off-by: Stefan Roese <sr@denx.de>
78779
78780 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
78781 Author: Stefan Roese <sr@denx.de>
78782 Date:   Tue Jul 31 08:37:01 2007 +0200
78783
78784     ppc4xx: Update 440EPx lwmon5 board support
78785
78786     - Clear ECC status regs after ECC POST test
78787     - Set dcbz for ECC generation with caches enabled as default
78788     - Code cleanup
78789
78790     Signed-off-by: Stefan Roese <sr@denx.de>
78791
78792 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
78793 Author: Stefan Roese <sr@denx.de>
78794 Date:   Mon Jul 30 11:04:57 2007 +0200
78795
78796     ppc4xx: Only print ECC related info when the error bis are set
78797
78798     Signed-off-by: Stefan Roese <sr@denx.de>
78799
78800 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
78801 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
78802 Date:   Fri Jul 27 16:44:31 2007 +0200
78803
78804     new FPGA image for PLU405 board
78805
78806     new FPGA image for PLU405 board with improved CompactFlash timing
78807
78808     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
78809
78810 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
78811 Author: Rafal Jaworowski <raj@semihalf.com>
78812 Date:   Fri Jul 27 14:43:59 2007 +0200
78813
78814     [ADS5121] Support for the ADS5121 board
78815
78816     The following MPC5121e subsystems are supported:
78817
78818     - low-level CPU init
78819     - NOR Boot Flash (common CFI driver)
78820     - DDR SDRAM
78821     - FEC
78822     - I2C
78823     - Watchdog
78824
78825     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
78826     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78827     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
78828
78829 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
78830 Author: Rafal Jaworowski <raj@semihalf.com>
78831 Date:   Fri Jul 27 14:22:04 2007 +0200
78832
78833     [PPC] Remove unused MSR_USER definition
78834
78835     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78836
78837 commit d4024bb72dd81695ec099b2199eda0d27c623e62
78838 Author: John Otken <john@softadvances.com>
78839 Date:   Thu Jul 26 17:49:11 2007 +0200
78840
78841     ppc4xx: Add support for AMCC 405EP Taihu board
78842
78843     Signed-off-by: John Otken <john@softadvances.com>
78844
78845 commit b66091de6c7390620312c2501db23d8391e7cabb
78846 Author: Anatolij Gustschin <agust@denx.de>
78847 Date:   Thu Jul 26 15:08:01 2007 +0200
78848
78849     ppc4xx: lwmon5: Update Lime initialization
78850
78851     Change Lime SDRAM initialization to now support 100MHz and
78852     133MHz (if enabled). Also the framebuffer is initialized to
78853     display a blue rectangle with a white border.
78854
78855     Signed-off-by: Anatolij Gustschin <agust@denx.de>
78856     Signed-off-by: Stefan Roese <sr@denx.de>
78857
78858 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
78859 Author: Stefan Roese <sr@denx.de>
78860 Date:   Tue Jul 24 09:52:52 2007 +0200
78861
78862     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
78863
78864     The used Intel NOR FLASH chips have internally two dies, and are now
78865     treated as two seperate chips.
78866
78867     Signed-off-by: Stefan Roese <sr@denx.de>
78868
78869 commit aedf5bde179ecfbd0a96130d18996a96518b785f
78870 Author: Stefan Roese <sr@denx.de>
78871 Date:   Tue Jul 24 07:20:09 2007 +0200
78872
78873     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
78874
78875     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
78876     interrupt controller.
78877
78878     Signed-off-by: Stefan Roese <sr@denx.de>
78879
78880 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
78881 Author: Stefan Roese <sr@denx.de>
78882 Date:   Fri Jul 20 15:03:44 2007 +0200
78883
78884     ppc4xx: Fix bug with default GPIO output value
78885
78886     As spotted by Matthias Fuchs, the default output values for all GPIO1
78887     outputs were not setup correctly. This patch fixes this issue.
78888
78889     Signed-off-by: Stefan Roese <sr@denx.de>
78890
78891 commit 531e3e8b831f357056448fa573137d5fb37000fd
78892 Author: Pavel Kolesnikov <concord@emcraft.com>
78893 Date:   Fri Jul 20 15:03:03 2007 +0200
78894
78895     POST: Add ECC POST for the lwmon5 board
78896
78897     This patch adds ECC Post test for the Lwmon5 board based
78898     on PPC440EPx to U-Boot.
78899
78900     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
78901     Acked-by: Yuri Tikhonov <yur@emcraft.com>
78902     Acked-by: Stefan Roese <sr@denx.de>
78903
78904 commit cc3023b9f95d7ac959a764471a65001062aecf41
78905 Author: Rafal Jaworowski <raj@semihalf.com>
78906 Date:   Thu Jul 19 17:12:28 2007 +0200
78907
78908     Fix breakage of 8xx boards from recent commit.
78909
78910     This patch fixes the negative consequences for 8xx of the recent
78911     "ppc4xx: Clean up 440 exceptions handling" commit.
78912
78913     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78914
78915 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
78916 Author: Stefan Roese <sr@denx.de>
78917 Date:   Mon Jul 16 13:11:12 2007 +0200
78918
78919     Coding style cleanup
78920
78921     Signed-off-by: Stefan Roese <sr@denx.de>
78922
78923 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
78924 Author: Stefan Roese <sr@denx.de>
78925 Date:   Mon Jul 16 10:02:12 2007 +0200
78926
78927     ppc4xx: Code cleanup
78928
78929     Signed-off-by: Stefan Roese <sr@denx.de>
78930
78931 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
78932 Author: Stefan Roese <sr@denx.de>
78933 Date:   Mon Jul 16 10:01:38 2007 +0200
78934
78935     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
78936
78937     Signed-off-by: Stefan Roese <sr@denx.de>
78938
78939 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
78940 Author: Stefan Roese <sr@denx.de>
78941 Date:   Mon Jul 16 10:00:43 2007 +0200
78942
78943     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
78944
78945     The new boardspecific DDR2 controller configuration is used for the Yucca
78946     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
78947
78948     Signed-off-by: Stefan Roese <sr@denx.de>
78949
78950 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
78951 Author: Stefan Roese <sr@denx.de>
78952 Date:   Mon Jul 16 09:57:00 2007 +0200
78953
78954     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
78955
78956     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
78957     support non default, boardspecific DDR(2) controller configuration.
78958
78959     Signed-off-by: Stefan Roese <sr@denx.de>
78960
78961 commit 5743a9207a370b90f09b20ebd61167c806b937f3
78962 Author: Stefan Roese <sr@denx.de>
78963 Date:   Mon Jul 16 08:53:51 2007 +0200
78964
78965     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
78966
78967     The new function remove_tlb() can be used to remove the TLB's used to
78968     map a specific memory region. This is especially useful for the DDR(2)
78969     setup routines which configure the SDRAM area temporarily as a cached
78970     area (for speedup on auto-calibration and ECC generation) and later
78971     need this area uncached for normal usage.
78972
78973     Signed-off-by: Stefan Roese <sr@denx.de>
78974
78975 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
78976 Author: Michal Simek <monstr@monstr.eu>
78977 Date:   Mon Jul 16 00:31:07 2007 +0200
78978
78979     [PATCH] Support for Xilinx EmacLite controller
78980
78981 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
78982 Author: Wolfgang Denk <wd@denx.de>
78983 Date:   Sat Jul 14 22:51:02 2007 +0200
78984
78985     Update CHANGELOG
78986
78987     Signed-off-by: Wolfgang Denk <wd@denx.de>
78988
78989 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
78990 Author: Michal Simek <monstr@monstr.eu>
78991 Date:   Sat Jul 14 13:11:28 2007 +0200
78992
78993     [FIX] support for simply measuring time
78994
78995 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
78996 Author: Michal Simek <monstr@monstr.eu>
78997 Date:   Sat Jul 14 12:41:23 2007 +0200
78998
78999     [FS] Added support for ROMFS
79000
79001 commit 011595307731a7a67a7445d107c279d031e8ab97
79002 Author: Heiko Schocher <hs@pollux.denx.de>
79003 Date:   Sat Jul 14 01:06:58 2007 +0200
79004
79005     [PCS440EP]  - fix compile error, if BUILD_DIR is used
79006
79007 commit 5a2f1098d81ad58b309e5e558d0492643166a799
79008 Author: Michal Simek <monstr@monstr.eu>
79009 Date:   Sat Jul 14 00:18:48 2007 +0200
79010
79011     [PATCH] Support time without timer
79012
79013 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
79014 Author: Michal Simek <monstr@monstr.eu>
79015 Date:   Fri Jul 13 21:43:55 2007 +0200
79016
79017     [PATCH] Remove problem with disabled BARREL SHIFTER
79018
79019 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
79020 Author: Michal Simek <monstr@monstr.eu>
79021 Date:   Fri Jul 13 21:41:44 2007 +0200
79022
79023     [FIX] correct help for rspr
79024
79025 commit fad63407154f46246ce80d53a9c669a44362ac67
79026 Author: Heiko Schocher <hs@pollux.denx.de>
79027 Date:   Fri Jul 13 09:54:17 2007 +0200
79028
79029     make show_boot_progress () weak.
79030
79031     Signed-off-by: Heiko Schocher <hs@denx.de>
79032
79033 commit 907902472391b6ca1876ec300687562ecaf459b1
79034 Author: Heiko Schocher <hs@pollux.denx.de>
79035 Date:   Fri Jul 13 08:26:05 2007 +0200
79036
79037     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
79038                 - fix compile error, if BUILD_DIR is used
79039
79040     Signed-off-by: Heiko Schocher <hs@denx.de>
79041
79042 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
79043 Author: Stefan Roese <sr@denx.de>
79044 Date:   Thu Jul 12 16:32:08 2007 +0200
79045
79046     ppc4xx: Change receive buffer handling in the 4xx emac driver
79047
79048     This change fixes a bug in the receive buffer handling, that
79049     could lead to problems upon high network traffic (broadcasts...).
79050
79051     Signed-off-by: Stefan Roese <sr@denx.de>
79052
79053 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
79054 Author: Wolfgang Denk <wd@denx.de>
79055 Date:   Thu Jul 12 01:45:34 2007 +0200
79056
79057     Update CHANGELOG, minor coding style cleanup.
79058
79059     Signed-off-by: Wolfgang Denk <wd@denx.de>
79060
79061 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
79062 Author: Andy Fleming <afleming@freescale.com>
79063 Date:   Fri Jun 8 16:41:18 2007 -0500
79064
79065     Remove erroneous errata code from Marvel 88E1111S driver
79066
79067     The Marvel 88E1111S driver for the TSEC was copied from the
79068     88E1101 driver, and included a fix for an erratum which does not
79069     exist on that part.  Now it is removed
79070
79071     Signed-off-by: Andy Fleming <afleming@freescale.com>
79072
79073 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
79074 Author: Andy Fleming <afleming@freescale.com>
79075 Date:   Tue Jun 5 16:38:44 2007 -0500
79076
79077     From: eran liberty <eran.liberty@gmail.com>
79078
79079     adds the reset register to 85xx immap
79080
79081     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
79082     Signed-off-by: Andy Fleming <afleming@freescale.com>
79083
79084 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
79085 Author: Andy Fleming <afleming@freescale.com>
79086 Date:   Thu May 10 17:50:01 2007 -0500
79087
79088     Polished the 85xx ADS config files
79089
79090     Made the boot commands use device trees by default.
79091     Also moved the ramdisk to 1000000 (I think the previous address
79092     was getting overridden during boot).
79093
79094     Signed-off-by: Andy Fleming <afleming@freescale.com>
79095
79096 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
79097 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79098 Date:   Wed May 9 11:03:32 2007 -0500
79099
79100     8544ds: Fix Makefile after moving pixis to board/freescale.
79101
79102     The OBJTREE != SRCTREE build scenario was broken.
79103     This fixes it.
79104
79105     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79106     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79107
79108 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
79109 Author: Andy Fleming <afleming@freescale.com>
79110 Date:   Wed May 9 00:54:20 2007 -0500
79111
79112     tsec: Fix PHY code to match first driver
79113
79114     Jarrold Wen noticed that the generic PHY code always matches
79115     under the current implementation.  Change it so the first match
79116     wins, and *only* unknown PHYs trigger the generic driver
79117
79118     Signed-off-by: Andy Fleming <afleming@freescale.com>
79119
79120 commit ccc091aac61a38cd998d575d92f7232e256d6312
79121 Author: Andy Fleming <afleming@freescale.com>
79122 Date:   Tue May 8 17:27:43 2007 -0500
79123
79124     Add support for CPM device tree configuration to 8560 ADS
79125
79126     * Adds code to modify CPM frequencies
79127     * Cleans up the config file to #define TSEC and (for now) #undef FCC
79128     * Adds the MII command for all 8560 ADS configurations
79129     * Updates config file to provide convenience commands for booting
79130       with a device tree
79131
79132     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
79133     Signed-off-by: Andy Fleming <afleming@freescale.com>
79134
79135 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
79136 Author: Andy Fleming <afleming@freescale.com>
79137 Date:   Tue May 8 17:23:02 2007 -0500
79138
79139     Fix Marvell 88e1145 PHY init code
79140
79141     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
79142     where the reset was being done after the errata code instead of
79143     before.
79144
79145     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
79146     Signed-off-by: Andy Fleming <afleming@freescale.com>
79147
79148 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
79149 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79150 Date:   Wed Jul 11 14:52:16 2007 -0500
79151
79152     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
79153
79154     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79155
79156 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
79157 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79158 Date:   Wed Jul 11 14:52:08 2007 -0500
79159
79160     pciauto setup bridge
79161
79162     The P2P bridge bus numbers programmed into the device are relative to
79163     hose->first_busno.
79164
79165     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79166
79167 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
79168 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79169 Date:   Wed Jul 11 14:52:01 2007 -0500
79170
79171     Support PCIe extended config registers
79172
79173     FSL PCIe block has extended cfg registers in the 100 and 400 range.
79174     For example, to read the LTSSM register: pci display <busn>.0 404 1
79175
79176     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79177
79178 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
79179 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79180 Date:   Wed Jul 11 14:51:48 2007 -0500
79181
79182     Minor improvements to drivers/pci_auto.c
79183
79184     - Make pciauto_{pre,post}scan_setup_bridge non-static
79185     - Added physical address display in debug messages.
79186
79187     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79188
79189 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
79190 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79191 Date:   Wed Jul 11 14:51:35 2007 -0500
79192
79193     Start pci hose scan from hose->current_busno.
79194
79195     Ensure hose->current_busno is not less than first_busno.  This fixes
79196     broken board code which leaves current_busno=0 when first_busno is
79197     greater than 0 for the cases with multiple controllers.
79198
79199     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79200
79201 commit 3865b1fb7843a08ad49a6319a36415752276ff48
79202 Author: Stefan Roese <sr@denx.de>
79203 Date:   Wed Jul 11 12:13:53 2007 +0200
79204
79205     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
79206
79207     Signed-off-by: Stefan Roese <sr@denx.de>
79208
79209 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
79210 Author: Bartlomiej Sieka <tur@semihalf.com>
79211 Date:   Wed Jul 11 20:11:07 2007 +0200
79212
79213     CM1.QP1: Support for the Schindler CM1.QP1 board.
79214
79215     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
79216     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
79217
79218 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
79219 Author: Heiko Schocher <hs@pollux.denx.de>
79220 Date:   Wed Jul 11 18:39:11 2007 +0200
79221
79222     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
79223                 - now the Flash ST M29W040B is supported (not tested)
79224                 - fix the "led" command
79225                 - fix compile error, if BUILD_DIR is used
79226
79227     Signed-off-by: Heiko Schocher <hs@denx.de>
79228
79229 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
79230 Author: Stefan Roese <sr@denx.de>
79231 Date:   Sun Jul 8 13:44:27 2007 +0200
79232
79233     Fix malloc problem introduced with the relocation fixup for the PPC platform
79234
79235     The relocation fixup didn't handle the malloc pointer initialization
79236     correctly. This patch fixes this problem. Tested successfully on 4xx.
79237     The relocation fixup patches for 4xx will follow soon.
79238
79239     Signed-off-by: Stefan Roese <sr@denx.de>
79240
79241 commit 0dca874db62718e41253659e60f3a1de7eb418ce
79242 Author: TsiChung <tcliew@Goku.(none)>
79243 Date:   Tue Jul 10 15:45:43 2007 -0500
79244
79245     Cache update and added CFG_UNIFY_CACHE
79246
79247     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.
79248
79249     Signed-off-by: TsiChung <tcliew@Goku.(none)>
79250
79251 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
79252 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79253 Date:   Thu Jul 5 23:36:16 2007 -0500
79254
79255     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
79256
79257     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
79258
79259     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79260
79261 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
79262 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79263 Date:   Thu Jul 5 23:31:25 2007 -0500
79264
79265     Update header files
79266
79267     Include immap.h and renamed mcfrtc.h to rtc.h
79268
79269     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79270
79271 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
79272 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79273 Date:   Thu Jul 5 23:29:21 2007 -0500
79274
79275     Add mcffec_initialize()
79276
79277     Added mcffec_initialize() in eth_initialize()
79278
79279     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79280
79281 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
79282 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79283 Date:   Thu Jul 5 23:27:40 2007 -0500
79284
79285     Update header file and clean up
79286
79287     Include immap.h
79288
79289     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79290
79291 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
79292 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79293 Date:   Thu Jul 5 23:23:15 2007 -0500
79294
79295     New uart structure and defines
79296
79297     Seperated from mcfuart.h
79298
79299     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79300
79301 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
79302 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79303 Date:   Thu Jul 5 23:22:31 2007 -0500
79304
79305     New timer structure and defines
79306
79307     Seperated from mcftimer.h
79308
79309     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79310
79311 commit e04acb2eba4782489417240eff76e20e176aec10
79312 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79313 Date:   Thu Jul 5 23:21:09 2007 -0500
79314
79315     Rename mcfrtc to rtc
79316
79317     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
79318
79319     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79320
79321 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
79322 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79323 Date:   Thu Jul 5 23:17:36 2007 -0500
79324
79325     Rename mcfserial.c. Update include header
79326
79327     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
79328
79329     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79330
79331 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
79332 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79333 Date:   Thu Jul 5 23:13:58 2007 -0500
79334
79335     Header file update, clean up and cache handling
79336
79337     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
79338
79339     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79340
79341 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
79342 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79343 Date:   Thu Jul 5 23:10:40 2007 -0500
79344
79345     Create interrupts.c and modify Makefile
79346
79347     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
79348
79349     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79350
79351 commit ddd104f1ed655eda50c06ba636237a83ed943f34
79352 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79353 Date:   Thu Jul 5 23:06:55 2007 -0500
79354
79355     Enable Icache
79356
79357     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79358
79359 commit b9bf3de377b2bae70c983c9b97feae914999e735
79360 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79361 Date:   Thu Jul 5 23:05:31 2007 -0500
79362
79363     Update header file and some clean up
79364
79365     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
79366
79367     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79368
79369 commit 84a015b52ec820a5ae173717d78516de731c89c2
79370 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79371 Date:   Thu Jul 5 23:03:28 2007 -0500
79372
79373     Update header file and enable icache
79374
79375     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
79376
79377     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79378
79379 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
79380 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79381 Date:   Thu Jul 5 23:01:22 2007 -0500
79382
79383     Update header file and removed interrupt_init()
79384
79385     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
79386
79387     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79388
79389 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
79390 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79391 Date:   Thu Jul 5 22:57:46 2007 -0500
79392
79393     Update for flash.o and mii.o
79394
79395     Removed flash.o and added mii.o
79396
79397     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79398
79399 commit c5ded275d839e4ff79f41718d50a835d989f57bc
79400 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79401 Date:   Thu Jul 5 22:56:19 2007 -0500
79402
79403     MII functions calls.
79404
79405     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79406
79407 commit 427c814104560e29bda14955c67703245aaaa5b4
79408 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79409 Date:   Thu Jul 5 22:54:42 2007 -0500
79410
79411     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
79412
79413     The removed MII routines will be placed in mii.c.
79414
79415     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79416
79417 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
79418 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79419 Date:   Thu Jul 5 22:51:05 2007 -0500
79420
79421     Duplicate code
79422
79423     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
79424
79425     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79426
79427 commit 2744354a8437b8f78db178e30660215688bff570
79428 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79429 Date:   Thu Jul 5 22:46:38 2007 -0500
79430
79431     Seperate old structure defines and new structure defines
79432
79433     Removed new uart structure and defines to uart.h
79434
79435     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79436
79437 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
79438 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79439 Date:   Thu Jul 5 22:45:01 2007 -0500
79440
79441     Seperate old structure defines and new structure defines
79442
79443     New timer structure and defines will move to new timer.h
79444
79445     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79446
79447 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
79448 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79449 Date:   Thu Jul 5 22:42:23 2007 -0500
79450
79451     Clean up
79452
79453     Removed whitespace
79454
79455     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79456
79457 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
79458 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79459 Date:   Thu Jul 5 22:41:24 2007 -0500
79460
79461     Clean up
79462
79463     Replaced whitespace with tabs
79464
79465     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79466
79467 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
79468 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79469 Date:   Thu Jul 5 22:39:07 2007 -0500
79470
79471     Create new header file and move peripherals base address from configs file to new header file.
79472
79473     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.
79474
79475     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79476
79477 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
79478 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79479 Date:   Thu Jul 5 22:24:58 2007 -0500
79480
79481     Revert file mode
79482
79483     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
79484
79485     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79486
79487 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
79488 Author: Jon Loeliger <jdl@freescale.com>
79489 Date:   Tue Jul 10 11:19:50 2007 -0500
79490
79491     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
79492
79493     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79494     Those always evaluated TRUE, and thus were always compiled
79495     even when IDE really wasn't defined/wanted.
79496
79497     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79498
79499 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
79500 Author: Jon Loeliger <jdl@freescale.com>
79501 Date:   Tue Jul 10 11:13:21 2007 -0500
79502
79503     drivers/: Remove lingering references to CFG_CMD_* symbols.
79504
79505     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79506     Those always evaluated TRUE, and thus were always compiled
79507     even when IDE really wasn't defined/wanted.
79508
79509     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79510
79511 commit f40a7f3e3888b42a43674b099e5470022c8c544c
79512 Author: Jon Loeliger <jdl@freescale.com>
79513 Date:   Tue Jul 10 11:07:56 2007 -0500
79514
79515     fs/: Remove lingering references to CFG_CMD_* symbols.
79516
79517     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79518     Those always evaluated TRUE, and thus were always compiled
79519     even when IDE really wasn't defined/wanted.
79520
79521     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79522
79523 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
79524 Author: Jon Loeliger <jdl@freescale.com>
79525 Date:   Tue Jul 10 11:05:02 2007 -0500
79526
79527     net/: Remove lingering references to CFG_CMD_* symbols.
79528
79529     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79530     Those always evaluated TRUE, and thus were always compiled
79531     even when IDE really wasn't defined/wanted.
79532
79533     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79534
79535 commit 902531788376046da212afd1661cffb62f3daa1c
79536 Author: Jon Loeliger <jdl@freescale.com>
79537 Date:   Tue Jul 10 11:02:44 2007 -0500
79538
79539     common/: Remove lingering references to CFG_CMD_* symbols.
79540
79541     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79542     Those always evaluated TRUE, and thus were always compiled
79543     even when IDE really wasn't defined/wanted.
79544
79545     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79546
79547 commit d39b57415838c73fb0a37eca84de3c68ba990586
79548 Author: Jon Loeliger <jdl@freescale.com>
79549 Date:   Tue Jul 10 10:48:22 2007 -0500
79550
79551     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
79552
79553     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79554     Those always evaluated TRUE, and thus were always compiled
79555     even when IDE really wasn't defined/wanted.
79556
79557     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79558
79559 commit 77a318545d57aefa844752465b94c7e09a3f26d0
79560 Author: Jon Loeliger <jdl@freescale.com>
79561 Date:   Tue Jul 10 10:39:10 2007 -0500
79562
79563     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
79564
79565     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79566     Those always evaluated TRUE, and thus were always compiled
79567     even when IDE really wasn't defined/wanted.
79568
79569     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79570
79571 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
79572 Author: Jon Loeliger <jdl@freescale.com>
79573 Date:   Tue Jul 10 10:27:39 2007 -0500
79574
79575     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
79576
79577     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79578
79579 commit 079a136c3588814784561d6e4856970ee82d6e2a
79580 Author: Jon Loeliger <jdl@freescale.com>
79581 Date:   Tue Jul 10 10:12:10 2007 -0500
79582
79583     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
79584
79585     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79586     used to be included but CONFIG_BOOTP_MASK was not defined.
79587
79588     Remove lingering references to CFG_CMD_* symbols.
79589
79590     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79591
79592 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
79593 Author: Jon Loeliger <jdl@freescale.com>
79594 Date:   Tue Jul 10 09:38:02 2007 -0500
79595
79596     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
79597
79598     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79599     used to be included but CONFIG_BOOTP_MASK was not defined.
79600
79601     Remove lingering references to CFG_CMD_* symbols.
79602
79603     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79604
79605 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
79606 Author: Jon Loeliger <jdl@freescale.com>
79607 Date:   Tue Jul 10 09:29:01 2007 -0500
79608
79609     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
79610
79611     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79612     used to be included but CONFIG_BOOTP_MASK was not defined.
79613
79614     Remove lingering references to CFG_CMD_* symbols.
79615
79616     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79617
79618 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
79619 Author: Jon Loeliger <jdl@freescale.com>
79620 Date:   Tue Jul 10 09:22:23 2007 -0500
79621
79622     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
79623
79624     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79625     used to be included but CONFIG_BOOTP_MASK was not defined.
79626
79627     Remove lingering references to CFG_CMD_* symbols.
79628
79629     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79630
79631 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
79632 Author: Jon Loeliger <jdl@freescale.com>
79633 Date:   Tue Jul 10 09:10:49 2007 -0500
79634
79635     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
79636
79637     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79638     used to be included but CONFIG_BOOTP_MASK was not defined.
79639
79640     Remove lingering references to CFG_CMD_* symbols.
79641
79642     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79643
79644 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
79645 Author: Jon Loeliger <jdl@freescale.com>
79646 Date:   Tue Jul 10 09:02:57 2007 -0500
79647
79648     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
79649
79650     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79651     used to be included but CONFIG_BOOTP_MASK was not defined.
79652
79653     Remove lingering references to CFG_CMD_* symbols.
79654
79655     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79656
79657 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
79658 Author: Jon Loeliger <jdl@freescale.com>
79659 Date:   Mon Jul 9 22:08:34 2007 -0500
79660
79661     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
79662
79663     All of the choices for CONFIG_BOOTP_ are now documented in
79664     the README file.  You must now individually select exactly
79665     the set that you want using a series of
79666         #define CONFIG_BOOTP_<x>
79667     statements in the board port config files now.
79668
79669     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79670
79671 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
79672 Author: Jon Loeliger <jdl@freescale.com>
79673 Date:   Mon Jul 9 21:57:31 2007 -0500
79674
79675     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79676
79677     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79678
79679 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
79680 Author: Jon Loeliger <jdl@freescale.com>
79681 Date:   Mon Jul 9 21:48:26 2007 -0500
79682
79683     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79684
79685     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79686
79687 commit 37d4bb70586659dedef1658ce1bed071be098aec
79688 Author: Jon Loeliger <jdl@freescale.com>
79689 Date:   Mon Jul 9 21:38:02 2007 -0500
79690
79691     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79692
79693     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79694
79695 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
79696 Author: Jon Loeliger <jdl@freescale.com>
79697 Date:   Mon Jul 9 21:31:24 2007 -0500
79698
79699     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79700
79701     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79702
79703 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
79704 Author: Jon Loeliger <jdl@freescale.com>
79705 Date:   Mon Jul 9 21:24:19 2007 -0500
79706
79707     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79708
79709     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79710
79711 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
79712 Author: Jon Loeliger <jdl@freescale.com>
79713 Date:   Mon Jul 9 21:16:53 2007 -0500
79714
79715     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79716
79717     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79718
79719 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
79720 Author: Jon Loeliger <jdl@freescale.com>
79721 Date:   Mon Jul 9 19:12:30 2007 -0500
79722
79723     Retire CONFIG_COMMANDS finally.
79724     Strip old CFG_CMD_* symbols out.
79725
79726     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79727
79728 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
79729 Author: Jon Loeliger <jdl@freescale.com>
79730 Date:   Mon Jul 9 19:10:03 2007 -0500
79731
79732     Update README.* to reference new CONFIG_CMD_* names now.
79733
79734     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79735
79736 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
79737 Author: Jon Loeliger <jdl@freescale.com>
79738 Date:   Mon Jul 9 19:06:00 2007 -0500
79739
79740     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
79741
79742     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79743
79744 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
79745 Author: Jon Loeliger <jdl@freescale.com>
79746 Date:   Mon Jul 9 18:57:22 2007 -0500
79747
79748     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
79749
79750     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79751
79752 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
79753 Author: Jon Loeliger <jdl@freescale.com>
79754 Date:   Mon Jul 9 18:45:16 2007 -0500
79755
79756     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
79757
79758     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79759
79760 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
79761 Author: Jon Loeliger <jdl@freescale.com>
79762 Date:   Mon Jul 9 18:38:39 2007 -0500
79763
79764     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
79765
79766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79767
79768 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
79769 Author: Jon Loeliger <jdl@freescale.com>
79770 Date:   Mon Jul 9 18:31:28 2007 -0500
79771
79772     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
79773
79774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79775
79776 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
79777 Author: Jon Loeliger <jdl@freescale.com>
79778 Date:   Mon Jul 9 18:24:55 2007 -0500
79779
79780     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
79781
79782     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79783
79784 commit fcec2eb93e126400009729328e797f12bc94f1fd
79785 Author: Jon Loeliger <jdl@freescale.com>
79786 Date:   Mon Jul 9 18:19:09 2007 -0500
79787
79788     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
79789
79790     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79791
79792 commit a593814f2be0c9cdc3133cd550b167b8a988328f
79793 Author: Jon Loeliger <jdl@freescale.com>
79794 Date:   Mon Jul 9 18:10:50 2007 -0500
79795
79796     rtc/: Remove obsolete references to CONFIG_COMMANDS
79797
79798     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79799
79800 commit 67350568f9d46e66c21829f3513b3db0caeb948b
79801 Author: Jon Loeliger <jdl@freescale.com>
79802 Date:   Mon Jul 9 18:05:38 2007 -0500
79803
79804     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
79805
79806     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79807
79808 commit 7def6b34f910f08d7ef0a14646da067719237ca2
79809 Author: Jon Loeliger <jdl@freescale.com>
79810 Date:   Mon Jul 9 18:02:11 2007 -0500
79811
79812     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
79813
79814     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79815
79816 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
79817 Author: Jon Loeliger <jdl@freescale.com>
79818 Date:   Mon Jul 9 17:56:50 2007 -0500
79819
79820     fs/: Remove obsolete references to CONFIG_COMMANDS
79821
79822     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79823
79824 commit c91898bbc505aff3e12a807af88e76da18efb7ee
79825 Author: Jon Loeliger <jdl@freescale.com>
79826 Date:   Mon Jul 9 17:46:09 2007 -0500
79827
79828     tools/: Remove obsolete references to CONFIG_COMMANDS
79829
79830     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79831
79832 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
79833 Author: Jon Loeliger <jdl@freescale.com>
79834 Date:   Mon Jul 9 17:45:14 2007 -0500
79835
79836     net/: Remove obsolete references to CONFIG_COMMANDS
79837
79838     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79839
79840 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
79841 Author: Jon Loeliger <jdl@freescale.com>
79842 Date:   Mon Jul 9 17:39:42 2007 -0500
79843
79844     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
79845
79846     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79847
79848 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
79849 Author: Jon Loeliger <jdl@freescale.com>
79850 Date:   Mon Jul 9 17:30:01 2007 -0500
79851
79852     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
79853
79854     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79855
79856 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
79857 Author: Jon Loeliger <jdl@freescale.com>
79858 Date:   Mon Jul 9 17:22:37 2007 -0500
79859
79860     disk/: Remove obsolete references to CONFIG_COMMANDS
79861
79862     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79863
79864 commit 639221c76c88215bd55af83ad174fc30d1940f8f
79865 Author: Jon Loeliger <jdl@freescale.com>
79866 Date:   Mon Jul 9 17:15:49 2007 -0500
79867
79868     include/: Remove obsolete references to CONFIG_COMMANDS
79869     Mostly removed from comments here.
79870
79871     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79872
79873 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
79874 Author: Wolfgang Denk <wd@denx.de>
79875 Date:   Tue Jul 10 00:01:28 2007 +0200
79876
79877     Coding style cleanup; update CHANGELOG.
79878
79879     Signed-off-by: Wolfgang Denk <wd@denx.de>
79880
79881 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
79882 Author: Stefan Roese <sr@denx.de>
79883 Date:   Mon Jul 9 11:00:24 2007 +0200
79884
79885     Small coding style cleanup
79886
79887     Signed-off-by: Stefan Roese <sr@denx.de>
79888
79889 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
79890 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79891 Date:   Mon Jul 9 10:10:08 2007 +0200
79892
79893     Migrate esd 405EP boards to new NAND subsystem
79894
79895     Remove unused CFG_NAND_LEGACY define
79896
79897     These boards to not have NAND.
79898
79899     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79900
79901 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
79902 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79903 Date:   Mon Jul 9 10:10:06 2007 +0200
79904
79905     Migrate esd 405EP boards to new NAND subsystem
79906
79907     Migrate esd 405EP boards to new NAND subsystem
79908
79909     -cleanup
79910     -use correct io accessors (in/out_be32())
79911
79912     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79913
79914 commit e09f7ab5749c345f924da272bea0521a73af5b11
79915 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79916 Date:   Mon Jul 9 10:10:04 2007 +0200
79917
79918     Migrate esd 405EP boards to new NAND subsystem
79919
79920     This patch prepares the migration from the legacy NAND driver
79921     to U-Boot's new NAND subsystem for esd boards.
79922
79923     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79924
79925 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
79926 Author: Jon Loeliger <jdl@freescale.com>
79927 Date:   Sun Jul 8 18:10:08 2007 -0500
79928
79929     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
79930
79931     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79932
79933 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
79934 Author: Jon Loeliger <jdl@freescale.com>
79935 Date:   Sun Jul 8 18:05:39 2007 -0500
79936
79937     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
79938
79939     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79940
79941 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
79942 Author: Jon Loeliger <jdl@freescale.com>
79943 Date:   Sun Jul 8 18:02:23 2007 -0500
79944
79945     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
79946
79947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79948
79949 commit baa26db4113679b80970ff447d91cc10217742a6
79950 Author: Jon Loeliger <jdl@freescale.com>
79951 Date:   Sun Jul 8 17:51:39 2007 -0500
79952
79953     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
79954
79955     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79956
79957 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
79958 Author: Jon Loeliger <jdl@freescale.com>
79959 Date:   Sun Jul 8 17:02:01 2007 -0500
79960
79961     Clear up confusion over the CMD_POST and POST_DIAG mess.
79962
79963     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
79964     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
79965     Clear this mess up some.
79966
79967     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79968
79969 commit b3631487105a57ab7cbadfc26efbaf9676275018
79970 Author: Jon Loeliger <jdl@freescale.com>
79971 Date:   Sun Jul 8 15:45:08 2007 -0500
79972
79973     Remove references to the old cmd_confdefs.h include file.
79974
79975     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79976
79977 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
79978 Author: Jon Loeliger <jdl@freescale.com>
79979 Date:   Sun Jul 8 15:42:59 2007 -0500
79980
79981     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
79982
79983     Use new CONFIG_CMD_* in lwmon5.h board config file.
79984     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
79985
79986     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79987
79988 commit a5562901661bd428f7e5feb333f796372cb81019
79989 Author: Jon Loeliger <jdl@freescale.com>
79990 Date:   Sun Jul 8 15:31:57 2007 -0500
79991
79992     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
79993
79994     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79995
79996 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
79997 Author: Jon Loeliger <jdl@freescale.com>
79998 Date:   Sun Jul 8 15:02:44 2007 -0500
79999
80000     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
80001
80002     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80003
80004 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
80005 Author: Jon Loeliger <jdl@freescale.com>
80006 Date:   Sun Jul 8 15:12:40 2007 -0500
80007
80008     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
80009
80010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80011
80012 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
80013 Author: Jon Loeliger <jdl@freescale.com>
80014 Date:   Sun Jul 8 14:55:07 2007 -0500
80015
80016     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
80017
80018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80019
80020 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
80021 Author: Jon Loeliger <jdl@freescale.com>
80022 Date:   Sun Jul 8 14:49:44 2007 -0500
80023
80024     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
80025
80026     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80027
80028 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
80029 Author: Jon Loeliger <jdl@freescale.com>
80030 Date:   Sun Jul 8 14:21:43 2007 -0500
80031
80032     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
80033
80034     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80035
80036 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
80037 Author: Jon Loeliger <jdl@freescale.com>
80038 Date:   Sun Jul 8 14:14:17 2007 -0500
80039
80040     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
80041
80042     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80043
80044 commit 348f258f24253433e4a2302a0bbceb6740a67246
80045 Author: Jon Loeliger <jdl@freescale.com>
80046 Date:   Sun Jul 8 13:46:18 2007 -0500
80047
80048     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
80049
80050     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80051
80052 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
80053 Author: Jon Loeliger <jdl@freescale.com>
80054 Date:   Sun Jul 8 10:09:35 2007 -0500
80055
80056     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
80057
80058     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80059
80060 commit 60a0876b5106b34220e459c208bbf648073306c0
80061 Author: Jon Loeliger <jdl@freescale.com>
80062 Date:   Sat Jul 7 21:04:26 2007 -0500
80063
80064     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
80065
80066     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80067
80068 commit dcaa71562826a2466e894c868d132509dcda8444
80069 Author: Jon Loeliger <jdl@freescale.com>
80070 Date:   Sat Jul 7 20:56:05 2007 -0500
80071
80072     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
80073
80074     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80075
80076 commit 3c3227f3c737502311b25b72084573901cbbf17d
80077 Author: Jon Loeliger <jdl@freescale.com>
80078 Date:   Sat Jul 7 20:40:43 2007 -0500
80079
80080     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
80081
80082     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80083
80084 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
80085 Author: Jon Loeliger <jdl@freescale.com>
80086 Date:   Thu Jul 5 19:52:35 2007 -0500
80087
80088     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
80089
80090     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80091
80092 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
80093 Author: Jon Loeliger <jdl@freescale.com>
80094 Date:   Thu Jul 5 19:32:07 2007 -0500
80095
80096     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
80097
80098     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80099
80100 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
80101 Author: Jon Loeliger <jdl@freescale.com>
80102 Date:   Thu Jul 5 19:13:52 2007 -0500
80103
80104     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
80105
80106     Since ADS860.h includes "board/fads/fads.h" with ramifications
80107     on the CONFIG_COMMAND treatment, it too has to be adjusted to
80108     exclude already configured commands in this same commit.
80109
80110     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80111
80112 commit 10e038932f22ee80ebd53de312531e70e6590a2f
80113 Author: Thomas Knobloch <knobloch@siemens.com>
80114 Date:   Fri Jul 6 14:58:39 2007 +0200
80115
80116     [NAND] Bad block skipping for command nboot
80117
80118     The old implementation of command nboot does not support reading the image from
80119     NAND flash with skipping of bad blocks. The patch implements a new version of
80120     the nboot command: by calling nboot.jffs2 from the u-boot command line the
80121     command will load the image from NAND flash with respect to bad blocks (by using
80122     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
80123     read.jffs2 ...".
80124
80125     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
80126     Signed-off-by: Stefan Roese <sr@denx.de>
80127
80128 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
80129 Author: Stefan Roese <sr@denx.de>
80130 Date:   Fri Jul 6 12:26:51 2007 +0200
80131
80132     ppc4xx: Update lwmon5 default environment
80133
80134     Signed-off-by: Stefan Roese <sr@denx.de>
80135
80136 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
80137 Author: Stefan Roese <sr@denx.de>
80138 Date:   Fri Jul 6 11:48:24 2007 +0200
80139
80140     ppc4xx: Update lwmon5 board
80141
80142     Add unlock=yes environment variable to default variables to unlock
80143     the CFI flash by default.
80144
80145     Signed-off-by: Stefan Roese <sr@denx.de>
80146
80147 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
80148 Author: Stefan Roese <sr@denx.de>
80149 Date:   Fri Jul 6 09:45:47 2007 +0200
80150
80151     Fix problem with get/setdcr commands introduced by cfg patches
80152
80153     Signed-off-by: Stefan Roese <sr@denx.de>
80154
80155 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
80156 Author: Wolfgang Denk <wd@denx.de>
80157 Date:   Fri Jul 6 02:50:19 2007 +0200
80158
80159     Code cleanup and default config update for STC GP3 SSA board.
80160
80161     Signed-off-by: Wolfgang Denk <wd@denx.de>
80162
80163 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
80164 Author: Wolfgang Denk <wd@denx.de>
80165 Date:   Thu Jul 5 17:56:27 2007 +0200
80166
80167     Fixing some typos etc. introduced mainly by cfg patches.
80168
80169     Signed-off-by: Wolfgang Denk <wd@denx.de>
80170
80171 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
80172 Author: Wolfgang Denk <wd@denx.de>
80173 Date:   Thu Jul 5 11:12:16 2007 +0200
80174
80175     Minor coding style cleanup. Update CHANGELOG.
80176
80177 commit dca3b3d6d6396b67e5e84af53452164923c73443
80178 Author: Jon Loeliger <jdl@jdl.com>
80179 Date:   Wed Jul 4 22:33:46 2007 -0500
80180
80181     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
80182
80183     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80184
80185 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
80186 Author: Jon Loeliger <jdl@jdl.com>
80187 Date:   Wed Jul 4 22:33:38 2007 -0500
80188
80189     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
80190
80191     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80192
80193 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
80194 Author: Jon Loeliger <jdl@jdl.com>
80195 Date:   Wed Jul 4 22:33:30 2007 -0500
80196
80197     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
80198
80199     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80200
80201 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
80202 Author: Jon Loeliger <jdl@jdl.com>
80203 Date:   Wed Jul 4 22:33:23 2007 -0500
80204
80205     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
80206
80207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80208
80209 commit 26a34560d56a9df5bc2ae23525d9229736134757
80210 Author: Jon Loeliger <jdl@jdl.com>
80211 Date:   Wed Jul 4 22:33:17 2007 -0500
80212
80213     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
80214
80215     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80216
80217 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
80218 Author: Jon Loeliger <jdl@jdl.com>
80219 Date:   Wed Jul 4 22:33:13 2007 -0500
80220
80221     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
80222
80223     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80224
80225 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
80226 Author: Jon Loeliger <jdl@jdl.com>
80227 Date:   Wed Jul 4 22:33:07 2007 -0500
80228
80229     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
80230
80231     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80232
80233 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
80234 Author: Jon Loeliger <jdl@jdl.com>
80235 Date:   Wed Jul 4 22:33:01 2007 -0500
80236
80237     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
80238
80239     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80240
80241 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
80242 Author: Jon Loeliger <jdl@jdl.com>
80243 Date:   Wed Jul 4 22:32:57 2007 -0500
80244
80245     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
80246
80247     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80248
80249 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
80250 Author: Jon Loeliger <jdl@jdl.com>
80251 Date:   Wed Jul 4 22:32:51 2007 -0500
80252
80253     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
80254
80255     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80256
80257 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
80258 Author: Jon Loeliger <jdl@jdl.com>
80259 Date:   Wed Jul 4 22:32:32 2007 -0500
80260
80261     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
80262
80263     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80264
80265 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
80266 Author: Jon Loeliger <jdl@jdl.com>
80267 Date:   Wed Jul 4 22:32:25 2007 -0500
80268
80269     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
80270
80271     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80272
80273 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
80274 Author: Jon Loeliger <jdl@jdl.com>
80275 Date:   Wed Jul 4 22:32:19 2007 -0500
80276
80277     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
80278
80279     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80280
80281 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
80282 Author: Jon Loeliger <jdl@jdl.com>
80283 Date:   Wed Jul 4 22:32:10 2007 -0500
80284
80285     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
80286
80287     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80288
80289 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
80290 Author: Jon Loeliger <jdl@jdl.com>
80291 Date:   Wed Jul 4 22:32:03 2007 -0500
80292
80293     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
80294
80295     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80296
80297 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
80298 Author: Jon Loeliger <jdl@jdl.com>
80299 Date:   Wed Jul 4 22:31:56 2007 -0500
80300
80301     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
80302
80303     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80304
80305 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
80306 Author: Jon Loeliger <jdl@jdl.com>
80307 Date:   Wed Jul 4 22:31:49 2007 -0500
80308
80309     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
80310
80311     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80312
80313 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
80314 Author: Jon Loeliger <jdl@jdl.com>
80315 Date:   Wed Jul 4 22:31:42 2007 -0500
80316
80317     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
80318
80319     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80320
80321 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
80322 Author: Jon Loeliger <jdl@jdl.com>
80323 Date:   Wed Jul 4 22:31:35 2007 -0500
80324
80325     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
80326
80327     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80328
80329 commit d794cfefead5fc177cf4f41164e80382e9c9484a
80330 Author: Jon Loeliger <jdl@jdl.com>
80331 Date:   Wed Jul 4 22:31:15 2007 -0500
80332
80333     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
80334
80335     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80336
80337 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
80338 Author: Jon Loeliger <jdl@jdl.com>
80339 Date:   Wed Jul 4 22:31:07 2007 -0500
80340
80341     include/configs: Use new CONFIG_CMD_* in STx board config files.
80342
80343     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80344
80345 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
80346 Author: Jon Loeliger <jdl@jdl.com>
80347 Date:   Wed Jul 4 22:30:58 2007 -0500
80348
80349     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
80350
80351     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80352
80353 commit 2694690e285acaa34922f55f4b5ae030da60c55a
80354 Author: Jon Loeliger <jdl@jdl.com>
80355 Date:   Wed Jul 4 22:30:50 2007 -0500
80356
80357     include/configs: Use new CONFIG_CMD_* in TQM board config files.
80358
80359     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80360
80361 commit 1cc4c458329765b58e584a19821e796b3c10e976
80362 Author: Jon Loeliger <jdl@jdl.com>
80363 Date:   Wed Jul 4 22:30:28 2007 -0500
80364
80365     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
80366
80367     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80368
80369 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
80370 Author: Jon Loeliger <jdl@jdl.com>
80371 Date:   Wed Jul 4 22:30:06 2007 -0500
80372
80373     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
80374
80375     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80376
80377 commit b44896215a09c60fa40cae906f7ed207bbc2c492
80378 Author: Sergei Poselenov <sposelenov@emcraft.com>
80379 Date:   Thu Jul 5 08:17:37 2007 +0200
80380
80381     Merged POST framework with the current TOT.
80382
80383     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
80384
80385 commit b24629fa377214d63bb40d1360e354b6d3e4af56
80386 Author: Jon Loeliger <jdl@jdl.com>
80387 Date:   Wed Jun 13 13:23:15 2007 -0500
80388
80389     mpc86xx: Remove old CFG_CMD_* references.
80390
80391     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80392
80393 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
80394 Author: Jon Loeliger <jdl@jdl.com>
80395 Date:   Wed Jun 13 13:22:54 2007 -0500
80396
80397     Add MPC8568MDS to MAKEALL 85xx target.
80398
80399     It was missing from the original port submission.
80400
80401     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80402
80403 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
80404 Author: Jon Loeliger <jdl@jdl.com>
80405 Date:   Wed Jun 13 13:22:08 2007 -0500
80406
80407     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
80408
80409     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80410
80411 commit 56b304ac2091689506088a9ae67f63fd6300cf16
80412 Author: Jon Loeliger <jdl@jdl.com>
80413 Date:   Wed Jun 13 13:21:37 2007 -0500
80414
80415     Fix #if typo in CONFIG_CMD_* changes.
80416
80417     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80418
80419 commit f780b83316d9af1f61d71cc88b1917b387b9b995
80420 Author: Niklaus Giger <niklausgiger@gmx.ch>
80421 Date:   Wed Jun 27 18:11:38 2007 +0200
80422
80423     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
80424
80425     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
80426
80427 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
80428 Author: Stefan Roese <sr@denx.de>
80429 Date:   Wed Jul 4 10:06:30 2007 +0200
80430
80431     ppc4xx: Update lwmon5 board
80432
80433     - Add optional ECC generation routine to preserve existing
80434       RAM values. This is needed for the Linux log-buffer support
80435     - Add optional DDR2 setup with CL=4
80436     - GPIO50 not used anymore
80437     - Lime register setup added
80438
80439     Signed-off-by: Stefan Roese <sr@denx.de>
80440
80441 commit 6810a34677dbc446334f5e451f1682426dd33b49
80442 Author: Grant Likely <grant.likely@secretlab.ca>
80443 Date:   Tue Jul 3 00:17:28 2007 -0600
80444
80445     Fix Makefile to use $(MKCONFIG) macro for all board ports
80446
80447     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80448
80449 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
80450 Author: Grant Likely <grant.likely@secretlab.ca>
80451 Date:   Tue Jul 3 00:17:28 2007 -0600
80452
80453     Fix Makefile to use $(MKCONFIG) macro for all board ports
80454
80455     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80456
80457 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
80458 Author: Grant Likely <grant.likely@secretlab.ca>
80459 Date:   Tue Jul 3 00:34:49 2007 -0600
80460
80461     Correct fixup relocation for mpc83xx
80462
80463     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80464
80465 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
80466 Author: Grant Likely <grant.likely@secretlab.ca>
80467 Date:   Tue Jul 3 00:34:44 2007 -0600
80468
80469     Correct fixup relocation for mpc8260
80470
80471     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80472
80473 commit f3a52fe05923935db86985daf9438e2f70ac39aa
80474 Author: Grant Likely <grant.likely@secretlab.ca>
80475 Date:   Tue Jul 3 00:34:39 2007 -0600
80476
80477     Correct fixup relocation for mpc824x
80478
80479     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80480
80481 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
80482 Author: Grant Likely <grant.likely@secretlab.ca>
80483 Date:   Tue Jul 3 00:34:34 2007 -0600
80484
80485     Correct fixup relocation for mpc8220
80486
80487     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80488
80489 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
80490 Author: Grant Likely <grant.likely@secretlab.ca>
80491 Date:   Tue Jul 3 00:34:29 2007 -0600
80492
80493     Correct fixup relocation for MPC5xxx
80494
80495     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80496
80497 commit 3649cd99ba815b6601868735765602f00ef3692b
80498 Author: Grant Likely <grant.likely@secretlab.ca>
80499 Date:   Tue Jul 3 00:34:24 2007 -0600
80500
80501     Correct relocation fixup for mpc5xx
80502
80503     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80504
80505 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
80506 Author: Grant Likely <grant.likely@secretlab.ca>
80507 Date:   Tue Jul 3 00:34:19 2007 -0600
80508
80509     Don't set gd->reloc_off if relocation of .fixup works correctly
80510
80511     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80512
80513 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
80514 Author: Grant Likely <grant.likely@secretlab.ca>
80515 Date:   Tue Jul 3 00:34:14 2007 -0600
80516
80517     Remove obsolete mpc83xx linker scripts
80518
80519     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80520
80521 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
80522 Author: Grant Likely <grant.likely@secretlab.ca>
80523 Date:   Tue Jul 3 00:34:09 2007 -0600
80524
80525     Consolidate mpc8260 linker scripts
80526
80527     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80528
80529 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
80530 Author: Grant Likely <grant.likely@secretlab.ca>
80531 Date:   Tue Jul 3 00:34:04 2007 -0600
80532
80533     Remove obsolete mpc824x linker scripts
80534
80535     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80536
80537 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
80538 Author: Grant Likely <grant.likely@secretlab.ca>
80539 Date:   Tue Jul 3 00:33:59 2007 -0600
80540
80541     Remove obsolete mpc824x linker scripts (3 of 4)
80542
80543     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80544
80545 commit a71c084f3ac7fedf144537db2b2da47323068833
80546 Author: Grant Likely <grant.likely@secretlab.ca>
80547 Date:   Tue Jul 3 00:33:53 2007 -0600
80548
80549     Remove obsolete mpc824x linker scripts (2 of 4)
80550
80551     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80552
80553 commit f670a15468d1365241d40022b9408e1004181f5e
80554 Author: Grant Likely <grant.likely@secretlab.ca>
80555 Date:   Tue Jul 3 00:33:48 2007 -0600
80556
80557     Remove obsolete mpc824x linker scripts (1 of 4)
80558
80559     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80560
80561 commit 09555bd45a04c0e54f172528d21bc18896550d28
80562 Author: Grant Likely <grant.likely@secretlab.ca>
80563 Date:   Tue Jul 3 00:33:43 2007 -0600
80564
80565     Remove obsolete mpc8220 linker scripts
80566
80567     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80568
80569 commit 5efb992f046e51225c93d52f80fecbe433abd789
80570 Author: Grant Likely <grant.likely@secretlab.ca>
80571 Date:   Tue Jul 3 00:33:38 2007 -0600
80572
80573     Remove obsolete mpc5xxx linker scripts (3 of 3)
80574
80575     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80576
80577 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
80578 Author: Grant Likely <grant.likely@secretlab.ca>
80579 Date:   Tue Jul 3 00:33:33 2007 -0600
80580
80581     Remove obsolete mpc5xxx linker scripts (2 of 3)
80582
80583     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80584
80585 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
80586 Author: Grant Likely <grant.likely@secretlab.ca>
80587 Date:   Tue Jul 3 00:33:28 2007 -0600
80588
80589     Remove obsolete mpc5xxx linker scripts (1 of 3)
80590
80591     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80592
80593 commit b7d8e05f8675249b5f208aa73babeed384a4519d
80594 Author: Grant Likely <grant.likely@secretlab.ca>
80595 Date:   Tue Jul 3 00:33:23 2007 -0600
80596
80597     Remove obsolete mpc5xx linker scripts
80598
80599     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80600
80601 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
80602 Author: Grant Likely <grant.likely@secretlab.ca>
80603 Date:   Tue Jul 3 00:33:18 2007 -0600
80604
80605     Consolidate mpc83xx linker scripts
80606
80607     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80608
80609 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
80610 Author: Grant Likely <grant.likely@secretlab.ca>
80611 Date:   Tue Jul 3 00:33:13 2007 -0600
80612
80613     Consolidate mpc8260 linker scripts
80614
80615     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80616
80617 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
80618 Author: Grant Likely <grant.likely@secretlab.ca>
80619 Date:   Tue Jul 3 00:33:08 2007 -0600
80620
80621     Consolidate mpc824x linker scripts
80622
80623     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80624
80625 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
80626 Author: Grant Likely <grant.likely@secretlab.ca>
80627 Date:   Tue Jul 3 00:33:03 2007 -0600
80628
80629     Consolidate mpc8220 linker scripts
80630
80631     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80632
80633 commit d181c9a15cd41863fe24840d17848429f27d3c8c
80634 Author: Grant Likely <grant.likely@secretlab.ca>
80635 Date:   Tue Jul 3 00:32:58 2007 -0600
80636
80637     Consolidate mpc5xxx linker scripts
80638
80639     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80640
80641 commit 287ac924adb7291bebe5086652a362a30ab28b13
80642 Author: Grant Likely <grant.likely@secretlab.ca>
80643 Date:   Tue Jul 3 00:32:53 2007 -0600
80644
80645     Consolidate mpc5xx linker scripts
80646
80647     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80648
80649 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
80650 Author: Wolfgang Denk <wd@denx.de>
80651 Date:   Wed Jul 4 00:43:53 2007 +0200
80652
80653     Fix a few file permission problems.
80654
80655     Signed-off-by: Wolfgang Denk <wd@denx.de>
80656
80657 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
80658 Author: Wolfgang Denk <wd@denx.de>
80659 Date:   Wed Jul 4 00:38:38 2007 +0200
80660
80661     Minor coding style cleanup. Rebuild CHANGELOG file.
80662
80663 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
80664 Author: Jon Loeliger <jdl@jdl.com>
80665 Date:   Mon Jun 11 19:03:44 2007 -0500
80666
80667     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
80668
80669     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80670
80671 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
80672 Author: Jon Loeliger <jdl@jdl.com>
80673 Date:   Mon Jun 11 19:03:39 2007 -0500
80674
80675     README: Rewrite command line config to use CONFIG_CMD_* names.
80676
80677     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80678
80679 commit 72a074cec68e5bad60d63206c050974e08afd804
80680 Author: Jon Loeliger <jdl@jdl.com>
80681 Date:   Mon Jun 11 19:03:34 2007 -0500
80682
80683     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80684
80685     This is a compatibility step that allows both the older form
80686     and the new form to co-exist for a while until the older can
80687     be removed entirely.
80688
80689     All transformations are of the form:
80690     Before:
80691         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80692     After:
80693         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80694
80695     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80696
80697 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
80698 Author: Jon Loeliger <jdl@jdl.com>
80699 Date:   Mon Jun 11 19:03:28 2007 -0500
80700
80701     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80702
80703     This is a compatibility step that allows both the older form
80704     and the new form to co-exist for a while until the older can
80705     be removed entirely.
80706
80707     All transformations are of the form:
80708     Before:
80709         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80710     After:
80711         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80712
80713     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80714
80715 commit 9107ebe0d352420895ab69b715697bdebc8caf50
80716 Author: Jon Loeliger <jdl@jdl.com>
80717 Date:   Mon Jun 11 19:03:23 2007 -0500
80718
80719     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80720
80721     This is a compatibility step that allows both the older form
80722     and the new form to co-exist for a while until the older can
80723     be removed entirely.
80724
80725     All transformations are of the form:
80726     Before:
80727         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80728     After:
80729         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80730
80731     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80732
80733 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
80734 Author: Jon Loeliger <jdl@jdl.com>
80735 Date:   Mon Jun 11 19:03:19 2007 -0500
80736
80737     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80738
80739     This is a compatibility step that allows both the older form
80740     and the new form to co-exist for a while until the older can
80741     be removed entirely.
80742
80743     All transformations are of the form:
80744     Before:
80745         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80746     After:
80747         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80748
80749     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80750
80751 commit 737184114ec9c9e0ab94d6713536126073bd2472
80752 Author: Jon Loeliger <jdl@jdl.com>
80753 Date:   Mon Jun 11 19:03:15 2007 -0500
80754
80755     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80756
80757     This is a compatibility step that allows both the older form
80758     and the new form to co-exist for a while until the older can
80759     be removed entirely.
80760
80761     All transformations are of the form:
80762     Before:
80763         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80764     After:
80765         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80766
80767     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80768
80769 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
80770 Author: Jon Loeliger <jdl@jdl.com>
80771 Date:   Mon Jun 11 19:03:08 2007 -0500
80772
80773     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80774
80775     This is a compatibility step that allows both the older form
80776     and the new form to co-exist for a while until the older can
80777     be removed entirely.
80778
80779     All transformations are of the form:
80780     Before:
80781         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80782     After:
80783         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80784
80785     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80786
80787 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
80788 Author: Jon Loeliger <jdl@jdl.com>
80789 Date:   Mon Jun 11 19:03:03 2007 -0500
80790
80791     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80792
80793     This is a compatibility step that allows both the older form
80794     and the new form to co-exist for a while until the older can
80795     be removed entirely.
80796
80797     All transformations are of the form:
80798     Before:
80799         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80800     After:
80801         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80802
80803     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80804
80805 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
80806 Author: Jon Loeliger <jdl@jdl.com>
80807 Date:   Mon Jun 11 19:02:58 2007 -0500
80808
80809     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80810
80811     This is a compatibility step that allows both the older form
80812     and the new form to co-exist for a while until the older can
80813     be removed entirely.
80814
80815     All transformations are of the form:
80816     Before:
80817         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80818     After:
80819         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80820
80821     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80822
80823 commit 98b79003c21c2578206003256de4e781d6b36ca8
80824 Author: Jon Loeliger <jdl@jdl.com>
80825 Date:   Mon Jun 11 19:02:53 2007 -0500
80826
80827     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80828
80829     This is a compatibility step that allows both the older form
80830     and the new form to co-exist for a while until the older can
80831     be removed entirely.
80832
80833     All transformations are of the form:
80834     Before:
80835         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80836     After:
80837         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80838
80839     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80840
80841 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
80842 Author: Jon Loeliger <jdl@jdl.com>
80843 Date:   Mon Jun 11 19:02:49 2007 -0500
80844
80845     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80846
80847     This is a compatibility step that allows both the older form
80848     and the new form to co-exist for a while until the older can
80849     be removed entirely.
80850
80851     All transformations are of the form:
80852     Before:
80853         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80854     After:
80855         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80856
80857     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80858
80859 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
80860 Author: Jon Loeliger <jdl@jdl.com>
80861 Date:   Mon Jun 11 19:02:34 2007 -0500
80862
80863     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80864
80865     This is a compatibility step that allows both the older form
80866     and the new form to co-exist for a while until the older can
80867     be removed entirely.
80868
80869     All transformations are of the form:
80870     Before:
80871         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80872     After:
80873         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80874
80875     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80876
80877 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
80878 Author: Jon Loeliger <jdl@jdl.com>
80879 Date:   Mon Jun 11 19:02:20 2007 -0500
80880
80881     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80882
80883     This is a compatibility step that allows both the older form
80884     and the new form to co-exist for a while until the older can
80885     be removed entirely.
80886
80887     All transformations are of the form:
80888     Before:
80889         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80890     After:
80891         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80892
80893     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80894
80895 commit d5be43de93ff905c465e509d45a3164ef48d26e7
80896 Author: Jon Loeliger <jdl@jdl.com>
80897 Date:   Mon Jun 11 19:02:10 2007 -0500
80898
80899     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80900
80901     This is a compatibility step that allows both the older form
80902     and the new form to co-exist for a while until the older can
80903     be removed entirely.
80904
80905     All transformations are of the form:
80906     Before:
80907         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80908     After:
80909         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80910
80911     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80912
80913 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
80914 Author: Jon Loeliger <jdl@jdl.com>
80915 Date:   Mon Jun 11 19:02:05 2007 -0500
80916
80917     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80918
80919     This is a compatibility step that allows both the older form
80920     and the new form to co-exist for a while until the older can
80921     be removed entirely.
80922
80923     All transformations are of the form:
80924     Before:
80925         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80926     After:
80927         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80928
80929     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80930
80931 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
80932 Author: Jon Loeliger <jdl@jdl.com>
80933 Date:   Mon Jun 11 19:01:54 2007 -0500
80934
80935     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80936
80937     This is a compatibility step that allows both the older form
80938     and the new form to co-exist for a while until the older can
80939     be removed entirely.
80940
80941     All transformations are of the form:
80942     Before:
80943         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80944     After:
80945         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80946
80947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80948
80949 commit a76adc8142c1d956385a109e0b70f9319ede4d66
80950 Author: Jon Loeliger <jdl@jdl.com>
80951 Date:   Mon Jun 11 19:01:43 2007 -0500
80952
80953     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80954
80955     This is a compatibility step that allows both the older form
80956     and the new form to co-exist for a while until the older can
80957     be removed entirely.
80958
80959     All transformations are of the form:
80960     Before:
80961         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80962     After:
80963         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80964
80965     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80966
80967 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
80968 Author: Jon Loeliger <jdl@jdl.com>
80969 Date:   Mon Jun 11 19:01:34 2007 -0500
80970
80971     Introduce initial versions of new Command Config files.
80972
80973     Derive three new files from cmd_confdefs.h:
80974         config_bootp.h - Has BOOTP related config options, not commands
80975         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
80976         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
80977
80978     For now, include "config_bootp.h" for compatability until all
80979     users of it directly include it properly.
80980
80981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80982
80983 commit 1f2a05898658900dc5717761e27abf2052e67e13
80984 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
80985 Date:   Sat Jun 30 18:50:48 2007 +0200
80986
80987     Fix S-ATA support.
80988
80989     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
80990
80991 commit a5d71e290f3673269be8eefb4ec44f53412f9461
80992 Author: Heiko Schocher <hs@pollux.denx.de>
80993 Date:   Mon Jun 25 19:11:37 2007 +0200
80994
80995     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
80996
80997     Signed-off-by: Heiko Schocher <hs@denx.de>
80998
80999 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
81000 Author: Niklaus Giger <niklaus.giger@nestal.com>
81001 Date:   Mon Jun 25 17:03:13 2007 +0200
81002
81003     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
81004
81005     This patch prints the DDR status registers upon machine check
81006     interrupt on the 440EPx/GRx. This can be useful especially when
81007     ECC support is enabled.
81008
81009     I added some small changes to the original patch from Niklaus to
81010     make it compile clean.
81011
81012     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
81013     Signed-off-by: Stefan Roese <sr@denx.de>
81014
81015 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
81016 Author: Niklaus Giger <niklaus.giger@nestal.com>
81017 Date:   Mon Jun 25 16:50:55 2007 +0200
81018
81019     ppc4xx: Fix O=buildir builds
81020
81021     This patch fixes the problem to assemble cpu/ppc4xx/start.S
81022     experienced last week where building failed having specified
81023     O=../build.sequoia.
81024
81025     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
81026
81027 commit 466fff1a7bb5fe764a06450626f6098219f446b8
81028 Author: Stefan Roese <sr@denx.de>
81029 Date:   Mon Jun 25 15:57:39 2007 +0200
81030
81031     ppc4xx: Add pci_pre_init() for 405 boards
81032
81033     This patch removes the CFG_PCI_PRE_INIT option completely, since
81034     it's not needed anymore with the patch from Matthias Fuchs with
81035     the "weak" pci_pre_init() implementation.
81036
81037     Signed-off-by: Stefan Roese <sr@denx.de>
81038
81039 commit 6f35c53166213c24a5a0e2390ed861136ff73870
81040 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
81041 Date:   Sun Jun 24 17:41:21 2007 +0200
81042
81043     ppc4xx: Maintenance patch for esd's CPCI405 derivats
81044
81045     -add pci_pre_init() for pci interrupt fixup code
81046     -disable phy sleep mode via reset_phy() function
81047     -use correct io accessors
81048     -cleanup
81049
81050     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
81051
81052 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
81053 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
81054 Date:   Sun Jun 24 17:23:41 2007 +0200
81055
81056     ppc4xx: Add pci_pre_init() for 405 boards
81057
81058     This patch adds support for calling a plattform dependant
81059     pci_pre_init() function for 405 boards. This can be used to
81060     move the current pci_405gp_fixup_irq() function into the
81061     board code.
81062
81063     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
81064     A default function with 'weak' attribute is used when
81065     a board specific pci_pre_init() is not implemented.
81066
81067     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
81068
81069 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
81070 Author: Wolfgang Denk <wd@denx.de>
81071 Date:   Fri Jun 22 23:59:00 2007 +0200
81072
81073     Coding stylke cleanup; rebuild CHANGELOG
81074
81075 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
81076 Author: Igor Lisitsin <igor@emcraft.com>
81077 Date:   Wed Apr 18 14:55:19 2007 +0400
81078
81079     Adapt log buffer code to support Linux 2.6
81080
81081     A new environment variable, "logversion", selects the log buffer
81082     behaviour. If it is not set or set to a value other than 2, then the
81083     old, Linux 2.4.4, behaviour is selected.
81084
81085     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
81086     --
81087
81088 commit a11e06965ec91270c51853407ff1261d3c740386
81089 Author: Igor Lisitsin <igor@emcraft.com>
81090 Date:   Wed Mar 28 19:06:19 2007 +0400
81091
81092     Extend POST support for PPC440
81093
81094     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
81095
81096     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
81097     --
81098
81099 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
81100 Author: Heiko Schocher <hs@pollux.denx.de>
81101 Date:   Fri Jun 22 19:11:54 2007 +0200
81102
81103     [PCS440EP]      upgrade the PCS440EP board:
81104                     - Show on the Status LEDs, some States of the board.
81105                     - Get the MAC addresses from the EEProm
81106                     - use PREBOOT
81107                     - use the CF on the board.
81108                     - check the U-Boot image in the Flash with a SHA1
81109                       checksum.
81110                     - use dynamic TLB entries generation for the SDRAM
81111
81112     Signed-off-by: Heiko Schocher <hs@denx.de>
81113
81114 commit 3a1f5c81b0b9557817a789bece839905581c2205
81115 Author: Stefan Roese <sr@denx.de>
81116 Date:   Fri Jun 22 16:58:40 2007 +0200
81117
81118     ppc4xx: Fix problem with extended program_tlb() funtion
81119
81120     The recently extended program_tlb() function had a problem when
81121     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
81122     virtual address was not incremented. This patch fixes this issue
81123     and is tested on Katmai with 512MB SDRAM.
81124
81125     Signed-off-by: Stefan Roese <sr@denx.de>
81126
81127 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
81128 Author: Rafal Jaworowski <raj@semihalf.com>
81129 Date:   Fri Jun 22 14:58:04 2007 +0200
81130
81131     [ppc] Fix build breakage for all non-4xx PowerPC variants.
81132
81133     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
81134     - minor 4xx cleanup
81135
81136 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
81137 Author: Mike Frysinger <vapier@gentoo.org>
81138 Date:   Fri Jun 22 10:34:12 2007 +0200
81139
81140     [patch] add nand_init() prototype to nand.h
81141
81142     since nand_init() is expected to be called by other parts of u-boot, there
81143     should be a prototype for it in nand.h
81144
81145     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
81146     Signed-off-by: Stefan Roese <sr@denx.de>
81147
81148 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
81149 Author: Wolfgang Denk <wd@denx.de>
81150 Date:   Wed Jun 20 18:14:24 2007 +0200
81151
81152     Coding style cleanup. Refresh CHANGELOG.
81153
81154 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
81155 Author: Stefan Roese <sr@denx.de>
81156 Date:   Tue Jun 19 17:22:44 2007 +0200
81157
81158     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
81159
81160     This patch adds a board command to configure the I2C bootstrap EEPROM
81161     values. Right now 533 and 667MHz are supported for booting either via NOR
81162     or NAND FLASH. Here the usage:
81163
81164     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
81165     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
81166
81167     Signed-off-by: Stefan Roese <sr@denx.de>
81168
81169 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
81170 Author: Stefan Roese <sr@denx.de>
81171 Date:   Tue Jun 19 16:42:31 2007 +0200
81172
81173     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
81174
81175     The latest changes showed a problem with the location of the NAND-SPL
81176     image in the OCM and the init-data area (incl. cache). This patch
81177     fixes this problem.
81178
81179     Signed-off-by: Stefan Roese <sr@denx.de>
81180
81181 commit 86ba99e34194394052d24c04dc40d1263d29a26f
81182 Author: Stefan Roese <sr@denx.de>
81183 Date:   Tue Jun 19 16:40:58 2007 +0200
81184
81185     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
81186
81187     Signed-off-by: Stefan Roese <sr@denx.de>
81188
81189 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
81190 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
81191 Date:   Mon Jun 18 13:50:13 2007 -0500
81192
81193     Added M5329AFEE and M5329BFEE Platforms
81194
81195     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
81196     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
81197     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
81198     rtc/mcfrtc.c
81199
81200     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
81201     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
81202     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
81203     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
81204     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
81205     lib_m68k/time.c, net/eth.c and rtc/Makefile
81206
81207     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
81208
81209 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
81210 Author: Michal Simek <monstr@monstr.eu>
81211 Date:   Sun Jun 17 19:04:11 2007 +0200
81212
81213     [fix] email reparation
81214
81215 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
81216 Author: Michal Simek <monstr@monstr.eu>
81217 Date:   Sun Jun 17 19:03:21 2007 +0200
81218
81219     [FIX] fix microblaze file permitission
81220
81221 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
81222 Author: Stefan Roese <sr@denx.de>
81223 Date:   Fri Jun 15 11:33:41 2007 +0200
81224
81225     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
81226
81227     Now CONFIG_440 has to be defined in all PPC440 board config files.
81228
81229     Signed-off-by: Stefan Roese <sr@denx.de>
81230
81231 commit efa35cf12d914d4caba942acd5a6c45f217de302
81232 Author: Grzegorz Bernacki <gjb@semihalf.com>
81233 Date:   Fri Jun 15 11:19:28 2007 +0200
81234
81235     ppc4xx: Clean up 440 exceptions handling
81236
81237     - Introduced dedicated switches for building 440 and 405 images required
81238       for 440-specific machine instructions like 'rfmci' etc.
81239
81240     - Exception vectors moved to the proper location (_start moved away from
81241       the critical exception handler space, which it occupied)
81242
81243     - CriticalInput now serviced (with default handler)
81244
81245     - MachineCheck properly serviced (added a dedicated handler and return
81246       subroutine)
81247
81248     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
81249       unhandled and those not relevant for 4xx were eliminated)
81250
81251     - Eliminated Linux leftovers, removed dead code
81252
81253     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
81254     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
81255     Signed-off-by: Stefan Roese <sr@denx.de>
81256
81257 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
81258 Author: Stefan Roese <sr@denx.de>
81259 Date:   Fri Jun 15 08:18:01 2007 +0200
81260
81261     [ppc4xx] Add initial lwmon5 board support
81262
81263     This patch adds initial support for the Liebherr lwmon5 board euqipped
81264     with an AMCC 440EPx PowerPC.
81265
81266     Signed-off-by: Stefan Roese <sr@denx.de>
81267
81268 commit 85f737376d5ff3d5f0d45a8b657686326d175307
81269 Author: Stefan Roese <sr@denx.de>
81270 Date:   Fri Jun 15 07:39:43 2007 +0200
81271
81272     [ppc4xx] Extend 44x GPIO setup with default output state
81273
81274     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
81275     is extended with the default GPIO output state (level).
81276
81277     Signed-off-by: Stefan Roese <sr@denx.de>
81278
81279 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
81280 Author: Stefan Roese <sr@denx.de>
81281 Date:   Thu Jun 14 11:14:32 2007 +0200
81282
81283     [ppc4xx] Extend program_tlb() with virtual & physical addresses
81284
81285     Now program_tlb() allows to program a TLB (or multiple) with
81286     different virtual and physical addresses. With this change, now one
81287     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
81288     diabled and once with caches enabled.
81289
81290     Signed-off-by: Stefan Roese <sr@denx.de>
81291
81292 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
81293 Author: Detlev Zundel <dzu@denx.de>
81294 Date:   Wed May 23 19:02:41 2007 +0200
81295
81296     Change 'repeatable' attribute of some commands to sensible values.
81297
81298     Most prominently this changes 'erase' to be non-repeatable.
81299
81300     Signed-off-by: Detlev Zundel <dzu@denx.de>
81301
81302 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
81303 Author: Detlev Zundel <dzu@denx.de>
81304 Date:   Wed May 23 18:47:48 2007 +0200
81305
81306     Fix 'run' not to continue after interrupted command
81307
81308     Signed-off-by: Detlev Zundel <dzu@denx.de>
81309
81310 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
81311 Author: Jason Jin <Jason.jin@freescale.com>
81312 Date:   Mon Jun 11 15:14:24 2007 +0200
81313
81314     USB: This patch fix readl in ohci swap reg access.
81315
81316     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
81317
81318 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
81319 Author: Bartlomiej Sieka <tur@semihalf.com>
81320 Date:   Fri Jun 8 14:52:22 2007 +0200
81321
81322     TQM5200: Add Flat Device Tree support, update default env. accordingly.
81323
81324     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
81325     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81326
81327 commit 9045f33c023f698660a2e45d1b2194c0711abebc
81328 Author: Wolfgang Denk <wd@denx.de>
81329 Date:   Fri Jun 8 10:24:58 2007 +0200
81330
81331     Fix config problems on SC3 board; make ide_reset_timeout work.
81332
81333 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
81334 Author: Benoît Monin <bmonin@adeneo.eu>
81335 Date:   Fri Jun 8 09:55:24 2007 +0200
81336
81337     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
81338
81339     Set the correct value in GPIOx_TCR when configuring the gpio
81340     with CFG_440_GPIO_TABLE.
81341
81342     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
81343     Signed-off-by: Stefan Roese <sr@denx.de>
81344
81345 commit f539edc076cfe52bff919dd512ba8d7af0e22092
81346 Author: Vadim Bendebury <vbendeb@google.com>
81347 Date:   Thu May 24 15:52:25 2007 -0700
81348
81349     cosmetic changes to bcm570x driver
81350
81351     This is a cosmetic only changes submission.
81352     It affects files relevant to bcm570x driver.
81353     the commands used to generate this change was
81354
81355     cd drivers
81356     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
81357
81358     The BMW target (the only one using this chip so far) builds cleanly, the
81359     `before and after' generated object files for drivers/bcm570x.c and
81360     drivers/tigon3.o are identical as reported by objdump -d
81361
81362     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
81363     Signed-off-by: Ben Warren <bwarren@qstreams.com>
81364
81365 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
81366 Author: Wolfgang Denk <wd@denx.de>
81367 Date:   Wed Jun 6 16:26:56 2007 +0200
81368
81369     Coding Style cleanup; generate new CHANGELOG file.
81370
81371     Signed-off-by: Wolfgang Denk <wd@denx.de>
81372
81373 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
81374 Author: Markus Klotzbuecher <mk@denx.de>
81375 Date:   Wed Jun 6 11:49:44 2007 +0200
81376
81377     TRAB, USB: update trab board configuration for use of generic ohci driver
81378
81379 commit dace45acd1c1357daa9322099d07c9a9e08b0024
81380 Author: Markus Klotzbuecher <mk@denx.de>
81381 Date:   Wed Jun 6 11:49:43 2007 +0200
81382
81383     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
81384
81385 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
81386 Author: Markus Klotzbuecher <mk@denx.de>
81387 Date:   Wed Jun 6 11:49:43 2007 +0200
81388
81389     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
81390
81391 commit fc43be478f2aa37ce38acd85355038866e4162af
81392 Author: Markus Klotzbuecher <mk@denx.de>
81393 Date:   Wed Jun 6 11:49:35 2007 +0200
81394
81395     USB/OHCI: endianness cleanup in the generic ohci driver
81396
81397 commit c440bfe6d6d92d66478a7e84402b31f48413617b
81398 Author: Stefan Roese <sr@denx.de>
81399 Date:   Wed Jun 6 11:42:13 2007 +0200
81400
81401     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
81402
81403     This patch adds NAND booting support for the AMCC Acadia eval board.
81404
81405     Please make sure to configure jumper J7 to position 2-3 when booting
81406     from NOR, and to position 1-2 when booting for NAND.
81407
81408     I also added a board command to configure the I2C bootstrap EEPROM
81409     values. Right now only 267MHz is support for booting either via NOR
81410     or NAND FLASH. Here the usage:
81411
81412     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
81413     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
81414
81415     Signed-off-by: Stefan Roese <sr@denx.de>
81416
81417 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
81418 Author: Rodolfo Giometti <giometti@linux.it>
81419 Date:   Wed Jun 6 10:08:14 2007 +0200
81420
81421     Files include/linux/byteorder/{big,little}_endian.h define
81422     __BIG_ENDIAN and __LITTLE_ENDIAN.
81423
81424     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
81425
81426 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
81427 Author: Zhang Wei <wei.zhang@freescale.com>
81428 Date:   Wed Jun 6 10:08:14 2007 +0200
81429
81430     Add USB PCI-OHCI, USB keyboard and event poll support to the
81431     MPC8641HPCN board config file.
81432
81433     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
81434
81435 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
81436 Author: Zhang Wei <wei.zhang@freescale.com>
81437 Date:   Wed Jun 6 10:08:14 2007 +0200
81438
81439     USB PCI-OHCI, interrupt pipe and usb event poll support
81440
81441     This patch added USB PCI-OHCI chips support, interrupt pipe support
81442     and usb event poll support. For supporting the USB interrupt pipe, the
81443     globe urb_priv is moved to purb in ed struct. Now, we can process
81444     several urbs at one time. The interrupt pipe support codes are ported
81445     from Linux kernel 2.4.
81446
81447     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
81448
81449 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
81450 Author: Zhang Wei <wei.zhang@freescale.com>
81451 Date:   Wed Jun 6 10:08:13 2007 +0200
81452
81453     USB event poll support
81454
81455     This patch adds USB event poll support, which could be used in usbkbd
81456     and other usb devices driver when the asynchronous interrupt
81457     processing is supported.
81458
81459     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
81460
81461 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
81462 Author: Rodolfo Giometti <giometti@linux.it>
81463 Date:   Wed Jun 6 10:08:12 2007 +0200
81464
81465     ISP116x: delay for crappy USB keys
81466
81467     Using some (very) slow USB keys cause the USB host controller buffers
81468     are not ready to be read by the CPU so we need an extra delay before
81469     reading the USB storage data.
81470
81471     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
81472
81473 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
81474 Author: Markus Klotzbuecher <mk@denx.de>
81475 Date:   Wed Jun 6 10:08:12 2007 +0200
81476
81477     Change duplicate usb_cpu_init_fail to usb_board_init_fail
81478
81479     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
81480     this out.
81481
81482     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
81483
81484 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
81485 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
81486 Date:   Tue Jun 5 12:30:52 2007 -0500
81487
81488     mpc8641 image size cleanup
81489
81490     e600 does not have a bootpg restriction.
81491     Move the version string to beginning of image at fff00000.
81492     Resetvec.S is not needed.
81493     Update flash copy instructions.
81494     Add tftpflash env variable
81495
81496     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
81497     Signed-off-by: Jon Loeliger <jdl@freescale.com>
81498
81499 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
81500 Author: Benoît Monin <bmonin@adeneo.eu>
81501 Date:   Mon Jun 4 08:36:05 2007 +0200
81502
81503     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
81504
81505     The attached patch is mainly cosmetic, allowing u-boot to
81506     display the correct bootstrap option letter according to the
81507     datasheets.
81508
81509     The original patch was extended with 405EZ support by Stefan
81510     Roese.
81511
81512     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
81513     Signed-off-by: Stefan Roese <sr@denx.de>
81514
81515 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
81516 Author: Nikita V. Youshchenko <yoush@debian.org>
81517 Date:   Wed May 23 12:45:19 2007 +0400
81518
81519     fix compilation problem for mpc8349itx CFG_RAMBOOT
81520
81521     Current include/configs/MPC8349ITX.h does contain some support for building
81522     image that will be started from memory (without putting in into flash).
81523     It could be triggered by building with TEXT_BASE set to a low value.
81524
81525     However, this support is incomplete: using of low TEXT_BASE causes
81526     defining configuration macros in inconsistent way, which later leads
81527     to compilation errors. In particular. flash support is being disabled,
81528     but then flash structures get referenced.
81529
81530     This patch fixes this, making it possible to build with low TEXT_BASE.
81531
81532     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
81533
81534     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
81535
81536 commit 8a364f0970de49949d635e60accf463c6443ef8c
81537 Author: Nikita V. Youshchenko <yoush@debian.org>
81538 Date:   Wed May 23 12:45:25 2007 +0400
81539
81540     add missing 'console' var to default mpc8349itx config
81541
81542     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
81543
81544 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
81545 Author: Stefan Roese <sr@denx.de>
81546 Date:   Fri Jun 1 16:18:17 2007 +0200
81547
81548     ppc4xx: Add missing file for Bamboo NAND booting support
81549
81550     Signed-off-by: Stefan Roese <sr@denx.de>
81551
81552 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
81553 Author: Stefan Roese <sr@denx.de>
81554 Date:   Fri Jun 1 15:58:19 2007 +0200
81555
81556     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
81557
81558     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
81559     suggested by AMCC it is not recommended to dynamically change the EBC
81560     speed after bootup. So we undo this change to be on the safe side.
81561
81562     Signed-off-by: Stefan Roese <sr@denx.de>
81563
81564 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
81565 Author: Stefan Roese <sr@denx.de>
81566 Date:   Fri Jun 1 15:29:04 2007 +0200
81567
81568     ppc4xx: Update Sequoia NAND booting support with ECC
81569
81570     Signed-off-by: Stefan Roese <sr@denx.de>
81571
81572 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
81573 Author: Stefan Roese <sr@denx.de>
81574 Date:   Fri Jun 1 15:27:11 2007 +0200
81575
81576     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
81577
81578     This patch adds NAND booting support for the AMCC Bamboo eval board.
81579     Since the NAND-SPL boot image is limited to 4kbytes, this version
81580     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
81581     supported, since the setup code for I2C DIMM autodetection and
81582     configuration is too big for this NAND bootloader.
81583
81584     Signed-off-by: Stefan Roese <sr@denx.de>
81585
81586 commit 42be56f53c8b107868e6125c8524ae84293e95a7
81587 Author: Stefan Roese <sr@denx.de>
81588 Date:   Fri Jun 1 15:23:04 2007 +0200
81589
81590     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
81591
81592     The U-Boot NAND booting support is now extended to support ECC
81593     upon loading of the NAND U-Boot image.
81594
81595     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
81596
81597     Signed-off-by: Stefan Roese <sr@denx.de>
81598
81599 commit a471db07fbb65a841ffc9f4f112562b945230f98
81600 Author: Stefan Roese <sr@denx.de>
81601 Date:   Fri Jun 1 15:19:29 2007 +0200
81602
81603     ppc4xx: Prepare Bamboo port for NAND booting support
81604
81605     This patch updates the "normal" Bamboo NOR booting port, so
81606     that it is compatible with the coming soon NAND booting
81607     Bamboo port.
81608
81609     It also enables the 2nd NAND flash on the Bamboo.
81610
81611     Signed-off-by: Stefan Roese <sr@denx.de>
81612
81613 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
81614 Author: Stefan Roese <sr@denx.de>
81615 Date:   Fri Jun 1 15:16:58 2007 +0200
81616
81617     ppc4xx: Update in_be32() functions and friends to latest Linux version
81618
81619     Signed-off-by: Stefan Roese <sr@denx.de>
81620
81621 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
81622 Author: Stefan Roese <sr@denx.de>
81623 Date:   Fri Jun 1 15:15:12 2007 +0200
81624
81625     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
81626
81627     This patch adds hardware ECC support to the NDFC driver. It also
81628     changes the register access from using the "simple" in32/out32
81629     functions to the in_be32/out_be32 functions, which make sure
81630     that the access is correctly synced. This is the only recommended
81631     access to SoC registers in the current Linux kernel.
81632
81633     Signed-off-by: Stefan Roese <sr@denx.de>
81634
81635 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
81636 Author: Stefan Roese <sr@denx.de>
81637 Date:   Fri Jun 1 15:12:15 2007 +0200
81638
81639     NAND: Update nand_ecc.c to latest Linux version
81640
81641     This patch updates the nand_ecc code to the latest Linux version.
81642     The main reason for this is the more compact code. This makes
81643     it possible to include the ECC code into the NAND bootloader
81644     image (NAND_SPL) for PPC4xx.
81645
81646     Signed-off-by: Stefan Roese <sr@denx.de>
81647
81648 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
81649 Author: Stefan Roese <sr@denx.de>
81650 Date:   Fri Jun 1 15:09:50 2007 +0200
81651
81652     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
81653
81654     Signed-off-by: Stefan Roese <sr@denx.de>
81655
81656 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
81657 Author: Stefan Roese <sr@denx.de>
81658 Date:   Fri Jun 1 13:45:24 2007 +0200
81659
81660     ppc4xx: Change Luan config file to support ECC
81661
81662     With the updated 44x DDR2 driver the Luan board now supports
81663     ECC generation and checking.
81664
81665     Signed-off-by: Stefan Roese <sr@denx.de>
81666
81667 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
81668 Author: Stefan Roese <sr@denx.de>
81669 Date:   Fri Jun 1 13:45:00 2007 +0200
81670
81671     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
81672
81673     Add config option for 180 degree advance clock control as needed
81674     for the AMCC Luan eval board.
81675
81676     Signed-off-by: Stefan Roese <sr@denx.de>
81677
81678 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
81679 Author: Wolfgang Denk <wd@denx.de>
81680 Date:   Thu May 31 17:20:09 2007 +0200
81681
81682     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
81683
81684     Signed-off-by: Wolfgang Denk <wd@denx.de>
81685
81686 commit 7049288fb1f16f1b317140226cdebd07bd416395
81687 Author: Bartlomiej Sieka <tur@semihalf.com>
81688 Date:   Sun May 27 17:26:46 2007 +0200
81689
81690     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
81691
81692     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
81693
81694 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
81695 Author: Bartlomiej Sieka <tur@semihalf.com>
81696 Date:   Sun May 27 17:06:36 2007 +0200
81697
81698     Motion-PRO: Add support for redundant environment.
81699
81700     Enable redundant environment, add a MTD partition for it; also add env.
81701     variable command for passing MTD partitions to the kernel command line.
81702
81703     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81704     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81705
81706 commit a26eabeec31746f06d309103690892805696e344
81707 Author: Bartlomiej Sieka <tur@semihalf.com>
81708 Date:   Sun May 27 17:05:11 2007 +0200
81709
81710     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
81711
81712     Allow passing longer command line to the kernel - useful especially
81713     for passing MTD partition layout.
81714
81715     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81716     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81717
81718 commit 9160b96f71483a116de81c68985e8ee306d36764
81719 Author: Bartlomiej Sieka <tur@semihalf.com>
81720 Date:   Sun May 27 17:04:18 2007 +0200
81721
81722     Fix: Add missing NULL termination in strings expanded by macros parser.
81723
81724     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81725     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81726
81727 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
81728 Author: Bartlomiej Sieka <tur@semihalf.com>
81729 Date:   Sun May 27 17:03:37 2007 +0200
81730
81731     Motion-PRO: Update EEPROM's page write bits and write delay.
81732
81733     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
81734     have a page write capability of two bytes", and "This device offers fast (1ms)
81735     byte write". Add 3ms of extra delay.
81736
81737     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81738     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81739
81740 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
81741 Author: Bartlomiej Sieka <tur@semihalf.com>
81742 Date:   Sun May 27 16:58:45 2007 +0200
81743
81744     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
81745
81746     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
81747     networking does not function. This commit switches PHY to TX mode by clearing
81748     the FX_SEL bit of Mode Control Register. It also reverses commit
81749     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
81750
81751     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
81752     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81753
81754 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
81755 Author: Bartlomiej Sieka <tur@semihalf.com>
81756 Date:   Sun May 27 16:57:15 2007 +0200
81757
81758     Motion-PRO: Add support for the temperature sensor.
81759
81760     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81761     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81762
81763 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
81764 Author: Bartlomiej Sieka <tur@semihalf.com>
81765 Date:   Sun May 27 16:55:23 2007 +0200
81766
81767     Motion-PRO: Add displaying of CPLD revision information during boot.
81768
81769     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
81770     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81771
81772 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
81773 Author: Bartlomiej Sieka <tur@semihalf.com>
81774 Date:   Sun May 27 16:53:43 2007 +0200
81775
81776     MPC5xxx: Change names of defines related to IPB and PCI clocks.
81777
81778     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
81779     them does not cause PCI or IPB clocks to run at the specified speed.
81780     Instead, they configure divisors used to calculate said clocks. This
81781     patch renames the defines according to their real function.
81782
81783     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
81784     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81785
81786 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
81787 Author: Bartlomiej Sieka <tur@semihalf.com>
81788 Date:   Sun May 27 16:51:48 2007 +0200
81789
81790     Motion-PRO: Add LED support.
81791
81792     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
81793     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
81794     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81795
81796 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
81797 Author: Ulf Samuelsson <ulf@atmel.com>
81798 Date:   Thu May 24 12:12:47 2007 +0200
81799
81800     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
81801
81802     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
81803     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
81804     Signed-off-by: Stefan Roese <sr@denx.de>
81805
81806 commit d756894722c888d09a9fa1df8323753772d3dcce
81807 Author: Stefan Roese <sr@denx.de>
81808 Date:   Thu May 24 09:49:00 2007 +0200
81809
81810     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
81811
81812     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
81813     fixes a small bug in the 405EZ OCM initialization. Thanks for
81814     spotting.
81815
81816     Signed-off-by: Stefan Roese <sr@denx.de>
81817
81818 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
81819 Author: Stefan Roese <sr@denx.de>
81820 Date:   Thu May 24 08:22:09 2007 +0200
81821
81822     ppc4xx: Update AMCC Acadia support for board revision 1.1
81823
81824     This patch updates the Acadia (405EZ) support for the new 1.1 board
81825     revision. It also adds support for NAND FLASH via the 4xx NDFC.
81826
81827     Please note that the jumper J7 must be in position 2-3 for this
81828     NAND support. Position 1-2 is for NAND booting only. NAND booting
81829     support will follow later.
81830
81831     Signed-off-by: Stefan Roese <sr@denx.de>
81832
81833 commit 822d55365bb557e084d0e33625a6dedcc866110b
81834 Author: Jon Loeliger <jdl@freescale.com>
81835 Date:   Wed May 23 14:09:46 2007 -0500
81836
81837     Add LIST_86xx MAKEALL target for PowerPC builds.
81838
81839     Signed-off-by: Jon Loeliger <jdl@freescale.com>
81840
81841 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
81842 Author: Stefan Roese <sr@denx.de>
81843 Date:   Tue May 22 12:48:09 2007 +0200
81844
81845     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
81846
81847     Signed-off-by: Stefan Roese <sr@denx.de>
81848
81849 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
81850 Author: Stefan Roese <sr@denx.de>
81851 Date:   Tue May 22 12:46:10 2007 +0200
81852
81853     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
81854
81855     This patch adds support for 405 PPC's to the 4xx NAND driver
81856     ndfc.c. This is in preparation for the new AMCC 405EZ.
81857
81858     Signed-off-by: Stefan Roese <sr@denx.de>
81859
81860 commit 10603d76767426be803dadd4fb688b97eb69481c
81861 Author: Stefan Roese <sr@denx.de>
81862 Date:   Mon May 21 07:41:22 2007 +0200
81863
81864     ppc4xx: Fix problem in 405EZ OCM initialization
81865
81866     As spotted by Bruce Adler this patch fixes an initialization problem
81867     for the 405EZ OCM.
81868
81869     Signed-off-by: Stefan Roese <sr@denx.de>
81870
81871 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
81872 Author: Peter Pearse <peter.pearse@arm.com>
81873 Date:   Fri May 18 16:47:03 2007 +0100
81874
81875     Reduce line lengths to 80 characters max.
81876
81877 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
81878 Author: Peter Pearse <peter.pearse@arm.com>
81879 Date:   Fri May 18 14:34:07 2007 +0100
81880
81881     Makefile permissions
81882
81883 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
81884 Author: Peter Pearse <peter.pearse@arm.com>
81885 Date:   Fri May 18 14:33:11 2007 +0100
81886
81887     Makefile permissions
81888
81889 commit 255a3577c848706441daee0174543efe205a77f8
81890 Author: Kim Phillips <kim.phillips@freescale.com>
81891 Date:   Wed May 16 16:52:19 2007 -0500
81892
81893     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
81894
81895     For all practical u-boot purposes, TSECs don't differ throughout the
81896     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
81897
81898     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
81899
81900 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
81901 Author: Stefano Babic <sbabic@denx.de>
81902 Date:   Wed May 16 14:49:12 2007 +0200
81903
81904     Fix compile problem cause my Microblaze merge
81905
81906     Signed-off-by: Stefano Babic <sbabic@denx.de>
81907
81908 commit ada4697d0230d6da552867777f98a67ec3ba2579
81909 Author: Jeffrey Mann <mannj@embeddedplanet.com>
81910 Date:   Wed May 16 13:23:10 2007 +0200
81911
81912     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
81913
81914     Because the Sequoia board does not boot with an EBC faster than 66MHz,
81915     the clock divider are changed after the initial boot process.
81916
81917     This allows for maximum clocking speeds  to be achieved on newer boards.
81918     Sequoia boards with 666.66 MHz processors require that the EBC divider
81919     be set to 3 in order to start the initial boot process at a slower EBC
81920     speed. After the initial boot process, the divider can be set back to 2,
81921     which will cause the boards to run at 83.333MHz. This is backward
81922     compatible with boards with 533.33 MHz processors, as these boards will
81923     already be set with an EBC divider of 2.
81924
81925     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
81926
81927 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
81928 Author: Wolfgang Denk <wd@denx.de>
81929 Date:   Wed May 16 01:16:53 2007 +0200
81930
81931     Minor Coding Style cleanup, update CHANGELOG.
81932
81933     Signed-off-by: Wolfgang Denk <wd@denx.de>
81934
81935 commit d62f64cc23a940eafe712c776b3249e4160753d1
81936 Author: Wolfgang Denk <wd@denx.de>
81937 Date:   Wed May 16 00:13:33 2007 +0200
81938
81939     Coding Style Cleanup, new CHANGELOG
81940
81941 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
81942 Author: Wolfgang Denk <wd@denx.de>
81943 Date:   Tue May 15 23:38:05 2007 +0200
81944
81945     Minor coding style cleanup.
81946
81947 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
81948 Author: mushtaq khan <mushtaq_k@procsys.com>
81949 Date:   Fri Apr 20 14:23:02 2007 +0530
81950
81951     Add driver for S-ATA-controller on Intel processors with South
81952     Bridge, ICH-5, ICH-6 and ICH-7.
81953
81954     Implementation:
81955
81956     1. Code is divided in to two files. All functions, which are
81957        controller specific are kept in "drivers/ata_piix.c" file and
81958        functions, which are not controller specific, are kept in
81959        "common/cmd_sata.c" file.
81960
81961     2. Reading and Writing from the S-ATA drive is done using PIO method.
81962
81963     3. Driver can be configured for 48-bit addressing by defining macro
81964        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
81965        addressing.
81966
81967     4. S-ATA read function is hooked to the File system, commands like
81968        ext2ls and ext2load file can be used. This has been tested.
81969
81970     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
81971        controller and identifies the S-ATA drives connected to it.
81972
81973     6. U-Boot command "sata" is added, which is used to read/write, print
81974        partition table and get info about the drives present. This I have
81975        implemented in same way as "ide" command is implemented in U-Boot.
81976
81977     7. This driver is for S-ATA in native mode.
81978
81979     8. This driver does not support the Native command queuing and
81980        Hot-plugging.
81981
81982     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
81983
81984 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
81985 Author: mushtaq khan <mushtaq_k@procsys.com>
81986 Date:   Mon Apr 30 15:57:22 2007 +0530
81987
81988     Fixes bug clearing the bss section for i386
81989
81990     Hi,
81991     There is a bug in the code of clearing the bss section for processor
81992     i386.(File: cpu/i386/start.S)
81993     In the code, bss_start addr (starting addr of bss section) is put into
81994     the register %eax, but the code which clears the bss section refers to
81995     the addr pointed by %edi.
81996
81997     This patch fixes this bug by putting bss_start into %edi register.
81998
81999     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
82000
82001 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
82002 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
82003 Date:   Mon Apr 30 16:47:28 2007 -0500
82004
82005     Add support for BCM5464 Quad Phy
82006
82007     Added support for Broadcom's BCM5464 Quad Phy
82008
82009     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
82010
82011 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
82012 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82013 Date:   Wed May 9 08:10:57 2007 +0800
82014
82015     Search the exception table with linear algorithm
82016
82017     Search the exception table with linear algorithm instead of
82018     bisecting algorithm.
82019     Because the exception table might be unsorted.
82020
82021     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82022
82023 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
82024 Author: Aubrey.Li <aubrey.adi@gmail.com>
82025 Date:   Mon May 14 11:47:35 2007 +0800
82026
82027     Fix compilation issues on MACOSX
82028
82029     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
82030     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
82031
82032 commit 56fd7162985c412317bbf763a225fba23c64fd31
82033 Author: Stephen Williams <steve@icarus.com>
82034 Date:   Tue May 15 07:55:42 2007 -0700
82035
82036     Fix for compile of JSE target
82037
82038     The attached patch fixes the compile of the JSE board in the
82039     denx git as of 14 may 2007. It is an extremely simple patch,
82040     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
82041
82042      Fix to compile JSE against 20070514 git of u-boot
82043
82044 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
82045 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
82046 Date:   Sun May 13 21:01:03 2007 +0900
82047
82048     sh: MS7750SE support.
82049
82050     This adds support for the Hitachi MS7750SE.
82051
82052     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
82053
82054 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
82055 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
82056 Date:   Sun May 13 20:58:00 2007 +0900
82057
82058     sh: First support code of SuperH.
82059
82060     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
82061
82062 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
82063 Author: Stefan Roese <sr@denx.de>
82064 Date:   Fri May 11 12:01:49 2007 +0200
82065
82066     ppc4xx: Add mtcpr/mfcpr access macros
82067
82068     Signed-off-by: Stefan Roese <sr@denx.de>
82069
82070 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
82071 Author: Stefan Roese <sr@denx.de>
82072 Date:   Fri May 11 12:01:06 2007 +0200
82073
82074     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
82075
82076     Signed-off-by: Stefan Roese <sr@denx.de>
82077
82078 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
82079 Author: Piotr Kruszynski <ppk@semihalf.com>
82080 Date:   Thu May 10 16:55:52 2007 +0200
82081
82082     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
82083     definition.
82084
82085 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
82086 Author: Peter Pearse <peter.pearse@arm.com>
82087 Date:   Wed May 9 11:42:44 2007 +0100
82088
82089     Add the board directory for SMN42
82090
82091 commit 160131bf965785419626df6c388729fe0b597992
82092 Author: Peter Pearse <peter.pearse@arm.com>
82093 Date:   Wed May 9 11:41:58 2007 +0100
82094
82095     Add the files for the SMN42 board
82096
82097 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
82098 Author: Peter Pearse <peter.pearse@arm.com>
82099 Date:   Wed May 9 11:40:34 2007 +0100
82100
82101     Remove the deleted files for the SMN42 patch
82102
82103 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
82104 Author: Peter Pearse <peter.pearse@arm.com>
82105 Date:   Wed May 9 11:37:56 2007 +0100
82106
82107     New board SMN42 branch
82108
82109 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
82110 Author: Peter Pearse <peter.pearse@arm.com>
82111 Date:   Wed May 9 10:24:38 2007 +0100
82112
82113     Makefile permissions
82114
82115 commit b84289b595731e8851df46e893845cc1322c9b9b
82116 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
82117 Date:   Tue May 8 14:17:07 2007 -0500
82118
82119     8641hpcn: Fix Makefile after moving pixis to board/freescale.
82120
82121     The OBJTREE != SRCTREE build scenario was broken.
82122     This fixes it.
82123
82124     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82125     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82126
82127 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
82128 Author: Michal Simek <monstr@monstr.eu>
82129 Date:   Tue May 8 15:57:43 2007 +0200
82130
82131     add: reading special purpose registers
82132
82133 commit 1a50f164beb065f360fbddb76029607d6b099698
82134 Author: Michal Simek <monstr@monstr.eu>
82135 Date:   Tue May 8 14:52:52 2007 +0200
82136
82137     add: Microblaze V5 exception handling
82138
82139 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
82140 Author: Michal Simek <monstr@monstr.eu>
82141 Date:   Tue May 8 14:39:11 2007 +0200
82142
82143     add: FSL control read and write
82144
82145 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
82146 Author: Piotr Kruszynski <ppk@semihalf.com>
82147 Date:   Tue May 8 13:05:44 2007 +0200
82148
82149     [Motion-PRO] Add support for I2C, EEPROM and RTC.
82150
82151 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
82152 Author: Bartlomiej Sieka <tur@semihalf.com>
82153 Date:   Tue May 8 10:23:56 2007 +0200
82154
82155     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
82156     environment.
82157
82158 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
82159 Author: Bartlomiej Sieka <tur@semihalf.com>
82160 Date:   Tue May 8 09:39:12 2007 +0200
82161
82162     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
82163     eliminates networking problems in Linux (timeouts).
82164
82165 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
82166 Author: Bartlomiej Sieka <tur@semihalf.com>
82167 Date:   Tue May 8 09:21:57 2007 +0200
82168
82169     [Motion-PRO] Enable Flat Device Tree support and modify default environment
82170     to allow booting of FDT-expecting kernels.
82171
82172 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
82173 Author: Michal Simek <monstr@monstr.eu>
82174 Date:   Mon May 7 23:58:31 2007 +0200
82175
82176     new: USE_MSR_INTR support
82177
82178 commit 008861a2f3ef2c062744d733787c7e530a1b8761
82179 Author: Bartlomiej Sieka <tur@semihalf.com>
82180 Date:   Mon May 7 22:36:15 2007 +0200
82181
82182     [MPC5xxx] There are networking problems on the Motion-PRO board with
82183     current PHY initalization code (tftp timeouts all the time). This commit
82184     temporarily disables PHY initalization sequence to make the networking
82185     operational, until a fix is found.
82186
82187 commit abca901869c3760b6c5fecb825db6c1d91a78a93
82188 Author: Wolfgang Denk <wd@denx.de>
82189 Date:   Mon May 7 22:10:36 2007 +0200
82190
82191     Get rid of duplicated file (see include/configs/sbc8560.h instead)
82192
82193     Signed-off-by: Wolfgang Denk <wd@denx.de>
82194
82195 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
82196 Author: Wolfgang Denk <wd@denx.de>
82197 Date:   Mon May 7 22:07:08 2007 +0200
82198
82199     Get rid of duplicated file (see doc/README.SBC8560 instead)
82200
82201     Signed-off-by: Wolfgang Denk <wd@denx.de>
82202
82203 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
82204 Author: Michal Simek <monstr@monstr.eu>
82205 Date:   Mon May 7 19:43:10 2007 +0200
82206
82207     fix: read and write MSR - repair number of parameters
82208
82209 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
82210 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82211 Date:   Mon May 7 19:42:49 2007 +0200
82212
82213     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
82214
82215     A '3' got cut off in the formatting of the last patch to automatically
82216     change the clock speed of the system clock on sequoia board.
82217
82218     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82219     Signed-off-by: Stefan Roese <sr@denx.de>
82220
82221 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
82222 Author: Michal Simek <monstr@monstr.eu>
82223 Date:   Mon May 7 19:33:51 2007 +0200
82224
82225     new: fsl interrupt support
82226     FSL_Has_data is connected to INTC.
82227
82228 commit 792032baa7d625e34c981ab6df521911bd8dc861
82229 Author: Michal Simek <monstr@monstr.eu>
82230 Date:   Mon May 7 19:30:12 2007 +0200
82231
82232     fix: interrupt handler
82233     remove asm code
82234
82235 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
82236 Author: Michal Simek <monstr@monstr.eu>
82237 Date:   Mon May 7 19:25:08 2007 +0200
82238
82239     fix: remove asm code
82240
82241 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
82242 Author: Michal Simek <monstr@monstr.eu>
82243 Date:   Mon May 7 19:12:43 2007 +0200
82244
82245     fix: clean interrupt
82246
82247 commit 42efed6130c8fcf7da881385b5427065d2801757
82248 Author: Michal Simek <monstr@monstr.eu>
82249 Date:   Mon May 7 17:22:25 2007 +0200
82250
82251     fix: interrupt handler for multiple sources
82252
82253 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
82254 Author: Michal Simek <monstr@monstr.eu>
82255 Date:   Mon May 7 17:11:09 2007 +0200
82256
82257     new: add writing to msr register
82258
82259 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
82260 Author: Markus Klotzbuecher <mk@denx.de>
82261 Date:   Mon May 7 16:43:56 2007 +0200
82262
82263     Fix an ancient CHANGELOG conflict
82264
82265 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
82266 Author: Timur Tabi <timur@freescale.com>
82267 Date:   Sat May 5 08:12:30 2007 +0200
82268
82269     5xxx: write MAC address to mac-address and local-mac-address
82270
82271     Some device trees have a mac-address property, some have local-mac-address,
82272     and some have both.  To support all of these device trees, ftp_cpu_setup()
82273     should write the MAC address to mac-address and local-mac-address, if they
82274     exist.
82275
82276     Signed-off-by: Timur Tabi <timur@freescale.com>
82277     Acked-by: Grant Likely <grant.likely@secretlab.ca>
82278
82279 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
82280 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82281 Date:   Sun Apr 29 14:01:54 2007 +0200
82282
82283     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
82284
82285     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
82286     message. Use PVR to distinguish between the two variants, and print proper CPU
82287     information.
82288
82289     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82290     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
82291     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
82292
82293 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
82294 Author: Ladislav Michl <ladis@linux-mips.org>
82295 Date:   Wed Apr 25 16:01:26 2007 +0200
82296
82297     [PATCH] simplify silent console
82298
82299     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
82300     Acked-by: Stefan Roese <sr@denx.de>
82301
82302 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
82303 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82304 Date:   Mon Apr 23 15:30:39 2007 +0200
82305
82306     [PATCH] Avoid assigning PCI resources from zero address
82307
82308     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
82309     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
82310     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
82311     sentence about "0" being considered an invalid address) -- so, use a reasonable
82312     starting value of 0x1000 (that's what the most Linux archs are using).
82313
82314     Alternatively, one might have fixed the calls to pci_set_region() individually
82315     (some code even seems to have taken care of this issue) but that would have
82316     been a lot more work. :-)
82317
82318     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82319     Acked-by: Stefan Roese <sr@denx.de>
82320
82321 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
82322 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82323 Date:   Mon Apr 23 14:00:11 2007 +0200
82324
82325     [patch] setenv(...) can delete environmentalvariables
82326
82327     update setenv() function so that entering a NULL value for the
82328     variable's value will delete the environmental variable
82329
82330     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82331     Acked-by: Stefan Roese <sr@denx.de>
82332
82333 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
82334 Author: Mike Frysinger <vapier@gentoo.org>
82335 Date:   Mon Apr 23 13:54:24 2007 +0200
82336
82337     [patch] use unsigned char in smc91111 driver for mac
82338
82339     the v_mac variable in the smc91111 driver is declared as a signed char ...
82340     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
82341     because when it gets printed out, you get a display like:
82342     0xFFFFFFE0 and that's no good
82343
82344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
82345
82346 commit ffc50f9bb194343c6303517a517708457a5eb6b8
82347 Author: Michal Simek <monstr@monstr.eu>
82348 Date:   Sat May 5 18:54:42 2007 +0200
82349
82350     new: FSL and MSR support #2
82351
82352 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
82353 Author: Michal Simek <monstr@monstr.eu>
82354 Date:   Sat May 5 18:27:16 2007 +0200
82355
82356     new: FSL and MSR support
82357
82358 commit 2f15278c2eb911c668b4fe562130b78cf554d139
82359 Author: Wolfgang Denk <wd@denx.de>
82360 Date:   Sat May 5 18:23:11 2007 +0200
82361
82362     Coding stylke cleanup; update CHANGELOG.
82363
82364     Signed-off-by: Wolfgang Denk <wd@denx.de>
82365
82366 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
82367 Author: Wolfgang Denk <wd@denx.de>
82368 Date:   Sat May 5 18:05:02 2007 +0200
82369
82370     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
82371
82372     Signed-off-by: Wolfgang Denk <wd@denx.de>
82373
82374 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
82375 Author: Wolfgang Denk <wd@denx.de>
82376 Date:   Sat May 5 17:15:50 2007 +0200
82377
82378     Make "file" command happy with some config.mk files; update CHANGELOG
82379
82380 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
82381 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82382 Date:   Sat May 5 08:32:14 2007 +0200
82383
82384     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
82385
82386     The AMCC Secquoia board has been changed in a new revision from using a
82387     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
82388     indicates the difference. This patch reads that bit and uses the correct
82389     clock speed for the board. This code is backward compatable will all
82390     prior boards. All prior boards will be read as 33.000.
82391
82392     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82393     Signed-off-by: Stefan Roese <sr@denx.de>
82394
82395 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
82396 Author: Stefan Roese <sr@denx.de>
82397 Date:   Sat May 5 08:29:01 2007 +0200
82398
82399     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
82400
82401     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
82402     for the 4k NAND boot image so define bus_frequency to 133MHz here
82403     which is save for the refresh counter setup.
82404
82405     Signed-off-by: Stefan Roese <sr@denx.de>
82406
82407 commit 2f550ab976405300f5b07bf2890800840d0aa05f
82408 Author: Timur Tabi <timur@freescale.com>
82409 Date:   Sat May 5 08:12:30 2007 +0200
82410
82411     5xxx: write MAC address to mac-address and local-mac-address
82412
82413     Some device trees have a mac-address property, some have local-mac-address,
82414     and some have both.  To support all of these device trees, ftp_cpu_setup()
82415     should write the MAC address to mac-address and local-mac-address, if they
82416     exist.
82417
82418     Signed-off-by: Timur Tabi <timur@freescale.com>
82419     Acked-by: Grant Likely <grant.likely@secretlab.ca>
82420
82421 commit a79886590593ba1d667c840caa4940c61639f18f
82422 Author: Thomas Knobloch <knobloch@siemens.com>
82423 Date:   Sat May 5 07:04:42 2007 +0200
82424
82425     NAND: Wrong calculation of page number in nand_block_bad()
82426
82427     In case that there is no memory based bad block table available the
82428     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
82429     nand_block_bad() directly. When parameter 'getchip' is set to zero,
82430     nand_block_bad() will not right shift the offset to calculate the
82431     correct page number.
82432
82433     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
82434     Signed-off-by: Stefan Roese <sr@denx.de>
82435
82436 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
82437 Author: Wolfgang Denk <wd@denx.de>
82438 Date:   Fri May 4 10:02:33 2007 +0200
82439
82440     Fix initrd length corruption in bootm command.
82441
82442     When using FDT Images, the length of an inital ramdisk was
82443     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
82444
82445     Patches by Timur Tabi & Johns Daniel.
82446
82447     Signed-off-by: Wolfgang Denk <wd@denx.de>
82448
82449 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
82450 Author: Kim Phillips <kim.phillips@freescale.com>
82451 Date:   Thu May 3 19:43:52 2007 -0500
82452
82453     mpc83xx: fix trivial error in MAKEALL
82454
82455     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82456
82457 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
82458 Author: Wolfgang Denk <wd@denx.de>
82459 Date:   Thu May 3 16:34:41 2007 +0200
82460
82461     Update board configuration for STX GP3SSA board:
82462
82463     Enable hush shell, environment in flash rather in EEPROM,
82464     more user-friendly default environment, etc.
82465     The simple EEPROM environment can be selected easily in the board
82466     config file.
82467
82468     Signed-off-by: Wolfgang Denk <wd@denx.de>
82469
82470 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
82471 Author: Wolfgang Denk <wd@denx.de>
82472 Date:   Tue Apr 24 14:37:49 2007 +0200
82473
82474     Cleanup STX GP3SSA code; fix build and compile problems.
82475
82476 commit 35171dc04e028ecacc23ad916a66295472555dbf
82477 Author: Dan Malek <dan@embeddedalley.com>
82478 Date:   Fri Jan 5 09:15:34 2007 +0100
82479
82480     Add support for STX GP3SSA (stxssa) Board
82481
82482     Signed-off-by Dan Malek, <dan@embeddedalley.com>
82483
82484 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
82485 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82486 Date:   Wed May 2 13:31:53 2007 +0200
82487
82488     macb: Don't restart autonegotiation if we already have link
82489
82490     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
82491     link is already up.
82492
82493     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82494
82495 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
82496 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82497 Date:   Wed May 2 13:22:38 2007 +0200
82498
82499     macb: Introduce a few barriers when dealing with DMA descriptors
82500
82501     There were a few theoretical possibilities that the compiler might
82502     optimize away DMA descriptor reads and/or writes and thus cause
82503     synchronization problems with the hardware. Insert barriers where
82504     we depend on reads/writes actually hitting memory.
82505
82506     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82507
82508 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
82509 Author: Andy Fleming <afleming@freescale.com>
82510 Date:   Sat Feb 24 01:08:13 2007 -0600
82511
82512     Cleaned up some 85xx PCI bugs
82513
82514     * Cleaned up the CDS PCI Config Tables and added NULL entries to
82515       the end
82516     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
82517     * Fixed 85xx PCI code to assign powar region sizes based on the
82518       config values (rather than hard-coding them)
82519     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
82520
82521     Signed-off-by: Andy Fleming <afleming@freescale.com>
82522
82523 commit 6743105988fc44d5b0d30388c790607835aae7a6
82524 Author: Andy Fleming <afleming@freescale.com>
82525 Date:   Mon Apr 23 02:54:25 2007 -0500
82526
82527     Add support for the 8568 MDS board
82528
82529     This included some changes to common files:
82530     * Add 8568 processor SVR to various places
82531     * Add support for setting the qe bus-frequency value in the dts
82532     * Add the 8568MDS target to the Makefile
82533
82534     Signed-off-by: Andy Fleming <afleming@freescale.com>
82535
82536 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
82537 Author: David Updegraff <dave@cray.com>
82538 Date:   Fri Apr 20 14:34:48 2007 -0500
82539
82540     Add support for treating unknown PHYs as generic PHYs.
82541
82542     When bringing up u-boot on new boards, PHY support sometimes gets
82543     neglected.  Most PHYs don't really need any special support,
82544     though.  By adding a generic entry that always matches if nothing
82545     else does, we can provide support for "unsupported" PHYs for the
82546     tsec.
82547
82548     The generic PHY driver supports most PHYs, including gigabit.
82549
82550     Signed-off-by: David Updegraff <dave@cray.com>
82551     Signed-off-by: Andy Fleming <afleming@freescale.com>
82552
82553 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
82554 Author: James Yang <James.Yang@freescale.com>
82555 Date:   Wed Feb 7 15:28:04 2007 -0600
82556
82557     Conditionalize 8641 Rev1.0 MCM workarounds
82558
82559     Signed-off-by: James Yang <James.Yang@freescale.com>
82560     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82561
82562 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
82563 Author: Timur Tabi <timur@freescale.com>
82564 Date:   Mon Apr 30 13:59:50 2007 -0500
82565
82566     Fix memory initialization on MPC8349E-mITX
82567
82568     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
82569     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
82570     on some ITX boards, notably those with a revision 3.1 CPU.
82571
82572     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
82573     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
82574
82575     Signed-off-by: Timur Tabi <timur@freescale.com>
82576     Acked-by: Michael Benedict <MBenedict@twacs.com>
82577     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82578
82579 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
82580 Author: Kim Phillips <kim.phillips@freescale.com>
82581 Date:   Mon Apr 30 15:26:21 2007 -0500
82582
82583     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
82584
82585     and fix CPU: to align with Board: display text.
82586
82587     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82588
82589 commit c1ab82669d9525998c34e802a12cad662723f22a
82590 Author: James Yang <James.Yang@freescale.com>
82591 Date:   Fri Mar 16 13:02:53 2007 -0500
82592
82593     Rewrote picos_to_clk() to avoid rounding errors.
82594     Clarified that conversion is to DRAM clocks rather than platform clocks.
82595     Made function static to spd_sdram.c.
82596
82597     Signed-off-by: James Yang <James.Yang@freescale.com>
82598     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82599
82600 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
82601 Author: Stefan Roese <sr@denx.de>
82602 Date:   Sun Apr 29 14:13:01 2007 +0200
82603
82604     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
82605
82606     Signed-off-by: Stefan Roese <sr@denx.de>
82607
82608 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
82609 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82610 Date:   Sun Apr 29 14:01:54 2007 +0200
82611
82612     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
82613
82614     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
82615     message. Use PVR to distinguish between the two variants, and print proper CPU
82616     information.
82617
82618     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82619     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
82620     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
82621
82622 commit 5c5d3242935cf3543af01142627494434834cf98
82623 Author: Kim Phillips <kim.phillips@freescale.com>
82624 Date:   Wed Apr 25 12:34:38 2007 -0500
82625
82626     mpc83xx: minor fixups for 8313rdb introduction
82627
82628 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
82629 Author: Ladislav Michl <ladis@linux-mips.org>
82630 Date:   Wed Apr 25 16:01:26 2007 +0200
82631
82632     [PATCH] simplify silent console
82633
82634     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
82635     Acked-by: Stefan Roese <sr@denx.de>
82636
82637 commit 144876a380f5756f57412caf74c1d6dc201dd796
82638 Author: Michal Simek <monstr@monstr.eu>
82639 Date:   Tue Apr 24 23:01:02 2007 +0200
82640
82641     [PATCH] MTD partition support, JFFS2 support
82642
82643 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
82644 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
82645 Date:   Tue Apr 24 14:03:45 2007 +0200
82646
82647     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
82648
82649     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
82650
82651 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
82652 Author: Andy Fleming <afleming@freescale.com>
82653 Date:   Mon Apr 23 02:37:47 2007 -0500
82654
82655     Reworked 85xx speed detection code
82656
82657     Changed the code to read the registers and calculate the clock
82658     rates, rather than using a "switch" statement.
82659
82660     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
82661
82662     Signed-off-by: Andy Fleming <afleming@freescale.com>
82663
82664 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
82665 Author: Andy Fleming <afleming@freescale.com>
82666 Date:   Mon Apr 23 02:24:28 2007 -0500
82667
82668     Enable 8544 support
82669
82670     * Add support to the Makefile
82671     * Add 8544 configuration support to the tsec driver
82672     * Add 8544 SVR numbers to processor.h
82673
82674     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82676
82677 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
82678 Author: Andy Fleming <afleming@freescale.com>
82679 Date:   Fri Feb 23 17:12:25 2007 -0600
82680
82681     Support 1G size on 8548
82682
82683     e500v2 and newer cores support 1G page sizes.
82684
82685     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82686     Signed-off-by: Andy Fleming <afleming@freescale.com>
82687
82688 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
82689 Author: Andy Fleming <afleming@freescale.com>
82690 Date:   Fri Feb 23 17:11:16 2007 -0600
82691
82692     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
82693
82694     The other pagesz constants use one letter to specify order of
82695     magnitude.  Also change the one reference to it in mpc8548cds/init.S
82696
82697     Signed-off-by: Andy Fleming <afleming@freescale.com>
82698
82699 commit 1f9a318cea14272edd10d63739e2d326c90f430e
82700 Author: Andy Fleming <afleming@freescale.com>
82701 Date:   Fri Feb 23 16:28:46 2007 -0600
82702
82703     Only set ddrioovcr for 8548 rev1.
82704
82705     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82706     Signed-off-by: Andy Fleming <afleming@freescale.com>
82707
82708 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
82709 Author: Andy Fleming <afleming@freescale.com>
82710 Date:   Sat Feb 24 01:16:45 2007 -0600
82711
82712     Tweak DDR ECC error counter
82713
82714     Enable single-bit error counter when memory was cleared by ddr controller.
82715
82716     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82717     Signed-off-by: Andy Fleming <afleming@freescale.com>
82718
82719 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
82720 Author: Timur Tabi <timur@freescale.com>
82721 Date:   Mon Feb 12 13:34:55 2007 -0600
82722
82723     85xx: write MAC address to mac-address and local-mac-address
82724
82725     Some device trees have a mac-address property, some have local-mac-address,
82726     and some have both.  To support all of these device trees, ftp_cpu_setup()
82727     should write the MAC address to mac-address and local-mac-address, if they
82728     exist.
82729
82730     Signed-off-by: Timur Tabi <timur@freescale.com>
82731
82732 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
82733 Author: Andy Fleming <afleming@freescale.com>
82734 Date:   Mon Apr 23 01:44:44 2007 -0500
82735
82736     Some 85xx cpu cleanups
82737
82738     * Cleaned up the TSR[WIS] clearing
82739     * Cleaned up DMA initialization
82740
82741     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82742     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82743     Acked-by: Andy Fleming <afleming@freescale.com>
82744
82745 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
82746 Author: Andy Fleming <afleming@freescale.com>
82747 Date:   Mon Apr 23 01:32:22 2007 -0500
82748
82749     Add cpu support for the 8544
82750
82751     Recognize new SVR values, and add a few register definitions
82752
82753     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82755     Acked-by: Andy Fleming <afleming@freescale.com>
82756
82757 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
82758 Author: Jon Loeliger <jdl@freescale.com>
82759 Date:   Wed Apr 11 16:51:02 2007 -0500
82760
82761     Add MPC8544DS basic port board files.
82762
82763     Add board port under new board/freescale directory
82764     structure and reuse existing PIXIS FPGA support there.
82765
82766     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82767     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82768
82769 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
82770 Author: Jon Loeliger <jdl@freescale.com>
82771 Date:   Wed Apr 11 16:50:57 2007 -0500
82772
82773     Add MPC8544DS main configuration file.
82774
82775     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82776     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82777
82778 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
82779 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82780 Date:   Wed Dec 27 22:07:15 2006 +0300
82781
82782     Fix PCI I/O space mapping on Freescale MPC85x0ADS
82783
82784     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
82785     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
82786     describing the local address window used for the PCI I/O space accesses -- fix
82787     this and carry over the necessary changes into the MPC8560ADS code since the
82788     PCI I/O space mapping was also broken for this board (by the earlier commit
82789     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
82790     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
82791
82792     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82793
82794      board/mpc8540ads/init.S      |    4 ++--
82795      board/mpc8560ads/init.S      |    4 ++--
82796      include/configs/MPC8540ADS.h |    5 ++---
82797      include/configs/MPC8541CDS.h |    2 +-
82798      include/configs/MPC8548CDS.h |    2 +-
82799      include/configs/MPC8560ADS.h |    8 ++++----
82800      6 files changed, 12 insertions(+), 13 deletions(-)
82801
82802 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
82803 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82804 Date:   Tue Dec 5 16:42:30 2006 +0800
82805
82806     u-boot: Fix e500 v2 core reset bug
82807
82808     The following patch fixes the e500 v2 core reset bug.
82809     For e500 v2 core, a new reset control register is added to reset the
82810     processor.
82811
82812     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82813
82814 commit 63247a5acd58032e6cf33f525bc3923b467bac88
82815 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82816 Date:   Wed Dec 20 11:01:00 2006 +0800
82817
82818     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
82819
82820     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
82821     entry number to control the loop.  This can reduce the potential risk
82822     for the 85xx processor increasing its TLB adn LAW entry number.
82823
82824     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
82825     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82826
82827 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
82828 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82829 Date:   Mon Dec 18 17:01:04 2006 +0800
82830
82831     u-boot: Fix the 85xxcds tsec bug
82832
82833     Fix the 85xxcds tsec bug.
82834     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
82835
82836     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82837
82838 commit 7337b237ffc4aaf1b9467024fe472a880d852598
82839 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82840 Date:   Fri Dec 15 14:43:31 2006 +0800
82841
82842     u-boot: Fix CPU2 errata on MPC8548CDS board
82843
82844     This patch apply workaround of CPU2 errata on MPC8548CDS board.
82845
82846     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
82847
82848 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
82849 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
82850 Date:   Mon Dec 18 16:25:15 2006 +0800
82851
82852     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
82853
82854     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
82855
82856     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
82857
82858 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
82859 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82860 Date:   Thu Dec 14 14:14:55 2006 +0800
82861
82862     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
82863
82864     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
82865     board.
82866     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82867
82868 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
82869 Author: Scott Wood <scottwood@freescale.com>
82870 Date:   Mon Apr 16 14:54:15 2007 -0500
82871
82872     mpc83xx: Add MPC8313ERDB support.
82873
82874     Signed-off-by: Scott Wood <scottwood@freescale.com>
82875
82876 commit 49ea3b6eafe606285ae4d5c378026153dde53200
82877 Author: Scott Wood <scottwood@freescale.com>
82878 Date:   Mon Apr 16 14:34:21 2007 -0500
82879
82880     mpc83xx: Add generic PCI setup code.
82881
82882     Board code can now request the generic setup code rather than having to
82883     copy-and-paste it for themselves.  Boards should be converted to use this
82884     once they're tested with it.
82885
82886     Signed-off-by: Scott Wood <scottwood@freescale.com>
82887
82888 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
82889 Author: Scott Wood <scottwood@freescale.com>
82890 Date:   Mon Apr 16 14:34:19 2007 -0500
82891
82892     mpc83xx: Add 831x support to speed.c.
82893
82894     Signed-off-by: Scott Wood <scottwood@freescale.com>
82895
82896 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
82897 Author: Scott Wood <scottwood@freescale.com>
82898 Date:   Mon Apr 16 14:34:18 2007 -0500
82899
82900     mpc83xx: Add 831x support to global_data.h
82901
82902     Signed-off-by: Scott Wood <scottwood@freescale.com>
82903
82904 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
82905 Author: Scott Wood <scottwood@freescale.com>
82906 Date:   Mon Apr 16 14:34:16 2007 -0500
82907
82908     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
82909
82910     Rather than misleadingly define PVR_83xx as the specific type of 83xx
82911     being built for, the PVR of each core revision is defined. checkcpu() now
82912     prints the core that it detects, rather than aborting if it doesn't find
82913     what it thinks it wants.
82914
82915     Signed-off-by: Scott Wood <scottwood@freescale.com>
82916
82917 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
82918 Author: Scott Wood <scottwood@freescale.com>
82919 Date:   Mon Apr 16 14:34:15 2007 -0500
82920
82921     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
82922
82923     Signed-off-by: Scott Wood <scottwood@freescale.com>
82924
82925 commit d87c57b201b4572d16f1b642998faa00c9912b16
82926 Author: Scott Wood <scottwood@freescale.com>
82927 Date:   Mon Apr 16 14:31:55 2007 -0500
82928
82929     mpc83xx: Add register definitions for MPC831x.
82930
82931     Signed-off-by: Scott Wood <scottwood@freescale.com>
82932
82933 commit 7fc4c71a143be8666d70803fb25ae60379c95622
82934 Author: Stefan Roese <sr@denx.de>
82935 Date:   Mon Apr 23 15:39:59 2007 +0200
82936
82937     Fix file mode
82938
82939     Signed-off-by: Stefan Roese <sr@denx.de>
82940
82941 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
82942 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82943 Date:   Mon Apr 23 15:30:39 2007 +0200
82944
82945     [PATCH] Avoid assigning PCI resources from zero address
82946
82947     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
82948     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
82949     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
82950     sentence about "0" being considered an invalid address) -- so, use a reasonable
82951     starting value of 0x1000 (that's what the most Linux archs are using).
82952
82953     Alternatively, one might have fixed the calls to pci_set_region() individually
82954     (some code even seems to have taken care of this issue) but that would have
82955     been a lot more work. :-)
82956
82957     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82958     Acked-by: Stefan Roese <sr@denx.de>
82959
82960 commit afb903a2eb9436baa9270ccc0c27082d86497d89
82961 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82962 Date:   Mon Apr 23 14:00:11 2007 +0200
82963
82964     [patch] setenv(...) can delete environmentalvariables
82965
82966     update setenv() function so that entering a NULL value for the
82967     variable's value will delete the environmental variable
82968
82969     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82970     Acked-by: Stefan Roese <sr@denx.de>
82971
82972 commit 36f104e5caa747d568eff26b369565af57c2ffa6
82973 Author: Mike Frysinger <vapier@gentoo.org>
82974 Date:   Mon Apr 23 13:54:24 2007 +0200
82975
82976     [patch] use unsigned char in smc91111 driver for mac
82977
82978     the v_mac variable in the smc91111 driver is declared as a signed char ...
82979     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
82980     because when it gets printed out, you get a display like:
82981     0xFFFFFFE0 and that's no good
82982
82983     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
82984
82985 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
82986 Author: Rodolfo Giometti <giometti@enneenne.com>
82987 Date:   Mon Apr 23 13:10:52 2007 +0200
82988
82989     USB: (Another) delay for crappy USB keys.
82990
82991     Some USB keys are slow in giving back an answer when the Root HUB
82992     enables power lines.
82993
82994     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
82995
82996 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
82997 Author: Stefan Roese <sr@denx.de>
82998 Date:   Mon Apr 23 12:00:22 2007 +0200
82999
83000     Remove BOARDLIBS usage completely
83001
83002     Signed-off-by: Stefan Roese <sr@denx.de>
83003
83004 commit 32556443840f127170e4baa8bdd5b567039f6c36
83005 Author: Michal Simek <monstr@monstr.eu>
83006 Date:   Sat Apr 21 21:07:22 2007 +0200
83007
83008     [PATCH] SystemACE support for Microblaze
83009
83010 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
83011 Author: Michal Simek <monstr@monstr.eu>
83012 Date:   Sat Apr 21 21:02:40 2007 +0200
83013
83014     16bit read/write little endian
83015
83016 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
83017 Author: Michal Simek <monstr@monstr.eu>
83018 Date:   Sat Apr 21 20:53:31 2007 +0200
83019
83020     Change ML401 parameters - Xilinx BSP
83021
83022 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
83023 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
83024 Date:   Wed Feb 28 05:37:29 2007 -0600
83025
83026     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
83027
83028     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
83029
83030 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
83031 Author: Zhang Wei <wei.zhang@freescale.com>
83032 Date:   Fri Jan 19 10:42:37 2007 +0800
83033
83034     Enable LAWs for MPC8641 PCI-Ex2.
83035
83036     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
83037     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83038
83039 commit bd7851ce1e1f140665b520026abf1042968b1102
83040 Author: Jon Loeliger <jdl@freescale.com>
83041 Date:   Fri Apr 20 14:12:26 2007 -0500
83042
83043     mpc86xx; Write MAC address to mac-address and local-mac-address
83044
83045     Some device trees have a mac-address property, some have local-mac-address,
83046     and some have both.  To support all of these device trees, ftp_cpu_setup()
83047     should write the MAC address to mac-address and local-mac-address, if they
83048     exist.
83049
83050     Signed-off-by: Timur Tabi <timur@freescale.com>
83051     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83052
83053 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
83054 Author: Jon Loeliger <jdl@freescale.com>
83055 Date:   Fri Apr 20 14:11:38 2007 -0500
83056
83057     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
83058
83059     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
83060     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83061
83062 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
83063 Author: Wolfgang Denk <wd@denx.de>
83064 Date:   Fri Apr 20 17:43:28 2007 +0200
83065
83066     Cleanup compiler warnings, update CHANGELOG
83067
83068     Signed-off-by: Wolfgang Denk <wd@denx.de>
83069
83070 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
83071 Author: Detlev Zundel <dzu@denx.de>
83072 Date:   Fri Apr 20 12:01:47 2007 +0200
83073
83074     Fix breakage of NC650 board with respect to nand support.
83075
83076     Signed-off-by: Detlev Zundel <dzu@denx.de>
83077
83078 commit 39f23cd90947639ac278a18ff277ec786b5ac167
83079 Author: Domen Puncer <domen.puncer@telargo.com>
83080 Date:   Fri Apr 20 11:13:16 2007 +0200
83081
83082     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
83083
83084     G2 core reference manual says decrementer and time base
83085     are decreasing/increasing once every 4 bus clock cycles.
83086     Lets fix it, so time in Linux won't run twice as fast
83087
83088     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
83089     Acked-by: Grant Likely <grant.likely@secretlab.ca>
83090
83091 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
83092 Author: Gerald Van Baren <vanbaren@cideas.com>
83093 Date:   Thu Apr 19 23:14:39 2007 -0400
83094
83095     Fix serious pointer bug with bootm and reserve map.
83096
83097     What was suppose to be a stack variable was declared as a pointer,
83098       overwriting random memory.
83099     Also moved the libfdt.a requirement into the main Makefile.  That is
83100       The U-Boot Way.
83101
83102 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
83103 Author: Stefan Roese <sr@denx.de>
83104 Date:   Thu Apr 19 09:53:52 2007 +0200
83105
83106     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
83107
83108     Previous versions used full wait states for the chip select #1 which
83109     is connected to the Xilinix SystemACE controller on the AMCC Katmai
83110     evaluation board. This leads to really slow access and therefore low
83111     performance. This patch now sets up the chip select a lot faster
83112     resulting in much better read/write performance of the Linux driver.
83113
83114     Signed-off-by: Stefan Roese <sr@denx.de>
83115
83116 commit 37837828d89084879bee2f2b8c7c68d4695940df
83117 Author: Wolfgang Denk <wd@denx.de>
83118 Date:   Wed Apr 18 17:49:29 2007 +0200
83119
83120     Clenaup, update CHANGELOG
83121
83122     Signed-off-by: Wolfgang Denk <wd@denx.de>
83123
83124 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
83125 Author: Wolfgang Denk <wd@denx.de>
83126 Date:   Wed Apr 18 17:20:58 2007 +0200
83127
83128     Update CHANGELOG
83129
83130     Signed-off-by: Wolfgang Denk <wd@denx.de>
83131
83132 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
83133 Author: Wolfgang Denk <wd@denx.de>
83134 Date:   Wed Apr 18 17:07:26 2007 +0200
83135
83136     Cleanup, update CHANGELOG
83137
83138     Sigend-off-by: Wolfgang Denk <wd@denx.de>
83139
83140 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
83141 Author: Wolfgang Denk <wd@denx.de>
83142 Date:   Wed Apr 18 16:17:46 2007 +0200
83143
83144     Update CHANGELOG
83145
83146 commit ad4eb555671d97f96dc56eab55103b1f86874b01
83147 Author: Wolfgang Denk <wd@denx.de>
83148 Date:   Wed Apr 18 14:30:39 2007 +0200
83149
83150     MCC200 board: remove warning which is obsolete after PSoC firmware changes
83151
83152     Signed-off-by: Wolfgang Denk <wd@denx.de>
83153
83154 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
83155 Author: Domen Puncer <domen.puncer@telargo.com>
83156 Date:   Wed Apr 18 12:11:05 2007 +0200
83157
83158     [PATCH] icecube/lite5200b: document wakeup from low-power support
83159
83160     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
83161
83162 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
83163 Author: Stefan Roese <sr@denx.de>
83164 Date:   Wed Apr 18 12:07:47 2007 +0200
83165
83166     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
83167
83168     Signed-off-by: Stefan Roese <sr@denx.de>
83169
83170 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
83171 Author: Stefan Roese <sr@denx.de>
83172 Date:   Wed Apr 18 12:05:59 2007 +0200
83173
83174     ppc4xx: Add output for bootrom location to 405EZ ports
83175
83176     Now 405EZ ports also show upon bootup from which boot device
83177     they are configured to boot:
83178
83179     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
83180
83181     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
83182            Bootstrap Option E - Boot ROM Location EBC (32 bits)
83183            16 kB I-Cache 16 kB D-Cache
83184     Board: Acadia - AMCC PPC405EZ Evaluation Board
83185
83186     Signed-off-by: Stefan Roese <sr@denx.de>
83187
83188 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
83189 Author: Peter Pearse <peter.pearse@arm.com>
83190 Date:   Tue Apr 17 13:30:33 2007 +0100
83191
83192     Move ppearse to ARM board list
83193     Add Konstantin Kletschke for scb9328.
83194     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
83195
83196 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
83197 Author: Domen Puncer <domen.puncer@telargo.com>
83198 Date:   Mon Apr 16 14:00:13 2007 +0200
83199
83200     [PATCH] icecube/lite5200b: wakeup from low-power support
83201
83202     U-Boot part of Lite5200b low power mode support.
83203     Puts SDRAM out of self-refresh and transfers control to
83204     address saved at physical 0x0.
83205
83206     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
83207     Acked-by: Grant Likely <grant.likely@secretlab.ca>
83208
83209 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
83210 Author: Gerald Van Baren <vanbaren@cideas.com>
83211 Date:   Sun Apr 15 13:54:26 2007 -0400
83212
83213     Fix the ft_cpu_setup() property settings.
83214
83215     Use "setter" functions instead of flags, cleaner and more flexible.
83216     It also fixes the problem noted by Timur Tabi that the ethernet MAC
83217     addresses were all being set incorrectly to the same MAC address.
83218
83219 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
83220 Author: Gerald Van Baren <vanbaren@cideas.com>
83221 Date:   Sat Apr 14 22:51:24 2007 -0400
83222
83223     Improve the bootm command for CONFIG_OF_LIBFDT
83224
83225     In bootm, create the "/chosen" node only if it doesn't already exist
83226       (better matches the previous behavior).
83227     Update for proper reserved memory map handling for initrd.
83228
83229 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
83230 Author: Gerald Van Baren <vanbaren@cideas.com>
83231 Date:   Sat Apr 14 22:46:41 2007 -0400
83232
83233     Add some utilities to manipulate the reserved memory map.
83234
83235 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
83236 Author: Wolfgang Denk <wd@denx.de>
83237 Date:   Sat Apr 14 21:16:54 2007 +0200
83238
83239     Update CHANGELOG
83240
83241 commit 8e6875183cdca91c134408d119d4abcd48ef6856
83242 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83243 Date:   Sun Dec 17 18:56:46 2006 +0100
83244
83245     AVR32: Enable MMC support
83246
83247     Set up the portmux for the MMC interface and enable the MMC driver
83248     along with support for DOS partitions, ext2 and FAT filesystems.
83249
83250     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83251
83252 commit fc26c97bb6df41b4a95662c34054fe912387bf38
83253 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83254 Date:   Fri Jan 20 10:03:53 2006 +0100
83255
83256     Atmel MCI driver
83257
83258     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
83259
83260     The AT91 ARM-based CPUs use basically the same hardware, so it should
83261     be possible to share this driver, but no effort has been made so far.
83262
83263     Hardware documentation can be found in the AT32AP7000 data sheet,
83264     which can be downloaded from
83265
83266     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
83267
83268     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83269
83270 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
83271 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83272 Date:   Sun Dec 17 18:55:37 2006 +0100
83273
83274     AVR32: Add clk and gpio infrastructure for mmci
83275
83276     Implement functions for configuring the mmci pins, as well as
83277     functions for getting the clock rate of the mmci controller.
83278
83279     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83280
83281 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
83282 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83283 Date:   Sun Dec 17 18:53:56 2006 +0100
83284
83285     Enable partition support with MMC
83286
83287     Include implementations of init_part() and get_partition_info() when
83288     CONFIG_MMC is set.
83289
83290     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83291
83292 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
83293 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83294 Date:   Sun Dec 17 17:14:30 2006 +0100
83295
83296     AVR32: Enable networking
83297
83298     Implement MACB initialization for AVR32 and ATSTK1000, and turn
83299     everything on, including the MACB driver.
83300
83301     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83302
83303 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
83304 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83305 Date:   Fri Jan 20 10:03:34 2006 +0100
83306
83307     Atmel MACB ethernet driver
83308
83309     Driver for the Atmel MACB on-chip ethernet controller.
83310
83311     This driver has been tested on the ATSTK1000 board with a AT32AP7000
83312     CPU. It should probably work on AT91SAM926x as well with some minor
83313     modifications.
83314
83315     Hardware documentation can be found in the AT32AP7000 data sheet,
83316     which can be downloaded from
83317
83318     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
83319
83320     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83321
83322 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
83323 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83324 Date:   Sun Dec 17 16:56:14 2006 +0100
83325
83326     AVR32: Add clk and gpio infrastructure for macb0 and macb1
83327
83328     Implement functions for configuring the macb0 and macb1 pins, as
83329     well as functions for getting the clock rate of the various
83330     busses the macb ethernet controllers are connected to.
83331
83332     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83333
83334 commit d5acb95b16a0a74c643524342c3437e765426d05
83335 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83336 Date:   Sun Dec 17 15:39:15 2006 +0100
83337
83338     AVR32: Implement simple DMA memory allocator
83339
83340     Implement dma_alloc_coherent() which returns cache-aligned
83341     uncacheable memory.
83342
83343     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83344
83345 commit 91975b0fea773c9e681fea8cf3349669f27685ee
83346 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83347 Date:   Sun Dec 17 15:46:02 2006 +0100
83348
83349     Import <linux/mii.h> from the Linux kernel
83350
83351     Instead of creating yet another set of MII register definitions
83352     in the macb driver, here's a complete set of definitions for everyone
83353     to use.
83354
83355     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83356
83357 commit 1b804b229556a4d862da93c0ec94e79419364b2c
83358 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83359 Date:   Wed Mar 21 19:47:36 2007 +0100
83360
83361     AVR32: Include more commands for ATSTK1000
83362
83363     Include the imi, imls and jffs commands sets by default on ATSTK1000.
83364     Also define CONFIG_BOOTARGS to something more useful, define
83365     CONFIG_BOOTCOMMAND and enable autoboot by default.
83366
83367     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83368
83369 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
83370 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83371 Date:   Wed Mar 21 19:44:48 2007 +0100
83372
83373     AVR32: Provide a definition of struct stat
83374
83375     Copy the definition of struct stat from the Linux kernel.
83376
83377     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83378
83379 commit 12f099c08167a7a51aeee623bc16dafd0841271c
83380 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83381 Date:   Sun Dec 17 14:46:06 2006 +0100
83382
83383     AVR32: Use initdram() instead of board_init_memories()
83384
83385     Conform to the "standard" interface and use initdram() instead of
83386     board_init_memories() on AVR32. This enables us to get rid of the
83387     sdram_size member of the global_data struct as well.
83388
83389     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83390
83391 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
83392 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83393 Date:   Mon Nov 20 15:53:10 2006 +0100
83394
83395     AVR32: Relocate u-boot to SDRAM
83396
83397     Relocate the u-boot image into SDRAM like everyone else does. This
83398     means that we can handle much larger .data and .bss than we used to.
83399
83400     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83401
83402 commit df548d3c3e2bbc40258713167859ffc2ce99a900
83403 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83404 Date:   Sun Nov 19 18:06:53 2006 +0100
83405
83406     AVR32: Resource management rewrite
83407
83408     Rewrite the resource management code (i.e. I/O memory, clock gating,
83409     gpio) so it doesn't depend on any global state. This is necessary
83410     because this code is heavily used before relocation to RAM, so we
83411     can't write to any global variables.
83412
83413     As an added bonus, this makes u-boot's memory footprint a bit smaller,
83414     although some functionality has been left out; all clocks are enabled
83415     all the time, and there's no checking for gpio line conflicts.
83416
83417     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83418
83419 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
83420 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83421 Date:   Sat Nov 18 18:01:13 2006 +0100
83422
83423     AVR32: Clean up memory-map.h for at32ap7000
83424
83425     Convert spaces to tabs (must have missed this one last time around),
83426     sort the entries by address and group them together by bus
83427     connectivity.
83428
83429     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83430
83431 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
83432 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83433 Date:   Sat Nov 18 17:32:31 2006 +0100
83434
83435     AVR32: Build position-independent u-boot
83436
83437     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
83438     position independent. This will make relocation a lot easier.
83439
83440     -mno-init-got means that gcc shouldn't emit code to load the GOT
83441     address into r6 in every function prologue. We do it once and for
83442     all in the early startup assembly code, so enabling this option
83443     makes u-boot a bit faster and smaller.
83444
83445     The assembly parts have always been position-independent, so no code
83446     changes should be necessary.
83447
83448     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83449
83450 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
83451 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83452 Date:   Sat Nov 18 17:24:31 2006 +0100
83453
83454     AVR32: Use avr32-linux- cross-compilation prefix by default
83455
83456     It doesn't really matter which toolchain you use to compile u-boot,
83457     but the avr32-linux one is probably what most people have installed.
83458
83459     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83460
83461 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
83462 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83463 Date:   Sat Nov 18 17:15:30 2006 +0100
83464
83465     AVR32: Split start_u_boot into board_init_f and board_init_r
83466
83467     Split the avr32 initialization code into a function to run before
83468     relocation, board_init_f and a function to run after relocation,
83469     board_init_r. For now, board_init_f simply calls board_init_r
83470     at the end.
83471
83472     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83473
83474 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
83475 Author: Heiko Schocher <hs@pollux.denx.de>
83476 Date:   Sat Apr 14 05:26:48 2007 +0200
83477
83478     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
83479             clear the Display after reset.
83480
83481     Signed-off-by: Heiko Schocher <hs@denx.de>
83482
83483 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
83484 Author: Denis Peter <d.peter@mpl.ch>
83485 Date:   Fri Apr 13 09:13:33 2007 +0200
83486
83487     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
83488
83489     Fix bug introduced by "Fix get_partition_info() parameter error in all
83490     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
83491     to use diskboot or scsiboot form another device than 0.
83492
83493     Signed-off-by: Denis Peter <d.peter@mpl.ch>
83494
83495 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
83496 Author: Greg Lopp <lopp@pobox.com>
83497 Date:   Fri Apr 13 08:02:24 2007 +0200
83498
83499     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
83500
83501     Signed-of-by: Greg Lopp <lopp@pobox.com>
83502     Acked-by: Grant Likely <grant.likely@secretlab.ca>
83503
83504 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
83505 Author: Xie Xiaobo <r63061@freescale.com>
83506 Date:   Fri Mar 9 19:08:25 2007 +0800
83507
83508     Fix two bugs for MPC83xx DDR2 controller SPD Init
83509
83510     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
83511     the first bug is that the picos_to_clk routine introduces a huge
83512     rounding error in 83xx.
83513     the second bug is that the mode register write recovery field is
83514     tWR-1, not tWR >> 1.
83515
83516 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
83517 Author: Jeffrey Mann <mannj@embeddedplanet.com>
83518 Date:   Thu Apr 12 14:15:59 2007 +0200
83519
83520     ppc4xx: Fix i2c divisor calcularion for PPC4xx
83521
83522     This patch fixes changes the i2c_init(...) function to use the function
83523     get_OPB_freq() rather than calculating the OPB speed by
83524     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
83525     specific per processor. The prior method was not and so was calculating
83526     the wrong speed for some PPC4xx processors.
83527
83528     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
83529     Signed-off-by: Stefan Roese <sr@denx.de>
83530
83531 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
83532 Author: Wolfgang Denk <wd@denx.de>
83533 Date:   Wed Apr 11 17:25:01 2007 +0200
83534
83535     Update CHANGELOG
83536
83537     Signed-off-by: Wolfgang Denk <wd@denx.de>
83538
83539 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
83540 Author: Wolfgang Denk <wd@denx.de>
83541 Date:   Wed Apr 11 17:22:55 2007 +0200
83542
83543     Update for SC3 board
83544
83545     * Make IDE timeout configurable through ide_reset_timeout variable.
83546     * Use Newline as "password" string
83547     * Use just a single partition in NAND flash
83548
83549 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
83550 Author: Haiying Wang <haiying.wang@freescale.com>
83551 Date:   Mon Jan 22 12:37:30 2007 -0600
83552
83553     Add PIXIS FPGA support for MPC8641HPCN board.
83554
83555     Move the 8641HPCN's PIXIS code to the new directory
83556     board/freescale/common/ as it will be shared by
83557     future boards not in the same processor family.
83558
83559     Write a "pixis_reset" command that utilizes the FPGA
83560     reset sequencer to support alternate soft-reset options
83561     such as using the "alternate" flash bank, enabling
83562     the watch dog, or choosing different CPU frequencies.
83563
83564     Add documentation for the pixis_reset to README.mpc8641hpcn.
83565
83566     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
83567     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83568
83569 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
83570 Author: Gerald Van Baren <vanbaren@cideas.com>
83571 Date:   Fri Apr 6 14:19:43 2007 -0400
83572
83573     Moved fdt command support code to fdt_support.c
83574
83575     ...in preparation for improving the bootm command's handling of fdt blobs.
83576     Also cleaned up some coding sloppiness.
83577
83578 commit 6679f9299534e488a171a9bb8f9bb891de247aab
83579 Author: Gerald Van Baren <vanbaren@cideas.com>
83580 Date:   Fri Apr 6 14:17:14 2007 -0400
83581
83582     libfdt: Make fdt_check_header() public
83583
83584     Changed _fdt_check_header() to fdt_check_header() and made it part of
83585     the interface - it is a useful routine.
83586
83587     Also did some asthetics cleanup to the include files (headers).
83588
83589 commit c0707ce65677650b5ceab0500ee50ae5168afef2
83590 Author: Aubrey Li <aubrey.adi@gmail.com>
83591 Date:   Thu Apr 5 18:34:06 2007 +0800
83592
83593     [Blackfin][PATCH] Kill off a bunch of common local prototypes
83594
83595 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
83596 Author: Aubrey Li <aubrey.adi@gmail.com>
83597 Date:   Thu Apr 5 18:33:04 2007 +0800
83598
83599     [Blackfin][PATCH] Fix dynamic CPLB generation issue
83600
83601 commit 0445e3a264251d75b1be45ef713c70726a2952f0
83602 Author: Aubrey Li <aubrey.adi@gmail.com>
83603 Date:   Thu Apr 5 18:31:47 2007 +0800
83604
83605     [Blackfin][PATCH] minior cleanup
83606
83607 commit 155fd766573981090e638b493d5857562151862e
83608 Author: Aubrey Li <aubrey.adi@gmail.com>
83609 Date:   Thu Apr 5 18:31:18 2007 +0800
83610
83611     [Blackfin][PATCH] Fix copyright and update license
83612
83613 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
83614 Author: Aubrey Li <aubrey.adi@gmail.com>
83615 Date:   Thu Apr 5 18:30:25 2007 +0800
83616
83617     [Blackfin][PATCH] Add BF537 EMAC driver initialization
83618
83619 commit 889256e8604e0c68db1d866d720894dffede9df6
83620 Author: Aubrey Li <aubrey.adi@gmail.com>
83621 Date:   Thu Apr 5 18:29:55 2007 +0800
83622
83623     [Blackfin][PATCH] call real the system synchronize instruction
83624
83625 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
83626 Author: Aubrey Li <aubrey.adi@gmail.com>
83627 Date:   Thu Apr 5 18:29:17 2007 +0800
83628
83629     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
83630
83631 commit dfeeab2cd680df047e68e723b246adf6f33bb556
83632 Author: Aubrey Li <aubrey.adi@gmail.com>
83633 Date:   Thu Apr 5 18:28:34 2007 +0800
83634
83635     [Blackfin][PATCH]: fix flash unaligned copy issue
83636
83637 commit 443feb740584e406efa203af909fe2926608e8d5
83638 Author: Igor Marnat <marny@rambler.ru>
83639 Date:   Wed Mar 21 09:55:01 2007 +0300
83640
83641     Update usage of 'nc' in README.NetConsole
83642
83643     Added information about usage of NetConsole on systems where the -l and -p
83644     switches are mutually exclusive.
83645
83646     Signed-off-by: Igor Marnat <marny@rambler.ru>
83647     Signed-off-by: Ben Warren <bwarren@qstreams.com>
83648
83649 commit 31c98a88228021b314c89ebb8104fb6473da4471
83650 Author: Wolfgang Denk <wd@denx.de>
83651 Date:   Wed Apr 4 02:09:30 2007 +0200
83652
83653     Minor coding style cleanup.
83654
83655 commit 94abd7c0583ebe01e799b25f451201deeaab550d
83656 Author: Wolfgang Denk <wd@denx.de>
83657 Date:   Wed Apr 4 01:49:15 2007 +0200
83658
83659     Minor cleanup.
83660
83661 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
83662 Author: Rodolfo Giometti <giometti@enneenne.com>
83663 Date:   Tue Apr 3 14:27:18 2007 +0200
83664
83665     Support for the Philips ISP116x HCD (Host Controller Driver)
83666
83667     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
83668
83669 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
83670 Author: Markus Klotzbuecher <mk@denx.de>
83671 Date:   Tue Apr 3 14:27:08 2007 +0200
83672
83673     USB: cleanup monahans usb support. Remove dead code.
83674
83675     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
83676
83677 commit a65c5768e5537530bd1780af3d3fddc3113a163c
83678 Author: Stefan Roese <sr@denx.de>
83679 Date:   Mon Apr 2 10:09:30 2007 +0200
83680
83681     ppc4xx: Change SysACE address on Katmai
83682
83683     With this new base address of the Xilinx SystemACE controller
83684     the Linux driver will be easier to adapt, since it can now be
83685     mapped via the "normal" ioremap() call.
83686
83687     Signed-off-by: Stefan Roese <sr@denx.de>
83688
83689 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
83690 Author: Gerald Van Baren <vanbaren@cideas.com>
83691 Date:   Sat Mar 31 14:30:53 2007 -0400
83692
83693     Fix some minor whitespace violations.
83694
83695 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
83696 Author: Gerald Van Baren <vanbaren@cideas.com>
83697 Date:   Sat Mar 31 12:23:51 2007 -0400
83698
83699     Add a flattened device tree (fdt) command (2 of 2)
83700
83701     Modifications to the existing code to support the new fdt command.
83702
83703 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
83704 Author: Gerald Van Baren <vanbaren@cideas.com>
83705 Date:   Sat Mar 31 12:22:10 2007 -0400
83706
83707     Add a flattened device tree (fdt) command (1 of 2)
83708
83709     The fdt command uses David Gibson's libfdt library to manipulate as well
83710     as print the flattened device tree.  This patch is the new command,
83711     the second part is the modifications to the existing code.
83712
83713 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
83714 Author: Gerald Van Baren <vanbaren@cideas.com>
83715 Date:   Sat Mar 31 12:13:43 2007 -0400
83716
83717     libfdt: Enhanced and published fdt_next_tag()
83718
83719     Enhanced the formerly private function _fdt_next_tag() to allow stepping
83720       through the tree, used to produce a human-readable dump, and made
83721       it part of the published interface.
83722     Also added some comments.
83723
83724 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
83725 Author: Gerald Van Baren <vanbaren@cideas.com>
83726 Date:   Sat Mar 31 12:05:39 2007 -0400
83727
83728     libfdt: Customizations for use by u-boot.
83729
83730     Changes to David Gibson's original source to fit into u-boot's
83731     environment.  No functionality changes.
83732
83733 commit 35748177c64a4a83a00057e93bb33e40278a2a96
83734 Author: Gerald Van Baren <vanbaren@cideas.com>
83735 Date:   Sat Mar 31 12:00:56 2007 -0400
83736
83737     libfdt: Import libfdt source (2 of 2)
83738
83739     This adds the applicable libfdt source files (unmodified) and a README
83740     to explain where the source came from.
83741
83742 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
83743 Author: Gerald Van Baren <vanbaren@cideas.com>
83744 Date:   Sat Mar 31 11:59:59 2007 -0400
83745
83746     libfdt: Import libfdt source (1 of 2)
83747
83748     This adds the applicable libfdt source files (unmodified) and a README
83749     to explain where the source came from.
83750
83751 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
83752 Author: Stefan Roese <sr@denx.de>
83753 Date:   Sat Mar 31 13:16:23 2007 +0200
83754
83755     ppc4xx: Update Katmai bootstrap command
83756
83757     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
83758     is selected.
83759
83760     Signed-off-by: Stefan Roese <sr@denx.de>
83761
83762 commit cabee756a6532986729477c3cc1ea16ef8517ad2
83763 Author: Stefan Roese <sr@denx.de>
83764 Date:   Sat Mar 31 13:15:06 2007 +0200
83765
83766     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
83767
83768     Additional RAM information is now printed upon powerup, like
83769     DDR2 frequency and CAS latency.
83770
83771     Signed-off-by: Stefan Roese <sr@denx.de>
83772
83773 commit 60723803431ac75cad085690789e433d5ab9174e
83774 Author: Stefan Roese <sr@denx.de>
83775 Date:   Sat Mar 31 08:48:36 2007 +0200
83776
83777     ppc4xx: Change Yucca config file to support ECC
83778
83779     With the updated 44x DDR2 driver the Yucca board now supports
83780     ECC generation and checking.
83781
83782     Signed-off-by: Stefan Roese <sr@denx.de>
83783
83784 commit 490e5730c674b20d708b783a2c5ffd7208f83873
83785 Author: Stefan Roese <sr@denx.de>
83786 Date:   Sat Mar 31 08:47:34 2007 +0200
83787
83788     ppc4xx: Fix "bootstrap" command for Katmai board
83789
83790     The board specific "bootstrap" command is now fixed and can
83791     be used for the AMCC Katmai board to configure different
83792     CPU/PLB/OPB frequencies.
83793
83794     Signed-off-by: Stefan Roese <sr@denx.de>
83795
83796 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
83797 Author: Stefan Roese <sr@denx.de>
83798 Date:   Sat Mar 31 08:46:08 2007 +0200
83799
83800     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
83801
83802     Fix a bug in the auto calibration routine. This driver now runs
83803     more reliable with the tested modules. It's also tested with
83804     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
83805
83806     Signed-off-by: Stefan Roese <sr@denx.de>
83807
83808 commit 342cd097be1e7affe82f42ab3da220959a699e64
83809 Author: Michal Simek <monstr@monstr.eu>
83810 Date:   Fri Mar 30 22:52:09 2007 +0200
83811
83812     [PATCH] Clean include dependence
83813
83814 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
83815 Author: Michal Simek <monstr@monstr.eu>
83816 Date:   Fri Mar 30 22:42:45 2007 +0200
83817
83818     [CLEAN] Remove inefficient Suzaku code
83819
83820 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
83821 Author: Stefan Roese <sr@denx.de>
83822 Date:   Wed Mar 28 15:03:16 2007 +0200
83823
83824     Merge some AMCC make targets to keep the top-level Makefile smaller
83825
83826     Signed-off-by: Stefan Roese <sr@denx.de>
83827
83828 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
83829 Author: Stefan Roese <sr@denx.de>
83830 Date:   Wed Mar 28 14:52:12 2007 +0200
83831
83832     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
83833
83834     The "old" i2c commands (iprobe, imd...) are now compiled in again,
83835     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
83836     config option.
83837
83838     Signed-off-by: Stefan Roese <sr@denx.de>
83839
83840 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
83841 Author: Michal Simek <monstr@monstr.eu>
83842 Date:   Tue Mar 27 00:32:16 2007 +0200
83843
83844     PATCH: Resolve GPL license problem
83845
83846 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
83847 Author: Rodolfo Giometti <giometti@enneenne.com>
83848 Date:   Mon Mar 26 12:03:36 2007 +0200
83849
83850     PXA: pxa27x USB OHCI support
83851
83852     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
83853
83854 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
83855 Author: Markus Klotzbuecher <mk@denx.de>
83856 Date:   Mon Mar 26 11:21:05 2007 +0200
83857
83858     USB: remove the S3C24X0_merge #define, which was introduced while
83859     merging OHCI drivers.
83860
83861     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
83862
83863 commit 1798049522f594013aea29457d46794298c6ae15
83864 Author: Michal Simek <root@monstr.eu>
83865 Date:   Mon Mar 26 01:39:07 2007 +0200
83866
83867     Support for XUPV2P board
83868     Reset support
83869     BSP autoconfig support
83870
83871 commit 0d974d5297349504a2ddfa09314be573b5df320a
83872 Author: Stefan Roese <sr@denx.de>
83873 Date:   Sat Mar 24 15:57:09 2007 +0100
83874
83875     [PATCH] Add 4xx GPIO functions
83876
83877     This patch adds some 4xx GPIO functions. It also moves some of the
83878     common code and defines into a common 4xx GPIO header file.
83879
83880     Signed-off-by: Stefan Roese <sr@denx.de>
83881
83882 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
83883 Author: Stefan Roese <sr@denx.de>
83884 Date:   Sat Mar 24 15:55:58 2007 +0100
83885
83886     [PATCH] Small Sequoia cleanup
83887
83888     Signed-off-by: Stefan Roese <sr@denx.de>
83889
83890 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
83891 Author: Stefan Roese <sr@denx.de>
83892 Date:   Sat Mar 24 15:45:34 2007 +0100
83893
83894     [PATCH] Clean up 40EZ/Acadia support
83895
83896     This patch cleans up all the open issue of the preliminary
83897     Acadia support.
83898
83899     Signed-off-by: Stefan Roese <sr@denx.de>
83900
83901 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
83902 Author: Jon Loeliger <jdl@freescale.com>
83903 Date:   Tue Dec 12 11:02:20 2006 -0600
83904
83905     Fix 8641HPCN problem with ld version 2.16
83906
83907     (Dot outside sections problem).
83908
83909     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
83910
83911     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83912
83913 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
83914 Author: Haiying Wang <haiying.wang@freescale.com>
83915 Date:   Thu Dec 7 10:35:55 2006 -0600
83916
83917     Set Rev 2.x 86xx PIC in mixed mode.
83918
83919     Prevent false interrupt from hanging Linux as MSR[EE] is set
83920     to enable interrupts by changing the PIC out of the default
83921     pass through mode into mixed mode.
83922
83923     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
83924     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83925
83926 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
83927 Author: Jason Jin <jason.jin@freescale.com>
83928 Date:   Thu Dec 7 10:32:35 2006 -0600
83929
83930     Add flash cmd function to 8641HPCN ramboot
83931
83932     Also fixes some commmand for 8641 HPCN ramboot case.
83933
83934     Signed-off-by: Jason Jin <jason.jin@freescale.com>
83935     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83936
83937 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
83938 Author: Ed Swarthout <ed.swarthout@freescale.com>
83939 Date:   Thu Dec 7 10:34:14 2006 -0600
83940
83941     Add support for 8641 Rev 2 silicon.
83942
83943     Without this patch, I am unable to get to the prompt on rev 2 silicon.
83944     Only set ddrioovcr for rev1.
83945
83946     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
83947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83948
83949 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
83950 Author: Wolfgang Denk <wd@denx.de>
83951 Date:   Thu Mar 22 00:13:12 2007 +0100
83952
83953     Code cleanup / re-insert previous Copyright entries.
83954
83955     Signed-off-by: Wolfgang Denk <wd@denx.de>
83956
83957 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
83958 Author: Wolfgang Denk <wd@denx.de>
83959 Date:   Wed Mar 21 23:26:15 2007 +0100
83960
83961     Code cleanup. Update CHANGELOG
83962
83963 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
83964 Author: Stefan Roese <sr@denx.de>
83965 Date:   Wed Mar 21 14:54:29 2007 +0100
83966
83967     ppc4xx: Fix file mode of include/configs/acadia.h
83968
83969     Signed-off-by: Stefan Roese <sr@denx.de>
83970
83971 commit d5f4614c9350d9333e575100fb250aab774d0258
83972 Author: Markus Klotzbuecher <mk@denx.de>
83973 Date:   Wed Mar 21 14:41:46 2007 +0100
83974
83975     SPC1920: fix small clock routing bug
83976
83977     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
83978
83979 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
83980 Author: Stefan Roese <sr@denx.de>
83981 Date:   Wed Mar 21 13:39:57 2007 +0100
83982
83983     [PATCH] Add AMCC Acadia (405EZ) eval board support
83984
83985     This patch adds support for the new AMCC Acadia eval board.
83986
83987     Please note that this Acadia/405EZ support is still in a beta stage.
83988     Still lot's of cleanup needed but we need a preliminary release now.
83989
83990     Signed-off-by: Stefan Roese <sr@denx.de>
83991
83992 commit e01bd218b00af73499331a1a701625a852cd286f
83993 Author: Stefan Roese <sr@denx.de>
83994 Date:   Wed Mar 21 13:38:59 2007 +0100
83995
83996     [PATCH] Add AMCC PPC405EZ support
83997
83998     This patch adds support for the new AMCC 405EZ PPC. It is in
83999     preparation for the AMCC Acadia board support.
84000
84001     Please note that this Acadia/405EZ support is still in a beta stage.
84002     Still lot's of cleanup needed but we need a preliminary release now.
84003
84004     Signed-off-by: Stefan Roese <sr@denx.de>
84005
84006 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
84007 Author: Heiko Schocher <hs@pollux.denx.de>
84008 Date:   Wed Mar 21 08:45:17 2007 +0100
84009
84010     [PATCH] TQM8272: dont change the bits given from the HRCW
84011                      for the SIUMCR and BCR Register.
84012                      Fix the calculation for the EEprom Size
84013
84014     Signed-off-by: Heiko Schocher <hs@denx.de>
84015
84016 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
84017 Author: Aubrey Li <aubrey.adi@gmail.com>
84018 Date:   Tue Mar 20 18:16:24 2007 +0800
84019
84020     [Blackfin][PATCH] Add BF561 EZKIT board support
84021
84022 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
84023 Author: Aubrey Li <aubrey.adi@gmail.com>
84024 Date:   Mon Mar 19 22:55:58 2007 +0800
84025
84026     [Blackfin][PATCH] minor cleanup
84027
84028 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
84029 Author: Wolfgang Denk <wd@denx.de>
84030 Date:   Mon Mar 19 13:10:08 2007 +0100
84031
84032     Remove obsoleted POST files.
84033
84034     Signed-off-by: Wolfgang Denk <wd@denx.de>
84035
84036 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
84037 Author: Aubrey Li <aubrey.adi@gmail.com>
84038 Date:   Mon Mar 19 01:26:11 2007 +0800
84039
84040     [PATCH] Add flash chip M29W320ET/B support
84041
84042 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
84043 Author: Aubrey Li <aubrey.adi@gmail.com>
84044 Date:   Mon Mar 19 01:24:52 2007 +0800
84045
84046     [Blackfin][PATCH] Add BF537 stamp board support
84047
84048 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
84049 Author: Stefan Roese <sr@denx.de>
84050 Date:   Fri Mar 16 21:11:42 2007 +0100
84051
84052     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
84053
84054     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
84055     DDR memory are dynamically programmed matching the total size
84056     of the equipped memory (DIMM modules).
84057
84058     Signed-off-by: Stefan Roese <sr@denx.de>
84059
84060 commit 76d1466f918b881cda2d259254761e73885093c2
84061 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84062 Date:   Tue Mar 13 13:38:05 2007 +0100
84063
84064     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
84065             boards in terms of unification.
84066
84067     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84068
84069 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
84070 Author: Wolfgang Denk <wd@denx.de>
84071 Date:   Tue Mar 13 16:05:55 2007 +0100
84072
84073     Make SC3 board build with 'make O='; use 'addcons' consistently
84074     (SC3 and Jupiter used to use 'addcon' instead).
84075
84076     Signed-off-by: Wolfgang Denk wd@denx.de
84077
84078 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
84079 Author: Heiko Schocher <hs@pollux.denx.de>
84080 Date:   Tue Mar 13 09:40:59 2007 +0100
84081
84082     [PATCH] update board config for jupiter Board:
84083             added Hush Shell,
84084                   CONFIG_CMDLINE_EDITING,
84085                   CFG_ENV_ADDR_REDUND activated
84086
84087     Signed-off-by: Heiko Schocher <hs@denx.de>
84088
84089 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
84090 Author: Aubrey Li <aubrey.adi@gmail.com>
84091 Date:   Mon Mar 12 12:11:55 2007 +0800
84092
84093     [Blackfin][PATCH] minor cleanup
84094
84095 commit bfa5754a58477ac917d21527cd0f079d87cf188e
84096 Author: Aubrey Li <aubrey.adi@gmail.com>
84097 Date:   Mon Mar 12 01:42:06 2007 +0800
84098
84099     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
84100
84101 commit 8440bb14581a294375c34b91b42512f9753d1130
84102 Author: Aubrey Li <aubrey.adi@gmail.com>
84103 Date:   Mon Mar 12 00:25:14 2007 +0800
84104
84105     [Blackfin][PATCH] code cleanup
84106
84107 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
84108 Author: Michal Simek <monstr@monstr.eu>
84109 Date:   Sun Mar 11 13:48:24 2007 +0100
84110
84111     [Microblaze][PATCH] part 2
84112     timer support
84113     interrupt controller support
84114     flash support
84115     ethernet support
84116     cache support
84117     board information support
84118     env support
84119     booting image support
84120
84121     adding support for Xilinx ML401
84122
84123 commit 76316a318de91f6184e7c22a10e02d275ade2441
84124 Author: Michal Simek <monstr@monstr.eu>
84125 Date:   Sun Mar 11 13:42:58 2007 +0100
84126
84127     [Microblaze][PATCH]
84128     timer support
84129     interrupt controller support
84130     flash support
84131     ethernet support
84132     cache support
84133     board information support
84134     env support
84135     booting image support
84136
84137     adding support for Xilinx ML401
84138
84139 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
84140 Author: Aubrey Li <aubrey.adi@gmail.com>
84141 Date:   Sat Mar 10 23:49:29 2007 +0800
84142
84143     [Blackfin][PATCH] code cleanup
84144
84145 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
84146 Author: Aubrey.Li <aubrey.adi@gmail.com>
84147 Date:   Fri Mar 9 13:40:56 2007 +0800
84148
84149     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
84150
84151 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
84152 Author: Aubrey.Li <aubrey.adi@gmail.com>
84153 Date:   Fri Mar 9 13:38:44 2007 +0800
84154
84155     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
84156
84157 commit 992423ab43c2bcf6b704853bd00af77450915e20
84158 Author: Stefan Roese <sr@denx.de>
84159 Date:   Thu Mar 8 23:00:08 2007 +0100
84160
84161     ppc4xx: Fix file mode of sequoia.c
84162
84163     Signed-off-by: Stefan Roese <sr@denx.de>
84164
84165 commit eb92f613556800f7483666db09d9a237ad911d4a
84166 Author: Wolfgang Denk <wd@pollux.denx.de>
84167 Date:   Thu Mar 8 22:52:51 2007 +0100
84168
84169     Minor cleanup.
84170
84171 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
84172 Author: John Otken john@softadvances.com <john@softadvances.com>
84173 Date:   Thu Mar 8 09:39:48 2007 -0600
84174
84175     ppc4xx: Clear Sequoia/Rainier security engine reset bits
84176
84177     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
84178
84179 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
84180 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84181 Date:   Thu Mar 8 16:26:52 2007 +0100
84182
84183     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
84184
84185     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84186
84187 commit d9fc703246840c4b268debf48c334ba55c597dc0
84188 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84189 Date:   Thu Mar 8 16:25:47 2007 +0100
84190
84191     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
84192
84193     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84194
84195 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
84196 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84197 Date:   Thu Mar 8 16:23:11 2007 +0100
84198
84199     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
84200
84201     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84202
84203 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
84204 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84205 Date:   Thu Mar 8 16:20:32 2007 +0100
84206
84207     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
84208
84209     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84210
84211 commit f9fc6a5852a6335840882fa2111925010eea1abe
84212 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84213 Date:   Wed Mar 7 15:32:01 2007 +0100
84214
84215     fixed ethernet phy configuration for plu405 board
84216
84217     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
84218
84219 commit 769104c9356594deb2092e204a39c05b33202d6c
84220 Author: Wolfgang Denk <wd@pollux.denx.de>
84221 Date:   Thu Mar 8 21:49:27 2007 +0100
84222
84223     Minor cleanup
84224
84225 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
84226 Author: Stefan Roese <sr@denx.de>
84227 Date:   Thu Mar 8 10:13:16 2007 +0100
84228
84229     [PATCH] Update AMCC Luan 440SP eval board support
84230
84231     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
84232     inititializition. This includes DDR auto calibration and support
84233     for different DIMM modules, instead of the fixed setup used in
84234     the earlier version.
84235
84236     This patch also enables the cache in FLASH for the startup
84237     phase of U-Boot (while running from FLASH). After relocating to
84238     SDRAM the cache is disabled again. This will speed up the boot
84239     process, especially the SDRAM setup, since there are some loops
84240     for memory testing (auto calibration).
84241
84242     Signed-off-by: Stefan Roese <sr@denx.de>
84243
84244 commit 2f5df47351910a2936c7741cf111855829200943
84245 Author: Stefan Roese <sr@denx.de>
84246 Date:   Thu Mar 8 10:10:18 2007 +0100
84247
84248     [PATCH] Update AMCC Yucca 440SPe eval board support
84249
84250     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
84251     inititializition. This includes DDR auto calibration and support
84252     for different DIMM modules, instead of the fixed setup used in
84253     the earlier version.
84254
84255     Signed-off-by: Stefan Roese <sr@denx.de>
84256
84257 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
84258 Author: Stefan Roese <sr@denx.de>
84259 Date:   Thu Mar 8 10:07:18 2007 +0100
84260
84261     ppc4xx: Small AMCC Katmai 440SPe update
84262
84263     Signed-off-by: Stefan Roese <sr@denx.de>
84264
84265 commit df294497479b1dca6dd86318b2a912f72fede0df
84266 Author: Stefan Roese <sr@denx.de>
84267 Date:   Thu Mar 8 10:06:09 2007 +0100
84268
84269     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
84270
84271     Signed-off-by: Stefan Roese <sr@denx.de>
84272
84273 commit 83853178bd36bca6f0f8f1331476620c84a587fc
84274 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
84275 Date:   Wed Mar 7 12:14:50 2007 -0600
84276
84277     net - Support ping reply when processing net-loop
84278
84279     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
84280
84281     This permits the ping command to test the phy interface when the phy
84282     is put in loopback mode (typically by setting register 0 bit 14).
84283
84284     It also allows the port to respond to an external ping when u-boot is
84285     processing some other net command (such as tftp).  This is useful when
84286     tftp appears to hang.
84287
84288     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
84289     Signed-off-by: Ben Warren <bwarren@qstreams.com>
84290
84291 commit fa1aef15bcd47736687be1af544506e90fba545d
84292 Author: Stefan Roese <sr@denx.de>
84293 Date:   Wed Mar 7 16:43:00 2007 +0100
84294
84295     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
84296
84297     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
84298     DDR memory are dynamically programmed matching the total size
84299     of the equipped memory (DIMM modules).
84300
84301     Signed-off-by: Stefan Roese <sr@denx.de>
84302
84303 commit e2ebe696818939e2b974628be9c921ea3fe9de13
84304 Author: Stefan Roese <sr@denx.de>
84305 Date:   Wed Mar 7 16:39:36 2007 +0100
84306
84307     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
84308
84309     This patch fixes a problem that occurs when 2 DIMM's are
84310     used. This problem was first spotted and fixed by Gerald Jackson
84311     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
84312     problem in a little more clever way.
84313
84314     This patch also adds the nice functionality to dynamically
84315     create the TLB entries for the SDRAM (tlb.c). So we should
84316     never run into such problems with wrong (too short) TLB
84317     initialization again on these platforms.
84318
84319     As this feature is new to the "old" 44x SPD DDR driver, it
84320     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
84321
84322     Signed-off-by: Stefan Roese <sr@denx.de>
84323
84324 commit 39218433983417b9df087976a79e3f80dd5e83d6
84325 Author: Wolfgang Denk <wd@denx.de>
84326 Date:   Wed Mar 7 16:33:44 2007 +0100
84327
84328     UC101: fix compiler warnings
84329
84330 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
84331 Author: Wolfgang Denk <wd@pollux.denx.de>
84332 Date:   Wed Mar 7 16:19:46 2007 +0100
84333
84334     HMI1001: fix build error, cleanup compiler warnings.
84335
84336 commit ad5bb451ade552c44bef9119d907929ebc2c126f
84337 Author: Wolfgang Denk <wd@pollux.denx.de>
84338 Date:   Tue Mar 6 18:08:43 2007 +0100
84339
84340     Restructure POST directory to support of other CPUs, boards, etc.
84341
84342 commit a5284efd125967675b2e9c6ef7b95832268ad360
84343 Author: Wolfgang Denk <wd@pollux.denx.de>
84344 Date:   Tue Mar 6 18:01:47 2007 +0100
84345
84346     Fix HOSTARCH handling.
84347     Patch by Mike Frysinger, Mar 05 2007
84348
84349 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
84350 Author: Stefan Roese <sr@denx.de>
84351 Date:   Tue Mar 6 07:47:04 2007 +0100
84352
84353     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
84354
84355     As provided by the AMCC applications team, this patch optimizes the
84356     DDR2 setup for 166MHz bus speed. The values provided are also save
84357     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
84358     setup has to be adjusted as done in this patch.
84359
84360     For this the NAND booting version had to include the "speed.c" file
84361     from the cpu/ppc4xx directory. With this addition the NAND SPL image
84362     will just fit into the 4kbytes of program space. gcc version 4.x as
84363     provided with ELDK 4.x is needed to generate this optimized code.
84364
84365     Signed-off-by: Stefan Roese <sr@denx.de>
84366
84367 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
84368 Author: Wolfgang Denk <wd@pollux.denx.de>
84369 Date:   Sun Mar 4 01:36:05 2007 +0100
84370
84371     Some code cleanup.
84372
84373 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
84374 Author: Kim Phillips <kim.phillips@freescale.com>
84375 Date:   Wed Feb 28 00:02:04 2007 -0600
84376
84377     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
84378
84379     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
84380
84381 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
84382 Author: Kumar Gala <galak@kernel.crashing.org>
84383 Date:   Tue Feb 27 23:51:42 2007 -0600
84384
84385     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
84386
84387     The config value for:
84388     * CFG_ACR_PIPE_DEP
84389     * CFG_ACR_RPTCNT
84390     * CFG_SPCR_TSEC1EP
84391     * CFG_SPCR_TSEC2EP
84392     * CFG_SCCR_TSEC1CM
84393     * CFG_SCCR_TSEC2CM
84394
84395     Were not being used when setting the appropriate register
84396
84397     Added:
84398     * CFG_SCCR_USBMPHCM
84399     * CFG_SCCR_USBDRCM
84400     * CFG_SCCR_PCICM
84401     * CFG_SCCR_ENCCM
84402
84403     To allow full config of the SCCR.
84404
84405     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
84406     that were just bogus.
84407
84408     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
84409
84410 commit d51b3cf371cd441030460ef19d36b2924c361b1a
84411 Author: Kim Phillips <kim.phillips@freescale.com>
84412 Date:   Thu Feb 22 20:06:57 2007 -0600
84413
84414     mpc83xx: update [local-]mac-address properties on UEC based devices
84415
84416     8360 and 832x weren't updating their [local-]mac-address
84417     properties. This patch fixes that.
84418
84419     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
84420
84421 commit 61f4f912acbe60776c5e00df1ec94094ce672957
84422 Author: Timur Tabi <timur@freescale.com>
84423 Date:   Tue Feb 13 10:41:42 2007 -0600
84424
84425     mpc83xx: write MAC address to mac-address and local-mac-address
84426
84427     Some device trees have a mac-address property, some have local-mac-address,
84428     and some have both.  To support all of these device trees, this patch
84429     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
84430     This function already updates local-mac-address.
84431
84432     Signed-off-by: Timur Tabi <timur@freescale.com>
84433
84434 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
84435 Author: Kim Phillips <kim.phillips@freescale.com>
84436 Date:   Tue Feb 27 18:41:08 2007 -0600
84437
84438     mpc83xx: add command line editing by default
84439
84440 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
84441 Author: Kim Phillips <kim.phillips@freescale.com>
84442 Date:   Wed Feb 14 19:50:53 2007 -0600
84443
84444     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
84445
84446     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
84447     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
84448
84449     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
84450
84451     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
84452     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
84453
84454 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
84455 Author: Xie Xiaobo <r63061@freescale.com>
84456 Date:   Wed Feb 14 18:27:17 2007 +0800
84457
84458     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
84459
84460     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
84461     it pass DDR/DDR2 compliance tests.
84462
84463     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
84464
84465 commit b110f40bd180c6b560276589beedf753e97c46ce
84466 Author: Xie Xiaobo <r63061@freescale.com>
84467 Date:   Wed Feb 14 18:27:06 2007 +0800
84468
84469     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
84470
84471     MPC8360E rev2.0 have new spridr,and PVR value,
84472     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
84473
84474     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
84475
84476 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
84477 Author: Xie Xiaobo <r63061@freescale.com>
84478 Date:   Wed Feb 14 18:26:44 2007 +0800
84479
84480     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
84481
84482     MPC8349E rev3.1 have new spridr,and PVR value,
84483     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
84484
84485     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
84486
84487 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
84488 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
84489 Date:   Wed Jan 31 11:04:19 2007 +0100
84490
84491     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
84492
84493     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
84494     which is used to se if an slave will ACK after receiving its address.
84495
84496     Correct i2c probing to use this method as the old method could upset
84497     a slave as it wrote a data byte to it.
84498
84499     Add a small delay in i2c_init() to let the controller
84500     shutdown any ongoing I2C activity.
84501
84502     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
84503
84504 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
84505 Author: Timur Tabi <timur@freescale.com>
84506 Date:   Wed Jan 31 15:54:29 2007 -0600
84507
84508     mpc83xx: Add support for the MPC8349E-mITX-GP
84509
84510     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
84511     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
84512     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
84513
84514     Signed-off-by: Timur Tabi <timur@freescale.com>
84515
84516 commit fab16807adad350f618024350c6950165c247c72
84517 Author: Timur Tabi <timur@freescale.com>
84518 Date:   Wed Jan 31 15:54:20 2007 -0600
84519
84520     mpc83xx: Delete sdram_init() for MPC8349E-mITX
84521
84522     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
84523     never does anything.  This patch deletes it.
84524
84525     Signed-off-by: Timur Tabi <timur@freescale.com>
84526
84527 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
84528 Author: Dave Liu <daveliu@freescale.com>
84529 Date:   Fri Jan 19 10:43:26 2007 +0800
84530
84531     mpc83xx: Fix the LAW1/3 bug
84532
84533     The patch solves the alignment problem of the local bus access windows to
84534     render accessible the memory bank and PHY registers of UPC 1 (starting at
84535     0xf801 0000). What we actually did was to adjust the sizes of the bus
84536     access windows so that the base address alignment requirement would be met.
84537
84538     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
84539     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
84540     Signed-off-by: Dave Liu <daveliu@freescale.com>
84541
84542 commit 97c4b397dce236a7318b304667bf89e59d08b17c
84543 Author: Kim Phillips <kim.phillips@freescale.com>
84544 Date:   Tue Jan 30 16:15:31 2007 -0600
84545
84546     mpc83xx: don't hang if watchdog configured on 8360, 832x
84547
84548     don't hang if watchdog configured on 8360, 832x
84549
84550     The watchdog programming model is the same across all 83xx devices;
84551     make the code reflect that.
84552
84553 commit b70047478570e371ce7223be342ce98afea0f7d6
84554 Author: Kim Phillips <kim.phillips@freescale.com>
84555 Date:   Tue Jan 30 16:15:21 2007 -0600
84556
84557     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
84558
84559     protect memcpy to bad address if a local-mac-address is missing from dt
84560
84561 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
84562 Author: Kim Phillips <kim.phillips@freescale.com>
84563 Date:   Tue Jan 30 16:15:04 2007 -0600
84564
84565     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
84566
84567     make 8360 default environment fdt be 8360 (not 8349)
84568
84569 commit a28899c910024a0226331df07207b1038c300c93
84570 Author: Emilian Medve <Emilian.Medve@freescale.com>
84571 Date:   Tue Jan 30 16:14:50 2007 -0600
84572
84573     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
84574
84575     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
84576     be used for busy-waiting since it strips the 'volatile' property from
84577     the bd variable. gcc3 was working by pure luck.
84578
84579     This is a follow on patch to "Fix the UEC driver bug of QE"
84580
84581 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
84582 Author: Kumar Gala <galak@kernel.crashing.org>
84583 Date:   Tue Jan 30 14:08:30 2007 -0600
84584
84585     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
84586
84587     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
84588     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
84589     CONFIG_MPC834X so they are more generic.
84590
84591     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
84592
84593 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
84594 Author: Kim Phillips <kim.phillips@freescale.com>
84595 Date:   Thu Jan 25 13:40:55 2007 -0600
84596
84597     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
84598
84599 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
84600 Author: Kim Phillips <kim.phillips@freescale.com>
84601 Date:   Wed Jan 24 17:18:37 2007 -0600
84602
84603     mpc83xx: sort Makefile targets
84604
84605     reordered targets alphabetically
84606
84607 commit 91e25769771c1164ed63ffca0add49f934ae3343
84608 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
84609 Date:   Tue Jan 16 11:38:14 2007 -0500
84610
84611     mpc83xx: U-Boot support for Wind River SBC8349
84612
84613     I've redone the SBC8349 support to match git-current, which
84614     incorporates all the MPC834x updates from Freescale since the 1.1.6
84615     release,  including the DDR changes.
84616
84617     I've kept all the SBC8349 files as parallel as possible to the
84618     MPC8349EMDS ones for ease of maintenance and to allow for easy
84619     inspection of what was changed to support this board.  Hence the SBC8349
84620     U-Boot has FDT support and everything else that the MPC8349EMDS has.
84621
84622     Fortunately the Freescale updates added support for boards using CS0,
84623     but I had to change spd_sdram.c to allow for board specific settings for
84624     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
84625     default if the board doesn't specify a value.)
84626
84627     Hopefully this should be mergeable as-is and require no whitespace
84628     cleanups or similar, but if something doesn't measure up then let me
84629     know and I'll fix it.
84630
84631     Thanks,
84632     Paul.
84633
84634 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
84635 Author: Sam Song <samsongshu@yahoo.com.cn>
84636 Date:   Thu Dec 14 19:03:21 2006 +0800
84637
84638     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
84639
84640     A redundant semicolon existed in mpc8349itx.c
84641     should be removed.
84642
84643     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
84644
84645 commit f35f358241c549be3f75cfe2eaa642914275b7ba
84646 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
84647 Date:   Wed Dec 6 21:23:55 2006 -0500
84648
84649     mpc83xx: Put the version (and magic) after the HRCW.
84650
84651     Put the version (and magic) after the HRCW.  This puts it in a fixed
84652     location in flash, not at the start of flash but as close as we can get.
84653
84654     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
84655
84656 commit 48aecd969171a6e99a55fae04933857787f9a5bd
84657 Author: Dave Liu <r63238@freescale.com>
84658 Date:   Thu Dec 7 21:14:51 2006 +0800
84659
84660     mpc83xx: Add the MPC832XEMDS board readme
84661
84662     Add the MPC832XEMDS board readme
84663
84664     Signed-off-by: Dave Liu <daveliu@freescale.com>
84665
84666 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
84667 Author: Dave Liu <r63238@freescale.com>
84668 Date:   Thu Dec 7 21:13:15 2006 +0800
84669
84670     mpc83xx: Add support for the MPC832XEMDS board
84671
84672     This patch supports DUART, ETH3/4 and PCI etc.
84673
84674     Signed-off-by: Dave Liu <daveliu@freescale.com>
84675
84676 commit e080313c32322e15ab5a18eb896a252858c57284
84677 Author: Dave Liu <r63238@freescale.com>
84678 Date:   Thu Dec 7 21:11:58 2006 +0800
84679
84680     mpc83xx: streamline the 83xx immr head file
84681
84682     For better format and style, I streamlined the 83xx head files,
84683     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
84684     duplicated macro definition appear in the both files; 2) the structure
84685     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
84686     macro definition put inside the each structure. So, I cleaned up the
84687     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
84688     moved the macro definition to mpc83xx.h, Just like MPC8260.
84689
84690     CHANGELOG
84691
84692     *streamline the 83xx immr head file
84693
84694     Signed-off-by: Dave Liu <daveliu@freescale.com>
84695
84696 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
84697 Author: Dave Liu <r63238@freescale.com>
84698 Date:   Wed Dec 6 11:38:17 2006 +0800
84699
84700     mpc83xx: Fix the UEC driver bug of QE
84701
84702     The patch prevents the GCC tool chain from striping useful code for
84703     optimization. It will make UEC ethernet driver workable, Otherwise the
84704     UEC will fail in tx when you are using gcc4.x. but the driver can work
84705     when using gcc3.4.3.
84706
84707     CHANGELOG
84708
84709     *Prevent the GCC from striping code for optimization, Otherwise the UEC
84710     will tx failed when you are using gcc4.x.
84711
84712     Signed-off-by: Dave Liu <daveliu@freescale.com>
84713
84714 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
84715 Author: Stefan Roese <sr@denx.de>
84716 Date:   Thu Mar 1 21:11:36 2007 +0100
84717
84718     [PATCH] Update AMCC Katmai 440SPe eval board support
84719
84720     This patch updates the recently added Katmai board support. The biggest
84721     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
84722     driver.
84723
84724     Please note, that still some problems are left with some memory
84725     configurations. See the driver for more details.
84726
84727     Signed-off-by: Stefan Roese <sr@denx.de>
84728
84729 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
84730 Author: Stefan Roese <sr@denx.de>
84731 Date:   Thu Mar 1 07:03:25 2007 +0100
84732
84733     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
84734
84735     Signed-off-by: Stefan Roese <sr@denx.de>
84736
84737 commit ccbc7036648e465697ca298ba51e0e76dda352a0
84738 Author: Wolfgang Denk <wd@pollux.denx.de>
84739 Date:   Wed Feb 28 01:28:53 2007 +0100
84740
84741     SC3: fix typo in default environment
84742
84743 commit e344568b1b46af85ec32d815586f91bc115d6223
84744 Author: Sergei Poselenov <sposelenov@emcraft.com>
84745 Date:   Tue Feb 27 20:15:30 2007 +0300
84746
84747     MCC200: Fixes for update procedure
84748
84749     - fix logic error in image type handling
84750     - make sure file system images (cramfs etc.) get stored in flash
84751       with image header stripped so they can be mounted through MTD
84752
84753 commit 743571145b37182757d4e688a77860b36ee77573
84754 Author: Wolfgang Denk <wd@pollux.denx.de>
84755 Date:   Tue Feb 27 14:26:04 2007 +0100
84756
84757     Minor code cleanup.
84758
84759 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
84760 Author: Sergei Poselenov <sposelenov@emcraft.com>
84761 Date:   Tue Feb 27 12:40:16 2007 +0300
84762
84763     MCC200 update - add LCD Progress Indicator
84764
84765 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
84766 Author: Stefan Roese <sr@denx.de>
84767 Date:   Thu Feb 22 07:43:34 2007 +0100
84768
84769     [PATCH] get_dev() now unconditionally uses manual relocation
84770
84771     Since the relocation fix is not included yet and we're not sure how
84772     it will be added, this patch removes code that required relocation
84773     to be fixed for now.
84774
84775     Signed-off-by: Stefan Roese <sr@denx.de>
84776
84777 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
84778 Author: Stefan Roese <sr@denx.de>
84779 Date:   Thu Feb 22 07:40:23 2007 +0100
84780
84781     [PATCH] Change systemace driver to select 8 & 16bit mode
84782
84783     As suggested by Grant Likely this patch enables the Xilinx SystemACE
84784     driver to select 8 or 16bit mode upon startup.
84785
84786     Signed-off-by: Stefan Roese <sr@denx.de>
84787
84788 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
84789 Author: Haiying Wang <Haiying.Wang@freescale.com>
84790 Date:   Wed Feb 21 16:52:31 2007 +0100
84791
84792     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
84793
84794     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
84795     is fully finished. The sync() is defined in each CPU's io.h file. For
84796     those CPUs which do not need sync for now, a dummy sync() is defined in
84797     their io.h as well.
84798
84799     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
84800
84801 commit da04995c7dc6772013a9a0dc5c767f190c402478
84802 Author: Stefan Roese <sr@denx.de>
84803 Date:   Wed Feb 21 13:44:34 2007 +0100
84804
84805     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
84806
84807     Signed-off-by: Stefan Roese <sr@denx.de>
84808
84809 commit 751bb57107d78978ae08e697c3deba816f5be091
84810 Author: Stefan Roese <sr@denx.de>
84811 Date:   Tue Feb 20 13:21:57 2007 +0100
84812
84813     [PATCH] Fix relocation problem with "new" get_dev() function
84814
84815     This patch enables the "new" get_dev() function for block devices
84816     introduced by Grant Likely to be used on systems that still suffer
84817     from the relocation problems (manual relocation neede because of
84818     problems with linker script).
84819
84820     Hopefully we can resolve this relocation issue soon for all platform
84821     so we don't need this additional code anymore.
84822
84823     Signed-off-by: Stefan Roese <sr@denx.de>
84824
84825 commit d93e2212f962668b3dce091ff5edc33f2347fe37
84826 Author: Stefan Roese <sr@denx.de>
84827 Date:   Tue Feb 20 13:17:42 2007 +0100
84828
84829     [PATCH] Update SystemACE driver for 16bit access
84830
84831     This patch removes some problems when the Xilinx SystemACE driver
84832     is used with 16bit access on an big endian platform (like the
84833     AMCC Katmai).
84834
84835     Signed-off-by: Stefan Roese <sr@denx.de>
84836
84837 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
84838 Author: Stefan Roese <sr@denx.de>
84839 Date:   Tue Feb 20 13:15:40 2007 +0100
84840
84841     [PATCH] Clean up Katmai (440SPe) linker script
84842
84843     Signed-off-by: Stefan Roese <sr@denx.de>
84844
84845 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
84846 Author: Stefan Roese <sr@denx.de>
84847 Date:   Tue Feb 20 10:57:08 2007 +0100
84848
84849     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
84850
84851     Signed-off-by: Stefan Roese <sr@denx.de>
84852
84853 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
84854 Author: Stefan Roese <sr@denx.de>
84855 Date:   Tue Feb 20 10:51:26 2007 +0100
84856
84857     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
84858
84859     This patch switches to the desired I2C bus when the date/dtt
84860     commands are called. This can be configured using the
84861     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
84862
84863     Signed-off-by: Stefan Roese <sr@denx.de>
84864
84865 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
84866 Author: Stefan Roese <sr@denx.de>
84867 Date:   Tue Feb 20 10:43:34 2007 +0100
84868
84869     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
84870
84871     This patch adds support for the DDR2 controller used on the
84872     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
84873     board and works fine with the following DIMM modules:
84874
84875     - Corsair CM2X512-5400C4 (512MByte per DIMM)
84876     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
84877     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
84878
84879     This patch also adds the nice functionality to dynamically
84880     create the TLB entries for the SDRAM (tlb.c). So we should
84881     never run into such problems with wrong (too short) TLB
84882     initialization again on these platforms.
84883
84884     Signed-off-by: Stefan Roese <sr@denx.de>
84885
84886 commit 36d830c9830379045f5daa9f542ac1c990c70068
84887 Author: Stefan Roese <sr@denx.de>
84888 Date:   Tue Feb 20 10:35:42 2007 +0100
84889
84890     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
84891
84892     Since the existing 4xx SPD SDRAM initialization routines for the
84893     405 SDRAM controller and the 440 DDR controller don't have much in
84894     common this patch splits both drivers into different files.
84895
84896     This is in preparation for the 440 DDR2 controller support (440SP/e).
84897
84898     Signed-off-by: Stefan Roese <sr@denx.de>
84899
84900 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
84901 Author: Stefan Roese <sr@denx.de>
84902 Date:   Tue Feb 20 10:27:08 2007 +0100
84903
84904     [PATCH] PPC4xx: Add support for multiple I2C busses
84905
84906     This patch adds support for multiple I2C busses on the PPC4xx
84907     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
84908     to make use of this feature.
84909
84910     It also merges the 405 and 440 i2c header files into one common
84911     file 4xx_i2c.h.
84912
84913     Also the 4xx i2c reset procedure is reworked since I experienced
84914     some problems with the first access on the 440SPe Katmai board.
84915
84916     Signed-off-by: Stefan Roese <sr@denx.de>
84917
84918 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
84919 Author: Grant Likely <grant.likely@secretlab.ca>
84920 Date:   Tue Feb 20 09:05:45 2007 +0100
84921
84922     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
84923
84924     Block device read/write is anonymous data; there is no need to use a
84925     typed pointer.  void * is fine.  Also add a hook for block_read functions
84926
84927     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84928
84929 commit 53758fa20e935cc87eeb0519ed365df753a6f289
84930 Author: Grant Likely <grant.likely@secretlab.ca>
84931 Date:   Tue Feb 20 09:05:38 2007 +0100
84932
84933     [PATCH 8_9] Add block_write hook to block_dev_desc_t
84934
84935     Preparation for future patches which support block device writing
84936
84937     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84938
84939 commit f4852ebe6ca946a509667eb68be42026f837be76
84940 Author: Grant Likely <grant.likely@secretlab.ca>
84941 Date:   Tue Feb 20 09:05:31 2007 +0100
84942
84943     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
84944
84945     Register read/write does not need to be wrapped in a full function.  The
84946     patch replaces them with macros.
84947
84948     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84949
84950 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
84951 Author: Grant Likely <grant.likely@secretlab.ca>
84952 Date:   Tue Feb 20 09:05:23 2007 +0100
84953
84954     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
84955
84956     The code in this file is not a command; it is a device driver.  Put it in
84957     the correct place.  There are zero functional changes in this patch, it
84958     only moves the file.
84959
84960     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84961
84962 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
84963 Author: Grant Likely <grant.likely@secretlab.ca>
84964 Date:   Tue Feb 20 09:05:16 2007 +0100
84965
84966     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
84967
84968     This patch is in preparation of additional changes to the sysace driver.
84969     May as well take this opportunity to fixup the inconsistent whitespace since
84970     this file is about to undergo major changes anyway.
84971
84972     There are zero functional changes in this patch.  It only cleans up the
84973     the whitespace.
84974
84975     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84976
84977 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
84978 Author: Grant Likely <grant.likely@secretlab.ca>
84979 Date:   Tue Feb 20 09:05:07 2007 +0100
84980
84981     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
84982
84983     isprint is already defined in ctype.c
84984
84985     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84986
84987 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
84988 Author: Grant Likely <grant.likely@secretlab.ca>
84989 Date:   Tue Feb 20 09:05:00 2007 +0100
84990
84991     [PATCH 3_9] Move buffer print code from md command to common function
84992
84993     Printing a buffer is a darn useful thing.  Move the buffer print code
84994     into print_buffer() in lib_generic/
84995
84996     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84997
84998 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
84999 Author: Grant Likely <grant.likely@secretlab.ca>
85000 Date:   Tue Feb 20 09:04:52 2007 +0100
85001
85002     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
85003
85004     Change the xilinx device drivers and board code to include config.h
85005     instead of xparameters.h directly.  config.h always includes the
85006     correct xparameters file.  This change reduces the posibility of
85007     including the wrong file when adding a new xilinx board port
85008
85009     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
85010
85011 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
85012 Author: Grant Likely <grant.likely@secretlab.ca>
85013 Date:   Tue Feb 20 09:04:34 2007 +0100
85014
85015     [PATCH 1_4] Merge common get_dev() routines for block devices
85016
85017     Each of the filesystem drivers duplicate the get_dev routine.  This change
85018     merges them into a single function in part.c
85019
85020     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
85021
85022 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
85023 Author: Wolfgang Denk <wd@pollux.denx.de>
85024 Date:   Mon Feb 19 23:09:51 2007 +0100
85025
85026     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
85027     as root file system images.
85028
85029 commit 489c696ae7211218961d159e43e722d74c36fcbc
85030 Author: Sergei Poselenov <sposelenov@emcraft.com>
85031 Date:   Wed Feb 14 14:30:28 2007 +0300
85032
85033     MCC200: Extensions to Software Update Mechanism
85034
85035     Update / extend Software Update Mechanism for MCC200 board:
85036
85037     - Add support for rootfs image added. The environment variables
85038       "rootfs_st" and "rootfs_nd" can be used to override the default
85039       values of the image start and end.
85040     - Remove excessive key check code.
85041     - Code cleanup.
85042
85043 commit 4be23a12f23f1372634edc3215137b09768b7949
85044 Author: Stefan Roese <sr@denx.de>
85045 Date:   Mon Feb 19 08:23:15 2007 +0100
85046
85047     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
85048
85049     As spotted by Matthias Fuchs, the READY input should not be
85050     enabled for the NOR FLASH on the Sequoia board.
85051
85052     Signed-off-by: Stefan Roese <sr@denx.de>
85053
85054 commit 2605e90bf676d48123afe5719a846d2b52b24aac
85055 Author: Heiko Schocher <hs@pollux.denx.de>
85056 Date:   Fri Feb 16 07:57:42 2007 +0100
85057
85058     [PATCH] Added support for the jupiter board.
85059
85060     Signed-off-by: Heiko Schocher <hs@denx.de>
85061
85062 commit 497d012e5be0194e1084073d0081eb1a844796b2
85063 Author: Gary Jennejohn <garyj@pollux.denx.de>
85064 Date:   Mon Feb 12 13:11:50 2007 +0100
85065
85066     LPC2292: patch from Siemens.
85067
85068 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
85069 Author: Stefan Roese <sr@denx.de>
85070 Date:   Sat Feb 10 08:49:31 2007 +0100
85071
85072     [PATCH] Add missing p3mx.h file to repository (ups)
85073
85074     Signed-off-by: Stefan Roese <sr@denx.de>
85075
85076 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
85077 Author: Bartlomiej Sieka <tur@semihalf.com>
85078 Date:   Fri Feb 9 10:45:42 2007 +0100
85079
85080     [Motion-PRO] Preliminary support for the Motion-PRO board.
85081
85082 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
85083 Author: Stefan Roese <sr@denx.de>
85084 Date:   Wed Feb 7 16:51:08 2007 +0100
85085
85086     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
85087
85088     Some boards that can have more than 768MBytes of SDRAM need to
85089     set "initrd_high", so that the initrd can be accessed by the
85090     Linux kernel.
85091
85092     Signed-off-by: Stefan Roese <sr@denx.de>
85093
85094 commit 7372ca68227930d03cffa548310524cad5b96733
85095 Author: Stefan Roese <sr@denx.de>
85096 Date:   Fri Feb 2 12:44:22 2007 +0100
85097
85098     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
85099
85100     Previously the strapping DCR/SDR was read to determine if the internal PCI
85101     arbiter is enabled or not. This strapping bit can be overridden, so now
85102     the current status is read from the correct DCR/SDR register.
85103
85104     Signed-off-by: Stefan Roese <sr@denx.de>
85105
85106 commit 2aa54f651a42d198673318f07a20c89a43e4d197
85107 Author: Stefan Roese <sr@denx.de>
85108 Date:   Fri Feb 2 12:42:08 2007 +0100
85109
85110     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
85111
85112     Signed-off-by: Stefan Roese <sr@denx.de>
85113
85114 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
85115 Author: Stefan Roese <sr@denx.de>
85116 Date:   Thu Feb 1 13:22:41 2007 +0100
85117
85118     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
85119
85120     When PCI PNP is enabled the pci pnp configuration routine is called
85121     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
85122     problems with some PCI cards. For now disable the PCI PNP configuration.
85123
85124     Signed-off-by: Stefan Roese <sr@denx.de>
85125
85126 commit 2902fadade3be7659467e8d074048c6b7068f5c0
85127 Author: Stefan Roese <sr@denx.de>
85128 Date:   Wed Jan 31 16:56:10 2007 +0100
85129
85130     [PATCH] Update 440EPx/440GRx cpu detection
85131
85132     Signed-off-by: Stefan Roese <sr@denx.de>
85133
85134 commit d5ea287b02a6945c3977410e364a879dd1a555c8
85135 Author: Stefan Roese <sr@denx.de>
85136 Date:   Wed Jan 31 16:38:04 2007 +0100
85137
85138     [PATCH] Update esd cpci5200 files
85139
85140     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
85141
85142 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
85143 Author: Stefan Roese <sr@denx.de>
85144 Date:   Wed Jan 31 16:37:34 2007 +0100
85145
85146     [PATCH] Add support for esd mecp5200 board
85147
85148     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
85149
85150 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
85151 Author: Stefan Roese <sr@denx.de>
85152 Date:   Wed Jan 31 12:38:50 2007 +0100
85153
85154     [PATCH] Remove unneccessary yellowstone board config file
85155
85156     Signed-off-by: Stefan Roese <sr@denx.de>
85157
85158 commit e802594b6fa1b166308820c276b96dc0d7cc731c
85159 Author: Stefan Roese <sr@denx.de>
85160 Date:   Tue Jan 30 17:06:10 2007 +0100
85161
85162     [PATCH] Update Sequoia (440EPx) config file
85163
85164     The config file now handles the 2nd target, the Rainier (440GRx)
85165     evaluation board better. Additionally the PPC input clock was
85166     adjusted to match the correct value of 33.0 MHz.
85167
85168     Signed-off-by: Stefan Roese <sr@denx.de>
85169
85170 commit 700200c67e73b83751418abe7815840dca8fd6cb
85171 Author: Stefan Roese <sr@denx.de>
85172 Date:   Tue Jan 30 17:04:19 2007 +0100
85173
85174     [PATCH] Merge Yosemite & Yellowstone board ports
85175
85176     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
85177     share one config file and all board specific files. This way we
85178     don't have to maintain two different sets of files for nearly
85179     identical boards.
85180
85181     Signed-off-by: Stefan Roese <sr@denx.de>
85182
85183 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
85184 Author: Stefan Roese <sr@denx.de>
85185 Date:   Tue Jan 30 15:01:49 2007 +0100
85186
85187     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
85188
85189     SCPU doesn't use redundant environment in flash.
85190
85191     Signed-off-by: Stefan Roese <sr@denx.de>
85192
85193 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
85194 Author: Stefan Roese <sr@denx.de>
85195 Date:   Tue Jan 30 12:51:07 2007 +0100
85196
85197     [PATCH] alpr: Update alpr board config file
85198
85199     Signed-off-by: Stefan Roese <sr@denx.de>
85200
85201 commit f8db84f132b1e335f20f96138a1f09ed97b08664
85202 Author: Wolfgang Denk <wd@pollux.denx.de>
85203 Date:   Tue Jan 30 00:50:40 2007 +0100
85204
85205     LPC2292 SODIMM port coding style cleanup.
85206
85207 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
85208 Author: Gary Jennejohn <garyj@pollux.denx.de>
85209 Date:   Wed Jan 24 12:16:56 2007 +0100
85210
85211     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
85212
85213 commit 2daf046ba627f85f44195815778140039636244e
85214 Author: Bartlomiej Sieka <tur@semihalf.com>
85215 Date:   Tue Jan 23 17:22:06 2007 +0100
85216
85217     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
85218
85219 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
85220 Author: Bartlomiej Sieka <tur@semihalf.com>
85221 Date:   Tue Jan 23 14:21:14 2007 +0100
85222
85223     [iDMR] Flash driver on initialisation write-protects some sectors,
85224     currently sectors 0-3. Sector 3 does not need to be protected, though
85225     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
85226     fixes this, i.e., only sectors 0-2 are protected.
85227
85228 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
85229 Author: Bartlomiej Sieka <tur@semihalf.com>
85230 Date:   Tue Jan 23 14:11:22 2007 +0100
85231
85232     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
85233     "mii device" results in "Unexpected exception"). Fixing this properly
85234     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
85235     this commit disables MII commads for now.
85236
85237 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
85238 Author: Bartlomiej Sieka <tur@semihalf.com>
85239 Date:   Tue Jan 23 13:25:22 2007 +0100
85240
85241     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
85242     Identification Register (CIR).
85243
85244 commit fdef388758506765d4d6a7155c8f1584c63ff581
85245 Author: roy zang <tie-fei.zang@freescale.com>
85246 Date:   Mon Jan 22 13:19:21 2007 +0800
85247
85248     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
85249     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
85250     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
85251     mpc7448hpc2 board.
85252
85253 commit a4012396645533aef218354eeba754dff0deace8
85254 Author: Wolfgang Denk <wd@pollux.denx.de>
85255 Date:   Fri Jan 19 23:08:39 2007 +0100
85256
85257     Minor code cleanup.
85258
85259 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
85260 Author: Heiko Schocher <hs@pollux.denx.de>
85261 Date:   Fri Jan 19 19:57:10 2007 +0100
85262
85263     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
85264
85265     Signed-off-by: Heiko Schocher <hs@denx.de>
85266
85267 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
85268 Author: Heiko Schocher <hs@pollux.denx.de>
85269 Date:   Fri Jan 19 18:05:26 2007 +0100
85270
85271     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
85272                  if you must swap the bytes between reading/writing.
85273                  (Needed for the SC3 board)
85274
85275     Signed-off-by: Heiko Schocher <hs@denx.de>
85276
85277 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
85278 Author: Stefan Roese <sr@denx.de>
85279 Date:   Thu Jan 18 16:05:47 2007 +0100
85280
85281     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
85282
85283     Signed-off-by: Stefan Roese <sr@denx.de>
85284
85285 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
85286 Author: Stefan Roese <sr@denx.de>
85287 Date:   Thu Jan 18 11:54:52 2007 +0100
85288
85289     [PATCH] Update Prodrive P3Mx support
85290
85291     Signed-off-by: Stefan Roese <sr@denx.de>
85292
85293 commit 34167a36c29ee946b727465db5c014746a08e978
85294 Author: Stefan Roese <sr@denx.de>
85295 Date:   Thu Jan 18 11:48:10 2007 +0100
85296
85297     [PATCH] Add missing Taishan config file
85298
85299     Signed-off-by: Stefan Roese <sr@denx.de>
85300
85301 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
85302 Author: Heiko Schocher <hs@pollux.denx.de>
85303 Date:   Thu Jan 18 11:28:51 2007 +0100
85304
85305     [PATCH] Fix: Compilerwarnings for SC3 board.
85306                  The EBC Configuration Register is now by CFG_EBC_CFG definable
85307                  Added JFFS2 support for the SC3 board.
85308
85309     Signed-off-by: Heiko Schocher <hs@denx.de>
85310
85311 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
85312 Author: Stefan Roese <sr@denx.de>
85313 Date:   Thu Jan 18 10:25:34 2007 +0100
85314
85315     [PATCH] Add support for AMCC Taishan PPC440GX eval board
85316
85317     Signed-off-by: Stefan Roese <sr@denx.de>
85318
85319 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
85320 Author: Wolfgang Denk <wd@pollux.denx.de>
85321 Date:   Tue Jan 16 18:30:50 2007 +0100
85322
85323     Raname solidcard3 into sc3; add redundant env for sc3
85324
85325 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
85326 Author: Wolfgang Denk <wd@pollux.denx.de>
85327 Date:   Tue Jan 16 12:46:35 2007 +0100
85328
85329     Update default environment for Solidcard3
85330
85331 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
85332 Author: Stefan Roese <sr@denx.de>
85333 Date:   Mon Jan 15 09:46:29 2007 +0100
85334
85335     [PATCH] Fix 440SPe rev B detection from previous patch
85336
85337     Signed-off-by: Stefan Roese <sr@denx.de>
85338
85339 commit a443d31410c571ee8f970da819a44d698fdd6b1f
85340 Author: Heiko Schocher <hs@pollux.denx.de>
85341 Date:   Sun Jan 14 13:35:31 2007 +0100
85342
85343         [FIX] correct I2C Writes for the LM81 Sensor.
85344
85345         Signed-off-by: Heiko Schocher <hs@denx.de>
85346
85347 commit 0bba5452835f19a61204edcda3a58112fd8e2208
85348 Author: Wolfgang Denk <wd@pollux.denx.de>
85349 Date:   Sat Jan 13 11:17:10 2007 +0100
85350
85351     Undo commit 3033ebb2: reset command does not take any arguments
85352
85353     Haiying Wang's modification to the reset command was broken, undo it.
85354
85355     Signed-off-by: Wolfgang Denk <wd@denx.de>
85356
85357 commit 95981778cff0038fd9941044d6a3eda810e33258
85358 Author: Stefan Roese <sr@denx.de>
85359 Date:   Sat Jan 13 08:01:03 2007 +0100
85360
85361     [PATCH] Update 440SP(e) cpu revisions
85362
85363     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
85364
85365     Signed-off-by: Stefan Roese <sr@denx.de>
85366
85367 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
85368 Author: Stefan Roese <sr@denx.de>
85369 Date:   Sat Jan 13 07:59:56 2007 +0100
85370
85371     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
85372
85373     Now the board revision and the current PCI bus speed are printed after
85374     the board message.
85375
85376     Also the EBC initialising is now done via defines in the board config
85377     file.
85378
85379     Signed-off-by: Stefan Roese <sr@denx.de>
85380
85381 commit 36adff362c2c0141ff8a810d42a7e478f779130f
85382 Author: Stefan Roese <sr@denx.de>
85383 Date:   Sat Jan 13 07:59:19 2007 +0100
85384
85385     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
85386
85387     Now the board revision and the current PCI bus speed are printed after
85388     the board message.
85389
85390     Also the EBC initialising is now done via defines in the board config
85391     file.
85392
85393     Signed-off-by: Stefan Roese <sr@denx.de>
85394
85395 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
85396 Author: Stefan Roese <sr@denx.de>
85397 Date:   Sat Jan 13 07:57:51 2007 +0100
85398
85399     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
85400
85401     Now the board revision and the current PCI bus speed are printed after
85402     the board message.
85403
85404     Signed-off-by: Stefan Roese <sr@denx.de>
85405
85406 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
85407 Author: Heiko Schocher <hs@pollux.denx.de>
85408 Date:   Thu Jan 11 15:44:44 2007 +0100
85409
85410         Added support for the SOLIDCARD III board from Eurodesign
85411
85412         Signed-off-by: Heiko Schocher <hs@denx.de>
85413
85414 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
85415 Author: Reinhard Thies <Reinhard.Thies@web.de>
85416 Date:   Wed Jan 10 14:41:14 2007 +0100
85417
85418     Adjusted default environment for cam5200 board.
85419
85420 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
85421 Author: Wolfgang Denk <wd@pollux.denx.de>
85422 Date:   Wed Jan 10 15:35:52 2007 +0100
85423
85424     Update CHANGELOG
85425
85426 commit 787fa15860a57833e50bd30555079a9cd4e519b8
85427 Author: Wolfgang Denk <wd@pollux.denx.de>
85428 Date:   Wed Jan 10 01:28:39 2007 +0100
85429
85430     Fix auto_update for MCC200 board.
85431
85432     The invocation of do_auto_update() is moved to the end of the
85433     misc_init_r() function, after the flash mappings have been
85434     initialized. Please find attached a patch that implements that
85435     change.
85436
85437     Also correct the decoding of the keypad status. With this update, the
85438     key that will trigger the update is Column 2, Row 2.
85439
85440 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
85441 Author: Marian Balakowicz <m8@semihalf.com>
85442 Date:   Wed Jan 10 00:26:15 2007 +0100
85443
85444     CAM5200 flash driver modifications:
85445     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
85446     - add second build target 'cam5200_niosflash' which still uses custom driver
85447
85448 commit 67fea022fa957f59653b5238c7496f80a6b70432
85449 Author: Markus Klotzbuecher <mk@denx.de>
85450 Date:   Tue Jan 9 16:02:48 2007 +0100
85451
85452     SPC1920: cleanup memory contoller setup
85453
85454 commit 8fc2102faa23593c80381437c09f7745a14deb40
85455 Author: Markus Klotzbuecher <mk@denx.de>
85456 Date:   Tue Jan 9 14:57:14 2007 +0100
85457
85458     Fix the cpu speed setup to work with all boards.
85459
85460 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
85461 Author: Markus Klotzbuecher <mk@denx.de>
85462 Date:   Tue Jan 9 14:57:13 2007 +0100
85463
85464     SPC1920: add support for the FM18L08 Ramtron FRAM
85465
85466 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
85467 Author: Markus Klotzbuecher <mk@denx.de>
85468 Date:   Tue Jan 9 14:57:13 2007 +0100
85469
85470     SPC1920: update the HPI register addresses to work with the second
85471     generation of hardware
85472
85473 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
85474 Author: Markus Klotzbuecher <mk@creamnet.de>
85475 Date:   Tue Jan 9 14:57:13 2007 +0100
85476
85477     Miscellanious spc1920 related cleanups
85478
85479 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
85480 Author: Markus Klotzbuecher <mk@denx.de>
85481 Date:   Tue Jan 9 14:57:12 2007 +0100
85482
85483     SPC1920 GO/NOGO led should be set to color red in U-Boot
85484
85485 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
85486 Author: Markus Klotzbuecher <mk@creamnet.de>
85487 Date:   Tue Jan 9 14:57:12 2007 +0100
85488
85489     Add support for the DS3231 RTC
85490
85491 commit 8139567b60d678584b05f0718a681f2047c5e14f
85492 Author: Markus Klotzbuecher <mk@creamnet.de>
85493 Date:   Tue Jan 9 14:57:11 2007 +0100
85494
85495     SMC1 uses external CLK4 instead of BRG on spc1920
85496
85497 commit d8d9de1a02fbd880b613d607143d1f57342affc7
85498 Author: Markus Klotzbuecher <mk@creamnet.de>
85499 Date:   Tue Jan 9 14:57:10 2007 +0100
85500
85501     Update the SPC1920 CMB PLD driver
85502
85503 commit 3f34f869162750e5e999fd140f884f5de952bcfe
85504 Author: Markus Klotzbuecher <mk@creamnet.de>
85505 Date:   Tue Jan 9 14:57:10 2007 +0100
85506
85507     Add / enable I2C support on the spc1920 board
85508
85509 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
85510 Author: Markus Klotzbuecher <mk@creamnet.de>
85511 Date:   Tue Jan 9 14:57:10 2007 +0100
85512
85513     Add support for the tms320671x host port interface (HPI)
85514
85515 commit f4eb54529bb3664c3a562e488b460fe075f79d67
85516 Author: Wolfgang Denk <wd@pollux.denx.de>
85517 Date:   Sun Jan 7 00:13:11 2007 +0100
85518
85519     Prepare for release 1.2.0
85520
85521 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
85522 Author: Stefan Roese <sr@denx.de>
85523 Date:   Sat Jan 6 15:58:09 2007 +0100
85524
85525     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
85526
85527     This patch fixes a problem with an incorrect setup for the refresh
85528     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
85529
85530     Signed-off-by: Stefan Roese <sr@denx.de>
85531
85532 commit f16c1da9577f06c5fc08651a4065537407de4635
85533 Author: Stefan Roese <sr@denx.de>
85534 Date:   Sat Jan 6 15:56:13 2007 +0100
85535
85536     [PATCH] Update ALPR board files
85537
85538     This update brings the ALPR board support to the newest version.
85539     It also fixes a problem with the NAND driver.
85540
85541     Signed-off-by: Stefan Roese <sr@denx.de>
85542
85543 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
85544 Author: Stefan Roese <sr@denx.de>
85545 Date:   Fri Jan 5 11:46:05 2007 +0100
85546
85547     [PATCH] nand: Fix problem with oobsize calculation
85548
85549     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
85550
85551     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
85552     returns a 0x15. In the code fragment below bits [1:0] determine the
85553     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
85554     next field is also ANDed with 0x3. However this is a one bit field
85555     as defined in the Hynix and Samsung parts in the 4th ID byte that
85556     determins the oobsize, not a two bit field. It works on Samsung as
85557     bits[3:2] are 01. However for the Hynix there is a 11 in these two
85558     bits, so the oob size gets messed up.
85559
85560     I checked the correct linux code and the suggested fix from Brian is
85561     also available in the linux nand mtd driver.
85562
85563     Signed-off-by: Stefan Roese <sr@denx.de>
85564
85565 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
85566 Author: Stefan Roese <sr@denx.de>
85567 Date:   Fri Jan 5 10:40:36 2007 +0100
85568
85569     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
85570
85571     This fix will make the MAL burst disabling patch for the Linux
85572     EMAC driver obsolete.
85573
85574     Signed-off-by: Stefan Roese <sr@denx.de>
85575
85576 commit 023889838282b6237b401664f22dd22dfba2c066
85577 Author: Stefan Roese <sr@denx.de>
85578 Date:   Fri Jan 5 10:38:05 2007 +0100
85579
85580     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
85581
85582     This code will optimize the DDR2 controller setup on a board specific
85583     basis.
85584
85585     Note: This code doesn't work right now on the NAND booting image for the
85586     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
85587
85588     Signed-off-by: Stefan Roese <sr@denx.de>
85589
85590 commit cce4acbb68398634b8d011ed7bb0d12269c84230
85591 Author: Bartlomiej Sieka <tur@semihalf.com>
85592 Date:   Thu Dec 28 19:08:21 2006 +0100
85593
85594     Few V38B changes:
85595       - fix a typo in V38B config file
85596       - move watchdog initialisation earlier in the boot process
85597       - add "wdt=off" to default kernel command line (disables kernel watchdog)
85598
85599 commit 92eb729bad876725aeea908d2addba0800620840
85600 Author: Wolfgang Denk <wd@pollux.denx.de>
85601 Date:   Wed Dec 27 01:26:13 2006 +0100
85602
85603     Fix bug in adaption of Stefano Babic's CFI driver patch.
85604
85605 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
85606 Author: Wolfgang Denk <wd@pollux.denx.de>
85607 Date:   Sun Dec 24 01:42:57 2006 +0100
85608
85609     Minor code cleanup.
85610
85611 commit d784fdb05900ada3686d5778783e1fb328e9fb66
85612 Author: Stefano Babic <sbabic@denx.de>
85613 Date:   Tue Dec 12 00:22:42 2006 +0100
85614
85615     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
85616
85617 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
85618 Author: Stefan Roese <sr@denx.de>
85619 Date:   Fri Dec 22 14:29:40 2006 +0100
85620
85621     [PATCH] Fix sequoia flash autodetection (finally correct)
85622
85623     Now 32MByte and 64MByte FLASH is know to work and other
85624     configurations should work too.
85625
85626     Signed-off-by: Stefan Roese <sr@denx.de>
85627
85628 commit 82e5236a8b719543643fd26d5827938ab2b94818
85629 Author: Wolfgang Denk <wd@pollux.denx.de>
85630 Date:   Fri Dec 22 10:30:26 2006 +0100
85631
85632     Minor code cleanup; update CHANGELOG.
85633
85634 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
85635 Author: Heiko Schocher <hs@pollux.denx.de>
85636 Date:   Thu Dec 21 17:17:02 2006 +0100
85637
85638     Added support for the TQM8272 board from TQ
85639
85640     Signed-off-by: Heiko Schocher <hs@denx.de>
85641
85642 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
85643 Author: Heiko Schocher <hs@pollux.denx.de>
85644 Date:   Thu Dec 21 16:14:48 2006 +0100
85645
85646     [PATCH] Add support for the UC101 board from MAN.
85647
85648     Signed-off-by: Heiko Schocher <hs@denx.de>
85649
85650 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
85651 Author: Bartlomiej Sieka <tur@semihalf.com>
85652 Date:   Wed Dec 20 00:29:43 2006 +0100
85653
85654     Fix to make the baudrate changes immediate for the MCF52x2 family.
85655
85656 commit daa6e418bcc0c717752e8de939c213c790286096
85657 Author: Bartlomiej Sieka <tur@semihalf.com>
85658 Date:   Wed Dec 20 00:27:32 2006 +0100
85659
85660     Preliminary support for the iDMR board (ColdFire).
85661
85662 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
85663 Author: Andrei Safronov <safronov@pollux.denx.de>
85664 Date:   Fri Dec 8 16:23:08 2006 +0100
85665
85666     automatic update mechanism
85667
85668 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
85669 Author: roy zang <tie-fei.zang@freescale.com>
85670 Date:   Mon Dec 4 17:56:59 2006 +0800
85671
85672     Slight code clean up.
85673     Add comments, delete duplicate define and remove spaces.
85674     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85675
85676 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
85677 Author: roy zang <tie-fei.zang@freescale.com>
85678 Date:   Mon Dec 4 17:54:21 2006 +0800
85679
85680     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
85681     multiplier table can not refect the real PLL clock behavior of these
85682     processors. Please refer to the hardware specification for detailed
85683     information of the corresponding processors.
85684     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85685
85686 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
85687 Author: roy zang <tie-fei.zang@freescale.com>
85688 Date:   Mon Dec 4 14:46:23 2006 +0800
85689
85690     Remove the static MAC address, ip address, server ip, netmask and
85691     gateway ip for network setting.
85692     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85693
85694 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
85695 Author: roy zang <tie-fei.zang@freescale.com>
85696 Date:   Mon Dec 4 14:33:08 2006 +0800
85697
85698     Remove the duplicate memory test code for mpc744ihpc2 board.
85699     If a memory test is needed, please use the functions in
85700     post/memory.c or memtest command.
85701     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85702
85703 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
85704 Author: roy zang <tie-fei.zang@freescale.com>
85705 Date:   Fri Dec 1 19:01:25 2006 +0800
85706
85707     Fix the exception occuring in RAM table search issue.
85708     The original search_one_table() function code can only processes the search
85709     for the exception occurring in FLASH/ROM, because the exception and fixup
85710     table usually locate in FLASH. If the exception address is also in
85711     FLASH, it will be OK.
85712     If the exception occurs in RAM, after the u-boot relocation, a
85713     relocation offset should be added.
85714
85715     clean up the code in cpu/74xx_7xx/cpu.c
85716
85717     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85718
85719 commit ee311214e0d216f904feea269599d0934bf71f23
85720 Author: roy zang <tie-fei.zang@freescale.com>
85721 Date:   Fri Dec 1 11:47:36 2006 +0800
85722
85723     Clean up the code according to codestyle:
85724     (1) remove some C++ comments.
85725     (2) remove trailing white space.
85726     (3) remove trailing empty line.
85727     (4) Indentation by table.
85728     (5) remove {} in one line condition.
85729     (6) add space before '(' in function call.
85730     Remove some weird printf () output.
85731     Add necessary comments.
85732     Modified Makefile to support building in a separate directory.
85733
85734 commit dd520bf314c7add4183c5191692180f576f96b60
85735 Author: Wolfgang Denk <wd@pollux.denx.de>
85736 Date:   Thu Nov 30 18:02:20 2006 +0100
85737
85738     Code cleanup.
85739
85740 commit 8d9a8610b8256331132227e9e6585c6bd5742787
85741 Author: Wolfgang Denk <wd@pollux.denx.de>
85742 Date:   Thu Nov 30 01:54:07 2006 +0100
85743
85744     Code cleanup. Update CHANGELOG.
85745
85746 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
85747 Author: Grant Likely <grant.likely@secretlab.ca>
85748 Date:   Wed Nov 29 16:23:42 2006 +0100
85749
85750     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
85751
85752     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
85753     not the XLB frequency.
85754
85755     This patch depends on the previous patches for MPC52xx device tree support
85756
85757     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
85758     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
85759
85760 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
85761 Author: Stefan Roese <sr@denx.de>
85762 Date:   Wed Nov 29 15:42:37 2006 +0100
85763
85764     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
85765
85766     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
85767     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
85768     quite similar and share the same board directory "prodrive/p3mx"
85769     and the same config file "p3mx.h".
85770
85771     Signed-off-by: Stefan Roese <sr@denx.de>
85772
85773 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
85774 Author: Stefan Roese <sr@denx.de>
85775 Date:   Wed Nov 29 12:53:15 2006 +0100
85776
85777     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
85778
85779     In the bootvx command the load address was only read from the env
85780     variable "loadaddr" and not optionally passed as paramter as described
85781     in the help. This is fixed with this patch. The behaviour is now the
85782     same as in the bootelf command.
85783
85784     Signed-off-by: Stefan Roese <sr@denx.de>
85785
85786 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
85787 Author: Stefan Roese <sr@denx.de>
85788 Date:   Wed Nov 29 12:03:57 2006 +0100
85789
85790     [PATCH] include/ppc440.h minor error affecting interrupts
85791
85792     Fixed include/ppc440.c for UIC address Bug
85793
85794     Corrects bug affecting the addresses for the universal interrupt
85795     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
85796
85797     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
85798     Signed-off-by: Stefan Roese <sr@denx.de>
85799
85800 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
85801 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
85802 Date:   Tue Nov 28 16:17:27 2006 -0600
85803
85804     Make fsl-i2c not conflict with SOFT I2C
85805
85806     Signed-off-by: Timur Tabi <timur@freescale.com>
85807
85808 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
85809 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
85810 Date:   Tue Nov 28 16:17:18 2006 -0600
85811
85812     Fix I2C master address initialization.
85813
85814     Signed-off-by: Timur Tabi <timur@freescale.com>
85815
85816 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
85817 Author: Kim Phillips <kim.phillips@freescale.com>
85818 Date:   Tue Nov 28 23:31:19 2006 -0600
85819
85820     Assign maintainers for mpc8349emds and mpc8360emds
85821
85822     Dave for mpc8360emds, and me for mpc8349emds.
85823
85824 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
85825 Author: Kim Phillips <kim.phillips@freescale.com>
85826 Date:   Tue Nov 28 23:28:33 2006 -0600
85827
85828     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
85829
85830     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
85831     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
85832
85833 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
85834 Author: Timur Tabi <timur@freescale.com>
85835 Date:   Tue Nov 28 12:09:35 2006 -0600
85836
85837     mpc83xx: Miscellaneous code style fixes
85838
85839     Implement various code style fixes and similar changes.
85840
85841     Signed-off-by: Timur Tabi <timur@freescale.com>
85842
85843 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
85844 Author: Stefan Roese <sr@denx.de>
85845 Date:   Tue Nov 28 17:55:49 2006 +0100
85846
85847     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
85848
85849     This patch adds the code and configuration necessary to boot with an
85850     arch/powerpc Linux kernel.
85851
85852     Signed-off-by: Grant Likely <grant.likely@gmail.com>
85853     Acked-by: Jon Loeliger <jdl@freescale.com>
85854
85855 commit e732faec95a83cb468b4850ae807c8301dde8f6a
85856 Author: Stefan Roese <sr@denx.de>
85857 Date:   Tue Nov 28 16:09:24 2006 +0100
85858
85859     [PATCH] PPC4xx: 440SP Rev. C detection added
85860
85861     Signed-off-by: Stefan Roese <sr@denx.de>
85862
85863 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
85864 Author: Stefan Roese <sr@denx.de>
85865 Date:   Tue Nov 28 11:04:45 2006 +0100
85866
85867     [PATCH] nand: Fix patch merge problem
85868
85869     Signed-off-by: Stefan Roese <sr@denx.de>
85870
85871 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
85872 Author: Stefan Roese <sr@denx.de>
85873 Date:   Tue Nov 28 11:04:45 2006 +0100
85874
85875     [PATCH] nand: Fix patch merge problem
85876
85877     Signed-off-by: Stefan Roese <sr@denx.de>
85878
85879 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
85880 Author: Wolfgang Denk <wd@pollux.denx.de>
85881 Date:   Mon Nov 27 22:53:53 2006 +0100
85882
85883     Update CHANGELOG
85884
85885 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
85886 Author: Stefan Roese <sr@denx.de>
85887 Date:   Mon Nov 27 17:43:25 2006 +0100
85888
85889     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
85890
85891     Patch below corrects the setting of the zmiifer register, it was
85892     overwritting the register rather than ORing the settings.
85893
85894     Signed-off-by: Neil Wilson <NWilson@airspan.com>
85895     Signed-off-by: Stefan Roese <sr@denx.de>
85896
85897 commit d1a72545296800b7e219f93104ad5836f0003d66
85898 Author: Stefan Roese <sr@denx.de>
85899 Date:   Mon Nov 27 17:34:10 2006 +0100
85900
85901     [PATCH] Select NAND embedded environment from board configuration
85902
85903     The current NAND Bootloader setup forces the environment
85904     variables to be in line with the bootloader. This change
85905     enables the configuration to be made in the board include
85906     file instead so that it can be individually enabled.
85907
85908     Signed-off-by: Nick Spence <nick.spence@freescale.com>
85909     Signed-off-by: Stefan Roese <sr@denx.de>
85910
85911 commit 15784862857c3c2214498defcfed84ff137fb81e
85912 Author: Stefan Roese <sr@denx.de>
85913 Date:   Mon Nov 27 17:22:19 2006 +0100
85914
85915     [PATCH] nand_wait() timeout fixes
85916
85917     Two fixes for the nand_wait() function in
85918     drivers/nand/nand_base.c:
85919
85920     1. Use correct timeouts. The original timeouts in Linux
85921     source are 400ms and 20ms not 40s and 20s
85922
85923     2. Return correct error value in case of timeout. 0 is
85924     interpreted as OK.
85925
85926     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
85927     Signed-off-by: Stefan Roese <sr@denx.de>
85928
85929 commit da5553b095bf04f4f109ad7e565dae3aba47b230
85930 Author: Stefan Roese <sr@denx.de>
85931 Date:   Mon Nov 27 17:04:06 2006 +0100
85932
85933     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
85934
85935     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
85936     arguments to bootm.  It removes the getenv("disable_of") test that used
85937     to be used for this purpose.
85938
85939     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
85940     Acked-by: Jon Loeliger <jdl@freescale.com>
85941
85942 commit a9398e018593782c5fa7d0741955fc1256b34c1e
85943 Author: Wolfgang Denk <wd@pollux.denx.de>
85944 Date:   Mon Nov 27 15:32:42 2006 +0100
85945
85946     Minor code cleanup. Update CHANGELOG.
85947
85948 commit 1729b92cde575476684bffe819d0b7791b57bff2
85949 Author: Stefan Roese <sr@denx.de>
85950 Date:   Mon Nov 27 14:52:04 2006 +0100
85951
85952     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
85953
85954     Signed-off-by: Stefan Roese <sr@denx.de>
85955
85956 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
85957 Author: Stefan Roese <sr@denx.de>
85958 Date:   Mon Nov 27 14:49:51 2006 +0100
85959
85960     [PATCH] alpr: remove unused board specific flash driver
85961
85962     Signed-off-by: Stefan Roese <sr@denx.de>
85963
85964 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
85965 Author: Stefan Roese <sr@denx.de>
85966 Date:   Mon Nov 27 14:48:41 2006 +0100
85967
85968     [PATCH] 4xx: Fix problem with board specific reset code
85969
85970     Signed-off-by: Stefan Roese <sr@denx.de>
85971
85972 commit ec0c2ec725aec9524a177a77ce75559e644a931a
85973 Author: Stefan Roese <sr@denx.de>
85974 Date:   Mon Nov 27 14:46:06 2006 +0100
85975
85976     [PATCH] Remove testing 4xx enet PHY setup
85977
85978     Signed-off-by: Stefan Roese <sr@denx.de>
85979
85980 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
85981 Author: Stefan Roese <sr@denx.de>
85982 Date:   Mon Nov 27 14:12:17 2006 +0100
85983
85984     [PATCH] Update Prodrive ALPR board support (440GX)
85985
85986     Signed-off-by: Stefan Roese <sr@denx.de>
85987
85988 commit 58b485776698c3d71ec5a215e392123b4c15afa3
85989 Author: Markus Klotzbuecher <mk@denx.de>
85990 Date:   Mon Nov 27 11:51:21 2006 +0100
85991
85992     Add a small README with information on the generic ohci driver.
85993
85994 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
85995 Author: Markus Klotzbuecher <mk@denx.de>
85996 Date:   Mon Nov 27 11:46:46 2006 +0100
85997
85998     Fix some endianness issues related to the generic ohci driver
85999
86000 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
86001 Author: Markus Klotzbuecher <mk@denx.de>
86002 Date:   Mon Nov 27 11:44:58 2006 +0100
86003
86004     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
86005     to choose between the old and the generic OHCI drivers.
86006
86007 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
86008 Author: Markus Klotzbuecher <mk@denx.de>
86009 Date:   Mon Nov 27 11:43:09 2006 +0100
86010
86011     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
86012     and adapted board configs TQM5200 and yosemite accordingly. This commit
86013     also makes the maximum number of root hub ports configurable
86014     (CFG_USB_OHCI_MAX_ROOT_PORTS).
86015
86016 commit 78d620ebb5871d252270dedfad60c6568993b780
86017 Author: Wolfgang Denk <wd@atlas.denx.de>
86018 Date:   Thu Nov 23 22:58:58 2006 +0100
86019
86020     Updates for TQM5200 modules:
86021     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
86022     - simplify "udate" definitions
86023
86024 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
86025 Author: Stefan Roese <sr@denx.de>
86026 Date:   Wed Nov 22 13:20:50 2006 +0100
86027
86028     [PATCH] PPC4xx start.S: Fix for processor errata
86029
86030     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
86031     errata 1.12: 440_33 by moving patch up in code.
86032
86033     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
86034     Signed-off-by: Stefan Roese <sr@denx.de>
86035
86036 commit 4ef6251403f637841000e0fef9e832aa01339822
86037 Author: Stefan Roese <sr@denx.de>
86038 Date:   Mon Nov 20 20:39:52 2006 +0100
86039
86040     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
86041
86042     Signed-off-by: Stefan Roese <sr@denx.de>
86043
86044 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
86045 Author: Wolfgang Denk <wd@pollux.denx.de>
86046 Date:   Mon Nov 20 10:28:30 2006 +0100
86047
86048     Update CHANGELOG
86049
86050 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
86051 Author: Stefan Roese <sr@denx.de>
86052 Date:   Mon Nov 13 13:55:24 2006 +0100
86053
86054     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
86055
86056        * Adds support for AMD command set Top Boot flash geometry reversal
86057        * Adds support for reading JEDEC Manufacturer ID and Device ID
86058        * Adds support for displaying command set, manufacturer id and
86059          device ids (flinfo)
86060        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
86061        * Removes outdated change history (refer to git log instead)
86062
86063     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
86064     Signed-off-by: Stefan Roese <sr@denx.de>
86065
86066 commit b21b511d4c50408f4853f46f06b601272196223f
86067 Author: Wolfgang Denk <wd@pollux.denx.de>
86068 Date:   Sun Nov 12 21:13:23 2006 +0100
86069
86070     Update CHANGELOG
86071
86072 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
86073 Author: Bartlomiej Sieka <tur@semihalf.com>
86074 Date:   Sat Nov 11 22:48:22 2006 +0100
86075
86076     Disable the watchdog in the default config for the V38B board.
86077
86078 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
86079 Author: Bartlomiej Sieka <tur@semihalf.com>
86080 Date:   Sat Nov 11 22:43:00 2006 +0100
86081
86082     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
86083     group is enabled for USB earlier (in cpu_init_f() instead of
86084     usb_lowlevel_init()).
86085
86086 commit 91650b3e4de688038d4f71279c44858e3e2c6870
86087 Author: Wolfgang Denk <wd@pollux.denx.de>
86088 Date:   Mon Nov 6 17:06:36 2006 +0100
86089
86090     Sequential accesses to non-existent memory must be synchronized,
86091     at least on G2 cores.
86092
86093     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
86094
86095 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
86096 Author: Timur Tabi <timur@freescale.com>
86097 Date:   Fri Nov 3 19:15:00 2006 -0600
86098
86099     mpc83xx: Update 83xx to use fsl_i2c.c
86100
86101     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
86102     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
86103     Added multiple I2C bus support to fsl_i2c.c.
86104
86105     Signed-off-by: Timur Tabi <timur@freescale.com>
86106
86107 commit d239d74b1c937984bc519083a8e7de373a390f06
86108 Author: Timur Tabi <timur@freescale.com>
86109 Date:   Fri Nov 3 12:00:28 2006 -0600
86110
86111     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
86112
86113     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
86114     tree matches the other 8xxx trees.
86115
86116     Signed-off-by: Timur Tabi <timur@freescale.com>
86117
86118 commit f7fb2e703ec9688541416962724adff70a7322cb
86119 Author: Kim Phillips <kim.phillips@freescale.com>
86120 Date:   Thu Nov 2 19:47:11 2006 -0600
86121
86122     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
86123
86124 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
86125 Author: Dave Liu <daveliu@freescale.com>
86126 Date:   Thu Nov 2 18:05:50 2006 -0600
86127
86128     mpc83xx: Fix the incorrect dcbz operation
86129
86130     The 834x rev1.x silicon has one CPU5 errata.
86131
86132     The issue is when the data cache locked with
86133     HID0[DLOCK], the dcbz instruction looks like no-op inst.
86134
86135     The right behavior of the data cache is when the data cache
86136     Locked with HID0[DLOCK], the dcbz instruction allocates
86137     new tags in cache.
86138
86139     The 834x rev3.0 and later and 8360 have not this bug inside.
86140
86141     So, when 834x rev3.0/8360 are working with ECC, the dcbz
86142     instruction will corrupt the stack in cache, the processor will
86143     checkstop reset.
86144
86145     However, the 834x rev1.x can work with ECC with these code,
86146     because the sillicon has this cache bug. The dcbz will not
86147     corrupt the stack in cache.
86148     Really, it is the fault code running on fault sillicon.
86149
86150     This patch fix the incorrect dcbz operation. Instead of
86151     CPU FP writing to initialise the ECC.
86152
86153     CHANGELOG:
86154     * Fix the incorrect dcbz operation instead of CPU FP
86155     writing to initialise the ECC memory. Otherwise, it
86156     will corrupt the stack in cache, The processor will checkstop
86157     reset.
86158
86159     Signed-off-by: Dave Liu <daveliu@freescale.com>
86160
86161 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
86162 Author: Kim Phillips <kim.phillips@freescale.com>
86163 Date:   Wed Nov 1 00:10:40 2006 -0600
86164
86165     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
86166
86167     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
86168     STDOUT_PATH configuration bits to mpc8349emds,
86169     mpc8349itx, and mpc8360emds board code.
86170
86171     redo environment to use bootm with the fdtaddr
86172     for booting ARCH=powerpc kernels by default,
86173     and provide default fdtaddr values.
86174
86175 commit 48041365b3420589ad464ebc7752e0053538b729
86176 Author: Kim Phillips <kim.phillips@freescale.com>
86177 Date:   Wed Nov 1 00:07:25 2006 -0600
86178
86179     mpc83xx: change ft code to modify local-mac-address property
86180
86181     Update 83xx OF code to update local-mac-address properties
86182     for ethernet instead of the obsolete 'address' property.
86183
86184 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
86185 Author: Timur Tabi <timur@freescale.com>
86186 Date:   Tue Oct 31 21:23:16 2006 -0600
86187
86188     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
86189
86190     This patch also adds an improved I2C set_speed(), which handles all clock
86191     frequencies.
86192
86193     Signed-off-by: Timur Tabi <timur@freescale.com>
86194
86195 commit ac4b5622ce050b5ee1e154b98df630d778661632
86196 Author: Dave Liu <daveliu@freescale.com>
86197 Date:   Tue Oct 31 19:54:59 2006 -0600
86198
86199     mpc83xx: add the README.mpc8360emds
86200
86201     add doc/README.mpc8360emds to accompany the new board support
86202
86203 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
86204 Author: Dave Liu <daveliu@freescale.com>
86205 Date:   Fri Nov 3 12:11:15 2006 -0600
86206
86207     mpc83xx: add QE ethernet support
86208
86209     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
86210
86211 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
86212 Author: Dave Liu <daveliu@freescale.com>
86213 Date:   Fri Nov 3 19:33:44 2006 -0600
86214
86215     mpc83xx: Add MPC8360EMDS basic board support
86216
86217     Add support for the Freescale MPC8360EMDS board.
86218     Includes DDR, DUART, Local Bus, PCI.
86219
86220 commit 23892e49352de74f7fac36ff90bb1be143d195e3
86221 Author: Dave Liu <daveliu@freescale.com>
86222 Date:   Tue Oct 31 19:30:40 2006 -0600
86223
86224     mpc83xx: add the QUICC Engine (QE) immap file
86225
86226     common QE immap file.  Also required for 8360.
86227
86228 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
86229 Author: Dave Liu <daveliu@freescale.com>
86230 Date:   Tue Oct 31 19:25:38 2006 -0600
86231
86232     mpc83xx: Add 8360 specifics to 83xx immap
86233
86234     Mainly add QE device dependencies, with appropriate 8360 protection.
86235     Lindent also run.
86236
86237 commit 988833324a7fda482c8ac3ca23eb539f8232e404
86238 Author: Timur Tabi <timur@freescale.com>
86239 Date:   Tue Oct 31 19:14:41 2006 -0600
86240
86241     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
86242
86243     PREREQUISITE PATCHES:
86244
86245     * This patch can only be applied after the following patches have been applied:
86246
86247       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
86248       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
86249
86250     CHANGELOG:
86251
86252     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
86253       the clock for the 2nd USB board (Linux kernel will hang otherwise),
86254       and fix the CONFIG_BOOTARGS macro.
86255
86256     Signed-off-by: Timur Tabi <timur@freescale.com>
86257
86258 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
86259 Author: Timur Tabi <timur@freescale.com>
86260 Date:   Tue Oct 31 18:44:42 2006 -0600
86261
86262     mpc83xx: Add support for the MPC8349E-mITX
86263
86264     PREREQUISITE PATCHES:
86265
86266     * This patch can only be applied after the following patches have been applied:
86267
86268       1) DNX#2006090742000024 "Add support for multiple I2C buses"
86269       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
86270       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
86271       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
86272       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
86273
86274     CHANGELOG:
86275
86276     * Add support for the Freescale MPC8349E-mITX reference design platform.
86277       The second TSEC (Vitesse 7385 switch) is not supported at this time.
86278
86279     Signed-off-by: Timur Tabi <timur@freescale.com>
86280
86281 commit 183da6d9b446cc12123455844ad1187e2375626f
86282 Author: Ben Warren <bwarren@qstreams.com>
86283 Date:   Tue Sep 12 10:15:53 2006 -0400
86284
86285     Additional MPC8349 support for multibus i2c
86286
86287     Hello,
86288
86289     Here is a patch for a file that was accidentally left out of a previous
86290     attempt.
86291
86292     It accompanies the patch with ticket DNX#2006090742000024
86293
86294     CHANGELOG:
86295             Change PCI initialization to use new multi-bus I2C API.
86296
86297     regards,
86298     Ben
86299
86300 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
86301 Author: Ben Warren <bwarren@qstreams.com>
86302 Date:   Thu Sep 7 16:51:04 2006 -0400
86303
86304     Multi-bus I2C implementation of MPC834x
86305
86306     Hello,
86307
86308     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
86309     family and the MPC8349EMDS board in particular.
86310     This patch requires Patch 1 (Add support for multiple I2C buses).
86311     Testing was performed on a 533MHz board.
86312
86313     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
86314
86315     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86316
86317     CHANGELOG:
86318             Implemented driver-level code to support two I2C buses on the
86319     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
86320     are 50kHz, 100kHz and 400kHz on each bus.
86321
86322     regards,
86323     Ben
86324
86325 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
86326 Author: Ben Warren <bwarren@qstreams.com>
86327 Date:   Thu Sep 7 16:50:54 2006 -0400
86328
86329     Add support for multiple I2C buses
86330
86331     Hello,
86332
86333     Attached is a patch providing support for multiple I2C buses at the
86334     command level.  The second part of the patch includes an implementation
86335     for the MPC834x CPU and MPC8349EMDS board.
86336
86337     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
86338
86339     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86340
86341     Overview:
86342
86343     1. Include new 'i2c' command (based on USB implementation) using
86344     CONFIG_I2C_CMD_TREE.
86345
86346     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
86347     the commands to change bus number and speed are only available under the
86348     new 'i2c' command mentioned in the first bullet.
86349
86350     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
86351     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
86352     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
86353
86354     CHANGELOG:
86355             Added new 'i2c' master command for all I2C interaction.  This is
86356     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
86357     setting I2C bus speed as well as changing the active bus if the board
86358     has more than one (conditionally compiled with
86359     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
86360     Updated README.
86361
86362     regards,
86363     Ben
86364
86365 commit bed85caf872714ebf53013967a695c9d63acfc68
86366 Author: Timur Tabi <timur@freescale.com>
86367 Date:   Tue Oct 31 18:13:36 2006 -0600
86368
86369     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
86370
86371     CHANGELOG:
86372
86373     * Errata DDR6, which affects all current MPC 834x processors, lists changes
86374       required to maintain compatibility with various types of DDR memory.  This
86375       patch implements those changes.
86376
86377     Signed-off-by: Timur Tabi <timur@freescale.com>
86378
86379 commit afd6e470f639883002c7c59d562690a5cb0f4865
86380 Author: Timur Tabi <timur@freescale.com>
86381 Date:   Wed Oct 25 18:45:23 2006 -0500
86382
86383     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
86384
86385 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
86386 Author: Timur Tabi <timur@freescale.com>
86387 Date:   Tue Aug 22 17:07:00 2006 -0500
86388
86389     mpc83xx: Add support for variable flash memory sizes on 83xx systems
86390
86391     CHANGELOG:
86392
86393     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
86394        window registers, instead of using a hard-coded value of 8MB.
86395
86396     Signed-off-by: Timur Tabi <timur@freescale.com>
86397
86398 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
86399 Author: Tanya Jiang <tanya.jiang@freescale.com>
86400 Date:   Thu Aug 3 18:38:13 2006 +0800
86401
86402     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
86403
86404     Unified TQM834x variable names with 83xx and consolidated macro
86405     in preparation for the 8360 and other upcoming 83xx devices.
86406
86407     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
86408
86409 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
86410 Author: Dave Liu <daveliu@freescale.com>
86411 Date:   Wed Oct 25 14:41:21 2006 -0500
86412
86413     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
86414
86415     Incorporated the common unified variable names and the changes in preparation
86416     for releasing mpc8360 patches.
86417
86418     Signed-off-by: Dave Liu <daveliu@freescale.com>
86419
86420 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
86421 Author: Tanya Jiang <tanya.jiang@freescale.com>
86422 Date:   Thu Aug 3 18:36:02 2006 +0800
86423
86424     mpc83xx: Fix missing build for mpc8349emds pci.c
86425
86426     Make pci build for mpc8349emds
86427
86428     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
86429
86430 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
86431 Author: Tanya Jiang <tanya.jiang@freescale.com>
86432 Date:   Thu Aug 3 18:39:49 2006 +0800
86433
86434     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
86435
86436     Removed unused file resetvec.S for mpc83xx cpu
86437
86438     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
86439
86440 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
86441 Author: Nick Spence <Nick.Spence@freescale.com>
86442 Date:   Sat Sep 30 00:32:59 2006 -0700
86443
86444     NAND Flash verify across block boundaries
86445
86446     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
86447     defined
86448     and the write crosses a block boundary. The pointer to the verification
86449     buffer (bufstart) is not being updated to reflect the starting of the
86450     new
86451     block so the verification of the second block fails.
86452
86453     CHANGELOG:
86454
86455     * Fix NAND FLASH page verification across block boundaries
86456
86457 commit f484dc791a3932537213c43c654cc1295c64b84c
86458 Author: Nick Spence <nick.spence@freescale.com>
86459 Date:   Thu Sep 7 07:39:46 2006 -0700
86460
86461     Added RGMII support to the TSECs and Marvell 881111 Phy
86462
86463     Added a phy initialization to adjust the RGMII RX and TX timing
86464     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
86465
86466     Signed-off-by: Nick Spence <nick.spence@freescale.com>
86467
86468 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
86469 Author: roy zang <tie-fei.zang@freescale.com>
86470 Date:   Fri Nov 3 13:10:00 2006 +0800
86471
86472     Remove some unused CFG define.
86473     undef CFG_DRAM_TEST
86474
86475 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
86476 Author: roy zang <tie-fei.zang@freescale.com>
86477 Date:   Fri Nov 3 13:07:36 2006 +0800
86478
86479     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
86480     Both work. 0xFF000000 seems more reasonable.
86481
86482 commit c59200443072353044aa4bf737a5a60f9a9af231
86483 Author: Wolfgang Denk <wd@pollux.denx.de>
86484 Date:   Thu Nov 2 15:15:01 2006 +0100
86485
86486     Release U-Boot 1.1.6
86487
86488 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
86489 Author: roy zang <tie-fei.zang@freescale.com>
86490 Date:   Thu Nov 2 19:14:48 2006 +0800
86491
86492     This patch comes from Yuli's posted patch on 8/8/2006
86493     titled "CFI Driver Little-Endian write Issue".
86494
86495     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
86496
86497     If that patch applied, please discard this one.
86498     Until now , I do not see his patch is applied. So please apply this one.
86499
86500     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
86501     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86502
86503 commit b825f158e449e1e9cf74c08e572955e122394c96
86504 Author: roy zang <tie-fei.zang@freescale.com>
86505 Date:   Thu Nov 2 19:12:31 2006 +0800
86506
86507     Tsi108 on chip i2c support.
86508
86509     The i2c  Interface provides a master-only, serial interface that can be
86510     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
86511     device reset.
86512
86513     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86514     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86515
86516 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
86517 Author: roy zang <tie-fei.zang@freescale.com>
86518 Date:   Thu Nov 2 19:11:06 2006 +0800
86519
86520     Tsi108 on chip pci controller support.
86521
86522     If there is no pci card, the tsi108/109 pci configure read will
86523     cause a machine check exception to the processor. PCI error should
86524     also be cleared after the read.
86525
86526     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86527     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86528
86529 commit d1927cee977126e547ceeba23e4f978f377cfb8f
86530 Author: roy zang <tie-fei.zang@freescale.com>
86531 Date:   Thu Nov 2 19:08:55 2006 +0800
86532
86533     Tundra tsi108 on chip Ethernet controller support.
86534
86535     The following is a brief description of the Ethernet controller:
86536     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
86537     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
86538     to manage the two physical connection devices (PHYs).  Each Ethernet port
86539     has its own statistics monitor that tracks and reports key interface
86540     statistics.  Each port supports a 256-entry hash table for address
86541     filtering.  In addition, each port is bridged to the Switch Fabric
86542     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
86543
86544     Each Ethernet port also has a pair of internal Ethernet DMA channels to
86545     support the transmit and receive data flows.  The Ethernet DMA channels
86546     use descriptors set up in memory, the memory map of the device, and
86547     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
86548     handles arbitration for the Switch Fabric.  The Controller also
86549     has a register businterface for register accesses and status monitor
86550     control.
86551
86552     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
86553     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
86554     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
86555     data flows to and from the Ethernet Controller through the Switch Fabric.
86556
86557     Each Ethernet port uses its transmit and receive DMA channels to manage
86558     data flows through buffer descriptors that are predefined by the
86559     system (the descriptors can exist anywhere in the system memory map).
86560     These descriptors are data structures that point to buffers filled
86561     with data ready to transmit over Ethernet, or they point to empty
86562     buffers ready to receive data from Ethernet.
86563
86564     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86565     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86566
86567 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
86568 Author: roy zang <tie-fei.zang@freescale.com>
86569 Date:   Thu Nov 2 19:01:33 2006 +0800
86570
86571     Tundra tsi108 header file.
86572
86573     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
86574     PowerPC processors that offers numerous system interconnect options for
86575     embedded application designers. The Tsi108 can interconnect 60x or
86576     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
86577     and Flash. Provided the macro define for tsi108 chip.
86578
86579     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86580     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86581
86582 commit 87c4db09699c6b89176b31004afcb83eb1585d47
86583 Author: roy zang <tie-fei.zang@freescale.com>
86584 Date:   Thu Nov 2 18:59:15 2006 +0800
86585
86586     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86587     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
86588
86589     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86590     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86591
86592 commit 27801b8ab11c61b577e45742a515bb3b23b80241
86593 Author: roy zang <tie-fei.zang@freescale.com>
86594 Date:   Thu Nov 2 18:57:21 2006 +0800
86595
86596     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86597     Make ,config.mk and link file for the mpc7448hpc2 board.
86598
86599     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86600     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86601
86602 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
86603 Author: roy zang <tie-fei.zang@freescale.com>
86604 Date:   Thu Nov 2 18:55:04 2006 +0800
86605
86606     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86607     The mpc7448hpc2 board support header file.
86608
86609     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86610     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86611
86612 commit 625bb5ddb50b243f931262ca8c46956409471917
86613 Author: roy zang <tie-fei.zang@freescale.com>
86614 Date:   Thu Nov 2 18:52:21 2006 +0800
86615
86616     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86617     The mpc7448hpc2 board support low level assemble language init code.
86618
86619     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86620     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86621
86622 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
86623 Author: roy zang <tie-fei.zang@freescale.com>
86624 Date:   Thu Nov 2 18:49:51 2006 +0800
86625
86626     General code modification for mpc7448hpc2 board support.
86627     1. Add 7447A and 7448 processor support.
86628     2. Add the following flags.
86629
86630     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
86631     (such as by switch on board), this flag should be set.
86632
86633     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
86634     relocates to RAM, this flag should be set.
86635
86636     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
86637     system hang in exception, this flag should be set.
86638
86639     There is a design issue for tsi108/109 pci configure  read. When pci scan
86640     the slots, if there is no pci card, the tsi108/9 will cause a machine
86641     check exception for mpc7448 processor.
86642
86643     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86644     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86645
86646 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
86647 Author: roy zang <tie-fei.zang@freescale.com>
86648 Date:   Thu Nov 2 18:34:47 2006 +0800
86649
86650     Add README file for mpc7448hpc2 board.
86651     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86652
86653 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
86654 Author: Bartlomiej Sieka <tur@semihalf.com>
86655 Date:   Wed Nov 1 02:04:38 2006 +0100
86656
86657     Finish up support for MarelV38B board
86658      - add watchdog support
86659      - enable GPIO_WKUP_7 pin for input
86660      - code cleanup
86661
86662 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
86663 Author: Bartlomiej Sieka <tur@semihalf.com>
86664 Date:   Wed Nov 1 01:45:46 2006 +0100
86665
86666     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
86667           * remove warnings when compiling ethaddr.c
86668           * adjust linker script (fixes a crash resulting from incorrect
86669           definition of __u_boot_cmd_start)
86670     - Some MarelV38B code cleanup.
86671
86672 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
86673 Author: Bartlomiej Sieka <tur@semihalf.com>
86674 Date:   Wed Nov 1 01:38:16 2006 +0100
86675
86676     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
86677       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
86678       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
86679       MPC5XXX_WU_GPIO_DATA_O for affected boards.
86680
86681     - Add defintions for some MPC5XXX GPIO pins.
86682
86683 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
86684 Author: Bartlomiej Sieka <tur@semihalf.com>
86685 Date:   Wed Nov 1 01:34:29 2006 +0100
86686
86687     Changed MarelV38B board make target to lowercase. Config file cleanup.
86688
86689 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
86690 Author: Wolfgang Denk <wd@pollux.denx.de>
86691 Date:   Sun Oct 29 01:03:51 2006 +0200
86692
86693     Automatically adjust ARFLAGS so "make -s" is really silent.
86694
86695 commit fae684e89844856383bdf101440889557df3e6b1
86696 Author: Stefan Roese <sr@denx.de>
86697 Date:   Sat Oct 28 16:45:00 2006 +0200
86698
86699     [PATCH] omap925.c: Remove unused functions
86700
86701     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
86702     Signed-off-by: Stefan Roese <sr@denx.de>
86703
86704 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
86705 Author: Stefan Roese <sr@denx.de>
86706 Date:   Sat Oct 28 17:12:58 2006 +0200
86707
86708     [PATCH] Add some missing machtypes for netstar & voiceblue boards
86709
86710     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
86711     numbers in code.
86712
86713     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
86714     Signed-off-by: Stefan Roese <sr@denx.de>
86715
86716 commit 856f054410cef52d868feb330168b2a4c4091328
86717 Author: Stefan Roese <sr@denx.de>
86718 Date:   Sat Oct 28 15:55:52 2006 +0200
86719
86720     [PATCH] NAND: Partition name support added to NAND subsystem
86721
86722     chpart, nboot and NAND subsystem related commands now accept also partition
86723     name to specify offset.
86724
86725     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
86726     Signed-off-by: Stefan Roese <sr@denx.de>
86727
86728 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
86729 Author: Wolfgang Denk <wd@pollux.denx.de>
86730 Date:   Sat Oct 28 02:29:44 2006 +0200
86731
86732     Update CHANGELOG.
86733
86734 commit 2751a95abd1b96911081c357e96a12fa97b40dee
86735 Author: Wolfgang Denk <wd@pollux.denx.de>
86736 Date:   Sat Oct 28 02:29:14 2006 +0200
86737
86738     Enable commandline editing and hush shell on all TQM boards.
86739
86740 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
86741 Author: Wolfgang Denk <wd@pollux.denx.de>
86742 Date:   Sat Oct 28 02:28:02 2006 +0200
86743
86744     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
86745
86746 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
86747 Author: Wolfgang Denk <wd@denx.de>
86748 Date:   Sat Oct 28 01:14:32 2006 +0200
86749
86750     Check for illegal character '=' in environment variable names.
86751
86752     Make sure the string passed as variable name does not contain a '='
86753     character. This not only prevents the common error or typing
86754     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
86755     also closes a backdoor which allowed to delete write-protected
86756     environment variables, for example by using "setenv ethaddr=".
86757
86758 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
86759 Author: Wolfgang Denk <wd@pollux.denx.de>
86760 Date:   Sat Oct 28 00:38:39 2006 +0200
86761
86762     Minor code cleanup.
86763
86764 commit e11887a77d81077416a2d1c5e0354916fee8c034
86765 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
86766 Date:   Thu Oct 26 17:55:31 2006 +0200
86767
86768     Don't pass any debug options directly to the assembler
86769
86770     When passing the -g option to gcc, gcc automatically selects a
86771     suitable --g<format> option to pass on to the assembler.
86772     Thus, there's no point in forcing a specific debug option on the
86773     assembler using the -Wa mechanism.
86774
86775     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86776
86777 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
86778 Author: Jon Loeliger <jdl@freescale.com>
86779 Date:   Fri Oct 27 07:47:22 2006 -0500
86780
86781     MPC86xx: Cleaned up unused and conditionally used local variables.
86782
86783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86784
86785 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
86786 Author: Wolfgang Denk <wd@pollux.denx.de>
86787 Date:   Fri Oct 27 11:55:21 2006 +0200
86788
86789     Fix "ar" flags in some Makefiles to allow for silent "make -s"
86790
86791 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
86792 Author: Ben Warren <bwarren@qstreams.com>
86793 Date:   Thu Oct 26 14:38:25 2006 -0400
86794
86795     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
86796     to a TSEC (e.g. a switch is connected via RMII) or
86797     if the PHY is defective/incorrectly configured.
86798
86799     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86800
86801 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
86802 Author: Ben Warren <bwarren@qstreams.com>
86803 Date:   Thu Oct 26 14:38:25 2006 -0400
86804
86805     Fix TSEC driver: avoid crashes if PHY is not attached
86806     to a TSEC (e.g. a switch is connected via RMII) or
86807     if the PHY is defective/incorrectly configured.
86808
86809     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86810
86811 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
86812 Author: Wolfgang Denk <wd@pollux.denx.de>
86813 Date:   Thu Oct 26 16:24:31 2006 +0200
86814
86815     Code cleanup.
86816
86817 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
86818 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
86819 Date:   Wed Oct 25 15:48:59 2006 +0200
86820
86821     Finish up support for the ATSTK1000/ATSTK1002 boards
86822
86823     Add atstk1002_config target to Makefile and move the AVR32 section
86824     down below Blackfin so that it doesn't end up in the middle of
86825     MIPS.
86826
86827     Drop the autogenerated linker script thing for now. Will have to
86828     revisit how to handle chips with different flash and RAM layout
86829     later.
86830
86831     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86832
86833 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
86834 Author: Kumar Gala <galak@kernel.crashing.org>
86835 Date:   Tue Oct 24 23:47:37 2006 -0500
86836
86837     Added support for Multi-Image files that contain a device tree
86838
86839     If a Multi-Image file contains a third image we try to use it as a
86840     device tree.  The device tree image is assumed to be uncompressed in the
86841     image file.  We automatically allocate space for the device tree in memory
86842     and provide an 8k pad to allow more than a reasonable amount of growth.
86843
86844     Additionally, a device tree that was contained in flash will now automatically
86845     get copied to system memory as part of boot.  Previously an error was
86846     reported if one tried to boot a device tree that was in flash.
86847
86848     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
86849
86850 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
86851 Author: Wolfgang Denk <wd@denx.de>
86852 Date:   Tue Oct 24 21:35:55 2006 +0200
86853
86854     Switch to automatically generated CHANGELOG file.
86855     (use "make CHANGELOG" to update it from time to time)
86856
86857 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
86858 Author: Stefan Roese <sr@denx.de>
86859 Date:   Tue Oct 24 18:06:48 2006 +0200
86860
86861     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
86862     Patch by Stefan Roese, 24 Oct 2006
86863
86864 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
86865 Author: Wolfgang Denk <wd@pollux.denx.de>
86866 Date:   Tue Oct 24 17:24:55 2006 +0200
86867
86868     Merge with /home/wd/git/u-boot/master
86869
86870 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
86871 Author: Wolfgang Denk <wd@pollux.denx.de>
86872 Date:   Tue Oct 24 15:32:57 2006 +0200
86873
86874     Code cleanup
86875
86876 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
86877 Author: Wolfgang Denk <wd@pollux.denx.de>
86878 Date:   Tue Oct 24 14:51:36 2006 +0200
86879
86880     Move atstk1000 files into vendor specific directory.
86881     Patch by Haavard Skinnemoen, 12 Sep 2006
86882
86883 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
86884 Author: Wolfgang Denk <wd@pollux.denx.de>
86885 Date:   Tue Oct 24 14:42:37 2006 +0200
86886
86887     Add ATSTK1000 and ATSTK1002 board support
86888     Patch by Haavard Skinnemoen, 06 Sep 2006
86889
86890     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
86891     daughterboard.
86892
86893     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
86894     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
86895     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
86896     CompactFlash cards. For more information, please see this page:
86897
86898     http://www.atmel.com/dyn/products/tools.asp?family_id=682
86899
86900     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
86901     AT32AP7000 chip.
86902
86903     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86904
86905 commit f93ae788c3640fcde5db383471d45548ff4060d0
86906 Author: Wolfgang Denk <wd@pollux.denx.de>
86907 Date:   Tue Oct 24 14:31:24 2006 +0200
86908
86909     Add common serial driver for Atmel AT32 and AT91 chips
86910     Patch by Haavard Skinnemoen, 06 Sep 2006
86911
86912     This is a first attempt at creating a common serial driver for Atmel
86913     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
86914     be possible to support AT91RM9200 and other ARM-based chips with some
86915     minor modifications.
86916
86917     There's nothing fundamentally AVR32-specific in this driver, but it
86918     does use some features which are currently only defined for the
86919     AT32AP CPU port:
86920       * pm_get_clock_freq: Obtain the clock frequency of a given domain
86921       * gd->console_uart: A "struct device" containing information about
86922         register mappings, gpio resources and clocks associated with the
86923         UART device.
86924
86925     For more information about these features, please see the "AT32AP
86926     CPU" patch.
86927
86928 commit 72a087e04705c26cad982879ebd06b5281bf825a
86929 Author: Wolfgang Denk <wd@pollux.denx.de>
86930 Date:   Tue Oct 24 14:27:35 2006 +0200
86931
86932     Add AT32AP CPU and AT32AP7000 SoC support
86933     Patch by Haavard Skinnemoen, 06 Sep 2006
86934
86935     This patch adds support for the AT32AP CPU family and the AT32AP7000
86936     chip, which is the first chip implementing the AVR32 architecture.
86937
86938     The AT32AP CPU core is a high-performance implementation featuring a
86939     7-stage pipeline, separate instruction- and data caches, and a MMU.
86940     For more information, please see the "AVR32 AP Technical Reference":
86941
86942     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
86943
86944     In addition to this, the AT32AP7000 chip comes with a large set of
86945     integrated peripherals, many of which are shared with the AT91 series
86946     of ARM-based microcontrollers from Atmel. Full data sheet is
86947     available here:
86948
86949     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
86950
86951     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86952
86953 commit 7b64fef33c66be648826c0ff9758298ef13d0604
86954 Author: Wolfgang Denk <wd@pollux.denx.de>
86955 Date:   Tue Oct 24 14:21:16 2006 +0200
86956
86957     Add AVR32 architecture support
86958     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
86959
86960     This patch adds common infrastructure code for the Atmel AVR32
86961     architecture. See doc/README.AVR32 for details.
86962
86963     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86964
86965 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
86966 Author: Wolfgang Denk <wd@pollux.denx.de>
86967 Date:   Tue Oct 24 13:57:33 2006 +0200
86968
86969     Use -g instead of -gstabs in AFLAGS_DEBUG
86970     Patch by Haavard Skinnemoen, 30 Aug 2006
86971
86972     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
86973     matter what the target's preferred debugging format is. This patch
86974     simply replaces -gstabs with -g, so that the default debugging format
86975     for the architecture is used.
86976
86977 commit 965829872169c2996023840d98e1d85ad148d629
86978 Author: Wolfgang Denk <wd@pollux.denx.de>
86979 Date:   Tue Oct 24 13:55:18 2006 +0200
86980
86981     Fix/workaround broken dependency handling with make 3.81
86982     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
86983
86984 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
86985 Author: Marian Balakowicz <m8@semihalf.com>
86986 Date:   Mon Oct 23 22:17:05 2006 +0200
86987
86988     Fix sequoia separate object direcory building problems.
86989
86990 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
86991 Author: Jon Loeliger <jdl@freescale.com>
86992 Date:   Fri Oct 20 17:16:35 2006 -0500
86993
86994     Use generic I2C register block on 85xx and 86xx.
86995
86996     Replace private IMMAP I2C structures with generic reg block
86997     and allow 86xx to have multiple I2C device busses.
86998
86999     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87000
87001 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
87002 Author: Jon Loeliger <jdl@freescale.com>
87003 Date:   Fri Oct 20 15:54:34 2006 -0500
87004
87005     Fix compilation warnings on a few 85xx boards.
87006
87007     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87008
87009 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
87010 Author: Jon Loeliger <jdl@freescale.com>
87011 Date:   Fri Oct 20 15:50:15 2006 -0500
87012
87013     Converted all 85xx boards to use a common FSL I2C driver.
87014     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
87015     And removed hard i2c path from a few u-boot.lds scipts too.
87016     Minor whitespace cleanups along the way.
87017
87018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87019
87020 commit 4d45f69e362b05892c9e92a7907e5820995612aa
87021 Author: Jon Loeliger <jdl@freescale.com>
87022 Date:   Thu Oct 19 12:02:24 2006 -0500
87023
87024     Rewrite a series of goto statements as a sequences of
87025     conditional expressions instead.
87026
87027     Use consistent return code 0/-1 for good/bad indicators.
87028
87029     Include one fewer file if the driver isn't used at all.
87030
87031     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87032
87033 commit 7237c033b02fe295880435f1eb80819a0c987532
87034 Author: Jon Loeliger <jdl@freescale.com>
87035 Date:   Thu Oct 19 11:02:16 2006 -0500
87036
87037     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
87038
87039     in an effort to begin to unify the umpteen FSL I2C drivers that
87040     are all otherwise very similar.
87041
87042     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87043
87044 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
87045 Author: Jon Loeliger <jdl@freescale.com>
87046 Date:   Thu Oct 19 11:33:52 2006 -0500
87047
87048     * Fix a bunch of compiler warnings for gcc 4.0
87049
87050     Signed-off-by: Matthew McClintock <msm@freescale.com>
87051
87052 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
87053 Author: Stefan Roese <sr@denx.de>
87054 Date:   Tue Oct 17 06:14:31 2006 +0200
87055
87056     Add monitor functions for indirect access to PPC440 DCR's
87057     Patch by Leonid Baryudin, 12 Oct 2006
87058
87059 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
87060 Author: Jon Loeliger <jdl@freescale.com>
87061 Date:   Fri Oct 13 16:47:53 2006 -0500
87062
87063     Fixed leading whitespace issues.
87064     Removed spurious LAWAR thing.
87065
87066     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87067
87068 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
87069 Author: Jon Loeliger <jdl@freescale.com>
87070 Date:   Thu Oct 12 10:42:36 2006 -0500
87071
87072     Remove unneeded include files and local variable.
87073
87074     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87075
87076 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
87077 Author: Grant Likely <grant.likely@secretlab.ca>
87078 Date:   Tue Oct 10 00:23:32 2006 -0600
87079
87080     Fix possible uninitialized variable compiler warning.
87081
87082     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
87083     do_bootm_linux() may be uninitialized.  There is no possibility in the
87084     current code that len will get used uninitialized, but this fix follows
87085     the existing convention of setting both len and data to zero at the same
87086     time.
87087
87088     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
87089
87090 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
87091 Author: Matthew McClintock <msm@freescale.com>
87092 Date:   Wed Oct 11 15:13:01 2006 -0500
87093
87094     * Fix a bunch of compiler warnings for gcc 4.0
87095
87096     Signed-off-by: Matthew McClintock <msm@freescale.com>
87097
87098 commit bf651baa365e5447246aad6a633ccd667cf24a39
87099 Author: Jon Loeliger <jdl@freescale.com>
87100 Date:   Wed Oct 11 10:10:43 2006 -0500
87101
87102     Move "ar" flags to config.mk to allow for silent "make -s"
87103
87104 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
87105 Author: Jon Loeliger <jdl@freescale.com>
87106 Date:   Tue Oct 10 17:19:03 2006 -0500
87107
87108     Coding style changes to remove local varible blocks
87109     and reformat a bit nicer.
87110
87111 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
87112 Author: Jon Loeliger <jdl@freescale.com>
87113 Date:   Tue Oct 10 17:16:04 2006 -0500
87114
87115     Fix whitespace issues.
87116
87117 commit 7b382b7125f2397cce63253df62f183e3dfa2770
87118 Author: Jon Loeliger <jdl@freescale.com>
87119 Date:   Tue Oct 10 17:14:45 2006 -0500
87120
87121     Fix whitespace issues.
87122
87123 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
87124 Author: Jon Loeliger <jdl@freescale.com>
87125 Date:   Tue Oct 10 17:06:53 2006 -0500
87126
87127     Fix whitespace issues.
87128
87129 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
87130 Author: Jon Loeliger <jdl@freescale.com>
87131 Date:   Tue Oct 10 17:03:43 2006 -0500
87132
87133     Ran lindent and cleaned up whitespace issues.
87134     Format for 80-columns too.
87135
87136 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
87137 Author: Jon Loeliger <jdl@freescale.com>
87138 Date:   Tue Oct 10 17:02:22 2006 -0500
87139
87140     Fix whitespace and 80-col issues.
87141
87142 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
87143 Author: Stefan Roese <sr@denx.de>
87144 Date:   Sat Oct 7 11:36:51 2006 +0200
87145
87146     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
87147     Patch by Stefan Roese, 07 Oct 2006
87148
87149 commit 5bc528fa4da751d472397b308137238a6465afd2
87150 Author: Stefan Roese <sr@denx.de>
87151 Date:   Sat Oct 7 11:35:25 2006 +0200
87152
87153     Update ALPR code (NAND support working now)
87154     Patch by Stefan Roese, 07 Oct 2006
87155
87156 commit 77d5034847d328753b80c46b83f960a14a26f40e
87157 Author: Stefan Roese <sr@denx.de>
87158 Date:   Sat Oct 7 11:33:03 2006 +0200
87159
87160     Remove compile warnings in fpga code
87161     Patch by Stefan Roese, 07 Oct 2006
87162
87163 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
87164 Author: Stefan Roese <sr@denx.de>
87165 Date:   Sat Oct 7 11:30:52 2006 +0200
87166
87167     Add CONFIG_BOARD_RESET to configure board specific reset function
87168     Patch by Stefan Roese, 07 Oct 2006
87169
87170 commit f55df18187e7a45cb73fec4370d12135e6691ae1
87171 Author: John Traill <john.traill@freescale.com>
87172 Date:   Fri Sep 29 08:23:12 2006 +0100
87173
87174     Fix missing tCycle/modfreq calculation.
87175
87176     Signed-off-by: John Traill <john.traill@freescale.com>
87177
87178 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
87179 Author: Andy Fleming <afleming@freescale.com>
87180 Date:   Wed Sep 13 10:33:35 2006 -0500
87181
87182     Updated config headers to add default FDT-based booting
87183
87184 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
87185 Author: Andy Fleming <afleming@freescale.com>
87186 Date:   Wed Sep 13 10:34:18 2006 -0500
87187
87188     Add support for eTSEC 3 & 4 on 8548 CDS
87189
87190     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
87191       This will only work on rev 1.3 boards (but doesn't break older boards)
87192     * Cleaned up some comments to reflect the expanded role of tsec
87193       in other systems
87194
87195 commit 084d648b109c8984f83674043c1a7fa3885ef801
87196 Author: Andy Fleming <afleming@freescale.com>
87197 Date:   Wed Sep 13 10:33:56 2006 -0500
87198
87199     Added code to support 2.6.18 PCI changes in u-boot
87200
87201     * Added code to swizzle the IRQ map for the PCI
87202
87203 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
87204 Author: Jon Loeliger <jdl@freescale.com>
87205 Date:   Tue Sep 19 09:34:10 2006 -0500
87206
87207     Modified makefile for new build mechanism.
87208
87209     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87210
87211 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
87212 Author: Jon Loeliger <jdl@freescale.com>
87213 Date:   Thu Sep 14 08:40:36 2006 -0500
87214
87215     Handle 86xx SVR values according to the new Reference Manual.
87216     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
87217     by the byte in bits 16-23 instead.
87218     Thanks to Jason Jin for noticing.
87219
87220     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87221
87222 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
87223 Author: Zhang Wei <wei.zhang@freescale.com>
87224 Date:   Mon Aug 28 14:25:31 2006 +0800
87225
87226     Fixed an OF-tree off-by-one bug when adding a new property name.
87227     This bug will cause the kernel booting to pause a long time.
87228
87229     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
87230     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
87231
87232 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
87233 Author: Jon Loeliger <jdl@freescale.com>
87234 Date:   Tue Aug 29 11:05:09 2006 -0500
87235
87236     Remove trailing empty lines.
87237
87238 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
87239 Author: Jon Loeliger <jdl@freescale.com>
87240 Date:   Tue Aug 29 09:48:49 2006 -0500
87241
87242     Remove bogus msync and use volatile asm.
87243
87244 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
87245 Author: Jon Loeliger <jdl@freescale.com>
87246 Date:   Tue Aug 29 08:17:14 2006 -0500
87247
87248     Add myself as maintainer for MPC8641HPCN.
87249
87250 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
87251 Author: Zhang Wei <wei.zhang@freescale.com>
87252 Date:   Mon Aug 28 14:25:31 2006 +0800
87253
87254     Fixed an OF-tree off-by-one bug when adding a new property name.
87255     This bug will cause the kernel booting to pause a long time.
87256
87257     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
87258
87259 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
87260 Author: Haiying Wang <haiying.wang@freescale.com>
87261 Date:   Fri Aug 25 14:38:34 2006 -0400
87262
87263     Change ramdiskaddr and dtbaddr
87264     Remove PEX fluff commands.
87265
87266     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
87267     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87268
87269 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
87270 Author: Matthew McClintock <msm@freescale.com>
87271 Date:   Wed Aug 23 13:32:45 2006 -0500
87272
87273     * Another small fix for booting with disable_of
87274
87275     Signed-off-by: Matthew McClintock <msm@freescale.com>
87276
87277 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
87278 Author: Jon Loeliger <jdl@freescale.com>
87279 Date:   Wed Aug 23 11:04:43 2006 -0500
87280
87281     Cleanup and lindent new AHCI driver.
87282
87283 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
87284 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
87285 Date:   Wed Aug 23 19:15:12 2006 +0800
87286
87287     Add AHCI define and sata support for MPC8641HPCN board.
87288
87289     Signed-off-by:Jason Jin<jason.jin@freescale.com>
87290
87291 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
87292 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
87293 Date:   Wed Aug 23 19:10:44 2006 +0800
87294
87295     Add AHCI support to u-boot
87296
87297     Add AHCI support in u-boot, enable the sata disk controllers which
87298     following the AHCI protocol.
87299
87300     Signed-off-by:Jason Jin<jason.jin@freescale.com>
87301
87302 commit d8ea2acf5f137cae99417df4f573d036ee384668
87303 Author: Zhang Wei <wei.zhang@freescale.com>
87304 Date:   Wed Aug 23 17:54:32 2006 +0800
87305
87306     Add dtb boot-up parameter to default boot commands.
87307
87308     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
87309
87310 commit b93775c2036b99baa390ea425c4771895bbc63c4
87311 Author: Jon Loeliger <jdl@freescale.com>
87312 Date:   Tue Aug 22 18:26:08 2006 -0500
87313
87314     Cleanup even more poorly introduced whitespace.
87315
87316 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
87317 Author: Jon Loeliger <jdl@freescale.com>
87318 Date:   Tue Aug 22 18:07:00 2006 -0500
87319
87320     Cleanup more poorly introduced whitespace.
87321
87322 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
87323 Author: Jon Loeliger <jdl@freescale.com>
87324 Date:   Tue Aug 22 17:54:05 2006 -0500
87325
87326     Cleanup poorly introduced whitespace.
87327
87328 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
87329 Author: Jon Loeliger <jdl@freescale.com>
87330 Date:   Tue Aug 22 12:25:27 2006 -0500
87331
87332     General indent and whitespace cleanups.
87333
87334 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
87335 Author: Jon Loeliger <jdl@freescale.com>
87336 Date:   Tue Aug 22 12:06:18 2006 -0500
87337
87338     General indent and whitespace cleanups.
87339
87340 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
87341 Author: Jon Loeliger <jdl@freescale.com>
87342 Date:   Tue Aug 22 10:42:21 2006 -0500
87343
87344     Cleanup compiler warnings.
87345
87346 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
87347 Author: Matthew McClintock <msm@freescale.com>
87348 Date:   Tue Aug 22 09:31:59 2006 -0500
87349
87350     Fix disable_of booting
87351
87352     Signed-off-by: Matthew McClintock <msm@freescale.com>
87353
87354 commit 87a449c8ac396420cb24260f717ea9e6faa82047
87355 Author: Matthew McClintock <msm@freescale.com>
87356 Date:   Tue Aug 22 09:23:55 2006 -0500
87357
87358     Support for FDT in uImage format, error when using FDT from flash
87359
87360     Signed-off-by: Matthew McClintock <msm@freescale.com>
87361
87362 commit 75c299c38369d01addd5e054b8a16217b70f4a86
87363 Author: Haiying Wang <haiying.wang@freescale.com>
87364 Date:   Tue Aug 15 15:12:55 2006 -0400
87365
87366     Unlock cache before kernel starts up for MPC86xx
87367
87368 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
87369 Author: Haiying Wang <haiying.wang@freescale.com>
87370 Date:   Tue Aug 15 15:13:15 2006 -0400
87371
87372     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
87373
87374 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
87375 Author: Haiying Wang <haiying.wang@freescale.com>
87376 Date:   Tue Aug 15 15:12:55 2006 -0400
87377
87378     Unlock cache before kernel starts up for MPC86xx
87379
87380 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
87381 Author: Haiying Wang <haiying.wang@freescale.com>
87382 Date:   Tue Aug 15 15:13:15 2006 -0400
87383
87384     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
87385
87386 commit 86c8e17f25e972a7e272950a0735fad84e082b88
87387 Author: Matthew McClintock <msm@freescale.com>
87388 Date:   Wed Aug 16 13:59:47 2006 -0500
87389
87390     * Fix disable_of booting
87391
87392     Signed-off-by: Matthew McClintock <msm@freescale.com>
87393
87394 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
87395 Author: Matthew McClintock <msm@freescale.com>
87396 Date:   Wed Aug 16 10:54:09 2006 -0500
87397
87398     * Support for FDT in uImage format, error when using FDT from flash
87399
87400     Signed-off-by: Matthew McClintock <msm@freescale.com>
87401
87402 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
87403 Author: Stefan Roese <sr@denx.de>
87404 Date:   Tue Aug 15 14:22:35 2006 +0200
87405
87406     Add initial support for the ALPR board from Prodrive
87407     NAND needs some additional testing
87408     Patch by Heiko Schocher, 15 Aug 2006
87409
87410 commit f0ff4692ff3372dec55074a8eb444943ab095abb
87411 Author: Stefan Roese <sr@denx.de>
87412 Date:   Tue Aug 15 14:15:51 2006 +0200
87413
87414     Add FPGA Altera Cyclone 2 support
87415     Patch by Heiko Schocher, 15 Aug 2006
87416
87417 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
87418 Author: Jon Loeliger <jdl@freescale.com>
87419 Date:   Mon Aug 14 15:33:38 2006 -0500
87420
87421     Fix BAT0 to actually be cacheable, non-guarded as documented.
87422
87423     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87424
87425 commit 40bc83559db5745681909fd7382ae509567e116d
87426 Author: Jon Loeliger <jdl@freescale.com>
87427 Date:   Wed Aug 9 15:32:16 2006 -0500
87428
87429     Removed MPC8641HPCN DTS source file from build.
87430     It is no longer linked into U-Boot; its sources are
87431     now located in the kernel tree.
87432
87433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87434
87435 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
87436 Author: Matthew McClintock <msm@freescale.com>
87437 Date:   Wed Jun 28 10:47:03 2006 -0500
87438
87439     * Switched default PCI speed for 8540 ADS back to 33MHz
87440
87441     * Added comments and a printf to warn that PCI-X won't
87442       work at 33MHz
87443       Patch by Andy Fleming 17-Mar-2006
87444
87445     Signed-off-by: Andy Fleming <afleming@freescale.com>
87446
87447 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
87448 Author: Matthew McClintock <msm@freescale.com>
87449 Date:   Wed Jun 28 10:46:35 2006 -0500
87450
87451     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
87452
87453     Signed-off-by: Andy Fleming <afleming@freescale.com>
87454
87455 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
87456 Author: Matthew McClintock <msm@freescale.com>
87457 Date:   Wed Jun 28 10:46:13 2006 -0500
87458
87459     * Added VIA configuration table
87460
87461     * Added support for PCI2 on CDS
87462       Patch by Andy Fleming 17-Mar-2006
87463
87464     Signed-off-by: Andy Fleming <afleming@freescale.com>
87465
87466 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
87467 Author: Matthew McClintock <msm@freescale.com>
87468 Date:   Wed Jun 28 10:45:41 2006 -0500
87469
87470     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
87471
87472     Signed-off-by: Andy Fleming <afleming@freescale.com>
87473
87474 commit 97074ed9655309b64231bc2cee69fe85399f8055
87475 Author: Matthew McClintock <msm@freescale.com>
87476 Date:   Wed Jun 28 10:45:17 2006 -0500
87477
87478     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
87479
87480     Signed-off-by: Andy Fleming <afleming@freescale.com>
87481
87482 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
87483 Author: Matthew McClintock <msm@freescale.com>
87484 Date:   Wed Jun 28 10:44:49 2006 -0500
87485
87486     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
87487
87488     Signed-off-by: Andy Fleming <afleming@freescale.com>
87489
87490 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
87491 Author: Matthew McClintock <msm@freescale.com>
87492 Date:   Wed Jun 28 10:44:23 2006 -0500
87493
87494     * 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
87495
87496     Signed-off-by: Andy Fleming <afleming@freescale.com>
87497
87498 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
87499 Author: Matthew McClintock <msm@freescale.com>
87500 Date:   Wed Jun 28 10:43:36 2006 -0500
87501
87502     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
87503
87504     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87505
87506 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
87507 Author: Matthew McClintock <msm@freescale.com>
87508 Date:   Wed Jun 28 10:43:00 2006 -0500
87509
87510     * 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
87511
87512 commit 5498d90312aad9f6bdbf047986027c35b03cd163
87513 Author: Matthew McClintock <msm@freescale.com>
87514 Date:   Wed Jun 28 10:42:24 2006 -0500
87515
87516     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
87517
87518 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
87519 Author: Matthew McClintock <msm@freescale.com>
87520 Date:   Wed Jun 28 10:41:37 2006 -0500
87521
87522     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
87523
87524 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
87525 Author: John Traill <john.traill@freescale.com>
87526 Date:   Wed Aug 9 14:33:50 2006 +0100
87527
87528     Add Rapidio support for the MPC8641HPCN
87529
87530     Signed-off-by: John Traill <john.traill@freescale.com>
87531
87532 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
87533 Author: John Traill <john.traill@freescale.com>
87534 Date:   Tue Aug 8 11:32:43 2006 +0100
87535
87536     Fix caslat calculation
87537
87538     Signed-off-by: John Traill <john.traill@freescale.com>
87539
87540 commit 709d3073e74153278e7904a70819bbef7df50e1a
87541 Author: Jon Loeliger <jdl@freescale.com>
87542 Date:   Thu Aug 3 16:17:56 2006 -0500
87543
87544     Convert to mac-address in ethernet nodes.
87545
87546 commit 71748af833ca1017edf1415be376366ff2937d17
87547 Author: Haiying Wang <haiying.wang@freescale.com>
87548 Date:   Fri Jul 28 12:41:35 2006 -0400
87549
87550     Correct the irq value of DUART2
87551
87552 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
87553 Author: Haiying Wang <haiying.wang@freescale.com>
87554 Date:   Fri Jul 28 12:41:41 2006 -0400
87555
87556     Change the space size of PEX IO in README
87557
87558 commit 239db37c94f7a92941c4465feceb867c609241c5
87559 Author: Haiying Wang <haiying.wang@freescale.com>
87560 Date:   Fri Jul 28 12:41:18 2006 -0400
87561
87562     Move get_board_sys_clk to board directory
87563
87564 commit 492900b985439fbce1a118afde1e35def870db03
87565 Author: John Traill <john.traill@freescale.com>
87566 Date:   Fri Jul 28 09:03:54 2006 +0100
87567
87568     Fix 8641HPCN pollution
87569
87570 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
87571 Author: John Traill <john.traill@freescale.com>
87572 Date:   Fri Jul 28 08:16:06 2006 +0100
87573
87574     Fix 8641HPCN timebase
87575
87576 commit c86360b830f1eecd7a72208575dde4f57879faea
87577 Author: Zhang Wei <wei.zhang@freescale.com>
87578 Date:   Fri Jul 28 00:01:34 2006 +0800
87579
87580     Fixed OF device tree of mpc86xxhpcn board.
87581
87582     The changes works in with kernel irq mapping rework.
87583
87584     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
87585
87586 commit bea3f28d285942bf3f7ab339ce85178ded544225
87587 Author: Haiying Wang <haiying.wang@freescale.com>
87588 Date:   Wed Jul 12 10:48:05 2006 -0400
87589
87590     Add support for reading and writing mac addresses to or from ID EEPROM.
87591
87592     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
87593     With attached patch, we can use command "mac/mac read/mac save/"
87594     to read and write EEPROM under u-boot prompt.
87595
87596     U-boot will calculate the checksum of EEPROM while bootup,
87597     if it is right, then u-boot will check whether the mac address
87598     of eTSEC0/1/2/3 is availalbe (non-zero).
87599
87600     If there is mac address availabe in EEPROM, u-boot will use it,
87601     otherewise, u-boot will use the mac address defined in
87602     MPC8641HPCN.h. This matches the requirement to set unique mac address
87603     for each TSEC port.
87604
87605     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
87606     Signed-off-by: York Sun <yorksun@freescale.com>
87607
87608 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
87609 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
87610 Date:   Thu Jul 13 10:35:10 2006 -0500
87611
87612     Fixed initrd issue by define big RAM
87613
87614     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
87615
87616 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
87617 Author: Jason Jin <Jason.jin@freescale.com>
87618 Date:   Fri Jul 7 10:01:45 2006 -0500
87619
87620     We made a u-boot patch to fix the hang up issue
87621     when booting filesystem from ramdisk.
87622
87623     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
87624
87625 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
87626 Author: Matthew McClintock <msm@freescale.com>
87627 Date:   Wed Jun 28 10:47:03 2006 -0500
87628
87629     * Switched default PCI speed for 8540 ADS back to 33MHz
87630     * Added comments and a printf to warn that PCI-X won't
87631       work at 33MHz
87632       Patch by Andy Fleming 17-Mar-2006
87633
87634     Signed-off-by: Andy Fleming <afleming@freescale.com>
87635
87636 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
87637 Author: Matthew McClintock <msm@freescale.com>
87638 Date:   Wed Jun 28 10:46:35 2006 -0500
87639
87640     * Fixed a bug where 8555 PCI code used the old variable and
87641       function names
87642       Patch by Andy Fleming 17-Mar-2006
87643
87644     Signed-off-by: Andy Fleming <afleming@freescale.com>
87645
87646 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
87647 Author: Matthew McClintock <msm@freescale.com>
87648 Date:   Wed Jun 28 10:46:13 2006 -0500
87649
87650     * Added VIA configuration table
87651     * Added support for PCI2 on CDS
87652       Patch by Andy Fleming 17-Mar-2006
87653
87654     Signed-off-by: Andy Fleming <afleming@freescale.com>
87655
87656 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
87657 Author: Matthew McClintock <msm@freescale.com>
87658 Date:   Wed Jun 28 10:45:41 2006 -0500
87659
87660     * Fixed PCI memory definitions
87661       Patch by Andy Fleming 17-Mar-2006
87662
87663     Signed-off-by: Andy Fleming <afleming@freescale.com>
87664
87665 commit 087454609e47295443af793a282cddcd91a5f49c
87666 Author: Matthew McClintock <msm@freescale.com>
87667 Date:   Wed Jun 28 10:45:17 2006 -0500
87668
87669     * Added support for initializing second PCI bus on 85xx
87670       Patch by Andy Fleming 17-Mar-2006
87671
87672     Signed-off-by: Andy Fleming <afleming@freescale.com>
87673
87674 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
87675 Author: Matthew McClintock <msm@freescale.com>
87676 Date:   Wed Jun 28 10:44:49 2006 -0500
87677
87678     * Added PCI-X #defines for PCI-X initialization
87679       Patch by Andy Fleming on 17-Mar-2006
87680
87681     Signed-off-by: Andy Fleming <afleming@freescale.com>
87682
87683 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
87684 Author: Matthew McClintock <msm@freescale.com>
87685 Date:   Wed Jun 28 10:44:23 2006 -0500
87686
87687     * Made sure the code which disables prefetch for PCI devices
87688       sets the size of the prefetch region to 0
87689       Patch by Andy Fleming on 17-Mar-2006
87690
87691     Signed-off-by: Andy Fleming <afleming@freescale.com>
87692
87693 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
87694 Author: Matthew McClintock <msm@freescale.com>
87695 Date:   Wed Jun 28 10:43:36 2006 -0500
87696
87697     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
87698       Patch by Jon Loeliger 17-Jan-2006
87699
87700     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87701
87702 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
87703 Author: Matthew McClintock <msm@freescale.com>
87704 Date:   Wed Jun 28 10:43:00 2006 -0500
87705
87706     * Removed the oftree.dts for stxxtx in light of the changes
87707       to the flat device tree handling code
87708       Patch by Matthew McClintock 26-June-2006
87709
87710 commit 1b380ec225665e73959677f3893dc658c5925e05
87711 Author: Matthew McClintock <msm@freescale.com>
87712 Date:   Wed Jun 28 10:42:24 2006 -0500
87713
87714     * Patch to modify ft_build.c to update flat device trees in place
87715       Patch by Matthew McClintock 26-June-2006
87716
87717 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
87718 Author: Matthew McClintock <msm@freescale.com>
87719 Date:   Wed Jun 28 10:41:37 2006 -0500
87720
87721     * Modify bootm command to support booting with flat device trees
87722       Patch by Matthew McClintock 26-June-2006
87723
87724 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
87725 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
87726 Date:   Wed Jun 28 08:43:56 2006 -0500
87727
87728     Change Id to symbolic name for RTL8139
87729
87730     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
87731
87732 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
87733 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87734 Date:   Tue Jun 27 18:12:10 2006 +0800
87735
87736     Fix RTL8139 in big endian
87737
87738     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
87739     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
87740
87741 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
87742 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87743 Date:   Tue Jun 27 18:12:23 2006 +0800
87744
87745     Fix Tsec bug when no link
87746
87747      When tftp a non-exist file from the tftp server, u-boot will check
87748      the link of all eth port. The original file will return wrong link
87749      state on the no link ports.
87750
87751     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
87752
87753 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
87754 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87755 Date:   Tue Jun 27 18:12:02 2006 +0800
87756
87757     Fix bug for io_bar size during pci scan
87758
87759     During the pci scan process, Some devices return bar_reponse with the
87760     highest bytes 0, such as the pci bridge in uli1575 return bar_response
87761     with 0xffffff, So the bar_size should be manually set under 64K.
87762
87763     Signed-off-by: Jason Jin <jason.jin@freescale.com>
87764
87765 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
87766 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87767 Date:   Tue Jun 27 18:11:54 2006 +0800
87768
87769     Enable PCIE1 for MPC8641HPCN board
87770
87771     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
87772
87773 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
87774 Author: Wolfgang Denk <wd@pollux.denx.de>
87775 Date:   Mon Jun 26 11:06:00 2006 +0200
87776
87777     More code cleanup
87778
87779 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
87780 Author: Jon Loeliger <jdl@freescale.com>
87781 Date:   Thu Jun 22 08:51:46 2006 -0500
87782
87783     Fix bug in 8641hpcn reset command with no args.
87784
87785     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
87786     Acked-by: Jon Loeliger <jdl@freescale.com>
87787
87788 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
87789 Author: Zhang Wei <wei.zhang@freescale.com>
87790 Date:   Tue Jun 20 17:47:15 2006 +0800
87791
87792     Reworked IRQ mapping in OF-tree.
87793
87794 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
87795 Author: Jon Loeliger <jdl@freescale.com>
87796 Date:   Thu Jun 15 21:33:37 2006 -0500
87797
87798     Do not enable address translation on secondary CPUs.
87799     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
87800
87801     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87802
87803 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
87804 Author: Wolfgang Denk <wd@pollux.denx.de>
87805 Date:   Wed Jun 14 18:14:56 2006 +0200
87806
87807     Code cleanup
87808
87809 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
87810 Author: Wolfgang Denk <wd@pollux.denx.de>
87811 Date:   Wed Jun 14 17:45:53 2006 +0200
87812
87813     Various USB related patches
87814     - Add support for mpc8xx USB device.
87815     - Add support for Common Device Class - Abstract Control Model USB console.
87816     - Add support for flow control in USB slave devices.
87817     - Add support for switching between gserial and cdc_acm using environment.
87818     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
87819     - Update usbcore slightly to ease host enumeration.
87820     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
87821     - Add AdderUSB_config as a defconfig to enable usage of the USB console
87822       by default with the Adder87x U-Boot port.
87823     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
87824
87825 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
87826 Author: Jon Loeliger <jdl@jdl.com>
87827 Date:   Wed Jun 7 10:53:55 2006 -0500
87828
87829     Fix a get_board_sys_clk() use-before-def warning.
87830
87831     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87832
87833 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
87834 Author: Jon Loeliger <jdl@jdl.com>
87835 Date:   Wed Jun 7 10:52:49 2006 -0500
87836
87837     Allow DTC path to be passed in.
87838
87839     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87840
87841 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
87842 Author: Haiying Wang <haiying.wang@freescale.com>
87843 Date:   Tue Jun 6 16:54:29 2006 -0400
87844
87845     Modify the IRQ of DUART2
87846
87847 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
87848 Author: Jon Loeliger <jdl@jdl.com>
87849 Date:   Wed May 31 13:55:35 2006 -0500
87850
87851     Review cleanups.
87852
87853     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87854
87855 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
87856 Author: Jon Loeliger <jdl@jdl.com>
87857 Date:   Wed May 31 12:44:44 2006 -0500
87858
87859     White space cleanup.
87860     Some 80-column cleanups.
87861     Convert printf() to puts() where possible.
87862     Use #include "spd_sdram.h" as needed.
87863     Enhanced reset command usage message a bit.
87864
87865     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87866
87867 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
87868 Author: Jon Loeliger <jdl@jdl.com>
87869 Date:   Wed May 31 11:39:34 2006 -0500
87870
87871     Removed unneeded local_bus_init() from 8641HPCN board.
87872
87873     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87874
87875 commit 4d3d729c16c392d2982d3266b659d333c927697d
87876 Author: Jon Loeliger <jdl@jdl.com>
87877 Date:   Wed May 31 11:24:28 2006 -0500
87878
87879     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
87880
87881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87882
87883 commit b2a941de060350ad15878d8219825f4950e9bb8e
87884 Author: Jon Loeliger <jdl@jdl.com>
87885 Date:   Wed May 31 10:07:28 2006 -0500
87886
87887     Remove dead debug code.
87888
87889     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87890
87891 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
87892 Author: Jon Loeliger <jdl@freescale.com>
87893 Date:   Tue May 30 17:47:00 2006 -0500
87894
87895     Move mpc86xx PIXIS code to board directory
87896
87897     First cut at moving the PIXIS platform code out of
87898     the 86xx cpu directory and into board/mpc8641hpcn
87899     where it belongs.
87900
87901     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87902
87903 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
87904 Author: Markus Klotzbuecher <mk@denx.de>
87905 Date:   Tue May 30 16:56:14 2006 +0200
87906
87907     Support generic OHCI support for the s3c24x0 cpu.
87908
87909 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
87910 Author: Haiying Wang <Haiying.Wang@freescale.com>
87911 Date:   Tue May 30 09:10:32 2006 -0500
87912
87913     Improve "reset" command's interaction with watchdog.
87914
87915         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
87916         "reset altbank wd" will reset another bank WITH watch dog enabled
87917         "diswd" will disable watch dog after u-boot boots up successfully
87918
87919     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
87920
87921 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
87922 Author: Haiying Wang <Haiying.Wang@freescale.com>
87923 Date:   Tue May 30 08:51:19 2006 -0500
87924
87925     Fix two SDRAM setup bugs.
87926
87927         Fix ECC setup bug.
87928         Enable 1T/2T based on number of DIMMs present.
87929
87930     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
87931
87932 commit d11fec5015334deb2010e36ce00bb118cc5429a5
87933 Author: Haiying Wang <Haiying.Wang@freescale.com>
87934 Date:   Fri May 26 10:24:48 2006 -0500
87935
87936     Add first draft of the MPC8641HPCN doc/README.
87937
87938     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87939
87940 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
87941 Author: Haiying Wang <Haiying.Wang@freescale.com>
87942 Date:   Fri May 26 10:13:04 2006 -0500
87943
87944     Added pci@8000 block.
87945     Updated ethernet interrupt mappings (moved up 48).
87946     Cleaned up a few comments.
87947
87948     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87949
87950 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
87951 Author: Haiying Wang <Haiying.Wang@freescale.com>
87952 Date:   Fri May 26 10:01:16 2006 -0500
87953
87954     Allow args on reset command.
87955
87956     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87957
87958 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
87959 Author: Markus Klotzbuecher <mk@denx.de>
87960 Date:   Tue May 23 13:38:35 2006 +0200
87961
87962     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
87963     fixes to the latter.
87964
87965 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
87966 Author: Markus Klotzbuecher <mk@denx.de>
87967 Date:   Tue May 23 10:33:11 2006 +0200
87968
87969     More cleanup for the delta board and the generic usb_ohci driver. Added
87970     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
87971     initialization and cleanup hooks respectively.
87972
87973 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
87974 Author: Markus Klotzbuecher <mk@denx.de>
87975 Date:   Mon May 22 16:33:54 2006 +0200
87976
87977     This patch adds USB storage support for the delta board. This is the first
87978     board to make use of a generic OHCI driver, that calls hooks for board
87979     dependant initialization.
87980
87981 commit 14e37081ff3cac7ebe6e93836523429853b6b292
87982 Author: Jon Loeliger <jdl@jdl.com>
87983 Date:   Fri May 19 13:28:39 2006 -0500
87984
87985     Change arbitration to round-robin for SMP linux.
87986
87987 commit 9a655876e5995be80f49054e2509500e871e4d3a
87988 Author: Jon Loeliger <jdl@jdl.com>
87989 Date:   Fri May 19 13:26:34 2006 -0500
87990
87991     Enable dual DDR controllers and interleaving.
87992
87993 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
87994 Author: Jon Loeliger <jdl@jdl.com>
87995 Date:   Fri May 19 13:22:44 2006 -0500
87996
87997     Update 86xx address map and LAWBARs.
87998
87999 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
88000 Author: Jon Loeliger <jdl@jdl.com>
88001 Date:   Fri May 19 13:14:15 2006 -0500
88002
88003     Remove L2 Cache invalidate polling.
88004
88005 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
88006 Author: Jon Loeliger <jdl@jdl.com>
88007 Date:   Fri May 19 12:33:09 2006 -0500
88008
88009     Enable 2nd CPU and I2C.
88010
88011 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
88012 Author: Jon Loeliger <jdl@freescale.com>
88013 Date:   Mon May 15 07:26:56 2006 -0500
88014
88015     Update interrupt mapping.
88016
88017 commit 6cfea33477b04b63ed47386ed1629529484c33ba
88018 Author: Haiying Wang <Haiying.Wang@freescale.com>
88019 Date:   Wed May 10 09:38:06 2006 -0500
88020
88021     Remove unneeded INIT_RAM_LOCK cache twiddling.
88022     Correctly tracks r29 as global data pointer now.
88023
88024     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
88025
88026 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
88027 Author: Jon Loeliger <jdl@freescale.com>
88028 Date:   Wed May 10 09:33:07 2006 -0500
88029
88030     Remove unnecessary flash.c file.
88031
88032 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
88033 Author: Jon Loeliger <jdl@freescale.com>
88034 Date:   Tue May 9 08:23:49 2006 -0500
88035
88036     Get MPC8641HPCN flash images working.
88037
88038         Enable the CFI driver.
88039         Remove bogus LAWBAR7 cruft.
88040         Use correct TEXT_BASE, Fixup load script.
88041         Enable SPD EEPROM during DDR setup.
88042         Use generic RFC 1918 IP addresses by default.
88043
88044 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
88045 Author: Jon Loeliger <jdl@freescale.com>
88046 Date:   Thu Apr 27 10:15:16 2006 -0500
88047
88048     Cleanup whitespaces and style issues.
88049     Removed //-style comments.
88050     Use 80-column lines.
88051     Remove trailing whitespace.
88052     Remove dead code and debug cruft.
88053
88054 commit a2320a6bf8113a09544c42d160d10ac69d049a03
88055 Author: Jon Loeliger <jdl@freescale.com>
88056 Date:   Thu Apr 27 08:22:39 2006 -0500
88057
88058     Revert bad PCI prefetch limit change.
88059
88060 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
88061 Author: Jon Loeliger <jdl@freescale.com>
88062 Date:   Wed Apr 26 17:58:56 2006 -0500
88063
88064     Initial support for MPC8641 HPCN board.